|
|
|
| 1 | 2026-06-04T08:02:11.047Z | job assigned to worker 01KT8TDAVK44464RA6H0W014E9 [factory aws, i-0fcf8c98cf8100a95] (queued for 52 s) |
| |
| 2 | 2026-06-04T08:02:17.658Z | starting task 0: "setup" |
| 3 | 2026-06-04T08:02:17.667Z | ++ uname -s |
| 4 | 2026-06-04T08:02:17.671Z | + kern=SunOS |
| 5 | 2026-06-04T08:02:17.671Z | + build_user=build |
| 6 | 2026-06-04T08:02:17.671Z | + build_uid=12345 |
| 7 | 2026-06-04T08:02:17.671Z | + work_dir=/work |
| 8 | 2026-06-04T08:02:17.671Z | + input_dir=/input |
| 9 | 2026-06-04T08:02:17.671Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-04T08:02:17.671Z | + case "$kern" in |
| 11 | 2026-06-04T08:02:17.671Z | + groupadd -g 12345 build |
| 12 | 2026-06-04T08:02:17.671Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-04T08:02:19.677Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-04T08:02:19.795Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-04T08:02:19.798Z | + home_fs=zfs |
| 16 | 2026-06-04T08:02:19.798Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-04T08:02:19.798Z | + mkdir -p /home/build |
| 18 | 2026-06-04T08:02:19.798Z | + chown build:build /home/build /work |
| 19 | 2026-06-04T08:02:21.800Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-04T08:02:21.803Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-06-04T08:02:21.809Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-04T08:02:21.815Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-04T08:02:21.815Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-04T08:02:21.815Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-04T08:02:21.815Z | * rust toolchain channel = "stable" |
| 26 | 2026-06-04T08:02:21.816Z | * rust toolchain profile = "default" |
| 27 | 2026-06-04T08:02:21.816Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-04T08:02:21.818Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-04T08:02:21.818Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-04T08:02:21.938Z | info: downloading installer |
| 31 | 2026-06-04T08:02:23.285Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-04T08:02:23.285Z | warn: /opt/ooce/bin |
| 33 | 2026-06-04T08:02:23.285Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-04T08:02:23.285Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-04T08:02:23.285Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-04T08:02:23.286Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-04T08:02:23.286Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-04T08:02:23.286Z | error: cannot install while Rust is installed |
| 39 | 2026-06-04T08:02:23.286Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-04T08:02:23.286Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-04T08:02:23.286Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-04T08:02:23.286Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-04T08:02:23.286Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-04T08:02:23.299Z | info: profile set to default |
| 45 | 2026-06-04T08:02:23.299Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-04T08:02:23.302Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-04T08:02:23.450Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-04T08:02:23.455Z | info: downloading 6 components |
| 49 | 2026-06-04T08:02:37.700Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-06-04T08:02:37.700Z | |
| 51 | 2026-06-04T08:02:37.728Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-04T08:02:37.728Z | |
| 53 | 2026-06-04T08:02:37.728Z | |
| 54 | 2026-06-04T08:02:37.728Z | Rust is installed now. Great! |
| 55 | 2026-06-04T08:02:37.728Z | |
| 56 | 2026-06-04T08:02:37.729Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-04T08:02:37.729Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-04T08:02:37.729Z | |
| 59 | 2026-06-04T08:02:37.729Z | To configure your current shell, you need to source |
| 60 | 2026-06-04T08:02:37.729Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-04T08:02:37.729Z | |
| 62 | 2026-06-04T08:02:37.732Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-04T08:02:37.732Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-04T08:02:37.732Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-04T08:02:37.732Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-04T08:02:37.732Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-04T08:02:37.732Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-04T08:02:37.732Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-04T08:02:37.732Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-04T08:02:37.732Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-04T08:02:37.828Z | + rustup --version |
| 72 | 2026-06-04T08:02:37.835Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-04T08:02:37.838Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-04T08:02:37.858Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-04T08:02:37.861Z | + cargo --version |
| 76 | 2026-06-04T08:02:37.873Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-04T08:02:37.876Z | + rustc --version |
| 78 | 2026-06-04T08:02:37.895Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-04T08:02:37.898Z | process exited: duration 16084 ms, exit code 0 |
| |
| 80 | 2026-06-04T08:02:37.904Z | starting task 2: "authentication" |
| 81 | 2026-06-04T08:02:37.921Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-06-04T08:02:37.927Z | starting task 3: "clone repository" |
| 83 | 2026-06-04T08:02:37.931Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-06-04T08:02:37.933Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-06-04T08:02:37.974Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-06-04T08:02:39.027Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-06-04T08:02:39.027Z | + git fetch origin 90e3b6b074959d1086893d35caa7804f4a7b3800 |
| 88 | 2026-06-04T08:02:39.311Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-06-04T08:02:39.311Z | * branch 90e3b6b074959d1086893d35caa7804f4a7b3800 -> FETCH_HEAD |
| 90 | 2026-06-04T08:02:39.316Z | + [[ -n renovate/dpd-client-digest ]] |
| 91 | 2026-06-04T08:02:39.319Z | ++ git branch --show-current |
| 92 | 2026-06-04T08:02:39.323Z | + current=main |
| 93 | 2026-06-04T08:02:39.323Z | + [[ main != renovate/dpd-client-digest ]] |
| 94 | 2026-06-04T08:02:39.323Z | + git branch -f renovate/dpd-client-digest 90e3b6b074959d1086893d35caa7804f4a7b3800 |
| 95 | 2026-06-04T08:02:39.328Z | + git checkout -f renovate/dpd-client-digest |
| 96 | 2026-06-04T08:02:39.341Z | Switched to branch 'renovate/dpd-client-digest' |
| 97 | 2026-06-04T08:02:39.344Z | + git reset --hard 90e3b6b074959d1086893d35caa7804f4a7b3800 |
| 98 | 2026-06-04T08:02:39.358Z | HEAD is now at 90e3b6b Update dpd-client digest to 0c92583 |
| 99 | 2026-06-04T08:02:39.361Z | process exited: duration 1431 ms, exit code 0 |
| |
| 100 | 2026-06-04T08:02:39.370Z | starting task 4: "build" |
| 101 | 2026-06-04T08:02:39.373Z | + pfexec pkg install clang-15 |
| 102 | 2026-06-04T08:02:47.020Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 103 | 2026-06-04T08:02:54.764Z | Startup: Caching catalogs ... Done |
| 104 | 2026-06-04T08:03:02.003Z | Planning: Solver setup ... Done |
| 105 | 2026-06-04T08:03:02.044Z | Planning: Running solver ... Done |
| 106 | 2026-06-04T08:03:02.182Z | Planning: Finding local manifests ... Done |
| 107 | 2026-06-04T08:03:02.194Z | Planning: Fetching manifests: 0/2 0% complete |
| 108 | 2026-06-04T08:03:02.283Z | Planning: Fetching manifests: 2/2 100% complete |
| 109 | 2026-06-04T08:03:02.312Z | Planning: Package planning ... Done |
| 110 | 2026-06-04T08:03:02.338Z | Planning: Merging actions ... Done |
| 111 | 2026-06-04T08:03:02.445Z | Planning: Checking for conflicting actions ... Done |
| 112 | 2026-06-04T08:03:02.451Z | Planning: Consolidating action changes ... Done |
| 113 | 2026-06-04T08:03:03.230Z | Planning: Evaluating mediators ... Done |
| 114 | 2026-06-04T08:03:03.236Z | Planning: Planning completed in 8.30 seconds |
| 115 | 2026-06-04T08:03:03.247Z | Packages to install: 2 |
| 116 | 2026-06-04T08:03:03.247Z | Mediators to change: 2 |
| 117 | 2026-06-04T08:03:03.248Z | Services to change: 1 |
| 118 | 2026-06-04T08:03:03.248Z | Create boot environment: No |
| 119 | 2026-06-04T08:03:03.248Z | Create backup boot environment: No |
| 120 | 2026-06-04T08:03:03.289Z | |
| 121 | 2026-06-04T08:03:03.289Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 122 | 2026-06-04T08:03:08.291Z | Download: 895/3076 items 28.6/211.3MB 13% complete (5.6M/s) |
| 123 | 2026-06-04T08:03:16.395Z | Download: 984/3076 items 82.2/211.3MB 38% complete (12.4M/s) |
| 124 | 2026-06-04T08:03:21.482Z | Download: 1523/3076 items 116.9/211.3MB 55% complete (3.8M/s) |
| 125 | 2026-06-04T08:03:26.513Z | Download: 1897/3076 items 117.6/211.3MB 55% complete (4.0M/s) |
| 126 | 2026-06-04T08:03:31.612Z | Download: 1998/3076 items 117.9/211.3MB 55% complete (398k/s) |
| 127 | 2026-06-04T08:03:37.206Z | Download: 2003/3076 items 117.9/211.3MB 55% complete (334k/s) |
| 128 | 2026-06-04T08:03:43.933Z | Download: 2005/3076 items 117.9/211.3MB 55% complete (309k/s) |
| 129 | 2026-06-04T08:03:50.028Z | Download: 2008/3076 items 117.9/211.3MB 55% complete |
| 130 | 2026-06-04T08:03:55.033Z | Download: 2475/3076 items 119.4/211.3MB 56% complete (153k/s) |
| 131 | 2026-06-04T08:04:00.044Z | Download: 2760/3076 items 120.0/211.3MB 56% complete (208k/s) |
| 132 | 2026-06-04T08:04:05.534Z | Download: 3026/3076 items 200.4/211.3MB 94% complete (8.1M/s) |
| 133 | 2026-06-04T08:04:14.130Z | Download: 3033/3076 items 201.8/211.3MB 95% complete (8.0M/s) |
| 134 | 2026-06-04T08:04:22.465Z | Download: 3034/3076 items 201.8/211.3MB 95% complete |
| 135 | 2026-06-04T08:04:34.976Z | Download: 3064/3076 items 208.2/211.3MB 98% complete (1.0M/s) |
| 136 | 2026-06-04T08:04:47.698Z | Download: 3071/3076 items 208.8/211.3MB 98% complete |
| 137 | 2026-06-04T08:04:52.699Z | Download: 3076/3076 items 211.3/211.3MB 100% complete (515k/s) |
| 138 | 2026-06-04T08:04:52.702Z | Download: Completed 211.31 MB in 109.39 seconds (1.9M/s) |
| 139 | 2026-06-04T08:04:52.827Z | Actions: 1/3418 actions (Installing new actions) |
| 140 | 2026-06-04T08:04:55.954Z | Actions: Completed 3418 actions in 3.12 seconds. |
| 141 | 2026-06-04T08:04:56.602Z | Done |
| 142 | 2026-06-04T08:04:56.602Z | Done |
| 143 | 2026-06-04T08:04:57.335Z | Done |
| 144 | 2026-06-04T08:05:00.669Z | Done |
| 145 | 2026-06-04T08:05:00.742Z | Done |
| 146 | 2026-06-04T08:05:00.745Z | Done |
| 147 | 2026-06-04T08:05:00.999Z | Done |
| 148 | 2026-06-04T08:05:01.687Z | + cargo --version |
| 149 | 2026-06-04T08:05:01.694Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 150 | 2026-06-04T08:05:01.838Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 151 | 2026-06-04T08:05:01.841Z | info: downloading 6 components |
| 152 | 2026-06-04T08:05:17.710Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 153 | 2026-06-04T08:05:17.717Z | + rustc --version |
| 154 | 2026-06-04T08:05:17.744Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 155 | 2026-06-04T08:05:17.751Z | + banner check |
| 156 | 2026-06-04T08:05:17.751Z | |
| 157 | 2026-06-04T08:05:17.751Z | #### # # ###### #### # # |
| 158 | 2026-06-04T08:05:17.751Z | # # # # # # # # # |
| 159 | 2026-06-04T08:05:17.751Z | # ###### ##### # #### |
| 160 | 2026-06-04T08:05:17.751Z | # # # # # # # |
| 161 | 2026-06-04T08:05:17.751Z | # # # # # # # # # |
| 162 | 2026-06-04T08:05:17.751Z | #### # # ###### #### # # |
| 163 | 2026-06-04T08:05:17.752Z | |
| 164 | 2026-06-04T08:05:17.752Z | + cargo fmt -- --check |
| 165 | 2026-06-04T08:05:18.125Z | + cargo clippy --all-targets -- --deny warnings |
| 166 | 2026-06-04T08:05:18.242Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 167 | 2026-06-04T08:05:19.169Z | From https://github.com/oxidecomputer/falcon |
| 168 | 2026-06-04T08:05:19.169Z | * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 |
| 169 | 2026-06-04T08:05:19.259Z | Updating crates.io index |
| 170 | 2026-06-04T08:05:19.278Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 171 | 2026-06-04T08:05:20.252Z | From https://github.com/oxidecomputer/dendrite |
| 172 | 2026-06-04T08:05:20.252Z | * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58 |
| 173 | 2026-06-04T08:05:20.287Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 174 | 2026-06-04T08:05:20.546Z | From https://github.com/oxidecomputer/ispf |
| 175 | 2026-06-04T08:05:20.546Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 176 | 2026-06-04T08:05:20.749Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 177 | 2026-06-04T08:05:21.076Z | From https://github.com/oxidecomputer/netadm-sys |
| 178 | 2026-06-04T08:05:21.076Z | * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529 |
| 179 | 2026-06-04T08:05:21.084Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 180 | 2026-06-04T08:05:28.446Z | From https://github.com/oxidecomputer/omicron |
| 181 | 2026-06-04T08:05:28.446Z | * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7 |
| 182 | 2026-06-04T08:05:28.868Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 183 | 2026-06-04T08:05:29.442Z | From https://github.com/oxidecomputer/opte |
| 184 | 2026-06-04T08:05:29.442Z | * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 |
| 185 | 2026-06-04T08:05:29.918Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 186 | 2026-06-04T08:05:30.175Z | From https://github.com/illumos/smf-rs |
| 187 | 2026-06-04T08:05:30.175Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 188 | 2026-06-04T08:05:30.193Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 189 | 2026-06-04T08:05:30.494Z | From https://github.com/oxidecomputer/network-interface |
| 190 | 2026-06-04T08:05:30.494Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 191 | 2026-06-04T08:05:30.649Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 192 | 2026-06-04T08:05:30.959Z | From https://github.com/oxidecomputer/zone |
| 193 | 2026-06-04T08:05:30.959Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 194 | 2026-06-04T08:05:31.045Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 195 | 2026-06-04T08:05:31.678Z | From https://github.com/oxidecomputer/propolis |
| 196 | 2026-06-04T08:05:31.678Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 197 | 2026-06-04T08:05:31.748Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 198 | 2026-06-04T08:05:32.270Z | From https://github.com/oxidecomputer/transceiver-control |
| 199 | 2026-06-04T08:05:32.270Z | * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530 |
| 200 | 2026-06-04T08:05:32.446Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 201 | 2026-06-04T08:05:32.744Z | From https://github.com/oxidecomputer/dlpi-sys |
| 202 | 2026-06-04T08:05:32.744Z | * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388 |
| 203 | 2026-06-04T08:05:32.758Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 204 | 2026-06-04T08:05:33.058Z | From https://github.com/jmesmon/rust-libzfs |
| 205 | 2026-06-04T08:05:33.058Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 206 | 2026-06-04T08:05:33.066Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 207 | 2026-06-04T08:05:33.337Z | From https://github.com/oxidecomputer/rusty-doors |
| 208 | 2026-06-04T08:05:33.337Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 209 | 2026-06-04T08:05:33.349Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 210 | 2026-06-04T08:05:33.743Z | From https://github.com/oxidecomputer/lldp |
| 211 | 2026-06-04T08:05:33.743Z | * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d |
| 212 | 2026-06-04T08:05:33.839Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 213 | 2026-06-04T08:05:34.116Z | From https://github.com/oxidecomputer/slog-error-chain |
| 214 | 2026-06-04T08:05:34.116Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 215 | 2026-06-04T08:05:34.135Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 216 | 2026-06-04T08:05:34.443Z | From https://github.com/oxidecomputer/tufaceous |
| 217 | 2026-06-04T08:05:34.443Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 218 | 2026-06-04T08:05:34.590Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 219 | 2026-06-04T08:05:35.086Z | From https://github.com/oxidecomputer/management-gateway-service |
| 220 | 2026-06-04T08:05:35.087Z | * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d |
| 221 | 2026-06-04T08:05:35.101Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 222 | 2026-06-04T08:05:35.905Z | From https://github.com/oxidecomputer/crucible |
| 223 | 2026-06-04T08:05:35.905Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 224 | 2026-06-04T08:05:36.866Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 225 | 2026-06-04T08:05:37.162Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 226 | 2026-06-04T08:05:37.163Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 227 | 2026-06-04T08:05:37.384Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-06-04T08:05:37.685Z | From https://github.com/oxidecomputer/propolis |
| 229 | 2026-06-04T08:05:37.685Z | * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845 |
| 230 | 2026-06-04T08:05:37.739Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 231 | 2026-06-04T08:05:38.062Z | From https://github.com/oxidecomputer/opte |
| 232 | 2026-06-04T08:05:38.062Z | * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238 |
| 233 | 2026-06-04T08:05:38.308Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 234 | 2026-06-04T08:05:38.653Z | From https://github.com/oxidecomputer/tofino |
| 235 | 2026-06-04T08:05:38.653Z | * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b |
| 236 | 2026-06-04T08:05:38.675Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 237 | 2026-06-04T08:05:39.346Z | From https://github.com/oxidecomputer/maghemite |
| 238 | 2026-06-04T08:05:39.347Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 239 | 2026-06-04T08:05:39.393Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 240 | 2026-06-04T08:05:39.673Z | From https://github.com/oxidecomputer/clickward |
| 241 | 2026-06-04T08:05:39.673Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 242 | 2026-06-04T08:05:39.801Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 243 | 2026-06-04T08:05:40.191Z | From https://github.com/oxidecomputer/crucible |
| 244 | 2026-06-04T08:05:40.192Z | * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047 |
| 245 | 2026-06-04T08:05:40.304Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 246 | 2026-06-04T08:05:40.744Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 247 | 2026-06-04T08:05:40.744Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 248 | 2026-06-04T08:05:41.779Z | Downloading crates ... |
| 249 | 2026-06-04T08:05:41.844Z | Downloaded anstyle-query v1.1.5 |
| 250 | 2026-06-04T08:05:41.847Z | Downloaded argon2 v0.5.3 |
| 251 | 2026-06-04T08:05:41.850Z | Downloaded adler2 v2.0.1 |
| 252 | 2026-06-04T08:05:41.853Z | Downloaded async-compression v0.4.42 |
| 253 | 2026-06-04T08:05:41.857Z | Downloaded bcs v0.1.6 |
| 254 | 2026-06-04T08:05:41.860Z | Downloaded async-recursion v1.1.1 |
| 255 | 2026-06-04T08:05:41.863Z | Downloaded dunce v1.0.5 |
| 256 | 2026-06-04T08:05:41.866Z | Downloaded cfg_aliases v0.2.1 |
| 257 | 2026-06-04T08:05:41.869Z | Downloaded dof v0.4.0 |
| 258 | 2026-06-04T08:05:41.872Z | Downloaded errno v0.3.14 |
| 259 | 2026-06-04T08:05:41.872Z | Downloaded async-trait v0.1.89 |
| 260 | 2026-06-04T08:05:41.876Z | Downloaded heck v0.4.1 |
| 261 | 2026-06-04T08:05:41.879Z | Downloaded futures-macro v0.3.32 |
| 262 | 2026-06-04T08:05:41.882Z | Downloaded foreign-types-shared v0.1.1 |
| 263 | 2026-06-04T08:05:41.885Z | Downloaded base16ct v0.2.0 |
| 264 | 2026-06-04T08:05:41.885Z | Downloaded async-stream-impl v0.3.6 |
| 265 | 2026-06-04T08:05:41.888Z | Downloaded debug-ignore v1.0.5 |
| 266 | 2026-06-04T08:05:41.891Z | Downloaded http-body-util v0.1.3 |
| 267 | 2026-06-04T08:05:41.891Z | Downloaded darling_macro v0.23.0 |
| 268 | 2026-06-04T08:05:41.894Z | Downloaded convert_case v0.4.0 |
| 269 | 2026-06-04T08:05:41.897Z | Downloaded enum-as-inner v0.6.1 |
| 270 | 2026-06-04T08:05:41.900Z | Downloaded heck v0.5.0 |
| 271 | 2026-06-04T08:05:41.900Z | Downloaded hashbrown v0.16.1 |
| 272 | 2026-06-04T08:05:41.905Z | Downloaded futures-util v0.3.32 |
| 273 | 2026-06-04T08:05:41.914Z | Downloaded icu_properties v2.2.0 |
| 274 | 2026-06-04T08:05:41.917Z | Downloaded const-random v0.1.18 |
| 275 | 2026-06-04T08:05:41.922Z | Downloaded crypto-common v0.1.7 |
| 276 | 2026-06-04T08:05:41.929Z | Downloaded crucible-workspace-hack v0.1.0 |
| 277 | 2026-06-04T08:05:41.929Z | Downloaded block-buffer v0.10.4 |
| 278 | 2026-06-04T08:05:41.929Z | Downloaded cobs v0.3.0 |
| 279 | 2026-06-04T08:05:41.934Z | Downloaded foreign-types v0.5.0 |
| 280 | 2026-06-04T08:05:41.934Z | Downloaded instant v0.1.13 |
| 281 | 2026-06-04T08:05:41.934Z | Downloaded diff v0.1.13 |
| 282 | 2026-06-04T08:05:41.937Z | Downloaded fnv v1.0.7 |
| 283 | 2026-06-04T08:05:41.937Z | Downloaded generic-array v0.14.7 |
| 284 | 2026-06-04T08:05:41.940Z | Downloaded cstr-argument v0.1.2 |
| 285 | 2026-06-04T08:05:41.943Z | Downloaded dtrace-parser v0.3.0 |
| 286 | 2026-06-04T08:05:41.943Z | Downloaded embedded-io v0.4.0 |
| 287 | 2026-06-04T08:05:41.946Z | Downloaded hex v0.4.3 |
| 288 | 2026-06-04T08:05:41.949Z | Downloaded fixedbitset v0.4.2 |
| 289 | 2026-06-04T08:05:41.952Z | Downloaded hostname v0.3.1 |
| 290 | 2026-06-04T08:05:41.952Z | Downloaded hubpack_derive v0.1.1 |
| 291 | 2026-06-04T08:05:41.956Z | Downloaded dtrace-parser v0.2.0 |
| 292 | 2026-06-04T08:05:41.956Z | Downloaded gethostname v0.5.0 |
| 293 | 2026-06-04T08:05:41.960Z | Downloaded clap_lex v1.1.0 |
| 294 | 2026-06-04T08:05:41.960Z | Downloaded camino-tempfile v1.4.1 |
| 295 | 2026-06-04T08:05:41.963Z | Downloaded foreign-types-shared v0.3.1 |
| 296 | 2026-06-04T08:05:41.963Z | Downloaded crossbeam-deque v0.8.6 |
| 297 | 2026-06-04T08:05:41.966Z | Downloaded hubpack v0.1.2 |
| 298 | 2026-06-04T08:05:41.969Z | Downloaded cargo_toml v0.22.3 |
| 299 | 2026-06-04T08:05:41.972Z | Downloaded httpdate v1.0.3 |
| 300 | 2026-06-04T08:05:41.972Z | Downloaded ident_case v1.0.1 |
| 301 | 2026-06-04T08:05:41.975Z | Downloaded hostname v0.4.2 |
| 302 | 2026-06-04T08:05:41.975Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 303 | 2026-06-04T08:05:41.978Z | Downloaded git-stub v1.0.0 |
| 304 | 2026-06-04T08:05:41.981Z | Downloaded indent_write v2.2.0 |
| 305 | 2026-06-04T08:05:41.981Z | Downloaded fxhash v0.2.1 |
| 306 | 2026-06-04T08:05:41.984Z | Downloaded is_terminal_polyfill v1.70.2 |
| 307 | 2026-06-04T08:05:41.987Z | Downloaded futures-sink v0.3.32 |
| 308 | 2026-06-04T08:05:41.987Z | Downloaded const_format_proc_macros v0.2.34 |
| 309 | 2026-06-04T08:05:41.990Z | Downloaded idna_adapter v1.2.2 |
| 310 | 2026-06-04T08:05:41.993Z | Downloaded futures-task v0.3.32 |
| 311 | 2026-06-04T08:05:41.993Z | Downloaded base64 v0.22.1 |
| 312 | 2026-06-04T08:05:41.996Z | Downloaded critical-section v1.2.0 |
| 313 | 2026-06-04T08:05:41.999Z | Downloaded is_ci v1.2.0 |
| 314 | 2026-06-04T08:05:42.002Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 315 | 2026-06-04T08:05:42.005Z | Downloaded inout v0.1.4 |
| 316 | 2026-06-04T08:05:42.005Z | Downloaded itoa v1.0.18 |
| 317 | 2026-06-04T08:05:42.008Z | Downloaded chacha20 v0.9.1 |
| 318 | 2026-06-04T08:05:42.011Z | Downloaded const-random-macro v0.1.16 |
| 319 | 2026-06-04T08:05:42.011Z | Downloaded futures-core v0.3.32 |
| 320 | 2026-06-04T08:05:42.014Z | Downloaded lazy_static v1.5.0 |
| 321 | 2026-06-04T08:05:42.017Z | Downloaded foldhash v0.2.0 |
| 322 | 2026-06-04T08:05:42.020Z | Downloaded linked-hash-map v0.5.6 |
| 323 | 2026-06-04T08:05:42.020Z | Downloaded fs_extra v1.3.0 |
| 324 | 2026-06-04T08:05:42.023Z | Downloaded fixedbitset v0.5.7 |
| 325 | 2026-06-04T08:05:42.026Z | Downloaded hyper-rustls v0.27.9 |
| 326 | 2026-06-04T08:05:42.026Z | Downloaded memmap v0.7.0 |
| 327 | 2026-06-04T08:05:42.029Z | Downloaded managed v0.8.0 |
| 328 | 2026-06-04T08:05:42.033Z | Downloaded match_cfg v0.1.0 |
| 329 | 2026-06-04T08:05:42.033Z | Downloaded newtype_derive v0.1.6 |
| 330 | 2026-06-04T08:05:42.036Z | Downloaded num v0.4.3 |
| 331 | 2026-06-04T08:05:42.036Z | Downloaded no-std-compat v0.4.1 |
| 332 | 2026-06-04T08:05:42.040Z | Downloaded daft-derive v0.1.7 |
| 333 | 2026-06-04T08:05:42.043Z | Downloaded http-body v1.0.1 |
| 334 | 2026-06-04T08:05:42.043Z | Downloaded glob v0.3.3 |
| 335 | 2026-06-04T08:05:42.045Z | Downloaded derive-ex v0.1.8 |
| 336 | 2026-06-04T08:05:42.048Z | Downloaded memoffset v0.9.1 |
| 337 | 2026-06-04T08:05:42.048Z | Downloaded natord v1.0.9 |
| 338 | 2026-06-04T08:05:42.051Z | Downloaded highway v1.3.0 |
| 339 | 2026-06-04T08:05:42.052Z | Downloaded num-conv v0.2.1 |
| 340 | 2026-06-04T08:05:42.054Z | Downloaded ingot v0.1.1 |
| 341 | 2026-06-04T08:05:42.057Z | Downloaded num_enum_derive v0.5.11 |
| 342 | 2026-06-04T08:05:42.057Z | Downloaded ingot-types v0.1.2 |
| 343 | 2026-06-04T08:05:42.060Z | Downloaded ipnetwork v0.21.1 |
| 344 | 2026-06-04T08:05:42.060Z | Downloaded ipnet v2.12.0 |
| 345 | 2026-06-04T08:05:42.063Z | Downloaded jobserver v0.1.34 |
| 346 | 2026-06-04T08:05:42.067Z | Downloaded defmt v1.1.0 |
| 347 | 2026-06-04T08:05:42.070Z | Downloaded darling v0.23.0 |
| 348 | 2026-06-04T08:05:42.073Z | Downloaded opaque-debug v0.3.1 |
| 349 | 2026-06-04T08:05:42.076Z | Downloaded omicron-workspace-hack v0.1.0 |
| 350 | 2026-06-04T08:05:42.076Z | Downloaded ciborium v0.2.2 |
| 351 | 2026-06-04T08:05:42.079Z | Downloaded keccak v0.1.6 |
| 352 | 2026-06-04T08:05:42.082Z | Downloaded olpc-cjson v0.1.4 |
| 353 | 2026-06-04T08:05:42.082Z | Downloaded num_threads v0.1.7 |
| 354 | 2026-06-04T08:05:42.085Z | Downloaded linear-map v1.2.0 |
| 355 | 2026-06-04T08:05:42.085Z | Downloaded lock_api v0.4.14 |
| 356 | 2026-06-04T08:05:42.088Z | Downloaded crc32fast v1.5.0 |
| 357 | 2026-06-04T08:05:42.091Z | Downloaded bitflags v2.11.1 |
| 358 | 2026-06-04T08:05:42.094Z | Downloaded openssl-probe v0.2.1 |
| 359 | 2026-06-04T08:05:42.094Z | Downloaded parse-display v0.10.0 |
| 360 | 2026-06-04T08:05:42.097Z | Downloaded percent-encoding v2.3.2 |
| 361 | 2026-06-04T08:05:42.097Z | Downloaded num-integer v0.1.46 |
| 362 | 2026-06-04T08:05:42.100Z | Downloaded fs-err v3.3.0 |
| 363 | 2026-06-04T08:05:42.100Z | Downloaded openssl-macros v0.1.1 |
| 364 | 2026-06-04T08:05:42.104Z | Downloaded httparse v1.10.1 |
| 365 | 2026-06-04T08:05:42.107Z | Downloaded ingot-macros v0.1.1 |
| 366 | 2026-06-04T08:05:42.107Z | Downloaded getrandom v0.2.17 |
| 367 | 2026-06-04T08:05:42.110Z | Downloaded iana-time-zone v0.1.65 |
| 368 | 2026-06-04T08:05:42.113Z | Downloaded futures-channel v0.3.32 |
| 369 | 2026-06-04T08:05:42.116Z | Downloaded num-derive v0.4.2 |
| 370 | 2026-06-04T08:05:42.116Z | Downloaded dropshot_endpoint v0.17.0 |
| 371 | 2026-06-04T08:05:42.119Z | Downloaded num-rational v0.4.2 |
| 372 | 2026-06-04T08:05:42.122Z | Downloaded proc-macro-crate v1.3.1 |
| 373 | 2026-06-04T08:05:42.122Z | Downloaded pretty-hex v0.4.2 |
| 374 | 2026-06-04T08:05:42.125Z | Downloaded proc-macro-crate v3.5.0 |
| 375 | 2026-06-04T08:05:42.125Z | Downloaded backon v1.6.0 |
| 376 | 2026-06-04T08:05:42.128Z | Downloaded phf_shared v0.12.1 |
| 377 | 2026-06-04T08:05:42.131Z | Downloaded num_enum_derive v0.7.6 |
| 378 | 2026-06-04T08:05:42.170Z | Downloaded camino v1.2.2 |
| 379 | 2026-06-04T08:05:42.171Z | Downloaded plain v0.2.3 |
| 380 | 2026-06-04T08:05:42.178Z | Downloaded proc-macro-error-attr v1.0.4 |
| 381 | 2026-06-04T08:05:42.178Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 382 | 2026-06-04T08:05:42.178Z | Downloaded num_enum v0.7.6 |
| 383 | 2026-06-04T08:05:42.178Z | Downloaded progenitor-client v0.14.0 |
| 384 | 2026-06-04T08:05:42.178Z | Downloaded bytes v1.11.1 |
| 385 | 2026-06-04T08:05:42.178Z | Downloaded parking_lot_core v0.8.6 |
| 386 | 2026-06-04T08:05:42.178Z | Downloaded owo-colors v4.3.0 |
| 387 | 2026-06-04T08:05:42.179Z | Downloaded oxnet v0.1.5 |
| 388 | 2026-06-04T08:05:42.179Z | Downloaded quick-error v1.2.3 |
| 389 | 2026-06-04T08:05:42.179Z | Downloaded progenitor-macro v0.14.0 |
| 390 | 2026-06-04T08:05:42.179Z | Downloaded rand_chacha v0.3.1 |
| 391 | 2026-06-04T08:05:42.179Z | Downloaded progenitor-macro v0.10.0 |
| 392 | 2026-06-04T08:05:42.179Z | Downloaded darling v0.21.3 |
| 393 | 2026-06-04T08:05:42.179Z | Downloaded progenitor-macro v0.13.0 |
| 394 | 2026-06-04T08:05:42.179Z | Downloaded paste v1.0.15 |
| 395 | 2026-06-04T08:05:42.179Z | Downloaded litemap v0.8.2 |
| 396 | 2026-06-04T08:05:42.179Z | Downloaded icu_provider v2.2.0 |
| 397 | 2026-06-04T08:05:42.179Z | Downloaded memmap2 v0.9.10 |
| 398 | 2026-06-04T08:05:42.179Z | Downloaded getrandom v0.3.4 |
| 399 | 2026-06-04T08:05:42.184Z | Downloaded futures v0.3.32 |
| 400 | 2026-06-04T08:05:42.184Z | Downloaded ref-cast-impl v1.0.25 |
| 401 | 2026-06-04T08:05:42.184Z | Downloaded poly1305 v0.8.0 |
| 402 | 2026-06-04T08:05:42.184Z | Downloaded elliptic-curve v0.13.8 |
| 403 | 2026-06-04T08:05:42.187Z | Downloaded progenitor-client v0.13.0 |
| 404 | 2026-06-04T08:05:42.187Z | Downloaded password-hash v0.5.0 |
| 405 | 2026-06-04T08:05:42.190Z | Downloaded ref-cast v1.0.25 |
| 406 | 2026-06-04T08:05:42.193Z | Downloaded rustc_version v0.4.1 |
| 407 | 2026-06-04T08:05:42.193Z | Downloaded rustc_version v0.1.7 |
| 408 | 2026-06-04T08:05:42.197Z | Downloaded rustc-hash v2.1.2 |
| 409 | 2026-06-04T08:05:42.197Z | Downloaded progenitor v0.13.0 |
| 410 | 2026-06-04T08:05:42.200Z | Downloaded const_format v0.2.36 |
| 411 | 2026-06-04T08:05:42.204Z | Downloaded pkg-config v0.3.33 |
| 412 | 2026-06-04T08:05:42.204Z | Downloaded pin-project-lite v0.2.17 |
| 413 | 2026-06-04T08:05:42.207Z | Downloaded phf v0.12.1 |
| 414 | 2026-06-04T08:05:42.210Z | Downloaded parking_lot_core v0.9.12 |
| 415 | 2026-06-04T08:05:42.210Z | Downloaded pin-project-internal v1.1.13 |
| 416 | 2026-06-04T08:05:42.213Z | Downloaded chacha20poly1305 v0.10.1 |
| 417 | 2026-06-04T08:05:42.213Z | Downloaded rand_core v0.10.1 |
| 418 | 2026-06-04T08:05:42.215Z | Downloaded progenitor v0.10.0 |
| 419 | 2026-06-04T08:05:42.218Z | Downloaded rand_chacha v0.9.0 |
| 420 | 2026-06-04T08:05:42.218Z | Downloaded quote v1.0.45 |
| 421 | 2026-06-04T08:05:42.221Z | Downloaded scroll_derive v0.13.1 |
| 422 | 2026-06-04T08:05:42.221Z | Downloaded scroll_derive v0.12.1 |
| 423 | 2026-06-04T08:05:42.225Z | Downloaded icu_normalizer_data v2.2.0 |
| 424 | 2026-06-04T08:05:42.225Z | Downloaded icu_locale_core v2.2.0 |
| 425 | 2026-06-04T08:05:42.230Z | Downloaded pest_derive v2.8.6 |
| 426 | 2026-06-04T08:05:42.233Z | Downloaded same-file v1.0.6 |
| 427 | 2026-06-04T08:05:42.233Z | Downloaded pest_generator v2.8.6 |
| 428 | 2026-06-04T08:05:42.236Z | Downloaded scopeguard v1.2.0 |
| 429 | 2026-06-04T08:05:42.236Z | Downloaded postcard v1.1.3 |
| 430 | 2026-06-04T08:05:42.239Z | Downloaded parking_lot v0.12.5 |
| 431 | 2026-06-04T08:05:42.245Z | Downloaded once_cell v1.21.4 |
| 432 | 2026-06-04T08:05:42.245Z | Downloaded indexmap v1.9.3 |
| 433 | 2026-06-04T08:05:42.251Z | Downloaded semver v0.1.20 |
| 434 | 2026-06-04T08:05:42.251Z | Downloaded progenitor-extras v0.2.0 |
| 435 | 2026-06-04T08:05:42.251Z | Downloaded progenitor v0.14.0 |
| 436 | 2026-06-04T08:05:42.254Z | Downloaded derive_more v0.99.20 |
| 437 | 2026-06-04T08:05:42.254Z | Downloaded indicatif v0.18.4 |
| 438 | 2026-06-04T08:05:42.257Z | Downloaded resolv-conf v0.7.6 |
| 439 | 2026-06-04T08:05:42.259Z | Downloaded serde_spanned v0.6.9 |
| 440 | 2026-06-04T08:05:42.259Z | Downloaded serde_spanned v1.1.1 |
| 441 | 2026-06-04T08:05:42.262Z | Downloaded rand_core v0.9.5 |
| 442 | 2026-06-04T08:05:42.262Z | Downloaded serial_test v3.4.0 |
| 443 | 2026-06-04T08:05:42.265Z | Downloaded konst v0.2.20 |
| 444 | 2026-06-04T08:05:42.268Z | Downloaded serde_urlencoded v0.7.1 |
| 445 | 2026-06-04T08:05:42.268Z | Downloaded serde_repr v0.1.20 |
| 446 | 2026-06-04T08:05:42.271Z | Downloaded serde_plain v1.0.2 |
| 447 | 2026-06-04T08:05:42.271Z | Downloaded sha1 v0.10.6 |
| 448 | 2026-06-04T08:05:42.275Z | Downloaded num-traits v0.2.19 |
| 449 | 2026-06-04T08:05:42.281Z | Downloaded serial_test_derive v3.4.0 |
| 450 | 2026-06-04T08:05:42.281Z | Downloaded ppv-lite86 v0.2.21 |
| 451 | 2026-06-04T08:05:42.281Z | Downloaded siphasher v1.0.3 |
| 452 | 2026-06-04T08:05:42.285Z | Downloaded rustls-native-certs v0.8.3 |
| 453 | 2026-06-04T08:05:42.286Z | Downloaded parking_lot v0.11.2 |
| 454 | 2026-06-04T08:05:42.286Z | Downloaded proc-macro-error v1.0.4 |
| 455 | 2026-06-04T08:05:42.288Z | Downloaded quinn-udp v0.5.14 |
| 456 | 2026-06-04T08:05:42.288Z | Downloaded rusty-fork v0.3.1 |
| 457 | 2026-06-04T08:05:42.288Z | Downloaded scroll v0.13.0 |
| 458 | 2026-06-04T08:05:42.292Z | Downloaded slog-envlogger v2.2.0 |
| 459 | 2026-06-04T08:05:42.292Z | Downloaded slog-bunyan v2.5.0 |
| 460 | 2026-06-04T08:05:42.294Z | Downloaded papergrid v0.17.0 |
| 461 | 2026-06-04T08:05:42.297Z | Downloaded smawk v0.3.2 |
| 462 | 2026-06-04T08:05:42.301Z | Downloaded sdd v3.0.10 |
| 463 | 2026-06-04T08:05:42.301Z | Downloaded papergrid v0.11.0 |
| 464 | 2026-06-04T08:05:42.304Z | Downloaded rustversion v1.0.22 |
| 465 | 2026-06-04T08:05:42.307Z | Downloaded schemars_derive v0.8.22 |
| 466 | 2026-06-04T08:05:42.307Z | Downloaded miniz_oxide v0.8.9 |
| 467 | 2026-06-04T08:05:42.310Z | Downloaded structmeta-derive v0.3.0 |
| 468 | 2026-06-04T08:05:42.310Z | Downloaded scroll v0.12.0 |
| 469 | 2026-06-04T08:05:42.313Z | Downloaded heapless v0.8.0 |
| 470 | 2026-06-04T08:05:42.316Z | Downloaded serde-big-array v0.5.1 |
| 471 | 2026-06-04T08:05:42.316Z | Downloaded stable_deref_trait v1.2.1 |
| 472 | 2026-06-04T08:05:42.319Z | Downloaded icu_normalizer v2.2.0 |
| 473 | 2026-06-04T08:05:42.322Z | Downloaded crypto-bigint v0.5.5 |
| 474 | 2026-06-04T08:05:42.325Z | Downloaded serde_derive_internals v0.29.1 |
| 475 | 2026-06-04T08:05:42.328Z | Downloaded jiff-static v0.2.24 |
| 476 | 2026-06-04T08:05:42.328Z | Downloaded spin v0.5.2 |
| 477 | 2026-06-04T08:05:42.332Z | Downloaded icu_collections v2.2.0 |
| 478 | 2026-06-04T08:05:42.334Z | Downloaded secrecy v0.10.3 |
| 479 | 2026-06-04T08:05:42.335Z | Downloaded crossbeam-channel v0.5.15 |
| 480 | 2026-06-04T08:05:42.337Z | Downloaded supports-color v3.0.2 |
| 481 | 2026-06-04T08:05:42.340Z | Downloaded subtle v2.6.1 |
| 482 | 2026-06-04T08:05:42.340Z | Downloaded strum v0.26.3 |
| 483 | 2026-06-04T08:05:42.340Z | Downloaded simd-adler32 v0.3.9 |
| 484 | 2026-06-04T08:05:42.343Z | Downloaded signal-hook-registry v1.4.8 |
| 485 | 2026-06-04T08:05:42.343Z | Downloaded strum v0.27.2 |
| 486 | 2026-06-04T08:05:42.347Z | Downloaded pin-project v1.1.13 |
| 487 | 2026-06-04T08:05:42.352Z | Downloaded take_mut v0.2.2 |
| 488 | 2026-06-04T08:05:42.355Z | Downloaded tabwriter v1.4.1 |
| 489 | 2026-06-04T08:05:42.355Z | Downloaded tabled_derive v0.7.0 |
| 490 | 2026-06-04T08:05:42.355Z | Downloaded shlex v1.3.0 |
| 491 | 2026-06-04T08:05:42.358Z | Downloaded termtree v0.5.1 |
| 492 | 2026-06-04T08:05:42.358Z | Downloaded terminal_size v0.4.4 |
| 493 | 2026-06-04T08:05:42.358Z | Downloaded tagptr v0.2.0 |
| 494 | 2026-06-04T08:05:42.362Z | Downloaded slog-dtrace v0.3.0 |
| 495 | 2026-06-04T08:05:42.362Z | Downloaded slog-json v2.6.1 |
| 496 | 2026-06-04T08:05:42.366Z | Downloaded slab v0.4.12 |
| 497 | 2026-06-04T08:05:42.366Z | Downloaded slog-stdlog v4.1.1 |
| 498 | 2026-06-04T08:05:42.366Z | Downloaded openssl-sys v0.9.116 |
| 499 | 2026-06-04T08:05:42.369Z | Downloaded pretty_assertions v1.4.1 |
| 500 | 2026-06-04T08:05:42.369Z | Downloaded tabled_derive v0.11.0 |
| 501 | 2026-06-04T08:05:42.373Z | Downloaded testing_table v0.3.0 |
| 502 | 2026-06-04T08:05:42.373Z | Downloaded strsim v0.11.1 |
| 503 | 2026-06-04T08:05:42.376Z | Downloaded thread-id v4.2.2 |
| 504 | 2026-06-04T08:05:42.376Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 505 | 2026-06-04T08:05:42.376Z | Downloaded smf v0.2.3 |
| 506 | 2026-06-04T08:05:42.376Z | Downloaded semver v1.0.28 |
| 507 | 2026-06-04T08:05:42.379Z | Downloaded time-core v0.1.8 |
| 508 | 2026-06-04T08:05:42.379Z | Downloaded progenitor-impl v0.13.0 |
| 509 | 2026-06-04T08:05:42.384Z | Downloaded slog-term v2.9.2 |
| 510 | 2026-06-04T08:05:42.387Z | Downloaded slog-scope v4.4.1 |
| 511 | 2026-06-04T08:05:42.387Z | Downloaded hickory-resolver v0.25.2 |
| 512 | 2026-06-04T08:05:42.387Z | Downloaded tokio-macros v2.7.0 |
| 513 | 2026-06-04T08:05:42.390Z | Downloaded tinyvec_macros v0.1.1 |
| 514 | 2026-06-04T08:05:42.390Z | Downloaded thread-id v5.1.0 |
| 515 | 2026-06-04T08:05:42.390Z | Downloaded progenitor-impl v0.14.0 |
| 516 | 2026-06-04T08:05:42.393Z | Downloaded static_assertions v1.1.0 |
| 517 | 2026-06-04T08:05:42.393Z | Downloaded progenitor-impl v0.10.0 |
| 518 | 2026-06-04T08:05:42.396Z | Downloaded serde_with_macros v3.20.0 |
| 519 | 2026-06-04T08:05:42.396Z | Downloaded snafu-derive v0.8.9 |
| 520 | 2026-06-04T08:05:42.399Z | Downloaded strum_macros v0.27.2 |
| 521 | 2026-06-04T08:05:42.399Z | Downloaded sha2 v0.10.9 |
| 522 | 2026-06-04T08:05:42.402Z | Downloaded strum_macros v0.26.4 |
| 523 | 2026-06-04T08:05:42.405Z | Downloaded flate2 v1.1.9 |
| 524 | 2026-06-04T08:05:42.408Z | Downloaded pest_meta v2.8.6 |
| 525 | 2026-06-04T08:05:42.408Z | Downloaded synstructure v0.13.2 |
| 526 | 2026-06-04T08:05:42.412Z | Downloaded rhai_codegen v3.1.0 |
| 527 | 2026-06-04T08:05:42.415Z | Downloaded smartstring v1.0.1 |
| 528 | 2026-06-04T08:05:42.415Z | Downloaded h2 v0.4.14 |
| 529 | 2026-06-04T08:05:42.419Z | Downloaded toml_write v0.1.2 |
| 530 | 2026-06-04T08:05:42.422Z | Downloaded tower-layer v0.3.3 |
| 531 | 2026-06-04T08:05:42.422Z | Downloaded minimal-lexical v0.2.1 |
| 532 | 2026-06-04T08:05:42.426Z | Downloaded memchr v2.8.0 |
| 533 | 2026-06-04T08:05:42.429Z | Downloaded ryu v1.0.23 |
| 534 | 2026-06-04T08:05:42.432Z | Downloaded prettyplease v0.2.37 |
| 535 | 2026-06-04T08:05:42.432Z | Downloaded indexmap v2.14.0 |
| 536 | 2026-06-04T08:05:42.435Z | Downloaded tower-service v0.3.3 |
| 537 | 2026-06-04T08:05:42.437Z | Downloaded thiserror v2.0.18 |
| 538 | 2026-06-04T08:05:42.440Z | Downloaded try-lock v0.2.5 |
| 539 | 2026-06-04T08:05:42.440Z | Downloaded spin v0.9.8 |
| 540 | 2026-06-04T08:05:42.443Z | Downloaded typeid v1.0.3 |
| 541 | 2026-06-04T08:05:42.443Z | Downloaded unarray v0.1.4 |
| 542 | 2026-06-04T08:05:42.443Z | Downloaded tiny-keccak v2.0.2 |
| 543 | 2026-06-04T08:05:42.446Z | Downloaded clap_builder v4.6.0 |
| 544 | 2026-06-04T08:05:42.449Z | Downloaded typify-macro v0.4.3 |
| 545 | 2026-06-04T08:05:42.452Z | Downloaded time-macros v0.2.27 |
| 546 | 2026-06-04T08:05:42.452Z | Downloaded serde_derive v1.0.228 |
| 547 | 2026-06-04T08:05:42.455Z | Downloaded hashbrown v0.12.3 |
| 548 | 2026-06-04T08:05:42.458Z | Downloaded tinystr v0.8.3 |
| 549 | 2026-06-04T08:05:42.458Z | Downloaded similar v2.7.0 |
| 550 | 2026-06-04T08:05:42.461Z | Downloaded tokio-rustls v0.25.0 |
| 551 | 2026-06-04T08:05:42.464Z | Downloaded serde_core v1.0.228 |
| 552 | 2026-06-04T08:05:42.464Z | Downloaded rustls-platform-verifier v0.7.0 |
| 553 | 2026-06-04T08:05:42.468Z | Downloaded unit-prefix v0.5.2 |
| 554 | 2026-06-04T08:05:42.468Z | Downloaded unicode-xid v0.2.6 |
| 555 | 2026-06-04T08:05:42.471Z | Downloaded unicode-linebreak v0.1.5 |
| 556 | 2026-06-04T08:05:42.472Z | Downloaded untrusted v0.9.0 |
| 557 | 2026-06-04T08:05:42.472Z | Downloaded untrusted v0.7.1 |
| 558 | 2026-06-04T08:05:42.472Z | Downloaded universal-hash v0.5.1 |
| 559 | 2026-06-04T08:05:42.472Z | Downloaded quinn v0.11.9 |
| 560 | 2026-06-04T08:05:42.474Z | Downloaded schemars v0.9.0 |
| 561 | 2026-06-04T08:05:42.481Z | Downloaded usdt-macro v0.5.0 |
| 562 | 2026-06-04T08:05:42.483Z | Downloaded usdt-attr-macro v0.6.0 |
| 563 | 2026-06-04T08:05:42.483Z | Downloaded tempfile v3.27.0 |
| 564 | 2026-06-04T08:05:42.486Z | Downloaded usdt v0.6.0 |
| 565 | 2026-06-04T08:05:42.486Z | Downloaded usdt v0.5.0 |
| 566 | 2026-06-04T08:05:42.486Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 567 | 2026-06-04T08:05:42.489Z | Downloaded term v1.2.1 |
| 568 | 2026-06-04T08:05:42.489Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 569 | 2026-06-04T08:05:42.493Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 570 | 2026-06-04T08:05:42.493Z | Downloaded rayon-core v1.13.0 |
| 571 | 2026-06-04T08:05:42.496Z | Downloaded utf8_iter v1.0.4 |
| 572 | 2026-06-04T08:05:42.496Z | Downloaded usdt-macro v0.6.0 |
| 573 | 2026-06-04T08:05:42.496Z | Downloaded utf-8 v0.7.6 |
| 574 | 2026-06-04T08:05:42.496Z | Downloaded thiserror v1.0.69 |
| 575 | 2026-06-04T08:05:42.499Z | Downloaded version_check v0.9.5 |
| 576 | 2026-06-04T08:05:42.502Z | Downloaded schemars v0.8.22 |
| 577 | 2026-06-04T08:05:42.508Z | Downloaded socket2 v0.6.3 |
| 578 | 2026-06-04T08:05:42.510Z | Downloaded smallvec v1.15.1 |
| 579 | 2026-06-04T08:05:42.510Z | Downloaded typify-macro v0.6.2 |
| 580 | 2026-06-04T08:05:42.511Z | Downloaded tokio-dtrace v0.1.1 |
| 581 | 2026-06-04T08:05:42.511Z | Downloaded wait-timeout v0.2.1 |
| 582 | 2026-06-04T08:05:42.514Z | Downloaded nom v7.1.3 |
| 583 | 2026-06-04T08:05:42.517Z | Downloaded want v0.3.1 |
| 584 | 2026-06-04T08:05:42.517Z | Downloaded thin-vec v0.2.18 |
| 585 | 2026-06-04T08:05:42.517Z | Downloaded thread_local v1.1.9 |
| 586 | 2026-06-04T08:05:42.521Z | Downloaded thiserror-no-std v2.0.2 |
| 587 | 2026-06-04T08:05:42.524Z | Downloaded thiserror-impl v2.0.18 |
| 588 | 2026-06-04T08:05:42.524Z | Downloaded thiserror-impl v1.0.69 |
| 589 | 2026-06-04T08:05:42.524Z | Downloaded yoke-derive v0.8.2 |
| 590 | 2026-06-04T08:05:42.524Z | Downloaded toml_datetime v0.6.11 |
| 591 | 2026-06-04T08:05:42.524Z | Downloaded tokio-rustls v0.26.4 |
| 592 | 2026-06-04T08:05:42.527Z | Downloaded serde_yaml v0.9.34+deprecated |
| 593 | 2026-06-04T08:05:42.530Z | Downloaded rand v0.8.6 |
| 594 | 2026-06-04T08:05:42.530Z | Downloaded qorb v0.4.1 |
| 595 | 2026-06-04T08:05:42.533Z | Downloaded zerofrom v0.1.8 |
| 596 | 2026-06-04T08:05:42.533Z | Downloaded toml v0.8.23 |
| 597 | 2026-06-04T08:05:42.536Z | Downloaded tokio-tungstenite v0.21.0 |
| 598 | 2026-06-04T08:05:42.536Z | Downloaded tokio-stream v0.1.18 |
| 599 | 2026-06-04T08:05:42.539Z | Downloaded zeroize_derive v1.4.3 |
| 600 | 2026-06-04T08:05:42.543Z | Downloaded zerofrom-derive v0.1.7 |
| 601 | 2026-06-04T08:05:42.543Z | Downloaded expectorate v1.2.0 |
| 602 | 2026-06-04T08:05:42.543Z | Downloaded test-strategy v0.4.5 |
| 603 | 2026-06-04T08:05:42.546Z | Downloaded utf8parse v0.2.2 |
| 604 | 2026-06-04T08:05:42.546Z | Downloaded goblin v0.8.2 |
| 605 | 2026-06-04T08:05:42.552Z | Downloaded zone v0.3.1 |
| 606 | 2026-06-04T08:05:42.552Z | Downloaded schemars v1.2.1 |
| 607 | 2026-06-04T08:05:42.558Z | Downloaded usdt-attr-macro v0.5.0 |
| 608 | 2026-06-04T08:05:42.561Z | Downloaded slog v2.8.2 |
| 609 | 2026-06-04T08:05:42.562Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 610 | 2026-06-04T08:05:42.565Z | Downloaded serde v1.0.228 |
| 611 | 2026-06-04T08:05:42.565Z | Downloaded usdt-impl v0.5.0 |
| 612 | 2026-06-04T08:05:42.568Z | Downloaded zone_cfg_derive v0.3.1 |
| 613 | 2026-06-04T08:05:42.568Z | Downloaded usdt-impl v0.6.0 |
| 614 | 2026-06-04T08:05:42.568Z | Downloaded tracing-attributes v0.1.31 |
| 615 | 2026-06-04T08:05:42.572Z | Downloaded hyper-util v0.1.20 |
| 616 | 2026-06-04T08:05:42.575Z | Downloaded ucd-trie v0.1.7 |
| 617 | 2026-06-04T08:05:42.575Z | Downloaded snafu v0.8.9 |
| 618 | 2026-06-04T08:05:42.578Z | Downloaded xz2 v0.1.7 |
| 619 | 2026-06-04T08:05:42.582Z | Downloaded whoami v1.6.1 |
| 620 | 2026-06-04T08:05:42.582Z | Downloaded sync_wrapper v1.0.2 |
| 621 | 2026-06-04T08:05:42.582Z | Downloaded swrite v0.1.0 |
| 622 | 2026-06-04T08:05:42.582Z | Downloaded slog-async v2.8.0 |
| 623 | 2026-06-04T08:05:42.582Z | Downloaded proc-macro2 v1.0.106 |
| 624 | 2026-06-04T08:05:42.587Z | Downloaded walkdir v2.5.0 |
| 625 | 2026-06-04T08:05:42.587Z | Downloaded vsss-rs v3.3.4 |
| 626 | 2026-06-04T08:05:42.590Z | Downloaded zeroize v1.8.2 |
| 627 | 2026-06-04T08:05:42.590Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 628 | 2026-06-04T08:05:42.590Z | Downloaded hashbrown v0.15.5 |
| 629 | 2026-06-04T08:05:42.594Z | Downloaded rand v0.9.4 |
| 630 | 2026-06-04T08:05:42.598Z | Downloaded zerovec-derive v0.11.3 |
| 631 | 2026-06-04T08:05:42.598Z | Downloaded zmij v1.0.21 |
| 632 | 2026-06-04T08:05:42.603Z | Downloaded nom v8.0.0 |
| 633 | 2026-06-04T08:05:42.603Z | Downloaded tinyvec v1.11.0 |
| 634 | 2026-06-04T08:05:42.603Z | Downloaded iddqd v0.3.18 |
| 635 | 2026-06-04T08:05:42.606Z | Downloaded tracing-core v0.1.36 |
| 636 | 2026-06-04T08:05:42.611Z | Downloaded hyper v1.9.0 |
| 637 | 2026-06-04T08:05:42.614Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 638 | 2026-06-04T08:05:42.614Z | Downloaded rand v0.10.1 |
| 639 | 2026-06-04T08:05:42.620Z | Downloaded yoke v0.8.2 |
| 640 | 2026-06-04T08:05:42.620Z | Downloaded writeable v0.6.3 |
| 641 | 2026-06-04T08:05:42.620Z | Downloaded structmeta v0.3.0 |
| 642 | 2026-06-04T08:05:42.620Z | Downloaded serde_tokenstream v0.2.3 |
| 643 | 2026-06-04T08:05:42.623Z | Downloaded serde_path_to_error v0.1.20 |
| 644 | 2026-06-04T08:05:42.623Z | Downloaded rustls-pki-types v1.14.1 |
| 645 | 2026-06-04T08:05:42.628Z | Downloaded hickory-resolver v0.24.4 |
| 646 | 2026-06-04T08:05:42.628Z | Downloaded rustls-webpki v0.103.13 |
| 647 | 2026-06-04T08:05:42.633Z | Downloaded mio v1.2.0 |
| 648 | 2026-06-04T08:05:42.636Z | Downloaded toml_edit v0.22.27 |
| 649 | 2026-06-04T08:05:42.636Z | Downloaded typify v0.6.2 |
| 650 | 2026-06-04T08:05:42.640Z | Downloaded waitgroup v0.1.2 |
| 651 | 2026-06-04T08:05:42.640Z | Downloaded dropshot-api-manager v0.7.2 |
| 652 | 2026-06-04T08:05:42.647Z | Downloaded pest v2.8.6 |
| 653 | 2026-06-04T08:05:42.647Z | Downloaded idna v1.1.0 |
| 654 | 2026-06-04T08:05:42.650Z | Downloaded steno v0.4.1 |
| 655 | 2026-06-04T08:05:42.650Z | Downloaded itertools v0.12.1 |
| 656 | 2026-06-04T08:05:42.653Z | Downloaded zerocopy-derive v0.7.35 |
| 657 | 2026-06-04T08:05:42.657Z | Downloaded aho-corasick v1.1.4 |
| 658 | 2026-06-04T08:05:42.660Z | Downloaded typify v0.4.3 |
| 659 | 2026-06-04T08:05:42.664Z | Downloaded tungstenite v0.21.0 |
| 660 | 2026-06-04T08:05:42.664Z | Downloaded sigpipe v0.1.3 |
| 661 | 2026-06-04T08:05:42.664Z | Downloaded unicode-ident v1.0.24 |
| 662 | 2026-06-04T08:05:42.667Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 663 | 2026-06-04T08:05:42.670Z | Downloaded rustls-pemfile v2.2.0 |
| 664 | 2026-06-04T08:05:42.670Z | Downloaded cc v1.2.62 |
| 665 | 2026-06-04T08:05:42.676Z | Downloaded rand_core v0.6.4 |
| 666 | 2026-06-04T08:05:42.676Z | Downloaded libm v0.2.16 |
| 667 | 2026-06-04T08:05:42.681Z | Downloaded uuid v1.23.1 |
| 668 | 2026-06-04T08:05:42.685Z | Downloaded textwrap v0.16.2 |
| 669 | 2026-06-04T08:05:42.685Z | Downloaded itertools v0.14.0 |
| 670 | 2026-06-04T08:05:42.691Z | Downloaded icu_properties_data v2.2.0 |
| 671 | 2026-06-04T08:05:42.696Z | Downloaded hkdf v0.12.4 |
| 672 | 2026-06-04T08:05:42.696Z | Downloaded hashbrown v0.17.1 |
| 673 | 2026-06-04T08:05:42.704Z | Downloaded yansi v1.0.1 |
| 674 | 2026-06-04T08:05:42.704Z | Downloaded log v0.4.29 |
| 675 | 2026-06-04T08:05:42.709Z | Downloaded darling_core v0.21.3 |
| 676 | 2026-06-04T08:05:42.709Z | Downloaded unsafe-libyaml v0.2.11 |
| 677 | 2026-06-04T08:05:42.709Z | Downloaded aws-lc-rs v1.17.0 |
| 678 | 2026-06-04T08:05:42.714Z | Downloaded scc v2.4.0 |
| 679 | 2026-06-04T08:05:42.720Z | Downloaded toml_edit v0.19.15 |
| 680 | 2026-06-04T08:05:42.724Z | Downloaded typed-path v0.9.3 |
| 681 | 2026-06-04T08:05:42.727Z | Downloaded reqwest v0.13.3 |
| 682 | 2026-06-04T08:05:42.731Z | Downloaded proc-macro-error2 v2.0.1 |
| 683 | 2026-06-04T08:05:42.735Z | Downloaded rand_xorshift v0.4.0 |
| 684 | 2026-06-04T08:05:42.735Z | Downloaded oxide-tokio-rt v0.1.6 |
| 685 | 2026-06-04T08:05:42.735Z | Downloaded pem v3.0.6 |
| 686 | 2026-06-04T08:05:42.738Z | Downloaded parse-display-derive v0.10.0 |
| 687 | 2026-06-04T08:05:42.738Z | Downloaded newtype-uuid v1.3.2 |
| 688 | 2026-06-04T08:05:42.738Z | Downloaded libsw v3.5.0 |
| 689 | 2026-06-04T08:05:42.738Z | Downloaded darling_core v0.23.0 |
| 690 | 2026-06-04T08:05:42.741Z | Downloaded zerotrie v0.2.4 |
| 691 | 2026-06-04T08:05:42.744Z | Downloaded reqwest v0.12.28 |
| 692 | 2026-06-04T08:05:42.748Z | Downloaded ron v0.12.1 |
| 693 | 2026-06-04T08:05:42.752Z | Downloaded url v2.5.8 |
| 694 | 2026-06-04T08:05:42.756Z | Downloaded chrono v0.4.44 |
| 695 | 2026-06-04T08:05:42.759Z | Downloaded base64 v0.21.7 |
| 696 | 2026-06-04T08:05:42.766Z | Downloaded arc-swap v1.9.1 |
| 697 | 2026-06-04T08:05:42.770Z | Downloaded regex v1.12.3 |
| 698 | 2026-06-04T08:05:42.770Z | Downloaded rayon v1.12.0 |
| 699 | 2026-06-04T08:05:42.773Z | Downloaded progenitor-client v0.10.0 |
| 700 | 2026-06-04T08:05:42.773Z | Downloaded libsw-core v0.3.2 |
| 701 | 2026-06-04T08:05:42.773Z | Downloaded powerfmt v0.2.0 |
| 702 | 2026-06-04T08:05:42.776Z | Downloaded allocator-api2 v0.2.21 |
| 703 | 2026-06-04T08:05:42.776Z | Downloaded num_enum v0.5.11 |
| 704 | 2026-06-04T08:05:42.781Z | Downloaded num-complex v0.4.6 |
| 705 | 2026-06-04T08:05:42.781Z | Downloaded getrandom v0.4.2 |
| 706 | 2026-06-04T08:05:42.784Z | Downloaded potential_utf v0.1.5 |
| 707 | 2026-06-04T08:05:42.784Z | Downloaded drift v0.2.0 |
| 708 | 2026-06-04T08:05:42.788Z | Downloaded typenum v1.20.0 |
| 709 | 2026-06-04T08:05:42.791Z | Downloaded tokio-util v0.7.18 |
| 710 | 2026-06-04T08:05:42.796Z | Downloaded zerocopy-derive v0.8.48 |
| 711 | 2026-06-04T08:05:42.799Z | Downloaded portable-atomic v1.13.1 |
| 712 | 2026-06-04T08:05:42.805Z | Downloaded multer v3.1.0 |
| 713 | 2026-06-04T08:05:42.808Z | Downloaded clap_derive v4.6.1 |
| 714 | 2026-06-04T08:05:42.808Z | Downloaded hmac v0.12.1 |
| 715 | 2026-06-04T08:05:42.808Z | Downloaded cookie v0.18.1 |
| 716 | 2026-06-04T08:05:42.811Z | Downloaded tower v0.5.3 |
| 717 | 2026-06-04T08:05:42.816Z | Downloaded anyhow v1.0.102 |
| 718 | 2026-06-04T08:05:42.819Z | Downloaded anstream v1.0.0 |
| 719 | 2026-06-04T08:05:42.819Z | Downloaded crossbeam-epoch v0.9.18 |
| 720 | 2026-06-04T08:05:42.822Z | Downloaded cancel-safe-futures v0.1.5 |
| 721 | 2026-06-04T08:05:42.822Z | Downloaded ahash v0.8.12 |
| 722 | 2026-06-04T08:05:42.826Z | Downloaded csv-core v0.1.13 |
| 723 | 2026-06-04T08:05:42.826Z | Downloaded deranged v0.5.8 |
| 724 | 2026-06-04T08:05:42.826Z | Downloaded crossbeam-utils v0.8.21 |
| 725 | 2026-06-04T08:05:42.829Z | Downloaded futures-executor v0.3.32 |
| 726 | 2026-06-04T08:05:42.829Z | Downloaded blake2 v0.10.6 |
| 727 | 2026-06-04T08:05:42.832Z | Downloaded num-iter v0.1.45 |
| 728 | 2026-06-04T08:05:42.832Z | Downloaded git-stub-vcs v0.1.0 |
| 729 | 2026-06-04T08:05:42.833Z | Downloaded serde_with v3.20.0 |
| 730 | 2026-06-04T08:05:42.840Z | Downloaded zerovec v0.11.6 |
| 731 | 2026-06-04T08:05:42.844Z | Downloaded unicode-segmentation v1.13.2 |
| 732 | 2026-06-04T08:05:42.847Z | Downloaded unicode-normalization v0.1.25 |
| 733 | 2026-06-04T08:05:42.847Z | Downloaded serde_json v1.0.149 |
| 734 | 2026-06-04T08:05:42.854Z | Downloaded winnow v0.5.40 |
| 735 | 2026-06-04T08:05:42.857Z | Downloaded newtype-uuid-macros v0.1.0 |
| 736 | 2026-06-04T08:05:42.857Z | Downloaded mime v0.3.17 |
| 737 | 2026-06-04T08:05:42.857Z | Downloaded group v0.13.0 |
| 738 | 2026-06-04T08:05:42.861Z | Downloaded find-msvc-tools v0.1.9 |
| 739 | 2026-06-04T08:05:42.861Z | Downloaded fastrand v2.4.1 |
| 740 | 2026-06-04T08:05:42.861Z | Downloaded humantime v2.3.0 |
| 741 | 2026-06-04T08:05:42.861Z | Downloaded newline-converter v0.3.0 |
| 742 | 2026-06-04T08:05:42.864Z | Downloaded macaddr v1.0.1 |
| 743 | 2026-06-04T08:05:42.864Z | Downloaded lru-slab v0.1.2 |
| 744 | 2026-06-04T08:05:42.864Z | Downloaded lru-cache v0.1.2 |
| 745 | 2026-06-04T08:05:42.864Z | Downloaded libscf-sys v1.2.0 |
| 746 | 2026-06-04T08:05:42.864Z | Downloaded konst_macro_rules v0.2.19 |
| 747 | 2026-06-04T08:05:42.867Z | Downloaded console v0.16.3 |
| 748 | 2026-06-04T08:05:42.867Z | Downloaded colored v3.1.1 |
| 749 | 2026-06-04T08:05:42.870Z | Downloaded chacha20 v0.10.0 |
| 750 | 2026-06-04T08:05:42.871Z | Downloaded daft v0.1.7 |
| 751 | 2026-06-04T08:05:42.871Z | Downloaded compression-codecs v0.4.38 |
| 752 | 2026-06-04T08:05:42.879Z | Downloaded tower-http v0.6.10 |
| 753 | 2026-06-04T08:05:42.882Z | Downloaded tough v0.22.0 |
| 754 | 2026-06-04T08:05:42.886Z | Downloaded rustls-webpki v0.102.8 |
| 755 | 2026-06-04T08:05:42.894Z | Downloaded winnow v0.7.15 |
| 756 | 2026-06-04T08:05:42.900Z | Downloaded moka v0.12.15 |
| 757 | 2026-06-04T08:05:42.905Z | Downloaded proptest v1.11.0 |
| 758 | 2026-06-04T08:05:42.912Z | Downloaded zerocopy v0.7.35 |
| 759 | 2026-06-04T08:05:42.919Z | Downloaded syn v1.0.109 |
| 760 | 2026-06-04T08:05:42.966Z | Downloaded tabled v0.20.0 |
| 761 | 2026-06-04T08:05:42.966Z | Downloaded quinn-proto v0.11.14 |
| 762 | 2026-06-04T08:05:42.966Z | Downloaded curve25519-dalek v4.1.3 |
| 763 | 2026-06-04T08:05:42.966Z | Downloaded winnow v1.0.3 |
| 764 | 2026-06-04T08:05:42.966Z | Downloaded webpki-roots v1.0.7 |
| 765 | 2026-06-04T08:05:42.966Z | Downloaded vcpkg v0.2.15 |
| 766 | 2026-06-04T08:05:42.979Z | Downloaded tabled v0.15.0 |
| 767 | 2026-06-04T08:05:42.986Z | Downloaded time v0.3.47 |
| 768 | 2026-06-04T08:05:42.994Z | Downloaded syn v2.0.117 |
| 769 | 2026-06-04T08:05:42.999Z | Downloaded regress v0.11.1 |
| 770 | 2026-06-04T08:05:43.005Z | Downloaded regex-syntax v0.8.10 |
| 771 | 2026-06-04T08:05:43.009Z | Downloaded regress v0.10.5 |
| 772 | 2026-06-04T08:05:43.014Z | Downloaded rustls v0.23.40 |
| 773 | 2026-06-04T08:05:43.021Z | Downloaded rustix v0.38.44 |
| 774 | 2026-06-04T08:05:43.035Z | Downloaded nix v0.31.3 |
| 775 | 2026-06-04T08:05:43.041Z | Downloaded openssl v0.10.80 |
| 776 | 2026-06-04T08:05:43.050Z | Downloaded dropshot v0.17.0 |
| 777 | 2026-06-04T08:05:43.059Z | Downloaded unicode-width v0.1.14 |
| 778 | 2026-06-04T08:05:43.064Z | Downloaded rustix v1.1.4 |
| 779 | 2026-06-04T08:05:43.080Z | Downloaded unicode-width v0.2.2 |
| 780 | 2026-06-04T08:05:43.086Z | Downloaded rustls v0.22.4 |
| 781 | 2026-06-04T08:05:43.090Z | Downloaded rhai v1.24.0 |
| 782 | 2026-06-04T08:05:43.095Z | Downloaded tracing v0.1.44 |
| 783 | 2026-06-04T08:05:43.106Z | Downloaded zerocopy v0.8.48 |
| 784 | 2026-06-04T08:05:43.116Z | Downloaded hickory-proto v0.25.2 |
| 785 | 2026-06-04T08:05:43.124Z | Downloaded typify-impl v0.6.2 |
| 786 | 2026-06-04T08:05:43.131Z | Downloaded smoltcp v0.11.0 |
| 787 | 2026-06-04T08:05:43.138Z | Downloaded hickory-proto v0.24.4 |
| 788 | 2026-06-04T08:05:43.147Z | Downloaded openapiv3 v2.2.0 |
| 789 | 2026-06-04T08:05:43.153Z | Downloaded bstr v1.12.1 |
| 790 | 2026-06-04T08:05:43.158Z | Downloaded goblin v0.10.5 |
| 791 | 2026-06-04T08:05:43.163Z | Downloaded regex-automata v0.4.14 |
| 792 | 2026-06-04T08:05:43.171Z | Downloaded sled v0.34.7 |
| 793 | 2026-06-04T08:05:43.177Z | Downloaded typify-impl v0.4.3 |
| 794 | 2026-06-04T08:05:43.185Z | Downloaded bitflags v1.3.2 |
| 795 | 2026-06-04T08:05:43.189Z | Downloaded chrono-tz v0.10.4 |
| 796 | 2026-06-04T08:05:43.196Z | Downloaded defmt-macros v1.1.0 |
| 797 | 2026-06-04T08:05:43.200Z | Downloaded foldhash v0.1.5 |
| 798 | 2026-06-04T08:05:43.200Z | Downloaded ff v0.13.1 |
| 799 | 2026-06-04T08:05:43.205Z | Downloaded erased-serde v0.3.31 |
| 800 | 2026-06-04T08:05:43.205Z | Downloaded embedded-io v0.6.1 |
| 801 | 2026-06-04T08:05:43.205Z | Downloaded displaydoc v0.2.5 |
| 802 | 2026-06-04T08:05:43.205Z | Downloaded digest v0.10.7 |
| 803 | 2026-06-04T08:05:43.208Z | Downloaded internet-checksum v0.2.1 |
| 804 | 2026-06-04T08:05:43.208Z | Downloaded cipher v0.4.4 |
| 805 | 2026-06-04T08:05:43.208Z | Downloaded byte-wrapper v0.1.0 |
| 806 | 2026-06-04T08:05:43.208Z | Downloaded autocfg v1.5.0 |
| 807 | 2026-06-04T08:05:43.208Z | Downloaded anstyle-parse v1.0.0 |
| 808 | 2026-06-04T08:05:43.208Z | Downloaded form_urlencoded v1.2.2 |
| 809 | 2026-06-04T08:05:43.211Z | Downloaded dof v0.3.0 |
| 810 | 2026-06-04T08:05:43.211Z | Downloaded is-terminal v0.4.17 |
| 811 | 2026-06-04T08:05:43.211Z | Downloaded bs58 v0.5.1 |
| 812 | 2026-06-04T08:05:43.211Z | Downloaded defmt-parser v1.0.0 |
| 813 | 2026-06-04T08:05:43.211Z | Downloaded bit-vec v0.8.0 |
| 814 | 2026-06-04T08:05:43.214Z | Downloaded csv v1.4.0 |
| 815 | 2026-06-04T08:05:43.224Z | Downloaded anstyle v1.0.14 |
| 816 | 2026-06-04T08:05:43.227Z | Downloaded futures-io v0.3.32 |
| 817 | 2026-06-04T08:05:43.227Z | Downloaded foreign-types v0.3.2 |
| 818 | 2026-06-04T08:05:43.227Z | Downloaded aead v0.5.2 |
| 819 | 2026-06-04T08:05:43.227Z | Downloaded foreign-types-macros v0.2.3 |
| 820 | 2026-06-04T08:05:43.227Z | Downloaded cpufeatures v0.3.0 |
| 821 | 2026-06-04T08:05:43.230Z | Downloaded tokio v1.52.3 |
| 822 | 2026-06-04T08:05:43.250Z | Downloaded colorchoice v1.0.5 |
| 823 | 2026-06-04T08:05:43.253Z | Downloaded defmt v0.3.100 |
| 824 | 2026-06-04T08:05:43.253Z | Downloaded crunchy v0.2.4 |
| 825 | 2026-06-04T08:05:43.253Z | Downloaded compression-core v0.4.32 |
| 826 | 2026-06-04T08:05:43.253Z | Downloaded base16ct v1.0.0 |
| 827 | 2026-06-04T08:05:43.253Z | Downloaded crc8 v0.1.1 |
| 828 | 2026-06-04T08:05:43.254Z | Downloaded cpufeatures v0.2.17 |
| 829 | 2026-06-04T08:05:43.257Z | Downloaded float-ord v0.3.2 |
| 830 | 2026-06-04T08:05:43.257Z | Downloaded equivalent v1.0.2 |
| 831 | 2026-06-04T08:05:43.257Z | Downloaded dyn-clone v1.0.20 |
| 832 | 2026-06-04T08:05:43.257Z | Downloaded http v1.4.0 |
| 833 | 2026-06-04T08:05:43.260Z | Downloaded half v2.7.1 |
| 834 | 2026-06-04T08:05:43.260Z | Downloaded globset v0.4.18 |
| 835 | 2026-06-04T08:05:43.260Z | Downloaded clap v4.6.1 |
| 836 | 2026-06-04T08:05:43.264Z | Downloaded cfg-if v1.0.4 |
| 837 | 2026-06-04T08:05:43.268Z | Downloaded petgraph v0.6.5 |
| 838 | 2026-06-04T08:05:43.276Z | Downloaded bytecount v0.6.9 |
| 839 | 2026-06-04T08:05:43.279Z | Downloaded bit-set v0.8.0 |
| 840 | 2026-06-04T08:05:43.279Z | Downloaded darling_macro v0.21.3 |
| 841 | 2026-06-04T08:05:43.279Z | Downloaded hash32 v0.3.1 |
| 842 | 2026-06-04T08:05:43.286Z | Downloaded either v1.15.0 |
| 843 | 2026-06-04T08:05:43.286Z | Downloaded derive-where v1.6.1 |
| 844 | 2026-06-04T08:05:43.286Z | Downloaded ciborium-ll v0.2.2 |
| 845 | 2026-06-04T08:05:43.289Z | Downloaded ciborium-io v0.2.2 |
| 846 | 2026-06-04T08:05:43.289Z | Downloaded data-encoding v2.11.0 |
| 847 | 2026-06-04T08:05:43.289Z | Downloaded console v0.15.11 |
| 848 | 2026-06-04T08:05:43.289Z | Downloaded cmake v0.1.58 |
| 849 | 2026-06-04T08:05:43.289Z | Downloaded jiff v0.2.24 |
| 850 | 2026-06-04T08:05:43.298Z | Downloaded byteorder v1.5.0 |
| 851 | 2026-06-04T08:05:43.301Z | Downloaded lzma-sys v0.1.20 |
| 852 | 2026-06-04T08:05:43.314Z | Downloaded base64ct v1.8.3 |
| 853 | 2026-06-04T08:05:43.317Z | Downloaded atomicwrites v0.4.4 |
| 854 | 2026-06-04T08:05:43.317Z | Downloaded petgraph v0.8.3 |
| 855 | 2026-06-04T08:05:43.327Z | Downloaded libc v0.2.186 |
| 856 | 2026-06-04T08:05:43.347Z | Downloaded atomic-waker v1.1.2 |
| 857 | 2026-06-04T08:05:43.350Z | Downloaded backoff v0.4.0 |
| 858 | 2026-06-04T08:05:43.350Z | Downloaded sha3 v0.10.9 |
| 859 | 2026-06-04T08:05:43.350Z | Downloaded async-stream v0.3.6 |
| 860 | 2026-06-04T08:05:43.393Z | Downloaded encoding_rs v0.8.35 |
| 861 | 2026-06-04T08:05:43.407Z | Downloaded ring v0.17.14 |
| 862 | 2026-06-04T08:05:43.829Z | Downloaded aws-lc-sys v0.41.0 |
| 863 | 2026-06-04T08:05:44.387Z | Compiling proc-macro2 v1.0.106 |
| 864 | 2026-06-04T08:05:44.387Z | Compiling quote v1.0.45 |
| 865 | 2026-06-04T08:05:44.388Z | Compiling unicode-ident v1.0.24 |
| 866 | 2026-06-04T08:05:44.399Z | Compiling serde_core v1.0.228 |
| 867 | 2026-06-04T08:05:44.399Z | Compiling libc v0.2.186 |
| 868 | 2026-06-04T08:05:44.399Z | Compiling serde v1.0.228 |
| 869 | 2026-06-04T08:05:44.399Z | Compiling zmij v1.0.21 |
| 870 | 2026-06-04T08:05:44.399Z | Compiling autocfg v1.5.0 |
| 871 | 2026-06-04T08:05:44.734Z | Compiling libm v0.2.16 |
| 872 | 2026-06-04T08:05:45.064Z | Compiling icu_properties_data v2.2.0 |
| 873 | 2026-06-04T08:05:45.080Z | Compiling icu_normalizer_data v2.2.0 |
| 874 | 2026-06-04T08:05:45.112Z | Compiling serde_json v1.0.149 |
| 875 | 2026-06-04T08:05:45.202Z | Compiling num-traits v0.2.19 |
| 876 | 2026-06-04T08:05:45.223Z | Compiling getrandom v0.4.2 |
| 877 | 2026-06-04T08:05:45.424Z | Compiling version_check v0.9.5 |
| 878 | 2026-06-04T08:05:45.672Z | Compiling thiserror v2.0.18 |
| 879 | 2026-06-04T08:05:45.710Z | Compiling memchr v2.8.0 |
| 880 | 2026-06-04T08:05:45.947Z | Compiling schemars v0.8.22 |
| 881 | 2026-06-04T08:05:45.996Z | Compiling syn v2.0.117 |
| 882 | 2026-06-04T08:05:46.047Z | Checking cfg-if v1.0.4 |
| 883 | 2026-06-04T08:05:46.119Z | Compiling parking_lot_core v0.9.12 |
| 884 | 2026-06-04T08:05:46.248Z | Compiling heck v0.5.0 |
| 885 | 2026-06-04T08:05:46.301Z | Compiling zerocopy v0.8.48 |
| 886 | 2026-06-04T08:05:46.320Z | Compiling portable-atomic v1.13.1 |
| 887 | 2026-06-04T08:05:46.435Z | Compiling rustversion v1.0.22 |
| 888 | 2026-06-04T08:05:46.453Z | Compiling jobserver v0.1.34 |
| 889 | 2026-06-04T08:05:46.749Z | Compiling find-msvc-tools v0.1.9 |
| 890 | 2026-06-04T08:05:46.776Z | Compiling itoa v1.0.18 |
| 891 | 2026-06-04T08:05:46.845Z | Compiling shlex v1.3.0 |
| 892 | 2026-06-04T08:05:46.988Z | Compiling cc v1.2.62 |
| 893 | 2026-06-04T08:05:47.333Z | Compiling semver v1.0.28 |
| 894 | 2026-06-04T08:05:47.375Z | Compiling generic-array v0.14.7 |
| 895 | 2026-06-04T08:05:47.437Z | Compiling log v0.4.29 |
| 896 | 2026-06-04T08:05:47.441Z | Compiling httparse v1.10.1 |
| 897 | 2026-06-04T08:05:47.477Z | Compiling slog v2.8.2 |
| 898 | 2026-06-04T08:05:47.651Z | Compiling rustix v1.1.4 |
| 899 | 2026-06-04T08:05:47.698Z | Checking stable_deref_trait v1.2.1 |
| 900 | 2026-06-04T08:05:47.718Z | Compiling thiserror v1.0.69 |
| 901 | 2026-06-04T08:05:47.746Z | Compiling equivalent v1.0.2 |
| 902 | 2026-06-04T08:05:47.868Z | Compiling cmake v0.1.58 |
| 903 | 2026-06-04T08:05:47.911Z | Compiling dunce v1.0.5 |
| 904 | 2026-06-04T08:05:48.013Z | Compiling fs_extra v1.3.0 |
| 905 | 2026-06-04T08:05:48.197Z | Checking writeable v0.6.3 |
| 906 | 2026-06-04T08:05:48.216Z | Checking litemap v0.8.2 |
| 907 | 2026-06-04T08:05:48.219Z | Compiling ring v0.17.14 |
| 908 | 2026-06-04T08:05:48.219Z | Checking utf8_iter v1.0.4 |
| 909 | 2026-06-04T08:05:48.268Z | Compiling aws-lc-sys v0.41.0 |
| 910 | 2026-06-04T08:05:48.273Z | Checking percent-encoding v2.3.2 |
| 911 | 2026-06-04T08:05:48.438Z | Compiling anyhow v1.0.102 |
| 912 | 2026-06-04T08:05:48.457Z | Compiling ucd-trie v0.1.7 |
| 913 | 2026-06-04T08:05:48.521Z | Checking form_urlencoded v1.2.2 |
| 914 | 2026-06-04T08:05:48.674Z | Compiling pest v2.8.6 |
| 915 | 2026-06-04T08:05:48.714Z | Checking rand_core v0.10.1 |
| 916 | 2026-06-04T08:05:48.766Z | Compiling regex-syntax v0.8.10 |
| 917 | 2026-06-04T08:05:48.798Z | Compiling synstructure v0.13.2 |
| 918 | 2026-06-04T08:05:48.850Z | Compiling serde_derive_internals v0.29.1 |
| 919 | 2026-06-04T08:05:49.593Z | Compiling getrandom v0.3.4 |
| 920 | 2026-06-04T08:05:49.702Z | Compiling aho-corasick v1.1.4 |
| 921 | 2026-06-04T08:05:49.747Z | Compiling pest_meta v2.8.6 |
| 922 | 2026-06-04T08:05:49.888Z | Compiling crossbeam-utils v0.8.21 |
| 923 | 2026-06-04T08:05:49.986Z | Compiling serde_derive v1.0.228 |
| 924 | 2026-06-04T08:05:50.173Z | Compiling zerofrom-derive v0.1.7 |
| 925 | 2026-06-04T08:05:50.201Z | Compiling yoke-derive v0.8.2 |
| 926 | 2026-06-04T08:05:50.782Z | Compiling zerovec-derive v0.11.3 |
| 927 | 2026-06-04T08:05:51.008Z | Compiling displaydoc v0.2.5 |
| 928 | 2026-06-04T08:05:51.083Z | Compiling schemars_derive v0.8.22 |
| 929 | 2026-06-04T08:05:51.228Z | Compiling thiserror-impl v2.0.18 |
| 930 | 2026-06-04T08:05:51.338Z | Compiling zeroize_derive v1.4.3 |
| 931 | 2026-06-04T08:05:51.737Z | Compiling tokio-macros v2.7.0 |
| 932 | 2026-06-04T08:05:51.845Z | Compiling zerocopy-derive v0.8.48 |
| 933 | 2026-06-04T08:05:52.008Z | Compiling futures-macro v0.3.32 |
| 934 | 2026-06-04T08:05:52.245Z | Compiling tracing-attributes v0.1.31 |
| 935 | 2026-06-04T08:05:52.454Z | Compiling thiserror-impl v1.0.69 |
| 936 | 2026-06-04T08:05:52.527Z | Checking zerofrom v0.1.8 |
| 937 | 2026-06-04T08:05:52.964Z | Checking yoke v0.8.2 |
| 938 | 2026-06-04T08:05:53.040Z | Compiling serde_tokenstream v0.2.3 |
| 939 | 2026-06-04T08:05:53.084Z | Checking smallvec v1.15.1 |
| 940 | 2026-06-04T08:05:53.136Z | Checking bytes v1.11.1 |
| 941 | 2026-06-04T08:05:53.188Z | Checking zerovec v0.11.6 |
| 942 | 2026-06-04T08:05:53.327Z | Checking zerotrie v0.2.4 |
| 943 | 2026-06-04T08:05:53.414Z | Compiling pest_generator v2.8.6 |
| 944 | 2026-06-04T08:05:53.547Z | Compiling regex-automata v0.4.14 |
| 945 | 2026-06-04T08:05:53.662Z | Compiling num-conv v0.2.1 |
| 946 | 2026-06-04T08:05:53.686Z | Compiling paste v1.0.15 |
| 947 | 2026-06-04T08:05:53.689Z | Checking tinystr v0.8.3 |
| 948 | 2026-06-04T08:05:53.739Z | Checking potential_utf v0.1.5 |
| 949 | 2026-06-04T08:05:53.781Z | Compiling time-core v0.1.8 |
| 950 | 2026-06-04T08:05:53.868Z | Checking icu_collections v2.2.0 |
| 951 | 2026-06-04T08:05:53.887Z | Checking icu_locale_core v2.2.0 |
| 952 | 2026-06-04T08:05:53.925Z | Compiling time-macros v0.2.27 |
| 953 | 2026-06-04T08:05:54.068Z | Compiling pest_derive v2.8.6 |
| 954 | 2026-06-04T08:05:54.176Z | Compiling hashbrown v0.17.1 |
| 955 | 2026-06-04T08:05:54.492Z | Checking icu_provider v2.2.0 |
| 956 | 2026-06-04T08:05:54.598Z | Checking iana-time-zone v0.1.65 |
| 957 | 2026-06-04T08:05:54.654Z | Compiling async-trait v0.1.89 |
| 958 | 2026-06-04T08:05:54.706Z | Compiling indexmap v2.14.0 |
| 959 | 2026-06-04T08:05:54.727Z | Checking chrono v0.4.44 |
| 960 | 2026-06-04T08:05:54.731Z | Checking icu_normalizer v2.2.0 |
| 961 | 2026-06-04T08:05:54.832Z | Checking icu_properties v2.2.0 |
| 962 | 2026-06-04T08:05:54.911Z | Compiling byteorder v1.5.0 |
| 963 | 2026-06-04T08:05:55.243Z | Compiling regex v1.12.3 |
| 964 | 2026-06-04T08:05:55.565Z | Checking uuid v1.23.1 |
| 965 | 2026-06-04T08:05:55.641Z | Compiling camino v1.2.2 |
| 966 | 2026-06-04T08:05:55.643Z | Checking idna_adapter v1.2.2 |
| 967 | 2026-06-04T08:05:55.706Z | Compiling strsim v0.11.1 |
| 968 | 2026-06-04T08:05:55.787Z | Checking idna v1.1.0 |
| 969 | 2026-06-04T08:05:55.998Z | Compiling scroll_derive v0.13.1 |
| 970 | 2026-06-04T08:05:56.033Z | Checking url v2.5.8 |
| 971 | 2026-06-04T08:05:56.085Z | Compiling aws-lc-rs v1.17.0 |
| 972 | 2026-06-04T08:05:56.394Z | Checking dyn-clone v1.0.20 |
| 973 | 2026-06-04T08:05:56.472Z | Compiling ident_case v1.0.1 |
| 974 | 2026-06-04T08:05:56.621Z | Checking errno v0.3.14 |
| 975 | 2026-06-04T08:05:56.740Z | Compiling omicron-workspace-hack v0.1.0 |
| 976 | 2026-06-04T08:05:56.801Z | Compiling slog-async v2.8.0 |
| 977 | 2026-06-04T08:05:56.981Z | Compiling rustls v0.23.40 |
| 978 | 2026-06-04T08:05:57.004Z | Compiling crc32fast v1.5.0 |
| 979 | 2026-06-04T08:05:57.152Z | Compiling usdt-impl v0.6.0 |
| 980 | 2026-06-04T08:05:57.216Z | Compiling scroll v0.13.0 |
| 981 | 2026-06-04T08:05:57.254Z | Compiling plain v0.2.3 |
| 982 | 2026-06-04T08:05:57.278Z | Compiling daft-derive v0.1.7 |
| 983 | 2026-06-04T08:05:57.355Z | Compiling pretty-hex v0.4.2 |
| 984 | 2026-06-04T08:05:57.375Z | Compiling dtrace-parser v0.3.0 |
| 985 | 2026-06-04T08:05:57.437Z | Compiling goblin v0.10.5 |
| 986 | 2026-06-04T08:05:57.482Z | Compiling thread-id v5.1.0 |
| 987 | 2026-06-04T08:05:57.564Z | Compiling syn v1.0.109 |
| 988 | 2026-06-04T08:05:57.603Z | Checking pin-project-lite v0.2.17 |
| 989 | 2026-06-04T08:05:57.945Z | Checking getrandom v0.2.17 |
| 990 | 2026-06-04T08:05:58.078Z | Checking zeroize v1.8.2 |
| 991 | 2026-06-04T08:05:58.239Z | Compiling rustls v0.22.4 |
| 992 | 2026-06-04T08:05:58.529Z | Compiling multer v3.1.0 |
| 993 | 2026-06-04T08:05:58.718Z | Compiling async-stream-impl v0.3.6 |
| 994 | 2026-06-04T08:05:59.192Z | Checking bitflags v2.11.1 |
| 995 | 2026-06-04T08:05:59.323Z | Compiling ref-cast v1.0.25 |
| 996 | 2026-06-04T08:05:59.360Z | Compiling ref-cast-impl v1.0.25 |
| 997 | 2026-06-04T08:05:59.574Z | Checking socket2 v0.6.3 |
| 998 | 2026-06-04T08:05:59.596Z | Compiling dropshot v0.17.0 |
| 999 | 2026-06-04T08:05:59.703Z | Checking scopeguard v1.2.0 |
| 1000 | 2026-06-04T08:05:59.810Z | Checking lock_api v0.4.14 |
| 1001 | 2026-06-04T08:05:59.829Z | Compiling dropshot_endpoint v0.17.0 |
| 1002 | 2026-06-04T08:06:00.142Z | Compiling dof v0.4.0 |
| 1003 | 2026-06-04T08:06:00.322Z | Compiling newtype-uuid-macros v0.1.0 |
| 1004 | 2026-06-04T08:06:00.760Z | Checking critical-section v1.2.0 |
| 1005 | 2026-06-04T08:06:01.133Z | Checking once_cell v1.21.4 |
| 1006 | 2026-06-04T08:06:01.151Z | Checking parking_lot v0.12.5 |
| 1007 | 2026-06-04T08:06:01.368Z | Compiling usdt-macro v0.6.0 |
| 1008 | 2026-06-04T08:06:01.439Z | Compiling usdt-attr-macro v0.6.0 |
| 1009 | 2026-06-04T08:06:01.458Z | Checking signal-hook-registry v1.4.8 |
| 1010 | 2026-06-04T08:06:01.461Z | Compiling darling_core v0.23.0 |
| 1011 | 2026-06-04T08:06:01.499Z | Compiling strum_macros v0.26.4 |
| 1012 | 2026-06-04T08:06:01.503Z | Compiling structmeta-derive v0.3.0 |
| 1013 | 2026-06-04T08:06:01.617Z | Checking mio v1.2.0 |
| 1014 | 2026-06-04T08:06:01.898Z | Checking tokio v1.52.3 |
| 1015 | 2026-06-04T08:06:02.180Z | Checking subtle v2.6.1 |
| 1016 | 2026-06-04T08:06:02.329Z | Compiling foldhash v0.2.0 |
| 1017 | 2026-06-04T08:06:02.401Z | Compiling allocator-api2 v0.2.21 |
| 1018 | 2026-06-04T08:06:02.535Z | Compiling structmeta v0.3.0 |
| 1019 | 2026-06-04T08:06:02.554Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1020 | 2026-06-04T08:06:02.725Z | Compiling hashbrown v0.16.1 |
| 1021 | 2026-06-04T08:06:02.744Z | Checking futures-core v0.3.32 |
| 1022 | 2026-06-04T08:06:02.871Z | Compiling strum_macros v0.27.2 |
| 1023 | 2026-06-04T08:06:03.097Z | Compiling derive-ex v0.1.8 |
| 1024 | 2026-06-04T08:06:03.524Z | Compiling http v1.4.0 |
| 1025 | 2026-06-04T08:06:03.555Z | Compiling darling_macro v0.23.0 |
| 1026 | 2026-06-04T08:06:04.191Z | Compiling darling v0.23.0 |
| 1027 | 2026-06-04T08:06:04.279Z | Checking futures-sink v0.3.32 |
| 1028 | 2026-06-04T08:06:04.299Z | Compiling serde_with_macros v3.20.0 |
| 1029 | 2026-06-04T08:06:04.413Z | Checking ipnetwork v0.21.1 |
| 1030 | 2026-06-04T08:06:04.578Z | Compiling winnow v1.0.3 |
| 1031 | 2026-06-04T08:06:04.676Z | Compiling test-strategy v0.4.5 |
| 1032 | 2026-06-04T08:06:04.694Z | Checking slab v0.4.12 |
| 1033 | 2026-06-04T08:06:04.857Z | Checking rand_core v0.6.4 |
| 1034 | 2026-06-04T08:06:05.034Z | Compiling fnv v1.0.7 |
| 1035 | 2026-06-04T08:06:05.168Z | Checking futures-channel v0.3.32 |
| 1036 | 2026-06-04T08:06:05.296Z | Compiling parse-display-derive v0.10.0 |
| 1037 | 2026-06-04T08:06:05.436Z | Checking futures-task v0.3.32 |
| 1038 | 2026-06-04T08:06:05.577Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1039 | 2026-06-04T08:06:05.604Z | Checking futures-io v0.3.32 |
| 1040 | 2026-06-04T08:06:05.625Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1041 | 2026-06-04T08:06:05.720Z | Checking futures-util v0.3.32 |
| 1042 | 2026-06-04T08:06:05.888Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1043 | 2026-06-04T08:06:06.130Z | Checking oxnet v0.1.5 |
| 1044 | 2026-06-04T08:06:06.235Z | Checking tracing-core v0.1.36 |
| 1045 | 2026-06-04T08:06:06.357Z | Checking erased-serde v0.3.31 |
| 1046 | 2026-06-04T08:06:06.548Z | Checking typenum v1.20.0 |
| 1047 | 2026-06-04T08:06:06.857Z | Checking tracing v0.1.44 |
| 1048 | 2026-06-04T08:06:07.012Z | Compiling ryu v1.0.23 |
| 1049 | 2026-06-04T08:06:07.104Z | Compiling clap_derive v4.6.1 |
| 1050 | 2026-06-04T08:06:07.178Z | Checking base64 v0.22.1 |
| 1051 | 2026-06-04T08:06:07.601Z | Checking rustls-pki-types v1.14.1 |
| 1052 | 2026-06-04T08:06:07.903Z | Checking crypto-common v0.1.7 |
| 1053 | 2026-06-04T08:06:07.974Z | Compiling openapiv3 v2.2.0 |
| 1054 | 2026-06-04T08:06:08.158Z | Checking untrusted v0.9.0 |
| 1055 | 2026-06-04T08:06:08.335Z | Checking tokio-util v0.7.18 |
| 1056 | 2026-06-04T08:06:08.515Z | Checking ipnet v2.12.0 |
| 1057 | 2026-06-04T08:06:08.741Z | Compiling either v1.15.0 |
| 1058 | 2026-06-04T08:06:08.796Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 1059 | 2026-06-04T08:06:08.952Z | Compiling itertools v0.14.0 |
| 1060 | 2026-06-04T08:06:09.545Z | Compiling proc-macro-crate v3.5.0 |
| 1061 | 2026-06-04T08:06:09.700Z | Checking http-body v1.0.1 |
| 1062 | 2026-06-04T08:06:09.784Z | Checking block-buffer v0.10.4 |
| 1063 | 2026-06-04T08:06:09.833Z | Compiling crucible-workspace-hack v0.1.0 |
| 1064 | 2026-06-04T08:06:09.964Z | Checking atomic-waker v1.1.2 |
| 1065 | 2026-06-04T08:06:10.093Z | Compiling num_enum_derive v0.7.6 |
| 1066 | 2026-06-04T08:06:10.141Z | Checking digest v0.10.7 |
| 1067 | 2026-06-04T08:06:10.330Z | Checking try-lock v0.2.5 |
| 1068 | 2026-06-04T08:06:10.417Z | Checking tower-layer v0.3.3 |
| 1069 | 2026-06-04T08:06:10.544Z | Checking tower-service v0.3.3 |
| 1070 | 2026-06-04T08:06:10.638Z | Checking want v0.3.1 |
| 1071 | 2026-06-04T08:06:10.669Z | Checking h2 v0.4.14 |
| 1072 | 2026-06-04T08:06:10.759Z | Checking httpdate v1.0.3 |
| 1073 | 2026-06-04T08:06:10.982Z | Compiling regress v0.11.1 |
| 1074 | 2026-06-04T08:06:11.832Z | Checking ppv-lite86 v0.2.21 |
| 1075 | 2026-06-04T08:06:12.151Z | Compiling convert_case v0.4.0 |
| 1076 | 2026-06-04T08:06:12.317Z | Checking serde_urlencoded v0.7.1 |
| 1077 | 2026-06-04T08:06:12.450Z | Compiling derive_more v0.99.20 |
| 1078 | 2026-06-04T08:06:12.488Z | Checking hyper v1.9.0 |
| 1079 | 2026-06-04T08:06:12.521Z | Compiling typify-impl v0.6.2 |
| 1080 | 2026-06-04T08:06:12.820Z | Checking http-body-util v0.1.3 |
| 1081 | 2026-06-04T08:06:13.389Z | Checking hyper-util v0.1.20 |
| 1082 | 2026-06-04T08:06:13.618Z | Compiling darling_core v0.21.3 |
| 1083 | 2026-06-04T08:06:13.821Z | Compiling zerocopy-derive v0.7.35 |
| 1084 | 2026-06-04T08:06:14.248Z | Compiling unsafe-libyaml v0.2.11 |
| 1085 | 2026-06-04T08:06:14.724Z | Checking cpufeatures v0.2.17 |
| 1086 | 2026-06-04T08:06:14.856Z | Compiling serde_yaml v0.9.34+deprecated |
| 1087 | 2026-06-04T08:06:15.149Z | Compiling regress v0.10.5 |
| 1088 | 2026-06-04T08:06:15.706Z | Compiling darling_macro v0.21.3 |
| 1089 | 2026-06-04T08:06:15.907Z | Compiling typify-macro v0.6.2 |
| 1090 | 2026-06-04T08:06:16.208Z | Checking powerfmt v0.2.0 |
| 1091 | 2026-06-04T08:06:16.278Z | Compiling darling v0.21.3 |
| 1092 | 2026-06-04T08:06:16.361Z | Checking deranged v0.5.8 |
| 1093 | 2026-06-04T08:06:16.573Z | Compiling heapless v0.8.0 |
| 1094 | 2026-06-04T08:06:16.787Z | Checking untrusted v0.7.1 |
| 1095 | 2026-06-04T08:06:17.178Z | Checking num_threads v0.1.7 |
| 1096 | 2026-06-04T08:06:17.460Z | Checking time v0.3.47 |
| 1097 | 2026-06-04T08:06:17.491Z | Compiling ingot-macros v0.1.1 |
| 1098 | 2026-06-04T08:06:17.814Z | Compiling serde_repr v0.1.20 |
| 1099 | 2026-06-04T08:06:17.917Z | Compiling scroll_derive v0.12.1 |
| 1100 | 2026-06-04T08:06:18.079Z | Compiling rustix v0.38.44 |
| 1101 | 2026-06-04T08:06:18.649Z | Checking crossbeam-channel v0.5.15 |
| 1102 | 2026-06-04T08:06:18.985Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1103 | 2026-06-04T08:06:19.003Z | Compiling smoltcp v0.11.0 |
| 1104 | 2026-06-04T08:06:19.622Z | Checking futures-executor v0.3.32 |
| 1105 | 2026-06-04T08:06:19.778Z | Compiling rustc_version v0.4.1 |
| 1106 | 2026-06-04T08:06:19.781Z | Checking thread_local v1.1.9 |
| 1107 | 2026-06-04T08:06:20.011Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1108 | 2026-06-04T08:06:20.092Z | Compiling curve25519-dalek v4.1.3 |
| 1109 | 2026-06-04T08:06:20.165Z | Checking rand_core v0.9.5 |
| 1110 | 2026-06-04T08:06:20.184Z | Compiling typify v0.6.2 |
| 1111 | 2026-06-04T08:06:20.292Z | Compiling toml_datetime v0.6.11 |
| 1112 | 2026-06-04T08:06:20.330Z | Compiling foreign-types-macros v0.2.3 |
| 1113 | 2026-06-04T08:06:20.388Z | Checking is-terminal v0.4.17 |
| 1114 | 2026-06-04T08:06:20.569Z | Checking term v1.2.1 |
| 1115 | 2026-06-04T08:06:20.810Z | Checking take_mut v0.2.2 |
| 1116 | 2026-06-04T08:06:20.907Z | Checking slog-term v2.9.2 |
| 1117 | 2026-06-04T08:06:21.104Z | Checking futures v0.3.32 |
| 1118 | 2026-06-04T08:06:21.154Z | Compiling zerocopy v0.7.35 |
| 1119 | 2026-06-04T08:06:21.181Z | Checking sync_wrapper v1.0.2 |
| 1120 | 2026-06-04T08:06:21.286Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1121 | 2026-06-04T08:06:21.289Z | Compiling hubpack_derive v0.1.1 |
| 1122 | 2026-06-04T08:06:21.479Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1123 | 2026-06-04T08:06:21.811Z | Compiling proc-macro-error-attr v1.0.4 |
| 1124 | 2026-06-04T08:06:21.942Z | Compiling usdt-impl v0.5.0 |
| 1125 | 2026-06-04T08:06:22.211Z | Checking hex v0.4.3 |
| 1126 | 2026-06-04T08:06:22.375Z | Compiling dof v0.3.0 |
| 1127 | 2026-06-04T08:06:22.412Z | Checking tower v0.5.3 |
| 1128 | 2026-06-04T08:06:22.430Z | Checking rand_chacha v0.9.0 |
| 1129 | 2026-06-04T08:06:22.512Z | Compiling dtrace-parser v0.2.0 |
| 1130 | 2026-06-04T08:06:22.616Z | Checking webpki-roots v1.0.7 |
| 1131 | 2026-06-04T08:06:22.735Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1132 | 2026-06-04T08:06:23.201Z | Compiling serde_spanned v1.1.1 |
| 1133 | 2026-06-04T08:06:23.230Z | Compiling thread-id v4.2.2 |
| 1134 | 2026-06-04T08:06:23.321Z | Compiling proc-macro-error v1.0.4 |
| 1135 | 2026-06-04T08:06:23.521Z | Compiling pkg-config v0.3.33 |
| 1136 | 2026-06-04T08:06:23.551Z | Checking fastrand v2.4.1 |
| 1137 | 2026-06-04T08:06:23.570Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1138 | 2026-06-04T08:06:24.033Z | Checking tower-http v0.6.10 |
| 1139 | 2026-06-04T08:06:24.052Z | Checking rand v0.9.4 |
| 1140 | 2026-06-04T08:06:24.915Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 1141 | 2026-06-04T08:06:24.954Z | Compiling prettyplease v0.2.37 |
| 1142 | 2026-06-04T08:06:25.614Z | Checking sha1 v0.10.6 |
| 1143 | 2026-06-04T08:06:25.740Z | Compiling memoffset v0.9.1 |
| 1144 | 2026-06-04T08:06:25.823Z | Checking simd-adler32 v0.3.9 |
| 1145 | 2026-06-04T08:06:25.877Z | Checking match_cfg v0.1.0 |
| 1146 | 2026-06-04T08:06:25.982Z | Compiling heck v0.4.1 |
| 1147 | 2026-06-04T08:06:26.006Z | Checking adler2 v2.0.1 |
| 1148 | 2026-06-04T08:06:26.053Z | Checking hostname v0.3.1 |
| 1149 | 2026-06-04T08:06:26.114Z | Checking miniz_oxide v0.8.9 |
| 1150 | 2026-06-04T08:06:26.189Z | Compiling usdt-attr-macro v0.5.0 |
| 1151 | 2026-06-04T08:06:26.329Z | Compiling usdt-macro v0.5.0 |
| 1152 | 2026-06-04T08:06:26.449Z | Checking tempfile v3.27.0 |
| 1153 | 2026-06-04T08:06:26.644Z | Checking slog-json v2.6.1 |
| 1154 | 2026-06-04T08:06:26.855Z | Checking newtype-uuid v1.3.2 |
| 1155 | 2026-06-04T08:06:26.905Z | Compiling num-derive v0.4.2 |
| 1156 | 2026-06-04T08:06:26.983Z | Compiling enum-as-inner v0.6.1 |
| 1157 | 2026-06-04T08:06:27.062Z | Checking memmap2 v0.9.10 |
| 1158 | 2026-06-04T08:06:27.119Z | Compiling openssl-probe v0.2.1 |
| 1159 | 2026-06-04T08:06:27.270Z | Compiling cfg_aliases v0.2.1 |
| 1160 | 2026-06-04T08:06:27.348Z | Compiling winnow v0.7.15 |
| 1161 | 2026-06-04T08:06:27.741Z | Compiling nix v0.31.3 |
| 1162 | 2026-06-04T08:06:28.111Z | Compiling rustls-native-certs v0.8.3 |
| 1163 | 2026-06-04T08:06:28.132Z | Checking usdt v0.6.0 |
| 1164 | 2026-06-04T08:06:28.297Z | Checking daft v0.1.7 |
| 1165 | 2026-06-04T08:06:28.351Z | Checking slog-bunyan v2.5.0 |
| 1166 | 2026-06-04T08:06:28.465Z | Checking flate2 v1.1.9 |
| 1167 | 2026-06-04T08:06:28.706Z | Checking rustls-webpki v0.102.8 |
| 1168 | 2026-06-04T08:06:28.978Z | Compiling rayon-core v1.13.0 |
| 1169 | 2026-06-04T08:06:29.121Z | Checking compression-core v0.4.32 |
| 1170 | 2026-06-04T08:06:29.125Z | Checking debug-ignore v1.0.5 |
| 1171 | 2026-06-04T08:06:29.211Z | Checking compression-codecs v0.4.38 |
| 1172 | 2026-06-04T08:06:30.139Z | Checking encoding_rs v0.8.35 |
| 1173 | 2026-06-04T08:06:30.212Z | Compiling wait-timeout v0.2.1 |
| 1174 | 2026-06-04T08:06:30.300Z | Compiling bit-vec v0.8.0 |
| 1175 | 2026-06-04T08:06:30.336Z | Checking spin v0.9.8 |
| 1176 | 2026-06-04T08:06:30.485Z | Checking mime v0.3.17 |
| 1177 | 2026-06-04T08:06:30.571Z | Compiling quick-error v1.2.3 |
| 1178 | 2026-06-04T08:06:30.645Z | Checking tokio-rustls v0.25.0 |
| 1179 | 2026-06-04T08:06:30.664Z | Compiling rusty-fork v0.3.1 |
| 1180 | 2026-06-04T08:06:30.682Z | Compiling bit-set v0.8.0 |
| 1181 | 2026-06-04T08:06:30.710Z | Checking toml v1.1.2+spec-1.1.0 |
| 1182 | 2026-06-04T08:06:30.827Z | Compiling rand_chacha v0.3.1 |
| 1183 | 2026-06-04T08:06:31.276Z | Checking async-compression v0.4.42 |
| 1184 | 2026-06-04T08:06:31.394Z | Compiling rand_xorshift v0.4.0 |
| 1185 | 2026-06-04T08:06:31.575Z | Checking waitgroup v0.1.2 |
| 1186 | 2026-06-04T08:06:31.588Z | Checking rustls-pemfile v2.2.0 |
| 1187 | 2026-06-04T08:06:31.588Z | Checking async-stream v0.3.6 |
| 1188 | 2026-06-04T08:06:31.708Z | Compiling num-integer v0.1.46 |
| 1189 | 2026-06-04T08:06:31.780Z | Checking serde_path_to_error v0.1.20 |
| 1190 | 2026-06-04T08:06:32.001Z | Checking hostname v0.4.2 |
| 1191 | 2026-06-04T08:06:32.289Z | Compiling unarray v0.1.4 |
| 1192 | 2026-06-04T08:06:32.452Z | Compiling winnow v0.5.40 |
| 1193 | 2026-06-04T08:06:32.693Z | Compiling semver v0.1.20 |
| 1194 | 2026-06-04T08:06:32.900Z | Compiling rustc_version v0.1.7 |
| 1195 | 2026-06-04T08:06:32.946Z | Checking rustls-webpki v0.103.13 |
| 1196 | 2026-06-04T08:06:33.634Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1197 | 2026-06-04T08:06:33.789Z | Compiling toml_edit v0.19.15 |
| 1198 | 2026-06-04T08:06:33.811Z | Compiling proptest v1.11.0 |
| 1199 | 2026-06-04T08:06:33.889Z | Checking rand v0.8.6 |
| 1200 | 2026-06-04T08:06:34.939Z | Compiling reqwest v0.12.28 |
| 1201 | 2026-06-04T08:06:35.010Z | Compiling backon v1.6.0 |
| 1202 | 2026-06-04T08:06:35.746Z | Checking tokio-rustls v0.26.4 |
| 1203 | 2026-06-04T08:06:35.767Z | Checking rustls-platform-verifier v0.7.0 |
| 1204 | 2026-06-04T08:06:35.784Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1205 | 2026-06-04T08:06:35.977Z | Checking hyper-rustls v0.27.9 |
| 1206 | 2026-06-04T08:06:36.182Z | Checking reqwest v0.13.3 |
| 1207 | 2026-06-04T08:06:36.238Z | Compiling strum v0.26.3 |
| 1208 | 2026-06-04T08:06:36.567Z | Checking macaddr v1.0.1 |
| 1209 | 2026-06-04T08:06:36.647Z | Compiling instant v0.1.13 |
| 1210 | 2026-06-04T08:06:36.868Z | Compiling utf8parse v0.2.2 |
| 1211 | 2026-06-04T08:06:36.956Z | Compiling rustc-hash v2.1.2 |
| 1212 | 2026-06-04T08:06:36.974Z | Compiling anstyle-parse v1.0.0 |
| 1213 | 2026-06-04T08:06:36.991Z | Compiling backoff v0.4.0 |
| 1214 | 2026-06-04T08:06:37.081Z | Compiling iddqd v0.3.18 |
| 1215 | 2026-06-04T08:06:37.126Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1216 | 2026-06-04T08:06:37.156Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1217 | 2026-06-04T08:06:37.189Z | Compiling progenitor-client v0.10.0 |
| 1218 | 2026-06-04T08:06:37.401Z | Compiling proc-macro-crate v1.3.1 |
| 1219 | 2026-06-04T08:06:37.447Z | Compiling newtype_derive v0.1.6 |
| 1220 | 2026-06-04T08:06:37.598Z | Compiling num-iter v0.1.45 |
| 1221 | 2026-06-04T08:06:37.619Z | Compiling num-rational v0.4.2 |
| 1222 | 2026-06-04T08:06:37.736Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 1223 | 2026-06-04T08:06:37.747Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1224 | 2026-06-04T08:06:37.862Z | Compiling progenitor-impl v0.13.0 |
| 1225 | 2026-06-04T08:06:38.049Z | Compiling progenitor-client v0.14.0 |
| 1226 | 2026-06-04T08:06:38.082Z | Compiling parse-display v0.10.0 |
| 1227 | 2026-06-04T08:06:38.227Z | Compiling serde_with v3.20.0 |
| 1228 | 2026-06-04T08:06:38.288Z | Compiling progenitor-extras v0.2.0 |
| 1229 | 2026-06-04T08:06:38.324Z | Compiling strum v0.27.2 |
| 1230 | 2026-06-04T08:06:38.446Z | Compiling num-complex v0.4.6 |
| 1231 | 2026-06-04T08:06:38.525Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1232 | 2026-06-04T08:06:38.684Z | Compiling owo-colors v4.3.0 |
| 1233 | 2026-06-04T08:06:38.703Z | Compiling vcpkg v0.2.15 |
| 1234 | 2026-06-04T08:06:38.799Z | Compiling is_terminal_polyfill v1.70.2 |
| 1235 | 2026-06-04T08:06:38.874Z | Compiling anstyle-query v1.1.5 |
| 1236 | 2026-06-04T08:06:38.902Z | Compiling colorchoice v1.0.5 |
| 1237 | 2026-06-04T08:06:38.951Z | Compiling anstyle v1.0.14 |
| 1238 | 2026-06-04T08:06:39.079Z | Compiling num v0.4.3 |
| 1239 | 2026-06-04T08:06:39.162Z | Compiling anstream v1.0.0 |
| 1240 | 2026-06-04T08:06:39.287Z | Compiling openssl-sys v0.9.116 |
| 1241 | 2026-06-04T08:06:39.313Z | Compiling num_enum_derive v0.5.11 |
| 1242 | 2026-06-04T08:06:39.513Z | Compiling terminal_size v0.4.4 |
| 1243 | 2026-06-04T08:06:39.654Z | Compiling progenitor-impl v0.14.0 |
| 1244 | 2026-06-04T08:06:39.818Z | Compiling serde_spanned v0.6.9 |
| 1245 | 2026-06-04T08:06:39.841Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1246 | 2026-06-04T08:06:39.861Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1247 | 2026-06-04T08:06:39.880Z | Compiling derive-where v1.6.1 |
| 1248 | 2026-06-04T08:06:39.929Z | Compiling progenitor-macro v0.13.0 |
| 1249 | 2026-06-04T08:06:39.964Z | Compiling pin-project-internal v1.1.13 |
| 1250 | 2026-06-04T08:06:40.581Z | Compiling toml_write v0.1.2 |
| 1251 | 2026-06-04T08:06:40.757Z | Compiling clap_lex v1.1.0 |
| 1252 | 2026-06-04T08:06:40.782Z | Compiling float-ord v0.3.2 |
| 1253 | 2026-06-04T08:06:40.912Z | Checking unicode-width v0.2.2 |
| 1254 | 2026-06-04T08:06:41.005Z | Compiling clap_builder v4.6.0 |
| 1255 | 2026-06-04T08:06:41.141Z | Compiling toml_edit v0.22.27 |
| 1256 | 2026-06-04T08:06:41.711Z | Compiling progenitor-macro v0.14.0 |
| 1257 | 2026-06-04T08:06:41.729Z | Compiling zone_cfg_derive v0.3.1 |
| 1258 | 2026-06-04T08:06:42.527Z | Compiling toml v0.8.23 |
| 1259 | 2026-06-04T08:06:42.944Z | Compiling clap v4.6.1 |
| 1260 | 2026-06-04T08:06:43.080Z | Compiling snafu-derive v0.8.9 |
| 1261 | 2026-06-04T08:06:43.231Z | Compiling async-recursion v1.1.1 |
| 1262 | 2026-06-04T08:06:43.883Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1263 | 2026-06-04T08:06:44.499Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 1264 | 2026-06-04T08:06:44.632Z | Compiling slog-dtrace v0.3.0 |
| 1265 | 2026-06-04T08:06:44.816Z | Compiling minimal-lexical v0.2.1 |
| 1266 | 2026-06-04T08:06:44.835Z | Compiling chrono-tz v0.10.4 |
| 1267 | 2026-06-04T08:06:44.958Z | Compiling unicode-xid v0.2.6 |
| 1268 | 2026-06-04T08:06:45.085Z | Compiling cancel-safe-futures v0.1.5 |
| 1269 | 2026-06-04T08:06:45.121Z | Compiling openssl v0.10.80 |
| 1270 | 2026-06-04T08:06:45.194Z | Compiling const_format_proc_macros v0.2.34 |
| 1271 | 2026-06-04T08:06:45.435Z | Compiling nom v7.1.3 |
| 1272 | 2026-06-04T08:06:45.613Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1273 | 2026-06-04T08:06:45.811Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1274 | 2026-06-04T08:06:46.126Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1275 | 2026-06-04T08:06:46.209Z | Compiling openssl-macros v0.1.1 |
| 1276 | 2026-06-04T08:06:46.730Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1277 | 2026-06-04T08:06:46.929Z | Compiling cookie v0.18.1 |
| 1278 | 2026-06-04T08:06:46.972Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1279 | 2026-06-04T08:06:47.179Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1280 | 2026-06-04T08:06:47.491Z | Compiling tabled_derive v0.7.0 |
| 1281 | 2026-06-04T08:06:49.702Z | Checking num_enum v0.7.6 |
| 1282 | 2026-06-04T08:06:50.973Z | Checking secrecy v0.10.3 |
| 1283 | 2026-06-04T08:06:51.118Z | Checking tinyvec_macros v0.1.1 |
| 1284 | 2026-06-04T08:06:51.182Z | Checking tinyvec v1.11.0 |
| 1285 | 2026-06-04T08:06:52.482Z | Checking crossbeam-epoch v0.9.18 |
| 1286 | 2026-06-04T08:06:52.640Z | Checking hash32 v0.3.1 |
| 1287 | 2026-06-04T08:06:52.640Z | Checking bstr v1.12.1 |
| 1288 | 2026-06-04T08:06:52.640Z | Checking data-encoding v2.11.0 |
| 1289 | 2026-06-04T08:06:52.640Z | Checking tabwriter v1.4.1 |
| 1290 | 2026-06-04T08:06:52.640Z | Checking ingot-types v0.1.2 |
| 1291 | 2026-06-04T08:06:52.640Z | Checking scroll v0.12.0 |
| 1292 | 2026-06-04T08:06:52.640Z | Checking hmac v0.12.1 |
| 1293 | 2026-06-04T08:06:52.640Z | Checking inout v0.1.4 |
| 1294 | 2026-06-04T08:06:52.640Z | Checking ff v0.13.1 |
| 1295 | 2026-06-04T08:06:52.640Z | Checking cobs v0.3.0 |
| 1296 | 2026-06-04T08:06:52.640Z | Checking static_assertions v1.1.0 |
| 1297 | 2026-06-04T08:06:52.640Z | Checking managed v0.8.0 |
| 1298 | 2026-06-04T08:06:52.640Z | Checking bitflags v1.3.2 |
| 1299 | 2026-06-04T08:06:52.669Z | Checking cpufeatures v0.3.0 |
| 1300 | 2026-06-04T08:06:52.669Z | Checking foreign-types-shared v0.3.1 |
| 1301 | 2026-06-04T08:06:52.669Z | Checking colored v3.1.1 |
| 1302 | 2026-06-04T08:06:52.669Z | Checking foreign-types v0.5.0 |
| 1303 | 2026-06-04T08:06:52.716Z | Checking chacha20 v0.10.0 |
| 1304 | 2026-06-04T08:06:52.734Z | Checking postcard v1.1.3 |
| 1305 | 2026-06-04T08:06:52.783Z | Checking group v0.13.0 |
| 1306 | 2026-06-04T08:06:52.895Z | Checking cipher v0.4.4 |
| 1307 | 2026-06-04T08:06:52.925Z | Checking hkdf v0.12.4 |
| 1308 | 2026-06-04T08:06:52.945Z | Checking ingot v0.1.1 |
| 1309 | 2026-06-04T08:06:53.029Z | Checking goblin v0.8.2 |
| 1310 | 2026-06-04T08:06:53.177Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1311 | 2026-06-04T08:06:53.509Z | Checking universal-hash v0.5.1 |
| 1312 | 2026-06-04T08:06:53.544Z | Checking crypto-bigint v0.5.5 |
| 1313 | 2026-06-04T08:06:53.667Z | Checking half v2.7.1 |
| 1314 | 2026-06-04T08:06:53.935Z | Checking cstr-argument v0.1.2 |
| 1315 | 2026-06-04T08:06:53.978Z | Checking base16ct v0.2.0 |
| 1316 | 2026-06-04T08:06:53.999Z | Checking indent_write v2.2.0 |
| 1317 | 2026-06-04T08:06:54.061Z | Checking opaque-debug v0.3.1 |
| 1318 | 2026-06-04T08:06:54.107Z | Checking ciborium-io v0.2.2 |
| 1319 | 2026-06-04T08:06:54.175Z | Checking base64ct v1.8.3 |
| 1320 | 2026-06-04T08:06:54.191Z | Checking poly1305 v0.8.0 |
| 1321 | 2026-06-04T08:06:54.208Z | Checking ciborium-ll v0.2.2 |
| 1322 | 2026-06-04T08:06:54.247Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1323 | 2026-06-04T08:06:54.371Z | Checking password-hash v0.5.0 |
| 1324 | 2026-06-04T08:06:54.390Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1325 | 2026-06-04T08:06:54.427Z | Checking chacha20 v0.9.1 |
| 1326 | 2026-06-04T08:06:54.451Z | Checking elliptic-curve v0.13.8 |
| 1327 | 2026-06-04T08:06:54.473Z | Checking rand v0.10.1 |
| 1328 | 2026-06-04T08:06:54.573Z | Checking atomicwrites v0.4.4 |
| 1329 | 2026-06-04T08:06:54.576Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1330 | 2026-06-04T08:06:54.611Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1331 | 2026-06-04T08:06:54.631Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1332 | 2026-06-04T08:06:54.702Z | Checking byte-wrapper v0.1.0 |
| 1333 | 2026-06-04T08:06:54.702Z | Checking thiserror-no-std v2.0.2 |
| 1334 | 2026-06-04T08:06:54.813Z | Checking hubpack v0.1.2 |
| 1335 | 2026-06-04T08:06:54.899Z | Checking blake2 v0.10.6 |
| 1336 | 2026-06-04T08:06:54.920Z | Checking aead v0.5.2 |
| 1337 | 2026-06-04T08:06:54.943Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1338 | 2026-06-04T08:06:55.078Z | Checking keccak v0.1.6 |
| 1339 | 2026-06-04T08:06:55.096Z | Checking chacha20poly1305 v0.10.1 |
| 1340 | 2026-06-04T08:06:55.116Z | Checking argon2 v0.5.3 |
| 1341 | 2026-06-04T08:06:55.185Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1342 | 2026-06-04T08:06:55.243Z | Checking sha3 v0.10.9 |
| 1343 | 2026-06-04T08:06:55.399Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1344 | 2026-06-04T08:06:55.419Z | Checking ciborium v0.2.2 |
| 1345 | 2026-06-04T08:06:55.437Z | Checking similar v2.7.0 |
| 1346 | 2026-06-04T08:06:55.461Z | Checking vsss-rs v3.3.4 |
| 1347 | 2026-06-04T08:06:55.535Z | Checking memmap v0.7.0 |
| 1348 | 2026-06-04T08:06:55.775Z | Checking lazy_static v1.5.0 |
| 1349 | 2026-06-04T08:06:55.841Z | Checking usdt v0.5.0 |
| 1350 | 2026-06-04T08:06:55.934Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1351 | 2026-06-04T08:06:55.940Z | Checking crossbeam-deque v0.8.6 |
| 1352 | 2026-06-04T08:06:56.068Z | Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1353 | 2026-06-04T08:06:56.089Z | Checking bytecount v0.6.9 |
| 1354 | 2026-06-04T08:06:56.096Z | Checking unicode-segmentation v1.13.2 |
| 1355 | 2026-06-04T08:06:56.436Z | Checking newline-converter v0.3.0 |
| 1356 | 2026-06-04T08:06:56.456Z | Checking console v0.15.11 |
| 1357 | 2026-06-04T08:06:56.522Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1358 | 2026-06-04T08:06:56.548Z | Checking itertools v0.12.1 |
| 1359 | 2026-06-04T08:06:56.602Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1360 | 2026-06-04T08:06:56.606Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1361 | 2026-06-04T08:06:56.825Z | Checking swrite v0.1.0 |
| 1362 | 2026-06-04T08:06:56.846Z | Checking resolv-conf v0.7.6 |
| 1363 | 2026-06-04T08:06:56.866Z | Checking linked-hash-map v0.5.6 |
| 1364 | 2026-06-04T08:06:56.884Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1365 | 2026-06-04T08:06:56.954Z | Checking expectorate v1.2.0 |
| 1366 | 2026-06-04T08:06:57.059Z | Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1367 | 2026-06-04T08:06:57.092Z | Checking lru-cache v0.1.2 |
| 1368 | 2026-06-04T08:06:57.092Z | Checking rayon v1.12.0 |
| 1369 | 2026-06-04T08:06:57.420Z | Checking hickory-proto v0.24.4 |
| 1370 | 2026-06-04T08:06:57.484Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1371 | 2026-06-04T08:06:57.552Z | Checking progenitor-client v0.13.0 |
| 1372 | 2026-06-04T08:06:57.668Z | Checking camino-tempfile v1.4.1 |
| 1373 | 2026-06-04T08:06:57.907Z | Checking serde-big-array v0.5.1 |
| 1374 | 2026-06-04T08:06:57.970Z | Checking siphasher v1.0.3 |
| 1375 | 2026-06-04T08:06:58.071Z | Checking progenitor v0.14.0 |
| 1376 | 2026-06-04T08:06:58.111Z | Checking progenitor v0.13.0 |
| 1377 | 2026-06-04T08:06:58.167Z | Checking phf_shared v0.12.1 |
| 1378 | 2026-06-04T08:06:58.198Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1379 | 2026-06-04T08:06:58.302Z | Checking unicode-normalization v0.1.25 |
| 1380 | 2026-06-04T08:06:58.516Z | Checking pin-project v1.1.13 |
| 1381 | 2026-06-04T08:06:58.568Z | Checking num_enum v0.5.11 |
| 1382 | 2026-06-04T08:06:58.881Z | Checking tokio-stream v0.1.18 |
| 1383 | 2026-06-04T08:06:58.993Z | Checking hickory-resolver v0.24.4 |
| 1384 | 2026-06-04T08:06:59.091Z | Checking csv-core v0.1.13 |
| 1385 | 2026-06-04T08:06:59.108Z | Checking foreign-types-shared v0.1.1 |
| 1386 | 2026-06-04T08:06:59.122Z | Compiling parking_lot_core v0.8.6 |
| 1387 | 2026-06-04T08:06:59.173Z | Checking unicode-width v0.1.14 |
| 1388 | 2026-06-04T08:06:59.338Z | Checking unicode-linebreak v0.1.5 |
| 1389 | 2026-06-04T08:06:59.535Z | Checking smawk v0.3.2 |
| 1390 | 2026-06-04T08:06:59.954Z | Checking highway v1.3.0 |
| 1391 | 2026-06-04T08:06:59.955Z | Checking konst_macro_rules v0.2.19 |
| 1392 | 2026-06-04T08:06:59.955Z | Checking same-file v1.0.6 |
| 1393 | 2026-06-04T08:06:59.955Z | Checking foldhash v0.1.5 |
| 1394 | 2026-06-04T08:07:00.007Z | Checking walkdir v2.5.0 |
| 1395 | 2026-06-04T08:07:00.007Z | Checking konst v0.2.20 |
| 1396 | 2026-06-04T08:07:00.007Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1397 | 2026-06-04T08:07:00.007Z | Checking qorb v0.4.1 |
| 1398 | 2026-06-04T08:07:00.008Z | Checking hashbrown v0.15.5 |
| 1399 | 2026-06-04T08:07:00.008Z | Checking textwrap v0.16.2 |
| 1400 | 2026-06-04T08:07:00.008Z | Checking csv v1.4.0 |
| 1401 | 2026-06-04T08:07:00.055Z | Checking foreign-types v0.3.2 |
| 1402 | 2026-06-04T08:07:00.284Z | Checking olpc-cjson v0.1.4 |
| 1403 | 2026-06-04T08:07:00.397Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1404 | 2026-06-04T08:07:00.463Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1405 | 2026-06-04T08:07:00.576Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1406 | 2026-06-04T08:07:00.698Z | Checking snafu v0.8.9 |
| 1407 | 2026-06-04T08:07:01.412Z | Checking phf v0.12.1 |
| 1408 | 2026-06-04T08:07:01.412Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1409 | 2026-06-04T08:07:01.412Z | Checking zone v0.3.1 |
| 1410 | 2026-06-04T08:07:01.412Z | Checking tokio-dtrace v0.1.1 |
| 1411 | 2026-06-04T08:07:01.412Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1412 | 2026-06-04T08:07:01.412Z | Checking globset v0.4.18 |
| 1413 | 2026-06-04T08:07:01.412Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1414 | 2026-06-04T08:07:01.483Z | Checking smf v0.2.3 |
| 1415 | 2026-06-04T08:07:01.558Z | Checking pem v3.0.6 |
| 1416 | 2026-06-04T08:07:01.575Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1417 | 2026-06-04T08:07:01.594Z | Checking libsw-core v0.3.2 |
| 1418 | 2026-06-04T08:07:01.686Z | Checking serde_plain v1.0.2 |
| 1419 | 2026-06-04T08:07:01.744Z | Checking sigpipe v0.1.3 |
| 1420 | 2026-06-04T08:07:01.798Z | Checking fixedbitset v0.5.7 |
| 1421 | 2026-06-04T08:07:01.857Z | Checking typed-path v0.9.3 |
| 1422 | 2026-06-04T08:07:01.926Z | Checking jiff v0.2.24 |
| 1423 | 2026-06-04T08:07:01.981Z | Checking fixedbitset v0.4.2 |
| 1424 | 2026-06-04T08:07:02.004Z | Checking glob v0.3.3 |
| 1425 | 2026-06-04T08:07:02.007Z | Checking petgraph v0.8.3 |
| 1426 | 2026-06-04T08:07:02.135Z | Checking petgraph v0.6.5 |
| 1427 | 2026-06-04T08:07:02.182Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1428 | 2026-06-04T08:07:02.355Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1429 | 2026-06-04T08:07:02.619Z | Checking tough v0.22.0 |
| 1430 | 2026-06-04T08:07:03.123Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1431 | 2026-06-04T08:07:03.325Z | Checking libsw v3.5.0 |
| 1432 | 2026-06-04T08:07:03.826Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1433 | 2026-06-04T08:07:04.051Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1434 | 2026-06-04T08:07:04.154Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1435 | 2026-06-04T08:07:04.212Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1436 | 2026-06-04T08:07:04.432Z | Checking oxide-tokio-rt v0.1.6 |
| 1437 | 2026-06-04T08:07:04.538Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1438 | 2026-06-04T08:07:04.598Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1439 | 2026-06-04T08:07:04.769Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1440 | 2026-06-04T08:07:04.825Z | Checking const_format v0.2.36 |
| 1441 | 2026-06-04T08:07:05.065Z | Checking papergrid v0.11.0 |
| 1442 | 2026-06-04T08:07:05.205Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1443 | 2026-06-04T08:07:05.335Z | Checking gethostname v0.5.0 |
| 1444 | 2026-06-04T08:07:05.350Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1445 | 2026-06-04T08:07:05.402Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1446 | 2026-06-04T08:07:05.425Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1447 | 2026-06-04T08:07:05.483Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1448 | 2026-06-04T08:07:05.620Z | Checking libscf-sys v1.2.0 |
| 1449 | 2026-06-04T08:07:05.813Z | Checking bcs v0.1.6 |
| 1450 | 2026-06-04T08:07:06.044Z | Checking tagptr v0.2.0 |
| 1451 | 2026-06-04T08:07:06.198Z | Checking termtree v0.5.1 |
| 1452 | 2026-06-04T08:07:06.251Z | Checking linear-map v1.2.0 |
| 1453 | 2026-06-04T08:07:06.257Z | Checking whoami v1.6.1 |
| 1454 | 2026-06-04T08:07:06.428Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1455 | 2026-06-04T08:07:06.588Z | Checking moka v0.12.15 |
| 1456 | 2026-06-04T08:07:06.732Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1457 | 2026-06-04T08:07:06.821Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1458 | 2026-06-04T08:07:06.894Z | Checking tabled v0.15.0 |
| 1459 | 2026-06-04T08:07:06.913Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1460 | 2026-06-04T08:07:07.215Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1461 | 2026-06-04T08:07:07.388Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1462 | 2026-06-04T08:07:07.690Z | Checking steno v0.4.1 |
| 1463 | 2026-06-04T08:07:08.019Z | Checking hickory-proto v0.25.2 |
| 1464 | 2026-06-04T08:07:09.079Z | Checking humantime v2.3.0 |
| 1465 | 2026-06-04T08:07:09.631Z | Checking hickory-resolver v0.25.2 |
| 1466 | 2026-06-04T08:07:10.571Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1467 | 2026-06-04T08:07:10.794Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1468 | 2026-06-04T08:07:11.107Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1469 | 2026-06-04T08:07:11.273Z | Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1470 | 2026-06-04T08:07:11.544Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1471 | 2026-06-04T08:07:15.761Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1472 | 2026-06-04T08:07:19.852Z | Checking nom v8.0.0 |
| 1473 | 2026-06-04T08:07:19.873Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1474 | 2026-06-04T08:07:20.317Z | Compiling proc-macro-error2 v2.0.1 |
| 1475 | 2026-06-04T08:07:22.548Z | Compiling crunchy v0.2.4 |
| 1476 | 2026-06-04T08:07:22.681Z | Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1477 | 2026-06-04T08:07:22.801Z | Compiling tabled_derive v0.11.0 |
| 1478 | 2026-06-04T08:07:22.890Z | Compiling tiny-keccak v2.0.2 |
| 1479 | 2026-06-04T08:07:23.157Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 1480 | 2026-06-04T08:07:23.353Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1481 | 2026-06-04T08:07:23.704Z | Compiling typify-impl v0.4.3 |
| 1482 | 2026-06-04T08:07:23.857Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1483 | 2026-06-04T08:07:23.930Z | Checking parking_lot v0.11.2 |
| 1484 | 2026-06-04T08:07:24.061Z | Compiling const-random-macro v0.1.16 |
| 1485 | 2026-06-04T08:07:24.134Z | Checking fxhash v0.2.1 |
| 1486 | 2026-06-04T08:07:24.272Z | Checking sled v0.34.7 |
| 1487 | 2026-06-04T08:07:24.479Z | Compiling smartstring v1.0.1 |
| 1488 | 2026-06-04T08:07:24.708Z | Compiling ahash v0.8.12 |
| 1489 | 2026-06-04T08:07:25.015Z | Checking internet-checksum v0.2.1 |
| 1490 | 2026-06-04T08:07:25.056Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 1491 | 2026-06-04T08:07:25.076Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1492 | 2026-06-04T08:07:25.347Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 1493 | 2026-06-04T08:07:25.374Z | Compiling rhai_codegen v3.1.0 |
| 1494 | 2026-06-04T08:07:25.494Z | Checking arc-swap v1.9.1 |
| 1495 | 2026-06-04T08:07:25.676Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1496 | 2026-06-04T08:07:25.723Z | Checking slog-scope v4.4.1 |
| 1497 | 2026-06-04T08:07:25.869Z | Checking papergrid v0.17.0 |
| 1498 | 2026-06-04T08:07:26.073Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 1499 | 2026-06-04T08:07:26.439Z | Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1500 | 2026-06-04T08:07:26.564Z | Checking testing_table v0.3.0 |
| 1501 | 2026-06-04T08:07:26.657Z | Checking dropshot-api-manager-types v0.7.2 |
| 1502 | 2026-06-04T08:07:26.861Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 1503 | 2026-06-04T08:07:26.994Z | Compiling typify-macro v0.4.3 |
| 1504 | 2026-06-04T08:07:27.014Z | Checking tabled v0.20.0 |
| 1505 | 2026-06-04T08:07:27.344Z | Checking slog-stdlog v4.1.1 |
| 1506 | 2026-06-04T08:07:28.585Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1507 | 2026-06-04T08:07:28.625Z | Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1508 | 2026-06-04T08:07:28.625Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1509 | 2026-06-04T08:07:28.625Z | Compiling lzma-sys v0.1.20 |
| 1510 | 2026-06-04T08:07:28.696Z | Compiling fs-err v3.3.0 |
| 1511 | 2026-06-04T08:07:28.696Z | Compiling typeid v1.0.3 |
| 1512 | 2026-06-04T08:07:28.696Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 1513 | 2026-06-04T08:07:28.696Z | Checking slog-envlogger v2.2.0 |
| 1514 | 2026-06-04T08:07:28.697Z | Compiling typify v0.4.3 |
| 1515 | 2026-06-04T08:07:28.697Z | Compiling progenitor-impl v0.10.0 |
| 1516 | 2026-06-04T08:07:28.971Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1517 | 2026-06-04T08:07:29.195Z | Checking crc8 v0.1.1 |
| 1518 | 2026-06-04T08:07:29.247Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1519 | 2026-06-04T08:07:29.301Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 1520 | 2026-06-04T08:07:29.428Z | Checking const-random v0.1.18 |
| 1521 | 2026-06-04T08:07:29.910Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 1522 | 2026-06-04T08:07:30.136Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 1523 | 2026-06-04T08:07:30.265Z | Compiling cargo_toml v0.22.3 |
| 1524 | 2026-06-04T08:07:30.696Z | Compiling progenitor-macro v0.10.0 |
| 1525 | 2026-06-04T08:07:31.329Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1526 | 2026-06-04T08:07:31.996Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1527 | 2026-06-04T08:07:32.289Z | Checking thin-vec v0.2.18 |
| 1528 | 2026-06-04T08:07:32.555Z | Checking rhai v1.24.0 |
| 1529 | 2026-06-04T08:07:32.645Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 1530 | 2026-06-04T08:07:33.542Z | Checking utf-8 v0.7.6 |
| 1531 | 2026-06-04T08:07:33.838Z | Checking tungstenite v0.21.0 |
| 1532 | 2026-06-04T08:07:34.632Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 1533 | 2026-06-04T08:07:35.538Z | Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1534 | 2026-06-04T08:07:35.654Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1535 | 2026-06-04T08:07:35.698Z | Checking sha2 v0.10.9 |
| 1536 | 2026-06-04T08:07:35.943Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1537 | 2026-06-04T08:07:35.966Z | Checking diff v0.1.13 |
| 1538 | 2026-06-04T08:07:36.086Z | Checking yansi v1.0.1 |
| 1539 | 2026-06-04T08:07:36.129Z | Checking progenitor v0.10.0 |
| 1540 | 2026-06-04T08:07:36.184Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1541 | 2026-06-04T08:07:36.260Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 1542 | 2026-06-04T08:07:36.333Z | Checking pretty_assertions v1.4.1 |
| 1543 | 2026-06-04T08:07:36.510Z | Checking tokio-tungstenite v0.21.0 |
| 1544 | 2026-06-04T08:07:37.629Z | Checking console v0.16.3 |
| 1545 | 2026-06-04T08:07:37.646Z | Checking git-stub v1.0.0 |
| 1546 | 2026-06-04T08:07:37.942Z | Checking base64 v0.21.7 |
| 1547 | 2026-06-04T08:07:37.990Z | Checking sdd v3.0.10 |
| 1548 | 2026-06-04T08:07:38.010Z | Checking unit-prefix v0.5.2 |
| 1549 | 2026-06-04T08:07:38.148Z | Checking is_ci v1.2.0 |
| 1550 | 2026-06-04T08:07:38.266Z | Checking supports-color v3.0.2 |
| 1551 | 2026-06-04T08:07:38.336Z | Checking indicatif v0.18.4 |
| 1552 | 2026-06-04T08:07:38.350Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1553 | 2026-06-04T08:07:38.404Z | Checking scc v2.4.0 |
| 1554 | 2026-06-04T08:07:39.603Z | Checking git-stub-vcs v0.1.0 |
| 1555 | 2026-06-04T08:07:39.619Z | Checking xz2 v0.1.7 |
| 1556 | 2026-06-04T08:07:39.736Z | Checking ron v0.12.1 |
| 1557 | 2026-06-04T08:07:39.760Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1558 | 2026-06-04T08:07:39.836Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1559 | 2026-06-04T08:07:39.909Z | Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1560 | 2026-06-04T08:07:40.141Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1561 | 2026-06-04T08:07:40.451Z | Checking drift v0.2.0 |
| 1562 | 2026-06-04T08:07:40.516Z | Compiling serial_test_derive v3.4.0 |
| 1563 | 2026-06-04T08:07:40.770Z | Checking base16ct v1.0.0 |
| 1564 | 2026-06-04T08:07:40.962Z | Checking dropshot-api-manager v0.7.2 |
| 1565 | 2026-06-04T08:07:41.234Z | Checking serial_test v3.4.0 |
| 1566 | 2026-06-04T08:07:42.716Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1567 | 2026-06-04T08:07:42.768Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 1568 | 2026-06-04T08:07:42.768Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1569 | 2026-06-04T08:07:42.768Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1570 | 2026-06-04T08:07:43.942Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1571 | 2026-06-04T08:07:44.062Z | Checking natord v1.0.9 |
| 1572 | 2026-06-04T08:07:44.238Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1573 | 2026-06-04T08:07:44.505Z | Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 1574 | 2026-06-04T08:07:44.758Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1575 | 2026-06-04T08:07:45.145Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1576 | 2026-06-04T08:07:45.166Z | Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 1577 | 2026-06-04T08:07:45.352Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1578 | 2026-06-04T08:07:45.397Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1579 | 2026-06-04T08:07:45.552Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1580 | 2026-06-04T08:07:45.952Z | Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1581 | 2026-06-04T08:07:53.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
| 1582 | 2026-06-04T08:07:53.980Z | + cargo xtask openapi check |
| 1583 | 2026-06-04T08:07:54.613Z | Compiling cfg-if v1.0.4 |
| 1584 | 2026-06-04T08:07:54.617Z | Compiling libc v0.2.186 |
| 1585 | 2026-06-04T08:07:54.709Z | Compiling serde_core v1.0.228 |
| 1586 | 2026-06-04T08:07:54.722Z | Compiling memchr v2.8.0 |
| 1587 | 2026-06-04T08:07:54.728Z | Compiling smallvec v1.15.1 |
| 1588 | 2026-06-04T08:07:54.736Z | Compiling itoa v1.0.18 |
| 1589 | 2026-06-04T08:07:54.747Z | Compiling stable_deref_trait v1.2.1 |
| 1590 | 2026-06-04T08:07:54.756Z | Compiling zerofrom v0.1.8 |
| 1591 | 2026-06-04T08:07:54.767Z | Compiling zmij v1.0.21 |
| 1592 | 2026-06-04T08:07:54.818Z | Compiling writeable v0.6.3 |
| 1593 | 2026-06-04T08:07:54.871Z | Compiling yoke v0.8.2 |
| 1594 | 2026-06-04T08:07:54.916Z | Compiling litemap v0.8.2 |
| 1595 | 2026-06-04T08:07:54.928Z | Compiling utf8_iter v1.0.4 |
| 1596 | 2026-06-04T08:07:55.023Z | Compiling percent-encoding v2.3.2 |
| 1597 | 2026-06-04T08:07:55.039Z | Compiling zerovec v0.11.6 |
| 1598 | 2026-06-04T08:07:55.056Z | Compiling zerotrie v0.2.4 |
| 1599 | 2026-06-04T08:07:55.072Z | Compiling icu_normalizer_data v2.2.0 |
| 1600 | 2026-06-04T08:07:55.106Z | Compiling icu_properties_data v2.2.0 |
| 1601 | 2026-06-04T08:07:55.169Z | Compiling libm v0.2.16 |
| 1602 | 2026-06-04T08:07:55.183Z | Compiling form_urlencoded v1.2.2 |
| 1603 | 2026-06-04T08:07:55.218Z | Compiling rand_core v0.10.1 |
| 1604 | 2026-06-04T08:07:55.249Z | Compiling errno v0.3.14 |
| 1605 | 2026-06-04T08:07:55.359Z | Compiling getrandom v0.4.2 |
| 1606 | 2026-06-04T08:07:55.372Z | Compiling iana-time-zone v0.1.65 |
| 1607 | 2026-06-04T08:07:55.372Z | Compiling zeroize v1.8.2 |
| 1608 | 2026-06-04T08:07:55.392Z | Compiling pin-project-lite v0.2.17 |
| 1609 | 2026-06-04T08:07:55.403Z | Compiling dyn-clone v1.0.20 |
| 1610 | 2026-06-04T08:07:55.484Z | Compiling scopeguard v1.2.0 |
| 1611 | 2026-06-04T08:07:55.534Z | Compiling tinystr v0.8.3 |
| 1612 | 2026-06-04T08:07:55.548Z | Compiling potential_utf v0.1.5 |
| 1613 | 2026-06-04T08:07:55.562Z | Compiling parking_lot_core v0.9.12 |
| 1614 | 2026-06-04T08:07:55.575Z | Compiling lock_api v0.4.14 |
| 1615 | 2026-06-04T08:07:55.586Z | Compiling socket2 v0.6.3 |
| 1616 | 2026-06-04T08:07:55.596Z | Compiling signal-hook-registry v1.4.8 |
| 1617 | 2026-06-04T08:07:55.706Z | Compiling icu_locale_core v2.2.0 |
| 1618 | 2026-06-04T08:07:55.733Z | Compiling icu_collections v2.2.0 |
| 1619 | 2026-06-04T08:07:55.800Z | Compiling parking_lot v0.12.5 |
| 1620 | 2026-06-04T08:07:55.853Z | Compiling mio v1.2.0 |
| 1621 | 2026-06-04T08:07:55.878Z | Compiling getrandom v0.2.17 |
| 1622 | 2026-06-04T08:07:56.015Z | Compiling num-traits v0.2.19 |
| 1623 | 2026-06-04T08:07:56.064Z | Compiling portable-atomic v1.13.1 |
| 1624 | 2026-06-04T08:07:56.171Z | Compiling subtle v2.6.1 |
| 1625 | 2026-06-04T08:07:56.260Z | Compiling futures-core v0.3.32 |
| 1626 | 2026-06-04T08:07:56.321Z | Compiling thiserror v2.0.18 |
| 1627 | 2026-06-04T08:07:56.338Z | Compiling critical-section v1.2.0 |
| 1628 | 2026-06-04T08:07:56.352Z | Compiling serde v1.0.228 |
| 1629 | 2026-06-04T08:07:56.414Z | Compiling serde_json v1.0.149 |
| 1630 | 2026-06-04T08:07:56.425Z | Compiling icu_provider v2.2.0 |
| 1631 | 2026-06-04T08:07:56.444Z | Compiling uuid v1.23.1 |
| 1632 | 2026-06-04T08:07:56.527Z | Compiling semver v1.0.28 |
| 1633 | 2026-06-04T08:07:56.565Z | Compiling bitflags v2.11.1 |
| 1634 | 2026-06-04T08:07:56.633Z | Compiling once_cell v1.21.4 |
| 1635 | 2026-06-04T08:07:56.746Z | Compiling icu_properties v2.2.0 |
| 1636 | 2026-06-04T08:07:56.785Z | Compiling bytes v1.11.1 |
| 1637 | 2026-06-04T08:07:56.799Z | Compiling icu_normalizer v2.2.0 |
| 1638 | 2026-06-04T08:07:56.844Z | Compiling chrono v0.4.44 |
| 1639 | 2026-06-04T08:07:56.858Z | Compiling log v0.4.29 |
| 1640 | 2026-06-04T08:07:56.858Z | Compiling equivalent v1.0.2 |
| 1641 | 2026-06-04T08:07:56.876Z | Compiling rand_core v0.6.4 |
| 1642 | 2026-06-04T08:07:56.937Z | Compiling zerocopy v0.8.48 |
| 1643 | 2026-06-04T08:07:57.054Z | Compiling futures-sink v0.3.32 |
| 1644 | 2026-06-04T08:07:57.100Z | Compiling slab v0.4.12 |
| 1645 | 2026-06-04T08:07:57.160Z | Compiling slog v2.8.2 |
| 1646 | 2026-06-04T08:07:57.178Z | Compiling futures-channel v0.3.32 |
| 1647 | 2026-06-04T08:07:57.276Z | Compiling tokio v1.52.3 |
| 1648 | 2026-06-04T08:07:57.361Z | Compiling futures-io v0.3.32 |
| 1649 | 2026-06-04T08:07:57.400Z | Compiling futures-task v0.3.32 |
| 1650 | 2026-06-04T08:07:57.411Z | Compiling typenum v1.20.0 |
| 1651 | 2026-06-04T08:07:57.496Z | Compiling hashbrown v0.17.1 |
| 1652 | 2026-06-04T08:07:57.517Z | Compiling tracing-core v0.1.36 |
| 1653 | 2026-06-04T08:07:57.573Z | Compiling futures-util v0.3.32 |
| 1654 | 2026-06-04T08:07:57.880Z | Compiling idna_adapter v1.2.2 |
| 1655 | 2026-06-04T08:07:58.026Z | Compiling idna v1.1.0 |
| 1656 | 2026-06-04T08:07:58.052Z | Compiling generic-array v0.14.7 |
| 1657 | 2026-06-04T08:07:58.068Z | Compiling indexmap v2.14.0 |
| 1658 | 2026-06-04T08:07:58.118Z | Compiling base64 v0.22.1 |
| 1659 | 2026-06-04T08:07:58.323Z | Compiling url v2.5.8 |
| 1660 | 2026-06-04T08:07:58.446Z | Compiling tracing v0.1.44 |
| 1661 | 2026-06-04T08:07:58.550Z | Compiling crypto-common v0.1.7 |
| 1662 | 2026-06-04T08:07:58.719Z | Compiling http v1.4.0 |
| 1663 | 2026-06-04T08:07:58.723Z | Compiling unicode-ident v1.0.24 |
| 1664 | 2026-06-04T08:07:58.745Z | Compiling rustls-pki-types v1.14.1 |
| 1665 | 2026-06-04T08:07:58.769Z | Compiling fnv v1.0.7 |
| 1666 | 2026-06-04T08:07:58.857Z | Compiling schemars v0.8.22 |
| 1667 | 2026-06-04T08:07:58.878Z | Compiling proc-macro2 v1.0.106 |
| 1668 | 2026-06-04T08:07:59.182Z | Compiling untrusted v0.9.0 |
| 1669 | 2026-06-04T08:07:59.235Z | Compiling quote v1.0.45 |
| 1670 | 2026-06-04T08:07:59.311Z | Compiling byteorder v1.5.0 |
| 1671 | 2026-06-04T08:07:59.525Z | Compiling syn v2.0.117 |
| 1672 | 2026-06-04T08:07:59.547Z | Compiling ipnet v2.12.0 |
| 1673 | 2026-06-04T08:07:59.574Z | Compiling block-buffer v0.10.4 |
| 1674 | 2026-06-04T08:07:59.702Z | Compiling ipnetwork v0.21.1 |
| 1675 | 2026-06-04T08:07:59.726Z | Compiling erased-serde v0.3.31 |
| 1676 | 2026-06-04T08:07:59.903Z | Compiling ppv-lite86 v0.2.21 |
| 1677 | 2026-06-04T08:07:59.985Z | Compiling oxnet v0.1.5 |
| 1678 | 2026-06-04T08:08:00.056Z | Compiling digest v0.10.7 |
| 1679 | 2026-06-04T08:08:00.198Z | Compiling http-body v1.0.1 |
| 1680 | 2026-06-04T08:08:00.223Z | Compiling thiserror v1.0.69 |
| 1681 | 2026-06-04T08:08:00.235Z | Compiling atomic-waker v1.1.2 |
| 1682 | 2026-06-04T08:08:00.270Z | Compiling httparse v1.10.1 |
| 1683 | 2026-06-04T08:08:00.326Z | Compiling try-lock v0.2.5 |
| 1684 | 2026-06-04T08:08:00.352Z | Compiling ryu v1.0.23 |
| 1685 | 2026-06-04T08:08:00.363Z | Compiling pretty-hex v0.4.2 |
| 1686 | 2026-06-04T08:08:00.406Z | Compiling tower-layer v0.3.3 |
| 1687 | 2026-06-04T08:08:00.435Z | Compiling tower-service v0.3.3 |
| 1688 | 2026-06-04T08:08:00.497Z | Compiling want v0.3.1 |
| 1689 | 2026-06-04T08:08:00.533Z | Compiling rustix v1.1.4 |
| 1690 | 2026-06-04T08:08:00.538Z | Compiling plain v0.2.3 |
| 1691 | 2026-06-04T08:08:00.553Z | Compiling httpdate v1.0.3 |
| 1692 | 2026-06-04T08:08:00.565Z | Compiling omicron-workspace-hack v0.1.0 |
| 1693 | 2026-06-04T08:08:00.576Z | Compiling getrandom v0.3.4 |
| 1694 | 2026-06-04T08:08:00.647Z | Compiling ucd-trie v0.1.7 |
| 1695 | 2026-06-04T08:08:00.653Z | Compiling aws-lc-sys v0.41.0 |
| 1696 | 2026-06-04T08:08:00.663Z | Compiling untrusted v0.7.1 |
| 1697 | 2026-06-04T08:08:00.755Z | Compiling rand_core v0.9.5 |
| 1698 | 2026-06-04T08:08:00.788Z | Compiling pest v2.8.6 |
| 1699 | 2026-06-04T08:08:00.801Z | Compiling regex-syntax v0.8.10 |
| 1700 | 2026-06-04T08:08:00.922Z | Compiling crossbeam-utils v0.8.21 |
| 1701 | 2026-06-04T08:08:00.975Z | Compiling tokio-util v0.7.18 |
| 1702 | 2026-06-04T08:08:01.247Z | Compiling aws-lc-rs v1.17.0 |
| 1703 | 2026-06-04T08:08:01.445Z | Compiling serde_urlencoded v0.7.1 |
| 1704 | 2026-06-04T08:08:01.685Z | Compiling h2 v0.4.14 |
| 1705 | 2026-06-04T08:08:01.697Z | Compiling http-body-util v0.1.3 |
| 1706 | 2026-06-04T08:08:01.710Z | Compiling newtype-uuid v1.3.2 |
| 1707 | 2026-06-04T08:08:01.945Z | Compiling rustls v0.23.40 |
| 1708 | 2026-06-04T08:08:02.048Z | Compiling foldhash v0.2.0 |
| 1709 | 2026-06-04T08:08:02.063Z | Compiling cpufeatures v0.2.17 |
| 1710 | 2026-06-04T08:08:02.140Z | Compiling hex v0.4.3 |
| 1711 | 2026-06-04T08:08:02.185Z | Compiling allocator-api2 v0.2.21 |
| 1712 | 2026-06-04T08:08:02.303Z | Compiling rustls-webpki v0.103.13 |
| 1713 | 2026-06-04T08:08:02.408Z | Compiling daft v0.1.7 |
| 1714 | 2026-06-04T08:08:02.516Z | Compiling hashbrown v0.16.1 |
| 1715 | 2026-06-04T08:08:02.662Z | Compiling rand_chacha v0.9.0 |
| 1716 | 2026-06-04T08:08:02.686Z | Compiling fastrand v2.4.1 |
| 1717 | 2026-06-04T08:08:02.959Z | Compiling rand v0.9.4 |
| 1718 | 2026-06-04T08:08:03.119Z | Compiling sync_wrapper v1.0.2 |
| 1719 | 2026-06-04T08:08:03.230Z | Compiling tower v0.5.3 |
| 1720 | 2026-06-04T08:08:03.243Z | Compiling anyhow v1.0.102 |
| 1721 | 2026-06-04T08:08:03.256Z | Compiling aho-corasick v1.1.4 |
| 1722 | 2026-06-04T08:08:03.280Z | Compiling powerfmt v0.2.0 |
| 1723 | 2026-06-04T08:08:03.493Z | Compiling deranged v0.5.8 |
| 1724 | 2026-06-04T08:08:03.569Z | Compiling tempfile v3.27.0 |
| 1725 | 2026-06-04T08:08:03.588Z | Compiling camino v1.2.2 |
| 1726 | 2026-06-04T08:08:03.626Z | Compiling tower-http v0.6.10 |
| 1727 | 2026-06-04T08:08:03.768Z | Compiling hyper v1.9.0 |
| 1728 | 2026-06-04T08:08:03.982Z | Compiling futures-executor v0.3.32 |
| 1729 | 2026-06-04T08:08:04.028Z | Compiling openapiv3 v2.2.0 |
| 1730 | 2026-06-04T08:08:04.095Z | Compiling num_threads v0.1.7 |
| 1731 | 2026-06-04T08:08:04.212Z | Compiling regex-automata v0.4.14 |
| 1732 | 2026-06-04T08:08:04.266Z | Compiling time-core v0.1.8 |
| 1733 | 2026-06-04T08:08:04.420Z | Compiling openssl-probe v0.2.1 |
| 1734 | 2026-06-04T08:08:04.543Z | Compiling num-conv v0.2.1 |
| 1735 | 2026-06-04T08:08:04.624Z | Compiling rustls-native-certs v0.8.3 |
| 1736 | 2026-06-04T08:08:04.678Z | Compiling futures v0.3.32 |
| 1737 | 2026-06-04T08:08:04.695Z | Compiling time v0.3.47 |
| 1738 | 2026-06-04T08:08:04.766Z | Compiling scroll v0.13.0 |
| 1739 | 2026-06-04T08:08:04.946Z | Compiling hyper-util v0.1.20 |
| 1740 | 2026-06-04T08:08:05.048Z | Compiling winnow v1.0.3 |
| 1741 | 2026-06-04T08:08:05.203Z | Compiling adler2 v2.0.1 |
| 1742 | 2026-06-04T08:08:05.343Z | Compiling simd-adler32 v0.3.9 |
| 1743 | 2026-06-04T08:08:05.426Z | Compiling goblin v0.10.5 |
| 1744 | 2026-06-04T08:08:05.551Z | Compiling miniz_oxide v0.8.9 |
| 1745 | 2026-06-04T08:08:05.629Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1746 | 2026-06-04T08:08:06.114Z | Compiling tokio-rustls v0.26.4 |
| 1747 | 2026-06-04T08:08:06.117Z | Compiling rustls-platform-verifier v0.7.0 |
| 1748 | 2026-06-04T08:08:06.194Z | Compiling crossbeam-channel v0.5.15 |
| 1749 | 2026-06-04T08:08:06.346Z | Compiling hyper-rustls v0.27.9 |
| 1750 | 2026-06-04T08:08:06.374Z | Compiling crc32fast v1.5.0 |
| 1751 | 2026-06-04T08:08:06.396Z | Compiling ring v0.17.14 |
| 1752 | 2026-06-04T08:08:06.568Z | Compiling flate2 v1.1.9 |
| 1753 | 2026-06-04T08:08:06.581Z | Compiling reqwest v0.13.3 |
| 1754 | 2026-06-04T08:08:06.652Z | Compiling regex v1.12.3 |
| 1755 | 2026-06-04T08:08:06.673Z | Compiling dtrace-parser v0.3.0 |
| 1756 | 2026-06-04T08:08:06.985Z | Compiling rand_chacha v0.3.1 |
| 1757 | 2026-06-04T08:08:07.089Z | Compiling thread-id v5.1.0 |
| 1758 | 2026-06-04T08:08:07.197Z | Compiling thread_local v1.1.9 |
| 1759 | 2026-06-04T08:08:08.362Z | Compiling compression-core v0.4.32 |
| 1760 | 2026-06-04T08:08:08.362Z | Compiling match_cfg v0.1.0 |
| 1761 | 2026-06-04T08:08:08.362Z | Compiling debug-ignore v1.0.5 |
| 1762 | 2026-06-04T08:08:08.362Z | Compiling hostname v0.3.1 |
| 1763 | 2026-06-04T08:08:08.362Z | Compiling rand v0.8.6 |
| 1764 | 2026-06-04T08:08:08.362Z | Compiling rustls-webpki v0.102.8 |
| 1765 | 2026-06-04T08:08:08.362Z | Compiling compression-codecs v0.4.38 |
| 1766 | 2026-06-04T08:08:08.362Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1767 | 2026-06-04T08:08:08.412Z | Compiling slog-json v2.6.1 |
| 1768 | 2026-06-04T08:08:08.412Z | Compiling rustls v0.22.4 |
| 1769 | 2026-06-04T08:08:08.412Z | Compiling dof v0.4.0 |
| 1770 | 2026-06-04T08:08:08.412Z | Compiling ref-cast v1.0.25 |
| 1771 | 2026-06-04T08:08:08.412Z | Compiling strum v0.26.3 |
| 1772 | 2026-06-04T08:08:08.412Z | Compiling macaddr v1.0.1 |
| 1773 | 2026-06-04T08:08:08.412Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1774 | 2026-06-04T08:08:08.445Z | Compiling serde_spanned v1.1.1 |
| 1775 | 2026-06-04T08:08:08.573Z | Compiling memmap2 v0.9.10 |
| 1776 | 2026-06-04T08:08:08.585Z | Compiling is-terminal v0.4.17 |
| 1777 | 2026-06-04T08:08:08.596Z | Compiling wait-timeout v0.2.1 |
| 1778 | 2026-06-04T08:08:08.709Z | Compiling encoding_rs v0.8.35 |
| 1779 | 2026-06-04T08:08:08.723Z | Compiling bit-vec v0.8.0 |
| 1780 | 2026-06-04T08:08:08.839Z | Compiling term v1.2.1 |
| 1781 | 2026-06-04T08:08:08.924Z | Compiling usdt-impl v0.6.0 |
| 1782 | 2026-06-04T08:08:08.958Z | Compiling spin v0.9.8 |
| 1783 | 2026-06-04T08:08:09.082Z | Compiling mime v0.3.17 |
| 1784 | 2026-06-04T08:08:09.369Z | Compiling take_mut v0.2.2 |
| 1785 | 2026-06-04T08:08:09.442Z | Compiling quick-error v1.2.3 |
| 1786 | 2026-06-04T08:08:09.487Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1787 | 2026-06-04T08:08:09.514Z | Compiling either v1.15.0 |
| 1788 | 2026-06-04T08:08:09.553Z | Compiling rusty-fork v0.3.1 |
| 1789 | 2026-06-04T08:08:09.605Z | Compiling slog-async v2.8.0 |
| 1790 | 2026-06-04T08:08:09.707Z | Compiling multer v3.1.0 |
| 1791 | 2026-06-04T08:08:09.727Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1792 | 2026-06-04T08:08:09.902Z | Compiling tokio-rustls v0.25.0 |
| 1793 | 2026-06-04T08:08:10.098Z | Compiling usdt v0.6.0 |
| 1794 | 2026-06-04T08:08:10.110Z | Compiling slog-term v2.9.2 |
| 1795 | 2026-06-04T08:08:10.139Z | Compiling bit-set v0.8.0 |
| 1796 | 2026-06-04T08:08:10.207Z | Compiling slog-bunyan v2.5.0 |
| 1797 | 2026-06-04T08:08:10.300Z | Compiling async-compression v0.4.42 |
| 1798 | 2026-06-04T08:08:10.311Z | Compiling serde_with v3.20.0 |
| 1799 | 2026-06-04T08:08:10.350Z | Compiling async-stream v0.3.6 |
| 1800 | 2026-06-04T08:08:10.373Z | Compiling sha1 v0.10.6 |
| 1801 | 2026-06-04T08:08:10.399Z | Compiling rand_xorshift v0.4.0 |
| 1802 | 2026-06-04T08:08:10.526Z | Compiling waitgroup v0.1.2 |
| 1803 | 2026-06-04T08:08:10.549Z | Compiling rustls-pemfile v2.2.0 |
| 1804 | 2026-06-04T08:08:10.600Z | Compiling serde_path_to_error v0.1.20 |
| 1805 | 2026-06-04T08:08:10.616Z | Compiling hostname v0.4.2 |
| 1806 | 2026-06-04T08:08:10.666Z | Compiling unarray v0.1.4 |
| 1807 | 2026-06-04T08:08:10.679Z | Compiling strum v0.27.2 |
| 1808 | 2026-06-04T08:08:10.749Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1809 | 2026-06-04T08:08:10.761Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1810 | 2026-06-04T08:08:10.776Z | Compiling proptest v1.11.0 |
| 1811 | 2026-06-04T08:08:10.807Z | Compiling progenitor-client v0.14.0 |
| 1812 | 2026-06-04T08:08:10.880Z | Compiling dropshot v0.17.0 |
| 1813 | 2026-06-04T08:08:10.933Z | Compiling rustc-hash v2.1.2 |
| 1814 | 2026-06-04T08:08:10.954Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1815 | 2026-06-04T08:08:11.061Z | Compiling iddqd v0.3.18 |
| 1816 | 2026-06-04T08:08:11.105Z | Compiling reqwest v0.12.28 |
| 1817 | 2026-06-04T08:08:11.139Z | Compiling backon v1.6.0 |
| 1818 | 2026-06-04T08:08:11.205Z | Compiling instant v0.1.13 |
| 1819 | 2026-06-04T08:08:11.318Z | Compiling progenitor-extras v0.2.0 |
| 1820 | 2026-06-04T08:08:11.345Z | Compiling backoff v0.4.0 |
| 1821 | 2026-06-04T08:08:11.553Z | Compiling itertools v0.14.0 |
| 1822 | 2026-06-04T08:08:11.566Z | Compiling parse-display v0.10.0 |
| 1823 | 2026-06-04T08:08:11.686Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 1824 | 2026-06-04T08:08:11.887Z | Compiling regress v0.10.5 |
| 1825 | 2026-06-04T08:08:12.056Z | Compiling progenitor-client v0.10.0 |
| 1826 | 2026-06-04T08:08:12.337Z | Compiling unicode-width v0.2.2 |
| 1827 | 2026-06-04T08:08:12.550Z | Compiling secrecy v0.10.3 |
| 1828 | 2026-06-04T08:08:12.561Z | Compiling tinyvec_macros v0.1.1 |
| 1829 | 2026-06-04T08:08:12.626Z | Compiling heck v0.5.0 |
| 1830 | 2026-06-04T08:08:12.653Z | Compiling tinyvec v1.11.0 |
| 1831 | 2026-06-04T08:08:12.711Z | Compiling num-integer v0.1.46 |
| 1832 | 2026-06-04T08:08:12.783Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1833 | 2026-06-04T08:08:12.881Z | Compiling scroll v0.12.0 |
| 1834 | 2026-06-04T08:08:12.982Z | Compiling crucible-workspace-hack v0.1.0 |
| 1835 | 2026-06-04T08:08:13.040Z | Compiling hmac v0.12.1 |
| 1836 | 2026-06-04T08:08:13.061Z | Compiling inout v0.1.4 |
| 1837 | 2026-06-04T08:08:13.153Z | Compiling ff v0.13.1 |
| 1838 | 2026-06-04T08:08:13.180Z | Compiling utf8parse v0.2.2 |
| 1839 | 2026-06-04T08:08:13.210Z | Compiling cipher v0.4.4 |
| 1840 | 2026-06-04T08:08:13.286Z | Compiling anstyle-parse v1.0.0 |
| 1841 | 2026-06-04T08:08:13.298Z | Compiling group v0.13.0 |
| 1842 | 2026-06-04T08:08:13.362Z | Compiling hkdf v0.12.4 |
| 1843 | 2026-06-04T08:08:13.411Z | Compiling goblin v0.8.2 |
| 1844 | 2026-06-04T08:08:13.436Z | Compiling num-rational v0.4.2 |
| 1845 | 2026-06-04T08:08:13.474Z | Compiling num-iter v0.1.45 |
| 1846 | 2026-06-04T08:08:13.597Z | Compiling zerocopy v0.7.35 |
| 1847 | 2026-06-04T08:08:13.763Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1848 | 2026-06-04T08:08:14.036Z | Compiling regress v0.11.1 |
| 1849 | 2026-06-04T08:08:14.054Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1850 | 2026-06-04T08:08:14.174Z | Compiling terminal_size v0.4.4 |
| 1851 | 2026-06-04T08:08:14.328Z | Compiling half v2.7.1 |
| 1852 | 2026-06-04T08:08:14.397Z | Compiling universal-hash v0.5.1 |
| 1853 | 2026-06-04T08:08:14.411Z | Compiling crypto-bigint v0.5.5 |
| 1854 | 2026-06-04T08:08:14.543Z | Compiling num-complex v0.4.6 |
| 1855 | 2026-06-04T08:08:14.644Z | Compiling ciborium-io v0.2.2 |
| 1856 | 2026-06-04T08:08:14.745Z | Compiling anstyle-query v1.1.5 |
| 1857 | 2026-06-04T08:08:14.865Z | Compiling anstyle v1.0.14 |
| 1858 | 2026-06-04T08:08:14.931Z | Compiling base16ct v0.2.0 |
| 1859 | 2026-06-04T08:08:15.099Z | Compiling is_terminal_polyfill v1.70.2 |
| 1860 | 2026-06-04T08:08:15.111Z | Compiling base64ct v1.8.3 |
| 1861 | 2026-06-04T08:08:15.197Z | Compiling opaque-debug v0.3.1 |
| 1862 | 2026-06-04T08:08:15.279Z | Compiling colorchoice v1.0.5 |
| 1863 | 2026-06-04T08:08:15.324Z | Compiling elliptic-curve v0.13.8 |
| 1864 | 2026-06-04T08:08:15.403Z | Compiling anstream v1.0.0 |
| 1865 | 2026-06-04T08:08:15.423Z | Compiling password-hash v0.5.0 |
| 1866 | 2026-06-04T08:08:15.582Z | Compiling typify-impl v0.6.2 |
| 1867 | 2026-06-04T08:08:15.606Z | Compiling poly1305 v0.8.0 |
| 1868 | 2026-06-04T08:08:15.725Z | Compiling dof v0.3.0 |
| 1869 | 2026-06-04T08:08:15.857Z | Compiling num v0.4.3 |
| 1870 | 2026-06-04T08:08:16.336Z | Compiling ciborium-ll v0.2.2 |
| 1871 | 2026-06-04T08:08:16.522Z | Compiling curve25519-dalek v4.1.3 |
| 1872 | 2026-06-04T08:08:16.534Z | Compiling thiserror-no-std v2.0.2 |
| 1873 | 2026-06-04T08:08:16.629Z | Compiling chacha20 v0.9.1 |
| 1874 | 2026-06-04T08:08:16.706Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1875 | 2026-06-04T08:08:16.857Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1876 | 2026-06-04T08:08:17.078Z | Compiling byte-wrapper v0.1.0 |
| 1877 | 2026-06-04T08:08:17.155Z | Compiling dtrace-parser v0.2.0 |
| 1878 | 2026-06-04T08:08:17.260Z | Compiling crossbeam-epoch v0.9.18 |
| 1879 | 2026-06-04T08:08:17.316Z | Compiling blake2 v0.10.6 |
| 1880 | 2026-06-04T08:08:17.441Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1881 | 2026-06-04T08:08:17.546Z | Compiling aead v0.5.2 |
| 1882 | 2026-06-04T08:08:17.599Z | Compiling thread-id v4.2.2 |
| 1883 | 2026-06-04T08:08:17.654Z | Compiling float-ord v0.3.2 |
| 1884 | 2026-06-04T08:08:17.704Z | Compiling clap_lex v1.1.0 |
| 1885 | 2026-06-04T08:08:17.712Z | Compiling strsim v0.11.1 |
| 1886 | 2026-06-04T08:08:17.755Z | Compiling keccak v0.1.6 |
| 1887 | 2026-06-04T08:08:17.774Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1888 | 2026-06-04T08:08:17.935Z | Compiling sha3 v0.10.9 |
| 1889 | 2026-06-04T08:08:17.947Z | Compiling clap_builder v4.6.0 |
| 1890 | 2026-06-04T08:08:18.001Z | Compiling usdt-impl v0.5.0 |
| 1891 | 2026-06-04T08:08:18.090Z | Compiling chacha20poly1305 v0.10.1 |
| 1892 | 2026-06-04T08:08:18.228Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1893 | 2026-06-04T08:08:18.241Z | Compiling argon2 v0.5.3 |
| 1894 | 2026-06-04T08:08:18.712Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1895 | 2026-06-04T08:08:18.798Z | Compiling vsss-rs v3.3.4 |
| 1896 | 2026-06-04T08:08:19.167Z | Compiling typify v0.6.2 |
| 1897 | 2026-06-04T08:08:19.543Z | Compiling ciborium v0.2.2 |
| 1898 | 2026-06-04T08:08:19.804Z | Compiling hash32 v0.3.1 |
| 1899 | 2026-06-04T08:08:19.970Z | Compiling memmap v0.7.0 |
| 1900 | 2026-06-04T08:08:20.097Z | Compiling data-encoding v2.11.0 |
| 1901 | 2026-06-04T08:08:20.143Z | Compiling indent_write v2.2.0 |
| 1902 | 2026-06-04T08:08:20.163Z | Compiling usdt v0.5.0 |
| 1903 | 2026-06-04T08:08:20.337Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1904 | 2026-06-04T08:08:20.347Z | Compiling heapless v0.8.0 |
| 1905 | 2026-06-04T08:08:20.439Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1906 | 2026-06-04T08:08:20.485Z | Compiling clap v4.6.1 |
| 1907 | 2026-06-04T08:08:20.538Z | Compiling ingot-types v0.1.2 |
| 1908 | 2026-06-04T08:08:20.571Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1909 | 2026-06-04T08:08:20.834Z | Compiling rustix v0.38.44 |
| 1910 | 2026-06-04T08:08:20.937Z | Compiling tabwriter v1.4.1 |
| 1911 | 2026-06-04T08:08:20.950Z | Compiling cobs v0.3.0 |
| 1912 | 2026-06-04T08:08:21.086Z | Compiling managed v0.8.0 |
| 1913 | 2026-06-04T08:08:21.149Z | Compiling bitflags v1.3.2 |
| 1914 | 2026-06-04T08:08:21.181Z | Compiling postcard v1.1.3 |
| 1915 | 2026-06-04T08:08:21.226Z | Compiling ingot v0.1.1 |
| 1916 | 2026-06-04T08:08:21.239Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1917 | 2026-06-04T08:08:21.304Z | Compiling smoltcp v0.11.0 |
| 1918 | 2026-06-04T08:08:21.441Z | Compiling serde_spanned v0.6.9 |
| 1919 | 2026-06-04T08:08:21.518Z | Compiling toml_datetime v0.6.11 |
| 1920 | 2026-06-04T08:08:21.595Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1921 | 2026-06-04T08:08:21.688Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1922 | 2026-06-04T08:08:21.800Z | Compiling winnow v0.7.15 |
| 1923 | 2026-06-04T08:08:21.990Z | Compiling cpufeatures v0.3.0 |
| 1924 | 2026-06-04T08:08:22.074Z | Compiling linked-hash-map v0.5.6 |
| 1925 | 2026-06-04T08:08:22.267Z | Compiling colored v3.1.1 |
| 1926 | 2026-06-04T08:08:22.323Z | Compiling foreign-types-shared v0.3.1 |
| 1927 | 2026-06-04T08:08:22.425Z | Compiling swrite v0.1.0 |
| 1928 | 2026-06-04T08:08:22.527Z | Compiling unicode-segmentation v1.13.2 |
| 1929 | 2026-06-04T08:08:22.653Z | Compiling resolv-conf v0.7.6 |
| 1930 | 2026-06-04T08:08:22.959Z | Compiling static_assertions v1.1.0 |
| 1931 | 2026-06-04T08:08:23.028Z | Compiling toml_write v0.1.2 |
| 1932 | 2026-06-04T08:08:23.042Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1933 | 2026-06-04T08:08:23.074Z | Compiling newline-converter v0.3.0 |
| 1934 | 2026-06-04T08:08:23.179Z | Compiling foreign-types v0.5.0 |
| 1935 | 2026-06-04T08:08:23.193Z | Compiling toml_edit v0.22.27 |
| 1936 | 2026-06-04T08:08:23.236Z | Compiling lru-cache v0.1.2 |
| 1937 | 2026-06-04T08:08:23.262Z | Compiling chacha20 v0.10.0 |
| 1938 | 2026-06-04T08:08:23.297Z | Compiling atomicwrites v0.4.4 |
| 1939 | 2026-06-04T08:08:23.362Z | Compiling hubpack v0.1.2 |
| 1940 | 2026-06-04T08:08:23.489Z | Compiling num_enum v0.7.6 |
| 1941 | 2026-06-04T08:08:23.522Z | Compiling memoffset v0.9.1 |
| 1942 | 2026-06-04T08:08:23.594Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1943 | 2026-06-04T08:08:23.613Z | Compiling hickory-proto v0.24.4 |
| 1944 | 2026-06-04T08:08:23.613Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1945 | 2026-06-04T08:08:23.761Z | Compiling crossbeam-deque v0.8.6 |
| 1946 | 2026-06-04T08:08:23.773Z | Compiling console v0.15.11 |
| 1947 | 2026-06-04T08:08:23.808Z | Compiling camino-tempfile v1.4.1 |
| 1948 | 2026-06-04T08:08:23.964Z | Compiling serde-big-array v0.5.1 |
| 1949 | 2026-06-04T08:08:24.067Z | Compiling cstr-argument v0.1.2 |
| 1950 | 2026-06-04T08:08:24.116Z | Compiling similar v2.7.0 |
| 1951 | 2026-06-04T08:08:24.214Z | Compiling siphasher v1.0.3 |
| 1952 | 2026-06-04T08:08:24.226Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1953 | 2026-06-04T08:08:24.418Z | Compiling phf_shared v0.12.1 |
| 1954 | 2026-06-04T08:08:24.430Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1955 | 2026-06-04T08:08:24.488Z | Compiling pin-project v1.1.13 |
| 1956 | 2026-06-04T08:08:24.594Z | Compiling expectorate v1.2.0 |
| 1957 | 2026-06-04T08:08:24.605Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1958 | 2026-06-04T08:08:24.913Z | Compiling toml v0.8.23 |
| 1959 | 2026-06-04T08:08:25.018Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1960 | 2026-06-04T08:08:25.145Z | Compiling rayon-core v1.13.0 |
| 1961 | 2026-06-04T08:08:25.564Z | Compiling hickory-resolver v0.24.4 |
| 1962 | 2026-06-04T08:08:25.862Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1963 | 2026-06-04T08:08:26.060Z | Compiling nix v0.31.3 |
| 1964 | 2026-06-04T08:08:26.073Z | Compiling num_enum v0.5.11 |
| 1965 | 2026-06-04T08:08:26.076Z | Compiling rand v0.10.1 |
| 1966 | 2026-06-04T08:08:26.192Z | Compiling progenitor-impl v0.13.0 |
| 1967 | 2026-06-04T08:08:26.748Z | Compiling prettyplease v0.2.37 |
| 1968 | 2026-06-04T08:08:26.956Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1969 | 2026-06-04T08:08:27.258Z | Compiling unicode-normalization v0.1.25 |
| 1970 | 2026-06-04T08:08:27.425Z | Compiling progenitor-client v0.13.0 |
| 1971 | 2026-06-04T08:08:27.504Z | Compiling tokio-stream v0.1.18 |
| 1972 | 2026-06-04T08:08:27.732Z | Compiling bstr v1.12.1 |
| 1973 | 2026-06-04T08:08:27.744Z | Compiling csv-core v0.1.13 |
| 1974 | 2026-06-04T08:08:27.881Z | Compiling same-file v1.0.6 |
| 1975 | 2026-06-04T08:08:27.975Z | Compiling foldhash v0.1.5 |
| 1976 | 2026-06-04T08:08:28.013Z | Compiling foreign-types-shared v0.1.1 |
| 1977 | 2026-06-04T08:08:28.044Z | Compiling unicode-width v0.1.14 |
| 1978 | 2026-06-04T08:08:28.057Z | Compiling konst_macro_rules v0.2.19 |
| 1979 | 2026-06-04T08:08:28.106Z | Compiling highway v1.3.0 |
| 1980 | 2026-06-04T08:08:28.143Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1981 | 2026-06-04T08:08:28.153Z | Compiling hashbrown v0.15.5 |
| 1982 | 2026-06-04T08:08:28.227Z | Compiling konst v0.2.20 |
| 1983 | 2026-06-04T08:08:28.238Z | Compiling foreign-types v0.3.2 |
| 1984 | 2026-06-04T08:08:28.310Z | Compiling globset v0.4.18 |
| 1985 | 2026-06-04T08:08:28.325Z | Compiling walkdir v2.5.0 |
| 1986 | 2026-06-04T08:08:28.483Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1987 | 2026-06-04T08:08:28.499Z | Compiling csv v1.4.0 |
| 1988 | 2026-06-04T08:08:28.698Z | Compiling qorb v0.4.1 |
| 1989 | 2026-06-04T08:08:28.716Z | Compiling snafu v0.8.9 |
| 1990 | 2026-06-04T08:08:29.068Z | Compiling progenitor v0.13.0 |
| 1991 | 2026-06-04T08:08:29.100Z | Compiling olpc-cjson v0.1.4 |
| 1992 | 2026-06-04T08:08:29.213Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1993 | 2026-06-04T08:08:29.275Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 1994 | 2026-06-04T08:08:29.328Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1995 | 2026-06-04T08:08:29.651Z | Compiling rayon v1.12.0 |
| 1996 | 2026-06-04T08:08:30.194Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1997 | 2026-06-04T08:08:30.551Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1998 | 2026-06-04T08:08:30.637Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1999 | 2026-06-04T08:08:30.773Z | Compiling phf v0.12.1 |
| 2000 | 2026-06-04T08:08:30.935Z | Compiling openssl-sys v0.9.116 |
| 2001 | 2026-06-04T08:08:31.256Z | Compiling tokio-dtrace v0.1.1 |
| 2002 | 2026-06-04T08:08:31.340Z | Compiling progenitor-impl v0.14.0 |
| 2003 | 2026-06-04T08:08:31.431Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2004 | 2026-06-04T08:08:31.528Z | Compiling itertools v0.12.1 |
| 2005 | 2026-06-04T08:08:31.840Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2006 | 2026-06-04T08:08:31.913Z | Compiling libsw-core v0.3.2 |
| 2007 | 2026-06-04T08:08:32.049Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2008 | 2026-06-04T08:08:32.092Z | Compiling pem v3.0.6 |
| 2009 | 2026-06-04T08:08:32.287Z | Compiling serde_plain v1.0.2 |
| 2010 | 2026-06-04T08:08:32.301Z | Compiling sigpipe v0.1.3 |
| 2011 | 2026-06-04T08:08:32.395Z | Compiling minimal-lexical v0.2.1 |
| 2012 | 2026-06-04T08:08:32.409Z | Compiling glob v0.3.3 |
| 2013 | 2026-06-04T08:08:32.455Z | Compiling jiff v0.2.24 |
| 2014 | 2026-06-04T08:08:32.495Z | Compiling fixedbitset v0.5.7 |
| 2015 | 2026-06-04T08:08:32.632Z | Compiling typed-path v0.9.3 |
| 2016 | 2026-06-04T08:08:32.656Z | Compiling fixedbitset v0.4.2 |
| 2017 | 2026-06-04T08:08:32.730Z | Compiling bytecount v0.6.9 |
| 2018 | 2026-06-04T08:08:32.825Z | Compiling papergrid v0.11.0 |
| 2019 | 2026-06-04T08:08:32.825Z | Compiling petgraph v0.6.5 |
| 2020 | 2026-06-04T08:08:32.874Z | Compiling petgraph v0.8.3 |
| 2021 | 2026-06-04T08:08:32.891Z | Compiling zone v0.3.1 |
| 2022 | 2026-06-04T08:08:33.262Z | Compiling nom v7.1.3 |
| 2023 | 2026-06-04T08:08:33.618Z | Compiling tough v0.22.0 |
| 2024 | 2026-06-04T08:08:33.966Z | Compiling progenitor v0.14.0 |
| 2025 | 2026-06-04T08:08:34.112Z | Compiling openssl v0.10.80 |
| 2026 | 2026-06-04T08:08:34.376Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2027 | 2026-06-04T08:08:34.505Z | Compiling libsw v3.5.0 |
| 2028 | 2026-06-04T08:08:34.539Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2029 | 2026-06-04T08:08:34.659Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2030 | 2026-06-04T08:08:34.679Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2031 | 2026-06-04T08:08:34.704Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2032 | 2026-06-04T08:08:34.866Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2033 | 2026-06-04T08:08:34.923Z | Compiling oxide-tokio-rt v0.1.6 |
| 2034 | 2026-06-04T08:08:34.938Z | Compiling chrono-tz v0.10.4 |
| 2035 | 2026-06-04T08:08:35.230Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2036 | 2026-06-04T08:08:35.661Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2037 | 2026-06-04T08:08:35.838Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2038 | 2026-06-04T08:08:35.905Z | Compiling newtype_derive v0.1.6 |
| 2039 | 2026-06-04T08:08:35.922Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2040 | 2026-06-04T08:08:35.988Z | Compiling slog-dtrace v0.3.0 |
| 2041 | 2026-06-04T08:08:36.101Z | Compiling cancel-safe-futures v0.1.5 |
| 2042 | 2026-06-04T08:08:36.298Z | Compiling const_format v0.2.36 |
| 2043 | 2026-06-04T08:08:36.410Z | Compiling owo-colors v4.3.0 |
| 2044 | 2026-06-04T08:08:36.637Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2045 | 2026-06-04T08:08:36.705Z | Compiling gethostname v0.5.0 |
| 2046 | 2026-06-04T08:08:36.834Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2047 | 2026-06-04T08:08:37.025Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2048 | 2026-06-04T08:08:37.063Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2049 | 2026-06-04T08:08:37.133Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2050 | 2026-06-04T08:08:37.152Z | Compiling bcs v0.1.6 |
| 2051 | 2026-06-04T08:08:37.163Z | Compiling smf v0.2.3 |
| 2052 | 2026-06-04T08:08:37.256Z | Compiling termtree v0.5.1 |
| 2053 | 2026-06-04T08:08:37.413Z | Compiling tagptr v0.2.0 |
| 2054 | 2026-06-04T08:08:37.467Z | Compiling smawk v0.3.2 |
| 2055 | 2026-06-04T08:08:37.571Z | Compiling lazy_static v1.5.0 |
| 2056 | 2026-06-04T08:08:37.583Z | Compiling unicode-linebreak v0.1.5 |
| 2057 | 2026-06-04T08:08:37.623Z | Compiling linear-map v1.2.0 |
| 2058 | 2026-06-04T08:08:37.665Z | Compiling whoami v1.6.1 |
| 2059 | 2026-06-04T08:08:37.677Z | Compiling steno v0.4.1 |
| 2060 | 2026-06-04T08:08:37.727Z | Compiling moka v0.12.15 |
| 2061 | 2026-06-04T08:08:37.797Z | Compiling textwrap v0.16.2 |
| 2062 | 2026-06-04T08:08:37.827Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2063 | 2026-06-04T08:08:37.981Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2064 | 2026-06-04T08:08:38.099Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2065 | 2026-06-04T08:08:38.305Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2066 | 2026-06-04T08:08:38.505Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2067 | 2026-06-04T08:08:39.195Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2068 | 2026-06-04T08:08:39.485Z | Compiling tabled v0.15.0 |
| 2069 | 2026-06-04T08:08:39.525Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2070 | 2026-06-04T08:08:39.729Z | Compiling cookie v0.18.1 |
| 2071 | 2026-06-04T08:08:40.352Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2072 | 2026-06-04T08:08:40.598Z | Compiling hickory-proto v0.25.2 |
| 2073 | 2026-06-04T08:08:40.878Z | Compiling humantime v2.3.0 |
| 2074 | 2026-06-04T08:08:41.172Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2075 | 2026-06-04T08:08:41.229Z | Compiling libscf-sys v1.2.0 |
| 2076 | 2026-06-04T08:08:41.281Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2077 | 2026-06-04T08:08:41.380Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2078 | 2026-06-04T08:08:41.755Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2079 | 2026-06-04T08:08:42.106Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2080 | 2026-06-04T08:08:42.449Z | Compiling hickory-resolver v0.25.2 |
| 2081 | 2026-06-04T08:08:43.229Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2082 | 2026-06-04T08:08:47.626Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2083 | 2026-06-04T08:08:55.110Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2084 | 2026-06-04T08:08:56.739Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2085 | 2026-06-04T08:08:57.737Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2086 | 2026-06-04T08:08:59.077Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2087 | 2026-06-04T08:09:15.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 2088 | 2026-06-04T08:09:15.829Z | Running `target/debug/xtask openapi check` |
| 2089 | 2026-06-04T08:09:16.311Z | Compiling serde_core v1.0.228 |
| 2090 | 2026-06-04T08:09:16.328Z | Compiling serde v1.0.228 |
| 2091 | 2026-06-04T08:09:16.328Z | Compiling serde_json v1.0.149 |
| 2092 | 2026-06-04T08:09:16.373Z | Compiling syn v2.0.117 |
| 2093 | 2026-06-04T08:09:16.377Z | Compiling bytes v1.11.1 |
| 2094 | 2026-06-04T08:09:16.377Z | Compiling getrandom v0.4.2 |
| 2095 | 2026-06-04T08:09:16.377Z | Compiling zerocopy v0.8.48 |
| 2096 | 2026-06-04T08:09:16.388Z | Compiling num-traits v0.2.19 |
| 2097 | 2026-06-04T08:09:16.724Z | Compiling once_cell v1.21.4 |
| 2098 | 2026-06-04T08:09:16.804Z | Compiling cc v1.2.62 |
| 2099 | 2026-06-04T08:09:16.911Z | Compiling generic-array v0.14.7 |
| 2100 | 2026-06-04T08:09:16.924Z | Compiling http v1.4.0 |
| 2101 | 2026-06-04T08:09:16.954Z | Compiling schemars v0.8.22 |
| 2102 | 2026-06-04T08:09:17.227Z | Compiling zeroize v1.8.2 |
| 2103 | 2026-06-04T08:09:17.326Z | Compiling usdt-impl v0.6.0 |
| 2104 | 2026-06-04T08:09:17.398Z | Compiling time-macros v0.2.27 |
| 2105 | 2026-06-04T08:09:17.460Z | Compiling rustls-pki-types v1.14.1 |
| 2106 | 2026-06-04T08:09:17.606Z | Compiling tracing-core v0.1.36 |
| 2107 | 2026-06-04T08:09:17.875Z | Compiling getrandom v0.2.17 |
| 2108 | 2026-06-04T08:09:17.885Z | Compiling ring v0.17.14 |
| 2109 | 2026-06-04T08:09:17.932Z | Compiling bitflags v2.11.1 |
| 2110 | 2026-06-04T08:09:18.042Z | Compiling tracing v0.1.44 |
| 2111 | 2026-06-04T08:09:18.169Z | Compiling http-body v1.0.1 |
| 2112 | 2026-06-04T08:09:18.207Z | Compiling crypto-common v0.1.7 |
| 2113 | 2026-06-04T08:09:18.280Z | Compiling block-buffer v0.10.4 |
| 2114 | 2026-06-04T08:09:18.322Z | Compiling indexmap v2.14.0 |
| 2115 | 2026-06-04T08:09:18.385Z | Compiling uuid v1.23.1 |
| 2116 | 2026-06-04T08:09:18.536Z | Compiling time v0.3.47 |
| 2117 | 2026-06-04T08:09:18.946Z | Compiling pest_generator v2.8.6 |
| 2118 | 2026-06-04T08:09:19.031Z | Compiling serde_derive_internals v0.29.1 |
| 2119 | 2026-06-04T08:09:19.232Z | Compiling camino v1.2.2 |
| 2120 | 2026-06-04T08:09:19.456Z | Compiling digest v0.10.7 |
| 2121 | 2026-06-04T08:09:19.509Z | Compiling rustix v1.1.4 |
| 2122 | 2026-06-04T08:09:19.569Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2123 | 2026-06-04T08:09:19.646Z | Compiling subtle v2.6.1 |
| 2124 | 2026-06-04T08:09:19.654Z | Compiling winnow v1.0.3 |
| 2125 | 2026-06-04T08:09:19.774Z | Compiling rustls v0.22.4 |
| 2126 | 2026-06-04T08:09:19.784Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 2127 | 2026-06-04T08:09:19.802Z | Compiling serde_spanned v1.1.1 |
| 2128 | 2026-06-04T08:09:19.812Z | Compiling semver v1.0.28 |
| 2129 | 2026-06-04T08:09:19.951Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2130 | 2026-06-04T08:09:20.103Z | Compiling rustix v0.38.44 |
| 2131 | 2026-06-04T08:09:20.149Z | Compiling sha1 v0.10.6 |
| 2132 | 2026-06-04T08:09:20.161Z | Compiling serde_derive v1.0.228 |
| 2133 | 2026-06-04T08:09:20.301Z | Compiling thiserror-impl v2.0.18 |
| 2134 | 2026-06-04T08:09:20.378Z | Compiling zerocopy-derive v0.8.48 |
| 2135 | 2026-06-04T08:09:20.475Z | Compiling pest_derive v2.8.6 |
| 2136 | 2026-06-04T08:09:20.611Z | Compiling tokio-macros v2.7.0 |
| 2137 | 2026-06-04T08:09:20.662Z | Compiling scroll_derive v0.13.1 |
| 2138 | 2026-06-04T08:09:20.682Z | Compiling futures-macro v0.3.32 |
| 2139 | 2026-06-04T08:09:21.010Z | Compiling schemars_derive v0.8.22 |
| 2140 | 2026-06-04T08:09:21.370Z | Compiling tokio v1.52.3 |
| 2141 | 2026-06-04T08:09:21.507Z | Compiling scroll v0.13.0 |
| 2142 | 2026-06-04T08:09:21.532Z | Compiling futures-util v0.3.32 |
| 2143 | 2026-06-04T08:09:21.540Z | Compiling thiserror v2.0.18 |
| 2144 | 2026-06-04T08:09:21.692Z | Compiling dtrace-parser v0.3.0 |
| 2145 | 2026-06-04T08:09:21.782Z | Compiling goblin v0.10.5 |
| 2146 | 2026-06-04T08:09:22.371Z | Compiling rustls-webpki v0.102.8 |
| 2147 | 2026-06-04T08:09:22.479Z | Compiling async-stream-impl v0.3.6 |
| 2148 | 2026-06-04T08:09:23.397Z | Compiling erased-serde v0.3.31 |
| 2149 | 2026-06-04T08:09:23.608Z | Compiling chrono v0.4.44 |
| 2150 | 2026-06-04T08:09:23.882Z | Compiling slog v2.8.2 |
| 2151 | 2026-06-04T08:09:23.947Z | Compiling serde_tokenstream v0.2.3 |
| 2152 | 2026-06-04T08:09:24.243Z | Compiling slog-json v2.6.1 |
| 2153 | 2026-06-04T08:09:24.286Z | Compiling futures-executor v0.3.32 |
| 2154 | 2026-06-04T08:09:24.451Z | Compiling openapiv3 v2.2.0 |
| 2155 | 2026-06-04T08:09:24.803Z | Compiling dof v0.4.0 |
| 2156 | 2026-06-04T08:09:25.129Z | Compiling tokio-util v0.7.18 |
| 2157 | 2026-06-04T08:09:25.746Z | Compiling h2 v0.4.14 |
| 2158 | 2026-06-04T08:09:25.885Z | Compiling oxnet v0.1.5 |
| 2159 | 2026-06-04T08:09:26.060Z | Compiling usdt-macro v0.6.0 |
| 2160 | 2026-06-04T08:09:26.332Z | Compiling usdt-attr-macro v0.6.0 |
| 2161 | 2026-06-04T08:09:26.382Z | Compiling async-compression v0.4.42 |
| 2162 | 2026-06-04T08:09:26.576Z | Compiling tokio-rustls v0.25.0 |
| 2163 | 2026-06-04T08:09:26.700Z | Compiling slog-term v2.9.2 |
| 2164 | 2026-06-04T08:09:26.716Z | Compiling futures v0.3.32 |
| 2165 | 2026-06-04T08:09:26.760Z | Compiling slog-bunyan v2.5.0 |
| 2166 | 2026-06-04T08:09:26.774Z | Compiling dropshot_endpoint v0.17.0 |
| 2167 | 2026-06-04T08:09:26.792Z | Compiling slog-async v2.8.0 |
| 2168 | 2026-06-04T08:09:26.800Z | Compiling multer v3.1.0 |
| 2169 | 2026-06-04T08:09:26.919Z | Compiling serde_urlencoded v0.7.1 |
| 2170 | 2026-06-04T08:09:27.106Z | Compiling usdt v0.6.0 |
| 2171 | 2026-06-04T08:09:27.151Z | Compiling async-stream v0.3.6 |
| 2172 | 2026-06-04T08:09:27.280Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2173 | 2026-06-04T08:09:27.280Z | Compiling proc-macro-crate v3.5.0 |
| 2174 | 2026-06-04T08:09:27.329Z | Compiling async-trait v0.1.89 |
| 2175 | 2026-06-04T08:09:27.337Z | Compiling serde_path_to_error v0.1.20 |
| 2176 | 2026-06-04T08:09:27.352Z | Compiling http-body-util v0.1.3 |
| 2177 | 2026-06-04T08:09:27.363Z | Compiling rustls-pemfile v2.2.0 |
| 2178 | 2026-06-04T08:09:27.560Z | Compiling crossbeam-epoch v0.9.18 |
| 2179 | 2026-06-04T08:09:27.585Z | Compiling aho-corasick v1.1.4 |
| 2180 | 2026-06-04T08:09:27.681Z | Compiling tempfile v3.27.0 |
| 2181 | 2026-06-04T08:09:27.701Z | Compiling num_enum_derive v0.7.6 |
| 2182 | 2026-06-04T08:09:27.890Z | Compiling hyper v1.9.0 |
| 2183 | 2026-06-04T08:09:28.076Z | Compiling crossbeam-deque v0.8.6 |
| 2184 | 2026-06-04T08:09:28.307Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2185 | 2026-06-04T08:09:28.415Z | Compiling regex-automata v0.4.14 |
| 2186 | 2026-06-04T08:09:28.656Z | Compiling git-stub v1.0.0 |
| 2187 | 2026-06-04T08:09:28.672Z | Compiling clap_builder v4.6.0 |
| 2188 | 2026-06-04T08:09:28.715Z | Compiling fs-err v3.3.0 |
| 2189 | 2026-06-04T08:09:28.749Z | Compiling num_enum v0.7.6 |
| 2190 | 2026-06-04T08:09:28.880Z | Compiling rayon-core v1.13.0 |
| 2191 | 2026-06-04T08:09:28.952Z | Compiling atomicwrites v0.4.4 |
| 2192 | 2026-06-04T08:09:29.015Z | Compiling hyper-util v0.1.20 |
| 2193 | 2026-06-04T08:09:29.147Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2194 | 2026-06-04T08:09:29.175Z | Compiling terminal_size v0.4.4 |
| 2195 | 2026-06-04T08:09:29.333Z | Compiling serde_repr v0.1.20 |
| 2196 | 2026-06-04T08:09:29.537Z | Compiling clap_derive v4.6.1 |
| 2197 | 2026-06-04T08:09:29.601Z | Compiling bstr v1.12.1 |
| 2198 | 2026-06-04T08:09:29.611Z | Compiling nom v8.0.0 |
| 2199 | 2026-06-04T08:09:30.015Z | Compiling either v1.15.0 |
| 2200 | 2026-06-04T08:09:30.028Z | Compiling is_ci v1.2.0 |
| 2201 | 2026-06-04T08:09:30.028Z | Compiling textwrap v0.16.2 |
| 2202 | 2026-06-04T08:09:30.105Z | Compiling rayon v1.12.0 |
| 2203 | 2026-06-04T08:09:30.115Z | Compiling supports-color v3.0.2 |
| 2204 | 2026-06-04T08:09:30.289Z | Compiling dropshot v0.17.0 |
| 2205 | 2026-06-04T08:09:30.520Z | Compiling regex v1.12.3 |
| 2206 | 2026-06-04T08:09:30.685Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2207 | 2026-06-04T08:09:30.975Z | Compiling drift v0.2.0 |
| 2208 | 2026-06-04T08:09:31.145Z | Compiling similar v2.7.0 |
| 2209 | 2026-06-04T08:09:31.237Z | Compiling clap v4.6.1 |
| 2210 | 2026-06-04T08:09:31.326Z | Compiling git-stub-vcs v0.1.0 |
| 2211 | 2026-06-04T08:09:31.682Z | Compiling sha2 v0.10.9 |
| 2212 | 2026-06-04T08:09:31.723Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2213 | 2026-06-04T08:09:33.104Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2214 | 2026-06-04T08:09:33.104Z | Compiling dropshot-api-manager v0.7.2 |
| 2215 | 2026-06-04T08:09:36.050Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2216 | 2026-06-04T08:09:37.147Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2217 | 2026-06-04T08:09:43.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.56s |
| 2218 | 2026-06-04T08:09:43.521Z | Running `target/debug/maghemite-dropshot-apis check` |
| 2219 | 2026-06-04T08:09:43.546Z | ------- |
| 2220 | 2026-06-04T08:09:43.546Z | Generating OpenAPI documents from API definitions ... |
| 2221 | 2026-06-04T08:09:43.601Z | Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ... |
| 2222 | 2026-06-04T08:09:43.629Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2223 | 2026-06-04T08:09:43.775Z | ------- |
| 2224 | 2026-06-04T08:09:43.775Z | Checking 11 OpenAPI documents... |
| 2225 | 2026-06-04T08:09:43.775Z | Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin |
| 2226 | 2026-06-04T08:09:43.775Z | Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin |
| 2227 | 2026-06-04T08:09:43.775Z | Fresh ddm-admin "latest" symlink |
| 2228 | 2026-06-04T08:09:43.775Z | Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin |
| 2229 | 2026-06-04T08:09:43.781Z | Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin |
| 2230 | 2026-06-04T08:09:43.781Z | Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin |
| 2231 | 2026-06-04T08:09:43.781Z | Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin |
| 2232 | 2026-06-04T08:09:43.781Z | Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin |
| 2233 | 2026-06-04T08:09:43.781Z | Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin |
| 2234 | 2026-06-04T08:09:43.781Z | Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin |
| 2235 | 2026-06-04T08:09:43.781Z | Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin |
| 2236 | 2026-06-04T08:09:43.781Z | Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin |
| 2237 | 2026-06-04T08:09:43.782Z | Fresh mg-admin "latest" symlink |
| 2238 | 2026-06-04T08:09:43.782Z | ------- |
| 2239 | 2026-06-04T08:09:43.782Z | Success 11 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2240 | 2026-06-04T08:09:43.819Z | + banner build |
| 2241 | 2026-06-04T08:09:43.825Z | |
| 2242 | 2026-06-04T08:09:43.825Z | ##### # # # # ##### |
| 2243 | 2026-06-04T08:09:43.825Z | # # # # # # # # |
| 2244 | 2026-06-04T08:09:43.825Z | ##### # # # # # # |
| 2245 | 2026-06-04T08:09:43.825Z | # # # # # # # # |
| 2246 | 2026-06-04T08:09:43.825Z | # # # # # # # # |
| 2247 | 2026-06-04T08:09:43.825Z | ##### #### # ###### ##### |
| 2248 | 2026-06-04T08:09:43.825Z | |
| 2249 | 2026-06-04T08:09:43.825Z | + ptime -m cargo build |
| 2250 | 2026-06-04T08:09:44.431Z | Compiling smallvec v1.15.1 |
| 2251 | 2026-06-04T08:09:44.541Z | Compiling log v0.4.29 |
| 2252 | 2026-06-04T08:09:44.560Z | Compiling slog v2.8.2 |
| 2253 | 2026-06-04T08:09:44.583Z | Compiling rustls-webpki v0.103.13 |
| 2254 | 2026-06-04T08:09:44.603Z | Compiling webpki-roots v1.0.7 |
| 2255 | 2026-06-04T08:09:44.650Z | Compiling similar v2.7.0 |
| 2256 | 2026-06-04T08:09:44.686Z | Compiling fxhash v0.2.1 |
| 2257 | 2026-06-04T08:09:44.696Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2258 | 2026-06-04T08:09:44.725Z | Compiling icu_normalizer v2.2.0 |
| 2259 | 2026-06-04T08:09:44.751Z | Compiling parking_lot_core v0.9.12 |
| 2260 | 2026-06-04T08:09:44.751Z | Compiling goblin v0.10.5 |
| 2261 | 2026-06-04T08:09:44.825Z | Compiling slog-async v2.8.0 |
| 2262 | 2026-06-04T08:09:44.910Z | Compiling slog-term v2.9.2 |
| 2263 | 2026-06-04T08:09:44.958Z | Compiling parking_lot v0.12.5 |
| 2264 | 2026-06-04T08:09:45.054Z | Compiling rustls v0.23.40 |
| 2265 | 2026-06-04T08:09:45.301Z | Compiling idna_adapter v1.2.2 |
| 2266 | 2026-06-04T08:09:45.317Z | Compiling tokio v1.52.3 |
| 2267 | 2026-06-04T08:09:45.399Z | Compiling slog-json v2.6.1 |
| 2268 | 2026-06-04T08:09:45.457Z | Compiling idna v1.1.0 |
| 2269 | 2026-06-04T08:09:45.479Z | Compiling rustls v0.22.4 |
| 2270 | 2026-06-04T08:09:45.523Z | Compiling slog-bunyan v2.5.0 |
| 2271 | 2026-06-04T08:09:45.557Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2272 | 2026-06-04T08:09:45.566Z | Compiling goblin v0.8.2 |
| 2273 | 2026-06-04T08:09:45.663Z | Compiling expectorate v1.2.0 |
| 2274 | 2026-06-04T08:09:45.688Z | Compiling globset v0.4.18 |
| 2275 | 2026-06-04T08:09:45.817Z | Compiling url v2.5.8 |
| 2276 | 2026-06-04T08:09:46.185Z | Compiling moka v0.12.15 |
| 2277 | 2026-06-04T08:09:46.465Z | Compiling schemars v0.8.22 |
| 2278 | 2026-06-04T08:09:46.654Z | Compiling parking_lot_core v0.8.6 |
| 2279 | 2026-06-04T08:09:46.958Z | Compiling parking_lot v0.11.2 |
| 2280 | 2026-06-04T08:09:46.972Z | Compiling arc-swap v1.9.1 |
| 2281 | 2026-06-04T08:09:47.279Z | Compiling ipnetwork v0.21.1 |
| 2282 | 2026-06-04T08:09:47.340Z | Compiling newtype-uuid v1.3.2 |
| 2283 | 2026-06-04T08:09:47.704Z | Compiling oxnet v0.1.5 |
| 2284 | 2026-06-04T08:09:47.731Z | Compiling dof v0.4.0 |
| 2285 | 2026-06-04T08:09:47.812Z | Compiling serde_with v3.20.0 |
| 2286 | 2026-06-04T08:09:48.137Z | Compiling daft v0.1.7 |
| 2287 | 2026-06-04T08:09:48.429Z | Compiling rustls-platform-verifier v0.7.0 |
| 2288 | 2026-06-04T08:09:49.475Z | Compiling usdt-impl v0.6.0 |
| 2289 | 2026-06-04T08:09:49.493Z | Compiling tokio-util v0.7.18 |
| 2290 | 2026-06-04T08:09:49.493Z | Compiling tower v0.5.3 |
| 2291 | 2026-06-04T08:09:49.493Z | Compiling tokio-rustls v0.26.4 |
| 2292 | 2026-06-04T08:09:49.493Z | Compiling usdt v0.6.0 |
| 2293 | 2026-06-04T08:09:49.493Z | Compiling async-compression v0.4.42 |
| 2294 | 2026-06-04T08:09:49.618Z | Compiling h2 v0.4.14 |
| 2295 | 2026-06-04T08:09:49.632Z | Compiling tower-http v0.6.10 |
| 2296 | 2026-06-04T08:09:49.682Z | Compiling tokio-rustls v0.25.0 |
| 2297 | 2026-06-04T08:09:49.699Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2298 | 2026-06-04T08:09:49.753Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2299 | 2026-06-04T08:09:49.779Z | Compiling iddqd v0.3.18 |
| 2300 | 2026-06-04T08:09:49.910Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2301 | 2026-06-04T08:09:50.052Z | Compiling backoff v0.4.0 |
| 2302 | 2026-06-04T08:09:50.169Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2303 | 2026-06-04T08:09:50.199Z | Compiling typify-impl v0.6.2 |
| 2304 | 2026-06-04T08:09:50.274Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2305 | 2026-06-04T08:09:50.338Z | Compiling dof v0.3.0 |
| 2306 | 2026-06-04T08:09:50.624Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2307 | 2026-06-04T08:09:50.890Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2308 | 2026-06-04T08:09:50.926Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2309 | 2026-06-04T08:09:51.031Z | Compiling byte-wrapper v0.1.0 |
| 2310 | 2026-06-04T08:09:51.061Z | Compiling usdt-impl v0.5.0 |
| 2311 | 2026-06-04T08:09:51.137Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2312 | 2026-06-04T08:09:51.211Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2313 | 2026-06-04T08:09:51.326Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2314 | 2026-06-04T08:09:51.372Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2315 | 2026-06-04T08:09:51.392Z | Compiling usdt v0.5.0 |
| 2316 | 2026-06-04T08:09:51.484Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 2317 | 2026-06-04T08:09:51.703Z | Compiling hyper v1.9.0 |
| 2318 | 2026-06-04T08:09:51.771Z | Compiling hickory-proto v0.24.4 |
| 2319 | 2026-06-04T08:09:52.413Z | Compiling typify v0.6.2 |
| 2320 | 2026-06-04T08:09:52.511Z | Compiling progenitor-impl v0.13.0 |
| 2321 | 2026-06-04T08:09:52.569Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2322 | 2026-06-04T08:09:52.826Z | Compiling hyper-util v0.1.20 |
| 2323 | 2026-06-04T08:09:53.299Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2324 | 2026-06-04T08:09:53.413Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2325 | 2026-06-04T08:09:53.630Z | Compiling hickory-resolver v0.24.4 |
| 2326 | 2026-06-04T08:09:53.698Z | Compiling progenitor-impl v0.14.0 |
| 2327 | 2026-06-04T08:09:53.973Z | Compiling tokio-stream v0.1.18 |
| 2328 | 2026-06-04T08:09:54.466Z | Compiling hyper-rustls v0.27.9 |
| 2329 | 2026-06-04T08:09:54.550Z | Compiling dropshot v0.17.0 |
| 2330 | 2026-06-04T08:09:55.618Z | Compiling qorb v0.4.1 |
| 2331 | 2026-06-04T08:09:55.629Z | Compiling reqwest v0.13.3 |
| 2332 | 2026-06-04T08:09:55.629Z | Compiling reqwest v0.12.28 |
| 2333 | 2026-06-04T08:09:55.746Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2334 | 2026-06-04T08:09:55.797Z | Compiling tokio-dtrace v0.1.1 |
| 2335 | 2026-06-04T08:09:56.031Z | Compiling progenitor-client v0.14.0 |
| 2336 | 2026-06-04T08:09:56.059Z | Compiling progenitor-client v0.13.0 |
| 2337 | 2026-06-04T08:09:56.343Z | Compiling progenitor-client v0.10.0 |
| 2338 | 2026-06-04T08:09:56.390Z | Compiling progenitor-extras v0.2.0 |
| 2339 | 2026-06-04T08:09:56.659Z | Compiling progenitor v0.13.0 |
| 2340 | 2026-06-04T08:09:56.694Z | Compiling progenitor v0.14.0 |
| 2341 | 2026-06-04T08:09:56.744Z | Compiling zone v0.3.1 |
| 2342 | 2026-06-04T08:09:56.810Z | Compiling libsw-core v0.3.2 |
| 2343 | 2026-06-04T08:09:56.822Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2344 | 2026-06-04T08:09:56.932Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2345 | 2026-06-04T08:09:56.966Z | Compiling libsw v3.5.0 |
| 2346 | 2026-06-04T08:09:57.116Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2347 | 2026-06-04T08:09:57.160Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2348 | 2026-06-04T08:09:57.239Z | Compiling oxide-tokio-rt v0.1.6 |
| 2349 | 2026-06-04T08:09:57.527Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2350 | 2026-06-04T08:09:57.563Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2351 | 2026-06-04T08:09:57.797Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2352 | 2026-06-04T08:09:58.176Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2353 | 2026-06-04T08:09:58.311Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2354 | 2026-06-04T08:09:58.470Z | Compiling slog-dtrace v0.3.0 |
| 2355 | 2026-06-04T08:09:58.744Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2356 | 2026-06-04T08:09:58.754Z | Compiling tough v0.22.0 |
| 2357 | 2026-06-04T08:09:58.787Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2358 | 2026-06-04T08:09:58.814Z | Compiling cancel-safe-futures v0.1.5 |
| 2359 | 2026-06-04T08:09:59.131Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2360 | 2026-06-04T08:09:59.372Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2361 | 2026-06-04T08:09:59.570Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2362 | 2026-06-04T08:09:59.616Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2363 | 2026-06-04T08:09:59.832Z | Compiling steno v0.4.1 |
| 2364 | 2026-06-04T08:10:00.105Z | Compiling hickory-proto v0.25.2 |
| 2365 | 2026-06-04T08:10:00.694Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2366 | 2026-06-04T08:10:00.787Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2367 | 2026-06-04T08:10:00.797Z | Compiling sled v0.34.7 |
| 2368 | 2026-06-04T08:10:01.998Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2369 | 2026-06-04T08:10:02.340Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2370 | 2026-06-04T08:10:04.277Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2371 | 2026-06-04T08:10:04.365Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2372 | 2026-06-04T08:10:04.365Z | Compiling hickory-resolver v0.25.2 |
| 2373 | 2026-06-04T08:10:04.365Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2374 | 2026-06-04T08:10:04.365Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2375 | 2026-06-04T08:10:04.500Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2376 | 2026-06-04T08:10:04.580Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2377 | 2026-06-04T08:10:04.760Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2378 | 2026-06-04T08:10:04.760Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2379 | 2026-06-04T08:10:04.761Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2380 | 2026-06-04T08:10:04.797Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2381 | 2026-06-04T08:10:04.939Z | Compiling slog-scope v4.4.1 |
| 2382 | 2026-06-04T08:10:05.062Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2383 | 2026-06-04T08:10:05.214Z | Compiling papergrid v0.17.0 |
| 2384 | 2026-06-04T08:10:05.394Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2385 | 2026-06-04T08:10:05.657Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2386 | 2026-06-04T08:10:05.683Z | Compiling testing_table v0.3.0 |
| 2387 | 2026-06-04T08:10:05.842Z | Compiling internet-checksum v0.2.1 |
| 2388 | 2026-06-04T08:10:05.996Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2389 | 2026-06-04T08:10:06.125Z | Compiling slog-stdlog v4.1.1 |
| 2390 | 2026-06-04T08:10:06.160Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2391 | 2026-06-04T08:10:06.394Z | Compiling tabled v0.20.0 |
| 2392 | 2026-06-04T08:10:06.430Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2393 | 2026-06-04T08:10:06.604Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2394 | 2026-06-04T08:10:06.889Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 2395 | 2026-06-04T08:10:06.969Z | Compiling slog-envlogger v2.2.0 |
| 2396 | 2026-06-04T08:10:07.142Z | Compiling const-random v0.1.18 |
| 2397 | 2026-06-04T08:10:07.233Z | Compiling typify-impl v0.4.3 |
| 2398 | 2026-06-04T08:10:07.363Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 2399 | 2026-06-04T08:10:07.538Z | Compiling crc8 v0.1.1 |
| 2400 | 2026-06-04T08:10:07.668Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 2401 | 2026-06-04T08:10:07.693Z | Compiling ahash v0.8.12 |
| 2402 | 2026-06-04T08:10:07.905Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2403 | 2026-06-04T08:10:07.922Z | Compiling smartstring v1.0.1 |
| 2404 | 2026-06-04T08:10:08.284Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2405 | 2026-06-04T08:10:08.972Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 2406 | 2026-06-04T08:10:09.024Z | Compiling typify v0.4.3 |
| 2407 | 2026-06-04T08:10:09.024Z | Compiling thin-vec v0.2.18 |
| 2408 | 2026-06-04T08:10:09.056Z | Compiling utf-8 v0.7.6 |
| 2409 | 2026-06-04T08:10:09.118Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 2410 | 2026-06-04T08:10:09.128Z | Compiling progenitor-impl v0.10.0 |
| 2411 | 2026-06-04T08:10:09.256Z | Compiling tungstenite v0.21.0 |
| 2412 | 2026-06-04T08:10:09.270Z | Compiling rhai v1.24.0 |
| 2413 | 2026-06-04T08:10:09.629Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2414 | 2026-06-04T08:10:10.105Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2415 | 2026-06-04T08:10:10.181Z | Compiling sha2 v0.10.9 |
| 2416 | 2026-06-04T08:10:10.463Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2417 | 2026-06-04T08:10:10.591Z | Compiling progenitor v0.10.0 |
| 2418 | 2026-06-04T08:10:10.723Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2419 | 2026-06-04T08:10:11.595Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2420 | 2026-06-04T08:10:12.249Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2421 | 2026-06-04T08:10:12.320Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2422 | 2026-06-04T08:10:13.465Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2423 | 2026-06-04T08:10:13.513Z | Compiling tokio-tungstenite v0.21.0 |
| 2424 | 2026-06-04T08:10:13.513Z | Compiling lzma-sys v0.1.20 |
| 2425 | 2026-06-04T08:10:13.513Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 2426 | 2026-06-04T08:10:13.513Z | Compiling typeid v1.0.3 |
| 2427 | 2026-06-04T08:10:13.513Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2428 | 2026-06-04T08:10:14.174Z | Compiling console v0.16.3 |
| 2429 | 2026-06-04T08:10:14.543Z | Compiling git-stub v1.0.0 |
| 2430 | 2026-06-04T08:10:14.647Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2431 | 2026-06-04T08:10:14.824Z | Compiling base64 v0.21.7 |
| 2432 | 2026-06-04T08:10:14.868Z | Compiling unit-prefix v0.5.2 |
| 2433 | 2026-06-04T08:10:14.963Z | Compiling indicatif v0.18.4 |
| 2434 | 2026-06-04T08:10:15.010Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2435 | 2026-06-04T08:10:15.117Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2436 | 2026-06-04T08:10:15.244Z | Compiling git-stub-vcs v0.1.0 |
| 2437 | 2026-06-04T08:10:15.537Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 2438 | 2026-06-04T08:10:15.899Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2439 | 2026-06-04T08:10:16.436Z | Compiling ron v0.12.1 |
| 2440 | 2026-06-04T08:10:16.795Z | Compiling xz2 v0.1.7 |
| 2441 | 2026-06-04T08:10:16.818Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2442 | 2026-06-04T08:10:16.818Z | Compiling drift v0.2.0 |
| 2443 | 2026-06-04T08:10:17.285Z | Compiling base16ct v1.0.0 |
| 2444 | 2026-06-04T08:10:17.291Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 2445 | 2026-06-04T08:10:17.473Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 2446 | 2026-06-04T08:10:17.695Z | Compiling dropshot-api-manager v0.7.2 |
| 2447 | 2026-06-04T08:10:19.346Z | Compiling natord v1.0.9 |
| 2448 | 2026-06-04T08:10:19.346Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2449 | 2026-06-04T08:10:21.504Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2450 | 2026-06-04T08:10:21.549Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2451 | 2026-06-04T08:10:29.666Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2452 | 2026-06-04T08:10:31.394Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2453 | 2026-06-04T08:10:32.305Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2454 | 2026-06-04T08:10:33.273Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2455 | 2026-06-04T08:10:33.273Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2456 | 2026-06-04T08:10:33.273Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2457 | 2026-06-04T08:10:33.280Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2458 | 2026-06-04T08:10:33.762Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2459 | 2026-06-04T08:10:33.762Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2460 | 2026-06-04T08:10:33.766Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2461 | 2026-06-04T08:10:34.237Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2462 | 2026-06-04T08:10:35.744Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2463 | 2026-06-04T08:10:35.744Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2464 | 2026-06-04T08:10:37.458Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2465 | 2026-06-04T08:10:41.466Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2466 | 2026-06-04T08:10:42.811Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2467 | 2026-06-04T08:10:42.814Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2468 | 2026-06-04T08:10:42.814Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2469 | 2026-06-04T08:11:24.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s |
| 2470 | 2026-06-04T08:11:24.543Z | |
| 2471 | 2026-06-04T08:11:24.543Z | real 1:40.647163447 |
| 2472 | 2026-06-04T08:11:24.543Z | user 7:57.448084206 |
| 2473 | 2026-06-04T08:11:24.543Z | sys 1:12.046897189 |
| 2474 | 2026-06-04T08:11:24.543Z | trap 0.215527210 |
| 2475 | 2026-06-04T08:11:24.543Z | tflt 0.007261997 |
| 2476 | 2026-06-04T08:11:24.543Z | dflt 0.277478904 |
| 2477 | 2026-06-04T08:11:24.547Z | kflt 0.000069576 |
| 2478 | 2026-06-04T08:11:24.547Z | lock 30:47.286535934 |
| 2479 | 2026-06-04T08:11:24.547Z | slp 27:26.332841653 |
| 2480 | 2026-06-04T08:11:24.547Z | lat 24.058560149 |
| 2481 | 2026-06-04T08:11:24.547Z | stop 38.336714310 |
| 2482 | 2026-06-04T08:11:24.547Z | + ptime -m cargo build --release |
| 2483 | 2026-06-04T08:11:25.201Z | Compiling proc-macro2 v1.0.106 |
| 2484 | 2026-06-04T08:11:25.201Z | Compiling quote v1.0.45 |
| 2485 | 2026-06-04T08:11:25.201Z | Compiling unicode-ident v1.0.24 |
| 2486 | 2026-06-04T08:11:25.201Z | Compiling serde_core v1.0.228 |
| 2487 | 2026-06-04T08:11:25.201Z | Compiling serde v1.0.228 |
| 2488 | 2026-06-04T08:11:25.204Z | Compiling libc v0.2.186 |
| 2489 | 2026-06-04T08:11:25.204Z | Compiling cfg-if v1.0.4 |
| 2490 | 2026-06-04T08:11:25.453Z | Compiling zmij v1.0.21 |
| 2491 | 2026-06-04T08:11:25.493Z | Compiling autocfg v1.5.0 |
| 2492 | 2026-06-04T08:11:25.711Z | Compiling memchr v2.8.0 |
| 2493 | 2026-06-04T08:11:25.725Z | Compiling libm v0.2.16 |
| 2494 | 2026-06-04T08:11:25.892Z | Compiling itoa v1.0.18 |
| 2495 | 2026-06-04T08:11:26.156Z | Compiling version_check v0.9.5 |
| 2496 | 2026-06-04T08:11:26.197Z | Compiling icu_properties_data v2.2.0 |
| 2497 | 2026-06-04T08:11:26.427Z | Compiling icu_normalizer_data v2.2.0 |
| 2498 | 2026-06-04T08:11:26.452Z | Compiling stable_deref_trait v1.2.1 |
| 2499 | 2026-06-04T08:11:26.544Z | Compiling serde_json v1.0.149 |
| 2500 | 2026-06-04T08:11:26.580Z | Compiling syn v2.0.117 |
| 2501 | 2026-06-04T08:11:26.648Z | Compiling writeable v0.6.3 |
| 2502 | 2026-06-04T08:11:26.681Z | Compiling litemap v0.8.2 |
| 2503 | 2026-06-04T08:11:26.821Z | Compiling thiserror v2.0.18 |
| 2504 | 2026-06-04T08:11:26.867Z | Compiling utf8_iter v1.0.4 |
| 2505 | 2026-06-04T08:11:26.930Z | Compiling num-traits v0.2.19 |
| 2506 | 2026-06-04T08:11:26.948Z | Compiling percent-encoding v2.3.2 |
| 2507 | 2026-06-04T08:11:27.193Z | Compiling form_urlencoded v1.2.2 |
| 2508 | 2026-06-04T08:11:27.219Z | Compiling getrandom v0.4.2 |
| 2509 | 2026-06-04T08:11:27.257Z | Compiling rand_core v0.10.1 |
| 2510 | 2026-06-04T08:11:27.423Z | Compiling parking_lot_core v0.9.12 |
| 2511 | 2026-06-04T08:11:27.463Z | Compiling jobserver v0.1.34 |
| 2512 | 2026-06-04T08:11:27.553Z | Compiling shlex v1.3.0 |
| 2513 | 2026-06-04T08:11:27.683Z | Compiling find-msvc-tools v0.1.9 |
| 2514 | 2026-06-04T08:11:27.719Z | Compiling iana-time-zone v0.1.65 |
| 2515 | 2026-06-04T08:11:27.787Z | Compiling heck v0.5.0 |
| 2516 | 2026-06-04T08:11:27.790Z | Compiling uuid v1.23.1 |
| 2517 | 2026-06-04T08:11:27.949Z | Compiling cc v1.2.62 |
| 2518 | 2026-06-04T08:11:28.011Z | Compiling errno v0.3.14 |
| 2519 | 2026-06-04T08:11:28.086Z | Compiling zerocopy v0.8.48 |
| 2520 | 2026-06-04T08:11:28.506Z | Compiling semver v1.0.28 |
| 2521 | 2026-06-04T08:11:28.566Z | Compiling dyn-clone v1.0.20 |
| 2522 | 2026-06-04T08:11:28.611Z | Compiling schemars v0.8.22 |
| 2523 | 2026-06-04T08:11:28.719Z | Compiling getrandom v0.2.17 |
| 2524 | 2026-06-04T08:11:28.733Z | Compiling rustversion v1.0.22 |
| 2525 | 2026-06-04T08:11:28.910Z | Compiling pin-project-lite v0.2.17 |
| 2526 | 2026-06-04T08:11:29.027Z | Compiling bitflags v2.11.1 |
| 2527 | 2026-06-04T08:11:29.158Z | Compiling socket2 v0.6.3 |
| 2528 | 2026-06-04T08:11:29.172Z | Compiling scopeguard v1.2.0 |
| 2529 | 2026-06-04T08:11:29.211Z | Compiling portable-atomic v1.13.1 |
| 2530 | 2026-06-04T08:11:29.303Z | Compiling lock_api v0.4.14 |
| 2531 | 2026-06-04T08:11:29.450Z | Compiling synstructure v0.13.2 |
| 2532 | 2026-06-04T08:11:29.552Z | Compiling serde_derive_internals v0.29.1 |
| 2533 | 2026-06-04T08:11:29.660Z | Compiling log v0.4.29 |
| 2534 | 2026-06-04T08:11:29.746Z | Compiling signal-hook-registry v1.4.8 |
| 2535 | 2026-06-04T08:11:29.940Z | Compiling mio v1.2.0 |
| 2536 | 2026-06-04T08:11:29.953Z | Compiling critical-section v1.2.0 |
| 2537 | 2026-06-04T08:11:30.125Z | Compiling equivalent v1.0.2 |
| 2538 | 2026-06-04T08:11:30.153Z | Compiling subtle v2.6.1 |
| 2539 | 2026-06-04T08:11:30.217Z | Compiling once_cell v1.21.4 |
| 2540 | 2026-06-04T08:11:30.280Z | Compiling futures-core v0.3.32 |
| 2541 | 2026-06-04T08:11:30.329Z | Compiling ring v0.17.14 |
| 2542 | 2026-06-04T08:11:30.342Z | Compiling httparse v1.10.1 |
| 2543 | 2026-06-04T08:11:30.431Z | Compiling rand_core v0.6.4 |
| 2544 | 2026-06-04T08:11:30.445Z | Compiling futures-sink v0.3.32 |
| 2545 | 2026-06-04T08:11:30.458Z | Compiling cmake v0.1.58 |
| 2546 | 2026-06-04T08:11:30.471Z | Compiling dunce v1.0.5 |
| 2547 | 2026-06-04T08:11:30.527Z | Compiling serde_derive v1.0.228 |
| 2548 | 2026-06-04T08:11:30.556Z | Compiling zerofrom-derive v0.1.7 |
| 2549 | 2026-06-04T08:11:30.569Z | Compiling yoke-derive v0.8.2 |
| 2550 | 2026-06-04T08:11:30.641Z | Compiling zerovec-derive v0.11.3 |
| 2551 | 2026-06-04T08:11:30.684Z | Compiling displaydoc v0.2.5 |
| 2552 | 2026-06-04T08:11:30.709Z | Compiling schemars_derive v0.8.22 |
| 2553 | 2026-06-04T08:11:30.800Z | Compiling thiserror-impl v2.0.18 |
| 2554 | 2026-06-04T08:11:30.883Z | Compiling tokio-macros v2.7.0 |
| 2555 | 2026-06-04T08:11:31.462Z | Compiling zerocopy-derive v0.8.48 |
| 2556 | 2026-06-04T08:11:31.644Z | Compiling zeroize_derive v1.4.3 |
| 2557 | 2026-06-04T08:11:31.658Z | Compiling futures-macro v0.3.32 |
| 2558 | 2026-06-04T08:11:31.751Z | Compiling zerofrom v0.1.8 |
| 2559 | 2026-06-04T08:11:31.765Z | Compiling slab v0.4.12 |
| 2560 | 2026-06-04T08:11:31.888Z | Compiling yoke v0.8.2 |
| 2561 | 2026-06-04T08:11:31.944Z | Compiling fs_extra v1.3.0 |
| 2562 | 2026-06-04T08:11:31.981Z | Compiling thiserror v1.0.69 |
| 2563 | 2026-06-04T08:11:32.062Z | Compiling zerovec v0.11.6 |
| 2564 | 2026-06-04T08:11:32.096Z | Compiling zerotrie v0.2.4 |
| 2565 | 2026-06-04T08:11:32.319Z | Compiling aws-lc-sys v0.41.0 |
| 2566 | 2026-06-04T08:11:32.345Z | Compiling zeroize v1.8.2 |
| 2567 | 2026-06-04T08:11:32.443Z | Compiling rustix v1.1.4 |
| 2568 | 2026-06-04T08:11:32.504Z | Compiling thiserror-impl v1.0.69 |
| 2569 | 2026-06-04T08:11:32.541Z | Compiling futures-channel v0.3.32 |
| 2570 | 2026-06-04T08:11:32.598Z | Compiling tinystr v0.8.3 |
| 2571 | 2026-06-04T08:11:32.668Z | Compiling potential_utf v0.1.5 |
| 2572 | 2026-06-04T08:11:32.804Z | Compiling icu_locale_core v2.2.0 |
| 2573 | 2026-06-04T08:11:32.822Z | Compiling icu_collections v2.2.0 |
| 2574 | 2026-06-04T08:11:32.826Z | Compiling generic-array v0.14.7 |
| 2575 | 2026-06-04T08:11:32.865Z | Compiling futures-task v0.3.32 |
| 2576 | 2026-06-04T08:11:33.582Z | Compiling futures-io v0.3.32 |
| 2577 | 2026-06-04T08:11:33.593Z | Compiling ucd-trie v0.1.7 |
| 2578 | 2026-06-04T08:11:33.593Z | Compiling futures-util v0.3.32 |
| 2579 | 2026-06-04T08:11:33.593Z | Compiling typenum v1.20.0 |
| 2580 | 2026-06-04T08:11:33.641Z | Compiling icu_provider v2.2.0 |
| 2581 | 2026-06-04T08:11:33.748Z | Compiling serde_tokenstream v0.2.3 |
| 2582 | 2026-06-04T08:11:33.775Z | Compiling smallvec v1.15.1 |
| 2583 | 2026-06-04T08:11:33.859Z | Compiling bytes v1.11.1 |
| 2584 | 2026-06-04T08:11:34.054Z | Compiling icu_normalizer v2.2.0 |
| 2585 | 2026-06-04T08:11:34.070Z | Compiling icu_properties v2.2.0 |
| 2586 | 2026-06-04T08:11:34.070Z | Compiling chrono v0.4.44 |
| 2587 | 2026-06-04T08:11:34.664Z | Compiling parking_lot v0.12.5 |
| 2588 | 2026-06-04T08:11:35.233Z | Compiling idna_adapter v1.2.2 |
| 2589 | 2026-06-04T08:11:35.328Z | Compiling tokio v1.52.3 |
| 2590 | 2026-06-04T08:11:35.388Z | Compiling idna v1.1.0 |
| 2591 | 2026-06-04T08:11:35.525Z | Compiling hashbrown v0.17.1 |
| 2592 | 2026-06-04T08:11:35.760Z | Compiling url v2.5.8 |
| 2593 | 2026-06-04T08:11:35.916Z | Compiling pest v2.8.6 |
| 2594 | 2026-06-04T08:11:36.089Z | Compiling indexmap v2.14.0 |
| 2595 | 2026-06-04T08:11:36.221Z | Compiling tracing-attributes v0.1.31 |
| 2596 | 2026-06-04T08:11:37.159Z | Compiling pest_meta v2.8.6 |
| 2597 | 2026-06-04T08:11:37.461Z | Compiling tracing-core v0.1.36 |
| 2598 | 2026-06-04T08:11:37.524Z | Compiling byteorder v1.5.0 |
| 2599 | 2026-06-04T08:11:37.599Z | Compiling regex-syntax v0.8.10 |
| 2600 | 2026-06-04T08:11:37.678Z | Compiling slog v2.8.2 |
| 2601 | 2026-06-04T08:11:37.785Z | Compiling ipnetwork v0.21.1 |
| 2602 | 2026-06-04T08:11:37.945Z | Compiling tracing v0.1.44 |
| 2603 | 2026-06-04T08:11:38.316Z | Compiling pest_generator v2.8.6 |
| 2604 | 2026-06-04T08:11:38.428Z | Compiling base64 v0.22.1 |
| 2605 | 2026-06-04T08:11:38.488Z | Compiling getrandom v0.3.4 |
| 2606 | 2026-06-04T08:11:38.919Z | Compiling http v1.4.0 |
| 2607 | 2026-06-04T08:11:38.932Z | Compiling erased-serde v0.3.31 |
| 2608 | 2026-06-04T08:11:38.945Z | Compiling pest_derive v2.8.6 |
| 2609 | 2026-06-04T08:11:39.433Z | Compiling aho-corasick v1.1.4 |
| 2610 | 2026-06-04T08:11:39.530Z | Compiling anyhow v1.0.102 |
| 2611 | 2026-06-04T08:11:39.897Z | Compiling crypto-common v0.1.7 |
| 2612 | 2026-06-04T08:11:40.058Z | Compiling rustls-pki-types v1.14.1 |
| 2613 | 2026-06-04T08:11:40.347Z | Compiling regex-automata v0.4.14 |
| 2614 | 2026-06-04T08:11:40.742Z | Compiling fnv v1.0.7 |
| 2615 | 2026-06-04T08:11:40.901Z | Compiling oxnet v0.1.5 |
| 2616 | 2026-06-04T08:11:40.959Z | Compiling untrusted v0.9.0 |
| 2617 | 2026-06-04T08:11:41.157Z | Compiling paste v1.0.15 |
| 2618 | 2026-06-04T08:11:41.380Z | Compiling strsim v0.11.1 |
| 2619 | 2026-06-04T08:11:41.920Z | Compiling num-conv v0.2.1 |
| 2620 | 2026-06-04T08:11:42.078Z | Compiling regex v1.12.3 |
| 2621 | 2026-06-04T08:11:42.442Z | Compiling time-core v0.1.8 |
| 2622 | 2026-06-04T08:11:42.593Z | Compiling time-macros v0.2.27 |
| 2623 | 2026-06-04T08:11:42.609Z | Compiling tokio-util v0.7.18 |
| 2624 | 2026-06-04T08:11:42.956Z | Compiling ipnet v2.12.0 |
| 2625 | 2026-06-04T08:11:43.053Z | Compiling ident_case v1.0.1 |
| 2626 | 2026-06-04T08:11:43.673Z | Compiling block-buffer v0.10.4 |
| 2627 | 2026-06-04T08:11:43.803Z | Compiling scroll_derive v0.13.1 |
| 2628 | 2026-06-04T08:11:43.841Z | Compiling camino v1.2.2 |
| 2629 | 2026-06-04T08:11:44.133Z | Compiling digest v0.10.7 |
| 2630 | 2026-06-04T08:11:44.195Z | Compiling http-body v1.0.1 |
| 2631 | 2026-06-04T08:11:44.366Z | Compiling async-trait v0.1.89 |
| 2632 | 2026-06-04T08:11:44.384Z | Compiling atomic-waker v1.1.2 |
| 2633 | 2026-06-04T08:11:44.522Z | Compiling omicron-workspace-hack v0.1.0 |
| 2634 | 2026-06-04T08:11:44.659Z | Compiling pretty-hex v0.4.2 |
| 2635 | 2026-06-04T08:11:44.726Z | Compiling ppv-lite86 v0.2.21 |
| 2636 | 2026-06-04T08:11:44.808Z | Compiling tower-layer v0.3.3 |
| 2637 | 2026-06-04T08:11:44.949Z | Compiling ryu v1.0.23 |
| 2638 | 2026-06-04T08:11:45.019Z | Compiling try-lock v0.2.5 |
| 2639 | 2026-06-04T08:11:45.073Z | Compiling crossbeam-utils v0.8.21 |
| 2640 | 2026-06-04T08:11:45.146Z | Compiling tower-service v0.3.3 |
| 2641 | 2026-06-04T08:11:45.249Z | Compiling want v0.3.1 |
| 2642 | 2026-06-04T08:11:45.329Z | Compiling h2 v0.4.14 |
| 2643 | 2026-06-04T08:11:45.426Z | Compiling crc32fast v1.5.0 |
| 2644 | 2026-06-04T08:11:45.765Z | Compiling httpdate v1.0.3 |
| 2645 | 2026-06-04T08:11:46.748Z | Compiling slog-async v2.8.0 |
| 2646 | 2026-06-04T08:11:46.867Z | Compiling usdt-impl v0.6.0 |
| 2647 | 2026-06-04T08:11:47.539Z | Compiling scroll v0.13.0 |
| 2648 | 2026-06-04T08:11:47.769Z | Compiling hyper v1.9.0 |
| 2649 | 2026-06-04T08:11:47.807Z | Compiling aws-lc-rs v1.17.0 |
| 2650 | 2026-06-04T08:11:48.152Z | Compiling plain v0.2.3 |
| 2651 | 2026-06-04T08:11:48.174Z | Compiling serde_urlencoded v0.7.1 |
| 2652 | 2026-06-04T08:11:48.272Z | Compiling goblin v0.10.5 |
| 2653 | 2026-06-04T08:11:48.457Z | Compiling http-body-util v0.1.3 |
| 2654 | 2026-06-04T08:11:48.763Z | Compiling daft-derive v0.1.7 |
| 2655 | 2026-06-04T08:11:49.542Z | Compiling hyper-util v0.1.20 |
| 2656 | 2026-06-04T08:11:50.988Z | Compiling cpufeatures v0.2.17 |
| 2657 | 2026-06-04T08:11:51.347Z | Compiling dof v0.4.0 |
| 2658 | 2026-06-04T08:11:51.794Z | Compiling dtrace-parser v0.3.0 |
| 2659 | 2026-06-04T08:11:51.897Z | Compiling thread-id v5.1.0 |
| 2660 | 2026-06-04T08:11:51.988Z | Compiling allocator-api2 v0.2.21 |
| 2661 | 2026-06-04T08:11:52.057Z | Compiling untrusted v0.7.1 |
| 2662 | 2026-06-04T08:11:52.194Z | Compiling foldhash v0.2.0 |
| 2663 | 2026-06-04T08:11:52.340Z | Compiling syn v1.0.109 |
| 2664 | 2026-06-04T08:11:52.367Z | Compiling hashbrown v0.16.1 |
| 2665 | 2026-06-04T08:11:52.734Z | Compiling openapiv3 v2.2.0 |
| 2666 | 2026-06-04T08:11:52.869Z | Compiling rustls v0.23.40 |
| 2667 | 2026-06-04T08:11:53.117Z | Compiling powerfmt v0.2.0 |
| 2668 | 2026-06-04T08:11:53.131Z | Compiling rustls v0.22.4 |
| 2669 | 2026-06-04T08:11:53.378Z | Compiling deranged v0.5.8 |
| 2670 | 2026-06-04T08:11:54.123Z | Compiling num_threads v0.1.7 |
| 2671 | 2026-06-04T08:11:54.477Z | Compiling usdt-attr-macro v0.6.0 |
| 2672 | 2026-06-04T08:11:54.548Z | Compiling time v0.3.47 |
| 2673 | 2026-06-04T08:11:54.929Z | Compiling usdt-macro v0.6.0 |
| 2674 | 2026-06-04T08:11:55.381Z | Compiling rand_core v0.9.5 |
| 2675 | 2026-06-04T08:11:55.706Z | Compiling multer v3.1.0 |
| 2676 | 2026-06-04T08:11:55.973Z | Compiling ref-cast v1.0.25 |
| 2677 | 2026-06-04T08:11:56.905Z | Compiling crossbeam-channel v0.5.15 |
| 2678 | 2026-06-04T08:11:57.104Z | Compiling winnow v1.0.3 |
| 2679 | 2026-06-04T08:11:57.411Z | Compiling hex v0.4.3 |
| 2680 | 2026-06-04T08:11:57.584Z | Compiling rand_chacha v0.9.0 |
| 2681 | 2026-06-04T08:11:57.732Z | Compiling futures-executor v0.3.32 |
| 2682 | 2026-06-04T08:11:57.747Z | Compiling ref-cast-impl v1.0.25 |
| 2683 | 2026-06-04T08:11:57.817Z | Compiling async-stream-impl v0.3.6 |
| 2684 | 2026-06-04T08:11:58.170Z | Compiling sync_wrapper v1.0.2 |
| 2685 | 2026-06-04T08:11:58.237Z | Compiling dropshot v0.17.0 |
| 2686 | 2026-06-04T08:11:58.291Z | Compiling thread_local v1.1.9 |
| 2687 | 2026-06-04T08:11:58.505Z | Compiling tower v0.5.3 |
| 2688 | 2026-06-04T08:11:58.526Z | Compiling futures v0.3.32 |
| 2689 | 2026-06-04T08:11:58.605Z | Compiling rand v0.9.4 |
| 2690 | 2026-06-04T08:11:58.644Z | Compiling webpki-roots v1.0.7 |
| 2691 | 2026-06-04T08:11:58.680Z | Compiling structmeta-derive v0.3.0 |
| 2692 | 2026-06-04T08:11:58.693Z | Compiling is-terminal v0.4.17 |
| 2693 | 2026-06-04T08:11:58.795Z | Compiling fastrand v2.4.1 |
| 2694 | 2026-06-04T08:11:58.918Z | Compiling term v1.2.1 |
| 2695 | 2026-06-04T08:11:59.130Z | Compiling take_mut v0.2.2 |
| 2696 | 2026-06-04T08:11:59.184Z | Compiling tower-http v0.6.10 |
| 2697 | 2026-06-04T08:11:59.250Z | Compiling slog-term v2.9.2 |
| 2698 | 2026-06-04T08:11:59.738Z | Compiling structmeta v0.3.0 |
| 2699 | 2026-06-04T08:11:59.948Z | Compiling darling_core v0.23.0 |
| 2700 | 2026-06-04T08:12:00.158Z | Compiling newtype-uuid-macros v0.1.0 |
| 2701 | 2026-06-04T08:12:00.473Z | Compiling dropshot_endpoint v0.17.0 |
| 2702 | 2026-06-04T08:12:00.772Z | Compiling newtype-uuid v1.3.2 |
| 2703 | 2026-06-04T08:12:00.981Z | Compiling strum_macros v0.26.4 |
| 2704 | 2026-06-04T08:12:01.345Z | Compiling daft v0.1.7 |
| 2705 | 2026-06-04T08:12:01.738Z | Compiling tempfile v3.27.0 |
| 2706 | 2026-06-04T08:12:02.030Z | Compiling darling_macro v0.23.0 |
| 2707 | 2026-06-04T08:12:02.126Z | Compiling sha1 v0.10.6 |
| 2708 | 2026-06-04T08:12:02.564Z | Compiling either v1.15.0 |
| 2709 | 2026-06-04T08:12:02.602Z | Compiling match_cfg v0.1.0 |
| 2710 | 2026-06-04T08:12:02.631Z | Compiling darling v0.23.0 |
| 2711 | 2026-06-04T08:12:02.644Z | Compiling simd-adler32 v0.3.9 |
| 2712 | 2026-06-04T08:12:02.718Z | Compiling adler2 v2.0.1 |
| 2713 | 2026-06-04T08:12:02.789Z | Compiling serde_with_macros v3.20.0 |
| 2714 | 2026-06-04T08:12:02.903Z | Compiling miniz_oxide v0.8.9 |
| 2715 | 2026-06-04T08:12:02.903Z | Compiling hostname v0.3.1 |
| 2716 | 2026-06-04T08:12:02.977Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2717 | 2026-06-04T08:12:03.081Z | Compiling slog-json v2.6.1 |
| 2718 | 2026-06-04T08:12:03.340Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2719 | 2026-06-04T08:12:03.521Z | Compiling serde_spanned v1.1.1 |
| 2720 | 2026-06-04T08:12:03.835Z | Compiling memmap2 v0.9.10 |
| 2721 | 2026-06-04T08:12:03.950Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2722 | 2026-06-04T08:12:04.131Z | Compiling openssl-probe v0.2.1 |
| 2723 | 2026-06-04T08:12:04.217Z | Compiling flate2 v1.1.9 |
| 2724 | 2026-06-04T08:12:04.277Z | Compiling rustls-native-certs v0.8.3 |
| 2725 | 2026-06-04T08:12:04.323Z | Compiling slog-bunyan v2.5.0 |
| 2726 | 2026-06-04T08:12:04.382Z | Compiling derive-ex v0.1.8 |
| 2727 | 2026-06-04T08:12:04.522Z | Compiling rustls-webpki v0.102.8 |
| 2728 | 2026-06-04T08:12:04.749Z | Compiling rand_chacha v0.3.1 |
| 2729 | 2026-06-04T08:12:05.064Z | Compiling usdt v0.6.0 |
| 2730 | 2026-06-04T08:12:05.379Z | Compiling strum_macros v0.27.2 |
| 2731 | 2026-06-04T08:12:05.700Z | Compiling debug-ignore v1.0.5 |
| 2732 | 2026-06-04T08:12:05.952Z | Compiling compression-core v0.4.32 |
| 2733 | 2026-06-04T08:12:06.135Z | Compiling compression-codecs v0.4.38 |
| 2734 | 2026-06-04T08:12:06.351Z | Compiling test-strategy v0.4.5 |
| 2735 | 2026-06-04T08:12:06.510Z | Compiling rand v0.8.6 |
| 2736 | 2026-06-04T08:12:07.298Z | Compiling macaddr v1.0.1 |
| 2737 | 2026-06-04T08:12:07.336Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2738 | 2026-06-04T08:12:07.430Z | Compiling encoding_rs v0.8.35 |
| 2739 | 2026-06-04T08:12:07.577Z | Compiling spin v0.9.8 |
| 2740 | 2026-06-04T08:12:07.684Z | Compiling mime v0.3.17 |
| 2741 | 2026-06-04T08:12:07.720Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2742 | 2026-06-04T08:12:07.869Z | Compiling async-compression v0.4.42 |
| 2743 | 2026-06-04T08:12:07.894Z | Compiling async-stream v0.3.6 |
| 2744 | 2026-06-04T08:12:08.165Z | Compiling waitgroup v0.1.2 |
| 2745 | 2026-06-04T08:12:08.184Z | Compiling rustls-pemfile v2.2.0 |
| 2746 | 2026-06-04T08:12:08.352Z | Compiling serde_path_to_error v0.1.20 |
| 2747 | 2026-06-04T08:12:08.366Z | Compiling hostname v0.4.2 |
| 2748 | 2026-06-04T08:12:08.637Z | Compiling tokio-rustls v0.25.0 |
| 2749 | 2026-06-04T08:12:09.516Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2750 | 2026-06-04T08:12:10.043Z | Compiling parse-display-derive v0.10.0 |
| 2751 | 2026-06-04T08:12:11.429Z | Compiling regress v0.10.5 |
| 2752 | 2026-06-04T08:12:11.832Z | Compiling unicode-width v0.2.2 |
| 2753 | 2026-06-04T08:12:12.043Z | Compiling strum v0.26.3 |
| 2754 | 2026-06-04T08:12:12.157Z | Compiling wait-timeout v0.2.1 |
| 2755 | 2026-06-04T08:12:12.186Z | Compiling quick-error v1.2.3 |
| 2756 | 2026-06-04T08:12:12.312Z | Compiling bit-vec v0.8.0 |
| 2757 | 2026-06-04T08:12:12.463Z | Compiling rusty-fork v0.3.1 |
| 2758 | 2026-06-04T08:12:12.627Z | Compiling bit-set v0.8.0 |
| 2759 | 2026-06-04T08:12:12.630Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2760 | 2026-06-04T08:12:12.843Z | Compiling serde_with v3.20.0 |
| 2761 | 2026-06-04T08:12:13.166Z | Compiling rand_xorshift v0.4.0 |
| 2762 | 2026-06-04T08:12:13.348Z | Compiling unarray v0.1.4 |
| 2763 | 2026-06-04T08:12:13.481Z | Compiling proptest v1.11.0 |
| 2764 | 2026-06-04T08:12:15.341Z | Compiling strum v0.27.2 |
| 2765 | 2026-06-04T08:12:15.428Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2766 | 2026-06-04T08:12:15.491Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2767 | 2026-06-04T08:12:15.586Z | Compiling instant v0.1.13 |
| 2768 | 2026-06-04T08:12:15.909Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2769 | 2026-06-04T08:12:16.116Z | Compiling rustc-hash v2.1.2 |
| 2770 | 2026-06-04T08:12:16.259Z | Compiling iddqd v0.3.18 |
| 2771 | 2026-06-04T08:12:16.611Z | Compiling itertools v0.14.0 |
| 2772 | 2026-06-04T08:12:17.586Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2773 | 2026-06-04T08:12:18.119Z | Compiling backon v1.6.0 |
| 2774 | 2026-06-04T08:12:18.199Z | Compiling clap_derive v4.6.1 |
| 2775 | 2026-06-04T08:12:18.405Z | Compiling utf8parse v0.2.2 |
| 2776 | 2026-06-04T08:12:19.151Z | Compiling anstyle-parse v1.0.0 |
| 2777 | 2026-06-04T08:12:19.510Z | Compiling backoff v0.4.0 |
| 2778 | 2026-06-04T08:12:19.913Z | Compiling parse-display v0.10.0 |
| 2779 | 2026-06-04T08:12:19.929Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2780 | 2026-06-04T08:12:19.944Z | Compiling terminal_size v0.4.4 |
| 2781 | 2026-06-04T08:12:20.100Z | Compiling colorchoice v1.0.5 |
| 2782 | 2026-06-04T08:12:20.233Z | Compiling anstyle-query v1.1.5 |
| 2783 | 2026-06-04T08:12:20.353Z | Compiling anstyle v1.0.14 |
| 2784 | 2026-06-04T08:12:20.483Z | Compiling is_terminal_polyfill v1.70.2 |
| 2785 | 2026-06-04T08:12:20.588Z | Compiling anstream v1.0.0 |
| 2786 | 2026-06-04T08:12:21.225Z | Compiling clap_lex v1.1.0 |
| 2787 | 2026-06-04T08:12:21.712Z | Compiling clap_builder v4.6.0 |
| 2788 | 2026-06-04T08:12:22.310Z | Compiling regress v0.11.1 |
| 2789 | 2026-06-04T08:12:23.914Z | Compiling typify-impl v0.6.2 |
| 2790 | 2026-06-04T08:12:24.280Z | Compiling clap v4.6.1 |
| 2791 | 2026-06-04T08:12:24.819Z | Compiling crucible-workspace-hack v0.1.0 |
| 2792 | 2026-06-04T08:12:25.240Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 2793 | 2026-06-04T08:12:25.931Z | Compiling zerocopy-derive v0.7.35 |
| 2794 | 2026-06-04T08:12:26.798Z | Compiling proc-macro-crate v3.5.0 |
| 2795 | 2026-06-04T08:12:27.197Z | Compiling typify-macro v0.6.2 |
| 2796 | 2026-06-04T08:12:27.346Z | Compiling darling_core v0.21.3 |
| 2797 | 2026-06-04T08:12:27.742Z | Compiling convert_case v0.4.0 |
| 2798 | 2026-06-04T08:12:27.780Z | Compiling unsafe-libyaml v0.2.11 |
| 2799 | 2026-06-04T08:12:28.051Z | Compiling derive_more v0.99.20 |
| 2800 | 2026-06-04T08:12:28.440Z | Compiling serde_yaml v0.9.34+deprecated |
| 2801 | 2026-06-04T08:12:28.778Z | Compiling num_enum_derive v0.7.6 |
| 2802 | 2026-06-04T08:12:29.465Z | Compiling darling_macro v0.21.3 |
| 2803 | 2026-06-04T08:12:29.800Z | Compiling toml_datetime v0.6.11 |
| 2804 | 2026-06-04T08:12:30.273Z | Compiling darling v0.21.3 |
| 2805 | 2026-06-04T08:12:30.276Z | Compiling num_enum v0.7.6 |
| 2806 | 2026-06-04T08:12:30.773Z | Compiling secrecy v0.10.3 |
| 2807 | 2026-06-04T08:12:30.930Z | Compiling proc-macro-error-attr v1.0.4 |
| 2808 | 2026-06-04T08:12:31.040Z | Compiling heapless v0.8.0 |
| 2809 | 2026-06-04T08:12:31.237Z | Compiling tinyvec_macros v0.1.1 |
| 2810 | 2026-06-04T08:12:31.313Z | Compiling prettyplease v0.2.37 |
| 2811 | 2026-06-04T08:12:31.531Z | Compiling tinyvec v1.11.0 |
| 2812 | 2026-06-04T08:12:31.850Z | Compiling ingot-macros v0.1.1 |
| 2813 | 2026-06-04T08:12:31.951Z | Compiling typify v0.6.2 |
| 2814 | 2026-06-04T08:12:31.986Z | Compiling zerocopy v0.7.35 |
| 2815 | 2026-06-04T08:12:32.328Z | Compiling crossbeam-epoch v0.9.18 |
| 2816 | 2026-06-04T08:12:32.610Z | Compiling hash32 v0.3.1 |
| 2817 | 2026-06-04T08:12:32.729Z | Compiling scroll_derive v0.12.1 |
| 2818 | 2026-06-04T08:12:32.773Z | Compiling rustc_version v0.4.1 |
| 2819 | 2026-06-04T08:12:32.823Z | Compiling num-integer v0.1.46 |
| 2820 | 2026-06-04T08:12:33.065Z | Compiling usdt-impl v0.5.0 |
| 2821 | 2026-06-04T08:12:33.344Z | Compiling proc-macro-error v1.0.4 |
| 2822 | 2026-06-04T08:12:33.358Z | Compiling pkg-config v0.3.33 |
| 2823 | 2026-06-04T08:12:33.470Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2824 | 2026-06-04T08:12:33.605Z | Compiling smoltcp v0.11.0 |
| 2825 | 2026-06-04T08:12:33.757Z | Compiling winnow v0.7.15 |
| 2826 | 2026-06-04T08:12:33.799Z | Compiling rustix v0.38.44 |
| 2827 | 2026-06-04T08:12:33.969Z | Compiling data-encoding v2.11.0 |
| 2828 | 2026-06-04T08:12:34.531Z | Compiling ingot-types v0.1.2 |
| 2829 | 2026-06-04T08:12:35.295Z | Compiling scroll v0.12.0 |
| 2830 | 2026-06-04T08:12:35.459Z | Compiling curve25519-dalek v4.1.3 |
| 2831 | 2026-06-04T08:12:35.775Z | Compiling dof v0.3.0 |
| 2832 | 2026-06-04T08:12:36.662Z | Compiling dtrace-parser v0.2.0 |
| 2833 | 2026-06-04T08:12:36.751Z | Compiling tabwriter v1.4.1 |
| 2834 | 2026-06-04T08:12:36.950Z | Compiling hmac v0.12.1 |
| 2835 | 2026-06-04T08:12:36.990Z | Compiling inout v0.1.4 |
| 2836 | 2026-06-04T08:12:37.018Z | Compiling cobs v0.3.0 |
| 2837 | 2026-06-04T08:12:37.111Z | Compiling ff v0.13.1 |
| 2838 | 2026-06-04T08:12:37.154Z | Compiling bstr v1.12.1 |
| 2839 | 2026-06-04T08:12:37.267Z | Compiling thread-id v4.2.2 |
| 2840 | 2026-06-04T08:12:37.351Z | Compiling managed v0.8.0 |
| 2841 | 2026-06-04T08:12:37.407Z | Compiling bitflags v1.3.2 |
| 2842 | 2026-06-04T08:12:37.489Z | Compiling static_assertions v1.1.0 |
| 2843 | 2026-06-04T08:12:37.572Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2844 | 2026-06-04T08:12:37.879Z | Compiling group v0.13.0 |
| 2845 | 2026-06-04T08:12:37.990Z | Compiling postcard v1.1.3 |
| 2846 | 2026-06-04T08:12:38.018Z | Compiling cipher v0.4.4 |
| 2847 | 2026-06-04T08:12:38.150Z | Compiling hkdf v0.12.4 |
| 2848 | 2026-06-04T08:12:38.896Z | Compiling goblin v0.8.2 |
| 2849 | 2026-06-04T08:12:38.951Z | Compiling ingot v0.1.1 |
| 2850 | 2026-06-04T08:12:40.382Z | Compiling num-rational v0.4.2 |
| 2851 | 2026-06-04T08:12:40.877Z | Compiling num-iter v0.1.45 |
| 2852 | 2026-06-04T08:12:41.366Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2853 | 2026-06-04T08:12:41.504Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2854 | 2026-06-04T08:12:41.669Z | Compiling hubpack_derive v0.1.1 |
| 2855 | 2026-06-04T08:12:42.243Z | Compiling universal-hash v0.5.1 |
| 2856 | 2026-06-04T08:12:42.282Z | Compiling crypto-bigint v0.5.5 |
| 2857 | 2026-06-04T08:12:42.351Z | Compiling half v2.7.1 |
| 2858 | 2026-06-04T08:12:42.408Z | Compiling serde_repr v0.1.20 |
| 2859 | 2026-06-04T08:12:42.617Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2860 | 2026-06-04T08:12:42.699Z | Compiling foreign-types-macros v0.2.3 |
| 2861 | 2026-06-04T08:12:43.039Z | Compiling num-complex v0.4.6 |
| 2862 | 2026-06-04T08:12:43.669Z | Compiling base64ct v1.8.3 |
| 2863 | 2026-06-04T08:12:44.031Z | Compiling ciborium-io v0.2.2 |
| 2864 | 2026-06-04T08:12:44.142Z | Compiling cpufeatures v0.3.0 |
| 2865 | 2026-06-04T08:12:44.248Z | Compiling indent_write v2.2.0 |
| 2866 | 2026-06-04T08:12:44.397Z | Compiling base16ct v0.2.0 |
| 2867 | 2026-06-04T08:12:44.435Z | Compiling heck v0.4.1 |
| 2868 | 2026-06-04T08:12:44.467Z | Compiling foreign-types-shared v0.3.1 |
| 2869 | 2026-06-04T08:12:44.607Z | Compiling opaque-debug v0.3.1 |
| 2870 | 2026-06-04T08:12:44.698Z | Compiling colored v3.1.1 |
| 2871 | 2026-06-04T08:12:44.956Z | Compiling poly1305 v0.8.0 |
| 2872 | 2026-06-04T08:12:45.125Z | Compiling foreign-types v0.5.0 |
| 2873 | 2026-06-04T08:12:45.216Z | Compiling elliptic-curve v0.13.8 |
| 2874 | 2026-06-04T08:12:45.492Z | Compiling chacha20 v0.10.0 |
| 2875 | 2026-06-04T08:12:45.528Z | Compiling ciborium-ll v0.2.2 |
| 2876 | 2026-06-04T08:12:45.788Z | Compiling password-hash v0.5.0 |
| 2877 | 2026-06-04T08:12:46.064Z | Compiling num v0.4.3 |
| 2878 | 2026-06-04T08:12:46.164Z | Compiling thiserror-no-std v2.0.2 |
| 2879 | 2026-06-04T08:12:46.262Z | Compiling hubpack v0.1.2 |
| 2880 | 2026-06-04T08:12:47.846Z | Compiling chacha20 v0.9.1 |
| 2881 | 2026-06-04T08:12:48.158Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2882 | 2026-06-04T08:12:48.233Z | Compiling reqwest v0.12.28 |
| 2883 | 2026-06-04T08:12:48.823Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2884 | 2026-06-04T08:12:49.620Z | Compiling byte-wrapper v0.1.0 |
| 2885 | 2026-06-04T08:12:49.672Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2886 | 2026-06-04T08:12:50.198Z | Compiling blake2 v0.10.6 |
| 2887 | 2026-06-04T08:12:50.230Z | Compiling aead v0.5.2 |
| 2888 | 2026-06-04T08:12:50.385Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2889 | 2026-06-04T08:12:50.692Z | Compiling cstr-argument v0.1.2 |
| 2890 | 2026-06-04T08:12:50.712Z | Compiling memoffset v0.9.1 |
| 2891 | 2026-06-04T08:12:50.862Z | Compiling cfg_aliases v0.2.1 |
| 2892 | 2026-06-04T08:12:50.878Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 2893 | 2026-06-04T08:12:50.942Z | Compiling keccak v0.1.6 |
| 2894 | 2026-06-04T08:12:51.114Z | Compiling float-ord v0.3.2 |
| 2895 | 2026-06-04T08:12:51.471Z | Compiling sha3 v0.10.9 |
| 2896 | 2026-06-04T08:12:51.771Z | Compiling nix v0.31.3 |
| 2897 | 2026-06-04T08:12:51.857Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2898 | 2026-06-04T08:12:52.182Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2899 | 2026-06-04T08:12:52.479Z | Compiling argon2 v0.5.3 |
| 2900 | 2026-06-04T08:12:52.520Z | Compiling chacha20poly1305 v0.10.1 |
| 2901 | 2026-06-04T08:12:52.699Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2902 | 2026-06-04T08:12:52.841Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2903 | 2026-06-04T08:12:54.267Z | Compiling rustls-webpki v0.103.13 |
| 2904 | 2026-06-04T08:12:55.587Z | Compiling progenitor-client v0.10.0 |
| 2905 | 2026-06-04T08:12:55.947Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2906 | 2026-06-04T08:12:56.203Z | Compiling vsss-rs v3.3.4 |
| 2907 | 2026-06-04T08:12:56.680Z | Compiling rand v0.10.1 |
| 2908 | 2026-06-04T08:12:56.695Z | Compiling ciborium v0.2.2 |
| 2909 | 2026-06-04T08:12:57.452Z | Compiling atomicwrites v0.4.4 |
| 2910 | 2026-06-04T08:12:57.506Z | Compiling usdt-attr-macro v0.5.0 |
| 2911 | 2026-06-04T08:12:57.507Z | Compiling usdt-macro v0.5.0 |
| 2912 | 2026-06-04T08:12:58.521Z | Compiling num-derive v0.4.2 |
| 2913 | 2026-06-04T08:12:58.721Z | Compiling enum-as-inner v0.6.1 |
| 2914 | 2026-06-04T08:12:58.769Z | Compiling memmap v0.7.0 |
| 2915 | 2026-06-04T08:12:59.009Z | Compiling tokio-rustls v0.26.4 |
| 2916 | 2026-06-04T08:12:59.317Z | Compiling hyper-rustls v0.27.9 |
| 2917 | 2026-06-04T08:12:59.331Z | Compiling rustls-platform-verifier v0.7.0 |
| 2918 | 2026-06-04T08:12:59.499Z | Compiling rayon-core v1.13.0 |
| 2919 | 2026-06-04T08:12:59.540Z | Compiling reqwest v0.13.3 |
| 2920 | 2026-06-04T08:12:59.794Z | Compiling semver v0.1.20 |
| 2921 | 2026-06-04T08:12:59.978Z | Compiling winnow v0.5.40 |
| 2922 | 2026-06-04T08:13:00.056Z | Compiling rustc_version v0.1.7 |
| 2923 | 2026-06-04T08:13:00.284Z | Compiling usdt v0.5.0 |
| 2924 | 2026-06-04T08:13:00.610Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2925 | 2026-06-04T08:13:00.898Z | Compiling progenitor-client v0.14.0 |
| 2926 | 2026-06-04T08:13:01.384Z | Compiling progenitor-extras v0.2.0 |
| 2927 | 2026-06-04T08:13:01.640Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2928 | 2026-06-04T08:13:01.819Z | Compiling toml_edit v0.19.15 |
| 2929 | 2026-06-04T08:13:03.842Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2930 | 2026-06-04T08:13:03.957Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2931 | 2026-06-04T08:13:04.545Z | Compiling similar v2.7.0 |
| 2932 | 2026-06-04T08:13:05.413Z | Compiling crossbeam-deque v0.8.6 |
| 2933 | 2026-06-04T08:13:05.808Z | Compiling serde_spanned v0.6.9 |
| 2934 | 2026-06-04T08:13:06.207Z | Compiling toml_write v0.1.2 |
| 2935 | 2026-06-04T08:13:06.444Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2936 | 2026-06-04T08:13:08.625Z | Compiling vcpkg v0.2.15 |
| 2937 | 2026-06-04T08:13:09.192Z | Compiling lazy_static v1.5.0 |
| 2938 | 2026-06-04T08:13:09.322Z | Compiling bytecount v0.6.9 |
| 2939 | 2026-06-04T08:13:10.232Z | Compiling openssl-sys v0.9.116 |
| 2940 | 2026-06-04T08:13:10.629Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2941 | 2026-06-04T08:13:10.857Z | Compiling toml_edit v0.22.27 |
| 2942 | 2026-06-04T08:13:10.880Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2943 | 2026-06-04T08:13:15.304Z | Compiling proc-macro-crate v1.3.1 |
| 2944 | 2026-06-04T08:13:15.456Z | Compiling newtype_derive v0.1.6 |
| 2945 | 2026-06-04T08:13:15.495Z | Compiling progenitor-impl v0.13.0 |
| 2946 | 2026-06-04T08:13:15.565Z | Compiling itertools v0.12.1 |
| 2947 | 2026-06-04T08:13:15.833Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2948 | 2026-06-04T08:13:16.156Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2949 | 2026-06-04T08:13:16.259Z | Compiling unicode-segmentation v1.13.2 |
| 2950 | 2026-06-04T08:13:16.286Z | Compiling linked-hash-map v0.5.6 |
| 2951 | 2026-06-04T08:13:16.511Z | Compiling owo-colors v4.3.0 |
| 2952 | 2026-06-04T08:13:16.699Z | Compiling resolv-conf v0.7.6 |
| 2953 | 2026-06-04T08:13:16.883Z | Compiling swrite v0.1.0 |
| 2954 | 2026-06-04T08:13:16.970Z | Compiling newline-converter v0.3.0 |
| 2955 | 2026-06-04T08:13:17.125Z | Compiling lru-cache v0.1.2 |
| 2956 | 2026-06-04T08:13:17.280Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2957 | 2026-06-04T08:13:17.310Z | Compiling num_enum_derive v0.5.11 |
| 2958 | 2026-06-04T08:13:17.344Z | Compiling rayon v1.12.0 |
| 2959 | 2026-06-04T08:13:17.414Z | Compiling toml v0.8.23 |
| 2960 | 2026-06-04T08:13:17.557Z | Compiling progenitor-macro v0.13.0 |
| 2961 | 2026-06-04T08:13:18.058Z | Compiling progenitor-client v0.13.0 |
| 2962 | 2026-06-04T08:13:18.388Z | Compiling hickory-proto v0.24.4 |
| 2963 | 2026-06-04T08:13:18.716Z | Compiling progenitor-impl v0.14.0 |
| 2964 | 2026-06-04T08:13:19.015Z | Compiling console v0.15.11 |
| 2965 | 2026-06-04T08:13:19.563Z | Compiling camino-tempfile v1.4.1 |
| 2966 | 2026-06-04T08:13:19.993Z | Compiling serde-big-array v0.5.1 |
| 2967 | 2026-06-04T08:13:20.174Z | Compiling pin-project-internal v1.1.13 |
| 2968 | 2026-06-04T08:13:20.314Z | Compiling derive-where v1.6.1 |
| 2969 | 2026-06-04T08:13:20.773Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2970 | 2026-06-04T08:13:21.318Z | Compiling minimal-lexical v0.2.1 |
| 2971 | 2026-06-04T08:13:21.337Z | Compiling siphasher v1.0.3 |
| 2972 | 2026-06-04T08:13:21.565Z | Compiling nom v7.1.3 |
| 2973 | 2026-06-04T08:13:21.582Z | Compiling phf_shared v0.12.1 |
| 2974 | 2026-06-04T08:13:21.806Z | Compiling progenitor v0.13.0 |
| 2975 | 2026-06-04T08:13:21.822Z | Compiling pin-project v1.1.13 |
| 2976 | 2026-06-04T08:13:21.955Z | Compiling progenitor-macro v0.14.0 |
| 2977 | 2026-06-04T08:13:21.969Z | Compiling hickory-resolver v0.24.4 |
| 2978 | 2026-06-04T08:13:22.441Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2979 | 2026-06-04T08:13:22.901Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2980 | 2026-06-04T08:13:25.459Z | Compiling expectorate v1.2.0 |
| 2981 | 2026-06-04T08:13:26.254Z | Compiling num_enum v0.5.11 |
| 2982 | 2026-06-04T08:13:26.399Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2983 | 2026-06-04T08:13:27.587Z | Compiling zone_cfg_derive v0.3.1 |
| 2984 | 2026-06-04T08:13:28.343Z | Compiling unicode-normalization v0.1.25 |
| 2985 | 2026-06-04T08:13:28.362Z | Compiling tokio-stream v0.1.18 |
| 2986 | 2026-06-04T08:13:28.928Z | Compiling async-recursion v1.1.1 |
| 2987 | 2026-06-04T08:13:28.947Z | Compiling snafu-derive v0.8.9 |
| 2988 | 2026-06-04T08:13:29.592Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2989 | 2026-06-04T08:13:29.687Z | Compiling slog-dtrace v0.3.0 |
| 2990 | 2026-06-04T08:13:29.943Z | Compiling csv-core v0.1.13 |
| 2991 | 2026-06-04T08:13:29.968Z | Compiling konst_macro_rules v0.2.19 |
| 2992 | 2026-06-04T08:13:30.177Z | Compiling unicode-width v0.1.14 |
| 2993 | 2026-06-04T08:13:30.359Z | Compiling unicode-xid v0.2.6 |
| 2994 | 2026-06-04T08:13:30.499Z | Compiling foldhash v0.1.5 |
| 2995 | 2026-06-04T08:13:30.513Z | Compiling highway v1.3.0 |
| 2996 | 2026-06-04T08:13:30.740Z | Compiling smawk v0.3.2 |
| 2997 | 2026-06-04T08:13:30.743Z | Compiling foreign-types-shared v0.1.1 |
| 2998 | 2026-06-04T08:13:30.862Z | Compiling chrono-tz v0.10.4 |
| 2999 | 2026-06-04T08:13:30.918Z | Compiling same-file v1.0.6 |
| 3000 | 2026-06-04T08:13:31.116Z | Compiling cancel-safe-futures v0.1.5 |
| 3001 | 2026-06-04T08:13:31.130Z | Compiling openssl v0.10.80 |
| 3002 | 2026-06-04T08:13:31.217Z | Compiling unicode-linebreak v0.1.5 |
| 3003 | 2026-06-04T08:13:31.422Z | Compiling textwrap v0.16.2 |
| 3004 | 2026-06-04T08:13:31.491Z | Compiling walkdir v2.5.0 |
| 3005 | 2026-06-04T08:13:31.507Z | Compiling foreign-types v0.3.2 |
| 3006 | 2026-06-04T08:13:31.593Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3007 | 2026-06-04T08:13:32.244Z | Compiling snafu v0.8.9 |
| 3008 | 2026-06-04T08:13:32.694Z | Compiling hashbrown v0.15.5 |
| 3009 | 2026-06-04T08:13:32.837Z | Compiling const_format_proc_macros v0.2.34 |
| 3010 | 2026-06-04T08:13:32.986Z | Compiling csv v1.4.0 |
| 3011 | 2026-06-04T08:13:33.373Z | Compiling konst v0.2.20 |
| 3012 | 2026-06-04T08:13:33.736Z | Compiling progenitor v0.14.0 |
| 3013 | 2026-06-04T08:13:33.766Z | Compiling qorb v0.4.1 |
| 3014 | 2026-06-04T08:13:33.780Z | Compiling olpc-cjson v0.1.4 |
| 3015 | 2026-06-04T08:13:33.889Z | Compiling zone v0.3.1 |
| 3016 | 2026-06-04T08:13:33.955Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3017 | 2026-06-04T08:13:34.535Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3018 | 2026-06-04T08:13:35.086Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3019 | 2026-06-04T08:13:35.602Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3020 | 2026-06-04T08:13:37.539Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3021 | 2026-06-04T08:13:37.795Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-06-04T08:13:38.114Z | Compiling phf v0.12.1 |
| 3023 | 2026-06-04T08:13:38.807Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3024 | 2026-06-04T08:13:39.321Z | Compiling tokio-dtrace v0.1.1 |
| 3025 | 2026-06-04T08:13:39.664Z | Compiling globset v0.4.18 |
| 3026 | 2026-06-04T08:13:40.038Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3027 | 2026-06-04T08:13:40.278Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3028 | 2026-06-04T08:13:40.750Z | Compiling smf v0.2.3 |
| 3029 | 2026-06-04T08:13:40.896Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 3030 | 2026-06-04T08:13:41.391Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3031 | 2026-06-04T08:13:41.902Z | Compiling libsw-core v0.3.2 |
| 3032 | 2026-06-04T08:13:42.010Z | Compiling pem v3.0.6 |
| 3033 | 2026-06-04T08:13:42.119Z | Compiling serde_plain v1.0.2 |
| 3034 | 2026-06-04T08:13:42.297Z | Compiling openssl-macros v0.1.1 |
| 3035 | 2026-06-04T08:13:42.419Z | Compiling cookie v0.18.1 |
| 3036 | 2026-06-04T08:13:42.636Z | Compiling sigpipe v0.1.3 |
| 3037 | 2026-06-04T08:13:42.723Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3038 | 2026-06-04T08:13:42.737Z | Compiling jiff v0.2.24 |
| 3039 | 2026-06-04T08:13:42.751Z | Compiling glob v0.3.3 |
| 3040 | 2026-06-04T08:13:42.803Z | Compiling fixedbitset v0.5.7 |
| 3041 | 2026-06-04T08:13:42.825Z | Compiling fixedbitset v0.4.2 |
| 3042 | 2026-06-04T08:13:43.010Z | Compiling typed-path v0.9.3 |
| 3043 | 2026-06-04T08:13:43.058Z | Compiling petgraph v0.8.3 |
| 3044 | 2026-06-04T08:13:43.214Z | Compiling petgraph v0.6.5 |
| 3045 | 2026-06-04T08:13:43.910Z | Compiling libsw v3.5.0 |
| 3046 | 2026-06-04T08:13:44.108Z | Compiling tough v0.22.0 |
| 3047 | 2026-06-04T08:13:45.014Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3048 | 2026-06-04T08:13:45.030Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 3049 | 2026-06-04T08:13:45.450Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3050 | 2026-06-04T08:13:45.713Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3051 | 2026-06-04T08:13:45.952Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3052 | 2026-06-04T08:13:46.022Z | Compiling oxide-tokio-rt v0.1.6 |
| 3053 | 2026-06-04T08:13:46.481Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3054 | 2026-06-04T08:13:46.597Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3055 | 2026-06-04T08:13:49.284Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3056 | 2026-06-04T08:13:49.446Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3057 | 2026-06-04T08:13:49.965Z | Compiling const_format v0.2.36 |
| 3058 | 2026-06-04T08:13:50.050Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3059 | 2026-06-04T08:13:50.527Z | Compiling papergrid v0.11.0 |
| 3060 | 2026-06-04T08:13:50.542Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3061 | 2026-06-04T08:13:50.705Z | Compiling libscf-sys v1.2.0 |
| 3062 | 2026-06-04T08:13:50.863Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3063 | 2026-06-04T08:13:51.004Z | Compiling tabled_derive v0.7.0 |
| 3064 | 2026-06-04T08:13:51.229Z | Compiling gethostname v0.5.0 |
| 3065 | 2026-06-04T08:13:51.453Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3066 | 2026-06-04T08:13:51.589Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3067 | 2026-06-04T08:13:52.011Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3068 | 2026-06-04T08:13:52.884Z | Compiling bcs v0.1.6 |
| 3069 | 2026-06-04T08:13:53.122Z | Compiling termtree v0.5.1 |
| 3070 | 2026-06-04T08:13:53.310Z | Compiling linear-map v1.2.0 |
| 3071 | 2026-06-04T08:13:53.324Z | Compiling tagptr v0.2.0 |
| 3072 | 2026-06-04T08:13:53.357Z | Compiling whoami v1.6.1 |
| 3073 | 2026-06-04T08:13:53.498Z | Compiling moka v0.12.15 |
| 3074 | 2026-06-04T08:13:53.543Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3075 | 2026-06-04T08:13:54.748Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3076 | 2026-06-04T08:13:55.722Z | Compiling tabled v0.15.0 |
| 3077 | 2026-06-04T08:13:55.736Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3078 | 2026-06-04T08:13:55.905Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3079 | 2026-06-04T08:13:56.130Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3080 | 2026-06-04T08:13:56.564Z | Compiling steno v0.4.1 |
| 3081 | 2026-06-04T08:13:57.966Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3082 | 2026-06-04T08:14:00.999Z | Compiling hickory-proto v0.25.2 |
| 3083 | 2026-06-04T08:14:01.749Z | Compiling humantime v2.3.0 |
| 3084 | 2026-06-04T08:14:02.210Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3085 | 2026-06-04T08:14:03.541Z | Compiling hickory-resolver v0.25.2 |
| 3086 | 2026-06-04T08:14:04.426Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3087 | 2026-06-04T08:14:04.917Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3088 | 2026-06-04T08:14:05.137Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 3089 | 2026-06-04T08:14:05.256Z | Compiling parking_lot_core v0.8.6 |
| 3090 | 2026-06-04T08:14:05.305Z | Compiling nom v8.0.0 |
| 3091 | 2026-06-04T08:14:06.040Z | Compiling crunchy v0.2.4 |
| 3092 | 2026-06-04T08:14:06.055Z | Compiling parking_lot v0.11.2 |
| 3093 | 2026-06-04T08:14:06.397Z | Compiling typify-impl v0.4.3 |
| 3094 | 2026-06-04T08:14:06.940Z | Compiling fxhash v0.2.1 |
| 3095 | 2026-06-04T08:14:07.099Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3096 | 2026-06-04T08:14:07.383Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3097 | 2026-06-04T08:14:07.867Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3098 | 2026-06-04T08:14:07.986Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 3099 | 2026-06-04T08:14:09.183Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3100 | 2026-06-04T08:14:09.452Z | Compiling tiny-keccak v2.0.2 |
| 3101 | 2026-06-04T08:14:09.767Z | Compiling proc-macro-error2 v2.0.1 |
| 3102 | 2026-06-04T08:14:09.792Z | Compiling typify-macro v0.4.3 |
| 3103 | 2026-06-04T08:14:09.845Z | Compiling sled v0.34.7 |
| 3104 | 2026-06-04T08:14:10.162Z | Compiling arc-swap v1.9.1 |
| 3105 | 2026-06-04T08:14:10.519Z | Compiling slog-scope v4.4.1 |
| 3106 | 2026-06-04T08:14:11.182Z | Compiling tabled_derive v0.11.0 |
| 3107 | 2026-06-04T08:14:11.927Z | Compiling papergrid v0.17.0 |
| 3108 | 2026-06-04T08:14:12.279Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3109 | 2026-06-04T08:14:12.316Z | Compiling testing_table v0.3.0 |
| 3110 | 2026-06-04T08:14:12.745Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3111 | 2026-06-04T08:14:13.049Z | Compiling internet-checksum v0.2.1 |
| 3112 | 2026-06-04T08:14:13.211Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3113 | 2026-06-04T08:14:13.759Z | Compiling tabled v0.20.0 |
| 3114 | 2026-06-04T08:14:13.852Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 3115 | 2026-06-04T08:14:13.982Z | Compiling const-random-macro v0.1.16 |
| 3116 | 2026-06-04T08:14:14.426Z | Compiling slog-stdlog v4.1.1 |
| 3117 | 2026-06-04T08:14:14.872Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3118 | 2026-06-04T08:14:15.581Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3119 | 2026-06-04T08:14:16.159Z | Compiling smartstring v1.0.1 |
| 3120 | 2026-06-04T08:14:16.481Z | Compiling ahash v0.8.12 |
| 3121 | 2026-06-04T08:14:17.393Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 3122 | 2026-06-04T08:14:17.470Z | Compiling slog-envlogger v2.2.0 |
| 3123 | 2026-06-04T08:14:18.636Z | Compiling const-random v0.1.18 |
| 3124 | 2026-06-04T08:14:18.728Z | Compiling typify v0.4.3 |
| 3125 | 2026-06-04T08:14:18.839Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3126 | 2026-06-04T08:14:21.646Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3127 | 2026-06-04T08:14:23.331Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 3128 | 2026-06-04T08:14:23.558Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 3129 | 2026-06-04T08:14:24.013Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3130 | 2026-06-04T08:14:24.320Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 3131 | 2026-06-04T08:14:25.456Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 3132 | 2026-06-04T08:14:25.791Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 3133 | 2026-06-04T08:14:26.167Z | Compiling crc8 v0.1.1 |
| 3134 | 2026-06-04T08:14:26.297Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 3135 | 2026-06-04T08:14:26.699Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3136 | 2026-06-04T08:14:27.058Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 3137 | 2026-06-04T08:14:27.783Z | Compiling progenitor-impl v0.10.0 |
| 3138 | 2026-06-04T08:14:28.477Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 3139 | 2026-06-04T08:14:28.787Z | Compiling lzma-sys v0.1.20 |
| 3140 | 2026-06-04T08:14:29.189Z | Compiling thin-vec v0.2.18 |
| 3141 | 2026-06-04T08:14:29.250Z | Compiling rhai_codegen v3.1.0 |
| 3142 | 2026-06-04T08:14:29.548Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 3143 | 2026-06-04T08:14:29.854Z | Compiling fs-err v3.3.0 |
| 3144 | 2026-06-04T08:14:30.116Z | Compiling utf-8 v0.7.6 |
| 3145 | 2026-06-04T08:14:30.145Z | Compiling typeid v1.0.3 |
| 3146 | 2026-06-04T08:14:30.340Z | Compiling tungstenite v0.21.0 |
| 3147 | 2026-06-04T08:14:30.492Z | Compiling rhai v1.24.0 |
| 3148 | 2026-06-04T08:14:31.555Z | Compiling progenitor-macro v0.10.0 |
| 3149 | 2026-06-04T08:14:35.812Z | Compiling cargo_toml v0.22.3 |
| 3150 | 2026-06-04T08:14:37.185Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3151 | 2026-06-04T08:14:38.110Z | Compiling sha2 v0.10.9 |
| 3152 | 2026-06-04T08:14:38.828Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3153 | 2026-06-04T08:14:39.410Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3154 | 2026-06-04T08:14:39.934Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 3155 | 2026-06-04T08:14:40.873Z | Compiling progenitor v0.10.0 |
| 3156 | 2026-06-04T08:14:41.171Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 3157 | 2026-06-04T08:14:43.412Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 3158 | 2026-06-04T08:14:43.850Z | Compiling tokio-tungstenite v0.21.0 |
| 3159 | 2026-06-04T08:14:44.556Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 3160 | 2026-06-04T08:14:44.676Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3161 | 2026-06-04T08:14:44.865Z | Compiling console v0.16.3 |
| 3162 | 2026-06-04T08:14:45.404Z | Compiling git-stub v1.0.0 |
| 3163 | 2026-06-04T08:14:45.839Z | Compiling unit-prefix v0.5.2 |
| 3164 | 2026-06-04T08:14:45.887Z | Compiling is_ci v1.2.0 |
| 3165 | 2026-06-04T08:14:46.017Z | Compiling base64 v0.21.7 |
| 3166 | 2026-06-04T08:14:46.077Z | Compiling supports-color v3.0.2 |
| 3167 | 2026-06-04T08:14:46.132Z | Compiling indicatif v0.18.4 |
| 3168 | 2026-06-04T08:14:46.332Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3169 | 2026-06-04T08:14:46.979Z | Compiling git-stub-vcs v0.1.0 |
| 3170 | 2026-06-04T08:14:47.725Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3171 | 2026-06-04T08:14:47.970Z | Compiling ron v0.12.1 |
| 3172 | 2026-06-04T08:14:48.885Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 3173 | 2026-06-04T08:14:49.275Z | Compiling xz2 v0.1.7 |
| 3174 | 2026-06-04T08:14:49.629Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 3175 | 2026-06-04T08:14:50.283Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 3176 | 2026-06-04T08:14:50.735Z | Compiling drift v0.2.0 |
| 3177 | 2026-06-04T08:14:51.753Z | Compiling base16ct v1.0.0 |
| 3178 | 2026-06-04T08:14:52.853Z | Compiling dropshot-api-manager v0.7.2 |
| 3179 | 2026-06-04T08:14:56.567Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 3180 | 2026-06-04T08:14:59.420Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 3181 | 2026-06-04T08:15:00.624Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 3182 | 2026-06-04T08:15:01.958Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 3183 | 2026-06-04T08:15:03.229Z | Compiling natord v1.0.9 |
| 3184 | 2026-06-04T08:15:03.531Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 3185 | 2026-06-04T08:15:03.627Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 3186 | 2026-06-04T08:15:08.649Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 3187 | 2026-06-04T08:15:09.558Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 3188 | 2026-06-04T08:15:14.906Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 3189 | 2026-06-04T08:15:16.276Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 3190 | 2026-06-04T08:15:16.920Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 3191 | 2026-06-04T08:15:17.313Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 3192 | 2026-06-04T08:15:17.917Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 3193 | 2026-06-04T08:15:22.664Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 3194 | 2026-06-04T08:15:45.911Z | Finished `release` profile [optimized] target(s) in 4m 21s |
| 3195 | 2026-06-04T08:15:46.092Z | |
| 3196 | 2026-06-04T08:15:46.092Z | real 4:21.443044774 |
| 3197 | 2026-06-04T08:15:46.092Z | user 29:46.695986285 |
| 3198 | 2026-06-04T08:15:46.093Z | sys 2:48.113482366 |
| 3199 | 2026-06-04T08:15:46.093Z | trap 0.739221506 |
| 3200 | 2026-06-04T08:15:46.093Z | tflt 1.285183716 |
| 3201 | 2026-06-04T08:15:46.093Z | dflt 1.532211246 |
| 3202 | 2026-06-04T08:15:46.096Z | kflt 0.000098703 |
| 3203 | 2026-06-04T08:15:46.096Z | lock 1:59:52.992439557 |
| 3204 | 2026-06-04T08:15:46.096Z | slp 1:26:15.755053966 |
| 3205 | 2026-06-04T08:15:46.096Z | lat 2:23.913082957 |
| 3206 | 2026-06-04T08:15:46.096Z | stop 3:53.131595328 |
| 3207 | 2026-06-04T08:15:46.096Z | + for x in debug release |
| 3208 | 2026-06-04T08:15:46.096Z | + mkdir -p /work/debug |
| 3209 | 2026-06-04T08:15:46.099Z | + cp target/debug/ddmd /work/debug/ddmd |
| 3210 | 2026-06-04T08:15:46.608Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 3211 | 2026-06-04T08:15:46.936Z | + cp target/debug/mgd /work/debug/mgd |
| 3212 | 2026-06-04T08:15:47.600Z | + cp target/debug/mgadm /work/debug/mgadm |
| 3213 | 2026-06-04T08:15:48.076Z | + for x in debug release |
| 3214 | 2026-06-04T08:15:48.076Z | + mkdir -p /work/release |
| 3215 | 2026-06-04T08:15:48.080Z | + cp target/release/ddmd /work/release/ddmd |
| 3216 | 2026-06-04T08:15:48.171Z | + cp target/release/ddmadm /work/release/ddmadm |
| 3217 | 2026-06-04T08:15:48.250Z | + cp target/release/mgd /work/release/mgd |
| 3218 | 2026-06-04T08:15:48.309Z | + cp target/release/mgadm /work/release/mgadm |
| 3219 | 2026-06-04T08:15:48.402Z | + cp target/release/falcon-lab /work/release/falcon-lab |
| 3220 | 2026-06-04T08:15:48.520Z | process exited: duration 788989 ms, exit code 0 |
| |
| 3221 | 2026-06-04T08:15:48.535Z | found 9 output files |
| 3222 | 2026-06-04T08:15:48.535Z | uploading: /work/debug/ddmadm (521329664 bytes) |
| 3223 | 2026-06-04T08:15:58.815Z | uploaded: /work/debug/ddmadm |
| 3224 | 2026-06-04T08:15:58.815Z | uploading: /work/debug/ddmd (596007360 bytes) |
| 3225 | 2026-06-04T08:16:12.457Z | uploaded: /work/debug/ddmd |
| 3226 | 2026-06-04T08:16:12.467Z | uploading: /work/debug/mgadm (611868304 bytes) |
| 3227 | 2026-06-04T08:16:26.152Z | uploaded: /work/debug/mgadm |
| 3228 | 2026-06-04T08:16:26.161Z | uploading: /work/debug/mgd (684929232 bytes) |
| 3229 | 2026-06-04T08:16:39.138Z | uploaded: /work/debug/mgd |
| 3230 | 2026-06-04T08:16:39.138Z | uploading: /work/release/ddmadm (49335456 bytes) |
| 3231 | 2026-06-04T08:16:40.582Z | uploaded: /work/release/ddmadm |
| 3232 | 2026-06-04T08:16:40.582Z | uploading: /work/release/ddmd (55447720 bytes) |
| 3233 | 2026-06-04T08:16:42.199Z | uploaded: /work/release/ddmd |
| 3234 | 2026-06-04T08:16:42.199Z | uploading: /work/release/falcon-lab (72384128 bytes) |
| 3235 | 2026-06-04T08:16:43.967Z | uploaded: /work/release/falcon-lab |
| 3236 | 2026-06-04T08:16:43.977Z | uploading: /work/release/mgadm (57150304 bytes) |
| 3237 | 2026-06-04T08:16:45.562Z | uploaded: /work/release/mgadm |
| 3238 | 2026-06-04T08:16:45.562Z | uploading: /work/release/mgd (73188920 bytes) |
| 3239 | 2026-06-04T08:16:48.830Z | uploaded: /work/release/mgd |