|
|
|
| 1 | 2026-06-17T16:00:26.098Z | job assigned to worker 01KVB4YN1QHNPDZ319WVT68385 [factory aws, i-0dae2a6406790d38d] (queued for 46 s) |
| |
| 2 | 2026-06-17T16:00:32.898Z | starting task 0: "setup" |
| 3 | 2026-06-17T16:00:32.903Z | ++ uname -s |
| 4 | 2026-06-17T16:00:32.906Z | + kern=SunOS |
| 5 | 2026-06-17T16:00:32.906Z | + build_user=build |
| 6 | 2026-06-17T16:00:32.906Z | + build_uid=12345 |
| 7 | 2026-06-17T16:00:32.906Z | + work_dir=/work |
| 8 | 2026-06-17T16:00:32.906Z | + input_dir=/input |
| 9 | 2026-06-17T16:00:32.906Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-17T16:00:32.906Z | + case "$kern" in |
| 11 | 2026-06-17T16:00:32.906Z | + groupadd -g 12345 build |
| 12 | 2026-06-17T16:00:32.909Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-17T16:00:34.912Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-17T16:00:35.014Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-17T16:00:35.016Z | + home_fs=zfs |
| 16 | 2026-06-17T16:00:35.016Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-17T16:00:35.016Z | + mkdir -p /home/build |
| 18 | 2026-06-17T16:00:35.016Z | + chown build:build /home/build /work |
| 19 | 2026-06-17T16:00:37.018Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-17T16:00:37.021Z | process exited: duration 4120 ms, exit code 0 |
| |
| 21 | 2026-06-17T16:00:37.027Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-17T16:00:37.030Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-17T16:00:37.030Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-17T16:00:37.030Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-17T16:00:37.030Z | * rust toolchain profile = "default" |
| 26 | 2026-06-17T16:00:37.033Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-17T16:00:37.033Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-17T16:00:37.033Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-17T16:00:37.033Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-17T16:00:37.151Z | info: downloading installer |
| 31 | 2026-06-17T16:00:38.577Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-17T16:00:38.577Z | warn: /opt/ooce/bin |
| 33 | 2026-06-17T16:00:38.577Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-17T16:00:38.577Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-17T16:00:38.577Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-17T16:00:38.577Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-17T16:00:38.578Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-17T16:00:38.578Z | error: cannot install while Rust is installed |
| 39 | 2026-06-17T16:00:38.578Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-17T16:00:38.578Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-17T16:00:38.578Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-17T16:00:38.578Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-17T16:00:38.578Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-17T16:00:38.591Z | info: profile set to default |
| 45 | 2026-06-17T16:00:38.591Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-17T16:00:38.597Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-17T16:00:38.728Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-17T16:00:38.731Z | info: downloading 6 components |
| 49 | 2026-06-17T16:00:53.986Z | |
| 50 | 2026-06-17T16:00:53.986Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 51 | 2026-06-17T16:00:54.019Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-17T16:00:54.019Z | |
| 53 | 2026-06-17T16:00:54.019Z | |
| 54 | 2026-06-17T16:00:54.019Z | Rust is installed now. Great! |
| 55 | 2026-06-17T16:00:54.020Z | |
| 56 | 2026-06-17T16:00:54.022Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-17T16:00:54.022Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-17T16:00:54.022Z | |
| 59 | 2026-06-17T16:00:54.023Z | To configure your current shell, you need to source |
| 60 | 2026-06-17T16:00:54.023Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-17T16:00:54.023Z | |
| 62 | 2026-06-17T16:00:54.023Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-17T16:00:54.023Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-17T16:00:54.023Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-17T16:00:54.023Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-17T16:00:54.023Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-17T16:00:54.023Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-17T16:00:54.023Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-17T16:00:54.023Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-17T16:00:54.023Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-17T16:00:54.107Z | + rustup --version |
| 72 | 2026-06-17T16:00:54.115Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-17T16:00:54.121Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-17T16:00:54.136Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-17T16:00:54.140Z | + cargo --version |
| 76 | 2026-06-17T16:00:54.153Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-17T16:00:54.156Z | + rustc --version |
| 78 | 2026-06-17T16:00:54.175Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-17T16:00:54.179Z | process exited: duration 17149 ms, exit code 0 |
| |
| 80 | 2026-06-17T16:00:54.186Z | starting task 2: "authentication" |
| 81 | 2026-06-17T16:00:54.200Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-06-17T16:00:54.210Z | starting task 3: "clone repository" |
| 83 | 2026-06-17T16:00:54.214Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-06-17T16:00:54.218Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-06-17T16:00:54.243Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-06-17T16:00:55.715Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-06-17T16:00:55.715Z | + git fetch origin 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 |
| 88 | 2026-06-17T16:00:55.980Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-06-17T16:00:55.980Z | * branch 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 -> FETCH_HEAD |
| 90 | 2026-06-17T16:00:55.983Z | + [[ -n trey/md5-auth-key ]] |
| 91 | 2026-06-17T16:00:55.986Z | ++ git branch --show-current |
| 92 | 2026-06-17T16:00:55.986Z | + current=main |
| 93 | 2026-06-17T16:00:55.986Z | + [[ main != trey/md5-auth-key ]] |
| 94 | 2026-06-17T16:00:55.986Z | + git branch -f trey/md5-auth-key 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 |
| 95 | 2026-06-17T16:00:55.989Z | + git checkout -f trey/md5-auth-key |
| 96 | 2026-06-17T16:00:56.006Z | Switched to branch 'trey/md5-auth-key' |
| 97 | 2026-06-17T16:00:56.010Z | + git reset --hard 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 |
| 98 | 2026-06-17T16:00:56.024Z | HEAD is now at 2b5cf1e fmt: yank trailing newline |
| 99 | 2026-06-17T16:00:56.026Z | process exited: duration 1815 ms, exit code 0 |
| |
| 100 | 2026-06-17T16:00:56.032Z | starting task 4: "build" |
| 101 | 2026-06-17T16:00:56.035Z | + pfexec pkg install clang-15 |
| 102 | 2026-06-17T16:01:04.448Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 103 | 2026-06-17T16:01:12.166Z | Startup: Caching catalogs ... Done |
| 104 | 2026-06-17T16:01:19.556Z | Planning: Solver setup ... Done |
| 105 | 2026-06-17T16:01:19.598Z | Planning: Running solver ... Done |
| 106 | 2026-06-17T16:01:19.741Z | Planning: Finding local manifests ... Done |
| 107 | 2026-06-17T16:01:19.752Z | Planning: Fetching manifests: 0/2 0% complete |
| 108 | 2026-06-17T16:01:19.836Z | Planning: Fetching manifests: 2/2 100% complete |
| 109 | 2026-06-17T16:01:19.866Z | Planning: Package planning ... Done |
| 110 | 2026-06-17T16:01:19.891Z | Planning: Merging actions ... Done |
| 111 | 2026-06-17T16:01:19.999Z | Planning: Checking for conflicting actions ... Done |
| 112 | 2026-06-17T16:01:20.006Z | Planning: Consolidating action changes ... Done |
| 113 | 2026-06-17T16:01:20.773Z | Planning: Evaluating mediators ... Done |
| 114 | 2026-06-17T16:01:20.779Z | Planning: Planning completed in 8.45 seconds |
| 115 | 2026-06-17T16:01:20.790Z | Packages to install: 2 |
| 116 | 2026-06-17T16:01:20.790Z | Mediators to change: 2 |
| 117 | 2026-06-17T16:01:20.790Z | Services to change: 1 |
| 118 | 2026-06-17T16:01:20.790Z | Create boot environment: No |
| 119 | 2026-06-17T16:01:20.790Z | Create backup boot environment: No |
| 120 | 2026-06-17T16:01:20.832Z | |
| 121 | 2026-06-17T16:01:20.832Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 122 | 2026-06-17T16:01:25.836Z | Download: 1408/3076 items 114.3/211.3MB 54% complete (23.4M/s) |
| 123 | 2026-06-17T16:01:30.836Z | Download: 2046/3076 items 118.3/211.3MB 56% complete (11.9M/s) |
| 124 | 2026-06-17T16:01:36.910Z | Download: 3032/3076 items 201.4/211.3MB 95% complete (9.0M/s) |
| 125 | 2026-06-17T16:01:43.350Z | Download: 3070/3076 items 209.5/211.3MB 99% complete (9.8M/s) |
| 126 | 2026-06-17T16:02:02.423Z | Download: 3071/3076 items 210.9/211.3MB 99% complete |
| 127 | 2026-06-17T16:02:07.381Z | Download: Completed 211.31 MB in 46.55 seconds (4.5M/s) |
| 128 | 2026-06-17T16:02:07.503Z | Actions: 1/3418 actions (Installing new actions) |
| 129 | 2026-06-17T16:02:10.648Z | Actions: Completed 3418 actions in 3.15 seconds. |
| 130 | 2026-06-17T16:02:11.296Z | Done |
| 131 | 2026-06-17T16:02:11.296Z | Done |
| 132 | 2026-06-17T16:02:12.035Z | Done |
| 133 | 2026-06-17T16:02:15.407Z | Done |
| 134 | 2026-06-17T16:02:15.479Z | Done |
| 135 | 2026-06-17T16:02:15.481Z | Done |
| 136 | 2026-06-17T16:02:15.778Z | Done |
| 137 | 2026-06-17T16:02:16.452Z | + cargo --version |
| 138 | 2026-06-17T16:02:16.459Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 139 | 2026-06-17T16:02:16.607Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 140 | 2026-06-17T16:02:16.611Z | info: downloading 6 components |
| 141 | 2026-06-17T16:02:31.468Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 142 | 2026-06-17T16:02:31.472Z | + rustc --version |
| 143 | 2026-06-17T16:02:31.496Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 144 | 2026-06-17T16:02:31.500Z | + banner check |
| 145 | 2026-06-17T16:02:31.502Z | |
| 146 | 2026-06-17T16:02:31.502Z | #### # # ###### #### # # |
| 147 | 2026-06-17T16:02:31.502Z | # # # # # # # # # |
| 148 | 2026-06-17T16:02:31.503Z | # ###### ##### # #### |
| 149 | 2026-06-17T16:02:31.503Z | # # # # # # # |
| 150 | 2026-06-17T16:02:31.503Z | # # # # # # # # # |
| 151 | 2026-06-17T16:02:31.503Z | #### # # ###### #### # # |
| 152 | 2026-06-17T16:02:31.503Z | |
| 153 | 2026-06-17T16:02:31.503Z | + cargo fmt -- --check |
| 154 | 2026-06-17T16:02:31.899Z | + cargo clippy --all-targets -- --deny warnings |
| 155 | 2026-06-17T16:02:32.009Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 156 | 2026-06-17T16:02:32.955Z | From https://github.com/oxidecomputer/falcon |
| 157 | 2026-06-17T16:02:32.955Z | * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3 |
| 158 | 2026-06-17T16:02:33.033Z | Updating crates.io index |
| 159 | 2026-06-17T16:02:33.036Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 160 | 2026-06-17T16:02:33.729Z | From https://github.com/oxidecomputer/dendrite |
| 161 | 2026-06-17T16:02:33.729Z | * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58 |
| 162 | 2026-06-17T16:02:33.873Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 163 | 2026-06-17T16:02:34.179Z | From https://github.com/oxidecomputer/ispf |
| 164 | 2026-06-17T16:02:34.179Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 165 | 2026-06-17T16:02:34.185Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 166 | 2026-06-17T16:02:35.610Z | From https://github.com/oxidecomputer/netadm-sys |
| 167 | 2026-06-17T16:02:35.610Z | * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43 |
| 168 | 2026-06-17T16:02:35.618Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 169 | 2026-06-17T16:02:44.073Z | From https://github.com/oxidecomputer/omicron |
| 170 | 2026-06-17T16:02:44.073Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 171 | 2026-06-17T16:02:44.490Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 172 | 2026-06-17T16:02:45.467Z | From https://github.com/oxidecomputer/opte |
| 173 | 2026-06-17T16:02:45.467Z | * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 |
| 174 | 2026-06-17T16:02:45.497Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 175 | 2026-06-17T16:02:45.802Z | From https://github.com/illumos/smf-rs |
| 176 | 2026-06-17T16:02:45.802Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 177 | 2026-06-17T16:02:46.041Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 178 | 2026-06-17T16:02:46.358Z | From https://github.com/oxidecomputer/network-interface |
| 179 | 2026-06-17T16:02:46.358Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 180 | 2026-06-17T16:02:46.474Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 181 | 2026-06-17T16:02:46.787Z | From https://github.com/oxidecomputer/zone |
| 182 | 2026-06-17T16:02:46.787Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 183 | 2026-06-17T16:02:46.876Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 184 | 2026-06-17T16:02:47.721Z | From https://github.com/oxidecomputer/propolis |
| 185 | 2026-06-17T16:02:47.721Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 186 | 2026-06-17T16:02:47.923Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 187 | 2026-06-17T16:02:48.515Z | From https://github.com/oxidecomputer/transceiver-control |
| 188 | 2026-06-17T16:02:48.515Z | * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac |
| 189 | 2026-06-17T16:02:48.525Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 190 | 2026-06-17T16:02:48.839Z | From https://github.com/oxidecomputer/dlpi-sys |
| 191 | 2026-06-17T16:02:48.839Z | * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664 |
| 192 | 2026-06-17T16:02:48.853Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 193 | 2026-06-17T16:02:49.194Z | From https://github.com/jmesmon/rust-libzfs |
| 194 | 2026-06-17T16:02:49.194Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 195 | 2026-06-17T16:02:49.203Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 196 | 2026-06-17T16:02:49.546Z | From https://github.com/oxidecomputer/rusty-doors |
| 197 | 2026-06-17T16:02:49.546Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 198 | 2026-06-17T16:02:49.621Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 199 | 2026-06-17T16:02:49.991Z | From https://github.com/oxidecomputer/lldp |
| 200 | 2026-06-17T16:02:49.991Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 201 | 2026-06-17T16:02:50.002Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 202 | 2026-06-17T16:02:50.300Z | From https://github.com/oxidecomputer/slog-error-chain |
| 203 | 2026-06-17T16:02:50.300Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 204 | 2026-06-17T16:02:50.363Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 205 | 2026-06-17T16:02:50.690Z | From https://github.com/oxidecomputer/tufaceous |
| 206 | 2026-06-17T16:02:50.690Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 207 | 2026-06-17T16:02:50.726Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 208 | 2026-06-17T16:02:51.610Z | From https://github.com/oxidecomputer/management-gateway-service |
| 209 | 2026-06-17T16:02:51.610Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 210 | 2026-06-17T16:02:51.754Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 211 | 2026-06-17T16:02:52.767Z | From https://github.com/oxidecomputer/crucible |
| 212 | 2026-06-17T16:02:52.767Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 213 | 2026-06-17T16:02:53.944Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 214 | 2026-06-17T16:02:54.421Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 215 | 2026-06-17T16:02:54.421Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 216 | 2026-06-17T16:02:54.459Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 217 | 2026-06-17T16:02:54.899Z | From https://github.com/oxidecomputer/propolis |
| 218 | 2026-06-17T16:02:54.899Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 219 | 2026-06-17T16:02:55.180Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 220 | 2026-06-17T16:02:55.901Z | From https://github.com/oxidecomputer/crucible |
| 221 | 2026-06-17T16:02:55.901Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 222 | 2026-06-17T16:02:56.167Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 223 | 2026-06-17T16:02:56.554Z | From https://github.com/oxidecomputer/tofino |
| 224 | 2026-06-17T16:02:56.554Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 225 | 2026-06-17T16:02:56.575Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 226 | 2026-06-17T16:02:57.346Z | From https://github.com/oxidecomputer/maghemite |
| 227 | 2026-06-17T16:02:57.346Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 228 | 2026-06-17T16:02:57.395Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-17T16:02:57.670Z | From https://github.com/oxidecomputer/clickward |
| 230 | 2026-06-17T16:02:57.670Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 231 | 2026-06-17T16:02:57.813Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 232 | 2026-06-17T16:02:58.115Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 233 | 2026-06-17T16:02:58.115Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 234 | 2026-06-17T16:02:59.209Z | Downloading crates ... |
| 235 | 2026-06-17T16:02:59.279Z | Downloaded aead v0.5.2 |
| 236 | 2026-06-17T16:02:59.283Z | Downloaded async-stream-impl v0.3.6 |
| 237 | 2026-06-17T16:02:59.292Z | Downloaded cookie v0.18.1 |
| 238 | 2026-06-17T16:02:59.296Z | Downloaded anyhow v1.0.102 |
| 239 | 2026-06-17T16:02:59.301Z | Downloaded debug-ignore v1.0.5 |
| 240 | 2026-06-17T16:02:59.303Z | Downloaded dunce v1.0.5 |
| 241 | 2026-06-17T16:02:59.303Z | Downloaded darling_macro v0.21.3 |
| 242 | 2026-06-17T16:02:59.306Z | Downloaded adler2 v2.0.1 |
| 243 | 2026-06-17T16:02:59.306Z | Downloaded compression-core v0.4.32 |
| 244 | 2026-06-17T16:02:59.313Z | Downloaded futures-macro v0.3.32 |
| 245 | 2026-06-17T16:02:59.316Z | Downloaded errno v0.3.14 |
| 246 | 2026-06-17T16:02:59.316Z | Downloaded anstyle-query v1.1.5 |
| 247 | 2026-06-17T16:02:59.318Z | Downloaded base16ct v1.0.0 |
| 248 | 2026-06-17T16:02:59.321Z | Downloaded hex v0.4.3 |
| 249 | 2026-06-17T16:02:59.323Z | Downloaded ff v0.13.1 |
| 250 | 2026-06-17T16:02:59.326Z | Downloaded displaydoc v0.2.6 |
| 251 | 2026-06-17T16:02:59.329Z | Downloaded anstyle v1.0.14 |
| 252 | 2026-06-17T16:02:59.332Z | Downloaded futures-executor v0.3.32 |
| 253 | 2026-06-17T16:02:59.332Z | Downloaded darling_core v0.23.0 |
| 254 | 2026-06-17T16:02:59.336Z | Downloaded chacha20poly1305 v0.10.1 |
| 255 | 2026-06-17T16:02:59.339Z | Downloaded anstyle-parse v1.0.0 |
| 256 | 2026-06-17T16:02:59.342Z | Downloaded foreign-types-macros v0.2.3 |
| 257 | 2026-06-17T16:02:59.345Z | Downloaded atomic-waker v1.1.2 |
| 258 | 2026-06-17T16:02:59.347Z | Downloaded getrandom v0.4.2 |
| 259 | 2026-06-17T16:02:59.352Z | Downloaded elliptic-curve v0.13.8 |
| 260 | 2026-06-17T16:02:59.355Z | Downloaded dyn-clone v1.0.20 |
| 261 | 2026-06-17T16:02:59.355Z | Downloaded bytecount v0.6.9 |
| 262 | 2026-06-17T16:02:59.358Z | Downloaded async-recursion v1.1.1 |
| 263 | 2026-06-17T16:02:59.361Z | Downloaded base16ct v0.2.0 |
| 264 | 2026-06-17T16:02:59.364Z | Downloaded anstream v1.0.0 |
| 265 | 2026-06-17T16:02:59.366Z | Downloaded embedded-io v0.6.1 |
| 266 | 2026-06-17T16:02:59.369Z | Downloaded hostname v0.3.1 |
| 267 | 2026-06-17T16:02:59.372Z | Downloaded defmt v1.1.0 |
| 268 | 2026-06-17T16:02:59.375Z | Downloaded derive_more v0.99.20 |
| 269 | 2026-06-17T16:02:59.379Z | Downloaded float-ord v0.3.2 |
| 270 | 2026-06-17T16:02:59.382Z | Downloaded fixedbitset v0.4.2 |
| 271 | 2026-06-17T16:02:59.385Z | Downloaded fnv v1.0.7 |
| 272 | 2026-06-17T16:02:59.388Z | Downloaded foreign-types-shared v0.1.1 |
| 273 | 2026-06-17T16:02:59.388Z | Downloaded cfg_aliases v0.2.1 |
| 274 | 2026-06-17T16:02:59.391Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 275 | 2026-06-17T16:02:59.391Z | Downloaded hostname v0.4.2 |
| 276 | 2026-06-17T16:02:59.394Z | Downloaded generic-array v0.14.7 |
| 277 | 2026-06-17T16:02:59.397Z | Downloaded dtrace-parser v0.3.0 |
| 278 | 2026-06-17T16:02:59.399Z | Downloaded futures v0.3.32 |
| 279 | 2026-06-17T16:02:59.402Z | Downloaded fxhash v0.2.1 |
| 280 | 2026-06-17T16:02:59.405Z | Downloaded futures-io v0.3.32 |
| 281 | 2026-06-17T16:02:59.407Z | Downloaded clap_lex v1.1.0 |
| 282 | 2026-06-17T16:02:59.407Z | Downloaded git-stub v1.0.0 |
| 283 | 2026-06-17T16:02:59.410Z | Downloaded darling_macro v0.23.0 |
| 284 | 2026-06-17T16:02:59.413Z | Downloaded bit-set v0.8.0 |
| 285 | 2026-06-17T16:02:59.413Z | Downloaded form_urlencoded v1.2.2 |
| 286 | 2026-06-17T16:02:59.416Z | Downloaded hash32 v0.3.1 |
| 287 | 2026-06-17T16:02:59.420Z | Downloaded cobs v0.3.0 |
| 288 | 2026-06-17T16:02:59.422Z | Downloaded ciborium-io v0.2.2 |
| 289 | 2026-06-17T16:02:59.423Z | Downloaded foreign-types-shared v0.3.1 |
| 290 | 2026-06-17T16:02:59.423Z | Downloaded hubpack v0.1.2 |
| 291 | 2026-06-17T16:02:59.425Z | Downloaded crypto-common v0.1.7 |
| 292 | 2026-06-17T16:02:59.425Z | Downloaded idna_adapter v1.2.2 |
| 293 | 2026-06-17T16:02:59.429Z | Downloaded cstr-argument v0.1.2 |
| 294 | 2026-06-17T16:02:59.432Z | Downloaded crunchy v0.2.4 |
| 295 | 2026-06-17T16:02:59.432Z | Downloaded cpufeatures v0.3.0 |
| 296 | 2026-06-17T16:02:59.435Z | Downloaded hubpack_derive v0.1.1 |
| 297 | 2026-06-17T16:02:59.435Z | Downloaded heck v0.5.0 |
| 298 | 2026-06-17T16:02:59.438Z | Downloaded cancel-safe-futures v0.1.5 |
| 299 | 2026-06-17T16:02:59.441Z | Downloaded indent_write v2.2.0 |
| 300 | 2026-06-17T16:02:59.444Z | Downloaded futures-sink v0.3.32 |
| 301 | 2026-06-17T16:02:59.444Z | Downloaded http-body v1.0.1 |
| 302 | 2026-06-17T16:02:59.447Z | Downloaded crucible-workspace-hack v0.1.0 |
| 303 | 2026-06-17T16:02:59.447Z | Downloaded byte-wrapper v0.1.0 |
| 304 | 2026-06-17T16:02:59.450Z | Downloaded futures-task v0.3.32 |
| 305 | 2026-06-17T16:02:59.452Z | Downloaded heck v0.4.1 |
| 306 | 2026-06-17T16:02:59.455Z | Downloaded fs_extra v1.3.0 |
| 307 | 2026-06-17T16:02:59.455Z | Downloaded either v1.16.0 |
| 308 | 2026-06-17T16:02:59.458Z | Downloaded erased-serde v0.3.31 |
| 309 | 2026-06-17T16:02:59.460Z | Downloaded ident_case v1.0.1 |
| 310 | 2026-06-17T16:02:59.463Z | Downloaded instant v0.1.13 |
| 311 | 2026-06-17T16:02:59.463Z | Downloaded deranged v0.5.8 |
| 312 | 2026-06-17T16:02:59.465Z | Downloaded digest v0.10.7 |
| 313 | 2026-06-17T16:02:59.468Z | Downloaded is-terminal v0.4.17 |
| 314 | 2026-06-17T16:02:59.470Z | Downloaded lazy_static v1.5.0 |
| 315 | 2026-06-17T16:02:59.474Z | Downloaded arc-swap v1.9.1 |
| 316 | 2026-06-17T16:02:59.477Z | Downloaded linked-hash-map v0.5.6 |
| 317 | 2026-06-17T16:02:59.477Z | Downloaded derive-ex v0.1.8 |
| 318 | 2026-06-17T16:02:59.479Z | Downloaded chacha20 v0.9.1 |
| 319 | 2026-06-17T16:02:59.482Z | Downloaded crossbeam-deque v0.8.6 |
| 320 | 2026-06-17T16:02:59.485Z | Downloaded globset v0.4.18 |
| 321 | 2026-06-17T16:02:59.485Z | Downloaded find-msvc-tools v0.1.9 |
| 322 | 2026-06-17T16:02:59.488Z | Downloaded base64ct v1.8.3 |
| 323 | 2026-06-17T16:02:59.491Z | Downloaded fastrand v2.4.1 |
| 324 | 2026-06-17T16:02:59.493Z | Downloaded glob v0.3.3 |
| 325 | 2026-06-17T16:02:59.493Z | Downloaded fs-err v3.3.0 |
| 326 | 2026-06-17T16:02:59.496Z | Downloaded cpufeatures v0.2.17 |
| 327 | 2026-06-17T16:02:59.498Z | Downloaded foldhash v0.1.5 |
| 328 | 2026-06-17T16:02:59.501Z | Downloaded keccak v0.1.6 |
| 329 | 2026-06-17T16:02:59.503Z | Downloaded humantime v2.3.0 |
| 330 | 2026-06-17T16:02:59.503Z | Downloaded highway v1.3.0 |
| 331 | 2026-06-17T16:02:59.506Z | Downloaded darling v0.21.3 |
| 332 | 2026-06-17T16:02:59.509Z | Downloaded macaddr v1.0.1 |
| 333 | 2026-06-17T16:02:59.512Z | Downloaded const-random v0.1.18 |
| 334 | 2026-06-17T16:02:59.516Z | Downloaded memmap v0.7.0 |
| 335 | 2026-06-17T16:02:59.522Z | Downloaded daft-derive v0.1.7 |
| 336 | 2026-06-17T16:02:59.522Z | Downloaded match_cfg v0.1.0 |
| 337 | 2026-06-17T16:02:59.525Z | Downloaded managed v0.8.0 |
| 338 | 2026-06-17T16:02:59.525Z | Downloaded lru-slab v0.1.2 |
| 339 | 2026-06-17T16:02:59.525Z | Downloaded mime v0.3.17 |
| 340 | 2026-06-17T16:02:59.530Z | Downloaded no-std-compat v0.4.1 |
| 341 | 2026-06-17T16:02:59.530Z | Downloaded newtype-uuid-macros v0.1.0 |
| 342 | 2026-06-17T16:02:59.536Z | Downloaded http-body-util v0.1.3 |
| 343 | 2026-06-17T16:02:59.536Z | Downloaded internet-checksum v0.2.1 |
| 344 | 2026-06-17T16:02:59.536Z | Downloaded ipnet v2.12.0 |
| 345 | 2026-06-17T16:02:59.538Z | Downloaded libsw-core v0.3.2 |
| 346 | 2026-06-17T16:02:59.538Z | Downloaded ipnetwork v0.21.1 |
| 347 | 2026-06-17T16:02:59.541Z | Downloaded newline-converter v0.3.0 |
| 348 | 2026-06-17T16:02:59.541Z | Downloaded num_enum_derive v0.5.11 |
| 349 | 2026-06-17T16:02:59.544Z | Downloaded num-iter v0.1.45 |
| 350 | 2026-06-17T16:02:59.544Z | Downloaded olpc-cjson v0.1.4 |
| 351 | 2026-06-17T16:02:59.546Z | Downloaded num-conv v0.2.2 |
| 352 | 2026-06-17T16:02:59.546Z | Downloaded openssl-probe v0.2.1 |
| 353 | 2026-06-17T16:02:59.550Z | Downloaded num-derive v0.4.2 |
| 354 | 2026-06-17T16:02:59.553Z | Downloaded num v0.4.3 |
| 355 | 2026-06-17T16:02:59.553Z | Downloaded digest v0.11.3 |
| 356 | 2026-06-17T16:02:59.555Z | Downloaded group v0.13.0 |
| 357 | 2026-06-17T16:02:59.558Z | Downloaded opaque-debug v0.3.1 |
| 358 | 2026-06-17T16:02:59.558Z | Downloaded cargo_toml v0.22.3 |
| 359 | 2026-06-17T16:02:59.562Z | Downloaded console v0.16.3 |
| 360 | 2026-06-17T16:02:59.566Z | Downloaded cmake v0.1.58 |
| 361 | 2026-06-17T16:02:59.566Z | Downloaded argon2 v0.5.3 |
| 362 | 2026-06-17T16:02:59.566Z | Downloaded crossbeam-epoch v0.9.18 |
| 363 | 2026-06-17T16:02:59.569Z | Downloaded blake2 v0.10.6 |
| 364 | 2026-06-17T16:02:59.573Z | Downloaded hyper-rustls v0.27.9 |
| 365 | 2026-06-17T16:02:59.573Z | Downloaded git-stub-vcs v0.1.0 |
| 366 | 2026-06-17T16:02:59.576Z | Downloaded omicron-workspace-hack v0.1.0 |
| 367 | 2026-06-17T16:02:59.576Z | Downloaded crc32fast v1.5.0 |
| 368 | 2026-06-17T16:02:59.579Z | Downloaded parse-display v0.10.0 |
| 369 | 2026-06-17T16:02:59.579Z | Downloaded newtype-uuid v1.3.2 |
| 370 | 2026-06-17T16:02:59.582Z | Downloaded diff v0.1.13 |
| 371 | 2026-06-17T16:02:59.582Z | Downloaded ingot-macros v0.1.1 |
| 372 | 2026-06-17T16:02:59.585Z | Downloaded drift v0.2.0 |
| 373 | 2026-06-17T16:02:59.591Z | Downloaded linear-map v1.2.0 |
| 374 | 2026-06-17T16:02:59.593Z | Downloaded phf_shared v0.12.1 |
| 375 | 2026-06-17T16:02:59.596Z | Downloaded crossbeam-utils v0.8.21 |
| 376 | 2026-06-17T16:02:59.598Z | Downloaded async-compression v0.4.42 |
| 377 | 2026-06-17T16:02:59.601Z | Downloaded plain v0.2.3 |
| 378 | 2026-06-17T16:02:59.604Z | Downloaded darling v0.23.0 |
| 379 | 2026-06-17T16:02:59.609Z | Downloaded potential_utf v0.1.5 |
| 380 | 2026-06-17T16:02:59.612Z | Downloaded proc-macro-crate v3.5.0 |
| 381 | 2026-06-17T16:02:59.612Z | Downloaded hybrid-array v0.4.12 |
| 382 | 2026-06-17T16:02:59.612Z | Downloaded csv-core v0.1.13 |
| 383 | 2026-06-17T16:02:59.615Z | Downloaded iana-time-zone v0.1.65 |
| 384 | 2026-06-17T16:02:59.617Z | Downloaded progenitor-client v0.14.0 |
| 385 | 2026-06-17T16:02:59.620Z | Downloaded parking_lot_core v0.8.6 |
| 386 | 2026-06-17T16:02:59.620Z | Downloaded num_enum v0.5.11 |
| 387 | 2026-06-17T16:02:59.623Z | Downloaded getrandom v0.2.17 |
| 388 | 2026-06-17T16:02:59.626Z | Downloaded num_enum_derive v0.7.6 |
| 389 | 2026-06-17T16:02:59.629Z | Downloaded multer v3.1.0 |
| 390 | 2026-06-17T16:02:59.632Z | Downloaded num-rational v0.4.2 |
| 391 | 2026-06-17T16:02:59.632Z | Downloaded icu_properties v2.2.0 |
| 392 | 2026-06-17T16:02:59.635Z | Downloaded pretty-hex v0.4.2 |
| 393 | 2026-06-17T16:02:59.638Z | Downloaded ciborium v0.2.2 |
| 394 | 2026-06-17T16:02:59.638Z | Downloaded powerfmt v0.2.0 |
| 395 | 2026-06-17T16:02:59.641Z | Downloaded colored v3.1.1 |
| 396 | 2026-06-17T16:02:59.644Z | Downloaded const-oid v0.10.2 |
| 397 | 2026-06-17T16:02:59.647Z | Downloaded oxnet v0.1.6 |
| 398 | 2026-06-17T16:02:59.647Z | Downloaded chacha20 v0.10.0 |
| 399 | 2026-06-17T16:02:59.649Z | Downloaded half v2.7.1 |
| 400 | 2026-06-17T16:02:59.652Z | Downloaded progenitor-macro v0.14.0 |
| 401 | 2026-06-17T16:02:59.654Z | Downloaded hmac v0.12.1 |
| 402 | 2026-06-17T16:02:59.654Z | Downloaded progenitor-macro v0.10.0 |
| 403 | 2026-06-17T16:02:59.657Z | Downloaded proc-macro-error-attr v1.0.4 |
| 404 | 2026-06-17T16:02:59.657Z | Downloaded proc-macro-crate v1.3.1 |
| 405 | 2026-06-17T16:02:59.659Z | Downloaded progenitor-macro v0.13.0 |
| 406 | 2026-06-17T16:02:59.662Z | Downloaded progenitor-client v0.10.0 |
| 407 | 2026-06-17T16:02:59.662Z | Downloaded owo-colors v4.3.0 |
| 408 | 2026-06-17T16:02:59.665Z | Downloaded rand_xorshift v0.4.0 |
| 409 | 2026-06-17T16:02:59.665Z | Downloaded parse-display-derive v0.10.0 |
| 410 | 2026-06-17T16:02:59.669Z | Downloaded pem v3.0.6 |
| 411 | 2026-06-17T16:02:59.669Z | Downloaded paste v1.0.15 |
| 412 | 2026-06-17T16:02:59.671Z | Downloaded phf v0.12.1 |
| 413 | 2026-06-17T16:02:59.671Z | Downloaded password-hash v0.5.0 |
| 414 | 2026-06-17T16:02:59.674Z | Downloaded oxide-tokio-rt v0.1.6 |
| 415 | 2026-06-17T16:02:59.677Z | Downloaded rand_chacha v0.3.1 |
| 416 | 2026-06-17T16:02:59.677Z | Downloaded ref-cast v1.0.25 |
| 417 | 2026-06-17T16:02:59.679Z | Downloaded http v1.4.1 |
| 418 | 2026-06-17T16:02:59.682Z | Downloaded ref-cast-impl v1.0.25 |
| 419 | 2026-06-17T16:02:59.684Z | Downloaded pkg-config v0.3.33 |
| 420 | 2026-06-17T16:02:59.684Z | Downloaded icu_provider v2.2.0 |
| 421 | 2026-06-17T16:02:59.687Z | Downloaded proc-macro-error v1.0.4 |
| 422 | 2026-06-17T16:02:59.689Z | Downloaded progenitor v0.10.0 |
| 423 | 2026-06-17T16:02:59.691Z | Downloaded proc-macro-error2 v2.0.1 |
| 424 | 2026-06-17T16:02:59.695Z | Downloaded num-complex v0.4.6 |
| 425 | 2026-06-17T16:02:59.698Z | Downloaded pin-project-lite v0.2.17 |
| 426 | 2026-06-17T16:02:59.700Z | Downloaded pin-project-internal v1.1.13 |
| 427 | 2026-06-17T16:02:59.703Z | Downloaded same-file v1.0.6 |
| 428 | 2026-06-17T16:02:59.703Z | Downloaded memmap2 v0.9.10 |
| 429 | 2026-06-17T16:02:59.705Z | Downloaded poly1305 v0.8.0 |
| 430 | 2026-06-17T16:02:59.708Z | Downloaded once_cell v1.21.4 |
| 431 | 2026-06-17T16:02:59.710Z | Downloaded rustc_version v0.4.1 |
| 432 | 2026-06-17T16:02:59.710Z | Downloaded heapless v0.8.0 |
| 433 | 2026-06-17T16:02:59.713Z | Downloaded darling_core v0.21.3 |
| 434 | 2026-06-17T16:02:59.716Z | Downloaded ppv-lite86 v0.2.21 |
| 435 | 2026-06-17T16:02:59.718Z | Downloaded const_format v0.2.36 |
| 436 | 2026-06-17T16:02:59.721Z | Downloaded num-integer v0.1.46 |
| 437 | 2026-06-17T16:02:59.723Z | Downloaded num_enum v0.7.6 |
| 438 | 2026-06-17T16:02:59.726Z | Downloaded rustc_version v0.1.7 |
| 439 | 2026-06-17T16:02:59.730Z | Downloaded rustc-hash v2.1.2 |
| 440 | 2026-06-17T16:02:59.730Z | Downloaded parking_lot v0.12.5 |
| 441 | 2026-06-17T16:02:59.733Z | Downloaded progenitor-extras v0.2.0 |
| 442 | 2026-06-17T16:02:59.733Z | Downloaded bytes v1.11.1 |
| 443 | 2026-06-17T16:02:59.735Z | Downloaded scopeguard v1.2.0 |
| 444 | 2026-06-17T16:02:59.738Z | Downloaded progenitor v0.13.0 |
| 445 | 2026-06-17T16:02:59.738Z | Downloaded progenitor-client v0.13.0 |
| 446 | 2026-06-17T16:02:59.741Z | Downloaded parking_lot_core v0.9.12 |
| 447 | 2026-06-17T16:02:59.741Z | Downloaded indexmap v1.9.3 |
| 448 | 2026-06-17T16:02:59.745Z | Downloaded serde-big-array v0.5.1 |
| 449 | 2026-06-17T16:02:59.747Z | Downloaded progenitor v0.14.0 |
| 450 | 2026-06-17T16:02:59.747Z | Downloaded secrecy v0.10.3 |
| 451 | 2026-06-17T16:02:59.750Z | Downloaded rand_core v0.6.4 |
| 452 | 2026-06-17T16:02:59.750Z | Downloaded rand_chacha v0.9.0 |
| 453 | 2026-06-17T16:02:59.750Z | Downloaded clap v4.6.1 |
| 454 | 2026-06-17T16:02:59.756Z | Downloaded scroll_derive v0.13.1 |
| 455 | 2026-06-17T16:02:59.759Z | Downloaded scroll_derive v0.12.1 |
| 456 | 2026-06-17T16:02:59.759Z | Downloaded serde_repr v0.1.20 |
| 457 | 2026-06-17T16:02:59.763Z | Downloaded serde_plain v1.0.2 |
| 458 | 2026-06-17T16:02:59.763Z | Downloaded rand_core v0.10.1 |
| 459 | 2026-06-17T16:02:59.766Z | Downloaded pest_generator v2.8.6 |
| 460 | 2026-06-17T16:02:59.766Z | Downloaded resolv-conf v0.7.6 |
| 461 | 2026-06-17T16:02:59.768Z | Downloaded indicatif v0.18.4 |
| 462 | 2026-06-17T16:02:59.772Z | Downloaded postcard v1.1.3 |
| 463 | 2026-06-17T16:02:59.772Z | Downloaded icu_normalizer_data v2.2.0 |
| 464 | 2026-06-17T16:02:59.775Z | Downloaded pest_derive v2.8.6 |
| 465 | 2026-06-17T16:02:59.778Z | Downloaded parking_lot v0.11.2 |
| 466 | 2026-06-17T16:02:59.778Z | Downloaded sigpipe v0.1.3 |
| 467 | 2026-06-17T16:02:59.780Z | Downloaded semver v0.1.20 |
| 468 | 2026-06-17T16:02:59.780Z | Downloaded rustls-native-certs v0.8.4 |
| 469 | 2026-06-17T16:02:59.784Z | Downloaded icu_locale_core v2.2.0 |
| 470 | 2026-06-17T16:02:59.787Z | Downloaded siphasher v1.0.3 |
| 471 | 2026-06-17T16:02:59.787Z | Downloaded sha1 v0.11.0 |
| 472 | 2026-06-17T16:02:59.789Z | Downloaded sha1 v0.10.6 |
| 473 | 2026-06-17T16:02:59.791Z | Downloaded serial_test v3.5.0 |
| 474 | 2026-06-17T16:02:59.791Z | Downloaded serial_test_derive v3.5.0 |
| 475 | 2026-06-17T16:02:59.794Z | Downloaded serde_urlencoded v0.7.1 |
| 476 | 2026-06-17T16:02:59.794Z | Downloaded serde_spanned v1.1.1 |
| 477 | 2026-06-17T16:02:59.797Z | Downloaded log v0.4.32 |
| 478 | 2026-06-17T16:02:59.800Z | Downloaded hickory-resolver v0.24.4 |
| 479 | 2026-06-17T16:02:59.803Z | Downloaded crypto-bigint v0.5.5 |
| 480 | 2026-06-17T16:02:59.805Z | Downloaded base64 v0.22.1 |
| 481 | 2026-06-17T16:02:59.809Z | Downloaded schemars_derive v0.8.22 |
| 482 | 2026-06-17T16:02:59.811Z | Downloaded slog-envlogger v2.2.0 |
| 483 | 2026-06-17T16:02:59.811Z | Downloaded crossbeam-channel v0.5.15 |
| 484 | 2026-06-17T16:02:59.814Z | Downloaded rustls-pemfile v2.2.0 |
| 485 | 2026-06-17T16:02:59.817Z | Downloaded scroll v0.12.0 |
| 486 | 2026-06-17T16:02:59.817Z | Downloaded expectorate v1.2.0 |
| 487 | 2026-06-17T16:02:59.821Z | Downloaded scroll v0.13.0 |
| 488 | 2026-06-17T16:02:59.823Z | Downloaded quote v1.0.45 |
| 489 | 2026-06-17T16:02:59.823Z | Downloaded slog-bunyan v2.5.0 |
| 490 | 2026-06-17T16:02:59.824Z | Downloaded spin v0.5.2 |
| 491 | 2026-06-17T16:02:59.826Z | Downloaded stable_deref_trait v1.2.1 |
| 492 | 2026-06-17T16:02:59.826Z | Downloaded papergrid v0.18.0 |
| 493 | 2026-06-17T16:02:59.829Z | Downloaded strsim v0.11.1 |
| 494 | 2026-06-17T16:02:59.832Z | Downloaded rusty-fork v0.3.1 |
| 495 | 2026-06-17T16:02:59.832Z | Downloaded miniz_oxide v0.8.9 |
| 496 | 2026-06-17T16:02:59.834Z | Downloaded quinn-udp v0.5.14 |
| 497 | 2026-06-17T16:02:59.837Z | Downloaded pin-project v1.1.13 |
| 498 | 2026-06-17T16:02:59.842Z | Downloaded strum v0.26.3 |
| 499 | 2026-06-17T16:02:59.844Z | Downloaded serde_path_to_error v0.1.20 |
| 500 | 2026-06-17T16:02:59.844Z | Downloaded smawk v0.3.2 |
| 501 | 2026-06-17T16:02:59.847Z | Downloaded cc v1.2.63 |
| 502 | 2026-06-17T16:02:59.850Z | Downloaded lock_api v0.4.14 |
| 503 | 2026-06-17T16:02:59.850Z | Downloaded litemap v0.8.2 |
| 504 | 2026-06-17T16:02:59.855Z | Downloaded structmeta-derive v0.3.0 |
| 505 | 2026-06-17T16:02:59.855Z | Downloaded console v0.15.11 |
| 506 | 2026-06-17T16:02:59.860Z | Downloaded strum v0.27.2 |
| 507 | 2026-06-17T16:02:59.860Z | Downloaded rustversion v1.0.22 |
| 508 | 2026-06-17T16:02:59.860Z | Downloaded icu_normalizer v2.2.0 |
| 509 | 2026-06-17T16:02:59.863Z | Downloaded sync_wrapper v1.0.2 |
| 510 | 2026-06-17T16:02:59.863Z | Downloaded icu_collections v2.2.0 |
| 511 | 2026-06-17T16:02:59.867Z | Downloaded terminal_size v0.4.4 |
| 512 | 2026-06-17T16:02:59.870Z | Downloaded num-traits v0.2.19 |
| 513 | 2026-06-17T16:02:59.870Z | Downloaded serde_spanned v0.6.9 |
| 514 | 2026-06-17T16:02:59.870Z | Downloaded slog-stdlog v4.1.1 |
| 515 | 2026-06-17T16:02:59.873Z | Downloaded serde_tokenstream v0.2.3 |
| 516 | 2026-06-17T16:02:59.873Z | Downloaded serde_derive_internals v0.29.1 |
| 517 | 2026-06-17T16:02:59.875Z | Downloaded subtle v2.6.1 |
| 518 | 2026-06-17T16:02:59.875Z | Downloaded structmeta v0.3.0 |
| 519 | 2026-06-17T16:02:59.878Z | Downloaded rustls-pki-types v1.14.1 |
| 520 | 2026-06-17T16:02:59.878Z | Downloaded swrite v0.1.0 |
| 521 | 2026-06-17T16:02:59.880Z | Downloaded take_mut v0.2.2 |
| 522 | 2026-06-17T16:02:59.880Z | Downloaded shlex v2.0.1 |
| 523 | 2026-06-17T16:02:59.883Z | Downloaded sha2 v0.10.9 |
| 524 | 2026-06-17T16:02:59.883Z | Downloaded tabwriter v1.4.1 |
| 525 | 2026-06-17T16:02:59.886Z | Downloaded quick-error v1.2.3 |
| 526 | 2026-06-17T16:02:59.886Z | Downloaded slog-json v2.6.1 |
| 527 | 2026-06-17T16:02:59.890Z | Downloaded openssl-sys v0.9.116 |
| 528 | 2026-06-17T16:02:59.896Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 529 | 2026-06-17T16:02:59.896Z | Downloaded smartstring v1.0.1 |
| 530 | 2026-06-17T16:02:59.899Z | Downloaded rhai_codegen v3.2.0 |
| 531 | 2026-06-17T16:02:59.899Z | Downloaded tabled_derive v0.11.0 |
| 532 | 2026-06-17T16:02:59.899Z | Downloaded tabled_derive v0.7.0 |
| 533 | 2026-06-17T16:02:59.904Z | Downloaded testing_table v0.3.0 |
| 534 | 2026-06-17T16:02:59.904Z | Downloaded slog-dtrace v0.3.0 |
| 535 | 2026-06-17T16:02:59.904Z | Downloaded slog-async v2.8.0 |
| 536 | 2026-06-17T16:02:59.906Z | Downloaded time-core v0.1.8 |
| 537 | 2026-06-17T16:02:59.906Z | Downloaded snafu-derive v0.8.9 |
| 538 | 2026-06-17T16:02:59.906Z | Downloaded slab v0.4.12 |
| 539 | 2026-06-17T16:02:59.906Z | Downloaded simd-adler32 v0.3.9 |
| 540 | 2026-06-17T16:02:59.909Z | Downloaded thread-id v4.2.2 |
| 541 | 2026-06-17T16:02:59.909Z | Downloaded signal-hook-registry v1.4.8 |
| 542 | 2026-06-17T16:02:59.912Z | Downloaded pest_meta v2.8.6 |
| 543 | 2026-06-17T16:02:59.912Z | Downloaded slog-term v2.9.2 |
| 544 | 2026-06-17T16:02:59.915Z | Downloaded progenitor-impl v0.13.0 |
| 545 | 2026-06-17T16:02:59.917Z | Downloaded papergrid v0.11.0 |
| 546 | 2026-06-17T16:02:59.920Z | Downloaded tinyvec_macros v0.1.1 |
| 547 | 2026-06-17T16:02:59.920Z | Downloaded strum_macros v0.27.2 |
| 548 | 2026-06-17T16:02:59.923Z | Downloaded rand_core v0.9.5 |
| 549 | 2026-06-17T16:02:59.923Z | Downloaded progenitor-impl v0.14.0 |
| 550 | 2026-06-17T16:02:59.923Z | Downloaded toml_datetime v0.6.11 |
| 551 | 2026-06-17T16:02:59.926Z | Downloaded smf v0.2.3 |
| 552 | 2026-06-17T16:02:59.926Z | Downloaded jiff-static v0.2.28 |
| 553 | 2026-06-17T16:02:59.929Z | Downloaded thread-id v5.1.0 |
| 554 | 2026-06-17T16:02:59.929Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 555 | 2026-06-17T16:02:59.929Z | Downloaded getrandom v0.3.4 |
| 556 | 2026-06-17T16:02:59.934Z | Downloaded tokio-macros v2.7.0 |
| 557 | 2026-06-17T16:02:59.938Z | Downloaded pretty_assertions v1.4.1 |
| 558 | 2026-06-17T16:02:59.938Z | Downloaded httparse v1.10.1 |
| 559 | 2026-06-17T16:02:59.938Z | Downloaded static_assertions v1.1.0 |
| 560 | 2026-06-17T16:02:59.942Z | Downloaded semver v1.0.28 |
| 561 | 2026-06-17T16:02:59.942Z | Downloaded libsw v3.5.0 |
| 562 | 2026-06-17T16:02:59.942Z | Downloaded percent-encoding v2.3.2 |
| 563 | 2026-06-17T16:02:59.945Z | Downloaded synstructure v0.13.2 |
| 564 | 2026-06-17T16:02:59.945Z | Downloaded minimal-lexical v0.2.1 |
| 565 | 2026-06-17T16:02:59.945Z | Downloaded termtree v0.5.1 |
| 566 | 2026-06-17T16:02:59.948Z | Downloaded clap_derive v4.6.1 |
| 567 | 2026-06-17T16:02:59.948Z | Downloaded supports-color v3.0.2 |
| 568 | 2026-06-17T16:02:59.951Z | Downloaded num_threads v0.1.7 |
| 569 | 2026-06-17T16:02:59.951Z | Downloaded tower-layer v0.3.3 |
| 570 | 2026-06-17T16:02:59.951Z | Downloaded toml_write v0.1.2 |
| 571 | 2026-06-17T16:02:59.954Z | Downloaded base64 v0.21.7 |
| 572 | 2026-06-17T16:02:59.954Z | Downloaded openssl-macros v0.1.1 |
| 573 | 2026-06-17T16:02:59.957Z | Downloaded hashbrown v0.15.5 |
| 574 | 2026-06-17T16:02:59.961Z | Downloaded serde_with_macros v3.20.0 |
| 575 | 2026-06-17T16:02:59.961Z | Downloaded newtype_derive v0.1.6 |
| 576 | 2026-06-17T16:02:59.963Z | Downloaded is_ci v1.2.0 |
| 577 | 2026-06-17T16:02:59.963Z | Downloaded natord v1.0.9 |
| 578 | 2026-06-17T16:02:59.963Z | Downloaded ingot v0.1.1 |
| 579 | 2026-06-17T16:02:59.963Z | Downloaded colorchoice v1.0.5 |
| 580 | 2026-06-17T16:02:59.966Z | Downloaded hashbrown v0.12.3 |
| 581 | 2026-06-17T16:02:59.969Z | Downloaded thiserror-impl v1.0.69 |
| 582 | 2026-06-17T16:02:59.969Z | Downloaded smallvec v1.15.1 |
| 583 | 2026-06-17T16:02:59.971Z | Downloaded hickory-resolver v0.25.2 |
| 584 | 2026-06-17T16:02:59.974Z | Downloaded tower-service v0.3.3 |
| 585 | 2026-06-17T16:02:59.974Z | Downloaded thread_local v1.1.9 |
| 586 | 2026-06-17T16:02:59.976Z | Downloaded thiserror-impl v2.0.18 |
| 587 | 2026-06-17T16:02:59.976Z | Downloaded thiserror v2.0.18 |
| 588 | 2026-06-17T16:02:59.979Z | Downloaded slog-scope v4.4.1 |
| 589 | 2026-06-17T16:02:59.982Z | Downloaded tagptr v0.2.0 |
| 590 | 2026-06-17T16:02:59.982Z | Downloaded try-lock v0.2.5 |
| 591 | 2026-06-17T16:02:59.982Z | Downloaded prettyplease v0.2.37 |
| 592 | 2026-06-17T16:02:59.984Z | Downloaded typeid v1.0.3 |
| 593 | 2026-06-17T16:02:59.987Z | Downloaded jobserver v0.1.34 |
| 594 | 2026-06-17T16:02:59.987Z | Downloaded schemars v0.8.22 |
| 595 | 2026-06-17T16:03:00.007Z | Downloaded strum_macros v0.26.4 |
| 596 | 2026-06-17T16:03:00.010Z | Downloaded tokio-dtrace v0.1.1 |
| 597 | 2026-06-17T16:03:00.010Z | Downloaded serde_derive v1.0.228 |
| 598 | 2026-06-17T16:03:00.010Z | Downloaded thiserror-no-std v2.0.2 |
| 599 | 2026-06-17T16:03:00.010Z | Downloaded unarray v0.1.4 |
| 600 | 2026-06-17T16:03:00.010Z | Downloaded tiny-keccak v2.0.2 |
| 601 | 2026-06-17T16:03:00.010Z | Downloaded untrusted v0.7.1 |
| 602 | 2026-06-17T16:03:00.010Z | Downloaded tinystr v0.8.3 |
| 603 | 2026-06-17T16:03:00.010Z | Downloaded unicode-linebreak v0.1.5 |
| 604 | 2026-06-17T16:03:00.010Z | Downloaded typify-macro v0.6.2 |
| 605 | 2026-06-17T16:03:00.010Z | Downloaded typify-macro v0.4.3 |
| 606 | 2026-06-17T16:03:00.010Z | Downloaded unit-prefix v0.5.2 |
| 607 | 2026-06-17T16:03:00.010Z | Downloaded time-macros v0.2.27 |
| 608 | 2026-06-17T16:03:00.015Z | Downloaded progenitor-impl v0.10.0 |
| 609 | 2026-06-17T16:03:00.015Z | Downloaded proc-macro2 v1.0.106 |
| 610 | 2026-06-17T16:03:00.018Z | Downloaded ingot-types v0.1.2 |
| 611 | 2026-06-17T16:03:00.018Z | Downloaded ryu v1.0.23 |
| 612 | 2026-06-17T16:03:00.018Z | Downloaded tempfile v3.27.0 |
| 613 | 2026-06-17T16:03:00.021Z | Downloaded konst v0.2.20 |
| 614 | 2026-06-17T16:03:00.024Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 615 | 2026-06-17T16:03:00.024Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 616 | 2026-06-17T16:03:00.026Z | Downloaded untrusted v0.9.0 |
| 617 | 2026-06-17T16:03:00.026Z | Downloaded usdt-attr-macro v0.6.0 |
| 618 | 2026-06-17T16:03:00.026Z | Downloaded term v1.2.1 |
| 619 | 2026-06-17T16:03:00.030Z | Downloaded indexmap v2.14.0 |
| 620 | 2026-06-17T16:03:00.032Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 621 | 2026-06-17T16:03:00.033Z | Downloaded unicode-xid v0.2.6 |
| 622 | 2026-06-17T16:03:00.036Z | Downloaded hyper-util v0.1.20 |
| 623 | 2026-06-17T16:03:00.039Z | Downloaded flate2 v1.1.9 |
| 624 | 2026-06-17T16:03:00.042Z | Downloaded memchr v2.8.1 |
| 625 | 2026-06-17T16:03:00.045Z | Downloaded memoffset v0.9.1 |
| 626 | 2026-06-17T16:03:00.045Z | Downloaded lru-cache v0.1.2 |
| 627 | 2026-06-17T16:03:00.045Z | Downloaded futures-channel v0.3.32 |
| 628 | 2026-06-17T16:03:00.048Z | Downloaded rustls-platform-verifier v0.7.0 |
| 629 | 2026-06-17T16:03:00.054Z | Downloaded want v0.3.1 |
| 630 | 2026-06-17T16:03:00.054Z | Downloaded data-encoding v2.11.0 |
| 631 | 2026-06-17T16:03:00.054Z | Downloaded camino v1.2.2 |
| 632 | 2026-06-17T16:03:00.054Z | Downloaded autocfg v1.5.1 |
| 633 | 2026-06-17T16:03:00.057Z | Downloaded rand v0.8.6 |
| 634 | 2026-06-17T16:03:00.057Z | Downloaded utf8parse v0.2.2 |
| 635 | 2026-06-17T16:03:00.057Z | Downloaded usdt v0.5.0 |
| 636 | 2026-06-17T16:03:00.057Z | Downloaded spin v0.9.8 |
| 637 | 2026-06-17T16:03:00.060Z | Downloaded utf8_iter v1.0.4 |
| 638 | 2026-06-17T16:03:00.060Z | Downloaded thin-vec v0.2.18 |
| 639 | 2026-06-17T16:03:00.060Z | Downloaded similar v2.7.0 |
| 640 | 2026-06-17T16:03:00.063Z | Downloaded yoke-derive v0.8.2 |
| 641 | 2026-06-17T16:03:00.067Z | Downloaded usdt-attr-macro v0.5.0 |
| 642 | 2026-06-17T16:03:00.067Z | Downloaded thiserror v1.0.69 |
| 643 | 2026-06-17T16:03:00.071Z | Downloaded utf-8 v0.7.6 |
| 644 | 2026-06-17T16:03:00.071Z | Downloaded usdt v0.6.0 |
| 645 | 2026-06-17T16:03:00.071Z | Downloaded serde_core v1.0.228 |
| 646 | 2026-06-17T16:03:00.072Z | Downloaded wait-timeout v0.2.1 |
| 647 | 2026-06-17T16:03:00.076Z | Downloaded waitgroup v0.1.2 |
| 648 | 2026-06-17T16:03:00.076Z | Downloaded version_check v0.9.5 |
| 649 | 2026-06-17T16:03:00.076Z | Downloaded usdt-macro v0.5.0 |
| 650 | 2026-06-17T16:03:00.076Z | Downloaded tokio-stream v0.1.18 |
| 651 | 2026-06-17T16:03:00.080Z | Downloaded zerofrom-derive v0.1.7 |
| 652 | 2026-06-17T16:03:00.080Z | Downloaded zerofrom v0.1.8 |
| 653 | 2026-06-17T16:03:00.080Z | Downloaded rayon-core v1.13.0 |
| 654 | 2026-06-17T16:03:00.080Z | Downloaded zone_cfg_derive v0.3.1 |
| 655 | 2026-06-17T16:03:00.085Z | Downloaded zeroize_derive v1.4.3 |
| 656 | 2026-06-17T16:03:00.085Z | Downloaded quinn v0.11.9 |
| 657 | 2026-06-17T16:03:00.085Z | Downloaded mio v1.2.1 |
| 658 | 2026-06-17T16:03:00.089Z | Downloaded slog v2.8.2 |
| 659 | 2026-06-17T16:03:00.092Z | Downloaded nom v7.1.3 |
| 660 | 2026-06-17T16:03:00.092Z | Downloaded serde_yaml v0.9.34+deprecated |
| 661 | 2026-06-17T16:03:00.095Z | Downloaded bitflags v2.12.1 |
| 662 | 2026-06-17T16:03:00.098Z | Downloaded rustls-webpki v0.103.13 |
| 663 | 2026-06-17T16:03:00.098Z | Downloaded test-strategy v0.4.5 |
| 664 | 2026-06-17T16:03:00.101Z | Downloaded daft v0.1.7 |
| 665 | 2026-06-17T16:03:00.101Z | Downloaded usdt-impl v0.5.0 |
| 666 | 2026-06-17T16:03:00.106Z | Downloaded compression-codecs v0.4.38 |
| 667 | 2026-06-17T16:03:00.106Z | Downloaded zone v0.3.1 |
| 668 | 2026-06-17T16:03:00.106Z | Downloaded dropshot-api-manager v0.7.2 |
| 669 | 2026-06-17T16:03:00.110Z | Downloaded schemars v0.9.0 |
| 670 | 2026-06-17T16:03:00.115Z | Downloaded tokio-tungstenite v0.21.0 |
| 671 | 2026-06-17T16:03:00.119Z | Downloaded tokio-rustls v0.26.4 |
| 672 | 2026-06-17T16:03:00.119Z | Downloaded hashbrown v0.16.1 |
| 673 | 2026-06-17T16:03:00.122Z | Downloaded walkdir v2.5.0 |
| 674 | 2026-06-17T16:03:00.124Z | Downloaded serde v1.0.228 |
| 675 | 2026-06-17T16:03:00.127Z | Downloaded tracing-attributes v0.1.31 |
| 676 | 2026-06-17T16:03:00.127Z | Downloaded aho-corasick v1.1.4 |
| 677 | 2026-06-17T16:03:00.130Z | Downloaded toml v0.8.23 |
| 678 | 2026-06-17T16:03:00.136Z | Downloaded socket2 v0.6.4 |
| 679 | 2026-06-17T16:03:00.136Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 680 | 2026-06-17T16:03:00.140Z | Downloaded zeroize v1.8.2 |
| 681 | 2026-06-17T16:03:00.140Z | Downloaded universal-hash v0.5.1 |
| 682 | 2026-06-17T16:03:00.140Z | Downloaded qorb v0.4.1 |
| 683 | 2026-06-17T16:03:00.140Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 684 | 2026-06-17T16:03:00.143Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 685 | 2026-06-17T16:03:00.143Z | Downloaded itertools v0.12.1 |
| 686 | 2026-06-17T16:03:00.149Z | Downloaded usdt-macro v0.6.0 |
| 687 | 2026-06-17T16:03:00.149Z | Downloaded textwrap v0.16.2 |
| 688 | 2026-06-17T16:03:00.152Z | Downloaded vsss-rs v3.3.4 |
| 689 | 2026-06-17T16:03:00.152Z | Downloaded cipher v0.4.4 |
| 690 | 2026-06-17T16:03:00.152Z | Downloaded const_format_proc_macros v0.2.34 |
| 691 | 2026-06-17T16:03:00.154Z | Downloaded defmt-macros v1.1.0 |
| 692 | 2026-06-17T16:03:00.157Z | Downloaded libscf-sys v1.2.0 |
| 693 | 2026-06-17T16:03:00.157Z | Downloaded zmij v1.0.21 |
| 694 | 2026-06-17T16:03:00.158Z | Downloaded rand v0.10.1 |
| 695 | 2026-06-17T16:03:00.160Z | Downloaded rand v0.9.4 |
| 696 | 2026-06-17T16:03:00.165Z | Downloaded hashbrown v0.17.1 |
| 697 | 2026-06-17T16:03:00.167Z | Downloaded konst_macro_rules v0.2.19 |
| 698 | 2026-06-17T16:03:00.167Z | Downloaded itoa v1.0.18 |
| 699 | 2026-06-17T16:03:00.167Z | Downloaded is_terminal_polyfill v1.70.2 |
| 700 | 2026-06-17T16:03:00.167Z | Downloaded inout v0.1.4 |
| 701 | 2026-06-17T16:03:00.171Z | Downloaded critical-section v1.2.0 |
| 702 | 2026-06-17T16:03:00.171Z | Downloaded xz2 v0.1.7 |
| 703 | 2026-06-17T16:03:00.171Z | Downloaded byteorder v1.5.0 |
| 704 | 2026-06-17T16:03:00.174Z | Downloaded writeable v0.6.3 |
| 705 | 2026-06-17T16:03:00.174Z | Downloaded typify v0.4.3 |
| 706 | 2026-06-17T16:03:00.177Z | Downloaded schemars v1.2.1 |
| 707 | 2026-06-17T16:03:00.184Z | Downloaded zerocopy-derive v0.7.35 |
| 708 | 2026-06-17T16:03:00.186Z | Downloaded yoke v0.8.3 |
| 709 | 2026-06-17T16:03:00.191Z | Downloaded typify v0.6.2 |
| 710 | 2026-06-17T16:03:00.191Z | Downloaded idna v1.1.0 |
| 711 | 2026-06-17T16:03:00.195Z | Downloaded ucd-trie v0.1.7 |
| 712 | 2026-06-17T16:03:00.195Z | Downloaded bcs v0.1.6 |
| 713 | 2026-06-17T16:03:00.195Z | Downloaded ahash v0.8.12 |
| 714 | 2026-06-17T16:03:00.198Z | Downloaded foldhash v0.2.0 |
| 715 | 2026-06-17T16:03:00.198Z | Downloaded equivalent v1.0.2 |
| 716 | 2026-06-17T16:03:00.198Z | Downloaded backon v1.6.0 |
| 717 | 2026-06-17T16:03:00.198Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 718 | 2026-06-17T16:03:00.203Z | Downloaded httpdate v1.0.3 |
| 719 | 2026-06-17T16:03:00.203Z | Downloaded gethostname v0.5.0 |
| 720 | 2026-06-17T16:03:00.208Z | Downloaded cfg-if v1.0.4 |
| 721 | 2026-06-17T16:03:00.208Z | Downloaded foreign-types v0.5.0 |
| 722 | 2026-06-17T16:03:00.208Z | Downloaded enum-as-inner v0.6.1 |
| 723 | 2026-06-17T16:03:00.208Z | Downloaded toml_edit v0.22.27 |
| 724 | 2026-06-17T16:03:00.215Z | Downloaded zerovec-derive v0.11.3 |
| 725 | 2026-06-17T16:03:00.215Z | Downloaded futures-core v0.3.32 |
| 726 | 2026-06-17T16:03:00.215Z | Downloaded defmt v0.3.100 |
| 727 | 2026-06-17T16:03:00.216Z | Downloaded crypto-common v0.2.2 |
| 728 | 2026-06-17T16:03:00.221Z | Downloaded dtrace-parser v0.2.0 |
| 729 | 2026-06-17T16:03:00.221Z | Downloaded ciborium-ll v0.2.2 |
| 730 | 2026-06-17T16:03:00.221Z | Downloaded dof v0.4.0 |
| 731 | 2026-06-17T16:03:00.221Z | Downloaded usdt-impl v0.6.0 |
| 732 | 2026-06-17T16:03:00.222Z | Downloaded foreign-types v0.3.2 |
| 733 | 2026-06-17T16:03:00.222Z | Downloaded icu_properties_data v2.2.0 |
| 734 | 2026-06-17T16:03:00.225Z | Downloaded whoami v1.6.1 |
| 735 | 2026-06-17T16:03:00.225Z | Downloaded hyper v1.10.1 |
| 736 | 2026-06-17T16:03:00.229Z | Downloaded tungstenite v0.21.0 |
| 737 | 2026-06-17T16:03:00.233Z | Downloaded futures-util v0.3.32 |
| 738 | 2026-06-17T16:03:00.236Z | Downloaded unicode-ident v1.0.24 |
| 739 | 2026-06-17T16:03:00.239Z | Downloaded itertools v0.14.0 |
| 740 | 2026-06-17T16:03:00.243Z | Downloaded nom v8.0.0 |
| 741 | 2026-06-17T16:03:00.245Z | Downloaded tinyvec v1.11.0 |
| 742 | 2026-06-17T16:03:00.245Z | Downloaded snafu v0.8.9 |
| 743 | 2026-06-17T16:03:00.248Z | Downloaded steno v0.4.1 |
| 744 | 2026-06-17T16:03:00.253Z | Downloaded uuid v1.23.2 |
| 745 | 2026-06-17T16:03:00.257Z | Downloaded h2 v0.4.14 |
| 746 | 2026-06-17T16:03:00.260Z | Downloaded embedded-io v0.4.0 |
| 747 | 2026-06-17T16:03:00.260Z | Downloaded crc8 v0.1.1 |
| 748 | 2026-06-17T16:03:00.260Z | Downloaded convert_case v0.4.0 |
| 749 | 2026-06-17T16:03:00.260Z | Downloaded const-random-macro v0.1.16 |
| 750 | 2026-06-17T16:03:00.260Z | Downloaded goblin v0.8.2 |
| 751 | 2026-06-17T16:03:00.263Z | Downloaded atomicwrites v0.4.4 |
| 752 | 2026-06-17T16:03:00.266Z | Downloaded bit-vec v0.8.0 |
| 753 | 2026-06-17T16:03:00.266Z | Downloaded dof v0.3.0 |
| 754 | 2026-06-17T16:03:00.266Z | Downloaded bs58 v0.5.1 |
| 755 | 2026-06-17T16:03:00.269Z | Downloaded async-trait v0.1.89 |
| 756 | 2026-06-17T16:03:00.269Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 757 | 2026-06-17T16:03:00.272Z | Downloaded block-buffer v0.12.0 |
| 758 | 2026-06-17T16:03:00.272Z | Downloaded defmt-parser v1.0.0 |
| 759 | 2026-06-17T16:03:00.272Z | Downloaded dropshot_endpoint v0.17.1 |
| 760 | 2026-06-17T16:03:00.276Z | Downloaded camino-tempfile v1.4.1 |
| 761 | 2026-06-17T16:03:00.276Z | Downloaded tracing-core v0.1.36 |
| 762 | 2026-06-17T16:03:00.279Z | Downloaded bitflags v1.3.2 |
| 763 | 2026-06-17T16:03:00.279Z | Downloaded libm v0.2.16 |
| 764 | 2026-06-17T16:03:00.283Z | Downloaded toml_edit v0.19.15 |
| 765 | 2026-06-17T16:03:00.293Z | Downloaded hkdf v0.12.4 |
| 766 | 2026-06-17T16:03:00.296Z | Downloaded fixedbitset v0.5.7 |
| 767 | 2026-06-17T16:03:00.296Z | Downloaded block-buffer v0.10.4 |
| 768 | 2026-06-17T16:03:00.300Z | Downloaded derive-where v1.6.1 |
| 769 | 2026-06-17T16:03:00.300Z | Downloaded goblin v0.10.7 |
| 770 | 2026-06-17T16:03:00.304Z | Downloaded unsafe-libyaml v0.2.11 |
| 771 | 2026-06-17T16:03:00.307Z | Downloaded backoff v0.4.0 |
| 772 | 2026-06-17T16:03:00.307Z | Downloaded allocator-api2 v0.2.21 |
| 773 | 2026-06-17T16:03:00.311Z | Downloaded async-stream v0.3.6 |
| 774 | 2026-06-17T16:03:00.320Z | Downloaded ron v0.12.1 |
| 775 | 2026-06-17T16:03:00.327Z | Downloaded reqwest v0.12.28 |
| 776 | 2026-06-17T16:03:00.331Z | Downloaded clap_builder v4.6.0 |
| 777 | 2026-06-17T16:03:00.334Z | Downloaded tower v0.5.3 |
| 778 | 2026-06-17T16:03:00.337Z | Downloaded regex v1.12.3 |
| 779 | 2026-06-17T16:03:00.344Z | Downloaded portable-atomic v1.13.1 |
| 780 | 2026-06-17T16:03:00.366Z | Downloaded rayon v1.12.0 |
| 781 | 2026-06-17T16:03:00.371Z | Downloaded typenum v1.20.1 |
| 782 | 2026-06-17T16:03:00.379Z | Downloaded pest v2.8.6 |
| 783 | 2026-06-17T16:03:00.390Z | Downloaded yansi v1.0.1 |
| 784 | 2026-06-17T16:03:00.393Z | Downloaded reqwest v0.13.4 |
| 785 | 2026-06-17T16:03:00.396Z | Downloaded iddqd v0.4.2 |
| 786 | 2026-06-17T16:03:00.414Z | Downloaded dropshot v0.17.1 |
| 787 | 2026-06-17T16:03:00.426Z | Downloaded zerotrie v0.2.4 |
| 788 | 2026-06-17T16:03:00.430Z | Downloaded unicode-segmentation v1.13.3 |
| 789 | 2026-06-17T16:03:00.434Z | Downloaded typed-path v0.9.3 |
| 790 | 2026-06-17T16:03:00.439Z | Downloaded serde_json v1.0.150 |
| 791 | 2026-06-17T16:03:00.442Z | Downloaded zerocopy-derive v0.8.50 |
| 792 | 2026-06-17T16:03:00.444Z | Downloaded tower-http v0.6.11 |
| 793 | 2026-06-17T16:03:00.448Z | Downloaded url v2.5.8 |
| 794 | 2026-06-17T16:03:00.452Z | Downloaded moka v0.12.15 |
| 795 | 2026-06-17T16:03:00.456Z | Downloaded tokio-util v0.7.18 |
| 796 | 2026-06-17T16:03:00.459Z | Downloaded aws-lc-rs v1.17.0 |
| 797 | 2026-06-17T16:03:00.465Z | Downloaded unicode-normalization v0.1.25 |
| 798 | 2026-06-17T16:03:00.469Z | Downloaded quinn-proto v0.11.14 |
| 799 | 2026-06-17T16:03:00.473Z | Downloaded proptest v1.11.0 |
| 800 | 2026-06-17T16:03:00.479Z | Downloaded tough v0.22.0 |
| 801 | 2026-06-17T16:03:00.507Z | Downloaded zerovec v0.11.6 |
| 802 | 2026-06-17T16:03:00.517Z | Downloaded winnow v1.0.3 |
| 803 | 2026-06-17T16:03:00.524Z | Downloaded time v0.3.47 |
| 804 | 2026-06-17T16:03:00.531Z | Downloaded serde_with v3.20.0 |
| 805 | 2026-06-17T16:03:00.539Z | Downloaded chrono v0.4.45 |
| 806 | 2026-06-17T16:03:00.544Z | Downloaded winnow v0.5.40 |
| 807 | 2026-06-17T16:03:00.547Z | Downloaded zerocopy v0.7.35 |
| 808 | 2026-06-17T16:03:00.556Z | Downloaded vcpkg v0.2.15 |
| 809 | 2026-06-17T16:03:00.583Z | Downloaded webpki-roots v1.0.7 |
| 810 | 2026-06-17T16:03:00.585Z | Downloaded tabled v0.15.0 |
| 811 | 2026-06-17T16:03:00.594Z | Downloaded curve25519-dalek v4.1.3 |
| 812 | 2026-06-17T16:03:00.613Z | Downloaded winnow v0.7.15 |
| 813 | 2026-06-17T16:03:00.626Z | Downloaded syn v2.0.117 |
| 814 | 2026-06-17T16:03:00.629Z | Downloaded hickory-proto v0.24.4 |
| 815 | 2026-06-17T16:03:00.636Z | Downloaded tabled v0.21.0 |
| 816 | 2026-06-17T16:03:00.647Z | Downloaded hickory-proto v0.25.2 |
| 817 | 2026-06-17T16:03:00.652Z | Downloaded zerocopy v0.8.50 |
| 818 | 2026-06-17T16:03:00.661Z | Downloaded regress v0.11.1 |
| 819 | 2026-06-17T16:03:00.671Z | Downloaded openapiv3 v2.2.0 |
| 820 | 2026-06-17T16:03:00.675Z | Downloaded rustls v0.23.40 |
| 821 | 2026-06-17T16:03:00.680Z | Downloaded bstr v1.12.1 |
| 822 | 2026-06-17T16:03:00.685Z | Downloaded unicode-width v0.2.2 |
| 823 | 2026-06-17T16:03:00.688Z | Downloaded openssl v0.10.80 |
| 824 | 2026-06-17T16:03:00.698Z | Downloaded regress v0.10.5 |
| 825 | 2026-06-17T16:03:00.701Z | Downloaded rhai v1.25.1 |
| 826 | 2026-06-17T16:03:00.706Z | Downloaded regex-syntax v0.8.10 |
| 827 | 2026-06-17T16:03:00.713Z | Downloaded unicode-width v0.1.14 |
| 828 | 2026-06-17T16:03:00.716Z | Downloaded nix v0.31.3 |
| 829 | 2026-06-17T16:03:00.722Z | Downloaded smoltcp v0.11.0 |
| 830 | 2026-06-17T16:03:00.728Z | Downloaded rustix v0.38.44 |
| 831 | 2026-06-17T16:03:00.742Z | Downloaded syn v1.0.109 |
| 832 | 2026-06-17T16:03:00.748Z | Downloaded rustix v1.1.4 |
| 833 | 2026-06-17T16:03:00.771Z | Downloaded typify-impl v0.6.2 |
| 834 | 2026-06-17T16:03:00.781Z | Downloaded sled v0.34.7 |
| 835 | 2026-06-17T16:03:00.786Z | Downloaded tracing v0.1.44 |
| 836 | 2026-06-17T16:03:00.796Z | Downloaded typify-impl v0.4.3 |
| 837 | 2026-06-17T16:03:00.831Z | Downloaded regex-automata v0.4.14 |
| 838 | 2026-06-17T16:03:00.847Z | Downloaded chrono-tz v0.10.4 |
| 839 | 2026-06-17T16:03:00.867Z | Downloaded csv v1.4.0 |
| 840 | 2026-06-17T16:03:00.877Z | Downloaded petgraph v0.6.5 |
| 841 | 2026-06-17T16:03:00.888Z | Downloaded jiff v0.2.28 |
| 842 | 2026-06-17T16:03:00.898Z | Downloaded lzma-sys v0.1.20 |
| 843 | 2026-06-17T16:03:00.915Z | Downloaded petgraph v0.8.3 |
| 844 | 2026-06-17T16:03:00.931Z | Downloaded libc v0.2.186 |
| 845 | 2026-06-17T16:03:00.951Z | Downloaded sha3 v0.10.9 |
| 846 | 2026-06-17T16:03:00.954Z | Downloaded tokio v1.52.3 |
| 847 | 2026-06-17T16:03:01.004Z | Downloaded encoding_rs v0.8.35 |
| 848 | 2026-06-17T16:03:01.045Z | Downloaded ring v0.17.14 |
| 849 | 2026-06-17T16:03:01.675Z | Downloaded aws-lc-sys v0.41.0 |
| 850 | 2026-06-17T16:03:02.223Z | Compiling proc-macro2 v1.0.106 |
| 851 | 2026-06-17T16:03:02.223Z | Compiling quote v1.0.45 |
| 852 | 2026-06-17T16:03:02.223Z | Compiling unicode-ident v1.0.24 |
| 853 | 2026-06-17T16:03:02.223Z | Compiling serde_core v1.0.228 |
| 854 | 2026-06-17T16:03:02.229Z | Compiling serde v1.0.228 |
| 855 | 2026-06-17T16:03:02.229Z | Compiling libc v0.2.186 |
| 856 | 2026-06-17T16:03:02.229Z | Compiling zmij v1.0.21 |
| 857 | 2026-06-17T16:03:02.229Z | Compiling autocfg v1.5.1 |
| 858 | 2026-06-17T16:03:02.599Z | Compiling libm v0.2.16 |
| 859 | 2026-06-17T16:03:02.993Z | Compiling icu_normalizer_data v2.2.0 |
| 860 | 2026-06-17T16:03:02.993Z | Compiling icu_properties_data v2.2.0 |
| 861 | 2026-06-17T16:03:03.025Z | Compiling serde_json v1.0.150 |
| 862 | 2026-06-17T16:03:03.104Z | Compiling num-traits v0.2.19 |
| 863 | 2026-06-17T16:03:03.121Z | Compiling getrandom v0.4.2 |
| 864 | 2026-06-17T16:03:03.342Z | Compiling version_check v0.9.5 |
| 865 | 2026-06-17T16:03:03.548Z | Compiling thiserror v2.0.18 |
| 866 | 2026-06-17T16:03:03.636Z | Compiling memchr v2.8.1 |
| 867 | 2026-06-17T16:03:03.854Z | Compiling schemars v0.8.22 |
| 868 | 2026-06-17T16:03:03.887Z | Checking cfg-if v1.0.4 |
| 869 | 2026-06-17T16:03:03.918Z | Compiling syn v2.0.117 |
| 870 | 2026-06-17T16:03:03.979Z | Compiling parking_lot_core v0.9.12 |
| 871 | 2026-06-17T16:03:04.166Z | Compiling heck v0.5.0 |
| 872 | 2026-06-17T16:03:04.217Z | Compiling zerocopy v0.8.50 |
| 873 | 2026-06-17T16:03:04.237Z | Compiling portable-atomic v1.13.1 |
| 874 | 2026-06-17T16:03:04.297Z | Compiling rustversion v1.0.22 |
| 875 | 2026-06-17T16:03:04.374Z | Compiling itoa v1.0.18 |
| 876 | 2026-06-17T16:03:04.559Z | Compiling jobserver v0.1.34 |
| 877 | 2026-06-17T16:03:04.687Z | Compiling shlex v2.0.1 |
| 878 | 2026-06-17T16:03:04.760Z | Compiling find-msvc-tools v0.1.9 |
| 879 | 2026-06-17T16:03:04.917Z | Compiling cc v1.2.63 |
| 880 | 2026-06-17T16:03:05.296Z | Compiling fs_extra v1.3.0 |
| 881 | 2026-06-17T16:03:05.330Z | Compiling dunce v1.0.5 |
| 882 | 2026-06-17T16:03:05.333Z | Compiling semver v1.0.28 |
| 883 | 2026-06-17T16:03:05.336Z | Compiling log v0.4.32 |
| 884 | 2026-06-17T16:03:05.424Z | Compiling httparse v1.10.1 |
| 885 | 2026-06-17T16:03:05.463Z | Compiling slog v2.8.2 |
| 886 | 2026-06-17T16:03:05.551Z | Compiling rustix v1.1.4 |
| 887 | 2026-06-17T16:03:05.648Z | Compiling cmake v0.1.58 |
| 888 | 2026-06-17T16:03:05.701Z | Checking stable_deref_trait v1.2.1 |
| 889 | 2026-06-17T16:03:05.744Z | Compiling equivalent v1.0.2 |
| 890 | 2026-06-17T16:03:05.837Z | Compiling thiserror v1.0.69 |
| 891 | 2026-06-17T16:03:05.930Z | Checking writeable v0.6.3 |
| 892 | 2026-06-17T16:03:06.001Z | Checking litemap v0.8.2 |
| 893 | 2026-06-17T16:03:06.137Z | Checking utf8_iter v1.0.4 |
| 894 | 2026-06-17T16:03:06.168Z | Checking percent-encoding v2.3.2 |
| 895 | 2026-06-17T16:03:06.187Z | Compiling aws-lc-rs v1.17.0 |
| 896 | 2026-06-17T16:03:06.241Z | Compiling aws-lc-sys v0.41.0 |
| 897 | 2026-06-17T16:03:06.258Z | Compiling ring v0.17.14 |
| 898 | 2026-06-17T16:03:06.375Z | Checking form_urlencoded v1.2.2 |
| 899 | 2026-06-17T16:03:06.389Z | Checking rand_core v0.10.1 |
| 900 | 2026-06-17T16:03:06.502Z | Compiling anyhow v1.0.102 |
| 901 | 2026-06-17T16:03:06.524Z | Compiling ucd-trie v0.1.7 |
| 902 | 2026-06-17T16:03:06.543Z | Compiling rustls v0.23.40 |
| 903 | 2026-06-17T16:03:06.704Z | Compiling pest v2.8.6 |
| 904 | 2026-06-17T16:03:06.759Z | Compiling synstructure v0.13.2 |
| 905 | 2026-06-17T16:03:06.773Z | Compiling serde_derive_internals v0.29.1 |
| 906 | 2026-06-17T16:03:07.202Z | Compiling regex-syntax v0.8.10 |
| 907 | 2026-06-17T16:03:07.319Z | Compiling aho-corasick v1.1.4 |
| 908 | 2026-06-17T16:03:07.493Z | Compiling getrandom v0.3.4 |
| 909 | 2026-06-17T16:03:07.762Z | Compiling pest_meta v2.8.6 |
| 910 | 2026-06-17T16:03:07.946Z | Compiling serde_derive v1.0.228 |
| 911 | 2026-06-17T16:03:07.965Z | Compiling zerofrom-derive v0.1.7 |
| 912 | 2026-06-17T16:03:08.485Z | Compiling yoke-derive v0.8.2 |
| 913 | 2026-06-17T16:03:08.733Z | Compiling zerovec-derive v0.11.3 |
| 914 | 2026-06-17T16:03:09.093Z | Compiling displaydoc v0.2.6 |
| 915 | 2026-06-17T16:03:09.150Z | Compiling schemars_derive v0.8.22 |
| 916 | 2026-06-17T16:03:09.229Z | Compiling thiserror-impl v2.0.18 |
| 917 | 2026-06-17T16:03:09.540Z | Compiling tokio-macros v2.7.0 |
| 918 | 2026-06-17T16:03:09.799Z | Compiling zeroize_derive v1.4.3 |
| 919 | 2026-06-17T16:03:09.867Z | Compiling zerocopy-derive v0.8.50 |
| 920 | 2026-06-17T16:03:10.253Z | Compiling futures-macro v0.3.32 |
| 921 | 2026-06-17T16:03:10.305Z | Compiling tracing-attributes v0.1.31 |
| 922 | 2026-06-17T16:03:10.448Z | Checking zerofrom v0.1.8 |
| 923 | 2026-06-17T16:03:10.520Z | Compiling thiserror-impl v1.0.69 |
| 924 | 2026-06-17T16:03:10.958Z | Checking smallvec v1.15.1 |
| 925 | 2026-06-17T16:03:11.041Z | Compiling serde_tokenstream v0.2.3 |
| 926 | 2026-06-17T16:03:11.061Z | Checking bytes v1.11.1 |
| 927 | 2026-06-17T16:03:11.165Z | Checking yoke v0.8.3 |
| 928 | 2026-06-17T16:03:11.197Z | Compiling pest_generator v2.8.6 |
| 929 | 2026-06-17T16:03:11.342Z | Checking zerovec v0.11.6 |
| 930 | 2026-06-17T16:03:11.472Z | Checking zerotrie v0.2.4 |
| 931 | 2026-06-17T16:03:11.494Z | Compiling regex-automata v0.4.14 |
| 932 | 2026-06-17T16:03:11.646Z | Compiling crossbeam-utils v0.8.21 |
| 933 | 2026-06-17T16:03:11.706Z | Compiling hashbrown v0.17.1 |
| 934 | 2026-06-17T16:03:11.759Z | Checking iana-time-zone v0.1.65 |
| 935 | 2026-06-17T16:03:11.802Z | Compiling pest_derive v2.8.6 |
| 936 | 2026-06-17T16:03:11.804Z | Checking tinystr v0.8.3 |
| 937 | 2026-06-17T16:03:11.864Z | Checking potential_utf v0.1.5 |
| 938 | 2026-06-17T16:03:11.987Z | Checking chrono v0.4.45 |
| 939 | 2026-06-17T16:03:12.007Z | Checking icu_collections v2.2.0 |
| 940 | 2026-06-17T16:03:12.011Z | Checking icu_locale_core v2.2.0 |
| 941 | 2026-06-17T16:03:12.251Z | Compiling indexmap v2.14.0 |
| 942 | 2026-06-17T16:03:12.267Z | Compiling time-core v0.1.8 |
| 943 | 2026-06-17T16:03:12.321Z | Compiling num-conv v0.2.2 |
| 944 | 2026-06-17T16:03:12.340Z | Compiling paste v1.0.15 |
| 945 | 2026-06-17T16:03:12.472Z | Compiling time-macros v0.2.27 |
| 946 | 2026-06-17T16:03:12.623Z | Checking icu_provider v2.2.0 |
| 947 | 2026-06-17T16:03:12.902Z | Checking icu_normalizer v2.2.0 |
| 948 | 2026-06-17T16:03:12.923Z | Checking icu_properties v2.2.0 |
| 949 | 2026-06-17T16:03:13.234Z | Compiling regex v1.12.3 |
| 950 | 2026-06-17T16:03:13.253Z | Checking uuid v1.23.2 |
| 951 | 2026-06-17T16:03:13.518Z | Compiling async-trait v0.1.89 |
| 952 | 2026-06-17T16:03:13.541Z | Compiling byteorder v1.5.0 |
| 953 | 2026-06-17T16:03:13.795Z | Checking idna_adapter v1.2.2 |
| 954 | 2026-06-17T16:03:13.941Z | Checking idna v1.1.0 |
| 955 | 2026-06-17T16:03:14.005Z | Compiling camino v1.2.2 |
| 956 | 2026-06-17T16:03:14.100Z | Checking dyn-clone v1.0.20 |
| 957 | 2026-06-17T16:03:14.192Z | Checking url v2.5.8 |
| 958 | 2026-06-17T16:03:14.288Z | Compiling strsim v0.11.1 |
| 959 | 2026-06-17T16:03:14.408Z | Compiling scroll_derive v0.13.1 |
| 960 | 2026-06-17T16:03:14.492Z | Checking errno v0.3.14 |
| 961 | 2026-06-17T16:03:14.612Z | Compiling ident_case v1.0.1 |
| 962 | 2026-06-17T16:03:14.780Z | Compiling omicron-workspace-hack v0.1.0 |
| 963 | 2026-06-17T16:03:14.897Z | Compiling slog-async v2.8.0 |
| 964 | 2026-06-17T16:03:14.981Z | Compiling generic-array v0.14.7 |
| 965 | 2026-06-17T16:03:15.031Z | Compiling crc32fast v1.5.0 |
| 966 | 2026-06-17T16:03:15.227Z | Compiling usdt-impl v0.6.0 |
| 967 | 2026-06-17T16:03:15.263Z | Compiling scroll v0.13.0 |
| 968 | 2026-06-17T16:03:15.301Z | Compiling plain v0.2.3 |
| 969 | 2026-06-17T16:03:15.404Z | Compiling daft-derive v0.1.7 |
| 970 | 2026-06-17T16:03:15.514Z | Compiling goblin v0.10.7 |
| 971 | 2026-06-17T16:03:15.533Z | Checking pin-project-lite v0.2.17 |
| 972 | 2026-06-17T16:03:15.550Z | Compiling pretty-hex v0.4.2 |
| 973 | 2026-06-17T16:03:15.625Z | Compiling dtrace-parser v0.3.0 |
| 974 | 2026-06-17T16:03:15.781Z | Compiling thread-id v5.1.0 |
| 975 | 2026-06-17T16:03:16.136Z | Compiling syn v1.0.109 |
| 976 | 2026-06-17T16:03:16.159Z | Checking getrandom v0.2.17 |
| 977 | 2026-06-17T16:03:16.218Z | Checking zeroize v1.8.2 |
| 978 | 2026-06-17T16:03:16.374Z | Checking bitflags v2.12.1 |
| 979 | 2026-06-17T16:03:16.796Z | Compiling multer v3.1.0 |
| 980 | 2026-06-17T16:03:17.105Z | Compiling async-stream-impl v0.3.6 |
| 981 | 2026-06-17T16:03:17.148Z | Checking socket2 v0.6.4 |
| 982 | 2026-06-17T16:03:17.166Z | Checking scopeguard v1.2.0 |
| 983 | 2026-06-17T16:03:17.313Z | Checking lock_api v0.4.14 |
| 984 | 2026-06-17T16:03:17.388Z | Checking critical-section v1.2.0 |
| 985 | 2026-06-17T16:03:17.515Z | Compiling ref-cast v1.0.25 |
| 986 | 2026-06-17T16:03:17.697Z | Checking once_cell v1.21.4 |
| 987 | 2026-06-17T16:03:17.771Z | Compiling ref-cast-impl v1.0.25 |
| 988 | 2026-06-17T16:03:17.914Z | Compiling dropshot v0.17.1 |
| 989 | 2026-06-17T16:03:18.065Z | Compiling dropshot_endpoint v0.17.1 |
| 990 | 2026-06-17T16:03:18.332Z | Compiling dof v0.4.0 |
| 991 | 2026-06-17T16:03:18.384Z | Checking parking_lot v0.12.5 |
| 992 | 2026-06-17T16:03:18.403Z | Compiling newtype-uuid-macros v0.1.0 |
| 993 | 2026-06-17T16:03:18.848Z | Checking signal-hook-registry v1.4.8 |
| 994 | 2026-06-17T16:03:19.205Z | Checking mio v1.2.1 |
| 995 | 2026-06-17T16:03:19.480Z | Compiling darling_core v0.23.0 |
| 996 | 2026-06-17T16:03:19.484Z | Checking tokio v1.52.3 |
| 997 | 2026-06-17T16:03:19.520Z | Compiling strum_macros v0.26.4 |
| 998 | 2026-06-17T16:03:19.663Z | Compiling usdt-macro v0.6.0 |
| 999 | 2026-06-17T16:03:19.684Z | Compiling usdt-attr-macro v0.6.0 |
| 1000 | 2026-06-17T16:03:19.703Z | Compiling structmeta-derive v0.3.0 |
| 1001 | 2026-06-17T16:03:19.851Z | Compiling allocator-api2 v0.2.21 |
| 1002 | 2026-06-17T16:03:20.177Z | Checking subtle v2.6.1 |
| 1003 | 2026-06-17T16:03:20.332Z | Compiling foldhash v0.2.0 |
| 1004 | 2026-06-17T16:03:20.537Z | Compiling hashbrown v0.16.1 |
| 1005 | 2026-06-17T16:03:20.556Z | Checking futures-core v0.3.32 |
| 1006 | 2026-06-17T16:03:20.724Z | Compiling structmeta v0.3.0 |
| 1007 | 2026-06-17T16:03:20.929Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1008 | 2026-06-17T16:03:21.132Z | Compiling strum_macros v0.27.2 |
| 1009 | 2026-06-17T16:03:21.189Z | Compiling derive-ex v0.1.8 |
| 1010 | 2026-06-17T16:03:21.396Z | Compiling http v1.4.1 |
| 1011 | 2026-06-17T16:03:21.591Z | Compiling darling_macro v0.23.0 |
| 1012 | 2026-06-17T16:03:21.820Z | Checking futures-sink v0.3.32 |
| 1013 | 2026-06-17T16:03:21.925Z | Checking ipnetwork v0.21.1 |
| 1014 | 2026-06-17T16:03:22.158Z | Compiling darling v0.23.0 |
| 1015 | 2026-06-17T16:03:22.215Z | Checking slab v0.4.12 |
| 1016 | 2026-06-17T16:03:22.244Z | Compiling serde_with_macros v3.20.0 |
| 1017 | 2026-06-17T16:03:22.337Z | Compiling winnow v1.0.3 |
| 1018 | 2026-06-17T16:03:22.719Z | Compiling test-strategy v0.4.5 |
| 1019 | 2026-06-17T16:03:22.919Z | Checking futures-channel v0.3.32 |
| 1020 | 2026-06-17T16:03:23.118Z | Checking typenum v1.20.1 |
| 1021 | 2026-06-17T16:03:23.284Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1022 | 2026-06-17T16:03:23.395Z | Compiling fnv v1.0.7 |
| 1023 | 2026-06-17T16:03:23.502Z | Checking futures-io v0.3.32 |
| 1024 | 2026-06-17T16:03:23.522Z | Checking futures-task v0.3.32 |
| 1025 | 2026-06-17T16:03:23.625Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1026 | 2026-06-17T16:03:23.667Z | Checking futures-util v0.3.32 |
| 1027 | 2026-06-17T16:03:23.851Z | Compiling parse-display-derive v0.10.0 |
| 1028 | 2026-06-17T16:03:23.986Z | Checking oxnet v0.1.6 |
| 1029 | 2026-06-17T16:03:24.078Z | Checking tracing-core v0.1.36 |
| 1030 | 2026-06-17T16:03:24.133Z | Checking erased-serde v0.3.31 |
| 1031 | 2026-06-17T16:03:24.453Z | Checking tracing v0.1.44 |
| 1032 | 2026-06-17T16:03:24.644Z | Compiling ryu v1.0.23 |
| 1033 | 2026-06-17T16:03:24.820Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1034 | 2026-06-17T16:03:24.896Z | Compiling clap_derive v4.6.1 |
| 1035 | 2026-06-17T16:03:25.295Z | Checking base64 v0.22.1 |
| 1036 | 2026-06-17T16:03:25.676Z | Checking rand_core v0.6.4 |
| 1037 | 2026-06-17T16:03:25.813Z | Compiling openapiv3 v2.2.0 |
| 1038 | 2026-06-17T16:03:25.958Z | Checking rustls-pki-types v1.14.1 |
| 1039 | 2026-06-17T16:03:26.195Z | Checking tokio-util v0.7.18 |
| 1040 | 2026-06-17T16:03:26.392Z | Checking untrusted v0.7.1 |
| 1041 | 2026-06-17T16:03:26.461Z | Checking ipnet v2.12.0 |
| 1042 | 2026-06-17T16:03:26.571Z | Checking untrusted v0.9.0 |
| 1043 | 2026-06-17T16:03:26.591Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 1044 | 2026-06-17T16:03:27.126Z | Compiling proc-macro-crate v3.5.0 |
| 1045 | 2026-06-17T16:03:27.374Z | Checking http-body v1.0.1 |
| 1046 | 2026-06-17T16:03:27.484Z | Checking atomic-waker v1.1.2 |
| 1047 | 2026-06-17T16:03:27.584Z | Compiling num_enum_derive v0.7.6 |
| 1048 | 2026-06-17T16:03:27.657Z | Checking tower-layer v0.3.3 |
| 1049 | 2026-06-17T16:03:27.692Z | Checking try-lock v0.2.5 |
| 1050 | 2026-06-17T16:03:27.787Z | Compiling either v1.16.0 |
| 1051 | 2026-06-17T16:03:27.930Z | Checking tower-service v0.3.3 |
| 1052 | 2026-06-17T16:03:28.024Z | Compiling itertools v0.14.0 |
| 1053 | 2026-06-17T16:03:28.081Z | Checking want v0.3.1 |
| 1054 | 2026-06-17T16:03:28.098Z | Checking h2 v0.4.14 |
| 1055 | 2026-06-17T16:03:28.251Z | Checking httpdate v1.0.3 |
| 1056 | 2026-06-17T16:03:28.607Z | Compiling regress v0.11.1 |
| 1057 | 2026-06-17T16:03:29.013Z | Compiling crucible-workspace-hack v0.1.0 |
| 1058 | 2026-06-17T16:03:29.296Z | Checking serde_urlencoded v0.7.1 |
| 1059 | 2026-06-17T16:03:29.381Z | Checking http-body-util v0.1.3 |
| 1060 | 2026-06-17T16:03:29.399Z | Checking ppv-lite86 v0.2.21 |
| 1061 | 2026-06-17T16:03:29.969Z | Checking hyper v1.10.1 |
| 1062 | 2026-06-17T16:03:29.989Z | Compiling unsafe-libyaml v0.2.11 |
| 1063 | 2026-06-17T16:03:30.130Z | Compiling typify-impl v0.6.2 |
| 1064 | 2026-06-17T16:03:30.534Z | Compiling serde_yaml v0.9.34+deprecated |
| 1065 | 2026-06-17T16:03:30.895Z | Checking hyper-util v0.1.20 |
| 1066 | 2026-06-17T16:03:31.613Z | Compiling convert_case v0.4.0 |
| 1067 | 2026-06-17T16:03:31.914Z | Compiling derive_more v0.99.20 |
| 1068 | 2026-06-17T16:03:32.408Z | Compiling darling_core v0.21.3 |
| 1069 | 2026-06-17T16:03:32.453Z | Compiling zerocopy-derive v0.7.35 |
| 1070 | 2026-06-17T16:03:33.241Z | Checking powerfmt v0.2.0 |
| 1071 | 2026-06-17T16:03:33.399Z | Checking deranged v0.5.8 |
| 1072 | 2026-06-17T16:03:33.496Z | Compiling typify-macro v0.6.2 |
| 1073 | 2026-06-17T16:03:34.284Z | Compiling regress v0.10.5 |
| 1074 | 2026-06-17T16:03:34.498Z | Compiling darling_macro v0.21.3 |
| 1075 | 2026-06-17T16:03:34.517Z | Checking num_threads v0.1.7 |
| 1076 | 2026-06-17T16:03:34.710Z | Checking time v0.3.47 |
| 1077 | 2026-06-17T16:03:35.081Z | Compiling darling v0.21.3 |
| 1078 | 2026-06-17T16:03:35.101Z | Compiling heapless v0.8.0 |
| 1079 | 2026-06-17T16:03:35.310Z | Compiling ingot-macros v0.1.1 |
| 1080 | 2026-06-17T16:03:35.594Z | Compiling typify v0.6.2 |
| 1081 | 2026-06-17T16:03:35.695Z | Checking crossbeam-channel v0.5.15 |
| 1082 | 2026-06-17T16:03:35.820Z | Compiling scroll_derive v0.12.1 |
| 1083 | 2026-06-17T16:03:35.883Z | Compiling serde_repr v0.1.20 |
| 1084 | 2026-06-17T16:03:36.470Z | Compiling rustix v0.38.44 |
| 1085 | 2026-06-17T16:03:36.829Z | Checking cpufeatures v0.3.0 |
| 1086 | 2026-06-17T16:03:36.985Z | Checking rand_core v0.9.5 |
| 1087 | 2026-06-17T16:03:37.377Z | Checking futures-executor v0.3.32 |
| 1088 | 2026-06-17T16:03:37.444Z | Checking sync_wrapper v1.0.2 |
| 1089 | 2026-06-17T16:03:37.511Z | Checking thread_local v1.1.9 |
| 1090 | 2026-06-17T16:03:37.550Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1091 | 2026-06-17T16:03:37.680Z | Compiling smoltcp v0.11.0 |
| 1092 | 2026-06-17T16:03:38.056Z | Checking tower v0.5.3 |
| 1093 | 2026-06-17T16:03:38.262Z | Checking webpki-roots v1.0.7 |
| 1094 | 2026-06-17T16:03:38.519Z | Compiling rustc_version v0.4.1 |
| 1095 | 2026-06-17T16:03:38.601Z | Checking is-terminal v0.4.17 |
| 1096 | 2026-06-17T16:03:38.661Z | Checking take_mut v0.2.2 |
| 1097 | 2026-06-17T16:03:38.771Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1098 | 2026-06-17T16:03:38.795Z | Checking term v1.2.1 |
| 1099 | 2026-06-17T16:03:38.822Z | Compiling curve25519-dalek v4.1.3 |
| 1100 | 2026-06-17T16:03:38.899Z | Checking tower-http v0.6.11 |
| 1101 | 2026-06-17T16:03:39.025Z | Checking slog-term v2.9.2 |
| 1102 | 2026-06-17T16:03:39.028Z | Checking futures v0.3.32 |
| 1103 | 2026-06-17T16:03:39.063Z | Checking rand_chacha v0.9.0 |
| 1104 | 2026-06-17T16:03:39.137Z | Compiling toml_datetime v0.6.11 |
| 1105 | 2026-06-17T16:03:39.201Z | Compiling foreign-types-macros v0.2.3 |
| 1106 | 2026-06-17T16:03:39.524Z | Checking hex v0.4.3 |
| 1107 | 2026-06-17T16:03:39.525Z | Checking fastrand v2.4.1 |
| 1108 | 2026-06-17T16:03:39.773Z | Checking rand v0.9.4 |
| 1109 | 2026-06-17T16:03:40.472Z | Compiling zerocopy v0.7.35 |
| 1110 | 2026-06-17T16:03:40.519Z | Compiling hubpack_derive v0.1.1 |
| 1111 | 2026-06-17T16:03:40.519Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1112 | 2026-06-17T16:03:40.529Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1113 | 2026-06-17T16:03:40.978Z | Compiling proc-macro-error-attr v1.0.4 |
| 1114 | 2026-06-17T16:03:41.005Z | Compiling usdt-impl v0.5.0 |
| 1115 | 2026-06-17T16:03:41.265Z | Compiling dof v0.3.0 |
| 1116 | 2026-06-17T16:03:41.280Z | Compiling dtrace-parser v0.2.0 |
| 1117 | 2026-06-17T16:03:41.301Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1118 | 2026-06-17T16:03:41.545Z | Compiling serde_spanned v1.1.1 |
| 1119 | 2026-06-17T16:03:41.788Z | Compiling thread-id v4.2.2 |
| 1120 | 2026-06-17T16:03:41.809Z | Compiling proc-macro-error v1.0.4 |
| 1121 | 2026-06-17T16:03:41.880Z | Compiling memoffset v0.9.1 |
| 1122 | 2026-06-17T16:03:42.056Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1123 | 2026-06-17T16:03:42.246Z | Compiling pkg-config v0.3.33 |
| 1124 | 2026-06-17T16:03:43.097Z | Checking tempfile v3.27.0 |
| 1125 | 2026-06-17T16:03:43.141Z | Checking crypto-common v0.1.7 |
| 1126 | 2026-06-17T16:03:43.502Z | Checking hybrid-array v0.4.12 |
| 1127 | 2026-06-17T16:03:43.951Z | Checking openssl-probe v0.2.1 |
| 1128 | 2026-06-17T16:03:44.003Z | Compiling cfg_aliases v0.2.1 |
| 1129 | 2026-06-17T16:03:44.008Z | Checking simd-adler32 v0.3.9 |
| 1130 | 2026-06-17T16:03:44.062Z | Checking match_cfg v0.1.0 |
| 1131 | 2026-06-17T16:03:44.081Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8) |
| 1132 | 2026-06-17T16:03:44.134Z | Checking adler2 v2.0.1 |
| 1133 | 2026-06-17T16:03:44.165Z | Compiling prettyplease v0.2.37 |
| 1134 | 2026-06-17T16:03:44.262Z | Checking miniz_oxide v0.8.9 |
| 1135 | 2026-06-17T16:03:44.420Z | Checking hostname v0.3.1 |
| 1136 | 2026-06-17T16:03:44.459Z | Compiling nix v0.31.3 |
| 1137 | 2026-06-17T16:03:44.479Z | Checking rustls-native-certs v0.8.4 |
| 1138 | 2026-06-17T16:03:44.852Z | Checking slog-json v2.6.1 |
| 1139 | 2026-06-17T16:03:44.871Z | Checking newtype-uuid v1.3.2 |
| 1140 | 2026-06-17T16:03:45.041Z | Checking memmap2 v0.9.10 |
| 1141 | 2026-06-17T16:03:45.060Z | Compiling heck v0.4.1 |
| 1142 | 2026-06-17T16:03:45.276Z | Checking usdt v0.6.0 |
| 1143 | 2026-06-17T16:03:45.352Z | Checking daft v0.1.7 |
| 1144 | 2026-06-17T16:03:45.455Z | Checking slog-bunyan v2.5.0 |
| 1145 | 2026-06-17T16:03:45.558Z | Checking flate2 v1.1.9 |
| 1146 | 2026-06-17T16:03:45.582Z | Checking crypto-common v0.2.2 |
| 1147 | 2026-06-17T16:03:45.601Z | Checking block-buffer v0.12.0 |
| 1148 | 2026-06-17T16:03:45.743Z | Compiling usdt-macro v0.5.0 |
| 1149 | 2026-06-17T16:03:45.805Z | Compiling usdt-attr-macro v0.5.0 |
| 1150 | 2026-06-17T16:03:46.069Z | Compiling enum-as-inner v0.6.1 |
| 1151 | 2026-06-17T16:03:46.237Z | Compiling num-derive v0.4.2 |
| 1152 | 2026-06-17T16:03:46.307Z | Compiling winnow v0.7.15 |
| 1153 | 2026-06-17T16:03:46.428Z | Checking compression-core v0.4.32 |
| 1154 | 2026-06-17T16:03:46.484Z | Checking debug-ignore v1.0.5 |
| 1155 | 2026-06-17T16:03:46.728Z | Checking const-oid v0.10.2 |
| 1156 | 2026-06-17T16:03:46.883Z | Checking digest v0.11.3 |
| 1157 | 2026-06-17T16:03:47.036Z | Checking compression-codecs v0.4.38 |
| 1158 | 2026-06-17T16:03:47.602Z | Checking encoding_rs v0.8.35 |
| 1159 | 2026-06-17T16:03:47.640Z | Checking mime v0.3.17 |
| 1160 | 2026-06-17T16:03:47.683Z | Compiling rayon-core v1.13.0 |
| 1161 | 2026-06-17T16:03:47.729Z | Checking spin v0.9.8 |
| 1162 | 2026-06-17T16:03:47.748Z | Checking toml v1.1.2+spec-1.1.0 |
| 1163 | 2026-06-17T16:03:47.883Z | Checking async-compression v0.4.42 |
| 1164 | 2026-06-17T16:03:47.948Z | Checking sha1 v0.11.0 |
| 1165 | 2026-06-17T16:03:48.456Z | Checking rand_chacha v0.3.1 |
| 1166 | 2026-06-17T16:03:48.496Z | Checking waitgroup v0.1.2 |
| 1167 | 2026-06-17T16:03:48.530Z | Checking rustls-pemfile v2.2.0 |
| 1168 | 2026-06-17T16:03:48.600Z | Checking async-stream v0.3.6 |
| 1169 | 2026-06-17T16:03:48.671Z | Checking serde_path_to_error v0.1.20 |
| 1170 | 2026-06-17T16:03:48.728Z | Checking hostname v0.4.2 |
| 1171 | 2026-06-17T16:03:48.800Z | Compiling wait-timeout v0.2.1 |
| 1172 | 2026-06-17T16:03:48.834Z | Compiling quick-error v1.2.3 |
| 1173 | 2026-06-17T16:03:48.902Z | Compiling bit-vec v0.8.0 |
| 1174 | 2026-06-17T16:03:49.072Z | Compiling rusty-fork v0.3.1 |
| 1175 | 2026-06-17T16:03:49.129Z | Compiling bit-set v0.8.0 |
| 1176 | 2026-06-17T16:03:49.179Z | Checking rand v0.8.6 |
| 1177 | 2026-06-17T16:03:49.766Z | Compiling rand_xorshift v0.4.0 |
| 1178 | 2026-06-17T16:03:49.915Z | Compiling progenitor-impl v0.14.0 |
| 1179 | 2026-06-17T16:03:50.054Z | Compiling num-integer v0.1.46 |
| 1180 | 2026-06-17T16:03:50.117Z | Checking macaddr v1.0.1 |
| 1181 | 2026-06-17T16:03:50.467Z | Checking unicode-width v0.2.2 |
| 1182 | 2026-06-17T16:03:50.546Z | Compiling winnow v0.5.40 |
| 1183 | 2026-06-17T16:03:50.565Z | Compiling semver v0.1.20 |
| 1184 | 2026-06-17T16:03:50.585Z | Checking rustls-webpki v0.103.13 |
| 1185 | 2026-06-17T16:03:51.049Z | Compiling unarray v0.1.4 |
| 1186 | 2026-06-17T16:03:51.742Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1187 | 2026-06-17T16:03:51.921Z | Compiling toml_edit v0.19.15 |
| 1188 | 2026-06-17T16:03:51.939Z | Compiling proptest v1.11.0 |
| 1189 | 2026-06-17T16:03:51.959Z | Compiling progenitor-macro v0.14.0 |
| 1190 | 2026-06-17T16:03:52.317Z | Compiling rustc_version v0.1.7 |
| 1191 | 2026-06-17T16:03:53.349Z | Checking tokio-rustls v0.26.4 |
| 1192 | 2026-06-17T16:03:53.501Z | Checking rustls-platform-verifier v0.7.0 |
| 1193 | 2026-06-17T16:03:53.590Z | Checking hyper-rustls v0.27.9 |
| 1194 | 2026-06-17T16:03:53.800Z | Checking reqwest v0.13.4 |
| 1195 | 2026-06-17T16:03:53.828Z | Compiling reqwest v0.12.28 |
| 1196 | 2026-06-17T16:03:53.882Z | Compiling backon v1.6.0 |
| 1197 | 2026-06-17T16:03:54.089Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1198 | 2026-06-17T16:03:54.794Z | Checking block-buffer v0.10.4 |
| 1199 | 2026-06-17T16:03:55.132Z | Compiling strum v0.26.3 |
| 1200 | 2026-06-17T16:03:55.434Z | Compiling instant v0.1.13 |
| 1201 | 2026-06-17T16:03:55.760Z | Compiling utf8parse v0.2.2 |
| 1202 | 2026-06-17T16:03:55.861Z | Compiling anstyle-parse v1.0.0 |
| 1203 | 2026-06-17T16:03:56.042Z | Compiling backoff v0.4.0 |
| 1204 | 2026-06-17T16:03:56.074Z | Compiling progenitor-client v0.14.0 |
| 1205 | 2026-06-17T16:03:56.074Z | Compiling iddqd v0.4.2 |
| 1206 | 2026-06-17T16:03:56.116Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1207 | 2026-06-17T16:03:56.138Z | Checking digest v0.10.7 |
| 1208 | 2026-06-17T16:03:56.231Z | Compiling progenitor-extras v0.2.0 |
| 1209 | 2026-06-17T16:03:56.247Z | Compiling progenitor-client v0.10.0 |
| 1210 | 2026-06-17T16:03:56.247Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1211 | 2026-06-17T16:03:56.463Z | Compiling proc-macro-crate v1.3.1 |
| 1212 | 2026-06-17T16:03:56.485Z | Compiling newtype_derive v0.1.6 |
| 1213 | 2026-06-17T16:03:56.485Z | Compiling num-rational v0.4.2 |
| 1214 | 2026-06-17T16:03:56.485Z | Compiling num-iter v0.1.45 |
| 1215 | 2026-06-17T16:03:56.633Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1216 | 2026-06-17T16:03:56.647Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1217 | 2026-06-17T16:03:56.825Z | Compiling progenitor-impl v0.13.0 |
| 1218 | 2026-06-17T16:03:56.985Z | Compiling parse-display v0.10.0 |
| 1219 | 2026-06-17T16:03:57.029Z | Compiling serde_with v3.20.0 |
| 1220 | 2026-06-17T16:03:57.147Z | Compiling strum v0.27.2 |
| 1221 | 2026-06-17T16:03:57.168Z | Compiling num-complex v0.4.6 |
| 1222 | 2026-06-17T16:03:57.281Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1223 | 2026-06-17T16:03:57.355Z | Compiling vcpkg v0.2.15 |
| 1224 | 2026-06-17T16:03:57.431Z | Compiling owo-colors v4.3.0 |
| 1225 | 2026-06-17T16:03:57.457Z | Compiling colorchoice v1.0.5 |
| 1226 | 2026-06-17T16:03:57.528Z | Compiling is_terminal_polyfill v1.70.2 |
| 1227 | 2026-06-17T16:03:57.549Z | Compiling anstyle-query v1.1.5 |
| 1228 | 2026-06-17T16:03:57.575Z | Compiling anstyle v1.0.14 |
| 1229 | 2026-06-17T16:03:57.627Z | Compiling humantime v2.3.0 |
| 1230 | 2026-06-17T16:03:57.717Z | Compiling num v0.4.3 |
| 1231 | 2026-06-17T16:03:57.804Z | Compiling anstream v1.0.0 |
| 1232 | 2026-06-17T16:03:57.875Z | Compiling num_enum_derive v0.5.11 |
| 1233 | 2026-06-17T16:03:57.973Z | Compiling openssl-sys v0.9.116 |
| 1234 | 2026-06-17T16:03:58.143Z | Compiling terminal_size v0.4.4 |
| 1235 | 2026-06-17T16:03:58.289Z | Compiling serde_spanned v0.6.9 |
| 1236 | 2026-06-17T16:03:58.445Z | Compiling derive-where v1.6.1 |
| 1237 | 2026-06-17T16:03:58.471Z | Compiling pin-project-internal v1.1.13 |
| 1238 | 2026-06-17T16:03:58.545Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1239 | 2026-06-17T16:03:58.873Z | Compiling progenitor-macro v0.13.0 |
| 1240 | 2026-06-17T16:03:58.900Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1241 | 2026-06-17T16:03:59.428Z | Compiling clap_lex v1.1.0 |
| 1242 | 2026-06-17T16:03:59.578Z | Compiling toml_write v0.1.2 |
| 1243 | 2026-06-17T16:03:59.622Z | Compiling float-ord v0.3.2 |
| 1244 | 2026-06-17T16:03:59.721Z | Compiling clap_builder v4.6.0 |
| 1245 | 2026-06-17T16:03:59.744Z | Compiling toml_edit v0.22.27 |
| 1246 | 2026-06-17T16:04:01.179Z | Compiling toml v0.8.23 |
| 1247 | 2026-06-17T16:04:01.290Z | Compiling clap v4.6.1 |
| 1248 | 2026-06-17T16:04:01.676Z | Compiling zone_cfg_derive v0.3.1 |
| 1249 | 2026-06-17T16:04:01.865Z | Compiling async-recursion v1.1.1 |
| 1250 | 2026-06-17T16:04:02.063Z | Compiling snafu-derive v0.8.9 |
| 1251 | 2026-06-17T16:04:02.926Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1252 | 2026-06-17T16:04:03.287Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1253 | 2026-06-17T16:04:03.349Z | Compiling slog-dtrace v0.3.0 |
| 1254 | 2026-06-17T16:04:03.401Z | Compiling openssl v0.10.80 |
| 1255 | 2026-06-17T16:04:03.458Z | Compiling unicode-xid v0.2.6 |
| 1256 | 2026-06-17T16:04:03.590Z | Compiling minimal-lexical v0.2.1 |
| 1257 | 2026-06-17T16:04:03.697Z | Compiling chrono-tz v0.10.4 |
| 1258 | 2026-06-17T16:04:03.798Z | Compiling cancel-safe-futures v0.1.5 |
| 1259 | 2026-06-17T16:04:03.886Z | Compiling nom v7.1.3 |
| 1260 | 2026-06-17T16:04:04.156Z | Compiling const_format_proc_macros v0.2.34 |
| 1261 | 2026-06-17T16:04:04.239Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1262 | 2026-06-17T16:04:04.675Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1263 | 2026-06-17T16:04:04.762Z | Compiling openssl-macros v0.1.1 |
| 1264 | 2026-06-17T16:04:04.931Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1265 | 2026-06-17T16:04:05.027Z | Checking cpufeatures v0.2.17 |
| 1266 | 2026-06-17T16:04:05.195Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1267 | 2026-06-17T16:04:05.738Z | Compiling cookie v0.18.1 |
| 1268 | 2026-06-17T16:04:05.758Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1269 | 2026-06-17T16:04:06.053Z | Compiling tabled_derive v0.7.0 |
| 1270 | 2026-06-17T16:04:06.111Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1271 | 2026-06-17T16:04:06.478Z | Checking num_enum v0.7.6 |
| 1272 | 2026-06-17T16:04:08.875Z | Checking tabwriter v1.4.1 |
| 1273 | 2026-06-17T16:04:09.060Z | Checking secrecy v0.10.3 |
| 1274 | 2026-06-17T16:04:09.202Z | Checking tinyvec_macros v0.1.1 |
| 1275 | 2026-06-17T16:04:09.205Z | Checking colored v3.1.1 |
| 1276 | 2026-06-17T16:04:09.312Z | Checking tinyvec v1.11.0 |
| 1277 | 2026-06-17T16:04:09.398Z | Checking crossbeam-epoch v0.9.18 |
| 1278 | 2026-06-17T16:04:09.437Z | Checking hash32 v0.3.1 |
| 1279 | 2026-06-17T16:04:09.583Z | Checking bstr v1.12.1 |
| 1280 | 2026-06-17T16:04:09.616Z | Checking data-encoding v2.11.0 |
| 1281 | 2026-06-17T16:04:09.764Z | Checking hmac v0.12.1 |
| 1282 | 2026-06-17T16:04:09.902Z | Checking ingot-types v0.1.2 |
| 1283 | 2026-06-17T16:04:09.905Z | Checking inout v0.1.4 |
| 1284 | 2026-06-17T16:04:10.015Z | Checking scroll v0.12.0 |
| 1285 | 2026-06-17T16:04:10.062Z | Checking ff v0.13.1 |
| 1286 | 2026-06-17T16:04:10.194Z | Checking cobs v0.3.0 |
| 1287 | 2026-06-17T16:04:10.251Z | Checking bitflags v1.3.2 |
| 1288 | 2026-06-17T16:04:10.269Z | Checking static_assertions v1.1.0 |
| 1289 | 2026-06-17T16:04:10.330Z | Checking foreign-types-shared v0.3.1 |
| 1290 | 2026-06-17T16:04:10.349Z | Checking managed v0.8.0 |
| 1291 | 2026-06-17T16:04:10.353Z | Checking postcard v1.1.3 |
| 1292 | 2026-06-17T16:04:10.422Z | Checking foreign-types v0.5.0 |
| 1293 | 2026-06-17T16:04:10.444Z | Checking ingot v0.1.1 |
| 1294 | 2026-06-17T16:04:10.506Z | Checking goblin v0.8.2 |
| 1295 | 2026-06-17T16:04:10.579Z | Checking group v0.13.0 |
| 1296 | 2026-06-17T16:04:10.645Z | Checking cipher v0.4.4 |
| 1297 | 2026-06-17T16:04:10.687Z | Checking hkdf v0.12.4 |
| 1298 | 2026-06-17T16:04:10.820Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1299 | 2026-06-17T16:04:10.820Z | Checking universal-hash v0.5.1 |
| 1300 | 2026-06-17T16:04:10.951Z | Checking crypto-bigint v0.5.5 |
| 1301 | 2026-06-17T16:04:10.993Z | Checking chacha20 v0.10.0 |
| 1302 | 2026-06-17T16:04:11.102Z | Checking half v2.7.1 |
| 1303 | 2026-06-17T16:04:11.362Z | Checking cstr-argument v0.1.2 |
| 1304 | 2026-06-17T16:04:11.492Z | Checking base64ct v1.8.3 |
| 1305 | 2026-06-17T16:04:11.532Z | Checking ciborium-io v0.2.2 |
| 1306 | 2026-06-17T16:04:11.568Z | Checking indent_write v2.2.0 |
| 1307 | 2026-06-17T16:04:11.627Z | Checking base16ct v0.2.0 |
| 1308 | 2026-06-17T16:04:11.704Z | Checking opaque-debug v0.3.1 |
| 1309 | 2026-06-17T16:04:11.725Z | Checking ciborium-ll v0.2.2 |
| 1310 | 2026-06-17T16:04:11.743Z | Checking password-hash v0.5.0 |
| 1311 | 2026-06-17T16:04:11.781Z | Checking poly1305 v0.8.0 |
| 1312 | 2026-06-17T16:04:11.817Z | Checking elliptic-curve v0.13.8 |
| 1313 | 2026-06-17T16:04:11.843Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1314 | 2026-06-17T16:04:11.901Z | Checking rand v0.10.1 |
| 1315 | 2026-06-17T16:04:11.969Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1316 | 2026-06-17T16:04:12.008Z | Checking chacha20 v0.9.1 |
| 1317 | 2026-06-17T16:04:12.027Z | Checking atomicwrites v0.4.4 |
| 1318 | 2026-06-17T16:04:12.030Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1319 | 2026-06-17T16:04:12.076Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1320 | 2026-06-17T16:04:12.158Z | Checking blake2 v0.10.6 |
| 1321 | 2026-06-17T16:04:12.197Z | Checking aead v0.5.2 |
| 1322 | 2026-06-17T16:04:12.293Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1323 | 2026-06-17T16:04:12.338Z | Checking thiserror-no-std v2.0.2 |
| 1324 | 2026-06-17T16:04:12.376Z | Checking hubpack v0.1.2 |
| 1325 | 2026-06-17T16:04:12.379Z | Checking byte-wrapper v0.1.0 |
| 1326 | 2026-06-17T16:04:12.431Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1327 | 2026-06-17T16:04:12.566Z | Checking keccak v0.1.6 |
| 1328 | 2026-06-17T16:04:12.600Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1329 | 2026-06-17T16:04:12.693Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1330 | 2026-06-17T16:04:12.722Z | Checking sha3 v0.10.9 |
| 1331 | 2026-06-17T16:04:12.848Z | Checking vsss-rs v3.3.4 |
| 1332 | 2026-06-17T16:04:12.934Z | Checking argon2 v0.5.3 |
| 1333 | 2026-06-17T16:04:12.955Z | Checking chacha20poly1305 v0.10.1 |
| 1334 | 2026-06-17T16:04:12.981Z | Checking ciborium v0.2.2 |
| 1335 | 2026-06-17T16:04:13.089Z | Checking similar v2.7.0 |
| 1336 | 2026-06-17T16:04:13.332Z | Checking memmap v0.7.0 |
| 1337 | 2026-06-17T16:04:13.351Z | Checking lazy_static v1.5.0 |
| 1338 | 2026-06-17T16:04:13.436Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1339 | 2026-06-17T16:04:13.474Z | Checking usdt v0.5.0 |
| 1340 | 2026-06-17T16:04:13.639Z | Checking crossbeam-deque v0.8.6 |
| 1341 | 2026-06-17T16:04:13.786Z | Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1342 | 2026-06-17T16:04:13.830Z | Checking bytecount v0.6.9 |
| 1343 | 2026-06-17T16:04:13.944Z | Checking unicode-segmentation v1.13.3 |
| 1344 | 2026-06-17T16:04:13.964Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1345 | 2026-06-17T16:04:14.188Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1346 | 2026-06-17T16:04:14.284Z | Checking newline-converter v0.3.0 |
| 1347 | 2026-06-17T16:04:14.323Z | Checking console v0.15.11 |
| 1348 | 2026-06-17T16:04:14.341Z | Checking progenitor v0.14.0 |
| 1349 | 2026-06-17T16:04:14.397Z | Checking itertools v0.12.1 |
| 1350 | 2026-06-17T16:04:14.566Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1351 | 2026-06-17T16:04:14.652Z | Compiling parking_lot_core v0.8.6 |
| 1352 | 2026-06-17T16:04:14.747Z | Checking swrite v0.1.0 |
| 1353 | 2026-06-17T16:04:14.786Z | Checking resolv-conf v0.7.6 |
| 1354 | 2026-06-17T16:04:14.789Z | Checking linked-hash-map v0.5.6 |
| 1355 | 2026-06-17T16:04:14.841Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1356 | 2026-06-17T16:04:14.939Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1357 | 2026-06-17T16:04:14.977Z | Checking lru-cache v0.1.2 |
| 1358 | 2026-06-17T16:04:14.997Z | Checking rayon v1.12.0 |
| 1359 | 2026-06-17T16:04:15.101Z | Checking expectorate v1.2.0 |
| 1360 | 2026-06-17T16:04:15.234Z | Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1361 | 2026-06-17T16:04:15.389Z | Checking hickory-proto v0.24.4 |
| 1362 | 2026-06-17T16:04:15.640Z | Checking progenitor-client v0.13.0 |
| 1363 | 2026-06-17T16:04:15.772Z | Checking camino-tempfile v1.4.1 |
| 1364 | 2026-06-17T16:04:16.072Z | Checking serde-big-array v0.5.1 |
| 1365 | 2026-06-17T16:04:16.101Z | Checking siphasher v1.0.3 |
| 1366 | 2026-06-17T16:04:16.207Z | Checking progenitor v0.13.0 |
| 1367 | 2026-06-17T16:04:16.226Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1368 | 2026-06-17T16:04:16.263Z | Checking phf_shared v0.12.1 |
| 1369 | 2026-06-17T16:04:16.484Z | Checking unicode-normalization v0.1.25 |
| 1370 | 2026-06-17T16:04:16.793Z | Checking pin-project v1.1.13 |
| 1371 | 2026-06-17T16:04:16.879Z | Checking num_enum v0.5.11 |
| 1372 | 2026-06-17T16:04:16.937Z | Checking hickory-resolver v0.24.4 |
| 1373 | 2026-06-17T16:04:17.166Z | Checking tokio-stream v0.1.18 |
| 1374 | 2026-06-17T16:04:17.404Z | Checking csv-core v0.1.13 |
| 1375 | 2026-06-17T16:04:17.542Z | Checking smawk v0.3.2 |
| 1376 | 2026-06-17T16:04:17.576Z | Checking foldhash v0.1.5 |
| 1377 | 2026-06-17T16:04:17.614Z | Checking unicode-linebreak v0.1.5 |
| 1378 | 2026-06-17T16:04:17.663Z | Checking foreign-types-shared v0.1.1 |
| 1379 | 2026-06-17T16:04:17.682Z | Checking same-file v1.0.6 |
| 1380 | 2026-06-17T16:04:17.720Z | Checking konst_macro_rules v0.2.19 |
| 1381 | 2026-06-17T16:04:17.723Z | Checking unicode-width v0.1.14 |
| 1382 | 2026-06-17T16:04:17.757Z | Checking highway v1.3.0 |
| 1383 | 2026-06-17T16:04:17.824Z | Checking textwrap v0.16.2 |
| 1384 | 2026-06-17T16:04:17.853Z | Checking walkdir v2.5.0 |
| 1385 | 2026-06-17T16:04:17.882Z | Checking konst v0.2.20 |
| 1386 | 2026-06-17T16:04:17.994Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1387 | 2026-06-17T16:04:18.014Z | Checking foreign-types v0.3.2 |
| 1388 | 2026-06-17T16:04:18.034Z | Checking hashbrown v0.15.5 |
| 1389 | 2026-06-17T16:04:18.057Z | Checking qorb v0.4.1 |
| 1390 | 2026-06-17T16:04:18.077Z | Checking csv v1.4.0 |
| 1391 | 2026-06-17T16:04:18.551Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1392 | 2026-06-17T16:04:18.744Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1393 | 2026-06-17T16:04:18.924Z | Checking snafu v0.8.9 |
| 1394 | 2026-06-17T16:04:18.927Z | Checking olpc-cjson v0.1.4 |
| 1395 | 2026-06-17T16:04:19.070Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1396 | 2026-06-17T16:04:19.089Z | Checking phf v0.12.1 |
| 1397 | 2026-06-17T16:04:19.236Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1398 | 2026-06-17T16:04:19.300Z | Checking zone v0.3.1 |
| 1399 | 2026-06-17T16:04:19.436Z | Checking tokio-dtrace v0.1.1 |
| 1400 | 2026-06-17T16:04:19.627Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1401 | 2026-06-17T16:04:19.657Z | Checking globset v0.4.18 |
| 1402 | 2026-06-17T16:04:19.912Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1403 | 2026-06-17T16:04:20.277Z | Checking smf v0.2.3 |
| 1404 | 2026-06-17T16:04:20.445Z | Checking pem v3.0.6 |
| 1405 | 2026-06-17T16:04:20.515Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1406 | 2026-06-17T16:04:20.603Z | Checking libsw-core v0.3.2 |
| 1407 | 2026-06-17T16:04:20.680Z | Checking serde_plain v1.0.2 |
| 1408 | 2026-06-17T16:04:20.741Z | Checking sigpipe v0.1.3 |
| 1409 | 2026-06-17T16:04:20.760Z | Checking fixedbitset v0.5.7 |
| 1410 | 2026-06-17T16:04:20.884Z | Checking jiff v0.2.28 |
| 1411 | 2026-06-17T16:04:20.960Z | Checking fixedbitset v0.4.2 |
| 1412 | 2026-06-17T16:04:20.964Z | Checking glob v0.3.3 |
| 1413 | 2026-06-17T16:04:20.964Z | Checking typed-path v0.9.3 |
| 1414 | 2026-06-17T16:04:21.137Z | Checking petgraph v0.6.5 |
| 1415 | 2026-06-17T16:04:21.391Z | Checking petgraph v0.8.3 |
| 1416 | 2026-06-17T16:04:21.514Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1417 | 2026-06-17T16:04:21.616Z | Checking libsw v3.5.0 |
| 1418 | 2026-06-17T16:04:21.795Z | Checking tough v0.22.0 |
| 1419 | 2026-06-17T16:04:21.977Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1420 | 2026-06-17T16:04:22.063Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1421 | 2026-06-17T16:04:22.294Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1422 | 2026-06-17T16:04:22.391Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1423 | 2026-06-17T16:04:22.550Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1424 | 2026-06-17T16:04:22.619Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1425 | 2026-06-17T16:04:22.678Z | Checking oxide-tokio-rt v0.1.6 |
| 1426 | 2026-06-17T16:04:22.857Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1427 | 2026-06-17T16:04:22.985Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1428 | 2026-06-17T16:04:22.988Z | Checking const_format v0.2.36 |
| 1429 | 2026-06-17T16:04:23.082Z | Checking papergrid v0.11.0 |
| 1430 | 2026-06-17T16:04:23.111Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1431 | 2026-06-17T16:04:23.500Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1432 | 2026-06-17T16:04:23.518Z | Checking gethostname v0.5.0 |
| 1433 | 2026-06-17T16:04:23.616Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1434 | 2026-06-17T16:04:23.636Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1435 | 2026-06-17T16:04:23.747Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1436 | 2026-06-17T16:04:23.859Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1437 | 2026-06-17T16:04:24.191Z | Checking libscf-sys v1.2.0 |
| 1438 | 2026-06-17T16:04:24.385Z | Checking bcs v0.1.6 |
| 1439 | 2026-06-17T16:04:24.482Z | Checking termtree v0.5.1 |
| 1440 | 2026-06-17T16:04:24.485Z | Checking tagptr v0.2.0 |
| 1441 | 2026-06-17T16:04:24.547Z | Checking whoami v1.6.1 |
| 1442 | 2026-06-17T16:04:24.618Z | Checking linear-map v1.2.0 |
| 1443 | 2026-06-17T16:04:24.658Z | Checking moka v0.12.15 |
| 1444 | 2026-06-17T16:04:24.790Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1445 | 2026-06-17T16:04:25.126Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1446 | 2026-06-17T16:04:26.054Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1447 | 2026-06-17T16:04:26.242Z | Checking tabled v0.15.0 |
| 1448 | 2026-06-17T16:04:26.480Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1449 | 2026-06-17T16:04:26.546Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1450 | 2026-06-17T16:04:26.569Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1451 | 2026-06-17T16:04:26.588Z | Checking steno v0.4.1 |
| 1452 | 2026-06-17T16:04:27.149Z | Checking hickory-proto v0.25.2 |
| 1453 | 2026-06-17T16:04:28.607Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1454 | 2026-06-17T16:04:28.741Z | Checking hickory-resolver v0.25.2 |
| 1455 | 2026-06-17T16:04:28.805Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1456 | 2026-06-17T16:04:29.387Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1457 | 2026-06-17T16:04:29.731Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1458 | 2026-06-17T16:04:30.133Z | Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1459 | 2026-06-17T16:04:33.977Z | Checking nom v8.0.0 |
| 1460 | 2026-06-17T16:04:33.980Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1461 | 2026-06-17T16:04:34.131Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1462 | 2026-06-17T16:04:34.704Z | Compiling proc-macro-error2 v2.0.1 |
| 1463 | 2026-06-17T16:04:37.866Z | Compiling crunchy v0.2.4 |
| 1464 | 2026-06-17T16:04:39.453Z | Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1465 | 2026-06-17T16:04:39.707Z | Compiling tabled_derive v0.11.0 |
| 1466 | 2026-06-17T16:04:40.447Z | Compiling tiny-keccak v2.0.2 |
| 1467 | 2026-06-17T16:04:40.721Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 1468 | 2026-06-17T16:04:41.043Z | Compiling typify-impl v0.4.3 |
| 1469 | 2026-06-17T16:04:41.064Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1470 | 2026-06-17T16:04:41.177Z | Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1471 | 2026-06-17T16:04:41.267Z | Checking parking_lot v0.11.2 |
| 1472 | 2026-06-17T16:04:41.284Z | Compiling const-random-macro v0.1.16 |
| 1473 | 2026-06-17T16:04:41.706Z | Checking fxhash v0.2.1 |
| 1474 | 2026-06-17T16:04:41.726Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1475 | 2026-06-17T16:04:41.789Z | Compiling ahash v0.8.12 |
| 1476 | 2026-06-17T16:04:41.834Z | Checking sled v0.34.7 |
| 1477 | 2026-06-17T16:04:42.065Z | Compiling smartstring v1.0.1 |
| 1478 | 2026-06-17T16:04:42.639Z | Checking internet-checksum v0.2.1 |
| 1479 | 2026-06-17T16:04:42.765Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 1480 | 2026-06-17T16:04:43.004Z | Compiling rhai_codegen v3.2.0 |
| 1481 | 2026-06-17T16:04:43.055Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 1482 | 2026-06-17T16:04:43.131Z | Checking arc-swap v1.9.1 |
| 1483 | 2026-06-17T16:04:43.452Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1484 | 2026-06-17T16:04:43.474Z | Checking slog-scope v4.4.1 |
| 1485 | 2026-06-17T16:04:43.621Z | Checking papergrid v0.18.0 |
| 1486 | 2026-06-17T16:04:43.804Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 1487 | 2026-06-17T16:04:44.064Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1488 | 2026-06-17T16:04:44.246Z | Checking testing_table v0.3.0 |
| 1489 | 2026-06-17T16:04:44.349Z | Checking dropshot-api-manager-types v0.7.2 |
| 1490 | 2026-06-17T16:04:44.402Z | Compiling typify-macro v0.4.3 |
| 1491 | 2026-06-17T16:04:44.577Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 1492 | 2026-06-17T16:04:44.724Z | Checking tabled v0.21.0 |
| 1493 | 2026-06-17T16:04:44.823Z | Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1494 | 2026-06-17T16:04:45.429Z | Checking slog-stdlog v4.1.1 |
| 1495 | 2026-06-17T16:04:45.564Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1496 | 2026-06-17T16:04:45.730Z | Compiling lzma-sys v0.1.20 |
| 1497 | 2026-06-17T16:04:45.775Z | Compiling fs-err v3.3.0 |
| 1498 | 2026-06-17T16:04:45.812Z | Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1499 | 2026-06-17T16:04:45.903Z | Compiling typify v0.4.3 |
| 1500 | 2026-06-17T16:04:45.933Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1501 | 2026-06-17T16:04:45.977Z | Compiling typeid v1.0.3 |
| 1502 | 2026-06-17T16:04:46.007Z | Compiling progenitor-impl v0.10.0 |
| 1503 | 2026-06-17T16:04:46.198Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 1504 | 2026-06-17T16:04:46.293Z | Checking slog-envlogger v2.2.0 |
| 1505 | 2026-06-17T16:04:46.950Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1506 | 2026-06-17T16:04:47.117Z | Checking crc8 v0.1.1 |
| 1507 | 2026-06-17T16:04:47.222Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 1508 | 2026-06-17T16:04:47.242Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1509 | 2026-06-17T16:04:47.407Z | Checking const-random v0.1.18 |
| 1510 | 2026-06-17T16:04:47.922Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 1511 | 2026-06-17T16:04:48.029Z | Compiling progenitor-macro v0.10.0 |
| 1512 | 2026-06-17T16:04:48.154Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 1513 | 2026-06-17T16:04:48.206Z | Compiling cargo_toml v0.22.3 |
| 1514 | 2026-06-17T16:04:49.438Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1515 | 2026-06-17T16:04:50.172Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1516 | 2026-06-17T16:04:50.619Z | Checking thin-vec v0.2.18 |
| 1517 | 2026-06-17T16:04:50.879Z | Checking rhai v1.25.1 |
| 1518 | 2026-06-17T16:04:50.972Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 1519 | 2026-06-17T16:04:51.821Z | Checking sha1 v0.10.6 |
| 1520 | 2026-06-17T16:04:52.037Z | Checking utf-8 v0.7.6 |
| 1521 | 2026-06-17T16:04:52.183Z | Checking tungstenite v0.21.0 |
| 1522 | 2026-06-17T16:04:52.425Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 1523 | 2026-06-17T16:04:53.514Z | Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1524 | 2026-06-17T16:04:53.585Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1525 | 2026-06-17T16:04:53.802Z | Checking sha2 v0.10.9 |
| 1526 | 2026-06-17T16:04:53.900Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1527 | 2026-06-17T16:04:54.063Z | Checking diff v0.1.13 |
| 1528 | 2026-06-17T16:04:54.137Z | Checking yansi v1.0.1 |
| 1529 | 2026-06-17T16:04:54.140Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1530 | 2026-06-17T16:04:54.204Z | Checking progenitor v0.10.0 |
| 1531 | 2026-06-17T16:04:54.412Z | Checking pretty_assertions v1.4.1 |
| 1532 | 2026-06-17T16:04:54.486Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 1533 | 2026-06-17T16:04:54.701Z | Checking tokio-tungstenite v0.21.0 |
| 1534 | 2026-06-17T16:04:55.578Z | Checking console v0.16.3 |
| 1535 | 2026-06-17T16:04:55.731Z | Checking git-stub v1.0.0 |
| 1536 | 2026-06-17T16:04:55.927Z | Checking unit-prefix v0.5.2 |
| 1537 | 2026-06-17T16:04:55.930Z | Checking is_ci v1.2.0 |
| 1538 | 2026-06-17T16:04:56.097Z | Checking base64 v0.21.7 |
| 1539 | 2026-06-17T16:04:56.181Z | Checking supports-color v3.0.2 |
| 1540 | 2026-06-17T16:04:56.201Z | Checking indicatif v0.18.4 |
| 1541 | 2026-06-17T16:04:56.336Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1542 | 2026-06-17T16:04:57.125Z | Checking git-stub-vcs v0.1.0 |
| 1543 | 2026-06-17T16:04:57.244Z | Checking xz2 v0.1.7 |
| 1544 | 2026-06-17T16:04:57.418Z | Checking ron v0.12.1 |
| 1545 | 2026-06-17T16:04:57.562Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1546 | 2026-06-17T16:04:57.810Z | Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1547 | 2026-06-17T16:04:57.841Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1548 | 2026-06-17T16:04:58.086Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1549 | 2026-06-17T16:04:58.467Z | Checking drift v0.2.0 |
| 1550 | 2026-06-17T16:04:58.788Z | Compiling serial_test_derive v3.5.0 |
| 1551 | 2026-06-17T16:04:59.057Z | Checking base16ct v1.0.0 |
| 1552 | 2026-06-17T16:04:59.511Z | Checking serial_test v3.5.0 |
| 1553 | 2026-06-17T16:04:59.514Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1554 | 2026-06-17T16:04:59.697Z | Checking dropshot-api-manager v0.7.2 |
| 1555 | 2026-06-17T16:05:00.503Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 1556 | 2026-06-17T16:05:00.905Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1557 | 2026-06-17T16:05:01.441Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1558 | 2026-06-17T16:05:01.476Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1559 | 2026-06-17T16:05:01.951Z | Checking natord v1.0.9 |
| 1560 | 2026-06-17T16:05:02.250Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1561 | 2026-06-17T16:05:02.375Z | Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 1562 | 2026-06-17T16:05:02.612Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1563 | 2026-06-17T16:05:02.987Z | Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1564 | 2026-06-17T16:05:03.104Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1565 | 2026-06-17T16:05:03.254Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1566 | 2026-06-17T16:05:03.469Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1567 | 2026-06-17T16:05:03.473Z | Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 1568 | 2026-06-17T16:05:03.529Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1569 | 2026-06-17T16:05:12.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
| 1570 | 2026-06-17T16:05:12.534Z | + cargo xtask openapi check |
| 1571 | 2026-06-17T16:05:13.166Z | Compiling cfg-if v1.0.4 |
| 1572 | 2026-06-17T16:05:13.169Z | Compiling libc v0.2.186 |
| 1573 | 2026-06-17T16:05:13.169Z | Compiling serde_core v1.0.228 |
| 1574 | 2026-06-17T16:05:13.277Z | Compiling memchr v2.8.1 |
| 1575 | 2026-06-17T16:05:13.280Z | Compiling smallvec v1.15.1 |
| 1576 | 2026-06-17T16:05:13.290Z | Compiling itoa v1.0.18 |
| 1577 | 2026-06-17T16:05:13.300Z | Compiling stable_deref_trait v1.2.1 |
| 1578 | 2026-06-17T16:05:13.303Z | Compiling zerofrom v0.1.8 |
| 1579 | 2026-06-17T16:05:13.319Z | Compiling zmij v1.0.21 |
| 1580 | 2026-06-17T16:05:13.369Z | Compiling writeable v0.6.3 |
| 1581 | 2026-06-17T16:05:13.424Z | Compiling yoke v0.8.3 |
| 1582 | 2026-06-17T16:05:13.471Z | Compiling litemap v0.8.2 |
| 1583 | 2026-06-17T16:05:13.482Z | Compiling utf8_iter v1.0.4 |
| 1584 | 2026-06-17T16:05:13.572Z | Compiling percent-encoding v2.3.2 |
| 1585 | 2026-06-17T16:05:13.595Z | Compiling zerovec v0.11.6 |
| 1586 | 2026-06-17T16:05:13.609Z | Compiling zerotrie v0.2.4 |
| 1587 | 2026-06-17T16:05:13.626Z | Compiling icu_properties_data v2.2.0 |
| 1588 | 2026-06-17T16:05:13.663Z | Compiling icu_normalizer_data v2.2.0 |
| 1589 | 2026-06-17T16:05:13.740Z | Compiling libm v0.2.16 |
| 1590 | 2026-06-17T16:05:13.744Z | Compiling form_urlencoded v1.2.2 |
| 1591 | 2026-06-17T16:05:13.793Z | Compiling rand_core v0.10.1 |
| 1592 | 2026-06-17T16:05:13.808Z | Compiling errno v0.3.14 |
| 1593 | 2026-06-17T16:05:13.904Z | Compiling iana-time-zone v0.1.65 |
| 1594 | 2026-06-17T16:05:13.928Z | Compiling getrandom v0.4.2 |
| 1595 | 2026-06-17T16:05:13.949Z | Compiling pin-project-lite v0.2.17 |
| 1596 | 2026-06-17T16:05:13.961Z | Compiling zeroize v1.8.2 |
| 1597 | 2026-06-17T16:05:13.961Z | Compiling dyn-clone v1.0.20 |
| 1598 | 2026-06-17T16:05:14.045Z | Compiling scopeguard v1.2.0 |
| 1599 | 2026-06-17T16:05:14.106Z | Compiling tinystr v0.8.3 |
| 1600 | 2026-06-17T16:05:14.109Z | Compiling potential_utf v0.1.5 |
| 1601 | 2026-06-17T16:05:14.128Z | Compiling lock_api v0.4.14 |
| 1602 | 2026-06-17T16:05:14.132Z | Compiling parking_lot_core v0.9.12 |
| 1603 | 2026-06-17T16:05:14.150Z | Compiling socket2 v0.6.4 |
| 1604 | 2026-06-17T16:05:14.160Z | Compiling signal-hook-registry v1.4.8 |
| 1605 | 2026-06-17T16:05:14.279Z | Compiling icu_locale_core v2.2.0 |
| 1606 | 2026-06-17T16:05:14.306Z | Compiling icu_collections v2.2.0 |
| 1607 | 2026-06-17T16:05:14.348Z | Compiling parking_lot v0.12.5 |
| 1608 | 2026-06-17T16:05:14.433Z | Compiling mio v1.2.1 |
| 1609 | 2026-06-17T16:05:14.445Z | Compiling portable-atomic v1.13.1 |
| 1610 | 2026-06-17T16:05:14.593Z | Compiling num-traits v0.2.19 |
| 1611 | 2026-06-17T16:05:14.724Z | Compiling futures-core v0.3.32 |
| 1612 | 2026-06-17T16:05:14.832Z | Compiling thiserror v2.0.18 |
| 1613 | 2026-06-17T16:05:14.879Z | Compiling critical-section v1.2.0 |
| 1614 | 2026-06-17T16:05:14.919Z | Compiling serde v1.0.228 |
| 1615 | 2026-06-17T16:05:14.930Z | Compiling serde_json v1.0.150 |
| 1616 | 2026-06-17T16:05:14.940Z | Compiling uuid v1.23.2 |
| 1617 | 2026-06-17T16:05:14.950Z | Compiling semver v1.0.28 |
| 1618 | 2026-06-17T16:05:14.988Z | Compiling icu_provider v2.2.0 |
| 1619 | 2026-06-17T16:05:15.093Z | Compiling bitflags v2.12.1 |
| 1620 | 2026-06-17T16:05:15.206Z | Compiling once_cell v1.21.4 |
| 1621 | 2026-06-17T16:05:15.286Z | Compiling icu_properties v2.2.0 |
| 1622 | 2026-06-17T16:05:15.311Z | Compiling icu_normalizer v2.2.0 |
| 1623 | 2026-06-17T16:05:15.335Z | Compiling subtle v2.6.1 |
| 1624 | 2026-06-17T16:05:15.353Z | Compiling bytes v1.11.1 |
| 1625 | 2026-06-17T16:05:15.366Z | Compiling chrono v0.4.45 |
| 1626 | 2026-06-17T16:05:15.423Z | Compiling equivalent v1.0.2 |
| 1627 | 2026-06-17T16:05:15.435Z | Compiling zerocopy v0.8.50 |
| 1628 | 2026-06-17T16:05:15.501Z | Compiling log v0.4.32 |
| 1629 | 2026-06-17T16:05:15.513Z | Compiling futures-sink v0.3.32 |
| 1630 | 2026-06-17T16:05:15.617Z | Compiling slab v0.4.12 |
| 1631 | 2026-06-17T16:05:15.693Z | Compiling typenum v1.20.1 |
| 1632 | 2026-06-17T16:05:15.796Z | Compiling slog v2.8.2 |
| 1633 | 2026-06-17T16:05:15.813Z | Compiling tokio v1.52.3 |
| 1634 | 2026-06-17T16:05:15.879Z | Compiling futures-channel v0.3.32 |
| 1635 | 2026-06-17T16:05:15.987Z | Compiling getrandom v0.2.17 |
| 1636 | 2026-06-17T16:05:16.018Z | Compiling futures-io v0.3.32 |
| 1637 | 2026-06-17T16:05:16.104Z | Compiling futures-task v0.3.32 |
| 1638 | 2026-06-17T16:05:16.170Z | Compiling idna_adapter v1.2.2 |
| 1639 | 2026-06-17T16:05:16.182Z | Compiling rand_core v0.6.4 |
| 1640 | 2026-06-17T16:05:16.284Z | Compiling idna v1.1.0 |
| 1641 | 2026-06-17T16:05:16.315Z | Compiling futures-util v0.3.32 |
| 1642 | 2026-06-17T16:05:16.419Z | Compiling hashbrown v0.17.1 |
| 1643 | 2026-06-17T16:05:16.432Z | Compiling tracing-core v0.1.36 |
| 1644 | 2026-06-17T16:05:16.491Z | Compiling base64 v0.22.1 |
| 1645 | 2026-06-17T16:05:16.824Z | Compiling url v2.5.8 |
| 1646 | 2026-06-17T16:05:16.836Z | Compiling tracing v0.1.44 |
| 1647 | 2026-06-17T16:05:16.981Z | Compiling indexmap v2.14.0 |
| 1648 | 2026-06-17T16:05:17.017Z | Compiling http v1.4.1 |
| 1649 | 2026-06-17T16:05:17.028Z | Compiling unicode-ident v1.0.24 |
| 1650 | 2026-06-17T16:05:17.075Z | Compiling fnv v1.0.7 |
| 1651 | 2026-06-17T16:05:17.151Z | Compiling proc-macro2 v1.0.106 |
| 1652 | 2026-06-17T16:05:17.177Z | Compiling byteorder v1.5.0 |
| 1653 | 2026-06-17T16:05:17.411Z | Compiling schemars v0.8.22 |
| 1654 | 2026-06-17T16:05:17.623Z | Compiling quote v1.0.45 |
| 1655 | 2026-06-17T16:05:17.645Z | Compiling ipnet v2.12.0 |
| 1656 | 2026-06-17T16:05:17.834Z | Compiling syn v2.0.117 |
| 1657 | 2026-06-17T16:05:17.936Z | Compiling erased-serde v0.3.31 |
| 1658 | 2026-06-17T16:05:17.969Z | Compiling rustls-pki-types v1.14.1 |
| 1659 | 2026-06-17T16:05:18.188Z | Compiling http-body v1.0.1 |
| 1660 | 2026-06-17T16:05:18.353Z | Compiling ipnetwork v0.21.1 |
| 1661 | 2026-06-17T16:05:18.438Z | Compiling ppv-lite86 v0.2.21 |
| 1662 | 2026-06-17T16:05:18.463Z | Compiling thiserror v1.0.69 |
| 1663 | 2026-06-17T16:05:18.570Z | Compiling aws-lc-sys v0.41.0 |
| 1664 | 2026-06-17T16:05:18.625Z | Compiling oxnet v0.1.6 |
| 1665 | 2026-06-17T16:05:18.765Z | Compiling atomic-waker v1.1.2 |
| 1666 | 2026-06-17T16:05:18.789Z | Compiling untrusted v0.7.1 |
| 1667 | 2026-06-17T16:05:18.801Z | Compiling httparse v1.10.1 |
| 1668 | 2026-06-17T16:05:18.862Z | Compiling tower-layer v0.3.3 |
| 1669 | 2026-06-17T16:05:18.891Z | Compiling pretty-hex v0.4.2 |
| 1670 | 2026-06-17T16:05:18.913Z | Compiling untrusted v0.9.0 |
| 1671 | 2026-06-17T16:05:19.021Z | Compiling ryu v1.0.23 |
| 1672 | 2026-06-17T16:05:19.021Z | Compiling tower-service v0.3.3 |
| 1673 | 2026-06-17T16:05:19.043Z | Compiling aws-lc-rs v1.17.0 |
| 1674 | 2026-06-17T16:05:19.080Z | Compiling rustls v0.23.40 |
| 1675 | 2026-06-17T16:05:19.102Z | Compiling try-lock v0.2.5 |
| 1676 | 2026-06-17T16:05:19.116Z | Compiling rustix v1.1.4 |
| 1677 | 2026-06-17T16:05:19.174Z | Compiling plain v0.2.3 |
| 1678 | 2026-06-17T16:05:19.211Z | Compiling want v0.3.1 |
| 1679 | 2026-06-17T16:05:19.222Z | Compiling httpdate v1.0.3 |
| 1680 | 2026-06-17T16:05:19.281Z | Compiling omicron-workspace-hack v0.1.0 |
| 1681 | 2026-06-17T16:05:19.330Z | Compiling getrandom v0.3.4 |
| 1682 | 2026-06-17T16:05:19.353Z | Compiling ucd-trie v0.1.7 |
| 1683 | 2026-06-17T16:05:19.375Z | Compiling regex-syntax v0.8.10 |
| 1684 | 2026-06-17T16:05:19.467Z | Compiling rand_core v0.9.5 |
| 1685 | 2026-06-17T16:05:19.517Z | Compiling tokio-util v0.7.18 |
| 1686 | 2026-06-17T16:05:19.643Z | Compiling pest v2.8.6 |
| 1687 | 2026-06-17T16:05:19.687Z | Compiling crossbeam-utils v0.8.21 |
| 1688 | 2026-06-17T16:05:20.195Z | Compiling h2 v0.4.14 |
| 1689 | 2026-06-17T16:05:20.230Z | Compiling rustls-webpki v0.103.13 |
| 1690 | 2026-06-17T16:05:20.360Z | Compiling serde_urlencoded v0.7.1 |
| 1691 | 2026-06-17T16:05:20.456Z | Compiling http-body-util v0.1.3 |
| 1692 | 2026-06-17T16:05:20.614Z | Compiling newtype-uuid v1.3.2 |
| 1693 | 2026-06-17T16:05:20.927Z | Compiling allocator-api2 v0.2.21 |
| 1694 | 2026-06-17T16:05:20.951Z | Compiling foldhash v0.2.0 |
| 1695 | 2026-06-17T16:05:21.162Z | Compiling hex v0.4.3 |
| 1696 | 2026-06-17T16:05:21.189Z | Compiling daft v0.1.7 |
| 1697 | 2026-06-17T16:05:21.259Z | Compiling hashbrown v0.16.1 |
| 1698 | 2026-06-17T16:05:21.432Z | Compiling rand_chacha v0.9.0 |
| 1699 | 2026-06-17T16:05:21.465Z | Compiling fastrand v2.4.1 |
| 1700 | 2026-06-17T16:05:21.740Z | Compiling rand v0.9.4 |
| 1701 | 2026-06-17T16:05:21.802Z | Compiling sync_wrapper v1.0.2 |
| 1702 | 2026-06-17T16:05:21.815Z | Compiling generic-array v0.14.7 |
| 1703 | 2026-06-17T16:05:21.851Z | Compiling anyhow v1.0.102 |
| 1704 | 2026-06-17T16:05:21.865Z | Compiling aho-corasick v1.1.4 |
| 1705 | 2026-06-17T16:05:21.898Z | Compiling tower v0.5.3 |
| 1706 | 2026-06-17T16:05:21.910Z | Compiling powerfmt v0.2.0 |
| 1707 | 2026-06-17T16:05:22.115Z | Compiling deranged v0.5.8 |
| 1708 | 2026-06-17T16:05:22.223Z | Compiling hyper v1.10.1 |
| 1709 | 2026-06-17T16:05:22.310Z | Compiling tower-http v0.6.11 |
| 1710 | 2026-06-17T16:05:22.335Z | Compiling tempfile v3.27.0 |
| 1711 | 2026-06-17T16:05:22.368Z | Compiling futures-executor v0.3.32 |
| 1712 | 2026-06-17T16:05:22.638Z | Compiling camino v1.2.2 |
| 1713 | 2026-06-17T16:05:22.729Z | Compiling regex-automata v0.4.14 |
| 1714 | 2026-06-17T16:05:22.732Z | Compiling openapiv3 v2.2.0 |
| 1715 | 2026-06-17T16:05:23.073Z | Compiling time-core v0.1.8 |
| 1716 | 2026-06-17T16:05:23.126Z | Compiling num-conv v0.2.2 |
| 1717 | 2026-06-17T16:05:23.137Z | Compiling num_threads v0.1.7 |
| 1718 | 2026-06-17T16:05:23.223Z | Compiling openssl-probe v0.2.1 |
| 1719 | 2026-06-17T16:05:23.237Z | Compiling cpufeatures v0.3.0 |
| 1720 | 2026-06-17T16:05:23.281Z | Compiling time v0.3.47 |
| 1721 | 2026-06-17T16:05:23.312Z | Compiling futures v0.3.32 |
| 1722 | 2026-06-17T16:05:23.395Z | Compiling hyper-util v0.1.20 |
| 1723 | 2026-06-17T16:05:23.414Z | Compiling rustls-native-certs v0.8.4 |
| 1724 | 2026-06-17T16:05:23.756Z | Compiling tokio-rustls v0.26.4 |
| 1725 | 2026-06-17T16:05:23.769Z | Compiling scroll v0.13.0 |
| 1726 | 2026-06-17T16:05:23.940Z | Compiling hybrid-array v0.4.12 |
| 1727 | 2026-06-17T16:05:24.032Z | Compiling winnow v1.0.3 |
| 1728 | 2026-06-17T16:05:24.035Z | Compiling adler2 v2.0.1 |
| 1729 | 2026-06-17T16:05:24.183Z | Compiling simd-adler32 v0.3.9 |
| 1730 | 2026-06-17T16:05:24.381Z | Compiling miniz_oxide v0.8.9 |
| 1731 | 2026-06-17T16:05:24.392Z | Compiling goblin v0.10.7 |
| 1732 | 2026-06-17T16:05:24.408Z | Compiling rustls-platform-verifier v0.7.0 |
| 1733 | 2026-06-17T16:05:24.640Z | Compiling hyper-rustls v0.27.9 |
| 1734 | 2026-06-17T16:05:24.942Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1735 | 2026-06-17T16:05:24.959Z | Compiling crossbeam-channel v0.5.15 |
| 1736 | 2026-06-17T16:05:25.031Z | Compiling crc32fast v1.5.0 |
| 1737 | 2026-06-17T16:05:25.052Z | Compiling reqwest v0.13.4 |
| 1738 | 2026-06-17T16:05:25.118Z | Compiling regex v1.12.3 |
| 1739 | 2026-06-17T16:05:25.219Z | Compiling flate2 v1.1.9 |
| 1740 | 2026-06-17T16:05:25.432Z | Compiling block-buffer v0.12.0 |
| 1741 | 2026-06-17T16:05:25.435Z | Compiling crypto-common v0.2.2 |
| 1742 | 2026-06-17T16:05:25.578Z | Compiling crypto-common v0.1.7 |
| 1743 | 2026-06-17T16:05:25.602Z | Compiling dtrace-parser v0.3.0 |
| 1744 | 2026-06-17T16:05:25.646Z | Compiling rand_chacha v0.3.1 |
| 1745 | 2026-06-17T16:05:25.713Z | Compiling thread-id v5.1.0 |
| 1746 | 2026-06-17T16:05:25.801Z | Compiling thread_local v1.1.9 |
| 1747 | 2026-06-17T16:05:25.988Z | Compiling match_cfg v0.1.0 |
| 1748 | 2026-06-17T16:05:26.056Z | Compiling debug-ignore v1.0.5 |
| 1749 | 2026-06-17T16:05:26.067Z | Compiling compression-core v0.4.32 |
| 1750 | 2026-06-17T16:05:26.070Z | Compiling const-oid v0.10.2 |
| 1751 | 2026-06-17T16:05:26.163Z | Compiling hostname v0.3.1 |
| 1752 | 2026-06-17T16:05:26.230Z | Compiling digest v0.11.3 |
| 1753 | 2026-06-17T16:05:26.280Z | Compiling compression-codecs v0.4.38 |
| 1754 | 2026-06-17T16:05:26.292Z | Compiling rand v0.8.6 |
| 1755 | 2026-06-17T16:05:26.302Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1756 | 2026-06-17T16:05:26.316Z | Compiling slog-json v2.6.1 |
| 1757 | 2026-06-17T16:05:26.379Z | Compiling ref-cast v1.0.25 |
| 1758 | 2026-06-17T16:05:26.402Z | Compiling strum v0.26.3 |
| 1759 | 2026-06-17T16:05:26.483Z | Compiling macaddr v1.0.1 |
| 1760 | 2026-06-17T16:05:26.522Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1761 | 2026-06-17T16:05:26.525Z | Compiling serde_spanned v1.1.1 |
| 1762 | 2026-06-17T16:05:26.543Z | Compiling wait-timeout v0.2.1 |
| 1763 | 2026-06-17T16:05:26.676Z | Compiling memmap2 v0.9.10 |
| 1764 | 2026-06-17T16:05:26.708Z | Compiling is-terminal v0.4.17 |
| 1765 | 2026-06-17T16:05:26.811Z | Compiling encoding_rs v0.8.35 |
| 1766 | 2026-06-17T16:05:26.837Z | Compiling term v1.2.1 |
| 1767 | 2026-06-17T16:05:26.840Z | Compiling bit-vec v0.8.0 |
| 1768 | 2026-06-17T16:05:26.899Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1769 | 2026-06-17T16:05:26.936Z | Compiling take_mut v0.2.2 |
| 1770 | 2026-06-17T16:05:26.957Z | Compiling quick-error v1.2.3 |
| 1771 | 2026-06-17T16:05:27.050Z | Compiling mime v0.3.17 |
| 1772 | 2026-06-17T16:05:27.065Z | Compiling either v1.16.0 |
| 1773 | 2026-06-17T16:05:27.082Z | Compiling spin v0.9.8 |
| 1774 | 2026-06-17T16:05:27.113Z | Compiling slog-term v2.9.2 |
| 1775 | 2026-06-17T16:05:27.200Z | Compiling dof v0.4.0 |
| 1776 | 2026-06-17T16:05:27.274Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1777 | 2026-06-17T16:05:27.329Z | Compiling rusty-fork v0.3.1 |
| 1778 | 2026-06-17T16:05:27.502Z | Compiling bit-set v0.8.0 |
| 1779 | 2026-06-17T16:05:27.670Z | Compiling slog-async v2.8.0 |
| 1780 | 2026-06-17T16:05:27.684Z | Compiling slog-bunyan v2.5.0 |
| 1781 | 2026-06-17T16:05:27.687Z | Compiling async-compression v0.4.42 |
| 1782 | 2026-06-17T16:05:27.825Z | Compiling multer v3.1.0 |
| 1783 | 2026-06-17T16:05:28.060Z | Compiling usdt-impl v0.6.0 |
| 1784 | 2026-06-17T16:05:28.184Z | Compiling sha1 v0.11.0 |
| 1785 | 2026-06-17T16:05:28.333Z | Compiling serde_with v3.20.0 |
| 1786 | 2026-06-17T16:05:28.443Z | Compiling usdt v0.6.0 |
| 1787 | 2026-06-17T16:05:28.525Z | Compiling async-stream v0.3.6 |
| 1788 | 2026-06-17T16:05:28.564Z | Compiling rand_xorshift v0.4.0 |
| 1789 | 2026-06-17T16:05:28.715Z | Compiling waitgroup v0.1.2 |
| 1790 | 2026-06-17T16:05:28.726Z | Compiling rustls-pemfile v2.2.0 |
| 1791 | 2026-06-17T16:05:28.729Z | Compiling serde_path_to_error v0.1.20 |
| 1792 | 2026-06-17T16:05:28.746Z | Compiling hostname v0.4.2 |
| 1793 | 2026-06-17T16:05:28.749Z | Compiling unarray v0.1.4 |
| 1794 | 2026-06-17T16:05:28.773Z | Compiling strum v0.27.2 |
| 1795 | 2026-06-17T16:05:28.856Z | Compiling proptest v1.11.0 |
| 1796 | 2026-06-17T16:05:28.868Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1797 | 2026-06-17T16:05:28.883Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1798 | 2026-06-17T16:05:28.904Z | Compiling progenitor-client v0.14.0 |
| 1799 | 2026-06-17T16:05:28.924Z | Compiling iddqd v0.4.2 |
| 1800 | 2026-06-17T16:05:29.000Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1801 | 2026-06-17T16:05:29.061Z | Compiling dropshot v0.17.1 |
| 1802 | 2026-06-17T16:05:29.101Z | Compiling reqwest v0.12.28 |
| 1803 | 2026-06-17T16:05:29.159Z | Compiling block-buffer v0.10.4 |
| 1804 | 2026-06-17T16:05:29.194Z | Compiling backon v1.6.0 |
| 1805 | 2026-06-17T16:05:29.246Z | Compiling instant v0.1.13 |
| 1806 | 2026-06-17T16:05:29.309Z | Compiling digest v0.10.7 |
| 1807 | 2026-06-17T16:05:29.352Z | Compiling progenitor-extras v0.2.0 |
| 1808 | 2026-06-17T16:05:29.397Z | Compiling backoff v0.4.0 |
| 1809 | 2026-06-17T16:05:29.526Z | Compiling itertools v0.14.0 |
| 1810 | 2026-06-17T16:05:29.588Z | Compiling parse-display v0.10.0 |
| 1811 | 2026-06-17T16:05:29.609Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1812 | 2026-06-17T16:05:29.910Z | Compiling regress v0.10.5 |
| 1813 | 2026-06-17T16:05:30.120Z | Compiling progenitor-client v0.10.0 |
| 1814 | 2026-06-17T16:05:30.186Z | Compiling humantime v2.3.0 |
| 1815 | 2026-06-17T16:05:30.463Z | Compiling cpufeatures v0.2.17 |
| 1816 | 2026-06-17T16:05:30.479Z | Compiling unicode-width v0.2.2 |
| 1817 | 2026-06-17T16:05:30.540Z | Compiling secrecy v0.10.3 |
| 1818 | 2026-06-17T16:05:30.701Z | Compiling tinyvec_macros v0.1.1 |
| 1819 | 2026-06-17T16:05:30.754Z | Compiling heck v0.5.0 |
| 1820 | 2026-06-17T16:05:30.766Z | Compiling tinyvec v1.11.0 |
| 1821 | 2026-06-17T16:05:30.779Z | Compiling num-integer v0.1.46 |
| 1822 | 2026-06-17T16:05:30.790Z | Compiling scroll v0.12.0 |
| 1823 | 2026-06-17T16:05:31.009Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1824 | 2026-06-17T16:05:31.062Z | Compiling crucible-workspace-hack v0.1.0 |
| 1825 | 2026-06-17T16:05:31.106Z | Compiling hmac v0.12.1 |
| 1826 | 2026-06-17T16:05:31.109Z | Compiling inout v0.1.4 |
| 1827 | 2026-06-17T16:05:31.135Z | Compiling ff v0.13.1 |
| 1828 | 2026-06-17T16:05:31.249Z | Compiling utf8parse v0.2.2 |
| 1829 | 2026-06-17T16:05:31.265Z | Compiling group v0.13.0 |
| 1830 | 2026-06-17T16:05:31.277Z | Compiling cipher v0.4.4 |
| 1831 | 2026-06-17T16:05:31.366Z | Compiling anstyle-parse v1.0.0 |
| 1832 | 2026-06-17T16:05:31.380Z | Compiling hkdf v0.12.4 |
| 1833 | 2026-06-17T16:05:31.500Z | Compiling goblin v0.8.2 |
| 1834 | 2026-06-17T16:05:31.530Z | Compiling num-rational v0.4.2 |
| 1835 | 2026-06-17T16:05:31.559Z | Compiling num-iter v0.1.45 |
| 1836 | 2026-06-17T16:05:31.683Z | Compiling zerocopy v0.7.35 |
| 1837 | 2026-06-17T16:05:31.771Z | Compiling universal-hash v0.5.1 |
| 1838 | 2026-06-17T16:05:31.912Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1839 | 2026-06-17T16:05:32.006Z | Compiling crypto-bigint v0.5.5 |
| 1840 | 2026-06-17T16:05:32.084Z | Compiling regress v0.11.1 |
| 1841 | 2026-06-17T16:05:32.264Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1842 | 2026-06-17T16:05:32.447Z | Compiling terminal_size v0.4.4 |
| 1843 | 2026-06-17T16:05:32.597Z | Compiling half v2.7.1 |
| 1844 | 2026-06-17T16:05:32.614Z | Compiling num-complex v0.4.6 |
| 1845 | 2026-06-17T16:05:32.949Z | Compiling anstyle v1.0.14 |
| 1846 | 2026-06-17T16:05:33.053Z | Compiling ciborium-io v0.2.2 |
| 1847 | 2026-06-17T16:05:33.158Z | Compiling is_terminal_polyfill v1.70.2 |
| 1848 | 2026-06-17T16:05:33.189Z | Compiling colorchoice v1.0.5 |
| 1849 | 2026-06-17T16:05:33.235Z | Compiling anstyle-query v1.1.5 |
| 1850 | 2026-06-17T16:05:33.257Z | Compiling opaque-debug v0.3.1 |
| 1851 | 2026-06-17T16:05:33.313Z | Compiling base16ct v0.2.0 |
| 1852 | 2026-06-17T16:05:33.326Z | Compiling base64ct v1.8.3 |
| 1853 | 2026-06-17T16:05:33.335Z | Compiling anstream v1.0.0 |
| 1854 | 2026-06-17T16:05:33.350Z | Compiling poly1305 v0.8.0 |
| 1855 | 2026-06-17T16:05:33.480Z | Compiling elliptic-curve v0.13.8 |
| 1856 | 2026-06-17T16:05:33.634Z | Compiling password-hash v0.5.0 |
| 1857 | 2026-06-17T16:05:33.665Z | Compiling typify-impl v0.6.2 |
| 1858 | 2026-06-17T16:05:34.090Z | Compiling dof v0.3.0 |
| 1859 | 2026-06-17T16:05:34.159Z | Compiling ciborium-ll v0.2.2 |
| 1860 | 2026-06-17T16:05:34.276Z | Compiling num v0.4.3 |
| 1861 | 2026-06-17T16:05:34.359Z | Compiling curve25519-dalek v4.1.3 |
| 1862 | 2026-06-17T16:05:34.382Z | Compiling thiserror-no-std v2.0.2 |
| 1863 | 2026-06-17T16:05:34.626Z | Compiling chacha20 v0.9.1 |
| 1864 | 2026-06-17T16:05:34.858Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1865 | 2026-06-17T16:05:35.033Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1866 | 2026-06-17T16:05:35.258Z | Compiling blake2 v0.10.6 |
| 1867 | 2026-06-17T16:05:35.411Z | Compiling aead v0.5.2 |
| 1868 | 2026-06-17T16:05:35.432Z | Compiling byte-wrapper v0.1.0 |
| 1869 | 2026-06-17T16:05:35.470Z | Compiling dtrace-parser v0.2.0 |
| 1870 | 2026-06-17T16:05:35.499Z | Compiling crossbeam-epoch v0.9.18 |
| 1871 | 2026-06-17T16:05:35.575Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1872 | 2026-06-17T16:05:35.615Z | Compiling thread-id v4.2.2 |
| 1873 | 2026-06-17T16:05:35.704Z | Compiling keccak v0.1.6 |
| 1874 | 2026-06-17T16:05:35.711Z | Compiling strsim v0.11.1 |
| 1875 | 2026-06-17T16:05:35.954Z | Compiling clap_lex v1.1.0 |
| 1876 | 2026-06-17T16:05:35.961Z | Compiling float-ord v0.3.2 |
| 1877 | 2026-06-17T16:05:35.961Z | Compiling sha3 v0.10.9 |
| 1878 | 2026-06-17T16:05:35.961Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1879 | 2026-06-17T16:05:35.961Z | Compiling clap_builder v4.6.0 |
| 1880 | 2026-06-17T16:05:36.034Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1881 | 2026-06-17T16:05:36.090Z | Compiling usdt-impl v0.5.0 |
| 1882 | 2026-06-17T16:05:36.242Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1883 | 2026-06-17T16:05:36.753Z | Compiling chacha20poly1305 v0.10.1 |
| 1884 | 2026-06-17T16:05:36.891Z | Compiling argon2 v0.5.3 |
| 1885 | 2026-06-17T16:05:37.301Z | Compiling typify v0.6.2 |
| 1886 | 2026-06-17T16:05:37.366Z | Compiling vsss-rs v3.3.4 |
| 1887 | 2026-06-17T16:05:37.416Z | Compiling ciborium v0.2.2 |
| 1888 | 2026-06-17T16:05:37.654Z | Compiling hash32 v0.3.1 |
| 1889 | 2026-06-17T16:05:37.818Z | Compiling memmap v0.7.0 |
| 1890 | 2026-06-17T16:05:38.033Z | Compiling indent_write v2.2.0 |
| 1891 | 2026-06-17T16:05:38.037Z | Compiling data-encoding v2.11.0 |
| 1892 | 2026-06-17T16:05:38.182Z | Compiling usdt v0.5.0 |
| 1893 | 2026-06-17T16:05:38.332Z | Compiling heapless v0.8.0 |
| 1894 | 2026-06-17T16:05:38.464Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1895 | 2026-06-17T16:05:38.498Z | Compiling clap v4.6.1 |
| 1896 | 2026-06-17T16:05:38.566Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1897 | 2026-06-17T16:05:38.585Z | Compiling ingot-types v0.1.2 |
| 1898 | 2026-06-17T16:05:38.699Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1899 | 2026-06-17T16:05:38.781Z | Compiling rustix v0.38.44 |
| 1900 | 2026-06-17T16:05:38.892Z | Compiling tabwriter v1.4.1 |
| 1901 | 2026-06-17T16:05:38.959Z | Compiling cobs v0.3.0 |
| 1902 | 2026-06-17T16:05:39.005Z | Compiling bitflags v1.3.2 |
| 1903 | 2026-06-17T16:05:39.135Z | Compiling managed v0.8.0 |
| 1904 | 2026-06-17T16:05:39.160Z | Compiling postcard v1.1.3 |
| 1905 | 2026-06-17T16:05:39.174Z | Compiling ingot v0.1.1 |
| 1906 | 2026-06-17T16:05:39.201Z | Compiling memoffset v0.9.1 |
| 1907 | 2026-06-17T16:05:39.289Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1908 | 2026-06-17T16:05:39.348Z | Compiling smoltcp v0.11.0 |
| 1909 | 2026-06-17T16:05:39.497Z | Compiling toml_datetime v0.6.11 |
| 1910 | 2026-06-17T16:05:39.546Z | Compiling serde_spanned v0.6.9 |
| 1911 | 2026-06-17T16:05:39.678Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1912 | 2026-06-17T16:05:39.699Z | Compiling swrite v0.1.0 |
| 1913 | 2026-06-17T16:05:39.780Z | Compiling winnow v0.7.15 |
| 1914 | 2026-06-17T16:05:39.796Z | Compiling toml_write v0.1.2 |
| 1915 | 2026-06-17T16:05:39.992Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1916 | 2026-06-17T16:05:40.004Z | Compiling static_assertions v1.1.0 |
| 1917 | 2026-06-17T16:05:40.081Z | Compiling linked-hash-map v0.5.6 |
| 1918 | 2026-06-17T16:05:40.317Z | Compiling unicode-segmentation v1.13.3 |
| 1919 | 2026-06-17T16:05:40.702Z | Compiling colored v3.1.1 |
| 1920 | 2026-06-17T16:05:40.808Z | Compiling foreign-types-shared v0.3.1 |
| 1921 | 2026-06-17T16:05:40.909Z | Compiling resolv-conf v0.7.6 |
| 1922 | 2026-06-17T16:05:41.023Z | Compiling foreign-types v0.5.0 |
| 1923 | 2026-06-17T16:05:41.085Z | Compiling toml_edit v0.22.27 |
| 1924 | 2026-06-17T16:05:41.107Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1925 | 2026-06-17T16:05:41.226Z | Compiling newline-converter v0.3.0 |
| 1926 | 2026-06-17T16:05:41.270Z | Compiling lru-cache v0.1.2 |
| 1927 | 2026-06-17T16:05:41.283Z | Compiling hubpack v0.1.2 |
| 1928 | 2026-06-17T16:05:41.343Z | Compiling atomicwrites v0.4.4 |
| 1929 | 2026-06-17T16:05:41.400Z | Compiling nix v0.31.3 |
| 1930 | 2026-06-17T16:05:41.512Z | Compiling num_enum v0.7.6 |
| 1931 | 2026-06-17T16:05:41.537Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1932 | 2026-06-17T16:05:41.636Z | Compiling hickory-proto v0.24.4 |
| 1933 | 2026-06-17T16:05:41.658Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1934 | 2026-06-17T16:05:41.778Z | Compiling crossbeam-deque v0.8.6 |
| 1935 | 2026-06-17T16:05:41.978Z | Compiling console v0.15.11 |
| 1936 | 2026-06-17T16:05:42.045Z | Compiling chacha20 v0.10.0 |
| 1937 | 2026-06-17T16:05:42.242Z | Compiling camino-tempfile v1.4.1 |
| 1938 | 2026-06-17T16:05:42.312Z | Compiling serde-big-array v0.5.1 |
| 1939 | 2026-06-17T16:05:42.462Z | Compiling cstr-argument v0.1.2 |
| 1940 | 2026-06-17T16:05:42.478Z | Compiling siphasher v1.0.3 |
| 1941 | 2026-06-17T16:05:42.602Z | Compiling similar v2.7.0 |
| 1942 | 2026-06-17T16:05:42.625Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1943 | 2026-06-17T16:05:42.679Z | Compiling phf_shared v0.12.1 |
| 1944 | 2026-06-17T16:05:42.907Z | Compiling pin-project v1.1.13 |
| 1945 | 2026-06-17T16:05:42.936Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1946 | 2026-06-17T16:05:43.012Z | Compiling toml v0.8.23 |
| 1947 | 2026-06-17T16:05:43.413Z | Compiling expectorate v1.2.0 |
| 1948 | 2026-06-17T16:05:43.532Z | Compiling hickory-resolver v0.24.4 |
| 1949 | 2026-06-17T16:05:43.574Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1950 | 2026-06-17T16:05:43.663Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1951 | 2026-06-17T16:05:43.793Z | Compiling rand v0.10.1 |
| 1952 | 2026-06-17T16:05:43.982Z | Compiling rayon-core v1.13.0 |
| 1953 | 2026-06-17T16:05:44.334Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1954 | 2026-06-17T16:05:44.461Z | Compiling num_enum v0.5.11 |
| 1955 | 2026-06-17T16:05:44.540Z | Compiling progenitor-impl v0.13.0 |
| 1956 | 2026-06-17T16:05:44.585Z | Compiling prettyplease v0.2.37 |
| 1957 | 2026-06-17T16:05:44.690Z | Compiling unicode-normalization v0.1.25 |
| 1958 | 2026-06-17T16:05:44.747Z | Compiling progenitor-client v0.13.0 |
| 1959 | 2026-06-17T16:05:45.161Z | Compiling tokio-stream v0.1.18 |
| 1960 | 2026-06-17T16:05:45.313Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1961 | 2026-06-17T16:05:45.611Z | Compiling csv-core v0.1.13 |
| 1962 | 2026-06-17T16:05:45.622Z | Compiling bstr v1.12.1 |
| 1963 | 2026-06-17T16:05:45.850Z | Compiling foldhash v0.1.5 |
| 1964 | 2026-06-17T16:05:45.850Z | Compiling highway v1.3.0 |
| 1965 | 2026-06-17T16:05:45.883Z | Compiling foreign-types-shared v0.1.1 |
| 1966 | 2026-06-17T16:05:45.973Z | Compiling unicode-width v0.1.14 |
| 1967 | 2026-06-17T16:05:46.031Z | Compiling same-file v1.0.6 |
| 1968 | 2026-06-17T16:05:46.104Z | Compiling konst_macro_rules v0.2.19 |
| 1969 | 2026-06-17T16:05:46.207Z | Compiling walkdir v2.5.0 |
| 1970 | 2026-06-17T16:05:46.241Z | Compiling konst v0.2.20 |
| 1971 | 2026-06-17T16:05:46.256Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1972 | 2026-06-17T16:05:46.288Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1973 | 2026-06-17T16:05:46.421Z | Compiling globset v0.4.18 |
| 1974 | 2026-06-17T16:05:46.479Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1975 | 2026-06-17T16:05:46.492Z | Compiling hashbrown v0.15.5 |
| 1976 | 2026-06-17T16:05:46.547Z | Compiling foreign-types v0.3.2 |
| 1977 | 2026-06-17T16:05:46.626Z | Compiling csv v1.4.0 |
| 1978 | 2026-06-17T16:05:47.023Z | Compiling progenitor v0.13.0 |
| 1979 | 2026-06-17T16:05:47.172Z | Compiling snafu v0.8.9 |
| 1980 | 2026-06-17T16:05:47.186Z | Compiling qorb v0.4.1 |
| 1981 | 2026-06-17T16:05:47.557Z | Compiling olpc-cjson v0.1.4 |
| 1982 | 2026-06-17T16:05:47.674Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1983 | 2026-06-17T16:05:47.729Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8) |
| 1984 | 2026-06-17T16:05:47.921Z | Compiling rayon v1.12.0 |
| 1985 | 2026-06-17T16:05:48.036Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1986 | 2026-06-17T16:05:48.354Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1987 | 2026-06-17T16:05:48.615Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1988 | 2026-06-17T16:05:49.169Z | Compiling phf v0.12.1 |
| 1989 | 2026-06-17T16:05:49.321Z | Compiling openssl-sys v0.9.116 |
| 1990 | 2026-06-17T16:05:49.333Z | Compiling tokio-dtrace v0.1.1 |
| 1991 | 2026-06-17T16:05:49.606Z | Compiling progenitor-impl v0.14.0 |
| 1992 | 2026-06-17T16:05:49.713Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1993 | 2026-06-17T16:05:49.734Z | Compiling itertools v0.12.1 |
| 1994 | 2026-06-17T16:05:49.887Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1995 | 2026-06-17T16:05:50.002Z | Compiling libsw-core v0.3.2 |
| 1996 | 2026-06-17T16:05:50.091Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1997 | 2026-06-17T16:05:50.179Z | Compiling pem v3.0.6 |
| 1998 | 2026-06-17T16:05:50.427Z | Compiling serde_plain v1.0.2 |
| 1999 | 2026-06-17T16:05:50.449Z | Compiling sigpipe v0.1.3 |
| 2000 | 2026-06-17T16:05:50.462Z | Compiling fixedbitset v0.4.2 |
| 2001 | 2026-06-17T16:05:50.542Z | Compiling fixedbitset v0.5.7 |
| 2002 | 2026-06-17T16:05:50.552Z | Compiling jiff v0.2.28 |
| 2003 | 2026-06-17T16:05:50.566Z | Compiling glob v0.3.3 |
| 2004 | 2026-06-17T16:05:50.635Z | Compiling typed-path v0.9.3 |
| 2005 | 2026-06-17T16:05:50.692Z | Compiling minimal-lexical v0.2.1 |
| 2006 | 2026-06-17T16:05:50.866Z | Compiling bytecount v0.6.9 |
| 2007 | 2026-06-17T16:05:50.942Z | Compiling nom v7.1.3 |
| 2008 | 2026-06-17T16:05:50.955Z | Compiling zone v0.3.1 |
| 2009 | 2026-06-17T16:05:50.993Z | Compiling papergrid v0.11.0 |
| 2010 | 2026-06-17T16:05:51.008Z | Compiling petgraph v0.8.3 |
| 2011 | 2026-06-17T16:05:51.605Z | Compiling tough v0.22.0 |
| 2012 | 2026-06-17T16:05:51.703Z | Compiling progenitor v0.14.0 |
| 2013 | 2026-06-17T16:05:51.846Z | Compiling petgraph v0.6.5 |
| 2014 | 2026-06-17T16:05:51.906Z | Compiling openssl v0.10.80 |
| 2015 | 2026-06-17T16:05:52.266Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2016 | 2026-06-17T16:05:52.623Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2017 | 2026-06-17T16:05:52.709Z | Compiling libsw v3.5.0 |
| 2018 | 2026-06-17T16:05:52.777Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2019 | 2026-06-17T16:05:52.926Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2020 | 2026-06-17T16:05:53.044Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2021 | 2026-06-17T16:05:53.171Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2022 | 2026-06-17T16:05:53.431Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2023 | 2026-06-17T16:05:53.647Z | Compiling oxide-tokio-rt v0.1.6 |
| 2024 | 2026-06-17T16:05:53.805Z | Compiling chrono-tz v0.10.4 |
| 2025 | 2026-06-17T16:05:53.858Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2026 | 2026-06-17T16:05:53.957Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2027 | 2026-06-17T16:05:54.035Z | Compiling newtype_derive v0.1.6 |
| 2028 | 2026-06-17T16:05:54.089Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2029 | 2026-06-17T16:05:54.116Z | Compiling slog-dtrace v0.3.0 |
| 2030 | 2026-06-17T16:05:54.269Z | Compiling cancel-safe-futures v0.1.5 |
| 2031 | 2026-06-17T16:05:54.425Z | Compiling const_format v0.2.36 |
| 2032 | 2026-06-17T16:05:54.578Z | Compiling owo-colors v4.3.0 |
| 2033 | 2026-06-17T16:05:54.772Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2034 | 2026-06-17T16:05:54.895Z | Compiling gethostname v0.5.0 |
| 2035 | 2026-06-17T16:05:55.024Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2036 | 2026-06-17T16:05:55.093Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2037 | 2026-06-17T16:05:55.117Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2038 | 2026-06-17T16:05:55.155Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2039 | 2026-06-17T16:05:55.217Z | Compiling smf v0.2.3 |
| 2040 | 2026-06-17T16:05:55.279Z | Compiling bcs v0.1.6 |
| 2041 | 2026-06-17T16:05:55.311Z | Compiling smawk v0.3.2 |
| 2042 | 2026-06-17T16:05:55.452Z | Compiling whoami v1.6.1 |
| 2043 | 2026-06-17T16:05:55.593Z | Compiling termtree v0.5.1 |
| 2044 | 2026-06-17T16:05:55.622Z | Compiling lazy_static v1.5.0 |
| 2045 | 2026-06-17T16:05:55.655Z | Compiling tagptr v0.2.0 |
| 2046 | 2026-06-17T16:05:55.731Z | Compiling linear-map v1.2.0 |
| 2047 | 2026-06-17T16:05:55.748Z | Compiling unicode-linebreak v0.1.5 |
| 2048 | 2026-06-17T16:05:55.769Z | Compiling steno v0.4.1 |
| 2049 | 2026-06-17T16:05:55.785Z | Compiling moka v0.12.15 |
| 2050 | 2026-06-17T16:05:55.808Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2051 | 2026-06-17T16:05:55.918Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2052 | 2026-06-17T16:05:56.002Z | Compiling textwrap v0.16.2 |
| 2053 | 2026-06-17T16:05:56.292Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2054 | 2026-06-17T16:05:56.517Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2055 | 2026-06-17T16:05:56.553Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2056 | 2026-06-17T16:05:57.114Z | Compiling tabled v0.15.0 |
| 2057 | 2026-06-17T16:05:57.528Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2058 | 2026-06-17T16:05:57.733Z | Compiling cookie v0.18.1 |
| 2059 | 2026-06-17T16:05:58.383Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2060 | 2026-06-17T16:05:58.431Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2061 | 2026-06-17T16:05:58.721Z | Compiling hickory-proto v0.25.2 |
| 2062 | 2026-06-17T16:05:59.251Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2063 | 2026-06-17T16:05:59.300Z | Compiling libscf-sys v1.2.0 |
| 2064 | 2026-06-17T16:05:59.388Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2065 | 2026-06-17T16:05:59.448Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2066 | 2026-06-17T16:05:59.643Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2067 | 2026-06-17T16:05:59.745Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2068 | 2026-06-17T16:06:00.084Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2069 | 2026-06-17T16:06:00.516Z | Compiling hickory-resolver v0.25.2 |
| 2070 | 2026-06-17T16:06:01.298Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2071 | 2026-06-17T16:06:05.685Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2072 | 2026-06-17T16:06:13.191Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2073 | 2026-06-17T16:06:14.785Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2074 | 2026-06-17T16:06:15.812Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2075 | 2026-06-17T16:06:17.301Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2076 | 2026-06-17T16:06:18.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 2077 | 2026-06-17T16:06:18.392Z | Running `target/debug/xtask openapi check` |
| 2078 | 2026-06-17T16:06:18.892Z | Compiling serde_core v1.0.228 |
| 2079 | 2026-06-17T16:06:18.924Z | Compiling serde v1.0.228 |
| 2080 | 2026-06-17T16:06:18.929Z | Compiling serde_json v1.0.150 |
| 2081 | 2026-06-17T16:06:18.929Z | Compiling syn v2.0.117 |
| 2082 | 2026-06-17T16:06:18.938Z | Compiling bytes v1.11.1 |
| 2083 | 2026-06-17T16:06:18.942Z | Compiling getrandom v0.4.2 |
| 2084 | 2026-06-17T16:06:18.945Z | Compiling zerocopy v0.8.50 |
| 2085 | 2026-06-17T16:06:18.945Z | Compiling once_cell v1.21.4 |
| 2086 | 2026-06-17T16:06:19.101Z | Compiling num-traits v0.2.19 |
| 2087 | 2026-06-17T16:06:19.303Z | Compiling zeroize v1.8.2 |
| 2088 | 2026-06-17T16:06:19.387Z | Compiling http v1.4.1 |
| 2089 | 2026-06-17T16:06:19.479Z | Compiling schemars v0.8.22 |
| 2090 | 2026-06-17T16:06:19.528Z | Compiling aws-lc-rs v1.17.0 |
| 2091 | 2026-06-17T16:06:19.545Z | Compiling usdt-impl v0.6.0 |
| 2092 | 2026-06-17T16:06:19.550Z | Compiling time-macros v0.2.27 |
| 2093 | 2026-06-17T16:06:19.740Z | Compiling rustls-pki-types v1.14.1 |
| 2094 | 2026-06-17T16:06:19.806Z | Compiling tracing-core v0.1.36 |
| 2095 | 2026-06-17T16:06:20.078Z | Compiling bitflags v2.12.1 |
| 2096 | 2026-06-17T16:06:20.201Z | Compiling tracing v0.1.44 |
| 2097 | 2026-06-17T16:06:20.355Z | Compiling http-body v1.0.1 |
| 2098 | 2026-06-17T16:06:20.391Z | Compiling generic-array v0.14.7 |
| 2099 | 2026-06-17T16:06:20.455Z | Compiling rustls v0.23.40 |
| 2100 | 2026-06-17T16:06:20.469Z | Compiling indexmap v2.14.0 |
| 2101 | 2026-06-17T16:06:20.480Z | Compiling rustix v1.1.4 |
| 2102 | 2026-06-17T16:06:20.515Z | Compiling time v0.3.47 |
| 2103 | 2026-06-17T16:06:20.684Z | Compiling subtle v2.6.1 |
| 2104 | 2026-06-17T16:06:20.838Z | Compiling winnow v1.0.3 |
| 2105 | 2026-06-17T16:06:21.100Z | Compiling uuid v1.23.2 |
| 2106 | 2026-06-17T16:06:22.159Z | Compiling pest_generator v2.8.6 |
| 2107 | 2026-06-17T16:06:22.208Z | Compiling serde_derive_internals v0.29.1 |
| 2108 | 2026-06-17T16:06:22.208Z | Compiling camino v1.2.2 |
| 2109 | 2026-06-17T16:06:22.208Z | Compiling rustls-webpki v0.103.13 |
| 2110 | 2026-06-17T16:06:22.208Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2111 | 2026-06-17T16:06:22.209Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 2112 | 2026-06-17T16:06:22.209Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2113 | 2026-06-17T16:06:22.209Z | Compiling serde_spanned v1.1.1 |
| 2114 | 2026-06-17T16:06:22.324Z | Compiling semver v1.0.28 |
| 2115 | 2026-06-17T16:06:22.372Z | Compiling rustix v0.38.44 |
| 2116 | 2026-06-17T16:06:22.619Z | Compiling serde_derive v1.0.228 |
| 2117 | 2026-06-17T16:06:22.657Z | Compiling thiserror-impl v2.0.18 |
| 2118 | 2026-06-17T16:06:22.708Z | Compiling zerocopy-derive v0.8.50 |
| 2119 | 2026-06-17T16:06:22.741Z | Compiling pest_derive v2.8.6 |
| 2120 | 2026-06-17T16:06:22.774Z | Compiling tokio-macros v2.7.0 |
| 2121 | 2026-06-17T16:06:22.935Z | Compiling schemars_derive v0.8.22 |
| 2122 | 2026-06-17T16:06:22.939Z | Compiling scroll_derive v0.13.1 |
| 2123 | 2026-06-17T16:06:23.328Z | Compiling futures-macro v0.3.32 |
| 2124 | 2026-06-17T16:06:23.584Z | Compiling tokio v1.52.3 |
| 2125 | 2026-06-17T16:06:23.798Z | Compiling scroll v0.13.0 |
| 2126 | 2026-06-17T16:06:23.924Z | Compiling thiserror v2.0.18 |
| 2127 | 2026-06-17T16:06:24.073Z | Compiling goblin v0.10.7 |
| 2128 | 2026-06-17T16:06:24.161Z | Compiling dtrace-parser v0.3.0 |
| 2129 | 2026-06-17T16:06:24.193Z | Compiling futures-util v0.3.32 |
| 2130 | 2026-06-17T16:06:25.858Z | Compiling erased-serde v0.3.31 |
| 2131 | 2026-06-17T16:06:26.056Z | Compiling chrono v0.4.45 |
| 2132 | 2026-06-17T16:06:26.355Z | Compiling slog v2.8.2 |
| 2133 | 2026-06-17T16:06:26.446Z | Compiling serde_tokenstream v0.2.3 |
| 2134 | 2026-06-17T16:06:26.766Z | Compiling slog-json v2.6.1 |
| 2135 | 2026-06-17T16:06:26.787Z | Compiling futures-executor v0.3.32 |
| 2136 | 2026-06-17T16:06:27.034Z | Compiling dof v0.4.0 |
| 2137 | 2026-06-17T16:06:27.089Z | Compiling openapiv3 v2.2.0 |
| 2138 | 2026-06-17T16:06:28.919Z | Compiling tokio-util v0.7.18 |
| 2139 | 2026-06-17T16:06:28.925Z | Compiling h2 v0.4.14 |
| 2140 | 2026-06-17T16:06:28.925Z | Compiling usdt-attr-macro v0.6.0 |
| 2141 | 2026-06-17T16:06:28.925Z | Compiling usdt-macro v0.6.0 |
| 2142 | 2026-06-17T16:06:28.925Z | Compiling oxnet v0.1.6 |
| 2143 | 2026-06-17T16:06:28.925Z | Compiling async-stream-impl v0.3.6 |
| 2144 | 2026-06-17T16:06:28.925Z | Compiling multer v3.1.0 |
| 2145 | 2026-06-17T16:06:28.925Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2146 | 2026-06-17T16:06:28.925Z | Compiling slog-term v2.9.2 |
| 2147 | 2026-06-17T16:06:29.045Z | Compiling serde_urlencoded v0.7.1 |
| 2148 | 2026-06-17T16:06:29.050Z | Compiling usdt v0.6.0 |
| 2149 | 2026-06-17T16:06:29.136Z | Compiling async-stream v0.3.6 |
| 2150 | 2026-06-17T16:06:29.272Z | Compiling tokio-rustls v0.26.4 |
| 2151 | 2026-06-17T16:06:29.295Z | Compiling async-compression v0.4.42 |
| 2152 | 2026-06-17T16:06:29.320Z | Compiling futures v0.3.32 |
| 2153 | 2026-06-17T16:06:29.328Z | Compiling slog-bunyan v2.5.0 |
| 2154 | 2026-06-17T16:06:29.402Z | Compiling dropshot_endpoint v0.17.1 |
| 2155 | 2026-06-17T16:06:29.411Z | Compiling slog-async v2.8.0 |
| 2156 | 2026-06-17T16:06:29.505Z | Compiling async-trait v0.1.89 |
| 2157 | 2026-06-17T16:06:29.537Z | Compiling proc-macro-crate v3.5.0 |
| 2158 | 2026-06-17T16:06:29.546Z | Compiling serde_path_to_error v0.1.20 |
| 2159 | 2026-06-17T16:06:29.603Z | Compiling http-body-util v0.1.3 |
| 2160 | 2026-06-17T16:06:29.846Z | Compiling rustls-pemfile v2.2.0 |
| 2161 | 2026-06-17T16:06:29.896Z | Compiling crossbeam-epoch v0.9.18 |
| 2162 | 2026-06-17T16:06:29.905Z | Compiling aho-corasick v1.1.4 |
| 2163 | 2026-06-17T16:06:29.958Z | Compiling tempfile v3.27.0 |
| 2164 | 2026-06-17T16:06:30.043Z | Compiling num_enum_derive v0.7.6 |
| 2165 | 2026-06-17T16:06:30.187Z | Compiling hyper v1.10.1 |
| 2166 | 2026-06-17T16:06:30.233Z | Compiling crossbeam-deque v0.8.6 |
| 2167 | 2026-06-17T16:06:30.433Z | Compiling crypto-common v0.1.7 |
| 2168 | 2026-06-17T16:06:30.478Z | Compiling block-buffer v0.10.4 |
| 2169 | 2026-06-17T16:06:30.564Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2170 | 2026-06-17T16:06:30.622Z | Compiling clap_builder v4.6.0 |
| 2171 | 2026-06-17T16:06:30.910Z | Compiling regex-automata v0.4.14 |
| 2172 | 2026-06-17T16:06:31.035Z | Compiling atomicwrites v0.4.4 |
| 2173 | 2026-06-17T16:06:31.060Z | Compiling num_enum v0.7.6 |
| 2174 | 2026-06-17T16:06:31.077Z | Compiling git-stub v1.0.0 |
| 2175 | 2026-06-17T16:06:31.182Z | Compiling digest v0.10.7 |
| 2176 | 2026-06-17T16:06:31.225Z | Compiling rayon-core v1.13.0 |
| 2177 | 2026-06-17T16:06:31.235Z | Compiling fs-err v3.3.0 |
| 2178 | 2026-06-17T16:06:31.344Z | Compiling hyper-util v0.1.20 |
| 2179 | 2026-06-17T16:06:31.378Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2180 | 2026-06-17T16:06:31.533Z | Compiling serde_repr v0.1.20 |
| 2181 | 2026-06-17T16:06:31.778Z | Compiling clap_derive v4.6.1 |
| 2182 | 2026-06-17T16:06:31.831Z | Compiling terminal_size v0.4.4 |
| 2183 | 2026-06-17T16:06:31.926Z | Compiling bstr v1.12.1 |
| 2184 | 2026-06-17T16:06:31.973Z | Compiling nom v8.0.0 |
| 2185 | 2026-06-17T16:06:32.127Z | Compiling either v1.16.0 |
| 2186 | 2026-06-17T16:06:32.236Z | Compiling is_ci v1.2.0 |
| 2187 | 2026-06-17T16:06:32.287Z | Compiling textwrap v0.16.2 |
| 2188 | 2026-06-17T16:06:32.313Z | Compiling sha2 v0.10.9 |
| 2189 | 2026-06-17T16:06:32.376Z | Compiling supports-color v3.0.2 |
| 2190 | 2026-06-17T16:06:32.553Z | Compiling dropshot v0.17.1 |
| 2191 | 2026-06-17T16:06:32.698Z | Compiling regex v1.12.3 |
| 2192 | 2026-06-17T16:06:32.793Z | Compiling rayon v1.12.0 |
| 2193 | 2026-06-17T16:06:33.016Z | Compiling similar v2.7.0 |
| 2194 | 2026-06-17T16:06:33.213Z | Compiling drift v0.2.0 |
| 2195 | 2026-06-17T16:06:33.529Z | Compiling clap v4.6.1 |
| 2196 | 2026-06-17T16:06:33.617Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2197 | 2026-06-17T16:06:33.935Z | Compiling git-stub-vcs v0.1.0 |
| 2198 | 2026-06-17T16:06:34.111Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2199 | 2026-06-17T16:06:35.340Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2200 | 2026-06-17T16:06:35.340Z | Compiling dropshot-api-manager v0.7.2 |
| 2201 | 2026-06-17T16:06:39.555Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2202 | 2026-06-17T16:06:40.862Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2203 | 2026-06-17T16:06:47.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.17s |
| 2204 | 2026-06-17T16:06:47.695Z | Running `target/debug/maghemite-dropshot-apis check` |
| 2205 | 2026-06-17T16:06:47.726Z | ------- |
| 2206 | 2026-06-17T16:06:47.726Z | Generating OpenAPI documents from API definitions ... |
| 2207 | 2026-06-17T16:06:47.789Z | Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ... |
| 2208 | 2026-06-17T16:06:47.826Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2209 | 2026-06-17T16:06:47.984Z | ------- |
| 2210 | 2026-06-17T16:06:47.984Z | Checking 14 OpenAPI documents... |
| 2211 | 2026-06-17T16:06:47.984Z | Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin |
| 2212 | 2026-06-17T16:06:47.984Z | Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin |
| 2213 | 2026-06-17T16:06:47.984Z | Fresh ddm-admin "latest" symlink |
| 2214 | 2026-06-17T16:06:47.984Z | Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin |
| 2215 | 2026-06-17T16:06:47.984Z | Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin |
| 2216 | 2026-06-17T16:06:47.987Z | Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin |
| 2217 | 2026-06-17T16:06:47.987Z | Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin |
| 2218 | 2026-06-17T16:06:47.988Z | Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin |
| 2219 | 2026-06-17T16:06:47.988Z | Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin |
| 2220 | 2026-06-17T16:06:47.988Z | Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin |
| 2221 | 2026-06-17T16:06:47.988Z | Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin |
| 2222 | 2026-06-17T16:06:47.988Z | Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin |
| 2223 | 2026-06-17T16:06:47.988Z | Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin |
| 2224 | 2026-06-17T16:06:47.988Z | Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin |
| 2225 | 2026-06-17T16:06:47.988Z | Fresh mg-admin (versioned v12.0.0 (added locally)): Maghemite Admin |
| 2226 | 2026-06-17T16:06:47.988Z | Fresh mg-admin "latest" symlink |
| 2227 | 2026-06-17T16:06:47.988Z | ------- |
| 2228 | 2026-06-17T16:06:47.988Z | Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems |
| 2229 | 2026-06-17T16:06:48.039Z | + banner build |
| 2230 | 2026-06-17T16:06:48.043Z | |
| 2231 | 2026-06-17T16:06:48.043Z | ##### # # # # ##### |
| 2232 | 2026-06-17T16:06:48.043Z | # # # # # # # # |
| 2233 | 2026-06-17T16:06:48.043Z | ##### # # # # # # |
| 2234 | 2026-06-17T16:06:48.043Z | # # # # # # # # |
| 2235 | 2026-06-17T16:06:48.043Z | # # # # # # # # |
| 2236 | 2026-06-17T16:06:48.043Z | ##### #### # ###### ##### |
| 2237 | 2026-06-17T16:06:48.043Z | |
| 2238 | 2026-06-17T16:06:48.043Z | + ptime -m cargo build |
| 2239 | 2026-06-17T16:06:48.640Z | Compiling smallvec v1.15.1 |
| 2240 | 2026-06-17T16:06:48.754Z | Compiling log v0.4.32 |
| 2241 | 2026-06-17T16:06:48.773Z | Compiling slog v2.8.2 |
| 2242 | 2026-06-17T16:06:48.791Z | Compiling ring v0.17.14 |
| 2243 | 2026-06-17T16:06:48.813Z | Compiling webpki-roots v1.0.7 |
| 2244 | 2026-06-17T16:06:48.861Z | Compiling similar v2.7.0 |
| 2245 | 2026-06-17T16:06:48.894Z | Compiling fxhash v0.2.1 |
| 2246 | 2026-06-17T16:06:48.894Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2247 | 2026-06-17T16:06:48.933Z | Compiling icu_normalizer v2.2.0 |
| 2248 | 2026-06-17T16:06:48.967Z | Compiling parking_lot_core v0.9.12 |
| 2249 | 2026-06-17T16:06:48.967Z | Compiling goblin v0.10.7 |
| 2250 | 2026-06-17T16:06:49.030Z | Compiling goblin v0.8.2 |
| 2251 | 2026-06-17T16:06:49.132Z | Compiling slog-term v2.9.2 |
| 2252 | 2026-06-17T16:06:49.167Z | Compiling slog-async v2.8.0 |
| 2253 | 2026-06-17T16:06:49.269Z | Compiling parking_lot v0.12.5 |
| 2254 | 2026-06-17T16:06:49.518Z | Compiling idna_adapter v1.2.2 |
| 2255 | 2026-06-17T16:06:49.653Z | Compiling tokio v1.52.3 |
| 2256 | 2026-06-17T16:06:49.666Z | Compiling slog-json v2.6.1 |
| 2257 | 2026-06-17T16:06:49.679Z | Compiling idna v1.1.0 |
| 2258 | 2026-06-17T16:06:49.683Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2259 | 2026-06-17T16:06:49.761Z | Compiling expectorate v1.2.0 |
| 2260 | 2026-06-17T16:06:49.811Z | Compiling globset v0.4.18 |
| 2261 | 2026-06-17T16:06:49.876Z | Compiling slog-bunyan v2.5.0 |
| 2262 | 2026-06-17T16:06:49.917Z | Compiling rustls-webpki v0.103.13 |
| 2263 | 2026-06-17T16:06:50.021Z | Compiling url v2.5.8 |
| 2264 | 2026-06-17T16:06:50.420Z | Compiling rustls v0.23.40 |
| 2265 | 2026-06-17T16:06:50.575Z | Compiling schemars v0.8.22 |
| 2266 | 2026-06-17T16:06:50.726Z | Compiling moka v0.12.15 |
| 2267 | 2026-06-17T16:06:50.854Z | Compiling parking_lot_core v0.8.6 |
| 2268 | 2026-06-17T16:06:50.877Z | Compiling arc-swap v1.9.1 |
| 2269 | 2026-06-17T16:06:51.165Z | Compiling parking_lot v0.11.2 |
| 2270 | 2026-06-17T16:06:51.188Z | Compiling slog-scope v4.4.1 |
| 2271 | 2026-06-17T16:06:51.445Z | Compiling ipnetwork v0.21.1 |
| 2272 | 2026-06-17T16:06:51.502Z | Compiling newtype-uuid v1.3.2 |
| 2273 | 2026-06-17T16:06:51.546Z | Compiling serde_with v3.20.0 |
| 2274 | 2026-06-17T16:06:51.844Z | Compiling oxnet v0.1.6 |
| 2275 | 2026-06-17T16:06:51.879Z | Compiling dof v0.4.0 |
| 2276 | 2026-06-17T16:06:51.930Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2277 | 2026-06-17T16:06:52.314Z | Compiling daft v0.1.7 |
| 2278 | 2026-06-17T16:06:52.604Z | Compiling usdt-impl v0.6.0 |
| 2279 | 2026-06-17T16:06:52.804Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2280 | 2026-06-17T16:06:52.822Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2281 | 2026-06-17T16:06:53.182Z | Compiling usdt v0.6.0 |
| 2282 | 2026-06-17T16:06:53.297Z | Compiling tokio-util v0.7.18 |
| 2283 | 2026-06-17T16:06:53.311Z | Compiling tower v0.5.3 |
| 2284 | 2026-06-17T16:06:53.323Z | Compiling async-compression v0.4.42 |
| 2285 | 2026-06-17T16:06:53.437Z | Compiling tokio-rustls v0.26.4 |
| 2286 | 2026-06-17T16:06:53.480Z | Compiling rustls-platform-verifier v0.7.0 |
| 2287 | 2026-06-17T16:06:53.655Z | Compiling iddqd v0.4.2 |
| 2288 | 2026-06-17T16:06:53.718Z | Compiling tower-http v0.6.11 |
| 2289 | 2026-06-17T16:06:53.732Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2290 | 2026-06-17T16:06:53.759Z | Compiling backoff v0.4.0 |
| 2291 | 2026-06-17T16:06:53.805Z | Compiling typify-impl v0.6.2 |
| 2292 | 2026-06-17T16:06:53.970Z | Compiling h2 v0.4.14 |
| 2293 | 2026-06-17T16:06:53.983Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2294 | 2026-06-17T16:06:54.027Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2295 | 2026-06-17T16:06:54.165Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2296 | 2026-06-17T16:06:54.334Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2297 | 2026-06-17T16:06:54.347Z | Compiling byte-wrapper v0.1.0 |
| 2298 | 2026-06-17T16:06:54.716Z | Compiling dof v0.3.0 |
| 2299 | 2026-06-17T16:06:54.739Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2300 | 2026-06-17T16:06:54.765Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2301 | 2026-06-17T16:06:54.937Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2302 | 2026-06-17T16:06:55.513Z | Compiling typify v0.6.2 |
| 2303 | 2026-06-17T16:06:55.601Z | Compiling usdt-impl v0.5.0 |
| 2304 | 2026-06-17T16:06:55.635Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2305 | 2026-06-17T16:06:55.803Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8) |
| 2306 | 2026-06-17T16:06:55.903Z | Compiling progenitor-impl v0.14.0 |
| 2307 | 2026-06-17T16:06:56.260Z | Compiling hyper v1.10.1 |
| 2308 | 2026-06-17T16:06:56.273Z | Compiling usdt v0.5.0 |
| 2309 | 2026-06-17T16:06:56.558Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2310 | 2026-06-17T16:06:56.666Z | Compiling progenitor-impl v0.13.0 |
| 2311 | 2026-06-17T16:06:56.890Z | Compiling hickory-proto v0.24.4 |
| 2312 | 2026-06-17T16:06:57.026Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2313 | 2026-06-17T16:06:57.177Z | Compiling tokio-stream v0.1.18 |
| 2314 | 2026-06-17T16:06:57.659Z | Compiling hyper-util v0.1.20 |
| 2315 | 2026-06-17T16:06:57.957Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2316 | 2026-06-17T16:06:58.226Z | Compiling tokio-dtrace v0.1.1 |
| 2317 | 2026-06-17T16:06:58.462Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2318 | 2026-06-17T16:06:58.474Z | Compiling libsw-core v0.3.2 |
| 2319 | 2026-06-17T16:06:58.512Z | Compiling zone v0.3.1 |
| 2320 | 2026-06-17T16:06:58.653Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2321 | 2026-06-17T16:06:59.031Z | Compiling hyper-rustls v0.27.9 |
| 2322 | 2026-06-17T16:06:59.075Z | Compiling dropshot v0.17.1 |
| 2323 | 2026-06-17T16:06:59.300Z | Compiling reqwest v0.13.4 |
| 2324 | 2026-06-17T16:06:59.315Z | Compiling reqwest v0.12.28 |
| 2325 | 2026-06-17T16:06:59.364Z | Compiling hickory-resolver v0.24.4 |
| 2326 | 2026-06-17T16:06:59.404Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2327 | 2026-06-17T16:06:59.872Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2328 | 2026-06-17T16:06:59.909Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2329 | 2026-06-17T16:07:00.049Z | Compiling libsw v3.5.0 |
| 2330 | 2026-06-17T16:07:00.241Z | Compiling oxide-tokio-rt v0.1.6 |
| 2331 | 2026-06-17T16:07:00.285Z | Compiling qorb v0.4.1 |
| 2332 | 2026-06-17T16:07:00.395Z | Compiling slog-dtrace v0.3.0 |
| 2333 | 2026-06-17T16:07:00.557Z | Compiling progenitor-client v0.14.0 |
| 2334 | 2026-06-17T16:07:00.716Z | Compiling progenitor-client v0.10.0 |
| 2335 | 2026-06-17T16:07:00.877Z | Compiling progenitor-extras v0.2.0 |
| 2336 | 2026-06-17T16:07:00.906Z | Compiling progenitor-client v0.13.0 |
| 2337 | 2026-06-17T16:07:01.023Z | Compiling progenitor v0.14.0 |
| 2338 | 2026-06-17T16:07:01.129Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2339 | 2026-06-17T16:07:01.191Z | Compiling progenitor v0.13.0 |
| 2340 | 2026-06-17T16:07:01.257Z | Compiling tough v0.22.0 |
| 2341 | 2026-06-17T16:07:01.270Z | Compiling cancel-safe-futures v0.1.5 |
| 2342 | 2026-06-17T16:07:01.343Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2343 | 2026-06-17T16:07:01.585Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2344 | 2026-06-17T16:07:01.657Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2345 | 2026-06-17T16:07:02.367Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2346 | 2026-06-17T16:07:02.463Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2347 | 2026-06-17T16:07:02.867Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2348 | 2026-06-17T16:07:03.025Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2349 | 2026-06-17T16:07:03.058Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2350 | 2026-06-17T16:07:03.234Z | Compiling steno v0.4.1 |
| 2351 | 2026-06-17T16:07:03.464Z | Compiling hickory-proto v0.25.2 |
| 2352 | 2026-06-17T16:07:04.553Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2353 | 2026-06-17T16:07:04.722Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2354 | 2026-06-17T16:07:04.751Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2355 | 2026-06-17T16:07:04.865Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2356 | 2026-06-17T16:07:05.297Z | Compiling sled v0.34.7 |
| 2357 | 2026-06-17T16:07:05.363Z | Compiling hickory-resolver v0.25.2 |
| 2358 | 2026-06-17T16:07:06.137Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 2359 | 2026-06-17T16:07:06.151Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2360 | 2026-06-17T16:07:06.474Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2361 | 2026-06-17T16:07:06.780Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2362 | 2026-06-17T16:07:07.155Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2363 | 2026-06-17T16:07:07.406Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2364 | 2026-06-17T16:07:07.453Z | Compiling papergrid v0.18.0 |
| 2365 | 2026-06-17T16:07:07.822Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2366 | 2026-06-17T16:07:08.032Z | Compiling testing_table v0.3.0 |
| 2367 | 2026-06-17T16:07:08.214Z | Compiling internet-checksum v0.2.1 |
| 2368 | 2026-06-17T16:07:08.372Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2369 | 2026-06-17T16:07:08.667Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2370 | 2026-06-17T16:07:09.012Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2371 | 2026-06-17T16:07:09.097Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2372 | 2026-06-17T16:07:09.383Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2373 | 2026-06-17T16:07:09.557Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2374 | 2026-06-17T16:07:09.613Z | Compiling tabled v0.21.0 |
| 2375 | 2026-06-17T16:07:09.883Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2376 | 2026-06-17T16:07:10.148Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2377 | 2026-06-17T16:07:10.372Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 2378 | 2026-06-17T16:07:10.385Z | Compiling slog-stdlog v4.1.1 |
| 2379 | 2026-06-17T16:07:10.406Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2380 | 2026-06-17T16:07:10.605Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2381 | 2026-06-17T16:07:10.788Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 2382 | 2026-06-17T16:07:10.964Z | Compiling slog-envlogger v2.2.0 |
| 2383 | 2026-06-17T16:07:11.049Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2384 | 2026-06-17T16:07:11.177Z | Compiling const-random v0.1.18 |
| 2385 | 2026-06-17T16:07:11.263Z | Compiling typify-impl v0.4.3 |
| 2386 | 2026-06-17T16:07:11.377Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 2387 | 2026-06-17T16:07:11.739Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2388 | 2026-06-17T16:07:12.066Z | Compiling crc8 v0.1.1 |
| 2389 | 2026-06-17T16:07:12.200Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 2390 | 2026-06-17T16:07:12.266Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2391 | 2026-06-17T16:07:12.550Z | Compiling ahash v0.8.12 |
| 2392 | 2026-06-17T16:07:12.805Z | Compiling smartstring v1.0.1 |
| 2393 | 2026-06-17T16:07:12.873Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2394 | 2026-06-17T16:07:13.117Z | Compiling typify v0.4.3 |
| 2395 | 2026-06-17T16:07:13.241Z | Compiling sha1 v0.10.6 |
| 2396 | 2026-06-17T16:07:13.473Z | Compiling thin-vec v0.2.18 |
| 2397 | 2026-06-17T16:07:13.496Z | Compiling utf-8 v0.7.6 |
| 2398 | 2026-06-17T16:07:13.700Z | Compiling tungstenite v0.21.0 |
| 2399 | 2026-06-17T16:07:13.740Z | Compiling rhai v1.25.1 |
| 2400 | 2026-06-17T16:07:13.780Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2401 | 2026-06-17T16:07:14.295Z | Compiling progenitor-impl v0.10.0 |
| 2402 | 2026-06-17T16:07:14.355Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2403 | 2026-06-17T16:07:14.604Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2404 | 2026-06-17T16:07:14.811Z | Compiling sha2 v0.10.9 |
| 2405 | 2026-06-17T16:07:14.945Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2406 | 2026-06-17T16:07:15.228Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2407 | 2026-06-17T16:07:15.854Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2408 | 2026-06-17T16:07:16.747Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2409 | 2026-06-17T16:07:16.771Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2410 | 2026-06-17T16:07:17.317Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2411 | 2026-06-17T16:07:17.405Z | Compiling progenitor v0.10.0 |
| 2412 | 2026-06-17T16:07:17.563Z | Compiling lzma-sys v0.1.20 |
| 2413 | 2026-06-17T16:07:17.690Z | Compiling tokio-tungstenite v0.21.0 |
| 2414 | 2026-06-17T16:07:18.082Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2415 | 2026-06-17T16:07:18.196Z | Compiling typeid v1.0.3 |
| 2416 | 2026-06-17T16:07:18.327Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2417 | 2026-06-17T16:07:18.453Z | Compiling console v0.16.3 |
| 2418 | 2026-06-17T16:07:19.090Z | Compiling git-stub v1.0.0 |
| 2419 | 2026-06-17T16:07:19.375Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2420 | 2026-06-17T16:07:19.434Z | Compiling base64 v0.21.7 |
| 2421 | 2026-06-17T16:07:19.448Z | Compiling unit-prefix v0.5.2 |
| 2422 | 2026-06-17T16:07:19.484Z | Compiling git-stub-vcs v0.1.0 |
| 2423 | 2026-06-17T16:07:19.609Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2424 | 2026-06-17T16:07:19.703Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2425 | 2026-06-17T16:07:19.775Z | Compiling indicatif v0.18.4 |
| 2426 | 2026-06-17T16:07:19.858Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2427 | 2026-06-17T16:07:20.713Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2428 | 2026-06-17T16:07:20.903Z | Compiling ron v0.12.1 |
| 2429 | 2026-06-17T16:07:21.010Z | Compiling xz2 v0.1.7 |
| 2430 | 2026-06-17T16:07:21.262Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2431 | 2026-06-17T16:07:21.283Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2432 | 2026-06-17T16:07:21.296Z | Compiling drift v0.2.0 |
| 2433 | 2026-06-17T16:07:21.373Z | Compiling base16ct v1.0.0 |
| 2434 | 2026-06-17T16:07:21.573Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 2435 | 2026-06-17T16:07:21.937Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 2436 | 2026-06-17T16:07:21.983Z | Compiling dropshot-api-manager v0.7.2 |
| 2437 | 2026-06-17T16:07:22.410Z | Compiling natord v1.0.9 |
| 2438 | 2026-06-17T16:07:22.587Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2439 | 2026-06-17T16:07:26.048Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2440 | 2026-06-17T16:07:26.373Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2441 | 2026-06-17T16:07:34.446Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2442 | 2026-06-17T16:07:35.731Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2443 | 2026-06-17T16:07:36.760Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2444 | 2026-06-17T16:07:37.698Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2445 | 2026-06-17T16:07:37.698Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2446 | 2026-06-17T16:07:37.701Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2447 | 2026-06-17T16:07:38.235Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2448 | 2026-06-17T16:07:38.238Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2449 | 2026-06-17T16:07:38.238Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2450 | 2026-06-17T16:07:38.713Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2451 | 2026-06-17T16:07:40.171Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2452 | 2026-06-17T16:07:40.171Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2453 | 2026-06-17T16:07:40.175Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2454 | 2026-06-17T16:07:44.734Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2455 | 2026-06-17T16:07:46.944Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2456 | 2026-06-17T16:07:46.944Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2457 | 2026-06-17T16:07:46.947Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2458 | 2026-06-17T16:08:26.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 2459 | 2026-06-17T16:08:26.744Z | |
| 2460 | 2026-06-17T16:08:26.744Z | real 1:38.647307705 |
| 2461 | 2026-06-17T16:08:26.744Z | user 7:19.804987132 |
| 2462 | 2026-06-17T16:08:26.744Z | sys 1:03.747364810 |
| 2463 | 2026-06-17T16:08:26.744Z | trap 0.185798652 |
| 2464 | 2026-06-17T16:08:26.744Z | tflt 0.016246111 |
| 2465 | 2026-06-17T16:08:26.744Z | dflt 0.173675227 |
| 2466 | 2026-06-17T16:08:26.744Z | kflt 0.000097723 |
| 2467 | 2026-06-17T16:08:26.744Z | lock 28:22.103241875 |
| 2468 | 2026-06-17T16:08:26.744Z | slp 23:16.702197522 |
| 2469 | 2026-06-17T16:08:26.744Z | lat 24.133954941 |
| 2470 | 2026-06-17T16:08:26.744Z | stop 38.720509390 |
| 2471 | 2026-06-17T16:08:26.747Z | + ptime -m cargo build --release |
| 2472 | 2026-06-17T16:08:27.386Z | Compiling proc-macro2 v1.0.106 |
| 2473 | 2026-06-17T16:08:27.387Z | Compiling quote v1.0.45 |
| 2474 | 2026-06-17T16:08:27.387Z | Compiling unicode-ident v1.0.24 |
| 2475 | 2026-06-17T16:08:27.387Z | Compiling serde_core v1.0.228 |
| 2476 | 2026-06-17T16:08:27.389Z | Compiling serde v1.0.228 |
| 2477 | 2026-06-17T16:08:27.389Z | Compiling libc v0.2.186 |
| 2478 | 2026-06-17T16:08:27.389Z | Compiling cfg-if v1.0.4 |
| 2479 | 2026-06-17T16:08:27.629Z | Compiling zmij v1.0.21 |
| 2480 | 2026-06-17T16:08:27.643Z | Compiling autocfg v1.5.1 |
| 2481 | 2026-06-17T16:08:27.911Z | Compiling memchr v2.8.1 |
| 2482 | 2026-06-17T16:08:27.968Z | Compiling libm v0.2.16 |
| 2483 | 2026-06-17T16:08:28.038Z | Compiling itoa v1.0.18 |
| 2484 | 2026-06-17T16:08:28.321Z | Compiling icu_properties_data v2.2.0 |
| 2485 | 2026-06-17T16:08:28.324Z | Compiling icu_normalizer_data v2.2.0 |
| 2486 | 2026-06-17T16:08:28.471Z | Compiling version_check v0.9.5 |
| 2487 | 2026-06-17T16:08:28.590Z | Compiling stable_deref_trait v1.2.1 |
| 2488 | 2026-06-17T16:08:28.708Z | Compiling serde_json v1.0.150 |
| 2489 | 2026-06-17T16:08:28.766Z | Compiling syn v2.0.117 |
| 2490 | 2026-06-17T16:08:28.828Z | Compiling writeable v0.6.3 |
| 2491 | 2026-06-17T16:08:28.854Z | Compiling litemap v0.8.2 |
| 2492 | 2026-06-17T16:08:28.989Z | Compiling thiserror v2.0.18 |
| 2493 | 2026-06-17T16:08:29.041Z | Compiling utf8_iter v1.0.4 |
| 2494 | 2026-06-17T16:08:29.097Z | Compiling num-traits v0.2.19 |
| 2495 | 2026-06-17T16:08:29.108Z | Compiling percent-encoding v2.3.2 |
| 2496 | 2026-06-17T16:08:29.359Z | Compiling form_urlencoded v1.2.2 |
| 2497 | 2026-06-17T16:08:29.425Z | Compiling rand_core v0.10.1 |
| 2498 | 2026-06-17T16:08:29.474Z | Compiling getrandom v0.4.2 |
| 2499 | 2026-06-17T16:08:29.602Z | Compiling parking_lot_core v0.9.12 |
| 2500 | 2026-06-17T16:08:29.674Z | Compiling iana-time-zone v0.1.65 |
| 2501 | 2026-06-17T16:08:29.772Z | Compiling heck v0.5.0 |
| 2502 | 2026-06-17T16:08:29.920Z | Compiling errno v0.3.14 |
| 2503 | 2026-06-17T16:08:29.976Z | Compiling uuid v1.23.2 |
| 2504 | 2026-06-17T16:08:30.066Z | Compiling zerocopy v0.8.50 |
| 2505 | 2026-06-17T16:08:30.334Z | Compiling semver v1.0.28 |
| 2506 | 2026-06-17T16:08:30.347Z | Compiling schemars v0.8.22 |
| 2507 | 2026-06-17T16:08:30.504Z | Compiling dyn-clone v1.0.20 |
| 2508 | 2026-06-17T16:08:30.674Z | Compiling jobserver v0.1.34 |
| 2509 | 2026-06-17T16:08:30.687Z | Compiling shlex v2.0.1 |
| 2510 | 2026-06-17T16:08:30.739Z | Compiling find-msvc-tools v0.1.9 |
| 2511 | 2026-06-17T16:08:30.886Z | Compiling rustversion v1.0.22 |
| 2512 | 2026-06-17T16:08:30.917Z | Compiling pin-project-lite v0.2.17 |
| 2513 | 2026-06-17T16:08:30.989Z | Compiling cc v1.2.63 |
| 2514 | 2026-06-17T16:08:31.010Z | Compiling getrandom v0.2.17 |
| 2515 | 2026-06-17T16:08:31.035Z | Compiling bitflags v2.12.1 |
| 2516 | 2026-06-17T16:08:31.220Z | Compiling socket2 v0.6.4 |
| 2517 | 2026-06-17T16:08:31.248Z | Compiling portable-atomic v1.13.1 |
| 2518 | 2026-06-17T16:08:31.458Z | Compiling scopeguard v1.2.0 |
| 2519 | 2026-06-17T16:08:31.567Z | Compiling synstructure v0.13.2 |
| 2520 | 2026-06-17T16:08:31.582Z | Compiling serde_derive_internals v0.29.1 |
| 2521 | 2026-06-17T16:08:31.783Z | Compiling lock_api v0.4.14 |
| 2522 | 2026-06-17T16:08:32.021Z | Compiling log v0.4.32 |
| 2523 | 2026-06-17T16:08:32.070Z | Compiling critical-section v1.2.0 |
| 2524 | 2026-06-17T16:08:32.188Z | Compiling signal-hook-registry v1.4.8 |
| 2525 | 2026-06-17T16:08:32.205Z | Compiling mio v1.2.1 |
| 2526 | 2026-06-17T16:08:32.254Z | Compiling equivalent v1.0.2 |
| 2527 | 2026-06-17T16:08:32.322Z | Compiling cmake v0.1.58 |
| 2528 | 2026-06-17T16:08:32.351Z | Compiling once_cell v1.21.4 |
| 2529 | 2026-06-17T16:08:32.388Z | Compiling dunce v1.0.5 |
| 2530 | 2026-06-17T16:08:32.456Z | Compiling fs_extra v1.3.0 |
| 2531 | 2026-06-17T16:08:32.493Z | Compiling subtle v2.6.1 |
| 2532 | 2026-06-17T16:08:32.662Z | Compiling futures-core v0.3.32 |
| 2533 | 2026-06-17T16:08:32.663Z | Compiling httparse v1.10.1 |
| 2534 | 2026-06-17T16:08:32.688Z | Compiling futures-sink v0.3.32 |
| 2535 | 2026-06-17T16:08:32.722Z | Compiling slab v0.4.12 |
| 2536 | 2026-06-17T16:08:32.726Z | Compiling aws-lc-sys v0.41.0 |
| 2537 | 2026-06-17T16:08:32.748Z | Compiling serde_derive v1.0.228 |
| 2538 | 2026-06-17T16:08:32.793Z | Compiling zerofrom-derive v0.1.7 |
| 2539 | 2026-06-17T16:08:32.806Z | Compiling yoke-derive v0.8.2 |
| 2540 | 2026-06-17T16:08:32.824Z | Compiling zerovec-derive v0.11.3 |
| 2541 | 2026-06-17T16:08:32.897Z | Compiling displaydoc v0.2.6 |
| 2542 | 2026-06-17T16:08:32.929Z | Compiling schemars_derive v0.8.22 |
| 2543 | 2026-06-17T16:08:33.045Z | Compiling thiserror-impl v2.0.18 |
| 2544 | 2026-06-17T16:08:33.627Z | Compiling tokio-macros v2.7.0 |
| 2545 | 2026-06-17T16:08:33.725Z | Compiling zerocopy-derive v0.8.50 |
| 2546 | 2026-06-17T16:08:33.877Z | Compiling zeroize_derive v1.4.3 |
| 2547 | 2026-06-17T16:08:33.948Z | Compiling futures-macro v0.3.32 |
| 2548 | 2026-06-17T16:08:33.979Z | Compiling zerofrom v0.1.8 |
| 2549 | 2026-06-17T16:08:34.114Z | Compiling yoke v0.8.3 |
| 2550 | 2026-06-17T16:08:34.141Z | Compiling thiserror v1.0.69 |
| 2551 | 2026-06-17T16:08:34.288Z | Compiling zerovec v0.11.6 |
| 2552 | 2026-06-17T16:08:34.320Z | Compiling zerotrie v0.2.4 |
| 2553 | 2026-06-17T16:08:34.521Z | Compiling typenum v1.20.1 |
| 2554 | 2026-06-17T16:08:34.575Z | Compiling zeroize v1.8.2 |
| 2555 | 2026-06-17T16:08:34.590Z | Compiling rustix v1.1.4 |
| 2556 | 2026-06-17T16:08:34.760Z | Compiling futures-channel v0.3.32 |
| 2557 | 2026-06-17T16:08:34.799Z | Compiling thiserror-impl v1.0.69 |
| 2558 | 2026-06-17T16:08:34.836Z | Compiling tinystr v0.8.3 |
| 2559 | 2026-06-17T16:08:34.912Z | Compiling potential_utf v0.1.5 |
| 2560 | 2026-06-17T16:08:34.976Z | Compiling futures-io v0.3.32 |
| 2561 | 2026-06-17T16:08:35.020Z | Compiling icu_locale_core v2.2.0 |
| 2562 | 2026-06-17T16:08:35.057Z | Compiling icu_collections v2.2.0 |
| 2563 | 2026-06-17T16:08:35.099Z | Compiling futures-task v0.3.32 |
| 2564 | 2026-06-17T16:08:35.208Z | Compiling hashbrown v0.17.1 |
| 2565 | 2026-06-17T16:08:35.326Z | Compiling futures-util v0.3.32 |
| 2566 | 2026-06-17T16:08:35.886Z | Compiling icu_provider v2.2.0 |
| 2567 | 2026-06-17T16:08:36.012Z | Compiling smallvec v1.15.1 |
| 2568 | 2026-06-17T16:08:36.074Z | Compiling bytes v1.11.1 |
| 2569 | 2026-06-17T16:08:36.074Z | Compiling chrono v0.4.45 |
| 2570 | 2026-06-17T16:08:36.300Z | Compiling icu_normalizer v2.2.0 |
| 2571 | 2026-06-17T16:08:36.314Z | Compiling icu_properties v2.2.0 |
| 2572 | 2026-06-17T16:08:36.506Z | Compiling serde_tokenstream v0.2.3 |
| 2573 | 2026-06-17T16:08:37.208Z | Compiling parking_lot v0.12.5 |
| 2574 | 2026-06-17T16:08:37.492Z | Compiling idna_adapter v1.2.2 |
| 2575 | 2026-06-17T16:08:37.540Z | Compiling tokio v1.52.3 |
| 2576 | 2026-06-17T16:08:37.653Z | Compiling idna v1.1.0 |
| 2577 | 2026-06-17T16:08:37.892Z | Compiling indexmap v2.14.0 |
| 2578 | 2026-06-17T16:08:37.939Z | Compiling ucd-trie v0.1.7 |
| 2579 | 2026-06-17T16:08:38.070Z | Compiling url v2.5.8 |
| 2580 | 2026-06-17T16:08:38.177Z | Compiling pest v2.8.6 |
| 2581 | 2026-06-17T16:08:38.351Z | Compiling tracing-attributes v0.1.31 |
| 2582 | 2026-06-17T16:08:38.557Z | Compiling tracing-core v0.1.36 |
| 2583 | 2026-06-17T16:08:39.434Z | Compiling rand_core v0.6.4 |
| 2584 | 2026-06-17T16:08:39.531Z | Compiling regex-syntax v0.8.10 |
| 2585 | 2026-06-17T16:08:39.606Z | Compiling tracing v0.1.44 |
| 2586 | 2026-06-17T16:08:39.698Z | Compiling pest_meta v2.8.6 |
| 2587 | 2026-06-17T16:08:39.719Z | Compiling slog v2.8.2 |
| 2588 | 2026-06-17T16:08:39.962Z | Compiling ipnetwork v0.21.1 |
| 2589 | 2026-06-17T16:08:39.978Z | Compiling base64 v0.22.1 |
| 2590 | 2026-06-17T16:08:40.084Z | Compiling byteorder v1.5.0 |
| 2591 | 2026-06-17T16:08:40.385Z | Compiling pest_generator v2.8.6 |
| 2592 | 2026-06-17T16:08:40.619Z | Compiling http v1.4.1 |
| 2593 | 2026-06-17T16:08:40.959Z | Compiling erased-serde v0.3.31 |
| 2594 | 2026-06-17T16:08:41.055Z | Compiling aho-corasick v1.1.4 |
| 2595 | 2026-06-17T16:08:41.559Z | Compiling getrandom v0.3.4 |
| 2596 | 2026-06-17T16:08:41.928Z | Compiling regex-automata v0.4.14 |
| 2597 | 2026-06-17T16:08:42.276Z | Compiling pest_derive v2.8.6 |
| 2598 | 2026-06-17T16:08:42.467Z | Compiling anyhow v1.0.102 |
| 2599 | 2026-06-17T16:08:42.482Z | Compiling fnv v1.0.7 |
| 2600 | 2026-06-17T16:08:42.821Z | Compiling oxnet v0.1.6 |
| 2601 | 2026-06-17T16:08:42.907Z | Compiling rustls-pki-types v1.14.1 |
| 2602 | 2026-06-17T16:08:42.944Z | Compiling ring v0.17.14 |
| 2603 | 2026-06-17T16:08:43.484Z | Compiling aws-lc-rs v1.17.0 |
| 2604 | 2026-06-17T16:08:43.749Z | Compiling regex v1.12.3 |
| 2605 | 2026-06-17T16:08:44.113Z | Compiling strsim v0.11.1 |
| 2606 | 2026-06-17T16:08:44.149Z | Compiling paste v1.0.15 |
| 2607 | 2026-06-17T16:08:44.513Z | Compiling tokio-util v0.7.18 |
| 2608 | 2026-06-17T16:08:44.776Z | Compiling ipnet v2.12.0 |
| 2609 | 2026-06-17T16:08:44.838Z | Compiling untrusted v0.7.1 |
| 2610 | 2026-06-17T16:08:44.971Z | Compiling untrusted v0.9.0 |
| 2611 | 2026-06-17T16:08:45.113Z | Compiling time-core v0.1.8 |
| 2612 | 2026-06-17T16:08:45.268Z | Compiling num-conv v0.2.2 |
| 2613 | 2026-06-17T16:08:45.432Z | Compiling time-macros v0.2.27 |
| 2614 | 2026-06-17T16:08:46.436Z | Compiling ident_case v1.0.1 |
| 2615 | 2026-06-17T16:08:46.462Z | Compiling rustls v0.23.40 |
| 2616 | 2026-06-17T16:08:46.633Z | Compiling http-body v1.0.1 |
| 2617 | 2026-06-17T16:08:46.698Z | Compiling scroll_derive v0.13.1 |
| 2618 | 2026-06-17T16:08:46.800Z | Compiling camino v1.2.2 |
| 2619 | 2026-06-17T16:08:47.155Z | Compiling atomic-waker v1.1.2 |
| 2620 | 2026-06-17T16:08:47.295Z | Compiling async-trait v0.1.89 |
| 2621 | 2026-06-17T16:08:47.537Z | Compiling try-lock v0.2.5 |
| 2622 | 2026-06-17T16:08:47.578Z | Compiling pretty-hex v0.4.2 |
| 2623 | 2026-06-17T16:08:47.659Z | Compiling ryu v1.0.23 |
| 2624 | 2026-06-17T16:08:47.725Z | Compiling tower-service v0.3.3 |
| 2625 | 2026-06-17T16:08:47.830Z | Compiling omicron-workspace-hack v0.1.0 |
| 2626 | 2026-06-17T16:08:47.945Z | Compiling tower-layer v0.3.3 |
| 2627 | 2026-06-17T16:08:48.070Z | Compiling want v0.3.1 |
| 2628 | 2026-06-17T16:08:48.243Z | Compiling h2 v0.4.14 |
| 2629 | 2026-06-17T16:08:48.257Z | Compiling ppv-lite86 v0.2.21 |
| 2630 | 2026-06-17T16:08:48.441Z | Compiling crossbeam-utils v0.8.21 |
| 2631 | 2026-06-17T16:08:48.594Z | Compiling httpdate v1.0.3 |
| 2632 | 2026-06-17T16:08:49.544Z | Compiling crc32fast v1.5.0 |
| 2633 | 2026-06-17T16:08:50.061Z | Compiling slog-async v2.8.0 |
| 2634 | 2026-06-17T16:08:50.384Z | Compiling usdt-impl v0.6.0 |
| 2635 | 2026-06-17T16:08:50.666Z | Compiling hyper v1.10.1 |
| 2636 | 2026-06-17T16:08:50.772Z | Compiling serde_urlencoded v0.7.1 |
| 2637 | 2026-06-17T16:08:51.031Z | Compiling scroll v0.13.0 |
| 2638 | 2026-06-17T16:08:51.061Z | Compiling http-body-util v0.1.3 |
| 2639 | 2026-06-17T16:08:51.303Z | Compiling plain v0.2.3 |
| 2640 | 2026-06-17T16:08:51.360Z | Compiling daft-derive v0.1.7 |
| 2641 | 2026-06-17T16:08:51.422Z | Compiling goblin v0.10.7 |
| 2642 | 2026-06-17T16:08:52.148Z | Compiling hyper-util v0.1.20 |
| 2643 | 2026-06-17T16:08:54.946Z | Compiling foldhash v0.2.0 |
| 2644 | 2026-06-17T16:08:54.988Z | Compiling allocator-api2 v0.2.21 |
| 2645 | 2026-06-17T16:08:55.036Z | Compiling dof v0.4.0 |
| 2646 | 2026-06-17T16:08:55.405Z | Compiling hashbrown v0.16.1 |
| 2647 | 2026-06-17T16:08:55.464Z | Compiling dtrace-parser v0.3.0 |
| 2648 | 2026-06-17T16:08:55.480Z | Compiling openapiv3 v2.2.0 |
| 2649 | 2026-06-17T16:08:56.041Z | Compiling thread-id v5.1.0 |
| 2650 | 2026-06-17T16:08:56.054Z | Compiling syn v1.0.109 |
| 2651 | 2026-06-17T16:08:56.637Z | Compiling generic-array v0.14.7 |
| 2652 | 2026-06-17T16:08:56.691Z | Compiling powerfmt v0.2.0 |
| 2653 | 2026-06-17T16:08:56.957Z | Compiling deranged v0.5.8 |
| 2654 | 2026-06-17T16:08:58.149Z | Compiling num_threads v0.1.7 |
| 2655 | 2026-06-17T16:08:58.250Z | Compiling time v0.3.47 |
| 2656 | 2026-06-17T16:08:59.144Z | Compiling usdt-macro v0.6.0 |
| 2657 | 2026-06-17T16:08:59.392Z | Compiling usdt-attr-macro v0.6.0 |
| 2658 | 2026-06-17T16:08:59.392Z | Compiling rand_core v0.9.5 |
| 2659 | 2026-06-17T16:08:59.997Z | Compiling multer v3.1.0 |
| 2660 | 2026-06-17T16:09:00.258Z | Compiling ref-cast v1.0.25 |
| 2661 | 2026-06-17T16:09:00.323Z | Compiling crossbeam-channel v0.5.15 |
| 2662 | 2026-06-17T16:09:00.592Z | Compiling sync_wrapper v1.0.2 |
| 2663 | 2026-06-17T16:09:00.609Z | Compiling cpufeatures v0.3.0 |
| 2664 | 2026-06-17T16:09:00.693Z | Compiling winnow v1.0.3 |
| 2665 | 2026-06-17T16:09:00.715Z | Compiling hex v0.4.3 |
| 2666 | 2026-06-17T16:09:00.877Z | Compiling tower v0.5.3 |
| 2667 | 2026-06-17T16:09:01.008Z | Compiling rand_chacha v0.9.0 |
| 2668 | 2026-06-17T16:09:01.040Z | Compiling webpki-roots v1.0.7 |
| 2669 | 2026-06-17T16:09:01.138Z | Compiling futures-executor v0.3.32 |
| 2670 | 2026-06-17T16:09:01.165Z | Compiling async-stream-impl v0.3.6 |
| 2671 | 2026-06-17T16:09:01.452Z | Compiling ref-cast-impl v1.0.25 |
| 2672 | 2026-06-17T16:09:01.561Z | Compiling dropshot v0.17.1 |
| 2673 | 2026-06-17T16:09:01.619Z | Compiling thread_local v1.1.9 |
| 2674 | 2026-06-17T16:09:01.828Z | Compiling tower-http v0.6.11 |
| 2675 | 2026-06-17T16:09:01.961Z | Compiling futures v0.3.32 |
| 2676 | 2026-06-17T16:09:02.031Z | Compiling rand v0.9.4 |
| 2677 | 2026-06-17T16:09:02.129Z | Compiling structmeta-derive v0.3.0 |
| 2678 | 2026-06-17T16:09:02.142Z | Compiling is-terminal v0.4.17 |
| 2679 | 2026-06-17T16:09:02.154Z | Compiling take_mut v0.2.2 |
| 2680 | 2026-06-17T16:09:02.275Z | Compiling fastrand v2.4.1 |
| 2681 | 2026-06-17T16:09:02.354Z | Compiling term v1.2.1 |
| 2682 | 2026-06-17T16:09:02.611Z | Compiling crypto-common v0.1.7 |
| 2683 | 2026-06-17T16:09:02.705Z | Compiling slog-term v2.9.2 |
| 2684 | 2026-06-17T16:09:02.780Z | Compiling darling_core v0.23.0 |
| 2685 | 2026-06-17T16:09:03.071Z | Compiling newtype-uuid-macros v0.1.0 |
| 2686 | 2026-06-17T16:09:03.180Z | Compiling structmeta v0.3.0 |
| 2687 | 2026-06-17T16:09:03.394Z | Compiling dropshot_endpoint v0.17.1 |
| 2688 | 2026-06-17T16:09:03.942Z | Compiling newtype-uuid v1.3.2 |
| 2689 | 2026-06-17T16:09:03.955Z | Compiling strum_macros v0.26.4 |
| 2690 | 2026-06-17T16:09:04.418Z | Compiling daft v0.1.7 |
| 2691 | 2026-06-17T16:09:04.717Z | Compiling tempfile v3.27.0 |
| 2692 | 2026-06-17T16:09:04.847Z | Compiling darling_macro v0.23.0 |
| 2693 | 2026-06-17T16:09:05.068Z | Compiling hybrid-array v0.4.12 |
| 2694 | 2026-06-17T16:09:05.397Z | Compiling adler2 v2.0.1 |
| 2695 | 2026-06-17T16:09:05.470Z | Compiling darling v0.23.0 |
| 2696 | 2026-06-17T16:09:05.560Z | Compiling simd-adler32 v0.3.9 |
| 2697 | 2026-06-17T16:09:05.574Z | Compiling openssl-probe v0.2.1 |
| 2698 | 2026-06-17T16:09:05.574Z | Compiling match_cfg v0.1.0 |
| 2699 | 2026-06-17T16:09:05.599Z | Compiling either v1.16.0 |
| 2700 | 2026-06-17T16:09:05.660Z | Compiling hostname v0.3.1 |
| 2701 | 2026-06-17T16:09:05.720Z | Compiling miniz_oxide v0.8.9 |
| 2702 | 2026-06-17T16:09:05.825Z | Compiling rustls-native-certs v0.8.4 |
| 2703 | 2026-06-17T16:09:05.826Z | Compiling serde_with_macros v3.20.0 |
| 2704 | 2026-06-17T16:09:05.851Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2705 | 2026-06-17T16:09:06.404Z | Compiling slog-json v2.6.1 |
| 2706 | 2026-06-17T16:09:06.610Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2707 | 2026-06-17T16:09:06.662Z | Compiling serde_spanned v1.1.1 |
| 2708 | 2026-06-17T16:09:06.822Z | Compiling memmap2 v0.9.10 |
| 2709 | 2026-06-17T16:09:07.132Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2710 | 2026-06-17T16:09:07.147Z | Compiling slog-bunyan v2.5.0 |
| 2711 | 2026-06-17T16:09:07.193Z | Compiling flate2 v1.1.9 |
| 2712 | 2026-06-17T16:09:07.330Z | Compiling crypto-common v0.2.2 |
| 2713 | 2026-06-17T16:09:07.398Z | Compiling block-buffer v0.12.0 |
| 2714 | 2026-06-17T16:09:07.415Z | Compiling derive-ex v0.1.8 |
| 2715 | 2026-06-17T16:09:07.583Z | Compiling rand_chacha v0.3.1 |
| 2716 | 2026-06-17T16:09:07.738Z | Compiling strum_macros v0.27.2 |
| 2717 | 2026-06-17T16:09:08.612Z | Compiling usdt v0.6.0 |
| 2718 | 2026-06-17T16:09:08.792Z | Compiling compression-core v0.4.32 |
| 2719 | 2026-06-17T16:09:08.979Z | Compiling debug-ignore v1.0.5 |
| 2720 | 2026-06-17T16:09:09.039Z | Compiling const-oid v0.10.2 |
| 2721 | 2026-06-17T16:09:09.099Z | Compiling test-strategy v0.4.5 |
| 2722 | 2026-06-17T16:09:09.255Z | Compiling digest v0.11.3 |
| 2723 | 2026-06-17T16:09:09.351Z | Compiling compression-codecs v0.4.38 |
| 2724 | 2026-06-17T16:09:09.461Z | Compiling rand v0.8.6 |
| 2725 | 2026-06-17T16:09:09.715Z | Compiling macaddr v1.0.1 |
| 2726 | 2026-06-17T16:09:09.729Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2727 | 2026-06-17T16:09:09.957Z | Compiling encoding_rs v0.8.35 |
| 2728 | 2026-06-17T16:09:10.191Z | Compiling spin v0.9.8 |
| 2729 | 2026-06-17T16:09:10.262Z | Compiling mime v0.3.17 |
| 2730 | 2026-06-17T16:09:10.326Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2731 | 2026-06-17T16:09:10.523Z | Compiling async-compression v0.4.42 |
| 2732 | 2026-06-17T16:09:10.527Z | Compiling sha1 v0.11.0 |
| 2733 | 2026-06-17T16:09:10.806Z | Compiling async-stream v0.3.6 |
| 2734 | 2026-06-17T16:09:10.946Z | Compiling block-buffer v0.10.4 |
| 2735 | 2026-06-17T16:09:11.019Z | Compiling waitgroup v0.1.2 |
| 2736 | 2026-06-17T16:09:11.036Z | Compiling rustls-pemfile v2.2.0 |
| 2737 | 2026-06-17T16:09:11.182Z | Compiling serde_path_to_error v0.1.20 |
| 2738 | 2026-06-17T16:09:11.325Z | Compiling hostname v0.4.2 |
| 2739 | 2026-06-17T16:09:11.468Z | Compiling digest v0.10.7 |
| 2740 | 2026-06-17T16:09:11.574Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2741 | 2026-06-17T16:09:11.661Z | Compiling unicode-width v0.2.2 |
| 2742 | 2026-06-17T16:09:12.098Z | Compiling parse-display-derive v0.10.0 |
| 2743 | 2026-06-17T16:09:12.263Z | Compiling regress v0.10.5 |
| 2744 | 2026-06-17T16:09:13.280Z | Compiling strum v0.26.3 |
| 2745 | 2026-06-17T16:09:13.606Z | Compiling wait-timeout v0.2.1 |
| 2746 | 2026-06-17T16:09:14.193Z | Compiling quick-error v1.2.3 |
| 2747 | 2026-06-17T16:09:14.280Z | Compiling bit-vec v0.8.0 |
| 2748 | 2026-06-17T16:09:14.315Z | Compiling rusty-fork v0.3.1 |
| 2749 | 2026-06-17T16:09:14.475Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2750 | 2026-06-17T16:09:14.582Z | Compiling bit-set v0.8.0 |
| 2751 | 2026-06-17T16:09:14.780Z | Compiling serde_with v3.20.0 |
| 2752 | 2026-06-17T16:09:15.000Z | Compiling rand_xorshift v0.4.0 |
| 2753 | 2026-06-17T16:09:15.022Z | Compiling unarray v0.1.4 |
| 2754 | 2026-06-17T16:09:15.162Z | Compiling proptest v1.11.0 |
| 2755 | 2026-06-17T16:09:15.189Z | Compiling strum v0.27.2 |
| 2756 | 2026-06-17T16:09:15.212Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2757 | 2026-06-17T16:09:15.326Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2758 | 2026-06-17T16:09:15.364Z | Compiling instant v0.1.13 |
| 2759 | 2026-06-17T16:09:15.683Z | Compiling cpufeatures v0.2.17 |
| 2760 | 2026-06-17T16:09:15.719Z | Compiling iddqd v0.4.2 |
| 2761 | 2026-06-17T16:09:15.764Z | Compiling itertools v0.14.0 |
| 2762 | 2026-06-17T16:09:15.793Z | Compiling clap_derive v4.6.1 |
| 2763 | 2026-06-17T16:09:17.433Z | Compiling utf8parse v0.2.2 |
| 2764 | 2026-06-17T16:09:17.548Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2765 | 2026-06-17T16:09:17.566Z | Compiling anstyle-parse v1.0.0 |
| 2766 | 2026-06-17T16:09:17.687Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2767 | 2026-06-17T16:09:17.798Z | Compiling backon v1.6.0 |
| 2768 | 2026-06-17T16:09:17.872Z | Compiling terminal_size v0.4.4 |
| 2769 | 2026-06-17T16:09:18.183Z | Compiling anstyle v1.0.14 |
| 2770 | 2026-06-17T16:09:18.449Z | Compiling colorchoice v1.0.5 |
| 2771 | 2026-06-17T16:09:18.452Z | Compiling is_terminal_polyfill v1.70.2 |
| 2772 | 2026-06-17T16:09:18.563Z | Compiling anstyle-query v1.1.5 |
| 2773 | 2026-06-17T16:09:19.058Z | Compiling anstream v1.0.0 |
| 2774 | 2026-06-17T16:09:19.572Z | Compiling backoff v0.4.0 |
| 2775 | 2026-06-17T16:09:19.722Z | Compiling parse-display v0.10.0 |
| 2776 | 2026-06-17T16:09:19.811Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2777 | 2026-06-17T16:09:19.996Z | Compiling humantime v2.3.0 |
| 2778 | 2026-06-17T16:09:20.172Z | Compiling clap_lex v1.1.0 |
| 2779 | 2026-06-17T16:09:20.557Z | Compiling clap_builder v4.6.0 |
| 2780 | 2026-06-17T16:09:21.272Z | Compiling regress v0.11.1 |
| 2781 | 2026-06-17T16:09:22.390Z | Compiling clap v4.6.1 |
| 2782 | 2026-06-17T16:09:22.769Z | Compiling typify-impl v0.6.2 |
| 2783 | 2026-06-17T16:09:23.846Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 2784 | 2026-06-17T16:09:24.486Z | Compiling crucible-workspace-hack v0.1.0 |
| 2785 | 2026-06-17T16:09:24.570Z | Compiling proc-macro-crate v3.5.0 |
| 2786 | 2026-06-17T16:09:24.987Z | Compiling zerocopy-derive v0.7.35 |
| 2787 | 2026-06-17T16:09:25.443Z | Compiling unsafe-libyaml v0.2.11 |
| 2788 | 2026-06-17T16:09:26.029Z | Compiling serde_yaml v0.9.34+deprecated |
| 2789 | 2026-06-17T16:09:26.061Z | Compiling typify-macro v0.6.2 |
| 2790 | 2026-06-17T16:09:26.537Z | Compiling num_enum_derive v0.7.6 |
| 2791 | 2026-06-17T16:09:27.454Z | Compiling darling_core v0.21.3 |
| 2792 | 2026-06-17T16:09:27.760Z | Compiling convert_case v0.4.0 |
| 2793 | 2026-06-17T16:09:27.898Z | Compiling num_enum v0.7.6 |
| 2794 | 2026-06-17T16:09:28.057Z | Compiling derive_more v0.99.20 |
| 2795 | 2026-06-17T16:09:28.455Z | Compiling toml_datetime v0.6.11 |
| 2796 | 2026-06-17T16:09:29.488Z | Compiling typify v0.6.2 |
| 2797 | 2026-06-17T16:09:29.504Z | Compiling darling_macro v0.21.3 |
| 2798 | 2026-06-17T16:09:29.945Z | Compiling secrecy v0.10.3 |
| 2799 | 2026-06-17T16:09:30.008Z | Compiling proc-macro-error-attr v1.0.4 |
| 2800 | 2026-06-17T16:09:30.097Z | Compiling darling v0.21.3 |
| 2801 | 2026-06-17T16:09:30.188Z | Compiling prettyplease v0.2.37 |
| 2802 | 2026-06-17T16:09:30.289Z | Compiling tinyvec_macros v0.1.1 |
| 2803 | 2026-06-17T16:09:30.293Z | Compiling heapless v0.8.0 |
| 2804 | 2026-06-17T16:09:30.749Z | Compiling tinyvec v1.11.0 |
| 2805 | 2026-06-17T16:09:30.820Z | Compiling ingot-macros v0.1.1 |
| 2806 | 2026-06-17T16:09:31.055Z | Compiling zerocopy v0.7.35 |
| 2807 | 2026-06-17T16:09:31.179Z | Compiling tabwriter v1.4.1 |
| 2808 | 2026-06-17T16:09:31.534Z | Compiling crossbeam-epoch v0.9.18 |
| 2809 | 2026-06-17T16:09:31.721Z | Compiling hash32 v0.3.1 |
| 2810 | 2026-06-17T16:09:31.810Z | Compiling scroll_derive v0.12.1 |
| 2811 | 2026-06-17T16:09:31.890Z | Compiling rustc_version v0.4.1 |
| 2812 | 2026-06-17T16:09:32.041Z | Compiling num-integer v0.1.46 |
| 2813 | 2026-06-17T16:09:32.166Z | Compiling proc-macro-error v1.0.4 |
| 2814 | 2026-06-17T16:09:32.434Z | Compiling usdt-impl v0.5.0 |
| 2815 | 2026-06-17T16:09:32.531Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2816 | 2026-06-17T16:09:32.544Z | Compiling smoltcp v0.11.0 |
| 2817 | 2026-06-17T16:09:32.719Z | Compiling data-encoding v2.11.0 |
| 2818 | 2026-06-17T16:09:32.802Z | Compiling pkg-config v0.3.33 |
| 2819 | 2026-06-17T16:09:32.914Z | Compiling winnow v0.7.15 |
| 2820 | 2026-06-17T16:09:33.248Z | Compiling rustix v0.38.44 |
| 2821 | 2026-06-17T16:09:33.478Z | Compiling ingot-types v0.1.2 |
| 2822 | 2026-06-17T16:09:33.928Z | Compiling scroll v0.12.0 |
| 2823 | 2026-06-17T16:09:34.103Z | Compiling curve25519-dalek v4.1.3 |
| 2824 | 2026-06-17T16:09:34.423Z | Compiling dof v0.3.0 |
| 2825 | 2026-06-17T16:09:35.386Z | Compiling dtrace-parser v0.2.0 |
| 2826 | 2026-06-17T16:09:35.425Z | Compiling hmac v0.12.1 |
| 2827 | 2026-06-17T16:09:35.438Z | Compiling inout v0.1.4 |
| 2828 | 2026-06-17T16:09:35.554Z | Compiling ff v0.13.1 |
| 2829 | 2026-06-17T16:09:35.574Z | Compiling cobs v0.3.0 |
| 2830 | 2026-06-17T16:09:35.600Z | Compiling bstr v1.12.1 |
| 2831 | 2026-06-17T16:09:35.822Z | Compiling thread-id v4.2.2 |
| 2832 | 2026-06-17T16:09:35.946Z | Compiling colored v3.1.1 |
| 2833 | 2026-06-17T16:09:35.972Z | Compiling static_assertions v1.1.0 |
| 2834 | 2026-06-17T16:09:36.026Z | Compiling managed v0.8.0 |
| 2835 | 2026-06-17T16:09:36.087Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 2836 | 2026-06-17T16:09:36.283Z | Compiling bitflags v1.3.2 |
| 2837 | 2026-06-17T16:09:36.633Z | Compiling postcard v1.1.3 |
| 2838 | 2026-06-17T16:09:36.670Z | Compiling group v0.13.0 |
| 2839 | 2026-06-17T16:09:36.907Z | Compiling cipher v0.4.4 |
| 2840 | 2026-06-17T16:09:36.997Z | Compiling hkdf v0.12.4 |
| 2841 | 2026-06-17T16:09:37.498Z | Compiling goblin v0.8.2 |
| 2842 | 2026-06-17T16:09:37.530Z | Compiling ingot v0.1.1 |
| 2843 | 2026-06-17T16:09:37.716Z | Compiling num-rational v0.4.2 |
| 2844 | 2026-06-17T16:09:38.680Z | Compiling num-iter v0.1.45 |
| 2845 | 2026-06-17T16:09:39.304Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2846 | 2026-06-17T16:09:39.566Z | Compiling universal-hash v0.5.1 |
| 2847 | 2026-06-17T16:09:39.693Z | Compiling hubpack_derive v0.1.1 |
| 2848 | 2026-06-17T16:09:39.710Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2849 | 2026-06-17T16:09:39.731Z | Compiling crypto-bigint v0.5.5 |
| 2850 | 2026-06-17T16:09:40.317Z | Compiling half v2.7.1 |
| 2851 | 2026-06-17T16:09:40.607Z | Compiling serde_repr v0.1.20 |
| 2852 | 2026-06-17T16:09:40.662Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2853 | 2026-06-17T16:09:40.830Z | Compiling foreign-types-macros v0.2.3 |
| 2854 | 2026-06-17T16:09:41.364Z | Compiling num-complex v0.4.6 |
| 2855 | 2026-06-17T16:09:41.798Z | Compiling memoffset v0.9.1 |
| 2856 | 2026-06-17T16:09:42.064Z | Compiling ciborium-io v0.2.2 |
| 2857 | 2026-06-17T16:09:42.093Z | Compiling indent_write v2.2.0 |
| 2858 | 2026-06-17T16:09:42.137Z | Compiling base64ct v1.8.3 |
| 2859 | 2026-06-17T16:09:42.251Z | Compiling cfg_aliases v0.2.1 |
| 2860 | 2026-06-17T16:09:42.334Z | Compiling base16ct v0.2.0 |
| 2861 | 2026-06-17T16:09:42.494Z | Compiling foreign-types-shared v0.3.1 |
| 2862 | 2026-06-17T16:09:42.508Z | Compiling heck v0.4.1 |
| 2863 | 2026-06-17T16:09:42.651Z | Compiling opaque-debug v0.3.1 |
| 2864 | 2026-06-17T16:09:42.729Z | Compiling poly1305 v0.8.0 |
| 2865 | 2026-06-17T16:09:43.158Z | Compiling foreign-types v0.5.0 |
| 2866 | 2026-06-17T16:09:43.212Z | Compiling elliptic-curve v0.13.8 |
| 2867 | 2026-06-17T16:09:43.334Z | Compiling password-hash v0.5.0 |
| 2868 | 2026-06-17T16:09:43.513Z | Compiling nix v0.31.3 |
| 2869 | 2026-06-17T16:09:43.718Z | Compiling ciborium-ll v0.2.2 |
| 2870 | 2026-06-17T16:09:44.311Z | Compiling num v0.4.3 |
| 2871 | 2026-06-17T16:09:44.384Z | Compiling thiserror-no-std v2.0.2 |
| 2872 | 2026-06-17T16:09:44.397Z | Compiling hubpack v0.1.2 |
| 2873 | 2026-06-17T16:09:45.502Z | Compiling chacha20 v0.9.1 |
| 2874 | 2026-06-17T16:09:45.969Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2875 | 2026-06-17T16:09:45.995Z | Compiling reqwest v0.12.28 |
| 2876 | 2026-06-17T16:09:46.881Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2877 | 2026-06-17T16:09:47.244Z | Compiling blake2 v0.10.6 |
| 2878 | 2026-06-17T16:09:47.652Z | Compiling aead v0.5.2 |
| 2879 | 2026-06-17T16:09:47.723Z | Compiling byte-wrapper v0.1.0 |
| 2880 | 2026-06-17T16:09:47.786Z | Compiling chacha20 v0.10.0 |
| 2881 | 2026-06-17T16:09:47.847Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2882 | 2026-06-17T16:09:48.085Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2883 | 2026-06-17T16:09:48.793Z | Compiling cstr-argument v0.1.2 |
| 2884 | 2026-06-17T16:09:48.936Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8) |
| 2885 | 2026-06-17T16:09:48.968Z | Compiling keccak v0.1.6 |
| 2886 | 2026-06-17T16:09:49.152Z | Compiling float-ord v0.3.2 |
| 2887 | 2026-06-17T16:09:49.183Z | Compiling sha3 v0.10.9 |
| 2888 | 2026-06-17T16:09:49.269Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2889 | 2026-06-17T16:09:49.676Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2890 | 2026-06-17T16:09:49.690Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2891 | 2026-06-17T16:09:49.773Z | Compiling rand v0.10.1 |
| 2892 | 2026-06-17T16:09:49.813Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2893 | 2026-06-17T16:09:50.468Z | Compiling rustls-webpki v0.103.13 |
| 2894 | 2026-06-17T16:09:50.580Z | Compiling chacha20poly1305 v0.10.1 |
| 2895 | 2026-06-17T16:09:51.526Z | Compiling argon2 v0.5.3 |
| 2896 | 2026-06-17T16:09:52.757Z | Compiling progenitor-client v0.10.0 |
| 2897 | 2026-06-17T16:09:52.874Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 2898 | 2026-06-17T16:09:53.020Z | Compiling vsss-rs v3.3.4 |
| 2899 | 2026-06-17T16:09:53.787Z | Compiling ciborium v0.2.2 |
| 2900 | 2026-06-17T16:09:54.308Z | Compiling atomicwrites v0.4.4 |
| 2901 | 2026-06-17T16:09:54.338Z | Compiling usdt-macro v0.5.0 |
| 2902 | 2026-06-17T16:09:54.482Z | Compiling usdt-attr-macro v0.5.0 |
| 2903 | 2026-06-17T16:09:55.048Z | Compiling tokio-rustls v0.26.4 |
| 2904 | 2026-06-17T16:09:55.138Z | Compiling rustls-platform-verifier v0.7.0 |
| 2905 | 2026-06-17T16:09:55.356Z | Compiling hyper-rustls v0.27.9 |
| 2906 | 2026-06-17T16:09:55.658Z | Compiling reqwest v0.13.4 |
| 2907 | 2026-06-17T16:09:57.088Z | Compiling progenitor-client v0.14.0 |
| 2908 | 2026-06-17T16:09:57.334Z | Compiling progenitor-extras v0.2.0 |
| 2909 | 2026-06-17T16:09:57.582Z | Compiling num-derive v0.4.2 |
| 2910 | 2026-06-17T16:09:57.609Z | Compiling enum-as-inner v0.6.1 |
| 2911 | 2026-06-17T16:09:57.782Z | Compiling memmap v0.7.0 |
| 2912 | 2026-06-17T16:09:58.023Z | Compiling rayon-core v1.13.0 |
| 2913 | 2026-06-17T16:09:58.197Z | Compiling semver v0.1.20 |
| 2914 | 2026-06-17T16:09:58.377Z | Compiling winnow v0.5.40 |
| 2915 | 2026-06-17T16:09:58.710Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2916 | 2026-06-17T16:10:00.454Z | Compiling toml_edit v0.19.15 |
| 2917 | 2026-06-17T16:10:00.667Z | Compiling rustc_version v0.1.7 |
| 2918 | 2026-06-17T16:10:00.905Z | Compiling usdt v0.5.0 |
| 2919 | 2026-06-17T16:10:01.669Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2920 | 2026-06-17T16:10:05.038Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2921 | 2026-06-17T16:10:10.318Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2922 | 2026-06-17T16:10:10.546Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2923 | 2026-06-17T16:10:10.648Z | Compiling similar v2.7.0 |
| 2924 | 2026-06-17T16:10:10.663Z | Compiling crossbeam-deque v0.8.6 |
| 2925 | 2026-06-17T16:10:11.054Z | Compiling serde_spanned v0.6.9 |
| 2926 | 2026-06-17T16:10:11.085Z | Compiling toml_write v0.1.2 |
| 2927 | 2026-06-17T16:10:11.212Z | Compiling vcpkg v0.2.15 |
| 2928 | 2026-06-17T16:10:11.527Z | Compiling bytecount v0.6.9 |
| 2929 | 2026-06-17T16:10:11.738Z | Compiling lazy_static v1.5.0 |
| 2930 | 2026-06-17T16:10:11.858Z | Compiling openssl-sys v0.9.116 |
| 2931 | 2026-06-17T16:10:12.480Z | Compiling toml_edit v0.22.27 |
| 2932 | 2026-06-17T16:10:13.660Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2933 | 2026-06-17T16:10:13.936Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2934 | 2026-06-17T16:10:14.093Z | Compiling proc-macro-crate v1.3.1 |
| 2935 | 2026-06-17T16:10:14.220Z | Compiling newtype_derive v0.1.6 |
| 2936 | 2026-06-17T16:10:14.223Z | Compiling progenitor-impl v0.14.0 |
| 2937 | 2026-06-17T16:10:14.351Z | Compiling progenitor-impl v0.13.0 |
| 2938 | 2026-06-17T16:10:14.437Z | Compiling itertools v0.12.1 |
| 2939 | 2026-06-17T16:10:14.814Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2940 | 2026-06-17T16:10:15.068Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2941 | 2026-06-17T16:10:15.379Z | Compiling owo-colors v4.3.0 |
| 2942 | 2026-06-17T16:10:15.557Z | Compiling unicode-segmentation v1.13.3 |
| 2943 | 2026-06-17T16:10:15.755Z | Compiling linked-hash-map v0.5.6 |
| 2944 | 2026-06-17T16:10:15.916Z | Compiling resolv-conf v0.7.6 |
| 2945 | 2026-06-17T16:10:15.935Z | Compiling swrite v0.1.0 |
| 2946 | 2026-06-17T16:10:15.975Z | Compiling lru-cache v0.1.2 |
| 2947 | 2026-06-17T16:10:16.051Z | Compiling newline-converter v0.3.0 |
| 2948 | 2026-06-17T16:10:16.210Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2949 | 2026-06-17T16:10:16.303Z | Compiling num_enum_derive v0.5.11 |
| 2950 | 2026-06-17T16:10:16.320Z | Compiling progenitor-macro v0.14.0 |
| 2951 | 2026-06-17T16:10:16.413Z | Compiling progenitor-macro v0.13.0 |
| 2952 | 2026-06-17T16:10:16.539Z | Compiling toml v0.8.23 |
| 2953 | 2026-06-17T16:10:17.188Z | Compiling rayon v1.12.0 |
| 2954 | 2026-06-17T16:10:17.870Z | Compiling hickory-proto v0.24.4 |
| 2955 | 2026-06-17T16:10:18.657Z | Compiling progenitor-client v0.13.0 |
| 2956 | 2026-06-17T16:10:19.881Z | Compiling console v0.15.11 |
| 2957 | 2026-06-17T16:10:20.530Z | Compiling camino-tempfile v1.4.1 |
| 2958 | 2026-06-17T16:10:20.596Z | Compiling serde-big-array v0.5.1 |
| 2959 | 2026-06-17T16:10:20.767Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2960 | 2026-06-17T16:10:20.971Z | Compiling derive-where v1.6.1 |
| 2961 | 2026-06-17T16:10:21.187Z | Compiling pin-project-internal v1.1.13 |
| 2962 | 2026-06-17T16:10:21.331Z | Compiling minimal-lexical v0.2.1 |
| 2963 | 2026-06-17T16:10:21.594Z | Compiling siphasher v1.0.3 |
| 2964 | 2026-06-17T16:10:21.826Z | Compiling phf_shared v0.12.1 |
| 2965 | 2026-06-17T16:10:22.080Z | Compiling nom v7.1.3 |
| 2966 | 2026-06-17T16:10:22.309Z | Compiling pin-project v1.1.13 |
| 2967 | 2026-06-17T16:10:22.426Z | Compiling progenitor v0.13.0 |
| 2968 | 2026-06-17T16:10:22.581Z | Compiling progenitor v0.14.0 |
| 2969 | 2026-06-17T16:10:22.736Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2970 | 2026-06-17T16:10:23.091Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2971 | 2026-06-17T16:10:23.417Z | Compiling expectorate v1.2.0 |
| 2972 | 2026-06-17T16:10:23.646Z | Compiling hickory-resolver v0.24.4 |
| 2973 | 2026-06-17T16:10:25.464Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2974 | 2026-06-17T16:10:26.674Z | Compiling num_enum v0.5.11 |
| 2975 | 2026-06-17T16:10:27.849Z | Compiling zone_cfg_derive v0.3.1 |
| 2976 | 2026-06-17T16:10:28.572Z | Compiling unicode-normalization v0.1.25 |
| 2977 | 2026-06-17T16:10:29.038Z | Compiling tokio-stream v0.1.18 |
| 2978 | 2026-06-17T16:10:29.182Z | Compiling snafu-derive v0.8.9 |
| 2979 | 2026-06-17T16:10:29.603Z | Compiling async-recursion v1.1.1 |
| 2980 | 2026-06-17T16:10:30.338Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2981 | 2026-06-17T16:10:30.693Z | Compiling slog-dtrace v0.3.0 |
| 2982 | 2026-06-17T16:10:30.942Z | Compiling csv-core v0.1.13 |
| 2983 | 2026-06-17T16:10:30.968Z | Compiling unicode-width v0.1.14 |
| 2984 | 2026-06-17T16:10:31.144Z | Compiling same-file v1.0.6 |
| 2985 | 2026-06-17T16:10:31.293Z | Compiling highway v1.3.0 |
| 2986 | 2026-06-17T16:10:31.350Z | Compiling openssl v0.10.80 |
| 2987 | 2026-06-17T16:10:31.369Z | Compiling smawk v0.3.2 |
| 2988 | 2026-06-17T16:10:31.571Z | Compiling cancel-safe-futures v0.1.5 |
| 2989 | 2026-06-17T16:10:31.681Z | Compiling foreign-types-shared v0.1.1 |
| 2990 | 2026-06-17T16:10:31.790Z | Compiling unicode-linebreak v0.1.5 |
| 2991 | 2026-06-17T16:10:31.856Z | Compiling chrono-tz v0.10.4 |
| 2992 | 2026-06-17T16:10:32.057Z | Compiling foldhash v0.1.5 |
| 2993 | 2026-06-17T16:10:32.074Z | Compiling unicode-xid v0.2.6 |
| 2994 | 2026-06-17T16:10:32.112Z | Compiling konst_macro_rules v0.2.19 |
| 2995 | 2026-06-17T16:10:32.204Z | Compiling const_format_proc_macros v0.2.34 |
| 2996 | 2026-06-17T16:10:32.286Z | Compiling konst v0.2.20 |
| 2997 | 2026-06-17T16:10:32.314Z | Compiling hashbrown v0.15.5 |
| 2998 | 2026-06-17T16:10:32.689Z | Compiling textwrap v0.16.2 |
| 2999 | 2026-06-17T16:10:32.823Z | Compiling foreign-types v0.3.2 |
| 3000 | 2026-06-17T16:10:32.932Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3001 | 2026-06-17T16:10:32.981Z | Compiling walkdir v2.5.0 |
| 3002 | 2026-06-17T16:10:33.023Z | Compiling csv v1.4.0 |
| 3003 | 2026-06-17T16:10:33.383Z | Compiling snafu v0.8.9 |
| 3004 | 2026-06-17T16:10:33.784Z | Compiling qorb v0.4.1 |
| 3005 | 2026-06-17T16:10:33.956Z | Compiling olpc-cjson v0.1.4 |
| 3006 | 2026-06-17T16:10:33.972Z | Compiling zone v0.3.1 |
| 3007 | 2026-06-17T16:10:34.200Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3008 | 2026-06-17T16:10:34.279Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3009 | 2026-06-17T16:10:34.637Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3010 | 2026-06-17T16:10:34.734Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3011 | 2026-06-17T16:10:35.681Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3012 | 2026-06-17T16:10:36.226Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3013 | 2026-06-17T16:10:37.845Z | Compiling phf v0.12.1 |
| 3014 | 2026-06-17T16:10:39.146Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3015 | 2026-06-17T16:10:39.166Z | Compiling tokio-dtrace v0.1.1 |
| 3016 | 2026-06-17T16:10:39.166Z | Compiling globset v0.4.18 |
| 3017 | 2026-06-17T16:10:39.166Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3018 | 2026-06-17T16:10:39.166Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3019 | 2026-06-17T16:10:39.443Z | Compiling smf v0.2.3 |
| 3020 | 2026-06-17T16:10:39.707Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 3021 | 2026-06-17T16:10:40.273Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3022 | 2026-06-17T16:10:40.653Z | Compiling libsw-core v0.3.2 |
| 3023 | 2026-06-17T16:10:40.855Z | Compiling pem v3.0.6 |
| 3024 | 2026-06-17T16:10:41.013Z | Compiling serde_plain v1.0.2 |
| 3025 | 2026-06-17T16:10:41.356Z | Compiling openssl-macros v0.1.1 |
| 3026 | 2026-06-17T16:10:41.441Z | Compiling cookie v0.18.1 |
| 3027 | 2026-06-17T16:10:41.528Z | Compiling sigpipe v0.1.3 |
| 3028 | 2026-06-17T16:10:41.547Z | Compiling typed-path v0.9.3 |
| 3029 | 2026-06-17T16:10:41.641Z | Compiling glob v0.3.3 |
| 3030 | 2026-06-17T16:10:41.725Z | Compiling fixedbitset v0.5.7 |
| 3031 | 2026-06-17T16:10:41.819Z | Compiling jiff v0.2.28 |
| 3032 | 2026-06-17T16:10:42.059Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3033 | 2026-06-17T16:10:42.239Z | Compiling fixedbitset v0.4.2 |
| 3034 | 2026-06-17T16:10:42.616Z | Compiling tough v0.22.0 |
| 3035 | 2026-06-17T16:10:42.653Z | Compiling petgraph v0.6.5 |
| 3036 | 2026-06-17T16:10:42.715Z | Compiling petgraph v0.8.3 |
| 3037 | 2026-06-17T16:10:44.307Z | Compiling libsw v3.5.0 |
| 3038 | 2026-06-17T16:10:44.452Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3039 | 2026-06-17T16:10:44.473Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 3040 | 2026-06-17T16:10:44.483Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3041 | 2026-06-17T16:10:44.724Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3042 | 2026-06-17T16:10:45.110Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3043 | 2026-06-17T16:10:45.925Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3044 | 2026-06-17T16:10:47.548Z | Compiling oxide-tokio-rt v0.1.6 |
| 3045 | 2026-06-17T16:10:47.554Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3046 | 2026-06-17T16:10:47.873Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3047 | 2026-06-17T16:10:47.918Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3048 | 2026-06-17T16:10:48.792Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3049 | 2026-06-17T16:10:49.793Z | Compiling const_format v0.2.36 |
| 3050 | 2026-06-17T16:10:50.315Z | Compiling papergrid v0.11.0 |
| 3051 | 2026-06-17T16:10:50.636Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3052 | 2026-06-17T16:10:51.073Z | Compiling libscf-sys v1.2.0 |
| 3053 | 2026-06-17T16:10:51.223Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3054 | 2026-06-17T16:10:51.743Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3055 | 2026-06-17T16:10:51.902Z | Compiling tabled_derive v0.7.0 |
| 3056 | 2026-06-17T16:10:51.913Z | Compiling gethostname v0.5.0 |
| 3057 | 2026-06-17T16:10:52.059Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3058 | 2026-06-17T16:10:52.083Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3059 | 2026-06-17T16:10:52.144Z | Compiling bcs v0.1.6 |
| 3060 | 2026-06-17T16:10:52.216Z | Compiling whoami v1.6.1 |
| 3061 | 2026-06-17T16:10:52.537Z | Compiling termtree v0.5.1 |
| 3062 | 2026-06-17T16:10:52.665Z | Compiling linear-map v1.2.0 |
| 3063 | 2026-06-17T16:10:52.677Z | Compiling tagptr v0.2.0 |
| 3064 | 2026-06-17T16:10:52.845Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3065 | 2026-06-17T16:10:52.889Z | Compiling tabled v0.15.0 |
| 3066 | 2026-06-17T16:10:52.902Z | Compiling moka v0.12.15 |
| 3067 | 2026-06-17T16:10:54.931Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3068 | 2026-06-17T16:10:54.991Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3069 | 2026-06-17T16:10:55.595Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3070 | 2026-06-17T16:10:55.828Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3071 | 2026-06-17T16:10:56.415Z | Compiling steno v0.4.1 |
| 3072 | 2026-06-17T16:10:57.236Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3073 | 2026-06-17T16:11:00.755Z | Compiling hickory-proto v0.25.2 |
| 3074 | 2026-06-17T16:11:00.978Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3075 | 2026-06-17T16:11:01.220Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3076 | 2026-06-17T16:11:02.035Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 3077 | 2026-06-17T16:11:02.058Z | Compiling parking_lot_core v0.8.6 |
| 3078 | 2026-06-17T16:11:02.400Z | Compiling nom v8.0.0 |
| 3079 | 2026-06-17T16:11:03.292Z | Compiling hickory-resolver v0.25.2 |
| 3080 | 2026-06-17T16:11:04.577Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3081 | 2026-06-17T16:11:04.725Z | Compiling crunchy v0.2.4 |
| 3082 | 2026-06-17T16:11:05.045Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 3083 | 2026-06-17T16:11:05.060Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 3084 | 2026-06-17T16:11:05.216Z | Compiling parking_lot v0.11.2 |
| 3085 | 2026-06-17T16:11:06.084Z | Compiling typify-impl v0.4.3 |
| 3086 | 2026-06-17T16:11:06.317Z | Compiling fxhash v0.2.1 |
| 3087 | 2026-06-17T16:11:06.492Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3088 | 2026-06-17T16:11:06.775Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3089 | 2026-06-17T16:11:07.259Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3090 | 2026-06-17T16:11:07.529Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3091 | 2026-06-17T16:11:09.788Z | Compiling tiny-keccak v2.0.2 |
| 3092 | 2026-06-17T16:11:09.811Z | Compiling proc-macro-error2 v2.0.1 |
| 3093 | 2026-06-17T16:11:09.811Z | Compiling sled v0.34.7 |
| 3094 | 2026-06-17T16:11:09.811Z | Compiling typify-macro v0.4.3 |
| 3095 | 2026-06-17T16:11:09.811Z | Compiling arc-swap v1.9.1 |
| 3096 | 2026-06-17T16:11:09.979Z | Compiling slog-scope v4.4.1 |
| 3097 | 2026-06-17T16:11:10.666Z | Compiling tabled_derive v0.11.0 |
| 3098 | 2026-06-17T16:11:11.569Z | Compiling papergrid v0.18.0 |
| 3099 | 2026-06-17T16:11:11.784Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 3100 | 2026-06-17T16:11:11.809Z | Compiling testing_table v0.3.0 |
| 3101 | 2026-06-17T16:11:12.167Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 3102 | 2026-06-17T16:11:12.447Z | Compiling internet-checksum v0.2.1 |
| 3103 | 2026-06-17T16:11:12.531Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 3104 | 2026-06-17T16:11:12.531Z | Compiling const-random-macro v0.1.16 |
| 3105 | 2026-06-17T16:11:12.531Z | Compiling slog-stdlog v4.1.1 |
| 3106 | 2026-06-17T16:11:12.917Z | Compiling tabled v0.21.0 |
| 3107 | 2026-06-17T16:11:12.945Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 3108 | 2026-06-17T16:11:13.239Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3109 | 2026-06-17T16:11:13.966Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3110 | 2026-06-17T16:11:14.534Z | Compiling ahash v0.8.12 |
| 3111 | 2026-06-17T16:11:14.833Z | Compiling smartstring v1.0.1 |
| 3112 | 2026-06-17T16:11:17.098Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 3113 | 2026-06-17T16:11:17.116Z | Compiling const-random v0.1.18 |
| 3114 | 2026-06-17T16:11:17.204Z | Compiling slog-envlogger v2.2.0 |
| 3115 | 2026-06-17T16:11:18.006Z | Compiling typify v0.4.3 |
| 3116 | 2026-06-17T16:11:18.340Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3117 | 2026-06-17T16:11:18.803Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3118 | 2026-06-17T16:11:20.735Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3119 | 2026-06-17T16:11:21.027Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3120 | 2026-06-17T16:11:23.087Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 3121 | 2026-06-17T16:11:23.090Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3122 | 2026-06-17T16:11:23.406Z | Compiling crc8 v0.1.1 |
| 3123 | 2026-06-17T16:11:23.532Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 3124 | 2026-06-17T16:11:26.637Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 3125 | 2026-06-17T16:11:26.794Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3126 | 2026-06-17T16:11:27.433Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 3127 | 2026-06-17T16:11:28.044Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3128 | 2026-06-17T16:11:28.064Z | Compiling progenitor-impl v0.10.0 |
| 3129 | 2026-06-17T16:11:29.046Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 3130 | 2026-06-17T16:11:29.756Z | Compiling lzma-sys v0.1.20 |
| 3131 | 2026-06-17T16:11:29.792Z | Compiling sha1 v0.10.6 |
| 3132 | 2026-06-17T16:11:30.097Z | Compiling thin-vec v0.2.18 |
| 3133 | 2026-06-17T16:11:30.224Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3134 | 2026-06-17T16:11:30.238Z | Compiling rhai_codegen v3.2.0 |
| 3135 | 2026-06-17T16:11:30.458Z | Compiling fs-err v3.3.0 |
| 3136 | 2026-06-17T16:11:30.755Z | Compiling typeid v1.0.3 |
| 3137 | 2026-06-17T16:11:30.801Z | Compiling utf-8 v0.7.6 |
| 3138 | 2026-06-17T16:11:31.028Z | Compiling tungstenite v0.21.0 |
| 3139 | 2026-06-17T16:11:31.509Z | Compiling rhai v1.25.1 |
| 3140 | 2026-06-17T16:11:32.113Z | Compiling progenitor-macro v0.10.0 |
| 3141 | 2026-06-17T16:11:36.317Z | Compiling cargo_toml v0.22.3 |
| 3142 | 2026-06-17T16:11:38.553Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3143 | 2026-06-17T16:11:39.321Z | Compiling sha2 v0.10.9 |
| 3144 | 2026-06-17T16:11:40.194Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3145 | 2026-06-17T16:11:40.591Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3146 | 2026-06-17T16:11:41.297Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 3147 | 2026-06-17T16:11:41.679Z | Compiling progenitor v0.10.0 |
| 3148 | 2026-06-17T16:11:42.238Z | Compiling tokio-tungstenite v0.21.0 |
| 3149 | 2026-06-17T16:11:42.427Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3150 | 2026-06-17T16:11:42.762Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 3151 | 2026-06-17T16:11:43.256Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3152 | 2026-06-17T16:11:43.654Z | Compiling console v0.16.3 |
| 3153 | 2026-06-17T16:11:43.983Z | Compiling git-stub v1.0.0 |
| 3154 | 2026-06-17T16:11:44.437Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 3155 | 2026-06-17T16:11:44.893Z | Compiling unit-prefix v0.5.2 |
| 3156 | 2026-06-17T16:11:45.051Z | Compiling base64 v0.21.7 |
| 3157 | 2026-06-17T16:11:45.066Z | Compiling is_ci v1.2.0 |
| 3158 | 2026-06-17T16:11:45.256Z | Compiling supports-color v3.0.2 |
| 3159 | 2026-06-17T16:11:45.512Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3160 | 2026-06-17T16:11:45.584Z | Compiling indicatif v0.18.4 |
| 3161 | 2026-06-17T16:11:46.601Z | Compiling git-stub-vcs v0.1.0 |
| 3162 | 2026-06-17T16:11:47.331Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3163 | 2026-06-17T16:11:47.434Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3164 | 2026-06-17T16:11:48.297Z | Compiling ron v0.12.1 |
| 3165 | 2026-06-17T16:11:48.890Z | Compiling xz2 v0.1.7 |
| 3166 | 2026-06-17T16:11:49.213Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 3167 | 2026-06-17T16:11:49.455Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 3168 | 2026-06-17T16:11:50.275Z | Compiling drift v0.2.0 |
| 3169 | 2026-06-17T16:11:51.400Z | Compiling base16ct v1.0.0 |
| 3170 | 2026-06-17T16:11:52.079Z | Compiling dropshot-api-manager v0.7.2 |
| 3171 | 2026-06-17T16:11:56.755Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 3172 | 2026-06-17T16:11:57.940Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 3173 | 2026-06-17T16:11:58.871Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 3174 | 2026-06-17T16:12:00.199Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 3175 | 2026-06-17T16:12:03.461Z | Compiling natord v1.0.9 |
| 3176 | 2026-06-17T16:12:03.654Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 3177 | 2026-06-17T16:12:03.747Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 3178 | 2026-06-17T16:12:05.478Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 3179 | 2026-06-17T16:12:08.833Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 3180 | 2026-06-17T16:12:09.251Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 3181 | 2026-06-17T16:12:15.237Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 3182 | 2026-06-17T16:12:16.944Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 3183 | 2026-06-17T16:12:18.024Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 3184 | 2026-06-17T16:12:18.495Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 3185 | 2026-06-17T16:12:21.517Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 3186 | 2026-06-17T16:12:47.757Z | Finished `release` profile [optimized] target(s) in 4m 20s |
| 3187 | 2026-06-17T16:12:47.936Z | |
| 3188 | 2026-06-17T16:12:47.936Z | real 4:21.123234377 |
| 3189 | 2026-06-17T16:12:47.936Z | user 29:38.007279479 |
| 3190 | 2026-06-17T16:12:47.936Z | sys 2:45.301130160 |
| 3191 | 2026-06-17T16:12:47.936Z | trap 0.740546406 |
| 3192 | 2026-06-17T16:12:47.936Z | tflt 1.415621889 |
| 3193 | 2026-06-17T16:12:47.936Z | dflt 1.701217224 |
| 3194 | 2026-06-17T16:12:47.936Z | kflt 0.009613549 |
| 3195 | 2026-06-17T16:12:47.936Z | lock 1:57:51.136933009 |
| 3196 | 2026-06-17T16:12:47.936Z | slp 1:24:54.249622562 |
| 3197 | 2026-06-17T16:12:47.939Z | lat 2:18.250775120 |
| 3198 | 2026-06-17T16:12:47.939Z | stop 3:39.975031254 |
| 3199 | 2026-06-17T16:12:47.939Z | + for x in debug release |
| 3200 | 2026-06-17T16:12:47.939Z | + mkdir -p /work/debug |
| 3201 | 2026-06-17T16:12:47.939Z | + cp target/debug/ddmd /work/debug/ddmd |
| 3202 | 2026-06-17T16:12:48.421Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 3203 | 2026-06-17T16:12:48.820Z | + cp target/debug/mgd /work/debug/mgd |
| 3204 | 2026-06-17T16:12:49.431Z | + cp target/debug/mgadm /work/debug/mgadm |
| 3205 | 2026-06-17T16:12:49.912Z | + for x in debug release |
| 3206 | 2026-06-17T16:12:49.912Z | + mkdir -p /work/release |
| 3207 | 2026-06-17T16:12:49.915Z | + cp target/release/ddmd /work/release/ddmd |
| 3208 | 2026-06-17T16:12:49.999Z | + cp target/release/ddmadm /work/release/ddmadm |
| 3209 | 2026-06-17T16:12:50.071Z | + cp target/release/mgd /work/release/mgd |
| 3210 | 2026-06-17T16:12:50.194Z | + cp target/release/mgadm /work/release/mgadm |
| 3211 | 2026-06-17T16:12:50.295Z | + cp target/release/falcon-lab /work/release/falcon-lab |
| 3212 | 2026-06-17T16:12:50.361Z | process exited: duration 714278 ms, exit code 0 |
| |
| 3213 | 2026-06-17T16:12:50.375Z | found 9 output files |
| 3214 | 2026-06-17T16:12:50.375Z | uploading: /work/debug/ddmadm (513733704 bytes) |
| 3215 | 2026-06-17T16:12:58.384Z | uploaded: /work/debug/ddmadm |
| 3216 | 2026-06-17T16:12:58.385Z | uploading: /work/debug/ddmd (588600736 bytes) |
| 3217 | 2026-06-17T16:13:09.157Z | uploaded: /work/debug/ddmd |
| 3218 | 2026-06-17T16:13:09.157Z | uploading: /work/debug/mgadm (610636696 bytes) |
| 3219 | 2026-06-17T16:13:19.163Z | uploaded: /work/debug/mgadm |
| 3220 | 2026-06-17T16:13:19.163Z | uploading: /work/debug/mgd (692112224 bytes) |
| 3221 | 2026-06-17T16:13:30.642Z | uploaded: /work/debug/mgd |
| 3222 | 2026-06-17T16:13:30.642Z | uploading: /work/release/ddmadm (45420224 bytes) |
| 3223 | 2026-06-17T16:13:32.626Z | uploaded: /work/release/ddmadm |
| 3224 | 2026-06-17T16:13:32.626Z | uploading: /work/release/ddmd (53071096 bytes) |
| 3225 | 2026-06-17T16:13:34.302Z | uploaded: /work/release/ddmd |
| 3226 | 2026-06-17T16:13:34.302Z | uploading: /work/release/falcon-lab (39053368 bytes) |
| 3227 | 2026-06-17T16:13:35.608Z | uploaded: /work/release/falcon-lab |
| 3228 | 2026-06-17T16:13:35.608Z | uploading: /work/release/mgadm (60359552 bytes) |
| 3229 | 2026-06-17T16:13:38.018Z | uploaded: /work/release/mgadm |
| 3230 | 2026-06-17T16:13:38.018Z | uploading: /work/release/mgd (72406504 bytes) |
| 3231 | 2026-06-17T16:13:40.320Z | uploaded: /work/release/mgd |