|
|
|
| 1 | 2026-06-02T23:35:59.716Z | job assigned to worker 01KT5B22JA8YH7ZB36PD8XMK9G [factory aws, i-0550b65f72a6acfa9] (queued for 45 s) |
| |
| 2 | 2026-06-02T23:36:07.013Z | starting task 0: "setup" |
| 3 | 2026-06-02T23:36:07.017Z | ++ uname -s |
| 4 | 2026-06-02T23:36:07.020Z | + kern=SunOS |
| 5 | 2026-06-02T23:36:07.020Z | + build_user=build |
| 6 | 2026-06-02T23:36:07.020Z | + build_uid=12345 |
| 7 | 2026-06-02T23:36:07.020Z | + work_dir=/work |
| 8 | 2026-06-02T23:36:07.020Z | + input_dir=/input |
| 9 | 2026-06-02T23:36:07.020Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-02T23:36:07.020Z | + case "$kern" in |
| 11 | 2026-06-02T23:36:07.020Z | + groupadd -g 12345 build |
| 12 | 2026-06-02T23:36:07.023Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-02T23:36:09.025Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-02T23:36:09.136Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-02T23:36:09.139Z | + home_fs=zfs |
| 16 | 2026-06-02T23:36:09.139Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-02T23:36:09.140Z | + mkdir -p /home/build |
| 18 | 2026-06-02T23:36:09.140Z | + chown build:build /home/build /work |
| 19 | 2026-06-02T23:36:11.185Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-02T23:36:11.235Z | process exited: duration 4130 ms, exit code 0 |
| |
| 21 | 2026-06-02T23:36:11.251Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-02T23:36:11.255Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-02T23:36:11.255Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-02T23:36:11.255Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-02T23:36:11.256Z | * rust toolchain profile = "default" |
| 26 | 2026-06-02T23:36:11.256Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-02T23:36:11.256Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-02T23:36:11.261Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-02T23:36:11.261Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-02T23:36:11.415Z | info: downloading installer |
| 31 | 2026-06-02T23:36:12.847Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-02T23:36:12.847Z | warn: /opt/ooce/bin |
| 33 | 2026-06-02T23:36:12.847Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-02T23:36:12.847Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-02T23:36:12.847Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-02T23:36:12.847Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-02T23:36:12.847Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-02T23:36:12.847Z | error: cannot install while Rust is installed |
| 39 | 2026-06-02T23:36:12.847Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-02T23:36:12.847Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-02T23:36:12.847Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-02T23:36:12.847Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-02T23:36:12.847Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-02T23:36:12.881Z | info: profile set to default |
| 45 | 2026-06-02T23:36:12.881Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-02T23:36:12.884Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-02T23:36:13.012Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-02T23:36:13.015Z | info: downloading 6 components |
| 49 | 2026-06-02T23:36:27.474Z | |
| 50 | 2026-06-02T23:36:27.474Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 51 | 2026-06-02T23:36:27.515Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-02T23:36:27.515Z | |
| 53 | 2026-06-02T23:36:27.520Z | |
| 54 | 2026-06-02T23:36:27.520Z | Rust is installed now. Great! |
| 55 | 2026-06-02T23:36:27.520Z | |
| 56 | 2026-06-02T23:36:27.520Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-02T23:36:27.520Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-02T23:36:27.520Z | |
| 59 | 2026-06-02T23:36:27.520Z | To configure your current shell, you need to source |
| 60 | 2026-06-02T23:36:27.520Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-02T23:36:27.520Z | |
| 62 | 2026-06-02T23:36:27.520Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-02T23:36:27.520Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-02T23:36:27.520Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-02T23:36:27.520Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-02T23:36:27.520Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-02T23:36:27.520Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-02T23:36:27.520Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-02T23:36:27.520Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-02T23:36:27.520Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-02T23:36:27.605Z | + rustup --version |
| 72 | 2026-06-02T23:36:27.614Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-02T23:36:27.617Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-02T23:36:27.635Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-02T23:36:27.638Z | + cargo --version |
| 76 | 2026-06-02T23:36:27.651Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-02T23:36:27.655Z | + rustc --version |
| 78 | 2026-06-02T23:36:27.673Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-02T23:36:27.677Z | process exited: duration 16423 ms, exit code 0 |
| |
| 80 | 2026-06-02T23:36:27.683Z | starting task 2: "authentication" |
| 81 | 2026-06-02T23:36:27.700Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-06-02T23:36:27.708Z | starting task 3: "clone repository" |
| 83 | 2026-06-02T23:36:27.711Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-06-02T23:36:27.714Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-06-02T23:36:27.834Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-06-02T23:36:30.935Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-06-02T23:36:30.935Z | + git fetch origin 599e493354f57bbf7bbe7f25645e5c39dba85ffb |
| 88 | 2026-06-02T23:36:31.375Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-06-02T23:36:31.375Z | * branch 599e493354f57bbf7bbe7f25645e5c39dba85ffb -> FETCH_HEAD |
| 90 | 2026-06-02T23:36:31.382Z | + [[ -n trey/bgp_apply ]] |
| 91 | 2026-06-02T23:36:31.385Z | ++ git branch --show-current |
| 92 | 2026-06-02T23:36:31.385Z | + current=main |
| 93 | 2026-06-02T23:36:31.385Z | + [[ main != trey/bgp_apply ]] |
| 94 | 2026-06-02T23:36:31.385Z | + git branch -f trey/bgp_apply 599e493354f57bbf7bbe7f25645e5c39dba85ffb |
| 95 | 2026-06-02T23:36:31.388Z | + git checkout -f trey/bgp_apply |
| 96 | 2026-06-02T23:36:31.405Z | Switched to branch 'trey/bgp_apply' |
| 97 | 2026-06-02T23:36:31.408Z | + git reset --hard 599e493354f57bbf7bbe7f25645e5c39dba85ffb |
| 98 | 2026-06-02T23:36:31.422Z | HEAD is now at 599e493 bgp_apply: consolidate deletes in do_delete_router |
| 99 | 2026-06-02T23:36:31.425Z | process exited: duration 3716 ms, exit code 0 |
| |
| 100 | 2026-06-02T23:36:31.431Z | starting task 4: "build" |
| 101 | 2026-06-02T23:36:31.435Z | + pfexec pkg install clang-15 |
| 102 | 2026-06-02T23:36:38.838Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 103 | 2026-06-02T23:36:46.547Z | Startup: Caching catalogs ... Done |
| 104 | 2026-06-02T23:36:53.681Z | Planning: Solver setup ... Done |
| 105 | 2026-06-02T23:36:53.721Z | Planning: Running solver ... Done |
| 106 | 2026-06-02T23:36:53.858Z | Planning: Finding local manifests ... Done |
| 107 | 2026-06-02T23:36:53.882Z | Planning: Fetching manifests: 0/2 0% complete |
| 108 | 2026-06-02T23:36:53.985Z | Planning: Fetching manifests: 2/2 100% complete |
| 109 | 2026-06-02T23:36:54.014Z | Planning: Package planning ... Done |
| 110 | 2026-06-02T23:36:54.040Z | Planning: Merging actions ... Done |
| 111 | 2026-06-02T23:36:54.148Z | Planning: Checking for conflicting actions ... Done |
| 112 | 2026-06-02T23:36:54.155Z | Planning: Consolidating action changes ... Done |
| 113 | 2026-06-02T23:36:54.845Z | Planning: Evaluating mediators ... Done |
| 114 | 2026-06-02T23:36:54.850Z | Planning: Planning completed in 8.16 seconds |
| 115 | 2026-06-02T23:36:54.861Z | Packages to install: 2 |
| 116 | 2026-06-02T23:36:54.864Z | Mediators to change: 2 |
| 117 | 2026-06-02T23:36:54.864Z | Services to change: 1 |
| 118 | 2026-06-02T23:36:54.864Z | Create boot environment: No |
| 119 | 2026-06-02T23:36:54.864Z | Create backup boot environment: No |
| 120 | 2026-06-02T23:36:54.900Z | |
| 121 | 2026-06-02T23:36:54.900Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 122 | 2026-06-02T23:36:59.976Z | Download: 1999/3076 items 117.9/211.3MB 55% complete (24.2M/s) |
| 123 | 2026-06-02T23:37:05.107Z | Download: 3030/3076 items 201.8/211.3MB 95% complete (21.1M/s) |
| 124 | 2026-06-02T23:37:10.489Z | Download: 3034/3076 items 201.8/211.3MB 95% complete (20.4M/s) |
| 125 | 2026-06-02T23:37:14.846Z | Download: Completed 211.31 MB in 19.94 seconds (10.6M/s) |
| 126 | 2026-06-02T23:37:14.974Z | Actions: 1/3418 actions (Installing new actions) |
| 127 | 2026-06-02T23:37:18.208Z | Actions: Completed 3418 actions in 3.21 seconds. |
| 128 | 2026-06-02T23:37:18.829Z | Done |
| 129 | 2026-06-02T23:37:18.830Z | Done |
| 130 | 2026-06-02T23:37:19.585Z | Done |
| 131 | 2026-06-02T23:37:22.911Z | Done |
| 132 | 2026-06-02T23:37:23.016Z | Done |
| 133 | 2026-06-02T23:37:23.092Z | Done |
| 134 | 2026-06-02T23:37:23.310Z | Done |
| 135 | 2026-06-02T23:37:24.054Z | + cargo --version |
| 136 | 2026-06-02T23:37:24.227Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 137 | 2026-06-02T23:37:24.227Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 138 | 2026-06-02T23:37:24.227Z | info: downloading 6 components |
| 139 | 2026-06-02T23:37:39.308Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 140 | 2026-06-02T23:37:39.313Z | + rustc --version |
| 141 | 2026-06-02T23:37:39.335Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 142 | 2026-06-02T23:37:39.338Z | + banner check |
| 143 | 2026-06-02T23:37:39.341Z | |
| 144 | 2026-06-02T23:37:39.341Z | #### # # ###### #### # # |
| 145 | 2026-06-02T23:37:39.341Z | # # # # # # # # # |
| 146 | 2026-06-02T23:37:39.341Z | # ###### ##### # #### |
| 147 | 2026-06-02T23:37:39.342Z | # # # # # # # |
| 148 | 2026-06-02T23:37:39.342Z | # # # # # # # # # |
| 149 | 2026-06-02T23:37:39.342Z | #### # # ###### #### # # |
| 150 | 2026-06-02T23:37:39.342Z | |
| 151 | 2026-06-02T23:37:39.342Z | + cargo fmt -- --check |
| 152 | 2026-06-02T23:37:39.733Z | + cargo clippy --all-targets -- --deny warnings |
| 153 | 2026-06-02T23:37:39.851Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 154 | 2026-06-02T23:37:40.445Z | From https://github.com/oxidecomputer/falcon |
| 155 | 2026-06-02T23:37:40.445Z | * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 |
| 156 | 2026-06-02T23:37:40.521Z | Updating crates.io index |
| 157 | 2026-06-02T23:37:40.555Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 158 | 2026-06-02T23:37:41.278Z | From https://github.com/oxidecomputer/dendrite |
| 159 | 2026-06-02T23:37:41.278Z | * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556 |
| 160 | 2026-06-02T23:37:41.309Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 161 | 2026-06-02T23:37:41.585Z | From https://github.com/oxidecomputer/ispf |
| 162 | 2026-06-02T23:37:41.585Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 163 | 2026-06-02T23:37:41.784Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 164 | 2026-06-02T23:37:42.130Z | From https://github.com/oxidecomputer/netadm-sys |
| 165 | 2026-06-02T23:37:42.130Z | * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529 |
| 166 | 2026-06-02T23:37:42.138Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 167 | 2026-06-02T23:37:49.259Z | From https://github.com/oxidecomputer/omicron |
| 168 | 2026-06-02T23:37:49.259Z | * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7 |
| 169 | 2026-06-02T23:37:49.681Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 170 | 2026-06-02T23:37:50.348Z | From https://github.com/oxidecomputer/opte |
| 171 | 2026-06-02T23:37:50.348Z | * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 |
| 172 | 2026-06-02T23:37:50.743Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 173 | 2026-06-02T23:37:51.014Z | From https://github.com/illumos/smf-rs |
| 174 | 2026-06-02T23:37:51.014Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 175 | 2026-06-02T23:37:51.218Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 176 | 2026-06-02T23:37:51.497Z | From https://github.com/oxidecomputer/network-interface |
| 177 | 2026-06-02T23:37:51.497Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 178 | 2026-06-02T23:37:51.503Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 179 | 2026-06-02T23:37:51.771Z | From https://github.com/oxidecomputer/zone |
| 180 | 2026-06-02T23:37:51.771Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 181 | 2026-06-02T23:37:51.862Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 182 | 2026-06-02T23:37:52.449Z | From https://github.com/oxidecomputer/propolis |
| 183 | 2026-06-02T23:37:52.449Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 184 | 2026-06-02T23:37:52.658Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 185 | 2026-06-02T23:37:53.224Z | From https://github.com/oxidecomputer/transceiver-control |
| 186 | 2026-06-02T23:37:53.224Z | * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530 |
| 187 | 2026-06-02T23:37:53.241Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 188 | 2026-06-02T23:37:53.492Z | From https://github.com/oxidecomputer/dlpi-sys |
| 189 | 2026-06-02T23:37:53.492Z | * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388 |
| 190 | 2026-06-02T23:37:53.496Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 191 | 2026-06-02T23:37:53.764Z | From https://github.com/jmesmon/rust-libzfs |
| 192 | 2026-06-02T23:37:53.765Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 193 | 2026-06-02T23:37:53.772Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 194 | 2026-06-02T23:37:54.027Z | From https://github.com/oxidecomputer/rusty-doors |
| 195 | 2026-06-02T23:37:54.027Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 196 | 2026-06-02T23:37:54.105Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 197 | 2026-06-02T23:37:54.436Z | From https://github.com/oxidecomputer/lldp |
| 198 | 2026-06-02T23:37:54.436Z | * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d |
| 199 | 2026-06-02T23:37:54.449Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 200 | 2026-06-02T23:37:54.717Z | From https://github.com/oxidecomputer/slog-error-chain |
| 201 | 2026-06-02T23:37:54.717Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 202 | 2026-06-02T23:37:54.798Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 203 | 2026-06-02T23:37:55.110Z | From https://github.com/oxidecomputer/tufaceous |
| 204 | 2026-06-02T23:37:55.110Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 205 | 2026-06-02T23:37:55.321Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 206 | 2026-06-02T23:37:55.794Z | From https://github.com/oxidecomputer/management-gateway-service |
| 207 | 2026-06-02T23:37:55.794Z | * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d |
| 208 | 2026-06-02T23:37:55.978Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 209 | 2026-06-02T23:37:56.929Z | From https://github.com/oxidecomputer/crucible |
| 210 | 2026-06-02T23:37:56.929Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 211 | 2026-06-02T23:37:57.807Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 212 | 2026-06-02T23:37:58.097Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 213 | 2026-06-02T23:37:58.097Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 214 | 2026-06-02T23:37:58.324Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 215 | 2026-06-02T23:37:58.669Z | From https://github.com/oxidecomputer/propolis |
| 216 | 2026-06-02T23:37:58.669Z | * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845 |
| 217 | 2026-06-02T23:37:58.720Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 218 | 2026-06-02T23:37:58.981Z | From https://github.com/oxidecomputer/opte |
| 219 | 2026-06-02T23:37:58.982Z | * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238 |
| 220 | 2026-06-02T23:37:59.178Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 221 | 2026-06-02T23:37:59.497Z | From https://github.com/oxidecomputer/tofino |
| 222 | 2026-06-02T23:37:59.497Z | * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b |
| 223 | 2026-06-02T23:37:59.523Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 224 | 2026-06-02T23:38:00.159Z | From https://github.com/oxidecomputer/maghemite |
| 225 | 2026-06-02T23:38:00.159Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 226 | 2026-06-02T23:38:00.207Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 227 | 2026-06-02T23:38:00.490Z | From https://github.com/oxidecomputer/clickward |
| 228 | 2026-06-02T23:38:00.490Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 229 | 2026-06-02T23:38:00.578Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 230 | 2026-06-02T23:38:00.980Z | From https://github.com/oxidecomputer/crucible |
| 231 | 2026-06-02T23:38:00.980Z | * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047 |
| 232 | 2026-06-02T23:38:01.093Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 233 | 2026-06-02T23:38:01.388Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 234 | 2026-06-02T23:38:01.388Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 235 | 2026-06-02T23:38:02.618Z | Downloading crates ... |
| 236 | 2026-06-02T23:38:02.680Z | Downloaded anstyle-query v1.1.5 |
| 237 | 2026-06-02T23:38:02.683Z | Downloaded adler2 v2.0.1 |
| 238 | 2026-06-02T23:38:02.693Z | Downloaded cfg-if v1.0.4 |
| 239 | 2026-06-02T23:38:02.696Z | Downloaded critical-section v1.2.0 |
| 240 | 2026-06-02T23:38:02.699Z | Downloaded cancel-safe-futures v0.1.5 |
| 241 | 2026-06-02T23:38:02.702Z | Downloaded chacha20 v0.9.1 |
| 242 | 2026-06-02T23:38:02.705Z | Downloaded arc-swap v1.9.1 |
| 243 | 2026-06-02T23:38:02.711Z | Downloaded darling_macro v0.21.3 |
| 244 | 2026-06-02T23:38:02.714Z | Downloaded crossbeam-epoch v0.9.18 |
| 245 | 2026-06-02T23:38:02.717Z | Downloaded defmt-parser v1.0.0 |
| 246 | 2026-06-02T23:38:02.719Z | Downloaded base16ct v1.0.0 |
| 247 | 2026-06-02T23:38:02.722Z | Downloaded crossbeam-deque v0.8.6 |
| 248 | 2026-06-02T23:38:02.725Z | Downloaded crossbeam-utils v0.8.21 |
| 249 | 2026-06-02T23:38:02.725Z | Downloaded diff v0.1.13 |
| 250 | 2026-06-02T23:38:02.728Z | Downloaded derive_more v0.99.20 |
| 251 | 2026-06-02T23:38:02.731Z | Downloaded foreign-types-macros v0.2.3 |
| 252 | 2026-06-02T23:38:02.734Z | Downloaded digest v0.10.7 |
| 253 | 2026-06-02T23:38:02.738Z | Downloaded embedded-io v0.4.0 |
| 254 | 2026-06-02T23:38:02.740Z | Downloaded displaydoc v0.2.5 |
| 255 | 2026-06-02T23:38:02.740Z | Downloaded convert_case v0.4.0 |
| 256 | 2026-06-02T23:38:02.743Z | Downloaded const-random v0.1.18 |
| 257 | 2026-06-02T23:38:02.746Z | Downloaded git-stub-vcs v0.1.0 |
| 258 | 2026-06-02T23:38:02.749Z | Downloaded crc8 v0.1.1 |
| 259 | 2026-06-02T23:38:02.749Z | Downloaded cpufeatures v0.2.17 |
| 260 | 2026-06-02T23:38:02.752Z | Downloaded gethostname v0.5.0 |
| 261 | 2026-06-02T23:38:02.752Z | Downloaded foreign-types-shared v0.3.1 |
| 262 | 2026-06-02T23:38:02.755Z | Downloaded generic-array v0.14.7 |
| 263 | 2026-06-02T23:38:02.757Z | Downloaded hubpack v0.1.2 |
| 264 | 2026-06-02T23:38:02.757Z | Downloaded cpufeatures v0.3.0 |
| 265 | 2026-06-02T23:38:02.760Z | Downloaded fs_extra v1.3.0 |
| 266 | 2026-06-02T23:38:02.763Z | Downloaded foldhash v0.1.5 |
| 267 | 2026-06-02T23:38:02.763Z | Downloaded crypto-common v0.1.7 |
| 268 | 2026-06-02T23:38:02.766Z | Downloaded ciborium-ll v0.2.2 |
| 269 | 2026-06-02T23:38:02.769Z | Downloaded block-buffer v0.10.4 |
| 270 | 2026-06-02T23:38:02.769Z | Downloaded hashbrown v0.16.1 |
| 271 | 2026-06-02T23:38:02.772Z | Downloaded hex v0.4.3 |
| 272 | 2026-06-02T23:38:02.776Z | Downloaded glob v0.3.3 |
| 273 | 2026-06-02T23:38:02.780Z | Downloaded crunchy v0.2.4 |
| 274 | 2026-06-02T23:38:02.780Z | Downloaded git-stub v1.0.0 |
| 275 | 2026-06-02T23:38:02.784Z | Downloaded dof v0.4.0 |
| 276 | 2026-06-02T23:38:02.784Z | Downloaded crossbeam-channel v0.5.15 |
| 277 | 2026-06-02T23:38:02.787Z | Downloaded compression-core v0.4.32 |
| 278 | 2026-06-02T23:38:02.787Z | Downloaded futures-sink v0.3.32 |
| 279 | 2026-06-02T23:38:02.790Z | Downloaded drift v0.2.0 |
| 280 | 2026-06-02T23:38:02.795Z | Downloaded foreign-types-shared v0.1.1 |
| 281 | 2026-06-02T23:38:02.798Z | Downloaded float-ord v0.3.2 |
| 282 | 2026-06-02T23:38:02.801Z | Downloaded equivalent v1.0.2 |
| 283 | 2026-06-02T23:38:02.801Z | Downloaded colorchoice v1.0.5 |
| 284 | 2026-06-02T23:38:02.804Z | Downloaded defmt v0.3.100 |
| 285 | 2026-06-02T23:38:02.804Z | Downloaded crucible-workspace-hack v0.1.0 |
| 286 | 2026-06-02T23:38:02.806Z | Downloaded half v2.7.1 |
| 287 | 2026-06-02T23:38:02.809Z | Downloaded atomicwrites v0.4.4 |
| 288 | 2026-06-02T23:38:02.809Z | Downloaded errno v0.3.14 |
| 289 | 2026-06-02T23:38:02.812Z | Downloaded async-recursion v1.1.1 |
| 290 | 2026-06-02T23:38:02.815Z | Downloaded fnv v1.0.7 |
| 291 | 2026-06-02T23:38:02.818Z | Downloaded fixedbitset v0.4.2 |
| 292 | 2026-06-02T23:38:02.818Z | Downloaded dtrace-parser v0.2.0 |
| 293 | 2026-06-02T23:38:02.820Z | Downloaded ident_case v1.0.1 |
| 294 | 2026-06-02T23:38:02.820Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 295 | 2026-06-02T23:38:02.823Z | Downloaded darling_core v0.23.0 |
| 296 | 2026-06-02T23:38:02.826Z | Downloaded futures-io v0.3.32 |
| 297 | 2026-06-02T23:38:02.829Z | Downloaded dof v0.3.0 |
| 298 | 2026-06-02T23:38:02.829Z | Downloaded cipher v0.4.4 |
| 299 | 2026-06-02T23:38:02.832Z | Downloaded hostname v0.4.2 |
| 300 | 2026-06-02T23:38:02.835Z | Downloaded cargo_toml v0.22.3 |
| 301 | 2026-06-02T23:38:02.835Z | Downloaded indent_write v2.2.0 |
| 302 | 2026-06-02T23:38:02.837Z | Downloaded futures-macro v0.3.32 |
| 303 | 2026-06-02T23:38:02.840Z | Downloaded allocator-api2 v0.2.21 |
| 304 | 2026-06-02T23:38:02.840Z | Downloaded hyper-rustls v0.27.9 |
| 305 | 2026-06-02T23:38:02.843Z | Downloaded http-body v1.0.1 |
| 306 | 2026-06-02T23:38:02.846Z | Downloaded foreign-types v0.5.0 |
| 307 | 2026-06-02T23:38:02.846Z | Downloaded httpdate v1.0.3 |
| 308 | 2026-06-02T23:38:02.849Z | Downloaded itoa v1.0.18 |
| 309 | 2026-06-02T23:38:02.849Z | Downloaded internet-checksum v0.2.1 |
| 310 | 2026-06-02T23:38:02.852Z | Downloaded ff v0.13.1 |
| 311 | 2026-06-02T23:38:02.855Z | Downloaded fastrand v2.4.1 |
| 312 | 2026-06-02T23:38:02.855Z | Downloaded enum-as-inner v0.6.1 |
| 313 | 2026-06-02T23:38:02.858Z | Downloaded libscf-sys v1.2.0 |
| 314 | 2026-06-02T23:38:02.858Z | Downloaded camino-tempfile v1.4.1 |
| 315 | 2026-06-02T23:38:02.861Z | Downloaded is_terminal_polyfill v1.70.2 |
| 316 | 2026-06-02T23:38:02.861Z | Downloaded darling_macro v0.23.0 |
| 317 | 2026-06-02T23:38:02.864Z | Downloaded is_ci v1.2.0 |
| 318 | 2026-06-02T23:38:02.864Z | Downloaded idna_adapter v1.2.2 |
| 319 | 2026-06-02T23:38:02.866Z | Downloaded data-encoding v2.11.0 |
| 320 | 2026-06-02T23:38:02.867Z | Downloaded heck v0.4.1 |
| 321 | 2026-06-02T23:38:02.869Z | Downloaded byte-wrapper v0.1.0 |
| 322 | 2026-06-02T23:38:02.872Z | Downloaded hubpack_derive v0.1.1 |
| 323 | 2026-06-02T23:38:02.872Z | Downloaded backoff v0.4.0 |
| 324 | 2026-06-02T23:38:02.876Z | Downloaded bit-vec v0.8.0 |
| 325 | 2026-06-02T23:38:02.879Z | Downloaded hash32 v0.3.1 |
| 326 | 2026-06-02T23:38:02.879Z | Downloaded form_urlencoded v1.2.2 |
| 327 | 2026-06-02T23:38:02.879Z | Downloaded defmt-macros v1.1.0 |
| 328 | 2026-06-02T23:38:02.883Z | Downloaded humantime v2.3.0 |
| 329 | 2026-06-02T23:38:02.885Z | Downloaded lru-slab v0.1.2 |
| 330 | 2026-06-02T23:38:02.885Z | Downloaded fs-err v3.3.0 |
| 331 | 2026-06-02T23:38:02.889Z | Downloaded konst_macro_rules v0.2.19 |
| 332 | 2026-06-02T23:38:02.889Z | Downloaded match_cfg v0.1.0 |
| 333 | 2026-06-02T23:38:02.892Z | Downloaded crc32fast v1.5.0 |
| 334 | 2026-06-02T23:38:02.892Z | Downloaded memmap v0.7.0 |
| 335 | 2026-06-02T23:38:02.895Z | Downloaded macaddr v1.0.1 |
| 336 | 2026-06-02T23:38:02.895Z | Downloaded managed v0.8.0 |
| 337 | 2026-06-02T23:38:02.898Z | Downloaded memoffset v0.9.1 |
| 338 | 2026-06-02T23:38:02.898Z | Downloaded async-trait v0.1.89 |
| 339 | 2026-06-02T23:38:02.900Z | Downloaded natord v1.0.9 |
| 340 | 2026-06-02T23:38:02.903Z | Downloaded colored v3.1.1 |
| 341 | 2026-06-02T23:38:02.906Z | Downloaded ipnetwork v0.21.1 |
| 342 | 2026-06-02T23:38:02.906Z | Downloaded ipnet v2.12.0 |
| 343 | 2026-06-02T23:38:02.909Z | Downloaded lock_api v0.4.14 |
| 344 | 2026-06-02T23:38:02.912Z | Downloaded num v0.4.3 |
| 345 | 2026-06-02T23:38:02.912Z | Downloaded num_threads v0.1.7 |
| 346 | 2026-06-02T23:38:02.915Z | Downloaded dtrace-parser v0.3.0 |
| 347 | 2026-06-02T23:38:02.915Z | Downloaded libsw v3.5.0 |
| 348 | 2026-06-02T23:38:02.917Z | Downloaded num_enum_derive v0.5.11 |
| 349 | 2026-06-02T23:38:02.917Z | Downloaded libsw-core v0.3.2 |
| 350 | 2026-06-02T23:38:02.920Z | Downloaded num-iter v0.1.45 |
| 351 | 2026-06-02T23:38:02.920Z | Downloaded either v1.15.0 |
| 352 | 2026-06-02T23:38:02.923Z | Downloaded newtype-uuid-macros v0.1.0 |
| 353 | 2026-06-02T23:38:02.923Z | Downloaded backon v1.6.0 |
| 354 | 2026-06-02T23:38:02.926Z | Downloaded no-std-compat v0.4.1 |
| 355 | 2026-06-02T23:38:02.929Z | Downloaded ahash v0.8.12 |
| 356 | 2026-06-02T23:38:02.932Z | Downloaded newtype_derive v0.1.6 |
| 357 | 2026-06-02T23:38:02.932Z | Downloaded is-terminal v0.4.17 |
| 358 | 2026-06-02T23:38:02.935Z | Downloaded ingot v0.1.1 |
| 359 | 2026-06-02T23:38:02.935Z | Downloaded heck v0.5.0 |
| 360 | 2026-06-02T23:38:02.938Z | Downloaded http-body-util v0.1.3 |
| 361 | 2026-06-02T23:38:02.938Z | Downloaded num-conv v0.2.1 |
| 362 | 2026-06-02T23:38:02.941Z | Downloaded num-derive v0.4.2 |
| 363 | 2026-06-02T23:38:02.941Z | Downloaded newline-converter v0.3.0 |
| 364 | 2026-06-02T23:38:02.944Z | Downloaded openssl-probe v0.2.1 |
| 365 | 2026-06-02T23:38:02.944Z | Downloaded openssl-macros v0.1.1 |
| 366 | 2026-06-02T23:38:02.944Z | Downloaded opaque-debug v0.3.1 |
| 367 | 2026-06-02T23:38:02.947Z | Downloaded httparse v1.10.1 |
| 368 | 2026-06-02T23:38:02.950Z | Downloaded darling v0.23.0 |
| 369 | 2026-06-02T23:38:02.953Z | Downloaded getrandom v0.2.17 |
| 370 | 2026-06-02T23:38:02.956Z | Downloaded omicron-workspace-hack v0.1.0 |
| 371 | 2026-06-02T23:38:02.956Z | Downloaded olpc-cjson v0.1.4 |
| 372 | 2026-06-02T23:38:02.959Z | Downloaded clap_derive v4.6.1 |
| 373 | 2026-06-02T23:38:02.959Z | Downloaded mime v0.3.17 |
| 374 | 2026-06-02T23:38:02.962Z | Downloaded erased-serde v0.3.31 |
| 375 | 2026-06-02T23:38:02.962Z | Downloaded group v0.13.0 |
| 376 | 2026-06-02T23:38:02.965Z | Downloaded plain v0.2.3 |
| 377 | 2026-06-02T23:38:02.965Z | Downloaded phf_shared v0.12.1 |
| 378 | 2026-06-02T23:38:02.967Z | Downloaded multer v3.1.0 |
| 379 | 2026-06-02T23:38:02.971Z | Downloaded potential_utf v0.1.5 |
| 380 | 2026-06-02T23:38:02.971Z | Downloaded ingot-types v0.1.2 |
| 381 | 2026-06-02T23:38:02.974Z | Downloaded powerfmt v0.2.0 |
| 382 | 2026-06-02T23:38:02.974Z | Downloaded parse-display v0.10.0 |
| 383 | 2026-06-02T23:38:02.974Z | Downloaded futures-executor v0.3.32 |
| 384 | 2026-06-02T23:38:02.977Z | Downloaded foldhash v0.2.0 |
| 385 | 2026-06-02T23:38:02.977Z | Downloaded const_format v0.2.36 |
| 386 | 2026-06-02T23:38:02.979Z | Downloaded proc-macro-crate v1.3.1 |
| 387 | 2026-06-02T23:38:02.982Z | Downloaded futures-channel v0.3.32 |
| 388 | 2026-06-02T23:38:02.982Z | Downloaded globset v0.4.18 |
| 389 | 2026-06-02T23:38:02.985Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 390 | 2026-06-02T23:38:02.988Z | Downloaded find-msvc-tools v0.1.9 |
| 391 | 2026-06-02T23:38:02.988Z | Downloaded defmt v1.1.0 |
| 392 | 2026-06-02T23:38:02.991Z | Downloaded clap v4.6.1 |
| 393 | 2026-06-02T23:38:02.996Z | Downloaded num-integer v0.1.46 |
| 394 | 2026-06-02T23:38:02.998Z | Downloaded blake2 v0.10.6 |
| 395 | 2026-06-02T23:38:03.002Z | Downloaded bitflags v2.11.1 |
| 396 | 2026-06-02T23:38:03.005Z | Downloaded proc-macro-crate v3.5.0 |
| 397 | 2026-06-02T23:38:03.005Z | Downloaded newtype-uuid v1.3.2 |
| 398 | 2026-06-02T23:38:03.008Z | Downloaded getrandom v0.3.4 |
| 399 | 2026-06-02T23:38:03.008Z | Downloaded ingot-macros v0.1.1 |
| 400 | 2026-06-02T23:38:03.011Z | Downloaded quick-error v1.2.3 |
| 401 | 2026-06-02T23:38:03.011Z | Downloaded progenitor-macro v0.11.2 |
| 402 | 2026-06-02T23:38:03.014Z | Downloaded pretty-hex v0.4.2 |
| 403 | 2026-06-02T23:38:03.014Z | Downloaded proc-macro-error-attr v1.0.4 |
| 404 | 2026-06-02T23:38:03.017Z | Downloaded oxide-tokio-rt v0.1.6 |
| 405 | 2026-06-02T23:38:03.017Z | Downloaded parking_lot_core v0.8.6 |
| 406 | 2026-06-02T23:38:03.020Z | Downloaded num_enum_derive v0.7.6 |
| 407 | 2026-06-02T23:38:03.020Z | Downloaded hashbrown v0.12.3 |
| 408 | 2026-06-02T23:38:03.023Z | Downloaded oxnet v0.1.5 |
| 409 | 2026-06-02T23:38:03.025Z | Downloaded percent-encoding v2.3.2 |
| 410 | 2026-06-02T23:38:03.025Z | Downloaded progenitor-client v0.11.2 |
| 411 | 2026-06-02T23:38:03.029Z | Downloaded deranged v0.5.8 |
| 412 | 2026-06-02T23:38:03.029Z | Downloaded progenitor-macro v0.14.0 |
| 413 | 2026-06-02T23:38:03.031Z | Downloaded progenitor-macro v0.13.0 |
| 414 | 2026-06-02T23:38:03.031Z | Downloaded progenitor-client v0.10.0 |
| 415 | 2026-06-02T23:38:03.034Z | Downloaded num_enum v0.5.11 |
| 416 | 2026-06-02T23:38:03.037Z | Downloaded owo-colors v4.3.0 |
| 417 | 2026-06-02T23:38:03.037Z | Downloaded num-complex v0.4.6 |
| 418 | 2026-06-02T23:38:03.040Z | Downloaded iana-time-zone v0.1.65 |
| 419 | 2026-06-02T23:38:03.040Z | Downloaded rand_chacha v0.3.1 |
| 420 | 2026-06-02T23:38:03.043Z | Downloaded rand_xorshift v0.4.0 |
| 421 | 2026-06-02T23:38:03.043Z | Downloaded progenitor-macro v0.10.0 |
| 422 | 2026-06-02T23:38:03.046Z | Downloaded ref-cast v1.0.25 |
| 423 | 2026-06-02T23:38:03.046Z | Downloaded hmac v0.12.1 |
| 424 | 2026-06-02T23:38:03.049Z | Downloaded rustc-hash v2.1.2 |
| 425 | 2026-06-02T23:38:03.049Z | Downloaded highway v1.3.0 |
| 426 | 2026-06-02T23:38:03.052Z | Downloaded memmap2 v0.9.10 |
| 427 | 2026-06-02T23:38:03.052Z | Downloaded linear-map v1.2.0 |
| 428 | 2026-06-02T23:38:03.056Z | Downloaded jobserver v0.1.34 |
| 429 | 2026-06-02T23:38:03.056Z | Downloaded paste v1.0.15 |
| 430 | 2026-06-02T23:38:03.059Z | Downloaded pkg-config v0.3.33 |
| 431 | 2026-06-02T23:38:03.061Z | Downloaded ref-cast-impl v1.0.25 |
| 432 | 2026-06-02T23:38:03.061Z | Downloaded ppv-lite86 v0.2.21 |
| 433 | 2026-06-02T23:38:03.061Z | Downloaded progenitor-client v0.14.0 |
| 434 | 2026-06-02T23:38:03.064Z | Downloaded proc-macro-error2 v2.0.1 |
| 435 | 2026-06-02T23:38:03.067Z | Downloaded progenitor-client v0.13.0 |
| 436 | 2026-06-02T23:38:03.067Z | Downloaded rustc_version v0.1.7 |
| 437 | 2026-06-02T23:38:03.070Z | Downloaded log v0.4.29 |
| 438 | 2026-06-02T23:38:03.070Z | Downloaded getrandom v0.4.2 |
| 439 | 2026-06-02T23:38:03.073Z | Downloaded dropshot_endpoint v0.17.0 |
| 440 | 2026-06-02T23:38:03.076Z | Downloaded pin-project-internal v1.1.13 |
| 441 | 2026-06-02T23:38:03.078Z | Downloaded darling_core v0.21.3 |
| 442 | 2026-06-02T23:38:03.081Z | Downloaded base64 v0.22.1 |
| 443 | 2026-06-02T23:38:03.084Z | Downloaded icu_provider v2.2.0 |
| 444 | 2026-06-02T23:38:03.088Z | Downloaded progenitor-extras v0.2.0 |
| 445 | 2026-06-02T23:38:03.088Z | Downloaded progenitor v0.14.0 |
| 446 | 2026-06-02T23:38:03.091Z | Downloaded icu_normalizer v2.2.0 |
| 447 | 2026-06-02T23:38:03.091Z | Downloaded indexmap v1.9.3 |
| 448 | 2026-06-02T23:38:03.094Z | Downloaded pin-project-lite v0.2.17 |
| 449 | 2026-06-02T23:38:03.097Z | Downloaded proc-macro-error v1.0.4 |
| 450 | 2026-06-02T23:38:03.100Z | Downloaded num_enum v0.7.6 |
| 451 | 2026-06-02T23:38:03.103Z | Downloaded rustc_version v0.4.1 |
| 452 | 2026-06-02T23:38:03.103Z | Downloaded scroll_derive v0.12.1 |
| 453 | 2026-06-02T23:38:03.103Z | Downloaded same-file v1.0.6 |
| 454 | 2026-06-02T23:38:03.106Z | Downloaded parking_lot v0.12.5 |
| 455 | 2026-06-02T23:38:03.109Z | Downloaded icu_normalizer_data v2.2.0 |
| 456 | 2026-06-02T23:38:03.109Z | Downloaded icu_properties v2.2.0 |
| 457 | 2026-06-02T23:38:03.112Z | Downloaded progenitor v0.11.2 |
| 458 | 2026-06-02T23:38:03.112Z | Downloaded elliptic-curve v0.13.8 |
| 459 | 2026-06-02T23:38:03.114Z | Downloaded rand_chacha v0.9.0 |
| 460 | 2026-06-02T23:38:03.117Z | Downloaded num-rational v0.4.2 |
| 461 | 2026-06-02T23:38:03.117Z | Downloaded rand_core v0.10.1 |
| 462 | 2026-06-02T23:38:03.120Z | Downloaded futures v0.3.32 |
| 463 | 2026-06-02T23:38:03.123Z | Downloaded serde-big-array v0.5.1 |
| 464 | 2026-06-02T23:38:03.123Z | Downloaded rand_core v0.6.4 |
| 465 | 2026-06-02T23:38:03.126Z | Downloaded progenitor v0.13.0 |
| 466 | 2026-06-02T23:38:03.126Z | Downloaded once_cell v1.21.4 |
| 467 | 2026-06-02T23:38:03.129Z | Downloaded scopeguard v1.2.0 |
| 468 | 2026-06-02T23:38:03.129Z | Downloaded phf v0.12.1 |
| 469 | 2026-06-02T23:38:03.132Z | Downloaded poly1305 v0.8.0 |
| 470 | 2026-06-02T23:38:03.132Z | Downloaded secrecy v0.10.3 |
| 471 | 2026-06-02T23:38:03.134Z | Downloaded litemap v0.8.2 |
| 472 | 2026-06-02T23:38:03.134Z | Downloaded semver v0.1.20 |
| 473 | 2026-06-02T23:38:03.137Z | Downloaded progenitor v0.10.0 |
| 474 | 2026-06-02T23:38:03.137Z | Downloaded pem v3.0.6 |
| 475 | 2026-06-02T23:38:03.140Z | Downloaded serde_spanned v1.1.1 |
| 476 | 2026-06-02T23:38:03.140Z | Downloaded serde_plain v1.0.2 |
| 477 | 2026-06-02T23:38:03.143Z | Downloaded rand_core v0.9.5 |
| 478 | 2026-06-02T23:38:03.143Z | Downloaded serde_urlencoded v0.7.1 |
| 479 | 2026-06-02T23:38:03.143Z | Downloaded password-hash v0.5.0 |
| 480 | 2026-06-02T23:38:03.146Z | Downloaded parking_lot_core v0.9.12 |
| 481 | 2026-06-02T23:38:03.146Z | Downloaded parking_lot v0.11.2 |
| 482 | 2026-06-02T23:38:03.149Z | Downloaded parse-display-derive v0.10.0 |
| 483 | 2026-06-02T23:38:03.149Z | Downloaded chacha20poly1305 v0.10.1 |
| 484 | 2026-06-02T23:38:03.152Z | Downloaded console v0.15.11 |
| 485 | 2026-06-02T23:38:03.154Z | Downloaded lru-cache v0.1.2 |
| 486 | 2026-06-02T23:38:03.154Z | Downloaded crypto-bigint v0.5.5 |
| 487 | 2026-06-02T23:38:03.157Z | Downloaded scroll_derive v0.13.1 |
| 488 | 2026-06-02T23:38:03.160Z | Downloaded base64 v0.21.7 |
| 489 | 2026-06-02T23:38:03.163Z | Downloaded serde_spanned v0.6.9 |
| 490 | 2026-06-02T23:38:03.164Z | Downloaded rustls-pemfile v2.2.0 |
| 491 | 2026-06-02T23:38:03.167Z | Downloaded num-traits v0.2.19 |
| 492 | 2026-06-02T23:38:03.167Z | Downloaded console v0.16.3 |
| 493 | 2026-06-02T23:38:03.167Z | Downloaded rustls-native-certs v0.8.3 |
| 494 | 2026-06-02T23:38:03.170Z | Downloaded rustversion v1.0.22 |
| 495 | 2026-06-02T23:38:03.173Z | Downloaded chacha20 v0.10.0 |
| 496 | 2026-06-02T23:38:03.173Z | Downloaded linked-hash-map v0.5.6 |
| 497 | 2026-06-02T23:38:03.176Z | Downloaded pest_generator v2.8.6 |
| 498 | 2026-06-02T23:38:03.176Z | Downloaded keccak v0.1.6 |
| 499 | 2026-06-02T23:38:03.176Z | Downloaded byteorder v1.5.0 |
| 500 | 2026-06-02T23:38:03.181Z | Downloaded slog-bunyan v2.5.0 |
| 501 | 2026-06-02T23:38:03.181Z | Downloaded slog-envlogger v2.2.0 |
| 502 | 2026-06-02T23:38:03.181Z | Downloaded serial_test v3.4.0 |
| 503 | 2026-06-02T23:38:03.184Z | Downloaded sha1 v0.10.6 |
| 504 | 2026-06-02T23:38:03.184Z | Downloaded serial_test_derive v3.4.0 |
| 505 | 2026-06-02T23:38:03.184Z | Downloaded icu_locale_core v2.2.0 |
| 506 | 2026-06-02T23:38:03.187Z | Downloaded quinn-udp v0.5.14 |
| 507 | 2026-06-02T23:38:03.190Z | Downloaded postcard v1.1.3 |
| 508 | 2026-06-02T23:38:03.196Z | Downloaded miniz_oxide v0.8.9 |
| 509 | 2026-06-02T23:38:03.196Z | Downloaded indicatif v0.18.4 |
| 510 | 2026-06-02T23:38:03.196Z | Downloaded siphasher v1.0.3 |
| 511 | 2026-06-02T23:38:03.200Z | Downloaded icu_collections v2.2.0 |
| 512 | 2026-06-02T23:38:03.200Z | Downloaded stable_deref_trait v1.2.1 |
| 513 | 2026-06-02T23:38:03.200Z | Downloaded resolv-conf v0.7.6 |
| 514 | 2026-06-02T23:38:03.204Z | Downloaded anstyle v1.0.14 |
| 515 | 2026-06-02T23:38:03.204Z | Downloaded dyn-clone v1.0.20 |
| 516 | 2026-06-02T23:38:03.209Z | Downloaded daft-derive v0.1.7 |
| 517 | 2026-06-02T23:38:03.209Z | Downloaded heapless v0.8.0 |
| 518 | 2026-06-02T23:38:03.213Z | Downloaded serde_derive_internals v0.29.1 |
| 519 | 2026-06-02T23:38:03.213Z | Downloaded instant v0.1.13 |
| 520 | 2026-06-02T23:38:03.213Z | Downloaded inout v0.1.4 |
| 521 | 2026-06-02T23:38:03.213Z | Downloaded cmake v0.1.58 |
| 522 | 2026-06-02T23:38:03.217Z | Downloaded serde_repr v0.1.20 |
| 523 | 2026-06-02T23:38:03.217Z | Downloaded serde_path_to_error v0.1.20 |
| 524 | 2026-06-02T23:38:03.217Z | Downloaded strum v0.27.2 |
| 525 | 2026-06-02T23:38:03.220Z | Downloaded async-compression v0.4.42 |
| 526 | 2026-06-02T23:38:03.223Z | Downloaded structmeta-derive v0.3.0 |
| 527 | 2026-06-02T23:38:03.223Z | Downloaded strsim v0.11.1 |
| 528 | 2026-06-02T23:38:03.226Z | Downloaded spin v0.5.2 |
| 529 | 2026-06-02T23:38:03.226Z | Downloaded cc v1.2.62 |
| 530 | 2026-06-02T23:38:03.229Z | Downloaded scroll v0.12.0 |
| 531 | 2026-06-02T23:38:03.229Z | Downloaded rusty-fork v0.3.1 |
| 532 | 2026-06-02T23:38:03.232Z | Downloaded anstyle-parse v1.0.0 |
| 533 | 2026-06-02T23:38:03.232Z | Downloaded lazy_static v1.5.0 |
| 534 | 2026-06-02T23:38:03.232Z | Downloaded sdd v3.0.10 |
| 535 | 2026-06-02T23:38:03.235Z | Downloaded papergrid v0.17.0 |
| 536 | 2026-06-02T23:38:03.238Z | Downloaded swrite v0.1.0 |
| 537 | 2026-06-02T23:38:03.238Z | Downloaded tagptr v0.2.0 |
| 538 | 2026-06-02T23:38:03.241Z | Downloaded quote v1.0.45 |
| 539 | 2026-06-02T23:38:03.241Z | Downloaded pest_derive v2.8.6 |
| 540 | 2026-06-02T23:38:03.244Z | Downloaded shlex v1.3.0 |
| 541 | 2026-06-02T23:38:03.244Z | Downloaded rhai_codegen v3.1.0 |
| 542 | 2026-06-02T23:38:03.247Z | Downloaded rustls-pki-types v1.14.1 |
| 543 | 2026-06-02T23:38:03.249Z | Downloaded structmeta v0.3.0 |
| 544 | 2026-06-02T23:38:03.252Z | Downloaded papergrid v0.11.0 |
| 545 | 2026-06-02T23:38:03.255Z | Downloaded strum v0.26.3 |
| 546 | 2026-06-02T23:38:03.255Z | Downloaded terminal_size v0.4.4 |
| 547 | 2026-06-02T23:38:03.255Z | Downloaded slog-scope v4.4.1 |
| 548 | 2026-06-02T23:38:03.258Z | Downloaded slog-json v2.6.1 |
| 549 | 2026-06-02T23:38:03.258Z | Downloaded minimal-lexical v0.2.1 |
| 550 | 2026-06-02T23:38:03.260Z | Downloaded slog-stdlog v4.1.1 |
| 551 | 2026-06-02T23:38:03.263Z | Downloaded pin-project v1.1.13 |
| 552 | 2026-06-02T23:38:03.268Z | Downloaded sync_wrapper v1.0.2 |
| 553 | 2026-06-02T23:38:03.271Z | Downloaded supports-color v3.0.2 |
| 554 | 2026-06-02T23:38:03.271Z | Downloaded smartstring v1.0.1 |
| 555 | 2026-06-02T23:38:03.271Z | Downloaded slog-term v2.9.2 |
| 556 | 2026-06-02T23:38:03.273Z | Downloaded hickory-resolver v0.25.2 |
| 557 | 2026-06-02T23:38:03.276Z | Downloaded snafu-derive v0.8.9 |
| 558 | 2026-06-02T23:38:03.279Z | Downloaded tabled_derive v0.7.0 |
| 559 | 2026-06-02T23:38:03.279Z | Downloaded subtle v2.6.1 |
| 560 | 2026-06-02T23:38:03.279Z | Downloaded sigpipe v0.1.3 |
| 561 | 2026-06-02T23:38:03.279Z | Downloaded tabwriter v1.4.1 |
| 562 | 2026-06-02T23:38:03.282Z | Downloaded termtree v0.5.1 |
| 563 | 2026-06-02T23:38:03.282Z | Downloaded thread-id v4.2.2 |
| 564 | 2026-06-02T23:38:03.284Z | Downloaded simd-adler32 v0.3.9 |
| 565 | 2026-06-02T23:38:03.284Z | Downloaded slab v0.4.12 |
| 566 | 2026-06-02T23:38:03.284Z | Downloaded signal-hook-registry v1.4.8 |
| 567 | 2026-06-02T23:38:03.287Z | Downloaded slog-async v2.8.0 |
| 568 | 2026-06-02T23:38:03.288Z | Downloaded serde_with_macros v3.20.0 |
| 569 | 2026-06-02T23:38:03.290Z | Downloaded tinyvec_macros v0.1.1 |
| 570 | 2026-06-02T23:38:03.290Z | Downloaded strum_macros v0.27.2 |
| 571 | 2026-06-02T23:38:03.290Z | Downloaded pretty_assertions v1.4.1 |
| 572 | 2026-06-02T23:38:03.293Z | Downloaded tabled_derive v0.11.0 |
| 573 | 2026-06-02T23:38:03.294Z | Downloaded prettyplease v0.2.37 |
| 574 | 2026-06-02T23:38:03.297Z | Downloaded indexmap v2.14.0 |
| 575 | 2026-06-02T23:38:03.299Z | Downloaded smawk v0.3.2 |
| 576 | 2026-06-02T23:38:03.299Z | Downloaded rustls-platform-verifier v0.7.0 |
| 577 | 2026-06-02T23:38:03.302Z | Downloaded schemars_derive v0.8.22 |
| 578 | 2026-06-02T23:38:03.302Z | Downloaded progenitor-impl v0.13.0 |
| 579 | 2026-06-02T23:38:03.305Z | Downloaded smf v0.2.3 |
| 580 | 2026-06-02T23:38:03.305Z | Downloaded progenitor-impl v0.11.2 |
| 581 | 2026-06-02T23:38:03.308Z | Downloaded testing_table v0.3.0 |
| 582 | 2026-06-02T23:38:03.308Z | Downloaded progenitor-impl v0.10.0 |
| 583 | 2026-06-02T23:38:03.308Z | Downloaded time-core v0.1.8 |
| 584 | 2026-06-02T23:38:03.311Z | Downloaded jiff-static v0.2.24 |
| 585 | 2026-06-02T23:38:03.311Z | Downloaded synstructure v0.13.2 |
| 586 | 2026-06-02T23:38:03.314Z | Downloaded progenitor-impl v0.14.0 |
| 587 | 2026-06-02T23:38:03.314Z | Downloaded memchr v2.8.0 |
| 588 | 2026-06-02T23:38:03.317Z | Downloaded static_assertions v1.1.0 |
| 589 | 2026-06-02T23:38:03.317Z | Downloaded konst v0.2.20 |
| 590 | 2026-06-02T23:38:03.320Z | Downloaded hyper-util v0.1.20 |
| 591 | 2026-06-02T23:38:03.322Z | Downloaded smallvec v1.15.1 |
| 592 | 2026-06-02T23:38:03.325Z | Downloaded serde_tokenstream v0.2.3 |
| 593 | 2026-06-02T23:38:03.325Z | Downloaded semver v1.0.28 |
| 594 | 2026-06-02T23:38:03.328Z | Downloaded pest_meta v2.8.6 |
| 595 | 2026-06-02T23:38:03.328Z | Downloaded flate2 v1.1.9 |
| 596 | 2026-06-02T23:38:03.331Z | Downloaded hickory-resolver v0.24.4 |
| 597 | 2026-06-02T23:38:03.334Z | Downloaded strum_macros v0.26.4 |
| 598 | 2026-06-02T23:38:03.336Z | Downloaded toml_datetime v0.6.11 |
| 599 | 2026-06-02T23:38:03.336Z | Downloaded slog-dtrace v0.3.0 |
| 600 | 2026-06-02T23:38:03.339Z | Downloaded scroll v0.13.0 |
| 601 | 2026-06-02T23:38:03.339Z | Downloaded debug-ignore v1.0.5 |
| 602 | 2026-06-02T23:38:03.339Z | Downloaded fxhash v0.2.1 |
| 603 | 2026-06-02T23:38:03.342Z | Downloaded toml_write v0.1.2 |
| 604 | 2026-06-02T23:38:03.342Z | Downloaded embedded-io v0.6.1 |
| 605 | 2026-06-02T23:38:03.342Z | Downloaded thiserror-impl v2.0.18 |
| 606 | 2026-06-02T23:38:03.345Z | Downloaded thiserror v2.0.18 |
| 607 | 2026-06-02T23:38:03.347Z | Downloaded spin v0.9.8 |
| 608 | 2026-06-02T23:38:03.347Z | Downloaded hostname v0.3.1 |
| 609 | 2026-06-02T23:38:03.350Z | Downloaded thiserror-no-std v2.0.2 |
| 610 | 2026-06-02T23:38:03.353Z | Downloaded take_mut v0.2.2 |
| 611 | 2026-06-02T23:38:03.353Z | Downloaded proc-macro2 v1.0.106 |
| 612 | 2026-06-02T23:38:03.353Z | Downloaded typeid v1.0.3 |
| 613 | 2026-06-02T23:38:03.356Z | Downloaded sha2 v0.10.9 |
| 614 | 2026-06-02T23:38:03.356Z | Downloaded time-macros v0.2.27 |
| 615 | 2026-06-02T23:38:03.359Z | Downloaded anyhow v1.0.102 |
| 616 | 2026-06-02T23:38:03.361Z | Downloaded tower-service v0.3.3 |
| 617 | 2026-06-02T23:38:03.361Z | Downloaded tower-layer v0.3.3 |
| 618 | 2026-06-02T23:38:03.361Z | Downloaded camino v1.2.2 |
| 619 | 2026-06-02T23:38:03.364Z | Downloaded anstream v1.0.0 |
| 620 | 2026-06-02T23:38:03.365Z | Downloaded daft v0.1.7 |
| 621 | 2026-06-02T23:38:03.365Z | Downloaded schemars v0.8.22 |
| 622 | 2026-06-02T23:38:03.371Z | Downloaded openssl-sys v0.9.116 |
| 623 | 2026-06-02T23:38:03.374Z | Downloaded tokio-dtrace v0.1.1 |
| 624 | 2026-06-02T23:38:03.378Z | Downloaded ryu v1.0.23 |
| 625 | 2026-06-02T23:38:03.381Z | Downloaded typify-macro v0.6.2 |
| 626 | 2026-06-02T23:38:03.381Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 627 | 2026-06-02T23:38:03.381Z | Downloaded thiserror-impl v1.0.69 |
| 628 | 2026-06-02T23:38:03.381Z | Downloaded http v1.4.0 |
| 629 | 2026-06-02T23:38:03.384Z | Downloaded try-lock v0.2.5 |
| 630 | 2026-06-02T23:38:03.384Z | Downloaded foreign-types v0.3.2 |
| 631 | 2026-06-02T23:38:03.384Z | Downloaded csv-core v0.1.13 |
| 632 | 2026-06-02T23:38:03.384Z | Downloaded unarray v0.1.4 |
| 633 | 2026-06-02T23:38:03.384Z | Downloaded serde_derive v1.0.228 |
| 634 | 2026-06-02T23:38:03.387Z | Downloaded rand v0.8.6 |
| 635 | 2026-06-02T23:38:03.390Z | Downloaded thread_local v1.1.9 |
| 636 | 2026-06-02T23:38:03.390Z | Downloaded rayon-core v1.13.0 |
| 637 | 2026-06-02T23:38:03.393Z | Downloaded base64ct v1.8.3 |
| 638 | 2026-06-02T23:38:03.393Z | Downloaded universal-hash v0.5.1 |
| 639 | 2026-06-02T23:38:03.396Z | Downloaded serde_core v1.0.228 |
| 640 | 2026-06-02T23:38:03.396Z | Downloaded utf8parse v0.2.2 |
| 641 | 2026-06-02T23:38:03.396Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 642 | 2026-06-02T23:38:03.399Z | Downloaded tokio-macros v2.7.0 |
| 643 | 2026-06-02T23:38:03.399Z | Downloaded typify-macro v0.4.3 |
| 644 | 2026-06-02T23:38:03.399Z | Downloaded tiny-keccak v2.0.2 |
| 645 | 2026-06-02T23:38:03.402Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 646 | 2026-06-02T23:38:03.402Z | Downloaded term v1.2.1 |
| 647 | 2026-06-02T23:38:03.402Z | Downloaded thin-vec v0.2.18 |
| 648 | 2026-06-02T23:38:03.405Z | Downloaded schemars v0.9.0 |
| 649 | 2026-06-02T23:38:03.409Z | Downloaded usdt-attr-macro v0.6.0 |
| 650 | 2026-06-02T23:38:03.412Z | Downloaded usdt-attr-macro v0.5.0 |
| 651 | 2026-06-02T23:38:03.412Z | Downloaded usdt v0.5.0 |
| 652 | 2026-06-02T23:38:03.412Z | Downloaded untrusted v0.7.1 |
| 653 | 2026-06-02T23:38:03.412Z | Downloaded unit-prefix v0.5.2 |
| 654 | 2026-06-02T23:38:03.415Z | Downloaded tokio-rustls v0.25.0 |
| 655 | 2026-06-02T23:38:03.415Z | Downloaded tinystr v0.8.3 |
| 656 | 2026-06-02T23:38:03.415Z | Downloaded thiserror v1.0.69 |
| 657 | 2026-06-02T23:38:03.418Z | Downloaded tokio-tungstenite v0.21.0 |
| 658 | 2026-06-02T23:38:03.421Z | Downloaded thread-id v5.1.0 |
| 659 | 2026-06-02T23:38:03.421Z | Downloaded serde_yaml v0.9.34+deprecated |
| 660 | 2026-06-02T23:38:03.423Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 661 | 2026-06-02T23:38:03.423Z | Downloaded expectorate v1.2.0 |
| 662 | 2026-06-02T23:38:03.426Z | Downloaded utf8_iter v1.0.4 |
| 663 | 2026-06-02T23:38:03.426Z | Downloaded unicode-xid v0.2.6 |
| 664 | 2026-06-02T23:38:03.426Z | Downloaded argon2 v0.5.3 |
| 665 | 2026-06-02T23:38:03.428Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 666 | 2026-06-02T23:38:03.428Z | Downloaded waitgroup v0.1.2 |
| 667 | 2026-06-02T23:38:03.429Z | Downloaded utf-8 v0.7.6 |
| 668 | 2026-06-02T23:38:03.431Z | Downloaded usdt-macro v0.5.0 |
| 669 | 2026-06-02T23:38:03.431Z | Downloaded untrusted v0.9.0 |
| 670 | 2026-06-02T23:38:03.431Z | Downloaded compression-codecs v0.4.38 |
| 671 | 2026-06-02T23:38:03.434Z | Downloaded want v0.3.1 |
| 672 | 2026-06-02T23:38:03.434Z | Downloaded wait-timeout v0.2.1 |
| 673 | 2026-06-02T23:38:03.434Z | Downloaded usdt-macro v0.6.0 |
| 674 | 2026-06-02T23:38:03.434Z | Downloaded usdt v0.6.0 |
| 675 | 2026-06-02T23:38:03.437Z | Downloaded cobs v0.3.0 |
| 676 | 2026-06-02T23:38:03.437Z | Downloaded version_check v0.9.5 |
| 677 | 2026-06-02T23:38:03.437Z | Downloaded bytecount v0.6.9 |
| 678 | 2026-06-02T23:38:03.439Z | Downloaded slog v2.8.2 |
| 679 | 2026-06-02T23:38:03.442Z | Downloaded similar v2.7.0 |
| 680 | 2026-06-02T23:38:03.445Z | Downloaded base16ct v0.2.0 |
| 681 | 2026-06-02T23:38:03.445Z | Downloaded aead v0.5.2 |
| 682 | 2026-06-02T23:38:03.445Z | Downloaded cfg_aliases v0.2.1 |
| 683 | 2026-06-02T23:38:03.445Z | Downloaded const_format_proc_macros v0.2.34 |
| 684 | 2026-06-02T23:38:03.448Z | Downloaded autocfg v1.5.0 |
| 685 | 2026-06-02T23:38:03.448Z | Downloaded async-stream v0.3.6 |
| 686 | 2026-06-02T23:38:03.451Z | Downloaded socket2 v0.6.3 |
| 687 | 2026-06-02T23:38:03.451Z | Downloaded fixedbitset v0.5.7 |
| 688 | 2026-06-02T23:38:03.451Z | Downloaded cstr-argument v0.1.2 |
| 689 | 2026-06-02T23:38:03.454Z | Downloaded const-random-macro v0.1.16 |
| 690 | 2026-06-02T23:38:03.454Z | Downloaded atomic-waker v1.1.2 |
| 691 | 2026-06-02T23:38:03.454Z | Downloaded futures-core v0.3.32 |
| 692 | 2026-06-02T23:38:03.454Z | Downloaded dunce v1.0.5 |
| 693 | 2026-06-02T23:38:03.454Z | Downloaded bit-set v0.8.0 |
| 694 | 2026-06-02T23:38:03.469Z | Downloaded unicode-linebreak v0.1.5 |
| 695 | 2026-06-02T23:38:03.469Z | Downloaded async-stream-impl v0.3.6 |
| 696 | 2026-06-02T23:38:03.469Z | Downloaded futures-task v0.3.32 |
| 697 | 2026-06-02T23:38:03.469Z | Downloaded derive-where v1.6.1 |
| 698 | 2026-06-02T23:38:03.469Z | Downloaded zeroize_derive v1.4.3 |
| 699 | 2026-06-02T23:38:03.469Z | Downloaded tokio-stream v0.1.18 |
| 700 | 2026-06-02T23:38:03.469Z | Downloaded ciborium-io v0.2.2 |
| 701 | 2026-06-02T23:38:03.469Z | Downloaded ciborium v0.2.2 |
| 702 | 2026-06-02T23:38:03.469Z | Downloaded derive-ex v0.1.8 |
| 703 | 2026-06-02T23:38:03.469Z | Downloaded clap_lex v1.1.0 |
| 704 | 2026-06-02T23:38:03.469Z | Downloaded darling v0.21.3 |
| 705 | 2026-06-02T23:38:03.469Z | Downloaded bs58 v0.5.1 |
| 706 | 2026-06-02T23:38:03.472Z | Downloaded bitflags v1.3.2 |
| 707 | 2026-06-02T23:38:03.472Z | Downloaded zone v0.3.1 |
| 708 | 2026-06-02T23:38:03.472Z | Downloaded zerofrom-derive v0.1.7 |
| 709 | 2026-06-02T23:38:03.473Z | Downloaded zerofrom v0.1.8 |
| 710 | 2026-06-02T23:38:03.476Z | Downloaded toml v0.8.23 |
| 711 | 2026-06-02T23:38:03.476Z | Downloaded test-strategy v0.4.5 |
| 712 | 2026-06-02T23:38:03.479Z | Downloaded serde v1.0.228 |
| 713 | 2026-06-02T23:38:03.479Z | Downloaded yoke-derive v0.8.2 |
| 714 | 2026-06-02T23:38:03.481Z | Downloaded usdt-impl v0.5.0 |
| 715 | 2026-06-02T23:38:03.481Z | Downloaded tracing-attributes v0.1.31 |
| 716 | 2026-06-02T23:38:03.484Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 717 | 2026-06-02T23:38:03.484Z | Downloaded tokio-rustls v0.26.4 |
| 718 | 2026-06-02T23:38:03.486Z | Downloaded snafu v0.8.9 |
| 719 | 2026-06-02T23:38:03.489Z | Downloaded schemars v1.2.1 |
| 720 | 2026-06-02T23:38:03.495Z | Downloaded iddqd v0.3.18 |
| 721 | 2026-06-02T23:38:03.500Z | Downloaded writeable v0.6.3 |
| 722 | 2026-06-02T23:38:03.503Z | Downloaded cookie v0.18.1 |
| 723 | 2026-06-02T23:38:03.504Z | Downloaded bytes v1.11.1 |
| 724 | 2026-06-02T23:38:03.506Z | Downloaded tinyvec v1.11.0 |
| 725 | 2026-06-02T23:38:03.506Z | Downloaded usdt-impl v0.6.0 |
| 726 | 2026-06-02T23:38:03.506Z | Downloaded bcs v0.1.6 |
| 727 | 2026-06-02T23:38:03.509Z | Downloaded rand v0.9.4 |
| 728 | 2026-06-02T23:38:03.512Z | Downloaded hyper v1.9.0 |
| 729 | 2026-06-02T23:38:03.515Z | Downloaded zone_cfg_derive v0.3.1 |
| 730 | 2026-06-02T23:38:03.515Z | Downloaded whoami v1.6.1 |
| 731 | 2026-06-02T23:38:03.518Z | Downloaded walkdir v2.5.0 |
| 732 | 2026-06-02T23:38:03.518Z | Downloaded quinn v0.11.9 |
| 733 | 2026-06-02T23:38:03.521Z | Downloaded ucd-trie v0.1.7 |
| 734 | 2026-06-02T23:38:03.523Z | Downloaded rustls-webpki v0.103.13 |
| 735 | 2026-06-02T23:38:03.526Z | Downloaded zeroize v1.8.2 |
| 736 | 2026-06-02T23:38:03.526Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 737 | 2026-06-02T23:38:03.529Z | Downloaded qorb v0.4.1 |
| 738 | 2026-06-02T23:38:03.532Z | Downloaded vsss-rs v3.3.4 |
| 739 | 2026-06-02T23:38:03.532Z | Downloaded xz2 v0.1.7 |
| 740 | 2026-06-02T23:38:03.535Z | Downloaded tempfile v3.27.0 |
| 741 | 2026-06-02T23:38:03.535Z | Downloaded pest v2.8.6 |
| 742 | 2026-06-02T23:38:03.538Z | Downloaded rand v0.10.1 |
| 743 | 2026-06-02T23:38:03.542Z | Downloaded itertools v0.12.1 |
| 744 | 2026-06-02T23:38:03.544Z | Downloaded nom v8.0.0 |
| 745 | 2026-06-02T23:38:03.547Z | Downloaded tracing-core v0.1.36 |
| 746 | 2026-06-02T23:38:03.547Z | Downloaded itertools v0.14.0 |
| 747 | 2026-06-02T23:38:03.550Z | Downloaded yoke v0.8.2 |
| 748 | 2026-06-02T23:38:03.553Z | Downloaded idna v1.1.0 |
| 749 | 2026-06-02T23:38:03.565Z | Downloaded typify v0.4.3 |
| 750 | 2026-06-02T23:38:03.568Z | Downloaded nom v7.1.3 |
| 751 | 2026-06-02T23:38:03.571Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 752 | 2026-06-02T23:38:03.575Z | Downloaded zmij v1.0.21 |
| 753 | 2026-06-02T23:38:03.575Z | Downloaded zerovec-derive v0.11.3 |
| 754 | 2026-06-02T23:38:03.577Z | Downloaded dropshot-api-manager v0.7.2 |
| 755 | 2026-06-02T23:38:03.581Z | Downloaded hashbrown v0.15.5 |
| 756 | 2026-06-02T23:38:03.584Z | Downloaded ron v0.12.1 |
| 757 | 2026-06-02T23:38:03.588Z | Downloaded tungstenite v0.21.0 |
| 758 | 2026-06-02T23:38:03.591Z | Downloaded uuid v1.23.1 |
| 759 | 2026-06-02T23:38:03.594Z | Downloaded zerocopy-derive v0.7.35 |
| 760 | 2026-06-02T23:38:03.596Z | Downloaded aho-corasick v1.1.4 |
| 761 | 2026-06-02T23:38:03.599Z | Downloaded icu_properties_data v2.2.0 |
| 762 | 2026-06-02T23:38:03.604Z | Downloaded typify v0.6.2 |
| 763 | 2026-06-02T23:38:03.613Z | Downloaded mio v1.2.0 |
| 764 | 2026-06-02T23:38:03.618Z | Downloaded unsafe-libyaml v0.2.11 |
| 765 | 2026-06-02T23:38:03.621Z | Downloaded hashbrown v0.17.1 |
| 766 | 2026-06-02T23:38:03.630Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 767 | 2026-06-02T23:38:03.632Z | Downloaded clap_builder v4.6.0 |
| 768 | 2026-06-02T23:38:03.640Z | Downloaded textwrap v0.16.2 |
| 769 | 2026-06-02T23:38:03.643Z | Downloaded h2 v0.4.14 |
| 770 | 2026-06-02T23:38:03.649Z | Downloaded toml_edit v0.19.15 |
| 771 | 2026-06-02T23:38:03.658Z | Downloaded unicode-ident v1.0.24 |
| 772 | 2026-06-02T23:38:03.661Z | Downloaded steno v0.4.1 |
| 773 | 2026-06-02T23:38:03.664Z | Downloaded libm v0.2.16 |
| 774 | 2026-06-02T23:38:03.667Z | Downloaded typenum v1.20.0 |
| 775 | 2026-06-02T23:38:03.670Z | Downloaded hkdf v0.12.4 |
| 776 | 2026-06-02T23:38:03.672Z | Downloaded scc v2.4.0 |
| 777 | 2026-06-02T23:38:03.688Z | Downloaded serde_json v1.0.149 |
| 778 | 2026-06-02T23:38:03.692Z | Downloaded tower v0.5.3 |
| 779 | 2026-06-02T23:38:03.708Z | Downloaded typed-path v0.9.3 |
| 780 | 2026-06-02T23:38:03.713Z | Downloaded goblin v0.8.2 |
| 781 | 2026-06-02T23:38:03.717Z | Downloaded rayon v1.12.0 |
| 782 | 2026-06-02T23:38:03.725Z | Downloaded toml_edit v0.22.27 |
| 783 | 2026-06-02T23:38:03.728Z | Downloaded url v2.5.8 |
| 784 | 2026-06-02T23:38:03.735Z | Downloaded futures-util v0.3.32 |
| 785 | 2026-06-02T23:38:03.743Z | Downloaded yansi v1.0.1 |
| 786 | 2026-06-02T23:38:03.746Z | Downloaded chrono v0.4.44 |
| 787 | 2026-06-02T23:38:03.749Z | Downloaded regex v1.12.3 |
| 788 | 2026-06-02T23:38:03.752Z | Downloaded unicode-normalization v0.1.25 |
| 789 | 2026-06-02T23:38:03.755Z | Downloaded reqwest v0.13.3 |
| 790 | 2026-06-02T23:38:03.758Z | Downloaded reqwest v0.12.28 |
| 791 | 2026-06-02T23:38:03.764Z | Downloaded unicode-segmentation v1.13.2 |
| 792 | 2026-06-02T23:38:03.768Z | Downloaded zerotrie v0.2.4 |
| 793 | 2026-06-02T23:38:03.771Z | Downloaded aws-lc-rs v1.17.0 |
| 794 | 2026-06-02T23:38:03.777Z | Downloaded proptest v1.11.0 |
| 795 | 2026-06-02T23:38:03.792Z | Downloaded serde_with v3.20.0 |
| 796 | 2026-06-02T23:38:03.801Z | Downloaded portable-atomic v1.13.1 |
| 797 | 2026-06-02T23:38:03.832Z | Downloaded zerocopy-derive v0.8.48 |
| 798 | 2026-06-02T23:38:03.839Z | Downloaded tokio-util v0.7.18 |
| 799 | 2026-06-02T23:38:03.849Z | Downloaded tough v0.22.0 |
| 800 | 2026-06-02T23:38:03.854Z | Downloaded tabled v0.15.0 |
| 801 | 2026-06-02T23:38:03.862Z | Downloaded winnow v1.0.3 |
| 802 | 2026-06-02T23:38:03.867Z | Downloaded rustls-webpki v0.102.8 |
| 803 | 2026-06-02T23:38:03.877Z | Downloaded zerovec v0.11.6 |
| 804 | 2026-06-02T23:38:03.880Z | Downloaded time v0.3.47 |
| 805 | 2026-06-02T23:38:03.886Z | Downloaded tower-http v0.6.10 |
| 806 | 2026-06-02T23:38:03.890Z | Downloaded syn v1.0.109 |
| 807 | 2026-06-02T23:38:03.895Z | Downloaded moka v0.12.15 |
| 808 | 2026-06-02T23:38:03.900Z | Downloaded curve25519-dalek v4.1.3 |
| 809 | 2026-06-02T23:38:03.904Z | Downloaded bstr v1.12.1 |
| 810 | 2026-06-02T23:38:03.909Z | Downloaded winnow v0.7.15 |
| 811 | 2026-06-02T23:38:03.915Z | Downloaded goblin v0.10.5 |
| 812 | 2026-06-02T23:38:03.919Z | Downloaded zerocopy v0.7.35 |
| 813 | 2026-06-02T23:38:03.927Z | Downloaded openssl v0.10.80 |
| 814 | 2026-06-02T23:38:03.936Z | Downloaded winnow v0.5.40 |
| 815 | 2026-06-02T23:38:03.948Z | Downloaded nix v0.31.3 |
| 816 | 2026-06-02T23:38:03.953Z | Downloaded rustls v0.22.4 |
| 817 | 2026-06-02T23:38:03.969Z | Downloaded syn v2.0.117 |
| 818 | 2026-06-02T23:38:03.981Z | Downloaded regress v0.10.5 |
| 819 | 2026-06-02T23:38:03.994Z | Downloaded tabled v0.20.0 |
| 820 | 2026-06-02T23:38:04.006Z | Downloaded webpki-roots v1.0.7 |
| 821 | 2026-06-02T23:38:04.012Z | Downloaded rustls v0.23.40 |
| 822 | 2026-06-02T23:38:04.017Z | Downloaded quinn-proto v0.11.14 |
| 823 | 2026-06-02T23:38:04.025Z | Downloaded vcpkg v0.2.15 |
| 824 | 2026-06-02T23:38:04.062Z | Downloaded rustix v1.1.4 |
| 825 | 2026-06-02T23:38:04.076Z | Downloaded smoltcp v0.11.0 |
| 826 | 2026-06-02T23:38:04.083Z | Downloaded dropshot v0.17.0 |
| 827 | 2026-06-02T23:38:04.095Z | Downloaded unicode-width v0.2.2 |
| 828 | 2026-06-02T23:38:04.098Z | Downloaded hickory-proto v0.24.4 |
| 829 | 2026-06-02T23:38:04.105Z | Downloaded unicode-width v0.1.14 |
| 830 | 2026-06-02T23:38:04.108Z | Downloaded rhai v1.24.0 |
| 831 | 2026-06-02T23:38:04.115Z | Downloaded regex-syntax v0.8.10 |
| 832 | 2026-06-02T23:38:04.119Z | Downloaded zerocopy v0.8.48 |
| 833 | 2026-06-02T23:38:04.129Z | Downloaded typify-impl v0.6.2 |
| 834 | 2026-06-02T23:38:04.136Z | Downloaded rustix v0.38.44 |
| 835 | 2026-06-02T23:38:04.148Z | Downloaded typify-impl v0.4.3 |
| 836 | 2026-06-02T23:38:04.155Z | Downloaded tracing v0.1.44 |
| 837 | 2026-06-02T23:38:04.165Z | Downloaded regress v0.11.1 |
| 838 | 2026-06-02T23:38:04.169Z | Downloaded sled v0.34.7 |
| 839 | 2026-06-02T23:38:04.174Z | Downloaded openapiv3 v2.2.0 |
| 840 | 2026-06-02T23:38:04.180Z | Downloaded hickory-proto v0.25.2 |
| 841 | 2026-06-02T23:38:04.198Z | Downloaded regex-automata v0.4.14 |
| 842 | 2026-06-02T23:38:04.224Z | Downloaded libc v0.2.186 |
| 843 | 2026-06-02T23:38:04.241Z | Downloaded jiff v0.2.24 |
| 844 | 2026-06-02T23:38:04.256Z | Downloaded petgraph v0.6.5 |
| 845 | 2026-06-02T23:38:04.265Z | Downloaded chrono-tz v0.10.4 |
| 846 | 2026-06-02T23:38:04.274Z | Downloaded lzma-sys v0.1.20 |
| 847 | 2026-06-02T23:38:04.289Z | Downloaded petgraph v0.8.3 |
| 848 | 2026-06-02T23:38:04.301Z | Downloaded encoding_rs v0.8.35 |
| 849 | 2026-06-02T23:38:04.312Z | Downloaded csv v1.4.0 |
| 850 | 2026-06-02T23:38:04.323Z | Downloaded sha3 v0.10.9 |
| 851 | 2026-06-02T23:38:04.337Z | Downloaded tokio v1.52.3 |
| 852 | 2026-06-02T23:38:04.407Z | Downloaded ring v0.17.14 |
| 853 | 2026-06-02T23:38:04.911Z | Downloaded aws-lc-sys v0.41.0 |
| 854 | 2026-06-02T23:38:05.469Z | Compiling proc-macro2 v1.0.106 |
| 855 | 2026-06-02T23:38:05.469Z | Compiling quote v1.0.45 |
| 856 | 2026-06-02T23:38:05.469Z | Compiling unicode-ident v1.0.24 |
| 857 | 2026-06-02T23:38:05.473Z | Compiling serde_core v1.0.228 |
| 858 | 2026-06-02T23:38:05.473Z | Compiling serde v1.0.228 |
| 859 | 2026-06-02T23:38:05.473Z | Compiling libc v0.2.186 |
| 860 | 2026-06-02T23:38:05.473Z | Compiling zmij v1.0.21 |
| 861 | 2026-06-02T23:38:05.473Z | Compiling autocfg v1.5.0 |
| 862 | 2026-06-02T23:38:05.835Z | Compiling libm v0.2.16 |
| 863 | 2026-06-02T23:38:06.497Z | Compiling icu_normalizer_data v2.2.0 |
| 864 | 2026-06-02T23:38:06.514Z | Compiling icu_properties_data v2.2.0 |
| 865 | 2026-06-02T23:38:06.536Z | Compiling serde_json v1.0.149 |
| 866 | 2026-06-02T23:38:06.554Z | Compiling num-traits v0.2.19 |
| 867 | 2026-06-02T23:38:06.558Z | Compiling getrandom v0.4.2 |
| 868 | 2026-06-02T23:38:06.879Z | Compiling version_check v0.9.5 |
| 869 | 2026-06-02T23:38:06.940Z | Compiling thiserror v2.0.18 |
| 870 | 2026-06-02T23:38:07.055Z | Compiling memchr v2.8.0 |
| 871 | 2026-06-02T23:38:07.374Z | Compiling schemars v0.8.22 |
| 872 | 2026-06-02T23:38:07.415Z | Compiling syn v2.0.117 |
| 873 | 2026-06-02T23:38:07.459Z | Checking cfg-if v1.0.4 |
| 874 | 2026-06-02T23:38:07.486Z | Compiling parking_lot_core v0.9.12 |
| 875 | 2026-06-02T23:38:07.597Z | Compiling heck v0.5.0 |
| 876 | 2026-06-02T23:38:07.617Z | Compiling zerocopy v0.8.48 |
| 877 | 2026-06-02T23:38:07.659Z | Compiling portable-atomic v1.13.1 |
| 878 | 2026-06-02T23:38:07.787Z | Compiling itoa v1.0.18 |
| 879 | 2026-06-02T23:38:07.807Z | Compiling jobserver v0.1.34 |
| 880 | 2026-06-02T23:38:07.971Z | Compiling find-msvc-tools v0.1.9 |
| 881 | 2026-06-02T23:38:08.065Z | Compiling shlex v1.3.0 |
| 882 | 2026-06-02T23:38:08.137Z | Compiling rustversion v1.0.22 |
| 883 | 2026-06-02T23:38:08.252Z | Compiling cc v1.2.62 |
| 884 | 2026-06-02T23:38:08.465Z | Compiling semver v1.0.28 |
| 885 | 2026-06-02T23:38:08.687Z | Compiling log v0.4.29 |
| 886 | 2026-06-02T23:38:08.765Z | Compiling httparse v1.10.1 |
| 887 | 2026-06-02T23:38:08.782Z | Compiling generic-array v0.14.7 |
| 888 | 2026-06-02T23:38:08.840Z | Compiling equivalent v1.0.2 |
| 889 | 2026-06-02T23:38:08.864Z | Checking stable_deref_trait v1.2.1 |
| 890 | 2026-06-02T23:38:08.908Z | Compiling rustix v1.1.4 |
| 891 | 2026-06-02T23:38:08.941Z | Compiling thiserror v1.0.69 |
| 892 | 2026-06-02T23:38:09.145Z | Compiling slog v2.8.2 |
| 893 | 2026-06-02T23:38:09.176Z | Compiling cmake v0.1.58 |
| 894 | 2026-06-02T23:38:09.355Z | Compiling fs_extra v1.3.0 |
| 895 | 2026-06-02T23:38:09.408Z | Compiling dunce v1.0.5 |
| 896 | 2026-06-02T23:38:09.451Z | Checking litemap v0.8.2 |
| 897 | 2026-06-02T23:38:09.481Z | Checking writeable v0.6.3 |
| 898 | 2026-06-02T23:38:09.501Z | Checking utf8_iter v1.0.4 |
| 899 | 2026-06-02T23:38:09.505Z | Compiling ring v0.17.14 |
| 900 | 2026-06-02T23:38:09.536Z | Checking percent-encoding v2.3.2 |
| 901 | 2026-06-02T23:38:09.677Z | Compiling aws-lc-sys v0.41.0 |
| 902 | 2026-06-02T23:38:09.698Z | Checking form_urlencoded v1.2.2 |
| 903 | 2026-06-02T23:38:09.803Z | Compiling anyhow v1.0.102 |
| 904 | 2026-06-02T23:38:09.834Z | Compiling ucd-trie v0.1.7 |
| 905 | 2026-06-02T23:38:09.889Z | Compiling regex-syntax v0.8.10 |
| 906 | 2026-06-02T23:38:10.071Z | Compiling pest v2.8.6 |
| 907 | 2026-06-02T23:38:10.110Z | Compiling aho-corasick v1.1.4 |
| 908 | 2026-06-02T23:38:10.355Z | Compiling synstructure v0.13.2 |
| 909 | 2026-06-02T23:38:10.503Z | Compiling serde_derive_internals v0.29.1 |
| 910 | 2026-06-02T23:38:11.232Z | Compiling pest_meta v2.8.6 |
| 911 | 2026-06-02T23:38:11.272Z | Checking rand_core v0.10.1 |
| 912 | 2026-06-02T23:38:11.381Z | Compiling regex-automata v0.4.14 |
| 913 | 2026-06-02T23:38:11.406Z | Compiling serde_derive v1.0.228 |
| 914 | 2026-06-02T23:38:11.426Z | Compiling zerofrom-derive v0.1.7 |
| 915 | 2026-06-02T23:38:11.503Z | Compiling yoke-derive v0.8.2 |
| 916 | 2026-06-02T23:38:11.924Z | Compiling zerovec-derive v0.11.3 |
| 917 | 2026-06-02T23:38:12.492Z | Compiling displaydoc v0.2.5 |
| 918 | 2026-06-02T23:38:12.540Z | Compiling schemars_derive v0.8.22 |
| 919 | 2026-06-02T23:38:12.578Z | Compiling thiserror-impl v2.0.18 |
| 920 | 2026-06-02T23:38:12.999Z | Compiling zeroize_derive v1.4.3 |
| 921 | 2026-06-02T23:38:13.221Z | Compiling tokio-macros v2.7.0 |
| 922 | 2026-06-02T23:38:13.654Z | Compiling zerocopy-derive v0.8.48 |
| 923 | 2026-06-02T23:38:13.701Z | Compiling futures-macro v0.3.32 |
| 924 | 2026-06-02T23:38:13.770Z | Compiling tracing-attributes v0.1.31 |
| 925 | 2026-06-02T23:38:13.940Z | Checking zerofrom v0.1.8 |
| 926 | 2026-06-02T23:38:13.960Z | Compiling thiserror-impl v1.0.69 |
| 927 | 2026-06-02T23:38:14.464Z | Compiling serde_tokenstream v0.2.3 |
| 928 | 2026-06-02T23:38:14.493Z | Checking smallvec v1.15.1 |
| 929 | 2026-06-02T23:38:14.727Z | Checking bytes v1.11.1 |
| 930 | 2026-06-02T23:38:14.774Z | Checking yoke v0.8.2 |
| 931 | 2026-06-02T23:38:14.943Z | Checking zerovec v0.11.6 |
| 932 | 2026-06-02T23:38:15.022Z | Checking zerotrie v0.2.4 |
| 933 | 2026-06-02T23:38:15.070Z | Compiling pest_generator v2.8.6 |
| 934 | 2026-06-02T23:38:15.147Z | Compiling regex v1.12.3 |
| 935 | 2026-06-02T23:38:15.166Z | Compiling getrandom v0.3.4 |
| 936 | 2026-06-02T23:38:15.330Z | Compiling hashbrown v0.17.1 |
| 937 | 2026-06-02T23:38:15.400Z | Checking tinystr v0.8.3 |
| 938 | 2026-06-02T23:38:15.419Z | Checking potential_utf v0.1.5 |
| 939 | 2026-06-02T23:38:15.557Z | Compiling crossbeam-utils v0.8.21 |
| 940 | 2026-06-02T23:38:15.560Z | Checking icu_collections v2.2.0 |
| 941 | 2026-06-02T23:38:15.614Z | Checking icu_locale_core v2.2.0 |
| 942 | 2026-06-02T23:38:15.671Z | Compiling pest_derive v2.8.6 |
| 943 | 2026-06-02T23:38:15.876Z | Compiling indexmap v2.14.0 |
| 944 | 2026-06-02T23:38:15.915Z | Compiling time-core v0.1.8 |
| 945 | 2026-06-02T23:38:15.938Z | Compiling paste v1.0.15 |
| 946 | 2026-06-02T23:38:16.059Z | Compiling num-conv v0.2.1 |
| 947 | 2026-06-02T23:38:16.221Z | Compiling time-macros v0.2.27 |
| 948 | 2026-06-02T23:38:16.239Z | Checking icu_provider v2.2.0 |
| 949 | 2026-06-02T23:38:16.442Z | Checking iana-time-zone v0.1.65 |
| 950 | 2026-06-02T23:38:16.465Z | Checking icu_normalizer v2.2.0 |
| 951 | 2026-06-02T23:38:16.496Z | Checking icu_properties v2.2.0 |
| 952 | 2026-06-02T23:38:16.545Z | Checking chrono v0.4.44 |
| 953 | 2026-06-02T23:38:16.811Z | Compiling async-trait v0.1.89 |
| 954 | 2026-06-02T23:38:17.013Z | Compiling aws-lc-rs v1.17.0 |
| 955 | 2026-06-02T23:38:17.032Z | Compiling byteorder v1.5.0 |
| 956 | 2026-06-02T23:38:17.328Z | Checking uuid v1.23.1 |
| 957 | 2026-06-02T23:38:17.348Z | Checking idna_adapter v1.2.2 |
| 958 | 2026-06-02T23:38:17.407Z | Compiling camino v1.2.2 |
| 959 | 2026-06-02T23:38:17.480Z | Checking idna v1.1.0 |
| 960 | 2026-06-02T23:38:17.498Z | Compiling strsim v0.11.1 |
| 961 | 2026-06-02T23:38:17.725Z | Checking url v2.5.8 |
| 962 | 2026-06-02T23:38:17.789Z | Compiling scroll_derive v0.13.1 |
| 963 | 2026-06-02T23:38:17.836Z | Checking errno v0.3.14 |
| 964 | 2026-06-02T23:38:17.891Z | Compiling rustls v0.23.40 |
| 965 | 2026-06-02T23:38:17.953Z | Checking dyn-clone v1.0.20 |
| 966 | 2026-06-02T23:38:18.015Z | Compiling ident_case v1.0.1 |
| 967 | 2026-06-02T23:38:18.137Z | Compiling omicron-workspace-hack v0.1.0 |
| 968 | 2026-06-02T23:38:18.394Z | Compiling slog-async v2.8.0 |
| 969 | 2026-06-02T23:38:18.412Z | Compiling crc32fast v1.5.0 |
| 970 | 2026-06-02T23:38:18.743Z | Compiling usdt-impl v0.6.0 |
| 971 | 2026-06-02T23:38:18.764Z | Compiling scroll v0.13.0 |
| 972 | 2026-06-02T23:38:18.812Z | Compiling plain v0.2.3 |
| 973 | 2026-06-02T23:38:18.935Z | Compiling daft-derive v0.1.7 |
| 974 | 2026-06-02T23:38:19.019Z | Compiling goblin v0.10.5 |
| 975 | 2026-06-02T23:38:19.038Z | Compiling pretty-hex v0.4.2 |
| 976 | 2026-06-02T23:38:19.059Z | Checking pin-project-lite v0.2.17 |
| 977 | 2026-06-02T23:38:19.153Z | Compiling dtrace-parser v0.3.0 |
| 978 | 2026-06-02T23:38:19.172Z | Checking getrandom v0.2.17 |
| 979 | 2026-06-02T23:38:19.260Z | Compiling thread-id v5.1.0 |
| 980 | 2026-06-02T23:38:19.736Z | Checking zeroize v1.8.2 |
| 981 | 2026-06-02T23:38:19.805Z | Compiling syn v1.0.109 |
| 982 | 2026-06-02T23:38:20.079Z | Compiling rustls v0.22.4 |
| 983 | 2026-06-02T23:38:20.520Z | Compiling multer v3.1.0 |
| 984 | 2026-06-02T23:38:20.799Z | Compiling async-stream-impl v0.3.6 |
| 985 | 2026-06-02T23:38:20.820Z | Checking bitflags v2.11.1 |
| 986 | 2026-06-02T23:38:20.824Z | Checking socket2 v0.6.3 |
| 987 | 2026-06-02T23:38:20.988Z | Checking scopeguard v1.2.0 |
| 988 | 2026-06-02T23:38:21.080Z | Compiling ref-cast v1.0.25 |
| 989 | 2026-06-02T23:38:21.100Z | Checking lock_api v0.4.14 |
| 990 | 2026-06-02T23:38:21.429Z | Compiling ref-cast-impl v1.0.25 |
| 991 | 2026-06-02T23:38:21.532Z | Compiling dropshot v0.17.0 |
| 992 | 2026-06-02T23:38:21.772Z | Compiling dof v0.4.0 |
| 993 | 2026-06-02T23:38:21.860Z | Compiling dropshot_endpoint v0.17.0 |
| 994 | 2026-06-02T23:38:22.114Z | Checking parking_lot v0.12.5 |
| 995 | 2026-06-02T23:38:22.198Z | Checking critical-section v1.2.0 |
| 996 | 2026-06-02T23:38:22.300Z | Checking once_cell v1.21.4 |
| 997 | 2026-06-02T23:38:22.321Z | Compiling newtype-uuid-macros v0.1.0 |
| 998 | 2026-06-02T23:38:22.566Z | Compiling allocator-api2 v0.2.21 |
| 999 | 2026-06-02T23:38:22.782Z | Compiling foldhash v0.2.0 |
| 1000 | 2026-06-02T23:38:22.859Z | Checking signal-hook-registry v1.4.8 |
| 1001 | 2026-06-02T23:38:22.891Z | Checking mio v1.2.0 |
| 1002 | 2026-06-02T23:38:22.974Z | Compiling usdt-macro v0.6.0 |
| 1003 | 2026-06-02T23:38:22.992Z | Compiling usdt-attr-macro v0.6.0 |
| 1004 | 2026-06-02T23:38:23.023Z | Compiling hashbrown v0.16.1 |
| 1005 | 2026-06-02T23:38:23.100Z | Checking subtle v2.6.1 |
| 1006 | 2026-06-02T23:38:23.173Z | Checking tokio v1.52.3 |
| 1007 | 2026-06-02T23:38:23.248Z | Compiling darling_core v0.23.0 |
| 1008 | 2026-06-02T23:38:23.483Z | Compiling structmeta-derive v0.3.0 |
| 1009 | 2026-06-02T23:38:23.566Z | Compiling strum_macros v0.26.4 |
| 1010 | 2026-06-02T23:38:23.686Z | Checking futures-core v0.3.32 |
| 1011 | 2026-06-02T23:38:23.813Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1012 | 2026-06-02T23:38:24.281Z | Compiling http v1.4.0 |
| 1013 | 2026-06-02T23:38:24.525Z | Compiling structmeta v0.3.0 |
| 1014 | 2026-06-02T23:38:24.583Z | Compiling strum_macros v0.27.2 |
| 1015 | 2026-06-02T23:38:24.789Z | Compiling derive-ex v0.1.8 |
| 1016 | 2026-06-02T23:38:25.385Z | Compiling darling_macro v0.23.0 |
| 1017 | 2026-06-02T23:38:25.534Z | Checking futures-sink v0.3.32 |
| 1018 | 2026-06-02T23:38:25.642Z | Checking slab v0.4.12 |
| 1019 | 2026-06-02T23:38:25.954Z | Compiling darling v0.23.0 |
| 1020 | 2026-06-02T23:38:26.041Z | Compiling serde_with_macros v3.20.0 |
| 1021 | 2026-06-02T23:38:26.355Z | Compiling test-strategy v0.4.5 |
| 1022 | 2026-06-02T23:38:26.405Z | Compiling winnow v1.0.3 |
| 1023 | 2026-06-02T23:38:26.425Z | Checking futures-channel v0.3.32 |
| 1024 | 2026-06-02T23:38:26.446Z | Checking rand_core v0.6.4 |
| 1025 | 2026-06-02T23:38:26.611Z | Compiling fnv v1.0.7 |
| 1026 | 2026-06-02T23:38:26.633Z | Checking ipnetwork v0.21.1 |
| 1027 | 2026-06-02T23:38:26.633Z | Checking futures-io v0.3.32 |
| 1028 | 2026-06-02T23:38:26.714Z | Checking futures-task v0.3.32 |
| 1029 | 2026-06-02T23:38:26.765Z | Compiling parse-display-derive v0.10.0 |
| 1030 | 2026-06-02T23:38:26.864Z | Checking futures-util v0.3.32 |
| 1031 | 2026-06-02T23:38:27.412Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1032 | 2026-06-02T23:38:27.885Z | Checking tracing-core v0.1.36 |
| 1033 | 2026-06-02T23:38:27.963Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1034 | 2026-06-02T23:38:28.190Z | Compiling ryu v1.0.23 |
| 1035 | 2026-06-02T23:38:28.241Z | Checking tracing v0.1.44 |
| 1036 | 2026-06-02T23:38:28.301Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1037 | 2026-06-02T23:38:28.430Z | Checking erased-serde v0.3.31 |
| 1038 | 2026-06-02T23:38:28.465Z | Checking typenum v1.20.0 |
| 1039 | 2026-06-02T23:38:28.719Z | Checking base64 v0.22.1 |
| 1040 | 2026-06-02T23:38:28.938Z | Compiling openapiv3 v2.2.0 |
| 1041 | 2026-06-02T23:38:28.958Z | Checking oxnet v0.1.5 |
| 1042 | 2026-06-02T23:38:29.098Z | Checking rustls-pki-types v1.14.1 |
| 1043 | 2026-06-02T23:38:29.195Z | Compiling clap_derive v4.6.1 |
| 1044 | 2026-06-02T23:38:29.504Z | Checking untrusted v0.9.0 |
| 1045 | 2026-06-02T23:38:29.640Z | Checking crypto-common v0.1.7 |
| 1046 | 2026-06-02T23:38:29.768Z | Checking tokio-util v0.7.18 |
| 1047 | 2026-06-02T23:38:29.808Z | Checking ipnet v2.12.0 |
| 1048 | 2026-06-02T23:38:30.539Z | Checking http-body v1.0.1 |
| 1049 | 2026-06-02T23:38:30.592Z | Checking atomic-waker v1.1.2 |
| 1050 | 2026-06-02T23:38:30.671Z | Compiling either v1.15.0 |
| 1051 | 2026-06-02T23:38:30.692Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 1052 | 2026-06-02T23:38:30.875Z | Compiling itertools v0.14.0 |
| 1053 | 2026-06-02T23:38:30.912Z | Compiling regress v0.10.5 |
| 1054 | 2026-06-02T23:38:31.307Z | Checking try-lock v0.2.5 |
| 1055 | 2026-06-02T23:38:31.340Z | Checking tower-layer v0.3.3 |
| 1056 | 2026-06-02T23:38:31.490Z | Checking tower-service v0.3.3 |
| 1057 | 2026-06-02T23:38:31.542Z | Checking want v0.3.1 |
| 1058 | 2026-06-02T23:38:31.575Z | Compiling proc-macro-crate v3.5.0 |
| 1059 | 2026-06-02T23:38:31.661Z | Checking h2 v0.4.14 |
| 1060 | 2026-06-02T23:38:31.783Z | Checking block-buffer v0.10.4 |
| 1061 | 2026-06-02T23:38:32.064Z | Checking httpdate v1.0.3 |
| 1062 | 2026-06-02T23:38:32.208Z | Compiling crucible-workspace-hack v0.1.0 |
| 1063 | 2026-06-02T23:38:32.251Z | Compiling num_enum_derive v0.7.6 |
| 1064 | 2026-06-02T23:38:32.462Z | Checking digest v0.10.7 |
| 1065 | 2026-06-02T23:38:33.278Z | Checking serde_urlencoded v0.7.1 |
| 1066 | 2026-06-02T23:38:33.297Z | Checking http-body-util v0.1.3 |
| 1067 | 2026-06-02T23:38:33.504Z | Checking hyper v1.9.0 |
| 1068 | 2026-06-02T23:38:33.892Z | Compiling unsafe-libyaml v0.2.11 |
| 1069 | 2026-06-02T23:38:34.166Z | Checking ppv-lite86 v0.2.21 |
| 1070 | 2026-06-02T23:38:34.400Z | Checking hyper-util v0.1.20 |
| 1071 | 2026-06-02T23:38:34.419Z | Compiling serde_yaml v0.9.34+deprecated |
| 1072 | 2026-06-02T23:38:34.438Z | Compiling convert_case v0.4.0 |
| 1073 | 2026-06-02T23:38:34.759Z | Compiling derive_more v0.99.20 |
| 1074 | 2026-06-02T23:38:35.102Z | Compiling regress v0.11.1 |
| 1075 | 2026-06-02T23:38:35.706Z | Compiling darling_core v0.21.3 |
| 1076 | 2026-06-02T23:38:35.878Z | Compiling zerocopy-derive v0.7.35 |
| 1077 | 2026-06-02T23:38:36.629Z | Compiling typify-impl v0.6.2 |
| 1078 | 2026-06-02T23:38:36.712Z | Checking untrusted v0.7.1 |
| 1079 | 2026-06-02T23:38:37.006Z | Checking cpufeatures v0.2.17 |
| 1080 | 2026-06-02T23:38:37.637Z | Checking powerfmt v0.2.0 |
| 1081 | 2026-06-02T23:38:37.783Z | Compiling darling_macro v0.21.3 |
| 1082 | 2026-06-02T23:38:37.801Z | Checking deranged v0.5.8 |
| 1083 | 2026-06-02T23:38:38.345Z | Compiling darling v0.21.3 |
| 1084 | 2026-06-02T23:38:38.366Z | Compiling heapless v0.8.0 |
| 1085 | 2026-06-02T23:38:38.675Z | Checking num_threads v0.1.7 |
| 1086 | 2026-06-02T23:38:38.750Z | Compiling ingot-macros v0.1.1 |
| 1087 | 2026-06-02T23:38:38.789Z | Checking time v0.3.47 |
| 1088 | 2026-06-02T23:38:39.198Z | Compiling scroll_derive v0.12.1 |
| 1089 | 2026-06-02T23:38:39.228Z | Compiling serde_repr v0.1.20 |
| 1090 | 2026-06-02T23:38:39.949Z | Checking crossbeam-channel v0.5.15 |
| 1091 | 2026-06-02T23:38:40.002Z | Compiling typify-macro v0.6.2 |
| 1092 | 2026-06-02T23:38:40.165Z | Compiling rustix v0.38.44 |
| 1093 | 2026-06-02T23:38:40.382Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1094 | 2026-06-02T23:38:40.800Z | Compiling smoltcp v0.11.0 |
| 1095 | 2026-06-02T23:38:41.213Z | Checking futures-executor v0.3.32 |
| 1096 | 2026-06-02T23:38:41.379Z | Checking sync_wrapper v1.0.2 |
| 1097 | 2026-06-02T23:38:41.467Z | Compiling rustc_version v0.4.1 |
| 1098 | 2026-06-02T23:38:41.486Z | Checking thread_local v1.1.9 |
| 1099 | 2026-06-02T23:38:41.788Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1100 | 2026-06-02T23:38:41.807Z | Compiling curve25519-dalek v4.1.3 |
| 1101 | 2026-06-02T23:38:41.875Z | Checking tower v0.5.3 |
| 1102 | 2026-06-02T23:38:42.057Z | Checking rand_core v0.9.5 |
| 1103 | 2026-06-02T23:38:42.169Z | Checking webpki-roots v1.0.7 |
| 1104 | 2026-06-02T23:38:42.224Z | Compiling toml_datetime v0.6.11 |
| 1105 | 2026-06-02T23:38:42.257Z | Compiling foreign-types-macros v0.2.3 |
| 1106 | 2026-06-02T23:38:42.388Z | Checking is-terminal v0.4.17 |
| 1107 | 2026-06-02T23:38:42.628Z | Checking term v1.2.1 |
| 1108 | 2026-06-02T23:38:42.834Z | Checking take_mut v0.2.2 |
| 1109 | 2026-06-02T23:38:42.855Z | Checking slog-term v2.9.2 |
| 1110 | 2026-06-02T23:38:43.046Z | Checking tower-http v0.6.10 |
| 1111 | 2026-06-02T23:38:43.124Z | Checking futures v0.3.32 |
| 1112 | 2026-06-02T23:38:43.205Z | Compiling zerocopy v0.7.35 |
| 1113 | 2026-06-02T23:38:43.335Z | Compiling hubpack_derive v0.1.1 |
| 1114 | 2026-06-02T23:38:43.354Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1115 | 2026-06-02T23:38:43.373Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1116 | 2026-06-02T23:38:43.849Z | Compiling usdt-impl v0.5.0 |
| 1117 | 2026-06-02T23:38:43.976Z | Compiling proc-macro-error-attr v1.0.4 |
| 1118 | 2026-06-02T23:38:43.976Z | Checking hex v0.4.3 |
| 1119 | 2026-06-02T23:38:44.265Z | Compiling dof v0.3.0 |
| 1120 | 2026-06-02T23:38:44.268Z | Checking rand_chacha v0.9.0 |
| 1121 | 2026-06-02T23:38:44.305Z | Compiling typify v0.6.2 |
| 1122 | 2026-06-02T23:38:44.421Z | Compiling dtrace-parser v0.2.0 |
| 1123 | 2026-06-02T23:38:44.451Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1124 | 2026-06-02T23:38:44.863Z | Compiling serde_spanned v1.1.1 |
| 1125 | 2026-06-02T23:38:45.007Z | Compiling proc-macro-error v1.0.4 |
| 1126 | 2026-06-02T23:38:45.028Z | Compiling thread-id v4.2.2 |
| 1127 | 2026-06-02T23:38:45.166Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1128 | 2026-06-02T23:38:45.247Z | Compiling pkg-config v0.3.33 |
| 1129 | 2026-06-02T23:38:45.474Z | Checking rand v0.9.4 |
| 1130 | 2026-06-02T23:38:46.553Z | Checking fastrand v2.4.1 |
| 1131 | 2026-06-02T23:38:46.600Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 1132 | 2026-06-02T23:38:46.689Z | Compiling prettyplease v0.2.37 |
| 1133 | 2026-06-02T23:38:47.390Z | Checking sha1 v0.10.6 |
| 1134 | 2026-06-02T23:38:47.677Z | Compiling memoffset v0.9.1 |
| 1135 | 2026-06-02T23:38:47.696Z | Checking simd-adler32 v0.3.9 |
| 1136 | 2026-06-02T23:38:47.818Z | Checking match_cfg v0.1.0 |
| 1137 | 2026-06-02T23:38:47.838Z | Checking adler2 v2.0.1 |
| 1138 | 2026-06-02T23:38:47.890Z | Compiling heck v0.4.1 |
| 1139 | 2026-06-02T23:38:48.087Z | Checking miniz_oxide v0.8.9 |
| 1140 | 2026-06-02T23:38:48.232Z | Checking hostname v0.3.1 |
| 1141 | 2026-06-02T23:38:48.429Z | Compiling usdt-attr-macro v0.5.0 |
| 1142 | 2026-06-02T23:38:48.478Z | Compiling usdt-macro v0.5.0 |
| 1143 | 2026-06-02T23:38:48.689Z | Checking slog-json v2.6.1 |
| 1144 | 2026-06-02T23:38:48.841Z | Checking newtype-uuid v1.3.2 |
| 1145 | 2026-06-02T23:38:48.947Z | Compiling enum-as-inner v0.6.1 |
| 1146 | 2026-06-02T23:38:49.018Z | Compiling num-derive v0.4.2 |
| 1147 | 2026-06-02T23:38:49.101Z | Checking memmap2 v0.9.10 |
| 1148 | 2026-06-02T23:38:49.120Z | Compiling winnow v0.7.15 |
| 1149 | 2026-06-02T23:38:49.148Z | Compiling cfg_aliases v0.2.1 |
| 1150 | 2026-06-02T23:38:49.341Z | Compiling openssl-probe v0.2.1 |
| 1151 | 2026-06-02T23:38:49.511Z | Compiling rustls-native-certs v0.8.3 |
| 1152 | 2026-06-02T23:38:49.663Z | Checking usdt v0.6.0 |
| 1153 | 2026-06-02T23:38:49.775Z | Compiling nix v0.31.3 |
| 1154 | 2026-06-02T23:38:49.831Z | Checking daft v0.1.7 |
| 1155 | 2026-06-02T23:38:50.011Z | Checking slog-bunyan v2.5.0 |
| 1156 | 2026-06-02T23:38:50.064Z | Checking flate2 v1.1.9 |
| 1157 | 2026-06-02T23:38:50.123Z | Checking tempfile v3.27.0 |
| 1158 | 2026-06-02T23:38:50.320Z | Checking rustls-webpki v0.102.8 |
| 1159 | 2026-06-02T23:38:50.537Z | Compiling rayon-core v1.13.0 |
| 1160 | 2026-06-02T23:38:50.565Z | Checking debug-ignore v1.0.5 |
| 1161 | 2026-06-02T23:38:50.602Z | Checking compression-core v0.4.32 |
| 1162 | 2026-06-02T23:38:50.746Z | Checking compression-codecs v0.4.38 |
| 1163 | 2026-06-02T23:38:51.693Z | Checking encoding_rs v0.8.35 |
| 1164 | 2026-06-02T23:38:51.713Z | Compiling wait-timeout v0.2.1 |
| 1165 | 2026-06-02T23:38:51.877Z | Compiling quick-error v1.2.3 |
| 1166 | 2026-06-02T23:38:51.895Z | Checking mime v0.3.17 |
| 1167 | 2026-06-02T23:38:51.923Z | Checking spin v0.9.8 |
| 1168 | 2026-06-02T23:38:51.982Z | Compiling bit-vec v0.8.0 |
| 1169 | 2026-06-02T23:38:52.088Z | Compiling rusty-fork v0.3.1 |
| 1170 | 2026-06-02T23:38:52.107Z | Checking tokio-rustls v0.25.0 |
| 1171 | 2026-06-02T23:38:52.177Z | Compiling bit-set v0.8.0 |
| 1172 | 2026-06-02T23:38:52.214Z | Checking toml v1.1.2+spec-1.1.0 |
| 1173 | 2026-06-02T23:38:52.300Z | Compiling rand_chacha v0.3.1 |
| 1174 | 2026-06-02T23:38:52.790Z | Checking async-compression v0.4.42 |
| 1175 | 2026-06-02T23:38:52.862Z | Compiling rand_xorshift v0.4.0 |
| 1176 | 2026-06-02T23:38:53.019Z | Checking waitgroup v0.1.2 |
| 1177 | 2026-06-02T23:38:53.022Z | Checking rustls-pemfile v2.2.0 |
| 1178 | 2026-06-02T23:38:53.119Z | Checking async-stream v0.3.6 |
| 1179 | 2026-06-02T23:38:53.139Z | Compiling num-integer v0.1.46 |
| 1180 | 2026-06-02T23:38:53.198Z | Checking serde_path_to_error v0.1.20 |
| 1181 | 2026-06-02T23:38:53.247Z | Checking hostname v0.4.2 |
| 1182 | 2026-06-02T23:38:53.683Z | Compiling unarray v0.1.4 |
| 1183 | 2026-06-02T23:38:53.725Z | Compiling semver v0.1.20 |
| 1184 | 2026-06-02T23:38:53.798Z | Compiling winnow v0.5.40 |
| 1185 | 2026-06-02T23:38:53.983Z | Compiling rustc_version v0.1.7 |
| 1186 | 2026-06-02T23:38:54.613Z | Compiling proptest v1.11.0 |
| 1187 | 2026-06-02T23:38:54.781Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1188 | 2026-06-02T23:38:54.870Z | Checking rustls-webpki v0.103.13 |
| 1189 | 2026-06-02T23:38:55.134Z | Compiling toml_edit v0.19.15 |
| 1190 | 2026-06-02T23:38:55.360Z | Checking rand v0.8.6 |
| 1191 | 2026-06-02T23:38:56.492Z | Compiling reqwest v0.12.28 |
| 1192 | 2026-06-02T23:38:56.714Z | Compiling backon v1.6.0 |
| 1193 | 2026-06-02T23:38:57.115Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1194 | 2026-06-02T23:38:57.621Z | Checking tokio-rustls v0.26.4 |
| 1195 | 2026-06-02T23:38:57.717Z | Checking rustls-platform-verifier v0.7.0 |
| 1196 | 2026-06-02T23:38:57.858Z | Checking hyper-rustls v0.27.9 |
| 1197 | 2026-06-02T23:38:57.858Z | Compiling strum v0.26.3 |
| 1198 | 2026-06-02T23:38:58.005Z | Checking macaddr v1.0.1 |
| 1199 | 2026-06-02T23:38:58.026Z | Compiling instant v0.1.13 |
| 1200 | 2026-06-02T23:38:58.136Z | Compiling rustc-hash v2.1.2 |
| 1201 | 2026-06-02T23:38:58.179Z | Compiling utf8parse v0.2.2 |
| 1202 | 2026-06-02T23:38:58.265Z | Compiling anstyle-parse v1.0.0 |
| 1203 | 2026-06-02T23:38:58.437Z | Compiling iddqd v0.3.18 |
| 1204 | 2026-06-02T23:38:58.458Z | Compiling backoff v0.4.0 |
| 1205 | 2026-06-02T23:38:58.548Z | Checking reqwest v0.13.3 |
| 1206 | 2026-06-02T23:38:58.652Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1207 | 2026-06-02T23:38:58.811Z | Compiling progenitor-client v0.10.0 |
| 1208 | 2026-06-02T23:38:59.048Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1209 | 2026-06-02T23:38:59.069Z | Compiling proc-macro-crate v1.3.1 |
| 1210 | 2026-06-02T23:38:59.238Z | Compiling newtype_derive v0.1.6 |
| 1211 | 2026-06-02T23:38:59.293Z | Compiling num-iter v0.1.45 |
| 1212 | 2026-06-02T23:38:59.408Z | Compiling num-rational v0.4.2 |
| 1213 | 2026-06-02T23:38:59.445Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 1214 | 2026-06-02T23:38:59.463Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1215 | 2026-06-02T23:38:59.780Z | Compiling parse-display v0.10.0 |
| 1216 | 2026-06-02T23:38:59.862Z | Compiling serde_with v3.20.0 |
| 1217 | 2026-06-02T23:38:59.939Z | Compiling strum v0.27.2 |
| 1218 | 2026-06-02T23:39:00.046Z | Compiling progenitor-client v0.14.0 |
| 1219 | 2026-06-02T23:39:00.085Z | Compiling num-complex v0.4.6 |
| 1220 | 2026-06-02T23:39:00.336Z | Compiling progenitor-extras v0.2.0 |
| 1221 | 2026-06-02T23:39:00.401Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1222 | 2026-06-02T23:39:00.425Z | Compiling anstyle v1.0.14 |
| 1223 | 2026-06-02T23:39:00.474Z | Compiling is_terminal_polyfill v1.70.2 |
| 1224 | 2026-06-02T23:39:00.573Z | Compiling anstyle-query v1.1.5 |
| 1225 | 2026-06-02T23:39:00.593Z | Compiling owo-colors v4.3.0 |
| 1226 | 2026-06-02T23:39:00.647Z | Compiling vcpkg v0.2.15 |
| 1227 | 2026-06-02T23:39:00.647Z | Compiling colorchoice v1.0.5 |
| 1228 | 2026-06-02T23:39:00.745Z | Compiling anstream v1.0.0 |
| 1229 | 2026-06-02T23:39:00.770Z | Compiling num v0.4.3 |
| 1230 | 2026-06-02T23:39:00.994Z | Compiling num_enum_derive v0.5.11 |
| 1231 | 2026-06-02T23:39:01.037Z | Compiling terminal_size v0.4.4 |
| 1232 | 2026-06-02T23:39:01.123Z | Compiling progenitor-impl v0.14.0 |
| 1233 | 2026-06-02T23:39:01.181Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1234 | 2026-06-02T23:39:01.233Z | Compiling openssl-sys v0.9.116 |
| 1235 | 2026-06-02T23:39:01.377Z | Compiling serde_spanned v0.6.9 |
| 1236 | 2026-06-02T23:39:01.407Z | Compiling derive-where v1.6.1 |
| 1237 | 2026-06-02T23:39:01.431Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1238 | 2026-06-02T23:39:01.525Z | Compiling pin-project-internal v1.1.13 |
| 1239 | 2026-06-02T23:39:01.901Z | Compiling clap_lex v1.1.0 |
| 1240 | 2026-06-02T23:39:02.000Z | Compiling toml_write v0.1.2 |
| 1241 | 2026-06-02T23:39:02.123Z | Compiling float-ord v0.3.2 |
| 1242 | 2026-06-02T23:39:02.250Z | Compiling toml_edit v0.22.27 |
| 1243 | 2026-06-02T23:39:02.567Z | Compiling clap_builder v4.6.0 |
| 1244 | 2026-06-02T23:39:02.641Z | Compiling progenitor-impl v0.13.0 |
| 1245 | 2026-06-02T23:39:02.879Z | Checking unicode-width v0.2.2 |
| 1246 | 2026-06-02T23:39:03.141Z | Compiling zone_cfg_derive v0.3.1 |
| 1247 | 2026-06-02T23:39:03.193Z | Compiling progenitor-macro v0.14.0 |
| 1248 | 2026-06-02T23:39:03.584Z | Compiling async-recursion v1.1.1 |
| 1249 | 2026-06-02T23:39:03.822Z | Compiling toml v0.8.23 |
| 1250 | 2026-06-02T23:39:04.264Z | Compiling clap v4.6.1 |
| 1251 | 2026-06-02T23:39:04.356Z | Compiling snafu-derive v0.8.9 |
| 1252 | 2026-06-02T23:39:04.683Z | Compiling progenitor-macro v0.13.0 |
| 1253 | 2026-06-02T23:39:05.085Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1254 | 2026-06-02T23:39:05.797Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 1255 | 2026-06-02T23:39:06.002Z | Compiling slog-dtrace v0.3.0 |
| 1256 | 2026-06-02T23:39:06.161Z | Compiling chrono-tz v0.10.4 |
| 1257 | 2026-06-02T23:39:06.309Z | Compiling unicode-xid v0.2.6 |
| 1258 | 2026-06-02T23:39:06.372Z | Compiling cancel-safe-futures v0.1.5 |
| 1259 | 2026-06-02T23:39:06.393Z | Compiling minimal-lexical v0.2.1 |
| 1260 | 2026-06-02T23:39:06.435Z | Compiling openssl v0.10.80 |
| 1261 | 2026-06-02T23:39:06.657Z | Compiling nom v7.1.3 |
| 1262 | 2026-06-02T23:39:06.751Z | Compiling const_format_proc_macros v0.2.34 |
| 1263 | 2026-06-02T23:39:06.860Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1264 | 2026-06-02T23:39:07.046Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1265 | 2026-06-02T23:39:07.691Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1266 | 2026-06-02T23:39:07.729Z | Compiling openssl-macros v0.1.1 |
| 1267 | 2026-06-02T23:39:08.162Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1268 | 2026-06-02T23:39:08.249Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1269 | 2026-06-02T23:39:08.507Z | Compiling cookie v0.18.1 |
| 1270 | 2026-06-02T23:39:08.660Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1271 | 2026-06-02T23:39:08.947Z | Compiling tabled_derive v0.7.0 |
| 1272 | 2026-06-02T23:39:11.497Z | Checking num_enum v0.7.6 |
| 1273 | 2026-06-02T23:39:12.207Z | Checking secrecy v0.10.3 |
| 1274 | 2026-06-02T23:39:12.210Z | Checking tinyvec_macros v0.1.1 |
| 1275 | 2026-06-02T23:39:12.332Z | Checking tinyvec v1.11.0 |
| 1276 | 2026-06-02T23:39:12.807Z | Checking crossbeam-epoch v0.9.18 |
| 1277 | 2026-06-02T23:39:12.830Z | Checking hash32 v0.3.1 |
| 1278 | 2026-06-02T23:39:13.036Z | Checking data-encoding v2.11.0 |
| 1279 | 2026-06-02T23:39:13.161Z | Checking tabwriter v1.4.1 |
| 1280 | 2026-06-02T23:39:13.201Z | Checking ingot-types v0.1.2 |
| 1281 | 2026-06-02T23:39:13.312Z | Checking scroll v0.12.0 |
| 1282 | 2026-06-02T23:39:13.332Z | Checking hmac v0.12.1 |
| 1283 | 2026-06-02T23:39:13.413Z | Checking inout v0.1.4 |
| 1284 | 2026-06-02T23:39:13.467Z | Checking ff v0.13.1 |
| 1285 | 2026-06-02T23:39:13.537Z | Checking cobs v0.3.0 |
| 1286 | 2026-06-02T23:39:13.557Z | Checking bstr v1.12.1 |
| 1287 | 2026-06-02T23:39:13.578Z | Checking static_assertions v1.1.0 |
| 1288 | 2026-06-02T23:39:13.578Z | Checking foreign-types-shared v0.3.1 |
| 1289 | 2026-06-02T23:39:13.615Z | Checking cpufeatures v0.3.0 |
| 1290 | 2026-06-02T23:39:13.692Z | Checking colored v3.1.1 |
| 1291 | 2026-06-02T23:39:13.710Z | Checking managed v0.8.0 |
| 1292 | 2026-06-02T23:39:13.815Z | Checking bitflags v1.3.2 |
| 1293 | 2026-06-02T23:39:13.890Z | Checking chacha20 v0.10.0 |
| 1294 | 2026-06-02T23:39:13.910Z | Checking postcard v1.1.3 |
| 1295 | 2026-06-02T23:39:13.949Z | Checking foreign-types v0.5.0 |
| 1296 | 2026-06-02T23:39:14.033Z | Checking group v0.13.0 |
| 1297 | 2026-06-02T23:39:14.097Z | Checking goblin v0.8.2 |
| 1298 | 2026-06-02T23:39:14.148Z | Checking ingot v0.1.1 |
| 1299 | 2026-06-02T23:39:14.226Z | Checking cipher v0.4.4 |
| 1300 | 2026-06-02T23:39:14.429Z | Checking hkdf v0.12.4 |
| 1301 | 2026-06-02T23:39:14.760Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1302 | 2026-06-02T23:39:15.112Z | Checking universal-hash v0.5.1 |
| 1303 | 2026-06-02T23:39:15.132Z | Checking crypto-bigint v0.5.5 |
| 1304 | 2026-06-02T23:39:15.246Z | Checking half v2.7.1 |
| 1305 | 2026-06-02T23:39:15.548Z | Checking cstr-argument v0.1.2 |
| 1306 | 2026-06-02T23:39:15.583Z | Checking opaque-debug v0.3.1 |
| 1307 | 2026-06-02T23:39:15.646Z | Checking base64ct v1.8.3 |
| 1308 | 2026-06-02T23:39:15.666Z | Checking base16ct v0.2.0 |
| 1309 | 2026-06-02T23:39:15.685Z | Checking indent_write v2.2.0 |
| 1310 | 2026-06-02T23:39:15.754Z | Checking ciborium-io v0.2.2 |
| 1311 | 2026-06-02T23:39:15.786Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1312 | 2026-06-02T23:39:15.818Z | Checking poly1305 v0.8.0 |
| 1313 | 2026-06-02T23:39:15.850Z | Checking ciborium-ll v0.2.2 |
| 1314 | 2026-06-02T23:39:15.888Z | Checking password-hash v0.5.0 |
| 1315 | 2026-06-02T23:39:15.961Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1316 | 2026-06-02T23:39:16.011Z | Checking elliptic-curve v0.13.8 |
| 1317 | 2026-06-02T23:39:16.031Z | Checking chacha20 v0.9.1 |
| 1318 | 2026-06-02T23:39:16.050Z | Checking rand v0.10.1 |
| 1319 | 2026-06-02T23:39:16.053Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1320 | 2026-06-02T23:39:16.115Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1321 | 2026-06-02T23:39:16.135Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1322 | 2026-06-02T23:39:16.215Z | Checking thiserror-no-std v2.0.2 |
| 1323 | 2026-06-02T23:39:16.244Z | Checking byte-wrapper v0.1.0 |
| 1324 | 2026-06-02T23:39:16.283Z | Checking hubpack v0.1.2 |
| 1325 | 2026-06-02T23:39:16.326Z | Checking blake2 v0.10.6 |
| 1326 | 2026-06-02T23:39:16.406Z | Checking aead v0.5.2 |
| 1327 | 2026-06-02T23:39:16.447Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1328 | 2026-06-02T23:39:16.516Z | Checking keccak v0.1.6 |
| 1329 | 2026-06-02T23:39:16.541Z | Checking argon2 v0.5.3 |
| 1330 | 2026-06-02T23:39:16.580Z | Checking chacha20poly1305 v0.10.1 |
| 1331 | 2026-06-02T23:39:16.667Z | Checking sha3 v0.10.9 |
| 1332 | 2026-06-02T23:39:16.685Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1333 | 2026-06-02T23:39:16.854Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1334 | 2026-06-02T23:39:16.875Z | Checking ciborium v0.2.2 |
| 1335 | 2026-06-02T23:39:16.878Z | Checking atomicwrites v0.4.4 |
| 1336 | 2026-06-02T23:39:16.950Z | Checking vsss-rs v3.3.4 |
| 1337 | 2026-06-02T23:39:17.021Z | Compiling typify-impl v0.4.3 |
| 1338 | 2026-06-02T23:39:17.042Z | Checking memmap v0.7.0 |
| 1339 | 2026-06-02T23:39:17.281Z | Checking lazy_static v1.5.0 |
| 1340 | 2026-06-02T23:39:17.386Z | Checking usdt v0.5.0 |
| 1341 | 2026-06-02T23:39:17.415Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1342 | 2026-06-02T23:39:17.440Z | Checking similar v2.7.0 |
| 1343 | 2026-06-02T23:39:17.561Z | Checking crossbeam-deque v0.8.6 |
| 1344 | 2026-06-02T23:39:17.735Z | Checking bytecount v0.6.9 |
| 1345 | 2026-06-02T23:39:17.839Z | Checking itertools v0.12.1 |
| 1346 | 2026-06-02T23:39:18.042Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1347 | 2026-06-02T23:39:18.105Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1348 | 2026-06-02T23:39:18.108Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1349 | 2026-06-02T23:39:18.356Z | Checking swrite v0.1.0 |
| 1350 | 2026-06-02T23:39:18.356Z | Checking linked-hash-map v0.5.6 |
| 1351 | 2026-06-02T23:39:18.452Z | Checking resolv-conf v0.7.6 |
| 1352 | 2026-06-02T23:39:18.497Z | Checking unicode-segmentation v1.13.2 |
| 1353 | 2026-06-02T23:39:18.549Z | Checking lru-cache v0.1.2 |
| 1354 | 2026-06-02T23:39:18.635Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1355 | 2026-06-02T23:39:18.672Z | Checking rayon v1.12.0 |
| 1356 | 2026-06-02T23:39:18.827Z | Checking newline-converter v0.3.0 |
| 1357 | 2026-06-02T23:39:18.848Z | Checking hickory-proto v0.24.4 |
| 1358 | 2026-06-02T23:39:18.941Z | Checking console v0.15.11 |
| 1359 | 2026-06-02T23:39:19.016Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1360 | 2026-06-02T23:39:19.218Z | Checking camino-tempfile v1.4.1 |
| 1361 | 2026-06-02T23:39:19.383Z | Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1362 | 2026-06-02T23:39:19.634Z | Checking serde-big-array v0.5.1 |
| 1363 | 2026-06-02T23:39:19.696Z | Checking siphasher v1.0.3 |
| 1364 | 2026-06-02T23:39:19.781Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1365 | 2026-06-02T23:39:19.866Z | Checking phf_shared v0.12.1 |
| 1366 | 2026-06-02T23:39:19.929Z | Checking progenitor v0.14.0 |
| 1367 | 2026-06-02T23:39:20.093Z | Checking expectorate v1.2.0 |
| 1368 | 2026-06-02T23:39:20.224Z | Checking unicode-normalization v0.1.25 |
| 1369 | 2026-06-02T23:39:20.327Z | Compiling typify-macro v0.4.3 |
| 1370 | 2026-06-02T23:39:20.361Z | Checking pin-project v1.1.13 |
| 1371 | 2026-06-02T23:39:20.390Z | Checking num_enum v0.5.11 |
| 1372 | 2026-06-02T23:39:20.425Z | Checking hickory-resolver v0.24.4 |
| 1373 | 2026-06-02T23:39:20.591Z | Checking progenitor-client v0.13.0 |
| 1374 | 2026-06-02T23:39:21.057Z | Checking tokio-stream v0.1.18 |
| 1375 | 2026-06-02T23:39:21.107Z | Checking csv-core v0.1.13 |
| 1376 | 2026-06-02T23:39:21.136Z | Checking smawk v0.3.2 |
| 1377 | 2026-06-02T23:39:21.155Z | Checking unicode-width v0.1.14 |
| 1378 | 2026-06-02T23:39:21.265Z | Checking foreign-types-shared v0.1.1 |
| 1379 | 2026-06-02T23:39:21.303Z | Checking konst_macro_rules v0.2.19 |
| 1380 | 2026-06-02T23:39:21.356Z | Compiling parking_lot_core v0.8.6 |
| 1381 | 2026-06-02T23:39:21.403Z | Checking same-file v1.0.6 |
| 1382 | 2026-06-02T23:39:21.430Z | Checking foldhash v0.1.5 |
| 1383 | 2026-06-02T23:39:21.452Z | Checking unicode-linebreak v0.1.5 |
| 1384 | 2026-06-02T23:39:21.530Z | Checking highway v1.3.0 |
| 1385 | 2026-06-02T23:39:21.559Z | Checking walkdir v2.5.0 |
| 1386 | 2026-06-02T23:39:21.580Z | Checking hashbrown v0.15.5 |
| 1387 | 2026-06-02T23:39:21.671Z | Checking textwrap v0.16.2 |
| 1388 | 2026-06-02T23:39:21.695Z | Checking konst v0.2.20 |
| 1389 | 2026-06-02T23:39:21.731Z | Checking qorb v0.4.1 |
| 1390 | 2026-06-02T23:39:21.760Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1391 | 2026-06-02T23:39:21.832Z | Checking foreign-types v0.3.2 |
| 1392 | 2026-06-02T23:39:21.885Z | Checking csv v1.4.0 |
| 1393 | 2026-06-02T23:39:22.034Z | Checking progenitor v0.13.0 |
| 1394 | 2026-06-02T23:39:22.079Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1395 | 2026-06-02T23:39:22.174Z | Checking olpc-cjson v0.1.4 |
| 1396 | 2026-06-02T23:39:22.253Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1397 | 2026-06-02T23:39:22.287Z | Checking snafu v0.8.9 |
| 1398 | 2026-06-02T23:39:22.317Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1399 | 2026-06-02T23:39:22.419Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1400 | 2026-06-02T23:39:22.439Z | Checking phf v0.12.1 |
| 1401 | 2026-06-02T23:39:22.460Z | Checking zone v0.3.1 |
| 1402 | 2026-06-02T23:39:22.529Z | Checking tokio-dtrace v0.1.1 |
| 1403 | 2026-06-02T23:39:22.583Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1404 | 2026-06-02T23:39:22.716Z | Checking globset v0.4.18 |
| 1405 | 2026-06-02T23:39:22.889Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1406 | 2026-06-02T23:39:23.233Z | Checking smf v0.2.3 |
| 1407 | 2026-06-02T23:39:23.412Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1408 | 2026-06-02T23:39:23.469Z | Checking pem v3.0.6 |
| 1409 | 2026-06-02T23:39:23.488Z | Checking libsw-core v0.3.2 |
| 1410 | 2026-06-02T23:39:23.526Z | Checking serde_plain v1.0.2 |
| 1411 | 2026-06-02T23:39:23.631Z | Checking sigpipe v0.1.3 |
| 1412 | 2026-06-02T23:39:23.706Z | Checking fixedbitset v0.5.7 |
| 1413 | 2026-06-02T23:39:23.724Z | Checking jiff v0.2.24 |
| 1414 | 2026-06-02T23:39:23.749Z | Checking typed-path v0.9.3 |
| 1415 | 2026-06-02T23:39:23.837Z | Checking glob v0.3.3 |
| 1416 | 2026-06-02T23:39:23.891Z | Checking fixedbitset v0.4.2 |
| 1417 | 2026-06-02T23:39:23.928Z | Checking petgraph v0.8.3 |
| 1418 | 2026-06-02T23:39:24.048Z | Checking petgraph v0.6.5 |
| 1419 | 2026-06-02T23:39:24.539Z | Checking tough v0.22.0 |
| 1420 | 2026-06-02T23:39:25.219Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1421 | 2026-06-02T23:39:25.344Z | Checking libsw v3.5.0 |
| 1422 | 2026-06-02T23:39:25.367Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1423 | 2026-06-02T23:39:25.387Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1424 | 2026-06-02T23:39:25.608Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1425 | 2026-06-02T23:39:25.897Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1426 | 2026-06-02T23:39:25.947Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1427 | 2026-06-02T23:39:25.969Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1428 | 2026-06-02T23:39:26.108Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1429 | 2026-06-02T23:39:26.267Z | Checking oxide-tokio-rt v0.1.6 |
| 1430 | 2026-06-02T23:39:26.476Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1431 | 2026-06-02T23:39:26.590Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1432 | 2026-06-02T23:39:26.611Z | Checking const_format v0.2.36 |
| 1433 | 2026-06-02T23:39:26.694Z | Checking papergrid v0.11.0 |
| 1434 | 2026-06-02T23:39:27.131Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1435 | 2026-06-02T23:39:27.253Z | Checking gethostname v0.5.0 |
| 1436 | 2026-06-02T23:39:27.309Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1437 | 2026-06-02T23:39:27.332Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1438 | 2026-06-02T23:39:27.351Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1439 | 2026-06-02T23:39:27.446Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1440 | 2026-06-02T23:39:27.557Z | Checking libscf-sys v1.2.0 |
| 1441 | 2026-06-02T23:39:27.688Z | Checking bcs v0.1.6 |
| 1442 | 2026-06-02T23:39:27.921Z | Checking linear-map v1.2.0 |
| 1443 | 2026-06-02T23:39:28.204Z | Checking tagptr v0.2.0 |
| 1444 | 2026-06-02T23:39:28.276Z | Checking termtree v0.5.1 |
| 1445 | 2026-06-02T23:39:28.361Z | Checking whoami v1.6.1 |
| 1446 | 2026-06-02T23:39:28.381Z | Checking moka v0.12.15 |
| 1447 | 2026-06-02T23:39:28.809Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1448 | 2026-06-02T23:39:28.832Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1449 | 2026-06-02T23:39:28.832Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1450 | 2026-06-02T23:39:28.905Z | Checking tabled v0.15.0 |
| 1451 | 2026-06-02T23:39:28.925Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1452 | 2026-06-02T23:39:29.037Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1453 | 2026-06-02T23:39:29.202Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1454 | 2026-06-02T23:39:29.898Z | Checking steno v0.4.1 |
| 1455 | 2026-06-02T23:39:30.078Z | Checking hickory-proto v0.25.2 |
| 1456 | 2026-06-02T23:39:31.080Z | Checking humantime v2.3.0 |
| 1457 | 2026-06-02T23:39:31.661Z | Checking hickory-resolver v0.25.2 |
| 1458 | 2026-06-02T23:39:32.368Z | Compiling typify v0.4.3 |
| 1459 | 2026-06-02T23:39:32.470Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1460 | 2026-06-02T23:39:32.891Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1461 | 2026-06-02T23:39:33.131Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1462 | 2026-06-02T23:39:33.180Z | Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1463 | 2026-06-02T23:39:33.661Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1464 | 2026-06-02T23:39:37.794Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1465 | 2026-06-02T23:39:41.893Z | Checking nom v8.0.0 |
| 1466 | 2026-06-02T23:39:41.957Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1467 | 2026-06-02T23:39:42.395Z | Compiling proc-macro-error2 v2.0.1 |
| 1468 | 2026-06-02T23:39:44.399Z | Compiling crunchy v0.2.4 |
| 1469 | 2026-06-02T23:39:44.753Z | Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1470 | 2026-06-02T23:39:44.774Z | Compiling tabled_derive v0.11.0 |
| 1471 | 2026-06-02T23:39:44.880Z | Compiling tiny-keccak v2.0.2 |
| 1472 | 2026-06-02T23:39:45.235Z | Compiling progenitor-impl v0.11.2 |
| 1473 | 2026-06-02T23:39:45.414Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 1474 | 2026-06-02T23:39:45.460Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1475 | 2026-06-02T23:39:46.159Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1476 | 2026-06-02T23:39:46.200Z | Checking parking_lot v0.11.2 |
| 1477 | 2026-06-02T23:39:46.362Z | Compiling const-random-macro v0.1.16 |
| 1478 | 2026-06-02T23:39:46.761Z | Checking fxhash v0.2.1 |
| 1479 | 2026-06-02T23:39:46.782Z | Compiling ahash v0.8.12 |
| 1480 | 2026-06-02T23:39:46.892Z | Checking sled v0.34.7 |
| 1481 | 2026-06-02T23:39:46.912Z | Compiling smartstring v1.0.1 |
| 1482 | 2026-06-02T23:39:47.161Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1483 | 2026-06-02T23:39:47.292Z | Compiling progenitor-macro v0.11.2 |
| 1484 | 2026-06-02T23:39:47.466Z | Checking internet-checksum v0.2.1 |
| 1485 | 2026-06-02T23:39:47.661Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 1486 | 2026-06-02T23:39:47.766Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1487 | 2026-06-02T23:39:48.119Z | Compiling rhai_codegen v3.1.0 |
| 1488 | 2026-06-02T23:39:48.179Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 1489 | 2026-06-02T23:39:48.505Z | Checking arc-swap v1.9.1 |
| 1490 | 2026-06-02T23:39:48.689Z | Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1491 | 2026-06-02T23:39:48.738Z | Checking slog-scope v4.4.1 |
| 1492 | 2026-06-02T23:39:48.882Z | Checking papergrid v0.17.0 |
| 1493 | 2026-06-02T23:39:48.909Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 1494 | 2026-06-02T23:39:49.314Z | Checking testing_table v0.3.0 |
| 1495 | 2026-06-02T23:39:49.421Z | Checking dropshot-api-manager-types v0.7.2 |
| 1496 | 2026-06-02T23:39:49.541Z | Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1497 | 2026-06-02T23:39:49.667Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1498 | 2026-06-02T23:39:49.687Z | Checking tabled v0.20.0 |
| 1499 | 2026-06-02T23:39:49.690Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 1500 | 2026-06-02T23:39:49.851Z | Checking slog-stdlog v4.1.1 |
| 1501 | 2026-06-02T23:39:50.555Z | Compiling progenitor-impl v0.10.0 |
| 1502 | 2026-06-02T23:39:50.883Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1503 | 2026-06-02T23:39:50.906Z | Checking progenitor-client v0.11.2 |
| 1504 | 2026-06-02T23:39:50.946Z | Compiling lzma-sys v0.1.20 |
| 1505 | 2026-06-02T23:39:51.088Z | Compiling fs-err v3.3.0 |
| 1506 | 2026-06-02T23:39:51.142Z | Compiling typeid v1.0.3 |
| 1507 | 2026-06-02T23:39:51.363Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 1508 | 2026-06-02T23:39:51.399Z | Checking progenitor v0.11.2 |
| 1509 | 2026-06-02T23:39:51.444Z | Checking slog-envlogger v2.2.0 |
| 1510 | 2026-06-02T23:39:51.768Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1511 | 2026-06-02T23:39:52.054Z | Checking crc8 v0.1.1 |
| 1512 | 2026-06-02T23:39:52.208Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1513 | 2026-06-02T23:39:52.302Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 1514 | 2026-06-02T23:39:52.614Z | Compiling progenitor-macro v0.10.0 |
| 1515 | 2026-06-02T23:39:53.207Z | Checking const-random v0.1.18 |
| 1516 | 2026-06-02T23:39:53.492Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 1517 | 2026-06-02T23:39:53.707Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 1518 | 2026-06-02T23:39:53.890Z | Compiling cargo_toml v0.22.3 |
| 1519 | 2026-06-02T23:39:54.488Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1520 | 2026-06-02T23:39:54.507Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1521 | 2026-06-02T23:39:54.664Z | Checking thin-vec v0.2.18 |
| 1522 | 2026-06-02T23:39:54.913Z | Checking rhai v1.24.0 |
| 1523 | 2026-06-02T23:39:56.163Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 1524 | 2026-06-02T23:39:56.280Z | Checking utf-8 v0.7.6 |
| 1525 | 2026-06-02T23:39:56.570Z | Checking tungstenite v0.21.0 |
| 1526 | 2026-06-02T23:39:57.086Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 1527 | 2026-06-02T23:39:57.134Z | Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1528 | 2026-06-02T23:39:58.100Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1529 | 2026-06-02T23:39:58.264Z | Checking sha2 v0.10.9 |
| 1530 | 2026-06-02T23:39:58.400Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1531 | 2026-06-02T23:39:58.524Z | Checking yansi v1.0.1 |
| 1532 | 2026-06-02T23:39:58.550Z | Checking diff v0.1.13 |
| 1533 | 2026-06-02T23:39:58.643Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1534 | 2026-06-02T23:39:58.692Z | Checking progenitor v0.10.0 |
| 1535 | 2026-06-02T23:39:58.780Z | Checking pretty_assertions v1.4.1 |
| 1536 | 2026-06-02T23:39:58.912Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 1537 | 2026-06-02T23:39:59.119Z | Checking tokio-tungstenite v0.21.0 |
| 1538 | 2026-06-02T23:40:00.152Z | Checking console v0.16.3 |
| 1539 | 2026-06-02T23:40:00.214Z | Checking git-stub v1.0.0 |
| 1540 | 2026-06-02T23:40:00.464Z | Checking unit-prefix v0.5.2 |
| 1541 | 2026-06-02T23:40:00.497Z | Checking base64 v0.21.7 |
| 1542 | 2026-06-02T23:40:00.582Z | Checking is_ci v1.2.0 |
| 1543 | 2026-06-02T23:40:00.703Z | Checking sdd v3.0.10 |
| 1544 | 2026-06-02T23:40:00.740Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1545 | 2026-06-02T23:40:00.759Z | Checking indicatif v0.18.4 |
| 1546 | 2026-06-02T23:40:00.808Z | Checking supports-color v3.0.2 |
| 1547 | 2026-06-02T23:40:00.913Z | Checking scc v2.4.0 |
| 1548 | 2026-06-02T23:40:01.666Z | Checking git-stub-vcs v0.1.0 |
| 1549 | 2026-06-02T23:40:01.887Z | Checking xz2 v0.1.7 |
| 1550 | 2026-06-02T23:40:02.062Z | Checking ron v0.12.1 |
| 1551 | 2026-06-02T23:40:02.101Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1552 | 2026-06-02T23:40:02.191Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1553 | 2026-06-02T23:40:02.421Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1554 | 2026-06-02T23:40:02.743Z | Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1555 | 2026-06-02T23:40:02.784Z | Checking drift v0.2.0 |
| 1556 | 2026-06-02T23:40:03.310Z | Compiling serial_test_derive v3.4.0 |
| 1557 | 2026-06-02T23:40:03.331Z | Checking base16ct v1.0.0 |
| 1558 | 2026-06-02T23:40:03.865Z | Checking dropshot-api-manager v0.7.2 |
| 1559 | 2026-06-02T23:40:04.040Z | Checking serial_test v3.4.0 |
| 1560 | 2026-06-02T23:40:04.716Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1561 | 2026-06-02T23:40:04.842Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1562 | 2026-06-02T23:40:04.905Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 1563 | 2026-06-02T23:40:05.259Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1564 | 2026-06-02T23:40:05.791Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1565 | 2026-06-02T23:40:06.765Z | Checking natord v1.0.9 |
| 1566 | 2026-06-02T23:40:06.935Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1567 | 2026-06-02T23:40:06.957Z | Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 1568 | 2026-06-02T23:40:07.399Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1569 | 2026-06-02T23:40:07.437Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1570 | 2026-06-02T23:40:07.612Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1571 | 2026-06-02T23:40:08.143Z | Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 1572 | 2026-06-02T23:40:08.315Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1573 | 2026-06-02T23:40:08.380Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1574 | 2026-06-02T23:40:08.438Z | Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1575 | 2026-06-02T23:40:16.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
| 1576 | 2026-06-02T23:40:16.623Z | + cargo xtask openapi check |
| 1577 | 2026-06-02T23:40:17.231Z | Compiling cfg-if v1.0.4 |
| 1578 | 2026-06-02T23:40:17.234Z | Compiling libc v0.2.186 |
| 1579 | 2026-06-02T23:40:17.234Z | Compiling serde_core v1.0.228 |
| 1580 | 2026-06-02T23:40:17.338Z | Compiling memchr v2.8.0 |
| 1581 | 2026-06-02T23:40:17.343Z | Compiling smallvec v1.15.1 |
| 1582 | 2026-06-02T23:40:17.351Z | Compiling itoa v1.0.18 |
| 1583 | 2026-06-02T23:40:17.360Z | Compiling stable_deref_trait v1.2.1 |
| 1584 | 2026-06-02T23:40:17.363Z | Compiling zerofrom v0.1.8 |
| 1585 | 2026-06-02T23:40:17.382Z | Compiling zmij v1.0.21 |
| 1586 | 2026-06-02T23:40:17.428Z | Compiling writeable v0.6.3 |
| 1587 | 2026-06-02T23:40:17.481Z | Compiling yoke v0.8.2 |
| 1588 | 2026-06-02T23:40:17.530Z | Compiling litemap v0.8.2 |
| 1589 | 2026-06-02T23:40:17.540Z | Compiling utf8_iter v1.0.4 |
| 1590 | 2026-06-02T23:40:17.627Z | Compiling percent-encoding v2.3.2 |
| 1591 | 2026-06-02T23:40:17.650Z | Compiling zerovec v0.11.6 |
| 1592 | 2026-06-02T23:40:17.662Z | Compiling zerotrie v0.2.4 |
| 1593 | 2026-06-02T23:40:17.680Z | Compiling icu_properties_data v2.2.0 |
| 1594 | 2026-06-02T23:40:17.713Z | Compiling icu_normalizer_data v2.2.0 |
| 1595 | 2026-06-02T23:40:17.790Z | Compiling libm v0.2.16 |
| 1596 | 2026-06-02T23:40:17.802Z | Compiling form_urlencoded v1.2.2 |
| 1597 | 2026-06-02T23:40:17.815Z | Compiling rand_core v0.10.1 |
| 1598 | 2026-06-02T23:40:17.832Z | Compiling errno v0.3.14 |
| 1599 | 2026-06-02T23:40:17.951Z | Compiling zeroize v1.8.2 |
| 1600 | 2026-06-02T23:40:17.964Z | Compiling pin-project-lite v0.2.17 |
| 1601 | 2026-06-02T23:40:17.975Z | Compiling getrandom v0.4.2 |
| 1602 | 2026-06-02T23:40:17.996Z | Compiling iana-time-zone v0.1.65 |
| 1603 | 2026-06-02T23:40:18.008Z | Compiling dyn-clone v1.0.20 |
| 1604 | 2026-06-02T23:40:18.054Z | Compiling scopeguard v1.2.0 |
| 1605 | 2026-06-02T23:40:18.142Z | Compiling tinystr v0.8.3 |
| 1606 | 2026-06-02T23:40:18.153Z | Compiling potential_utf v0.1.5 |
| 1607 | 2026-06-02T23:40:18.158Z | Compiling lock_api v0.4.14 |
| 1608 | 2026-06-02T23:40:18.174Z | Compiling parking_lot_core v0.9.12 |
| 1609 | 2026-06-02T23:40:18.184Z | Compiling socket2 v0.6.3 |
| 1610 | 2026-06-02T23:40:18.212Z | Compiling signal-hook-registry v1.4.8 |
| 1611 | 2026-06-02T23:40:18.310Z | Compiling icu_locale_core v2.2.0 |
| 1612 | 2026-06-02T23:40:18.343Z | Compiling icu_collections v2.2.0 |
| 1613 | 2026-06-02T23:40:18.391Z | Compiling parking_lot v0.12.5 |
| 1614 | 2026-06-02T23:40:18.462Z | Compiling mio v1.2.0 |
| 1615 | 2026-06-02T23:40:18.497Z | Compiling getrandom v0.2.17 |
| 1616 | 2026-06-02T23:40:18.617Z | Compiling num-traits v0.2.19 |
| 1617 | 2026-06-02T23:40:18.679Z | Compiling portable-atomic v1.13.1 |
| 1618 | 2026-06-02T23:40:18.758Z | Compiling futures-core v0.3.32 |
| 1619 | 2026-06-02T23:40:18.868Z | Compiling subtle v2.6.1 |
| 1620 | 2026-06-02T23:40:18.911Z | Compiling thiserror v2.0.18 |
| 1621 | 2026-06-02T23:40:18.948Z | Compiling critical-section v1.2.0 |
| 1622 | 2026-06-02T23:40:18.960Z | Compiling log v0.4.29 |
| 1623 | 2026-06-02T23:40:19.012Z | Compiling serde v1.0.228 |
| 1624 | 2026-06-02T23:40:19.033Z | Compiling serde_json v1.0.149 |
| 1625 | 2026-06-02T23:40:19.054Z | Compiling icu_provider v2.2.0 |
| 1626 | 2026-06-02T23:40:19.143Z | Compiling uuid v1.23.1 |
| 1627 | 2026-06-02T23:40:19.154Z | Compiling semver v1.0.28 |
| 1628 | 2026-06-02T23:40:19.185Z | Compiling bitflags v2.11.1 |
| 1629 | 2026-06-02T23:40:19.227Z | Compiling once_cell v1.21.4 |
| 1630 | 2026-06-02T23:40:19.374Z | Compiling icu_normalizer v2.2.0 |
| 1631 | 2026-06-02T23:40:19.389Z | Compiling icu_properties v2.2.0 |
| 1632 | 2026-06-02T23:40:19.418Z | Compiling equivalent v1.0.2 |
| 1633 | 2026-06-02T23:40:19.434Z | Compiling rand_core v0.6.4 |
| 1634 | 2026-06-02T23:40:19.481Z | Compiling bytes v1.11.1 |
| 1635 | 2026-06-02T23:40:19.502Z | Compiling chrono v0.4.44 |
| 1636 | 2026-06-02T23:40:19.527Z | Compiling zerocopy v0.8.48 |
| 1637 | 2026-06-02T23:40:19.552Z | Compiling futures-sink v0.3.32 |
| 1638 | 2026-06-02T23:40:19.660Z | Compiling slab v0.4.12 |
| 1639 | 2026-06-02T23:40:19.689Z | Compiling slog v2.8.2 |
| 1640 | 2026-06-02T23:40:19.706Z | Compiling futures-channel v0.3.32 |
| 1641 | 2026-06-02T23:40:19.840Z | Compiling typenum v1.20.0 |
| 1642 | 2026-06-02T23:40:19.934Z | Compiling futures-io v0.3.32 |
| 1643 | 2026-06-02T23:40:19.957Z | Compiling tokio v1.52.3 |
| 1644 | 2026-06-02T23:40:20.105Z | Compiling futures-task v0.3.32 |
| 1645 | 2026-06-02T23:40:20.137Z | Compiling hashbrown v0.17.1 |
| 1646 | 2026-06-02T23:40:20.151Z | Compiling tracing-core v0.1.36 |
| 1647 | 2026-06-02T23:40:20.283Z | Compiling futures-util v0.3.32 |
| 1648 | 2026-06-02T23:40:20.507Z | Compiling idna_adapter v1.2.2 |
| 1649 | 2026-06-02T23:40:20.583Z | Compiling generic-array v0.14.7 |
| 1650 | 2026-06-02T23:40:20.648Z | Compiling idna v1.1.0 |
| 1651 | 2026-06-02T23:40:20.695Z | Compiling indexmap v2.14.0 |
| 1652 | 2026-06-02T23:40:20.762Z | Compiling base64 v0.22.1 |
| 1653 | 2026-06-02T23:40:21.033Z | Compiling url v2.5.8 |
| 1654 | 2026-06-02T23:40:21.079Z | Compiling crypto-common v0.1.7 |
| 1655 | 2026-06-02T23:40:21.092Z | Compiling tracing v0.1.44 |
| 1656 | 2026-06-02T23:40:21.215Z | Compiling http v1.4.0 |
| 1657 | 2026-06-02T23:40:21.325Z | Compiling unicode-ident v1.0.24 |
| 1658 | 2026-06-02T23:40:21.337Z | Compiling rustls-pki-types v1.14.1 |
| 1659 | 2026-06-02T23:40:21.375Z | Compiling fnv v1.0.7 |
| 1660 | 2026-06-02T23:40:21.451Z | Compiling proc-macro2 v1.0.106 |
| 1661 | 2026-06-02T23:40:21.472Z | Compiling byteorder v1.5.0 |
| 1662 | 2026-06-02T23:40:21.696Z | Compiling schemars v0.8.22 |
| 1663 | 2026-06-02T23:40:21.798Z | Compiling quote v1.0.45 |
| 1664 | 2026-06-02T23:40:21.836Z | Compiling untrusted v0.9.0 |
| 1665 | 2026-06-02T23:40:21.964Z | Compiling ipnet v2.12.0 |
| 1666 | 2026-06-02T23:40:22.080Z | Compiling syn v2.0.117 |
| 1667 | 2026-06-02T23:40:22.142Z | Compiling block-buffer v0.10.4 |
| 1668 | 2026-06-02T23:40:22.168Z | Compiling erased-serde v0.3.31 |
| 1669 | 2026-06-02T23:40:22.297Z | Compiling digest v0.10.7 |
| 1670 | 2026-06-02T23:40:22.476Z | Compiling ipnetwork v0.21.1 |
| 1671 | 2026-06-02T23:40:22.519Z | Compiling ppv-lite86 v0.2.21 |
| 1672 | 2026-06-02T23:40:22.552Z | Compiling http-body v1.0.1 |
| 1673 | 2026-06-02T23:40:22.555Z | Compiling thiserror v1.0.69 |
| 1674 | 2026-06-02T23:40:22.669Z | Compiling atomic-waker v1.1.2 |
| 1675 | 2026-06-02T23:40:22.704Z | Compiling oxnet v0.1.5 |
| 1676 | 2026-06-02T23:40:22.793Z | Compiling httparse v1.10.1 |
| 1677 | 2026-06-02T23:40:22.834Z | Compiling try-lock v0.2.5 |
| 1678 | 2026-06-02T23:40:22.891Z | Compiling tower-service v0.3.3 |
| 1679 | 2026-06-02T23:40:22.943Z | Compiling ryu v1.0.23 |
| 1680 | 2026-06-02T23:40:22.987Z | Compiling pretty-hex v0.4.2 |
| 1681 | 2026-06-02T23:40:23.023Z | Compiling tower-layer v0.3.3 |
| 1682 | 2026-06-02T23:40:23.058Z | Compiling want v0.3.1 |
| 1683 | 2026-06-02T23:40:23.107Z | Compiling rustix v1.1.4 |
| 1684 | 2026-06-02T23:40:23.121Z | Compiling plain v0.2.3 |
| 1685 | 2026-06-02T23:40:23.133Z | Compiling httpdate v1.0.3 |
| 1686 | 2026-06-02T23:40:23.143Z | Compiling omicron-workspace-hack v0.1.0 |
| 1687 | 2026-06-02T23:40:23.180Z | Compiling getrandom v0.3.4 |
| 1688 | 2026-06-02T23:40:23.210Z | Compiling ucd-trie v0.1.7 |
| 1689 | 2026-06-02T23:40:23.223Z | Compiling aws-lc-sys v0.41.0 |
| 1690 | 2026-06-02T23:40:23.234Z | Compiling regex-syntax v0.8.10 |
| 1691 | 2026-06-02T23:40:23.358Z | Compiling pest v2.8.6 |
| 1692 | 2026-06-02T23:40:23.375Z | Compiling rand_core v0.9.5 |
| 1693 | 2026-06-02T23:40:23.502Z | Compiling untrusted v0.7.1 |
| 1694 | 2026-06-02T23:40:23.592Z | Compiling crossbeam-utils v0.8.21 |
| 1695 | 2026-06-02T23:40:23.626Z | Compiling tokio-util v0.7.18 |
| 1696 | 2026-06-02T23:40:23.813Z | Compiling aws-lc-rs v1.17.0 |
| 1697 | 2026-06-02T23:40:24.105Z | Compiling serde_urlencoded v0.7.1 |
| 1698 | 2026-06-02T23:40:24.255Z | Compiling h2 v0.4.14 |
| 1699 | 2026-06-02T23:40:24.334Z | Compiling http-body-util v0.1.3 |
| 1700 | 2026-06-02T23:40:24.353Z | Compiling newtype-uuid v1.3.2 |
| 1701 | 2026-06-02T23:40:24.623Z | Compiling rustls v0.23.40 |
| 1702 | 2026-06-02T23:40:24.632Z | Compiling cpufeatures v0.2.17 |
| 1703 | 2026-06-02T23:40:24.705Z | Compiling allocator-api2 v0.2.21 |
| 1704 | 2026-06-02T23:40:24.737Z | Compiling foldhash v0.2.0 |
| 1705 | 2026-06-02T23:40:24.860Z | Compiling hex v0.4.3 |
| 1706 | 2026-06-02T23:40:25.005Z | Compiling hashbrown v0.16.1 |
| 1707 | 2026-06-02T23:40:25.042Z | Compiling rustls-webpki v0.103.13 |
| 1708 | 2026-06-02T23:40:25.133Z | Compiling daft v0.1.7 |
| 1709 | 2026-06-02T23:40:25.230Z | Compiling rand_chacha v0.9.0 |
| 1710 | 2026-06-02T23:40:25.414Z | Compiling fastrand v2.4.1 |
| 1711 | 2026-06-02T23:40:25.619Z | Compiling rand v0.9.4 |
| 1712 | 2026-06-02T23:40:25.683Z | Compiling sync_wrapper v1.0.2 |
| 1713 | 2026-06-02T23:40:25.781Z | Compiling tower v0.5.3 |
| 1714 | 2026-06-02T23:40:25.794Z | Compiling anyhow v1.0.102 |
| 1715 | 2026-06-02T23:40:25.937Z | Compiling aho-corasick v1.1.4 |
| 1716 | 2026-06-02T23:40:25.989Z | Compiling powerfmt v0.2.0 |
| 1717 | 2026-06-02T23:40:26.154Z | Compiling deranged v0.5.8 |
| 1718 | 2026-06-02T23:40:26.177Z | Compiling tower-http v0.6.10 |
| 1719 | 2026-06-02T23:40:26.200Z | Compiling tempfile v3.27.0 |
| 1720 | 2026-06-02T23:40:26.223Z | Compiling futures-executor v0.3.32 |
| 1721 | 2026-06-02T23:40:26.257Z | Compiling camino v1.2.2 |
| 1722 | 2026-06-02T23:40:26.493Z | Compiling hyper v1.9.0 |
| 1723 | 2026-06-02T23:40:26.577Z | Compiling openapiv3 v2.2.0 |
| 1724 | 2026-06-02T23:40:26.590Z | Compiling openssl-probe v0.2.1 |
| 1725 | 2026-06-02T23:40:26.661Z | Compiling num_threads v0.1.7 |
| 1726 | 2026-06-02T23:40:26.761Z | Compiling regex-automata v0.4.14 |
| 1727 | 2026-06-02T23:40:26.775Z | Compiling num-conv v0.2.1 |
| 1728 | 2026-06-02T23:40:26.924Z | Compiling time-core v0.1.8 |
| 1729 | 2026-06-02T23:40:27.071Z | Compiling time v0.3.47 |
| 1730 | 2026-06-02T23:40:27.128Z | Compiling rustls-native-certs v0.8.3 |
| 1731 | 2026-06-02T23:40:27.248Z | Compiling futures v0.3.32 |
| 1732 | 2026-06-02T23:40:27.331Z | Compiling scroll v0.13.0 |
| 1733 | 2026-06-02T23:40:27.456Z | Compiling simd-adler32 v0.3.9 |
| 1734 | 2026-06-02T23:40:27.601Z | Compiling hyper-util v0.1.20 |
| 1735 | 2026-06-02T23:40:27.662Z | Compiling winnow v1.0.3 |
| 1736 | 2026-06-02T23:40:27.779Z | Compiling adler2 v2.0.1 |
| 1737 | 2026-06-02T23:40:27.918Z | Compiling miniz_oxide v0.8.9 |
| 1738 | 2026-06-02T23:40:28.112Z | Compiling goblin v0.10.5 |
| 1739 | 2026-06-02T23:40:28.163Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1740 | 2026-06-02T23:40:28.567Z | Compiling tokio-rustls v0.26.4 |
| 1741 | 2026-06-02T23:40:28.648Z | Compiling rustls-platform-verifier v0.7.0 |
| 1742 | 2026-06-02T23:40:28.731Z | Compiling crossbeam-channel v0.5.15 |
| 1743 | 2026-06-02T23:40:28.744Z | Compiling crc32fast v1.5.0 |
| 1744 | 2026-06-02T23:40:28.833Z | Compiling hyper-rustls v0.27.9 |
| 1745 | 2026-06-02T23:40:28.876Z | Compiling ring v0.17.14 |
| 1746 | 2026-06-02T23:40:28.934Z | Compiling flate2 v1.1.9 |
| 1747 | 2026-06-02T23:40:29.130Z | Compiling reqwest v0.13.3 |
| 1748 | 2026-06-02T23:40:29.208Z | Compiling regex v1.12.3 |
| 1749 | 2026-06-02T23:40:29.238Z | Compiling dtrace-parser v0.3.0 |
| 1750 | 2026-06-02T23:40:29.350Z | Compiling rand_chacha v0.3.1 |
| 1751 | 2026-06-02T23:40:29.706Z | Compiling thread-id v5.1.0 |
| 1752 | 2026-06-02T23:40:29.796Z | Compiling thread_local v1.1.9 |
| 1753 | 2026-06-02T23:40:29.808Z | Compiling compression-core v0.4.32 |
| 1754 | 2026-06-02T23:40:29.953Z | Compiling match_cfg v0.1.0 |
| 1755 | 2026-06-02T23:40:29.969Z | Compiling debug-ignore v1.0.5 |
| 1756 | 2026-06-02T23:40:30.026Z | Compiling rustls-webpki v0.102.8 |
| 1757 | 2026-06-02T23:40:30.057Z | Compiling hostname v0.3.1 |
| 1758 | 2026-06-02T23:40:30.071Z | Compiling compression-codecs v0.4.38 |
| 1759 | 2026-06-02T23:40:30.083Z | Compiling rand v0.8.6 |
| 1760 | 2026-06-02T23:40:30.199Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1761 | 2026-06-02T23:40:30.325Z | Compiling slog-json v2.6.1 |
| 1762 | 2026-06-02T23:40:30.540Z | Compiling rustls v0.22.4 |
| 1763 | 2026-06-02T23:40:30.738Z | Compiling ref-cast v1.0.25 |
| 1764 | 2026-06-02T23:40:30.819Z | Compiling strum v0.26.3 |
| 1765 | 2026-06-02T23:40:30.838Z | Compiling macaddr v1.0.1 |
| 1766 | 2026-06-02T23:40:30.849Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1767 | 2026-06-02T23:40:30.868Z | Compiling dof v0.4.0 |
| 1768 | 2026-06-02T23:40:30.951Z | Compiling serde_spanned v1.1.1 |
| 1769 | 2026-06-02T23:40:31.061Z | Compiling is-terminal v0.4.17 |
| 1770 | 2026-06-02T23:40:31.104Z | Compiling wait-timeout v0.2.1 |
| 1771 | 2026-06-02T23:40:31.115Z | Compiling memmap2 v0.9.10 |
| 1772 | 2026-06-02T23:40:31.154Z | Compiling encoding_rs v0.8.35 |
| 1773 | 2026-06-02T23:40:31.165Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1774 | 2026-06-02T23:40:31.333Z | Compiling take_mut v0.2.2 |
| 1775 | 2026-06-02T23:40:31.379Z | Compiling mime v0.3.17 |
| 1776 | 2026-06-02T23:40:31.393Z | Compiling term v1.2.1 |
| 1777 | 2026-06-02T23:40:31.441Z | Compiling quick-error v1.2.3 |
| 1778 | 2026-06-02T23:40:31.553Z | Compiling either v1.15.0 |
| 1779 | 2026-06-02T23:40:31.652Z | Compiling usdt-impl v0.6.0 |
| 1780 | 2026-06-02T23:40:31.762Z | Compiling bit-vec v0.8.0 |
| 1781 | 2026-06-02T23:40:32.003Z | Compiling spin v0.9.8 |
| 1782 | 2026-06-02T23:40:32.048Z | Compiling usdt v0.6.0 |
| 1783 | 2026-06-02T23:40:32.124Z | Compiling multer v3.1.0 |
| 1784 | 2026-06-02T23:40:32.153Z | Compiling bit-set v0.8.0 |
| 1785 | 2026-06-02T23:40:32.308Z | Compiling slog-term v2.9.2 |
| 1786 | 2026-06-02T23:40:32.322Z | Compiling rusty-fork v0.3.1 |
| 1787 | 2026-06-02T23:40:32.334Z | Compiling tokio-rustls v0.25.0 |
| 1788 | 2026-06-02T23:40:32.562Z | Compiling slog-async v2.8.0 |
| 1789 | 2026-06-02T23:40:32.614Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1790 | 2026-06-02T23:40:32.664Z | Compiling slog-bunyan v2.5.0 |
| 1791 | 2026-06-02T23:40:32.805Z | Compiling async-compression v0.4.42 |
| 1792 | 2026-06-02T23:40:32.818Z | Compiling serde_with v3.20.0 |
| 1793 | 2026-06-02T23:40:32.821Z | Compiling async-stream v0.3.6 |
| 1794 | 2026-06-02T23:40:32.866Z | Compiling sha1 v0.10.6 |
| 1795 | 2026-06-02T23:40:32.897Z | Compiling rand_xorshift v0.4.0 |
| 1796 | 2026-06-02T23:40:33.004Z | Compiling waitgroup v0.1.2 |
| 1797 | 2026-06-02T23:40:33.044Z | Compiling rustls-pemfile v2.2.0 |
| 1798 | 2026-06-02T23:40:33.059Z | Compiling serde_path_to_error v0.1.20 |
| 1799 | 2026-06-02T23:40:33.091Z | Compiling hostname v0.4.2 |
| 1800 | 2026-06-02T23:40:33.121Z | Compiling unarray v0.1.4 |
| 1801 | 2026-06-02T23:40:33.142Z | Compiling strum v0.27.2 |
| 1802 | 2026-06-02T23:40:33.229Z | Compiling proptest v1.11.0 |
| 1803 | 2026-06-02T23:40:33.231Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1804 | 2026-06-02T23:40:33.251Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1805 | 2026-06-02T23:40:33.270Z | Compiling progenitor-client v0.14.0 |
| 1806 | 2026-06-02T23:40:33.370Z | Compiling dropshot v0.17.0 |
| 1807 | 2026-06-02T23:40:33.407Z | Compiling rustc-hash v2.1.2 |
| 1808 | 2026-06-02T23:40:33.430Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1809 | 2026-06-02T23:40:33.534Z | Compiling iddqd v0.3.18 |
| 1810 | 2026-06-02T23:40:33.561Z | Compiling reqwest v0.12.28 |
| 1811 | 2026-06-02T23:40:33.681Z | Compiling backon v1.6.0 |
| 1812 | 2026-06-02T23:40:33.891Z | Compiling instant v0.1.13 |
| 1813 | 2026-06-02T23:40:33.998Z | Compiling backoff v0.4.0 |
| 1814 | 2026-06-02T23:40:34.010Z | Compiling progenitor-extras v0.2.0 |
| 1815 | 2026-06-02T23:40:34.170Z | Compiling itertools v0.14.0 |
| 1816 | 2026-06-02T23:40:34.220Z | Compiling parse-display v0.10.0 |
| 1817 | 2026-06-02T23:40:34.244Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 1818 | 2026-06-02T23:40:34.546Z | Compiling progenitor-client v0.10.0 |
| 1819 | 2026-06-02T23:40:34.559Z | Compiling regress v0.10.5 |
| 1820 | 2026-06-02T23:40:34.853Z | Compiling unicode-width v0.2.2 |
| 1821 | 2026-06-02T23:40:35.062Z | Compiling secrecy v0.10.3 |
| 1822 | 2026-06-02T23:40:35.148Z | Compiling tinyvec_macros v0.1.1 |
| 1823 | 2026-06-02T23:40:35.172Z | Compiling heck v0.5.0 |
| 1824 | 2026-06-02T23:40:35.221Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1825 | 2026-06-02T23:40:35.233Z | Compiling tinyvec v1.11.0 |
| 1826 | 2026-06-02T23:40:35.431Z | Compiling num-integer v0.1.46 |
| 1827 | 2026-06-02T23:40:35.458Z | Compiling scroll v0.12.0 |
| 1828 | 2026-06-02T23:40:35.586Z | Compiling crucible-workspace-hack v0.1.0 |
| 1829 | 2026-06-02T23:40:35.663Z | Compiling hmac v0.12.1 |
| 1830 | 2026-06-02T23:40:35.740Z | Compiling inout v0.1.4 |
| 1831 | 2026-06-02T23:40:35.759Z | Compiling ff v0.13.1 |
| 1832 | 2026-06-02T23:40:35.789Z | Compiling utf8parse v0.2.2 |
| 1833 | 2026-06-02T23:40:35.805Z | Compiling hkdf v0.12.4 |
| 1834 | 2026-06-02T23:40:35.888Z | Compiling anstyle-parse v1.0.0 |
| 1835 | 2026-06-02T23:40:35.888Z | Compiling group v0.13.0 |
| 1836 | 2026-06-02T23:40:35.909Z | Compiling cipher v0.4.4 |
| 1837 | 2026-06-02T23:40:35.953Z | Compiling goblin v0.8.2 |
| 1838 | 2026-06-02T23:40:36.009Z | Compiling num-rational v0.4.2 |
| 1839 | 2026-06-02T23:40:36.079Z | Compiling num-iter v0.1.45 |
| 1840 | 2026-06-02T23:40:36.201Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1841 | 2026-06-02T23:40:36.328Z | Compiling zerocopy v0.7.35 |
| 1842 | 2026-06-02T23:40:36.540Z | Compiling regress v0.11.1 |
| 1843 | 2026-06-02T23:40:36.552Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1844 | 2026-06-02T23:40:36.832Z | Compiling terminal_size v0.4.4 |
| 1845 | 2026-06-02T23:40:36.880Z | Compiling half v2.7.1 |
| 1846 | 2026-06-02T23:40:36.896Z | Compiling universal-hash v0.5.1 |
| 1847 | 2026-06-02T23:40:36.978Z | Compiling crypto-bigint v0.5.5 |
| 1848 | 2026-06-02T23:40:37.035Z | Compiling num-complex v0.4.6 |
| 1849 | 2026-06-02T23:40:37.190Z | Compiling anstyle-query v1.1.5 |
| 1850 | 2026-06-02T23:40:37.308Z | Compiling opaque-debug v0.3.1 |
| 1851 | 2026-06-02T23:40:37.381Z | Compiling base64ct v1.8.3 |
| 1852 | 2026-06-02T23:40:37.429Z | Compiling is_terminal_polyfill v1.70.2 |
| 1853 | 2026-06-02T23:40:37.528Z | Compiling ciborium-io v0.2.2 |
| 1854 | 2026-06-02T23:40:37.634Z | Compiling colorchoice v1.0.5 |
| 1855 | 2026-06-02T23:40:37.686Z | Compiling base16ct v0.2.0 |
| 1856 | 2026-06-02T23:40:37.755Z | Compiling anstyle v1.0.14 |
| 1857 | 2026-06-02T23:40:37.951Z | Compiling anstream v1.0.0 |
| 1858 | 2026-06-02T23:40:37.988Z | Compiling elliptic-curve v0.13.8 |
| 1859 | 2026-06-02T23:40:38.131Z | Compiling typify-impl v0.6.2 |
| 1860 | 2026-06-02T23:40:38.247Z | Compiling dof v0.3.0 |
| 1861 | 2026-06-02T23:40:38.266Z | Compiling ciborium-ll v0.2.2 |
| 1862 | 2026-06-02T23:40:38.278Z | Compiling password-hash v0.5.0 |
| 1863 | 2026-06-02T23:40:38.487Z | Compiling num v0.4.3 |
| 1864 | 2026-06-02T23:40:38.568Z | Compiling poly1305 v0.8.0 |
| 1865 | 2026-06-02T23:40:38.992Z | Compiling curve25519-dalek v4.1.3 |
| 1866 | 2026-06-02T23:40:39.042Z | Compiling thiserror-no-std v2.0.2 |
| 1867 | 2026-06-02T23:40:39.224Z | Compiling chacha20 v0.9.1 |
| 1868 | 2026-06-02T23:40:39.298Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1869 | 2026-06-02T23:40:39.401Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1870 | 2026-06-02T23:40:39.587Z | Compiling byte-wrapper v0.1.0 |
| 1871 | 2026-06-02T23:40:39.762Z | Compiling dtrace-parser v0.2.0 |
| 1872 | 2026-06-02T23:40:39.819Z | Compiling crossbeam-epoch v0.9.18 |
| 1873 | 2026-06-02T23:40:39.846Z | Compiling blake2 v0.10.6 |
| 1874 | 2026-06-02T23:40:39.976Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1875 | 2026-06-02T23:40:40.130Z | Compiling aead v0.5.2 |
| 1876 | 2026-06-02T23:40:40.200Z | Compiling thread-id v4.2.2 |
| 1877 | 2026-06-02T23:40:40.306Z | Compiling strsim v0.11.1 |
| 1878 | 2026-06-02T23:40:40.355Z | Compiling float-ord v0.3.2 |
| 1879 | 2026-06-02T23:40:40.355Z | Compiling clap_lex v1.1.0 |
| 1880 | 2026-06-02T23:40:40.355Z | Compiling keccak v0.1.6 |
| 1881 | 2026-06-02T23:40:40.469Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1882 | 2026-06-02T23:40:40.490Z | Compiling sha3 v0.10.9 |
| 1883 | 2026-06-02T23:40:40.540Z | Compiling clap_builder v4.6.0 |
| 1884 | 2026-06-02T23:40:40.552Z | Compiling usdt-impl v0.5.0 |
| 1885 | 2026-06-02T23:40:40.564Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1886 | 2026-06-02T23:40:40.776Z | Compiling chacha20poly1305 v0.10.1 |
| 1887 | 2026-06-02T23:40:40.909Z | Compiling argon2 v0.5.3 |
| 1888 | 2026-06-02T23:40:41.217Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1889 | 2026-06-02T23:40:41.421Z | Compiling typify v0.6.2 |
| 1890 | 2026-06-02T23:40:41.534Z | Compiling vsss-rs v3.3.4 |
| 1891 | 2026-06-02T23:40:41.826Z | Compiling ciborium v0.2.2 |
| 1892 | 2026-06-02T23:40:42.674Z | Compiling hash32 v0.3.1 |
| 1893 | 2026-06-02T23:40:42.674Z | Compiling memmap v0.7.0 |
| 1894 | 2026-06-02T23:40:42.674Z | Compiling indent_write v2.2.0 |
| 1895 | 2026-06-02T23:40:42.675Z | Compiling data-encoding v2.11.0 |
| 1896 | 2026-06-02T23:40:42.675Z | Compiling usdt v0.5.0 |
| 1897 | 2026-06-02T23:40:42.774Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1898 | 2026-06-02T23:40:42.798Z | Compiling heapless v0.8.0 |
| 1899 | 2026-06-02T23:40:42.843Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1900 | 2026-06-02T23:40:42.854Z | Compiling clap v4.6.1 |
| 1901 | 2026-06-02T23:40:42.936Z | Compiling ingot-types v0.1.2 |
| 1902 | 2026-06-02T23:40:42.948Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1903 | 2026-06-02T23:40:43.234Z | Compiling rustix v0.38.44 |
| 1904 | 2026-06-02T23:40:43.341Z | Compiling tabwriter v1.4.1 |
| 1905 | 2026-06-02T23:40:43.408Z | Compiling cobs v0.3.0 |
| 1906 | 2026-06-02T23:40:43.583Z | Compiling bitflags v1.3.2 |
| 1907 | 2026-06-02T23:40:43.611Z | Compiling managed v0.8.0 |
| 1908 | 2026-06-02T23:40:43.623Z | Compiling postcard v1.1.3 |
| 1909 | 2026-06-02T23:40:43.661Z | Compiling ingot v0.1.1 |
| 1910 | 2026-06-02T23:40:43.761Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1911 | 2026-06-02T23:40:43.826Z | Compiling smoltcp v0.11.0 |
| 1912 | 2026-06-02T23:40:43.954Z | Compiling toml_datetime v0.6.11 |
| 1913 | 2026-06-02T23:40:43.965Z | Compiling serde_spanned v0.6.9 |
| 1914 | 2026-06-02T23:40:44.080Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1915 | 2026-06-02T23:40:44.115Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1916 | 2026-06-02T23:40:44.229Z | Compiling cpufeatures v0.3.0 |
| 1917 | 2026-06-02T23:40:44.310Z | Compiling colored v3.1.1 |
| 1918 | 2026-06-02T23:40:44.408Z | Compiling linked-hash-map v0.5.6 |
| 1919 | 2026-06-02T23:40:44.595Z | Compiling unicode-segmentation v1.13.2 |
| 1920 | 2026-06-02T23:40:44.720Z | Compiling resolv-conf v0.7.6 |
| 1921 | 2026-06-02T23:40:44.800Z | Compiling foreign-types-shared v0.3.1 |
| 1922 | 2026-06-02T23:40:44.899Z | Compiling static_assertions v1.1.0 |
| 1923 | 2026-06-02T23:40:44.980Z | Compiling winnow v0.7.15 |
| 1924 | 2026-06-02T23:40:45.060Z | Compiling toml_write v0.1.2 |
| 1925 | 2026-06-02T23:40:45.092Z | Compiling swrite v0.1.0 |
| 1926 | 2026-06-02T23:40:45.191Z | Compiling newline-converter v0.3.0 |
| 1927 | 2026-06-02T23:40:45.268Z | Compiling foreign-types v0.5.0 |
| 1928 | 2026-06-02T23:40:45.313Z | Compiling lru-cache v0.1.2 |
| 1929 | 2026-06-02T23:40:45.351Z | Compiling chacha20 v0.10.0 |
| 1930 | 2026-06-02T23:40:45.444Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1931 | 2026-06-02T23:40:45.581Z | Compiling hubpack v0.1.2 |
| 1932 | 2026-06-02T23:40:45.626Z | Compiling atomicwrites v0.4.4 |
| 1933 | 2026-06-02T23:40:45.761Z | Compiling num_enum v0.7.6 |
| 1934 | 2026-06-02T23:40:45.816Z | Compiling memoffset v0.9.1 |
| 1935 | 2026-06-02T23:40:45.820Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1936 | 2026-06-02T23:40:45.884Z | Compiling hickory-proto v0.24.4 |
| 1937 | 2026-06-02T23:40:45.913Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1938 | 2026-06-02T23:40:45.936Z | Compiling crossbeam-deque v0.8.6 |
| 1939 | 2026-06-02T23:40:46.031Z | Compiling console v0.15.11 |
| 1940 | 2026-06-02T23:40:46.132Z | Compiling camino-tempfile v1.4.1 |
| 1941 | 2026-06-02T23:40:46.286Z | Compiling serde-big-array v0.5.1 |
| 1942 | 2026-06-02T23:40:46.367Z | Compiling toml_edit v0.22.27 |
| 1943 | 2026-06-02T23:40:46.432Z | Compiling cstr-argument v0.1.2 |
| 1944 | 2026-06-02T23:40:46.494Z | Compiling similar v2.7.0 |
| 1945 | 2026-06-02T23:40:46.584Z | Compiling siphasher v1.0.3 |
| 1946 | 2026-06-02T23:40:46.595Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1947 | 2026-06-02T23:40:46.670Z | Compiling pin-project v1.1.13 |
| 1948 | 2026-06-02T23:40:46.774Z | Compiling phf_shared v0.12.1 |
| 1949 | 2026-06-02T23:40:46.777Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1950 | 2026-06-02T23:40:46.848Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1951 | 2026-06-02T23:40:46.953Z | Compiling expectorate v1.2.0 |
| 1952 | 2026-06-02T23:40:47.107Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1953 | 2026-06-02T23:40:47.268Z | Compiling rayon-core v1.13.0 |
| 1954 | 2026-06-02T23:40:47.376Z | Compiling nix v0.31.3 |
| 1955 | 2026-06-02T23:40:47.961Z | Compiling toml v0.8.23 |
| 1956 | 2026-06-02T23:40:48.487Z | Compiling hickory-resolver v0.24.4 |
| 1957 | 2026-06-02T23:40:48.608Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1958 | 2026-06-02T23:40:48.818Z | Compiling num_enum v0.5.11 |
| 1959 | 2026-06-02T23:40:48.829Z | Compiling rand v0.10.1 |
| 1960 | 2026-06-02T23:40:48.961Z | Compiling progenitor-impl v0.13.0 |
| 1961 | 2026-06-02T23:40:49.138Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1962 | 2026-06-02T23:40:49.196Z | Compiling prettyplease v0.2.37 |
| 1963 | 2026-06-02T23:40:49.506Z | Compiling unicode-normalization v0.1.25 |
| 1964 | 2026-06-02T23:40:49.648Z | Compiling progenitor-client v0.13.0 |
| 1965 | 2026-06-02T23:40:49.760Z | Compiling tokio-stream v0.1.18 |
| 1966 | 2026-06-02T23:40:49.960Z | Compiling bstr v1.12.1 |
| 1967 | 2026-06-02T23:40:50.033Z | Compiling csv-core v0.1.13 |
| 1968 | 2026-06-02T23:40:50.237Z | Compiling foreign-types-shared v0.1.1 |
| 1969 | 2026-06-02T23:40:50.274Z | Compiling foldhash v0.1.5 |
| 1970 | 2026-06-02T23:40:50.333Z | Compiling konst_macro_rules v0.2.19 |
| 1971 | 2026-06-02T23:40:50.345Z | Compiling same-file v1.0.6 |
| 1972 | 2026-06-02T23:40:50.458Z | Compiling highway v1.3.0 |
| 1973 | 2026-06-02T23:40:50.461Z | Compiling unicode-width v0.1.14 |
| 1974 | 2026-06-02T23:40:50.491Z | Compiling konst v0.2.20 |
| 1975 | 2026-06-02T23:40:50.513Z | Compiling walkdir v2.5.0 |
| 1976 | 2026-06-02T23:40:50.524Z | Compiling hashbrown v0.15.5 |
| 1977 | 2026-06-02T23:40:50.739Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1978 | 2026-06-02T23:40:50.748Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1979 | 2026-06-02T23:40:50.865Z | Compiling globset v0.4.18 |
| 1980 | 2026-06-02T23:40:50.926Z | Compiling foreign-types v0.3.2 |
| 1981 | 2026-06-02T23:40:50.935Z | Compiling csv v1.4.0 |
| 1982 | 2026-06-02T23:40:50.939Z | Compiling progenitor v0.13.0 |
| 1983 | 2026-06-02T23:40:51.052Z | Compiling qorb v0.4.1 |
| 1984 | 2026-06-02T23:40:51.074Z | Compiling snafu v0.8.9 |
| 1985 | 2026-06-02T23:40:51.424Z | Compiling olpc-cjson v0.1.4 |
| 1986 | 2026-06-02T23:40:51.592Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 1987 | 2026-06-02T23:40:51.626Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1988 | 2026-06-02T23:40:52.160Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1989 | 2026-06-02T23:40:52.389Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1990 | 2026-06-02T23:40:52.475Z | Compiling rayon v1.12.0 |
| 1991 | 2026-06-02T23:40:52.847Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1992 | 2026-06-02T23:40:52.952Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1993 | 2026-06-02T23:40:53.099Z | Compiling phf v0.12.1 |
| 1994 | 2026-06-02T23:40:53.257Z | Compiling openssl-sys v0.9.116 |
| 1995 | 2026-06-02T23:40:53.664Z | Compiling tokio-dtrace v0.1.1 |
| 1996 | 2026-06-02T23:40:53.676Z | Compiling progenitor-impl v0.14.0 |
| 1997 | 2026-06-02T23:40:53.932Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1998 | 2026-06-02T23:40:54.231Z | Compiling itertools v0.12.1 |
| 1999 | 2026-06-02T23:40:54.246Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2000 | 2026-06-02T23:40:54.330Z | Compiling libsw-core v0.3.2 |
| 2001 | 2026-06-02T23:40:54.448Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2002 | 2026-06-02T23:40:54.492Z | Compiling pem v3.0.6 |
| 2003 | 2026-06-02T23:40:54.503Z | Compiling serde_plain v1.0.2 |
| 2004 | 2026-06-02T23:40:54.739Z | Compiling sigpipe v0.1.3 |
| 2005 | 2026-06-02T23:40:54.832Z | Compiling typed-path v0.9.3 |
| 2006 | 2026-06-02T23:40:54.860Z | Compiling bytecount v0.6.9 |
| 2007 | 2026-06-02T23:40:54.875Z | Compiling fixedbitset v0.5.7 |
| 2008 | 2026-06-02T23:40:54.886Z | Compiling jiff v0.2.24 |
| 2009 | 2026-06-02T23:40:54.947Z | Compiling minimal-lexical v0.2.1 |
| 2010 | 2026-06-02T23:40:55.000Z | Compiling glob v0.3.3 |
| 2011 | 2026-06-02T23:40:55.201Z | Compiling fixedbitset v0.4.2 |
| 2012 | 2026-06-02T23:40:55.213Z | Compiling nom v7.1.3 |
| 2013 | 2026-06-02T23:40:55.430Z | Compiling zone v0.3.1 |
| 2014 | 2026-06-02T23:40:55.447Z | Compiling petgraph v0.6.5 |
| 2015 | 2026-06-02T23:40:55.513Z | Compiling petgraph v0.8.3 |
| 2016 | 2026-06-02T23:40:55.783Z | Compiling tough v0.22.0 |
| 2017 | 2026-06-02T23:40:56.127Z | Compiling papergrid v0.11.0 |
| 2018 | 2026-06-02T23:40:56.174Z | Compiling progenitor v0.14.0 |
| 2019 | 2026-06-02T23:40:56.322Z | Compiling openssl v0.10.80 |
| 2020 | 2026-06-02T23:40:56.552Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2021 | 2026-06-02T23:40:56.849Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2022 | 2026-06-02T23:40:56.925Z | Compiling libsw v3.5.0 |
| 2023 | 2026-06-02T23:40:57.101Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2024 | 2026-06-02T23:40:57.275Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2025 | 2026-06-02T23:40:57.344Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2026 | 2026-06-02T23:40:57.514Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2027 | 2026-06-02T23:40:57.546Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2028 | 2026-06-02T23:40:57.717Z | Compiling oxide-tokio-rt v0.1.6 |
| 2029 | 2026-06-02T23:40:57.971Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2030 | 2026-06-02T23:40:58.024Z | Compiling chrono-tz v0.10.4 |
| 2031 | 2026-06-02T23:40:58.146Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2032 | 2026-06-02T23:40:58.184Z | Compiling newtype_derive v0.1.6 |
| 2033 | 2026-06-02T23:40:58.266Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2034 | 2026-06-02T23:40:58.409Z | Compiling slog-dtrace v0.3.0 |
| 2035 | 2026-06-02T23:40:58.568Z | Compiling const_format v0.2.36 |
| 2036 | 2026-06-02T23:40:58.711Z | Compiling owo-colors v4.3.0 |
| 2037 | 2026-06-02T23:40:58.910Z | Compiling cancel-safe-futures v0.1.5 |
| 2038 | 2026-06-02T23:40:59.059Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2039 | 2026-06-02T23:40:59.210Z | Compiling gethostname v0.5.0 |
| 2040 | 2026-06-02T23:40:59.320Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2041 | 2026-06-02T23:40:59.337Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2042 | 2026-06-02T23:40:59.405Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2043 | 2026-06-02T23:40:59.442Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2044 | 2026-06-02T23:40:59.442Z | Compiling bcs v0.1.6 |
| 2045 | 2026-06-02T23:40:59.457Z | Compiling smf v0.2.3 |
| 2046 | 2026-06-02T23:40:59.556Z | Compiling smawk v0.3.2 |
| 2047 | 2026-06-02T23:40:59.702Z | Compiling termtree v0.5.1 |
| 2048 | 2026-06-02T23:40:59.766Z | Compiling whoami v1.6.1 |
| 2049 | 2026-06-02T23:40:59.788Z | Compiling linear-map v1.2.0 |
| 2050 | 2026-06-02T23:40:59.854Z | Compiling unicode-linebreak v0.1.5 |
| 2051 | 2026-06-02T23:40:59.976Z | Compiling tagptr v0.2.0 |
| 2052 | 2026-06-02T23:40:59.989Z | Compiling lazy_static v1.5.0 |
| 2053 | 2026-06-02T23:41:00.072Z | Compiling steno v0.4.1 |
| 2054 | 2026-06-02T23:41:00.083Z | Compiling textwrap v0.16.2 |
| 2055 | 2026-06-02T23:41:00.094Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2056 | 2026-06-02T23:41:00.105Z | Compiling moka v0.12.15 |
| 2057 | 2026-06-02T23:41:00.129Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2058 | 2026-06-02T23:41:00.603Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2059 | 2026-06-02T23:41:00.643Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2060 | 2026-06-02T23:41:00.900Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2061 | 2026-06-02T23:41:01.322Z | Compiling tabled v0.15.0 |
| 2062 | 2026-06-02T23:41:01.701Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2063 | 2026-06-02T23:41:01.899Z | Compiling cookie v0.18.1 |
| 2064 | 2026-06-02T23:41:02.501Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2065 | 2026-06-02T23:41:02.655Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2066 | 2026-06-02T23:41:02.960Z | Compiling hickory-proto v0.25.2 |
| 2067 | 2026-06-02T23:41:03.375Z | Compiling humantime v2.3.0 |
| 2068 | 2026-06-02T23:41:03.521Z | Compiling libscf-sys v1.2.0 |
| 2069 | 2026-06-02T23:41:03.650Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2070 | 2026-06-02T23:41:03.661Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2071 | 2026-06-02T23:41:03.672Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2072 | 2026-06-02T23:41:04.107Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2073 | 2026-06-02T23:41:04.724Z | Compiling hickory-resolver v0.25.2 |
| 2074 | 2026-06-02T23:41:05.530Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2075 | 2026-06-02T23:41:09.811Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2076 | 2026-06-02T23:41:17.353Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2077 | 2026-06-02T23:41:18.964Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2078 | 2026-06-02T23:41:19.975Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2079 | 2026-06-02T23:41:21.384Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2080 | 2026-06-02T23:41:37.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 2081 | 2026-06-02T23:41:37.962Z | Running `target/debug/xtask openapi check` |
| 2082 | 2026-06-02T23:41:38.417Z | Compiling serde_core v1.0.228 |
| 2083 | 2026-06-02T23:41:38.420Z | Compiling serde v1.0.228 |
| 2084 | 2026-06-02T23:41:38.420Z | Compiling serde_json v1.0.149 |
| 2085 | 2026-06-02T23:41:38.487Z | Compiling syn v2.0.117 |
| 2086 | 2026-06-02T23:41:38.490Z | Compiling bytes v1.11.1 |
| 2087 | 2026-06-02T23:41:38.497Z | Compiling zerocopy v0.8.48 |
| 2088 | 2026-06-02T23:41:38.500Z | Compiling getrandom v0.4.2 |
| 2089 | 2026-06-02T23:41:38.654Z | Compiling num-traits v0.2.19 |
| 2090 | 2026-06-02T23:41:38.842Z | Compiling once_cell v1.21.4 |
| 2091 | 2026-06-02T23:41:38.856Z | Compiling cc v1.2.62 |
| 2092 | 2026-06-02T23:41:38.925Z | Compiling generic-array v0.14.7 |
| 2093 | 2026-06-02T23:41:38.965Z | Compiling http v1.4.0 |
| 2094 | 2026-06-02T23:41:39.099Z | Compiling schemars v0.8.22 |
| 2095 | 2026-06-02T23:41:39.358Z | Compiling zeroize v1.8.2 |
| 2096 | 2026-06-02T23:41:39.515Z | Compiling usdt-impl v0.6.0 |
| 2097 | 2026-06-02T23:41:39.538Z | Compiling time-macros v0.2.27 |
| 2098 | 2026-06-02T23:41:39.612Z | Compiling rustls-pki-types v1.14.1 |
| 2099 | 2026-06-02T23:41:39.892Z | Compiling tracing-core v0.1.36 |
| 2100 | 2026-06-02T23:41:40.039Z | Compiling getrandom v0.2.17 |
| 2101 | 2026-06-02T23:41:40.076Z | Compiling ring v0.17.14 |
| 2102 | 2026-06-02T23:41:40.102Z | Compiling bitflags v2.11.1 |
| 2103 | 2026-06-02T23:41:40.209Z | Compiling http-body v1.0.1 |
| 2104 | 2026-06-02T23:41:40.341Z | Compiling tracing v0.1.44 |
| 2105 | 2026-06-02T23:41:40.364Z | Compiling block-buffer v0.10.4 |
| 2106 | 2026-06-02T23:41:40.496Z | Compiling crypto-common v0.1.7 |
| 2107 | 2026-06-02T23:41:40.506Z | Compiling indexmap v2.14.0 |
| 2108 | 2026-06-02T23:41:40.709Z | Compiling uuid v1.23.1 |
| 2109 | 2026-06-02T23:41:40.741Z | Compiling time v0.3.47 |
| 2110 | 2026-06-02T23:41:41.122Z | Compiling pest_generator v2.8.6 |
| 2111 | 2026-06-02T23:41:41.130Z | Compiling serde_derive_internals v0.29.1 |
| 2112 | 2026-06-02T23:41:41.279Z | Compiling camino v1.2.2 |
| 2113 | 2026-06-02T23:41:41.595Z | Compiling digest v0.10.7 |
| 2114 | 2026-06-02T23:41:41.677Z | Compiling rustix v1.1.4 |
| 2115 | 2026-06-02T23:41:41.694Z | Compiling subtle v2.6.1 |
| 2116 | 2026-06-02T23:41:41.755Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2117 | 2026-06-02T23:41:41.792Z | Compiling winnow v1.0.3 |
| 2118 | 2026-06-02T23:41:41.834Z | Compiling serde_spanned v1.1.1 |
| 2119 | 2026-06-02T23:41:41.872Z | Compiling semver v1.0.28 |
| 2120 | 2026-06-02T23:41:41.981Z | Compiling rustls v0.22.4 |
| 2121 | 2026-06-02T23:41:41.984Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 2122 | 2026-06-02T23:41:42.154Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2123 | 2026-06-02T23:41:42.164Z | Compiling rustix v0.38.44 |
| 2124 | 2026-06-02T23:41:42.208Z | Compiling sha1 v0.10.6 |
| 2125 | 2026-06-02T23:41:42.286Z | Compiling serde_path_to_error v0.1.20 |
| 2126 | 2026-06-02T23:41:42.359Z | Compiling serde_derive v1.0.228 |
| 2127 | 2026-06-02T23:41:42.435Z | Compiling thiserror-impl v2.0.18 |
| 2128 | 2026-06-02T23:41:42.530Z | Compiling zerocopy-derive v0.8.48 |
| 2129 | 2026-06-02T23:41:42.638Z | Compiling pest_derive v2.8.6 |
| 2130 | 2026-06-02T23:41:42.820Z | Compiling tokio-macros v2.7.0 |
| 2131 | 2026-06-02T23:41:42.827Z | Compiling scroll_derive v0.13.1 |
| 2132 | 2026-06-02T23:41:42.902Z | Compiling futures-macro v0.3.32 |
| 2133 | 2026-06-02T23:41:43.172Z | Compiling schemars_derive v0.8.22 |
| 2134 | 2026-06-02T23:41:43.560Z | Compiling tokio v1.52.3 |
| 2135 | 2026-06-02T23:41:43.666Z | Compiling thiserror v2.0.18 |
| 2136 | 2026-06-02T23:41:43.733Z | Compiling futures-util v0.3.32 |
| 2137 | 2026-06-02T23:41:43.772Z | Compiling dtrace-parser v0.3.0 |
| 2138 | 2026-06-02T23:41:43.772Z | Compiling scroll v0.13.0 |
| 2139 | 2026-06-02T23:41:44.042Z | Compiling goblin v0.10.5 |
| 2140 | 2026-06-02T23:41:44.388Z | Compiling rustls-webpki v0.102.8 |
| 2141 | 2026-06-02T23:41:44.694Z | Compiling async-stream-impl v0.3.6 |
| 2142 | 2026-06-02T23:41:45.577Z | Compiling erased-serde v0.3.31 |
| 2143 | 2026-06-02T23:41:45.749Z | Compiling chrono v0.4.44 |
| 2144 | 2026-06-02T23:41:46.080Z | Compiling slog v2.8.2 |
| 2145 | 2026-06-02T23:41:46.084Z | Compiling serde_tokenstream v0.2.3 |
| 2146 | 2026-06-02T23:41:46.360Z | Compiling slog-json v2.6.1 |
| 2147 | 2026-06-02T23:41:46.462Z | Compiling futures-executor v0.3.32 |
| 2148 | 2026-06-02T23:41:46.565Z | Compiling openapiv3 v2.2.0 |
| 2149 | 2026-06-02T23:41:46.736Z | Compiling dof v0.4.0 |
| 2150 | 2026-06-02T23:41:47.233Z | Compiling tokio-util v0.7.18 |
| 2151 | 2026-06-02T23:41:47.845Z | Compiling h2 v0.4.14 |
| 2152 | 2026-06-02T23:41:47.951Z | Compiling usdt-macro v0.6.0 |
| 2153 | 2026-06-02T23:41:48.215Z | Compiling usdt-attr-macro v0.6.0 |
| 2154 | 2026-06-02T23:41:48.664Z | Compiling oxnet v0.1.5 |
| 2155 | 2026-06-02T23:41:48.674Z | Compiling async-compression v0.4.42 |
| 2156 | 2026-06-02T23:41:48.733Z | Compiling tokio-rustls v0.25.0 |
| 2157 | 2026-06-02T23:41:48.804Z | Compiling slog-term v2.9.2 |
| 2158 | 2026-06-02T23:41:48.912Z | Compiling futures v0.3.32 |
| 2159 | 2026-06-02T23:41:48.951Z | Compiling slog-bunyan v2.5.0 |
| 2160 | 2026-06-02T23:41:48.960Z | Compiling usdt v0.6.0 |
| 2161 | 2026-06-02T23:41:48.985Z | Compiling dropshot_endpoint v0.17.0 |
| 2162 | 2026-06-02T23:41:48.993Z | Compiling slog-async v2.8.0 |
| 2163 | 2026-06-02T23:41:49.089Z | Compiling multer v3.1.0 |
| 2164 | 2026-06-02T23:41:49.109Z | Compiling serde_urlencoded v0.7.1 |
| 2165 | 2026-06-02T23:41:49.231Z | Compiling async-stream v0.3.6 |
| 2166 | 2026-06-02T23:41:49.374Z | Compiling proc-macro-crate v3.5.0 |
| 2167 | 2026-06-02T23:41:49.414Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2168 | 2026-06-02T23:41:49.438Z | Compiling async-trait v0.1.89 |
| 2169 | 2026-06-02T23:41:49.485Z | Compiling http-body-util v0.1.3 |
| 2170 | 2026-06-02T23:41:49.519Z | Compiling rustls-pemfile v2.2.0 |
| 2171 | 2026-06-02T23:41:49.579Z | Compiling crossbeam-epoch v0.9.18 |
| 2172 | 2026-06-02T23:41:49.754Z | Compiling aho-corasick v1.1.4 |
| 2173 | 2026-06-02T23:41:49.789Z | Compiling tempfile v3.27.0 |
| 2174 | 2026-06-02T23:41:49.882Z | Compiling num_enum_derive v0.7.6 |
| 2175 | 2026-06-02T23:41:49.923Z | Compiling crossbeam-deque v0.8.6 |
| 2176 | 2026-06-02T23:41:50.125Z | Compiling hyper v1.9.0 |
| 2177 | 2026-06-02T23:41:50.470Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2178 | 2026-06-02T23:41:50.634Z | Compiling regex-automata v0.4.14 |
| 2179 | 2026-06-02T23:41:50.834Z | Compiling clap_builder v4.6.0 |
| 2180 | 2026-06-02T23:41:50.873Z | Compiling git-stub v1.0.0 |
| 2181 | 2026-06-02T23:41:50.902Z | Compiling atomicwrites v0.4.4 |
| 2182 | 2026-06-02T23:41:50.916Z | Compiling num_enum v0.7.6 |
| 2183 | 2026-06-02T23:41:51.025Z | Compiling fs-err v3.3.0 |
| 2184 | 2026-06-02T23:41:51.036Z | Compiling rayon-core v1.13.0 |
| 2185 | 2026-06-02T23:41:51.094Z | Compiling terminal_size v0.4.4 |
| 2186 | 2026-06-02T23:41:51.141Z | Compiling serde_repr v0.1.20 |
| 2187 | 2026-06-02T23:41:51.234Z | Compiling hyper-util v0.1.20 |
| 2188 | 2026-06-02T23:41:51.323Z | Compiling clap_derive v4.6.1 |
| 2189 | 2026-06-02T23:41:51.653Z | Compiling bstr v1.12.1 |
| 2190 | 2026-06-02T23:41:51.730Z | Compiling nom v8.0.0 |
| 2191 | 2026-06-02T23:41:51.738Z | Compiling either v1.15.0 |
| 2192 | 2026-06-02T23:41:51.789Z | Compiling is_ci v1.2.0 |
| 2193 | 2026-06-02T23:41:51.912Z | Compiling similar v2.7.0 |
| 2194 | 2026-06-02T23:41:51.929Z | Compiling rayon v1.12.0 |
| 2195 | 2026-06-02T23:41:52.019Z | Compiling supports-color v3.0.2 |
| 2196 | 2026-06-02T23:41:52.190Z | Compiling textwrap v0.16.2 |
| 2197 | 2026-06-02T23:41:52.688Z | Compiling dropshot v0.17.0 |
| 2198 | 2026-06-02T23:41:52.811Z | Compiling regex v1.12.3 |
| 2199 | 2026-06-02T23:41:52.871Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2200 | 2026-06-02T23:41:52.985Z | Compiling clap v4.6.1 |
| 2201 | 2026-06-02T23:41:53.070Z | Compiling git-stub-vcs v0.1.0 |
| 2202 | 2026-06-02T23:41:53.270Z | Compiling drift v0.2.0 |
| 2203 | 2026-06-02T23:41:53.417Z | Compiling sha2 v0.10.9 |
| 2204 | 2026-06-02T23:41:53.793Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2205 | 2026-06-02T23:41:55.298Z | Compiling dropshot-api-manager v0.7.2 |
| 2206 | 2026-06-02T23:41:55.298Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2207 | 2026-06-02T23:41:58.023Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2208 | 2026-06-02T23:41:59.026Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2209 | 2026-06-02T23:42:05.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.23s |
| 2210 | 2026-06-02T23:42:05.325Z | Running `target/debug/maghemite-dropshot-apis check` |
| 2211 | 2026-06-02T23:42:05.350Z | ------- |
| 2212 | 2026-06-02T23:42:05.350Z | Generating OpenAPI documents from API definitions ... |
| 2213 | 2026-06-02T23:42:05.403Z | Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ... |
| 2214 | 2026-06-02T23:42:05.432Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2215 | 2026-06-02T23:42:05.549Z | ------- |
| 2216 | 2026-06-02T23:42:05.550Z | Checking 11 OpenAPI documents... |
| 2217 | 2026-06-02T23:42:05.550Z | Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin |
| 2218 | 2026-06-02T23:42:05.550Z | Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin |
| 2219 | 2026-06-02T23:42:05.550Z | Fresh ddm-admin "latest" symlink |
| 2220 | 2026-06-02T23:42:05.550Z | Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin |
| 2221 | 2026-06-02T23:42:05.553Z | Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin |
| 2222 | 2026-06-02T23:42:05.553Z | Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin |
| 2223 | 2026-06-02T23:42:05.553Z | Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin |
| 2224 | 2026-06-02T23:42:05.553Z | Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin |
| 2225 | 2026-06-02T23:42:05.553Z | Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin |
| 2226 | 2026-06-02T23:42:05.553Z | Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin |
| 2227 | 2026-06-02T23:42:05.553Z | Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin |
| 2228 | 2026-06-02T23:42:05.553Z | Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin |
| 2229 | 2026-06-02T23:42:05.553Z | Fresh mg-admin "latest" symlink |
| 2230 | 2026-06-02T23:42:05.553Z | ------- |
| 2231 | 2026-06-02T23:42:05.553Z | Success 11 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2232 | 2026-06-02T23:42:05.589Z | + banner build |
| 2233 | 2026-06-02T23:42:05.592Z | |
| 2234 | 2026-06-02T23:42:05.592Z | ##### # # # # ##### |
| 2235 | 2026-06-02T23:42:05.592Z | # # # # # # # # |
| 2236 | 2026-06-02T23:42:05.592Z | ##### # # # # # # |
| 2237 | 2026-06-02T23:42:05.593Z | # # # # # # # # |
| 2238 | 2026-06-02T23:42:05.593Z | # # # # # # # # |
| 2239 | 2026-06-02T23:42:05.593Z | ##### #### # ###### ##### |
| 2240 | 2026-06-02T23:42:05.593Z | |
| 2241 | 2026-06-02T23:42:05.593Z | + ptime -m cargo build |
| 2242 | 2026-06-02T23:42:06.186Z | Compiling smallvec v1.15.1 |
| 2243 | 2026-06-02T23:42:06.300Z | Compiling log v0.4.29 |
| 2244 | 2026-06-02T23:42:06.319Z | Compiling slog v2.8.2 |
| 2245 | 2026-06-02T23:42:06.339Z | Compiling rustls-webpki v0.103.13 |
| 2246 | 2026-06-02T23:42:06.357Z | Compiling webpki-roots v1.0.7 |
| 2247 | 2026-06-02T23:42:06.403Z | Compiling similar v2.7.0 |
| 2248 | 2026-06-02T23:42:06.437Z | Compiling fxhash v0.2.1 |
| 2249 | 2026-06-02T23:42:06.441Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2250 | 2026-06-02T23:42:06.472Z | Compiling icu_normalizer v2.2.0 |
| 2251 | 2026-06-02T23:42:06.504Z | Compiling parking_lot_core v0.9.12 |
| 2252 | 2026-06-02T23:42:06.504Z | Compiling goblin v0.10.5 |
| 2253 | 2026-06-02T23:42:06.568Z | Compiling rustls v0.22.4 |
| 2254 | 2026-06-02T23:42:06.671Z | Compiling slog-async v2.8.0 |
| 2255 | 2026-06-02T23:42:06.705Z | Compiling slog-term v2.9.2 |
| 2256 | 2026-06-02T23:42:06.832Z | Compiling idna_adapter v1.2.2 |
| 2257 | 2026-06-02T23:42:07.002Z | Compiling idna v1.1.0 |
| 2258 | 2026-06-02T23:42:07.049Z | Compiling parking_lot v0.12.5 |
| 2259 | 2026-06-02T23:42:07.167Z | Compiling rustls v0.23.40 |
| 2260 | 2026-06-02T23:42:07.272Z | Compiling tokio v1.52.3 |
| 2261 | 2026-06-02T23:42:07.273Z | Compiling slog-json v2.6.1 |
| 2262 | 2026-06-02T23:42:07.306Z | Compiling url v2.5.8 |
| 2263 | 2026-06-02T23:42:07.441Z | Compiling slog-bunyan v2.5.0 |
| 2264 | 2026-06-02T23:42:07.492Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2265 | 2026-06-02T23:42:07.584Z | Compiling goblin v0.8.2 |
| 2266 | 2026-06-02T23:42:07.629Z | Compiling expectorate v1.2.0 |
| 2267 | 2026-06-02T23:42:07.736Z | Compiling globset v0.4.18 |
| 2268 | 2026-06-02T23:42:07.782Z | Compiling moka v0.12.15 |
| 2269 | 2026-06-02T23:42:08.144Z | Compiling schemars v0.8.22 |
| 2270 | 2026-06-02T23:42:08.513Z | Compiling parking_lot_core v0.8.6 |
| 2271 | 2026-06-02T23:42:08.563Z | Compiling arc-swap v1.9.1 |
| 2272 | 2026-06-02T23:42:08.829Z | Compiling parking_lot v0.11.2 |
| 2273 | 2026-06-02T23:42:08.863Z | Compiling slog-scope v4.4.1 |
| 2274 | 2026-06-02T23:42:09.128Z | Compiling ipnetwork v0.21.1 |
| 2275 | 2026-06-02T23:42:09.224Z | Compiling newtype-uuid v1.3.2 |
| 2276 | 2026-06-02T23:42:09.476Z | Compiling oxnet v0.1.5 |
| 2277 | 2026-06-02T23:42:09.564Z | Compiling dof v0.4.0 |
| 2278 | 2026-06-02T23:42:09.577Z | Compiling serde_with v3.20.0 |
| 2279 | 2026-06-02T23:42:10.004Z | Compiling daft v0.1.7 |
| 2280 | 2026-06-02T23:42:10.233Z | Compiling rustls-platform-verifier v0.7.0 |
| 2281 | 2026-06-02T23:42:10.290Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2282 | 2026-06-02T23:42:10.477Z | Compiling usdt-impl v0.6.0 |
| 2283 | 2026-06-02T23:42:10.805Z | Compiling usdt v0.6.0 |
| 2284 | 2026-06-02T23:42:10.935Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2285 | 2026-06-02T23:42:11.110Z | Compiling tokio-util v0.7.18 |
| 2286 | 2026-06-02T23:42:11.161Z | Compiling tower v0.5.3 |
| 2287 | 2026-06-02T23:42:11.195Z | Compiling tokio-rustls v0.26.4 |
| 2288 | 2026-06-02T23:42:11.388Z | Compiling tokio-rustls v0.25.0 |
| 2289 | 2026-06-02T23:42:11.462Z | Compiling async-compression v0.4.42 |
| 2290 | 2026-06-02T23:42:11.475Z | Compiling iddqd v0.3.18 |
| 2291 | 2026-06-02T23:42:11.520Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2292 | 2026-06-02T23:42:11.623Z | Compiling tower-http v0.6.10 |
| 2293 | 2026-06-02T23:42:11.655Z | Compiling h2 v0.4.14 |
| 2294 | 2026-06-02T23:42:11.778Z | Compiling backoff v0.4.0 |
| 2295 | 2026-06-02T23:42:11.790Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2296 | 2026-06-02T23:42:11.845Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2297 | 2026-06-02T23:42:11.999Z | Compiling typify-impl v0.6.2 |
| 2298 | 2026-06-02T23:42:12.046Z | Compiling dof v0.3.0 |
| 2299 | 2026-06-02T23:42:12.186Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2300 | 2026-06-02T23:42:12.610Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2301 | 2026-06-02T23:42:12.641Z | Compiling byte-wrapper v0.1.0 |
| 2302 | 2026-06-02T23:42:12.678Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2303 | 2026-06-02T23:42:12.853Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2304 | 2026-06-02T23:42:12.934Z | Compiling usdt-impl v0.5.0 |
| 2305 | 2026-06-02T23:42:13.002Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2306 | 2026-06-02T23:42:13.049Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2307 | 2026-06-02T23:42:13.086Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2308 | 2026-06-02T23:42:13.337Z | Compiling usdt v0.5.0 |
| 2309 | 2026-06-02T23:42:13.350Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 2310 | 2026-06-02T23:42:13.604Z | Compiling hickory-proto v0.24.4 |
| 2311 | 2026-06-02T23:42:13.622Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2312 | 2026-06-02T23:42:14.061Z | Compiling hyper v1.9.0 |
| 2313 | 2026-06-02T23:42:14.609Z | Compiling typify v0.6.2 |
| 2314 | 2026-06-02T23:42:14.739Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2315 | 2026-06-02T23:42:14.752Z | Compiling progenitor-impl v0.14.0 |
| 2316 | 2026-06-02T23:42:14.795Z | Compiling progenitor-impl v0.13.0 |
| 2317 | 2026-06-02T23:42:14.848Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2318 | 2026-06-02T23:42:15.125Z | Compiling tokio-stream v0.1.18 |
| 2319 | 2026-06-02T23:42:15.353Z | Compiling hyper-util v0.1.20 |
| 2320 | 2026-06-02T23:42:15.615Z | Compiling hickory-resolver v0.24.4 |
| 2321 | 2026-06-02T23:42:15.751Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2322 | 2026-06-02T23:42:16.552Z | Compiling hyper-rustls v0.27.9 |
| 2323 | 2026-06-02T23:42:16.784Z | Compiling reqwest v0.13.3 |
| 2324 | 2026-06-02T23:42:16.900Z | Compiling dropshot v0.17.0 |
| 2325 | 2026-06-02T23:42:17.035Z | Compiling reqwest v0.12.28 |
| 2326 | 2026-06-02T23:42:17.156Z | Compiling qorb v0.4.1 |
| 2327 | 2026-06-02T23:42:17.524Z | Compiling tokio-dtrace v0.1.1 |
| 2328 | 2026-06-02T23:42:17.810Z | Compiling zone v0.3.1 |
| 2329 | 2026-06-02T23:42:17.945Z | Compiling libsw-core v0.3.2 |
| 2330 | 2026-06-02T23:42:17.958Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2331 | 2026-06-02T23:42:17.968Z | Compiling oxide-tokio-rt v0.1.6 |
| 2332 | 2026-06-02T23:42:18.120Z | Compiling progenitor-client v0.14.0 |
| 2333 | 2026-06-02T23:42:18.276Z | Compiling progenitor-client v0.10.0 |
| 2334 | 2026-06-02T23:42:18.314Z | Compiling progenitor-client v0.13.0 |
| 2335 | 2026-06-02T23:42:18.437Z | Compiling progenitor-extras v0.2.0 |
| 2336 | 2026-06-02T23:42:18.578Z | Compiling progenitor v0.13.0 |
| 2337 | 2026-06-02T23:42:18.592Z | Compiling progenitor v0.14.0 |
| 2338 | 2026-06-02T23:42:18.623Z | Compiling libsw v3.5.0 |
| 2339 | 2026-06-02T23:42:18.690Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2340 | 2026-06-02T23:42:18.725Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2341 | 2026-06-02T23:42:18.739Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2342 | 2026-06-02T23:42:18.807Z | Compiling slog-dtrace v0.3.0 |
| 2343 | 2026-06-02T23:42:18.868Z | Compiling tough v0.22.0 |
| 2344 | 2026-06-02T23:42:19.130Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2345 | 2026-06-02T23:42:19.241Z | Compiling cancel-safe-futures v0.1.5 |
| 2346 | 2026-06-02T23:42:19.558Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2347 | 2026-06-02T23:42:19.798Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2348 | 2026-06-02T23:42:20.400Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2349 | 2026-06-02T23:42:20.508Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2350 | 2026-06-02T23:42:20.578Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2351 | 2026-06-02T23:42:20.781Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2352 | 2026-06-02T23:42:20.988Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2353 | 2026-06-02T23:42:21.077Z | Compiling hickory-proto v0.25.2 |
| 2354 | 2026-06-02T23:42:21.241Z | Compiling steno v0.4.1 |
| 2355 | 2026-06-02T23:42:22.427Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2356 | 2026-06-02T23:42:22.599Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2357 | 2026-06-02T23:42:22.624Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2358 | 2026-06-02T23:42:22.736Z | Compiling typify-impl v0.4.3 |
| 2359 | 2026-06-02T23:42:22.927Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2360 | 2026-06-02T23:42:23.016Z | Compiling hickory-resolver v0.25.2 |
| 2361 | 2026-06-02T23:42:23.516Z | Compiling sled v0.34.7 |
| 2362 | 2026-06-02T23:42:24.139Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2363 | 2026-06-02T23:42:24.378Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2364 | 2026-06-02T23:42:25.085Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2365 | 2026-06-02T23:42:25.204Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2366 | 2026-06-02T23:42:25.442Z | Compiling typify v0.4.3 |
| 2367 | 2026-06-02T23:42:25.567Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2368 | 2026-06-02T23:42:25.974Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2369 | 2026-06-02T23:42:26.203Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2370 | 2026-06-02T23:42:26.576Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2371 | 2026-06-02T23:42:26.810Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2372 | 2026-06-02T23:42:27.042Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2373 | 2026-06-02T23:42:27.238Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2374 | 2026-06-02T23:42:27.302Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2375 | 2026-06-02T23:42:27.622Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2376 | 2026-06-02T23:42:27.784Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2377 | 2026-06-02T23:42:28.120Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2378 | 2026-06-02T23:42:28.228Z | Compiling papergrid v0.17.0 |
| 2379 | 2026-06-02T23:42:28.255Z | Compiling testing_table v0.3.0 |
| 2380 | 2026-06-02T23:42:28.387Z | Compiling internet-checksum v0.2.1 |
| 2381 | 2026-06-02T23:42:28.430Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2382 | 2026-06-02T23:42:28.443Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2383 | 2026-06-02T23:42:28.531Z | Compiling progenitor-impl v0.11.2 |
| 2384 | 2026-06-02T23:42:28.553Z | Compiling progenitor-client v0.11.2 |
| 2385 | 2026-06-02T23:42:28.867Z | Compiling slog-stdlog v4.1.1 |
| 2386 | 2026-06-02T23:42:29.089Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2387 | 2026-06-02T23:42:29.473Z | Compiling tabled v0.20.0 |
| 2388 | 2026-06-02T23:42:29.778Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2389 | 2026-06-02T23:42:29.881Z | Compiling progenitor v0.11.2 |
| 2390 | 2026-06-02T23:42:30.044Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2391 | 2026-06-02T23:42:30.120Z | Compiling slog-envlogger v2.2.0 |
| 2392 | 2026-06-02T23:42:30.149Z | Compiling const-random v0.1.18 |
| 2393 | 2026-06-02T23:42:30.174Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 2394 | 2026-06-02T23:42:30.221Z | Compiling crc8 v0.1.1 |
| 2395 | 2026-06-02T23:42:30.359Z | Compiling ahash v0.8.12 |
| 2396 | 2026-06-02T23:42:30.488Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 2397 | 2026-06-02T23:42:30.540Z | Compiling smartstring v1.0.1 |
| 2398 | 2026-06-02T23:42:30.603Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2399 | 2026-06-02T23:42:30.825Z | Compiling thin-vec v0.2.18 |
| 2400 | 2026-06-02T23:42:31.135Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2401 | 2026-06-02T23:42:31.437Z | Compiling utf-8 v0.7.6 |
| 2402 | 2026-06-02T23:42:31.620Z | Compiling tungstenite v0.21.0 |
| 2403 | 2026-06-02T23:42:31.638Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 2404 | 2026-06-02T23:42:31.723Z | Compiling rhai v1.24.0 |
| 2405 | 2026-06-02T23:42:32.036Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2406 | 2026-06-02T23:42:32.063Z | Compiling progenitor-impl v0.10.0 |
| 2407 | 2026-06-02T23:42:32.139Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2408 | 2026-06-02T23:42:32.333Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2409 | 2026-06-02T23:42:32.466Z | Compiling sha2 v0.10.9 |
| 2410 | 2026-06-02T23:42:32.505Z | Compiling tokio-tungstenite v0.21.0 |
| 2411 | 2026-06-02T23:42:32.786Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2412 | 2026-06-02T23:42:32.844Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2413 | 2026-06-02T23:42:32.860Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2414 | 2026-06-02T23:42:33.371Z | Compiling progenitor v0.10.0 |
| 2415 | 2026-06-02T23:42:33.525Z | Compiling lzma-sys v0.1.20 |
| 2416 | 2026-06-02T23:42:33.648Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 2417 | 2026-06-02T23:42:34.677Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2418 | 2026-06-02T23:42:34.962Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2419 | 2026-06-02T23:42:35.057Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2420 | 2026-06-02T23:42:35.254Z | Compiling typeid v1.0.3 |
| 2421 | 2026-06-02T23:42:35.383Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2422 | 2026-06-02T23:42:35.949Z | Compiling console v0.16.3 |
| 2423 | 2026-06-02T23:42:36.186Z | Compiling git-stub v1.0.0 |
| 2424 | 2026-06-02T23:42:36.471Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2425 | 2026-06-02T23:42:36.484Z | Compiling base64 v0.21.7 |
| 2426 | 2026-06-02T23:42:36.577Z | Compiling unit-prefix v0.5.2 |
| 2427 | 2026-06-02T23:42:36.742Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2428 | 2026-06-02T23:42:36.793Z | Compiling indicatif v0.18.4 |
| 2429 | 2026-06-02T23:42:36.822Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2430 | 2026-06-02T23:42:37.731Z | Compiling git-stub-vcs v0.1.0 |
| 2431 | 2026-06-02T23:42:37.746Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2432 | 2026-06-02T23:42:38.094Z | Compiling ron v0.12.1 |
| 2433 | 2026-06-02T23:42:38.247Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 2434 | 2026-06-02T23:42:38.379Z | Compiling xz2 v0.1.7 |
| 2435 | 2026-06-02T23:42:38.628Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2436 | 2026-06-02T23:42:39.003Z | Compiling drift v0.2.0 |
| 2437 | 2026-06-02T23:42:39.212Z | Compiling base16ct v1.0.0 |
| 2438 | 2026-06-02T23:42:39.281Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 2439 | 2026-06-02T23:42:39.408Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 2440 | 2026-06-02T23:42:39.600Z | Compiling natord v1.0.9 |
| 2441 | 2026-06-02T23:42:39.716Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2442 | 2026-06-02T23:42:39.821Z | Compiling dropshot-api-manager v0.7.2 |
| 2443 | 2026-06-02T23:42:43.018Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2444 | 2026-06-02T23:42:43.473Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2445 | 2026-06-02T23:42:51.050Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2446 | 2026-06-02T23:42:52.676Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2447 | 2026-06-02T23:42:53.697Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2448 | 2026-06-02T23:42:54.780Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2449 | 2026-06-02T23:42:54.783Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2450 | 2026-06-02T23:42:54.783Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2451 | 2026-06-02T23:42:54.783Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2452 | 2026-06-02T23:42:55.250Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2453 | 2026-06-02T23:42:55.253Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2454 | 2026-06-02T23:42:55.253Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2455 | 2026-06-02T23:42:55.719Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2456 | 2026-06-02T23:42:57.263Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2457 | 2026-06-02T23:42:57.263Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2458 | 2026-06-02T23:42:58.750Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2459 | 2026-06-02T23:43:03.047Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2460 | 2026-06-02T23:43:04.334Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2461 | 2026-06-02T23:43:04.337Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2462 | 2026-06-02T23:43:04.337Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2463 | 2026-06-02T23:43:46.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s |
| 2464 | 2026-06-02T23:43:46.690Z | |
| 2465 | 2026-06-02T23:43:46.690Z | real 1:41.032158693 |
| 2466 | 2026-06-02T23:43:46.690Z | user 8:00.502452322 |
| 2467 | 2026-06-02T23:43:46.690Z | sys 1:12.944131112 |
| 2468 | 2026-06-02T23:43:46.690Z | trap 0.212341143 |
| 2469 | 2026-06-02T23:43:46.691Z | tflt 0.010937487 |
| 2470 | 2026-06-02T23:43:46.691Z | dflt 0.235540901 |
| 2471 | 2026-06-02T23:43:46.691Z | kflt 0.000072184 |
| 2472 | 2026-06-02T23:43:46.691Z | lock 31:05.110625493 |
| 2473 | 2026-06-02T23:43:46.694Z | slp 27:42.488722685 |
| 2474 | 2026-06-02T23:43:46.694Z | lat 22.403119267 |
| 2475 | 2026-06-02T23:43:46.694Z | stop 37.695567195 |
| 2476 | 2026-06-02T23:43:46.694Z | + ptime -m cargo build --release |
| 2477 | 2026-06-02T23:43:47.344Z | Compiling proc-macro2 v1.0.106 |
| 2478 | 2026-06-02T23:43:47.344Z | Compiling quote v1.0.45 |
| 2479 | 2026-06-02T23:43:47.344Z | Compiling unicode-ident v1.0.24 |
| 2480 | 2026-06-02T23:43:47.344Z | Compiling serde_core v1.0.228 |
| 2481 | 2026-06-02T23:43:47.349Z | Compiling serde v1.0.228 |
| 2482 | 2026-06-02T23:43:47.349Z | Compiling libc v0.2.186 |
| 2483 | 2026-06-02T23:43:47.349Z | Compiling cfg-if v1.0.4 |
| 2484 | 2026-06-02T23:43:47.591Z | Compiling zmij v1.0.21 |
| 2485 | 2026-06-02T23:43:48.448Z | Compiling autocfg v1.5.0 |
| 2486 | 2026-06-02T23:43:48.448Z | Compiling memchr v2.8.0 |
| 2487 | 2026-06-02T23:43:48.448Z | Compiling libm v0.2.16 |
| 2488 | 2026-06-02T23:43:48.448Z | Compiling itoa v1.0.18 |
| 2489 | 2026-06-02T23:43:48.448Z | Compiling version_check v0.9.5 |
| 2490 | 2026-06-02T23:43:48.533Z | Compiling icu_properties_data v2.2.0 |
| 2491 | 2026-06-02T23:43:48.569Z | Compiling icu_normalizer_data v2.2.0 |
| 2492 | 2026-06-02T23:43:48.606Z | Compiling stable_deref_trait v1.2.1 |
| 2493 | 2026-06-02T23:43:48.704Z | Compiling syn v2.0.117 |
| 2494 | 2026-06-02T23:43:48.738Z | Compiling serde_json v1.0.149 |
| 2495 | 2026-06-02T23:43:48.796Z | Compiling thiserror v2.0.18 |
| 2496 | 2026-06-02T23:43:48.820Z | Compiling writeable v0.6.3 |
| 2497 | 2026-06-02T23:43:49.027Z | Compiling litemap v0.8.2 |
| 2498 | 2026-06-02T23:43:49.071Z | Compiling utf8_iter v1.0.4 |
| 2499 | 2026-06-02T23:43:49.123Z | Compiling percent-encoding v2.3.2 |
| 2500 | 2026-06-02T23:43:49.234Z | Compiling num-traits v0.2.19 |
| 2501 | 2026-06-02T23:43:49.273Z | Compiling form_urlencoded v1.2.2 |
| 2502 | 2026-06-02T23:43:49.391Z | Compiling getrandom v0.4.2 |
| 2503 | 2026-06-02T23:43:49.419Z | Compiling rand_core v0.10.1 |
| 2504 | 2026-06-02T23:43:49.546Z | Compiling parking_lot_core v0.9.12 |
| 2505 | 2026-06-02T23:43:49.586Z | Compiling heck v0.5.0 |
| 2506 | 2026-06-02T23:43:49.668Z | Compiling jobserver v0.1.34 |
| 2507 | 2026-06-02T23:43:49.786Z | Compiling find-msvc-tools v0.1.9 |
| 2508 | 2026-06-02T23:43:49.833Z | Compiling shlex v1.3.0 |
| 2509 | 2026-06-02T23:43:49.896Z | Compiling iana-time-zone v0.1.65 |
| 2510 | 2026-06-02T23:43:49.999Z | Compiling cc v1.2.62 |
| 2511 | 2026-06-02T23:43:50.281Z | Compiling uuid v1.23.1 |
| 2512 | 2026-06-02T23:43:50.353Z | Compiling errno v0.3.14 |
| 2513 | 2026-06-02T23:43:50.529Z | Compiling zerocopy v0.8.48 |
| 2514 | 2026-06-02T23:43:50.843Z | Compiling semver v1.0.28 |
| 2515 | 2026-06-02T23:43:50.890Z | Compiling schemars v0.8.22 |
| 2516 | 2026-06-02T23:43:50.942Z | Compiling dyn-clone v1.0.20 |
| 2517 | 2026-06-02T23:43:51.048Z | Compiling getrandom v0.2.17 |
| 2518 | 2026-06-02T23:43:51.098Z | Compiling pin-project-lite v0.2.17 |
| 2519 | 2026-06-02T23:43:51.184Z | Compiling rustversion v1.0.22 |
| 2520 | 2026-06-02T23:43:51.273Z | Compiling bitflags v2.11.1 |
| 2521 | 2026-06-02T23:43:51.277Z | Compiling socket2 v0.6.3 |
| 2522 | 2026-06-02T23:43:51.459Z | Compiling scopeguard v1.2.0 |
| 2523 | 2026-06-02T23:43:51.472Z | Compiling portable-atomic v1.13.1 |
| 2524 | 2026-06-02T23:43:51.503Z | Compiling synstructure v0.13.2 |
| 2525 | 2026-06-02T23:43:51.515Z | Compiling serde_derive_internals v0.29.1 |
| 2526 | 2026-06-02T23:43:51.694Z | Compiling lock_api v0.4.14 |
| 2527 | 2026-06-02T23:43:52.929Z | Compiling log v0.4.29 |
| 2528 | 2026-06-02T23:43:52.937Z | Compiling equivalent v1.0.2 |
| 2529 | 2026-06-02T23:43:52.937Z | Compiling signal-hook-registry v1.4.8 |
| 2530 | 2026-06-02T23:43:52.937Z | Compiling mio v1.2.0 |
| 2531 | 2026-06-02T23:43:52.937Z | Compiling critical-section v1.2.0 |
| 2532 | 2026-06-02T23:43:52.937Z | Compiling subtle v2.6.1 |
| 2533 | 2026-06-02T23:43:52.937Z | Compiling futures-core v0.3.32 |
| 2534 | 2026-06-02T23:43:52.937Z | Compiling once_cell v1.21.4 |
| 2535 | 2026-06-02T23:43:52.937Z | Compiling ring v0.17.14 |
| 2536 | 2026-06-02T23:43:52.937Z | Compiling httparse v1.10.1 |
| 2537 | 2026-06-02T23:43:52.937Z | Compiling futures-sink v0.3.32 |
| 2538 | 2026-06-02T23:43:52.937Z | Compiling cmake v0.1.58 |
| 2539 | 2026-06-02T23:43:52.937Z | Compiling serde_derive v1.0.228 |
| 2540 | 2026-06-02T23:43:52.937Z | Compiling zerofrom-derive v0.1.7 |
| 2541 | 2026-06-02T23:43:52.938Z | Compiling yoke-derive v0.8.2 |
| 2542 | 2026-06-02T23:43:52.938Z | Compiling zerovec-derive v0.11.3 |
| 2543 | 2026-06-02T23:43:52.939Z | Compiling displaydoc v0.2.5 |
| 2544 | 2026-06-02T23:43:52.939Z | Compiling schemars_derive v0.8.22 |
| 2545 | 2026-06-02T23:43:52.971Z | Compiling thiserror-impl v2.0.18 |
| 2546 | 2026-06-02T23:43:52.984Z | Compiling tokio-macros v2.7.0 |
| 2547 | 2026-06-02T23:43:53.661Z | Compiling zerocopy-derive v0.8.48 |
| 2548 | 2026-06-02T23:43:53.744Z | Compiling zeroize_derive v1.4.3 |
| 2549 | 2026-06-02T23:43:53.764Z | Compiling futures-macro v0.3.32 |
| 2550 | 2026-06-02T23:43:53.813Z | Compiling slab v0.4.12 |
| 2551 | 2026-06-02T23:43:53.879Z | Compiling zerofrom v0.1.8 |
| 2552 | 2026-06-02T23:43:54.021Z | Compiling yoke v0.8.2 |
| 2553 | 2026-06-02T23:43:54.029Z | Compiling fs_extra v1.3.0 |
| 2554 | 2026-06-02T23:43:54.134Z | Compiling dunce v1.0.5 |
| 2555 | 2026-06-02T23:43:54.220Z | Compiling zerovec v0.11.6 |
| 2556 | 2026-06-02T23:43:54.229Z | Compiling zerotrie v0.2.4 |
| 2557 | 2026-06-02T23:43:54.374Z | Compiling aws-lc-sys v0.41.0 |
| 2558 | 2026-06-02T23:43:54.396Z | Compiling rand_core v0.6.4 |
| 2559 | 2026-06-02T23:43:54.436Z | Compiling zeroize v1.8.2 |
| 2560 | 2026-06-02T23:43:54.606Z | Compiling thiserror v1.0.69 |
| 2561 | 2026-06-02T23:43:54.659Z | Compiling futures-channel v0.3.32 |
| 2562 | 2026-06-02T23:43:54.674Z | Compiling rustix v1.1.4 |
| 2563 | 2026-06-02T23:43:54.678Z | Compiling thiserror-impl v1.0.69 |
| 2564 | 2026-06-02T23:43:54.825Z | Compiling tinystr v0.8.3 |
| 2565 | 2026-06-02T23:43:54.922Z | Compiling potential_utf v0.1.5 |
| 2566 | 2026-06-02T23:43:54.946Z | Compiling futures-task v0.3.32 |
| 2567 | 2026-06-02T23:43:55.070Z | Compiling icu_locale_core v2.2.0 |
| 2568 | 2026-06-02T23:43:55.075Z | Compiling icu_collections v2.2.0 |
| 2569 | 2026-06-02T23:43:55.128Z | Compiling futures-io v0.3.32 |
| 2570 | 2026-06-02T23:43:55.145Z | Compiling hashbrown v0.17.1 |
| 2571 | 2026-06-02T23:43:55.312Z | Compiling futures-util v0.3.32 |
| 2572 | 2026-06-02T23:43:55.866Z | Compiling smallvec v1.15.1 |
| 2573 | 2026-06-02T23:43:55.908Z | Compiling bytes v1.11.1 |
| 2574 | 2026-06-02T23:43:55.984Z | Compiling icu_provider v2.2.0 |
| 2575 | 2026-06-02T23:43:56.022Z | Compiling chrono v0.4.44 |
| 2576 | 2026-06-02T23:43:56.152Z | Compiling serde_tokenstream v0.2.3 |
| 2577 | 2026-06-02T23:43:56.446Z | Compiling icu_properties v2.2.0 |
| 2578 | 2026-06-02T23:43:56.591Z | Compiling icu_normalizer v2.2.0 |
| 2579 | 2026-06-02T23:43:56.605Z | Compiling parking_lot v0.12.5 |
| 2580 | 2026-06-02T23:43:57.357Z | Compiling idna_adapter v1.2.2 |
| 2581 | 2026-06-02T23:43:57.466Z | Compiling tokio v1.52.3 |
| 2582 | 2026-06-02T23:43:57.511Z | Compiling idna v1.1.0 |
| 2583 | 2026-06-02T23:43:57.758Z | Compiling indexmap v2.14.0 |
| 2584 | 2026-06-02T23:43:57.938Z | Compiling url v2.5.8 |
| 2585 | 2026-06-02T23:43:58.025Z | Compiling generic-array v0.14.7 |
| 2586 | 2026-06-02T23:43:58.313Z | Compiling regex-syntax v0.8.10 |
| 2587 | 2026-06-02T23:43:58.395Z | Compiling tracing-attributes v0.1.31 |
| 2588 | 2026-06-02T23:43:58.428Z | Compiling tracing-core v0.1.36 |
| 2589 | 2026-06-02T23:44:00.280Z | Compiling ucd-trie v0.1.7 |
| 2590 | 2026-06-02T23:44:00.285Z | Compiling typenum v1.20.0 |
| 2591 | 2026-06-02T23:44:00.285Z | Compiling tracing v0.1.44 |
| 2592 | 2026-06-02T23:44:00.285Z | Compiling pest v2.8.6 |
| 2593 | 2026-06-02T23:44:00.285Z | Compiling http v1.4.0 |
| 2594 | 2026-06-02T23:44:00.285Z | Compiling ipnetwork v0.21.1 |
| 2595 | 2026-06-02T23:44:00.415Z | Compiling aho-corasick v1.1.4 |
| 2596 | 2026-06-02T23:44:00.759Z | Compiling base64 v0.22.1 |
| 2597 | 2026-06-02T23:44:00.940Z | Compiling pest_meta v2.8.6 |
| 2598 | 2026-06-02T23:44:01.252Z | Compiling regex-automata v0.4.14 |
| 2599 | 2026-06-02T23:44:01.807Z | Compiling byteorder v1.5.0 |
| 2600 | 2026-06-02T23:44:02.072Z | Compiling pest_generator v2.8.6 |
| 2601 | 2026-06-02T23:44:02.189Z | Compiling rustls-pki-types v1.14.1 |
| 2602 | 2026-06-02T23:44:02.694Z | Compiling slog v2.8.2 |
| 2603 | 2026-06-02T23:44:02.958Z | Compiling regex v1.12.3 |
| 2604 | 2026-06-02T23:44:03.060Z | Compiling fnv v1.0.7 |
| 2605 | 2026-06-02T23:44:03.063Z | Compiling getrandom v0.3.4 |
| 2606 | 2026-06-02T23:44:03.102Z | Compiling pest_derive v2.8.6 |
| 2607 | 2026-06-02T23:44:03.189Z | Compiling erased-serde v0.3.31 |
| 2608 | 2026-06-02T23:44:03.364Z | Compiling anyhow v1.0.102 |
| 2609 | 2026-06-02T23:44:03.428Z | Compiling crypto-common v0.1.7 |
| 2610 | 2026-06-02T23:44:03.585Z | Compiling untrusted v0.9.0 |
| 2611 | 2026-06-02T23:44:03.734Z | Compiling tokio-util v0.7.18 |
| 2612 | 2026-06-02T23:44:03.791Z | Compiling oxnet v0.1.5 |
| 2613 | 2026-06-02T23:44:03.904Z | Compiling ipnet v2.12.0 |
| 2614 | 2026-06-02T23:44:04.197Z | Compiling strsim v0.11.1 |
| 2615 | 2026-06-02T23:44:04.498Z | Compiling paste v1.0.15 |
| 2616 | 2026-06-02T23:44:05.106Z | Compiling time-core v0.1.8 |
| 2617 | 2026-06-02T23:44:05.118Z | Compiling num-conv v0.2.1 |
| 2618 | 2026-06-02T23:44:05.272Z | Compiling time-macros v0.2.27 |
| 2619 | 2026-06-02T23:44:05.474Z | Compiling http-body v1.0.1 |
| 2620 | 2026-06-02T23:44:05.643Z | Compiling atomic-waker v1.1.2 |
| 2621 | 2026-06-02T23:44:05.962Z | Compiling ident_case v1.0.1 |
| 2622 | 2026-06-02T23:44:06.091Z | Compiling block-buffer v0.10.4 |
| 2623 | 2026-06-02T23:44:06.286Z | Compiling scroll_derive v0.13.1 |
| 2624 | 2026-06-02T23:44:06.446Z | Compiling ryu v1.0.23 |
| 2625 | 2026-06-02T23:44:06.480Z | Compiling camino v1.2.2 |
| 2626 | 2026-06-02T23:44:06.747Z | Compiling try-lock v0.2.5 |
| 2627 | 2026-06-02T23:44:06.786Z | Compiling tower-layer v0.3.3 |
| 2628 | 2026-06-02T23:44:06.827Z | Compiling tower-service v0.3.3 |
| 2629 | 2026-06-02T23:44:06.859Z | Compiling want v0.3.1 |
| 2630 | 2026-06-02T23:44:07.044Z | Compiling digest v0.10.7 |
| 2631 | 2026-06-02T23:44:07.129Z | Compiling h2 v0.4.14 |
| 2632 | 2026-06-02T23:44:07.299Z | Compiling async-trait v0.1.89 |
| 2633 | 2026-06-02T23:44:07.525Z | Compiling httpdate v1.0.3 |
| 2634 | 2026-06-02T23:44:08.013Z | Compiling omicron-workspace-hack v0.1.0 |
| 2635 | 2026-06-02T23:44:08.261Z | Compiling pretty-hex v0.4.2 |
| 2636 | 2026-06-02T23:44:08.284Z | Compiling ppv-lite86 v0.2.21 |
| 2637 | 2026-06-02T23:44:08.629Z | Compiling crossbeam-utils v0.8.21 |
| 2638 | 2026-06-02T23:44:08.807Z | Compiling aws-lc-rs v1.17.0 |
| 2639 | 2026-06-02T23:44:08.978Z | Compiling crc32fast v1.5.0 |
| 2640 | 2026-06-02T23:44:09.288Z | Compiling serde_urlencoded v0.7.1 |
| 2641 | 2026-06-02T23:44:09.572Z | Compiling hyper v1.9.0 |
| 2642 | 2026-06-02T23:44:09.750Z | Compiling http-body-util v0.1.3 |
| 2643 | 2026-06-02T23:44:10.029Z | Compiling slog-async v2.8.0 |
| 2644 | 2026-06-02T23:44:10.042Z | Compiling usdt-impl v0.6.0 |
| 2645 | 2026-06-02T23:44:10.349Z | Compiling scroll v0.13.0 |
| 2646 | 2026-06-02T23:44:10.956Z | Compiling hyper-util v0.1.20 |
| 2647 | 2026-06-02T23:44:12.796Z | Compiling foldhash v0.2.0 |
| 2648 | 2026-06-02T23:44:13.096Z | Compiling allocator-api2 v0.2.21 |
| 2649 | 2026-06-02T23:44:13.476Z | Compiling untrusted v0.7.1 |
| 2650 | 2026-06-02T23:44:13.603Z | Compiling plain v0.2.3 |
| 2651 | 2026-06-02T23:44:13.616Z | Compiling hashbrown v0.16.1 |
| 2652 | 2026-06-02T23:44:13.692Z | Compiling goblin v0.10.5 |
| 2653 | 2026-06-02T23:44:13.876Z | Compiling openapiv3 v2.2.0 |
| 2654 | 2026-06-02T23:44:14.323Z | Compiling daft-derive v0.1.7 |
| 2655 | 2026-06-02T23:44:14.519Z | Compiling rustls v0.23.40 |
| 2656 | 2026-06-02T23:44:14.765Z | Compiling cpufeatures v0.2.17 |
| 2657 | 2026-06-02T23:44:15.568Z | Compiling dtrace-parser v0.3.0 |
| 2658 | 2026-06-02T23:44:15.767Z | Compiling thread-id v5.1.0 |
| 2659 | 2026-06-02T23:44:16.028Z | Compiling syn v1.0.109 |
| 2660 | 2026-06-02T23:44:16.376Z | Compiling dof v0.4.0 |
| 2661 | 2026-06-02T23:44:16.479Z | Compiling rustls v0.22.4 |
| 2662 | 2026-06-02T23:44:16.726Z | Compiling powerfmt v0.2.0 |
| 2663 | 2026-06-02T23:44:16.980Z | Compiling deranged v0.5.8 |
| 2664 | 2026-06-02T23:44:17.856Z | Compiling num_threads v0.1.7 |
| 2665 | 2026-06-02T23:44:17.959Z | Compiling usdt-attr-macro v0.6.0 |
| 2666 | 2026-06-02T23:44:17.999Z | Compiling time v0.3.47 |
| 2667 | 2026-06-02T23:44:18.089Z | Compiling usdt-macro v0.6.0 |
| 2668 | 2026-06-02T23:44:18.473Z | Compiling rand_core v0.9.5 |
| 2669 | 2026-06-02T23:44:18.822Z | Compiling sync_wrapper v1.0.2 |
| 2670 | 2026-06-02T23:44:18.872Z | Compiling multer v3.1.0 |
| 2671 | 2026-06-02T23:44:18.944Z | Compiling ref-cast v1.0.25 |
| 2672 | 2026-06-02T23:44:18.948Z | Compiling tower v0.5.3 |
| 2673 | 2026-06-02T23:44:19.286Z | Compiling crossbeam-channel v0.5.15 |
| 2674 | 2026-06-02T23:44:19.529Z | Compiling webpki-roots v1.0.7 |
| 2675 | 2026-06-02T23:44:19.655Z | Compiling hex v0.4.3 |
| 2676 | 2026-06-02T23:44:19.694Z | Compiling winnow v1.0.3 |
| 2677 | 2026-06-02T23:44:19.945Z | Compiling tower-http v0.6.10 |
| 2678 | 2026-06-02T23:44:19.978Z | Compiling rand_chacha v0.9.0 |
| 2679 | 2026-06-02T23:44:20.354Z | Compiling futures-executor v0.3.32 |
| 2680 | 2026-06-02T23:44:20.561Z | Compiling async-stream-impl v0.3.6 |
| 2681 | 2026-06-02T23:44:20.654Z | Compiling ref-cast-impl v1.0.25 |
| 2682 | 2026-06-02T23:44:20.850Z | Compiling dropshot v0.17.0 |
| 2683 | 2026-06-02T23:44:20.931Z | Compiling thread_local v1.1.9 |
| 2684 | 2026-06-02T23:44:21.200Z | Compiling futures v0.3.32 |
| 2685 | 2026-06-02T23:44:21.269Z | Compiling rand v0.9.4 |
| 2686 | 2026-06-02T23:44:21.298Z | Compiling structmeta-derive v0.3.0 |
| 2687 | 2026-06-02T23:44:21.317Z | Compiling is-terminal v0.4.17 |
| 2688 | 2026-06-02T23:44:21.341Z | Compiling fastrand v2.4.1 |
| 2689 | 2026-06-02T23:44:21.418Z | Compiling term v1.2.1 |
| 2690 | 2026-06-02T23:44:21.581Z | Compiling take_mut v0.2.2 |
| 2691 | 2026-06-02T23:44:21.979Z | Compiling slog-term v2.9.2 |
| 2692 | 2026-06-02T23:44:21.979Z | Compiling darling_core v0.23.0 |
| 2693 | 2026-06-02T23:44:22.367Z | Compiling structmeta v0.3.0 |
| 2694 | 2026-06-02T23:44:22.579Z | Compiling dropshot_endpoint v0.17.0 |
| 2695 | 2026-06-02T23:44:22.931Z | Compiling newtype-uuid-macros v0.1.0 |
| 2696 | 2026-06-02T23:44:23.271Z | Compiling newtype-uuid v1.3.2 |
| 2697 | 2026-06-02T23:44:23.549Z | Compiling strum_macros v0.26.4 |
| 2698 | 2026-06-02T23:44:23.850Z | Compiling daft v0.1.7 |
| 2699 | 2026-06-02T23:44:24.066Z | Compiling darling_macro v0.23.0 |
| 2700 | 2026-06-02T23:44:24.112Z | Compiling tempfile v3.27.0 |
| 2701 | 2026-06-02T23:44:24.227Z | Compiling sha1 v0.10.6 |
| 2702 | 2026-06-02T23:44:24.346Z | Compiling simd-adler32 v0.3.9 |
| 2703 | 2026-06-02T23:44:24.625Z | Compiling either v1.15.0 |
| 2704 | 2026-06-02T23:44:24.674Z | Compiling darling v0.23.0 |
| 2705 | 2026-06-02T23:44:24.764Z | Compiling match_cfg v0.1.0 |
| 2706 | 2026-06-02T23:44:24.844Z | Compiling adler2 v2.0.1 |
| 2707 | 2026-06-02T23:44:24.928Z | Compiling hostname v0.3.1 |
| 2708 | 2026-06-02T23:44:25.041Z | Compiling miniz_oxide v0.8.9 |
| 2709 | 2026-06-02T23:44:25.096Z | Compiling serde_with_macros v3.20.0 |
| 2710 | 2026-06-02T23:44:25.099Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2711 | 2026-06-02T23:44:25.178Z | Compiling slog-json v2.6.1 |
| 2712 | 2026-06-02T23:44:25.229Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2713 | 2026-06-02T23:44:25.432Z | Compiling serde_spanned v1.1.1 |
| 2714 | 2026-06-02T23:44:25.594Z | Compiling memmap2 v0.9.10 |
| 2715 | 2026-06-02T23:44:25.733Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2716 | 2026-06-02T23:44:25.886Z | Compiling flate2 v1.1.9 |
| 2717 | 2026-06-02T23:44:25.991Z | Compiling slog-bunyan v2.5.0 |
| 2718 | 2026-06-02T23:44:26.178Z | Compiling derive-ex v0.1.8 |
| 2719 | 2026-06-02T23:44:26.399Z | Compiling rustls-webpki v0.102.8 |
| 2720 | 2026-06-02T23:44:26.417Z | Compiling rand_chacha v0.3.1 |
| 2721 | 2026-06-02T23:44:26.432Z | Compiling strum_macros v0.27.2 |
| 2722 | 2026-06-02T23:44:27.707Z | Compiling usdt v0.6.0 |
| 2723 | 2026-06-02T23:44:27.922Z | Compiling debug-ignore v1.0.5 |
| 2724 | 2026-06-02T23:44:28.042Z | Compiling compression-core v0.4.32 |
| 2725 | 2026-06-02T23:44:28.220Z | Compiling openssl-probe v0.2.1 |
| 2726 | 2026-06-02T23:44:28.223Z | Compiling compression-codecs v0.4.38 |
| 2727 | 2026-06-02T23:44:28.247Z | Compiling test-strategy v0.4.5 |
| 2728 | 2026-06-02T23:44:28.337Z | Compiling rustls-native-certs v0.8.3 |
| 2729 | 2026-06-02T23:44:29.032Z | Compiling rand v0.8.6 |
| 2730 | 2026-06-02T23:44:29.162Z | Compiling macaddr v1.0.1 |
| 2731 | 2026-06-02T23:44:29.175Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2732 | 2026-06-02T23:44:29.506Z | Compiling encoding_rs v0.8.35 |
| 2733 | 2026-06-02T23:44:29.617Z | Compiling spin v0.9.8 |
| 2734 | 2026-06-02T23:44:29.743Z | Compiling mime v0.3.17 |
| 2735 | 2026-06-02T23:44:29.757Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2736 | 2026-06-02T23:44:29.908Z | Compiling async-compression v0.4.42 |
| 2737 | 2026-06-02T23:44:30.222Z | Compiling async-stream v0.3.6 |
| 2738 | 2026-06-02T23:44:30.412Z | Compiling regress v0.10.5 |
| 2739 | 2026-06-02T23:44:30.426Z | Compiling waitgroup v0.1.2 |
| 2740 | 2026-06-02T23:44:30.453Z | Compiling rustls-pemfile v2.2.0 |
| 2741 | 2026-06-02T23:44:30.740Z | Compiling tokio-rustls v0.25.0 |
| 2742 | 2026-06-02T23:44:31.014Z | Compiling serde_path_to_error v0.1.20 |
| 2743 | 2026-06-02T23:44:31.468Z | Compiling hostname v0.4.2 |
| 2744 | 2026-06-02T23:44:32.355Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2745 | 2026-06-02T23:44:34.073Z | Compiling parse-display-derive v0.10.0 |
| 2746 | 2026-06-02T23:44:34.815Z | Compiling unicode-width v0.2.2 |
| 2747 | 2026-06-02T23:44:35.058Z | Compiling strum v0.26.3 |
| 2748 | 2026-06-02T23:44:35.200Z | Compiling wait-timeout v0.2.1 |
| 2749 | 2026-06-02T23:44:35.386Z | Compiling bit-vec v0.8.0 |
| 2750 | 2026-06-02T23:44:35.549Z | Compiling quick-error v1.2.3 |
| 2751 | 2026-06-02T23:44:35.642Z | Compiling rusty-fork v0.3.1 |
| 2752 | 2026-06-02T23:44:35.666Z | Compiling bit-set v0.8.0 |
| 2753 | 2026-06-02T23:44:35.678Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2754 | 2026-06-02T23:44:35.690Z | Compiling serde_with v3.20.0 |
| 2755 | 2026-06-02T23:44:35.863Z | Compiling rand_xorshift v0.4.0 |
| 2756 | 2026-06-02T23:44:36.035Z | Compiling unarray v0.1.4 |
| 2757 | 2026-06-02T23:44:36.167Z | Compiling proptest v1.11.0 |
| 2758 | 2026-06-02T23:44:36.475Z | Compiling strum v0.27.2 |
| 2759 | 2026-06-02T23:44:36.621Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2760 | 2026-06-02T23:44:36.711Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2761 | 2026-06-02T23:44:36.778Z | Compiling instant v0.1.13 |
| 2762 | 2026-06-02T23:44:37.323Z | Compiling rustc-hash v2.1.2 |
| 2763 | 2026-06-02T23:44:38.067Z | Compiling iddqd v0.3.18 |
| 2764 | 2026-06-02T23:44:38.570Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2765 | 2026-06-02T23:44:39.108Z | Compiling itertools v0.14.0 |
| 2766 | 2026-06-02T23:44:40.123Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2767 | 2026-06-02T23:44:40.446Z | Compiling backon v1.6.0 |
| 2768 | 2026-06-02T23:44:40.669Z | Compiling clap_derive v4.6.1 |
| 2769 | 2026-06-02T23:44:40.850Z | Compiling utf8parse v0.2.2 |
| 2770 | 2026-06-02T23:44:40.991Z | Compiling anstyle-parse v1.0.0 |
| 2771 | 2026-06-02T23:44:41.333Z | Compiling backoff v0.4.0 |
| 2772 | 2026-06-02T23:44:41.732Z | Compiling parse-display v0.10.0 |
| 2773 | 2026-06-02T23:44:42.363Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2774 | 2026-06-02T23:44:42.394Z | Compiling terminal_size v0.4.4 |
| 2775 | 2026-06-02T23:44:42.548Z | Compiling colorchoice v1.0.5 |
| 2776 | 2026-06-02T23:44:42.561Z | Compiling anstyle-query v1.1.5 |
| 2777 | 2026-06-02T23:44:42.662Z | Compiling anstyle v1.0.14 |
| 2778 | 2026-06-02T23:44:42.687Z | Compiling is_terminal_polyfill v1.70.2 |
| 2779 | 2026-06-02T23:44:42.938Z | Compiling anstream v1.0.0 |
| 2780 | 2026-06-02T23:44:43.463Z | Compiling clap_lex v1.1.0 |
| 2781 | 2026-06-02T23:44:43.809Z | Compiling clap_builder v4.6.0 |
| 2782 | 2026-06-02T23:44:45.395Z | Compiling regress v0.11.1 |
| 2783 | 2026-06-02T23:44:45.723Z | Compiling clap v4.6.1 |
| 2784 | 2026-06-02T23:44:46.011Z | Compiling crucible-workspace-hack v0.1.0 |
| 2785 | 2026-06-02T23:44:46.026Z | Compiling unsafe-libyaml v0.2.11 |
| 2786 | 2026-06-02T23:44:46.440Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 2787 | 2026-06-02T23:44:46.666Z | Compiling serde_yaml v0.9.34+deprecated |
| 2788 | 2026-06-02T23:44:47.313Z | Compiling typify-impl v0.6.2 |
| 2789 | 2026-06-02T23:44:47.891Z | Compiling zerocopy-derive v0.7.35 |
| 2790 | 2026-06-02T23:44:48.742Z | Compiling proc-macro-crate v3.5.0 |
| 2791 | 2026-06-02T23:44:49.351Z | Compiling darling_core v0.21.3 |
| 2792 | 2026-06-02T23:44:49.850Z | Compiling convert_case v0.4.0 |
| 2793 | 2026-06-02T23:44:50.155Z | Compiling derive_more v0.99.20 |
| 2794 | 2026-06-02T23:44:50.597Z | Compiling typify-macro v0.6.2 |
| 2795 | 2026-06-02T23:44:50.800Z | Compiling num_enum_derive v0.7.6 |
| 2796 | 2026-06-02T23:44:51.413Z | Compiling toml_datetime v0.6.11 |
| 2797 | 2026-06-02T23:44:51.427Z | Compiling darling_macro v0.21.3 |
| 2798 | 2026-06-02T23:44:52.134Z | Compiling darling v0.21.3 |
| 2799 | 2026-06-02T23:44:52.216Z | Compiling num_enum v0.7.6 |
| 2800 | 2026-06-02T23:44:52.696Z | Compiling secrecy v0.10.3 |
| 2801 | 2026-06-02T23:44:52.858Z | Compiling proc-macro-error-attr v1.0.4 |
| 2802 | 2026-06-02T23:44:53.139Z | Compiling heapless v0.8.0 |
| 2803 | 2026-06-02T23:44:53.203Z | Compiling tinyvec_macros v0.1.1 |
| 2804 | 2026-06-02T23:44:53.268Z | Compiling prettyplease v0.2.37 |
| 2805 | 2026-06-02T23:44:53.491Z | Compiling tinyvec v1.11.0 |
| 2806 | 2026-06-02T23:44:53.905Z | Compiling ingot-macros v0.1.1 |
| 2807 | 2026-06-02T23:44:53.908Z | Compiling zerocopy v0.7.35 |
| 2808 | 2026-06-02T23:44:53.995Z | Compiling crossbeam-epoch v0.9.18 |
| 2809 | 2026-06-02T23:44:54.429Z | Compiling hash32 v0.3.1 |
| 2810 | 2026-06-02T23:44:54.475Z | Compiling scroll_derive v0.12.1 |
| 2811 | 2026-06-02T23:44:54.488Z | Compiling rustc_version v0.4.1 |
| 2812 | 2026-06-02T23:44:54.515Z | Compiling num-integer v0.1.46 |
| 2813 | 2026-06-02T23:44:54.582Z | Compiling proc-macro-error v1.0.4 |
| 2814 | 2026-06-02T23:44:54.747Z | Compiling usdt-impl v0.5.0 |
| 2815 | 2026-06-02T23:44:54.838Z | Compiling data-encoding v2.11.0 |
| 2816 | 2026-06-02T23:44:55.003Z | Compiling smoltcp v0.11.0 |
| 2817 | 2026-06-02T23:44:55.052Z | Compiling pkg-config v0.3.33 |
| 2818 | 2026-06-02T23:44:55.208Z | Compiling rustix v0.38.44 |
| 2819 | 2026-06-02T23:44:55.361Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2820 | 2026-06-02T23:44:55.494Z | Compiling winnow v0.7.15 |
| 2821 | 2026-06-02T23:44:55.679Z | Compiling scroll v0.12.0 |
| 2822 | 2026-06-02T23:44:55.907Z | Compiling curve25519-dalek v4.1.3 |
| 2823 | 2026-06-02T23:44:56.457Z | Compiling dof v0.3.0 |
| 2824 | 2026-06-02T23:44:56.564Z | Compiling ingot-types v0.1.2 |
| 2825 | 2026-06-02T23:44:57.308Z | Compiling typify v0.6.2 |
| 2826 | 2026-06-02T23:44:57.401Z | Compiling dtrace-parser v0.2.0 |
| 2827 | 2026-06-02T23:44:57.447Z | Compiling tabwriter v1.4.1 |
| 2828 | 2026-06-02T23:44:57.616Z | Compiling hmac v0.12.1 |
| 2829 | 2026-06-02T23:44:57.659Z | Compiling inout v0.1.4 |
| 2830 | 2026-06-02T23:44:57.673Z | Compiling ff v0.13.1 |
| 2831 | 2026-06-02T23:44:57.771Z | Compiling cobs v0.3.0 |
| 2832 | 2026-06-02T23:44:57.816Z | Compiling bstr v1.12.1 |
| 2833 | 2026-06-02T23:44:57.966Z | Compiling thread-id v4.2.2 |
| 2834 | 2026-06-02T23:44:58.035Z | Compiling bitflags v1.3.2 |
| 2835 | 2026-06-02T23:44:58.048Z | Compiling managed v0.8.0 |
| 2836 | 2026-06-02T23:44:58.112Z | Compiling static_assertions v1.1.0 |
| 2837 | 2026-06-02T23:44:58.165Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2838 | 2026-06-02T23:44:58.596Z | Compiling postcard v1.1.3 |
| 2839 | 2026-06-02T23:44:58.623Z | Compiling group v0.13.0 |
| 2840 | 2026-06-02T23:44:58.652Z | Compiling cipher v0.4.4 |
| 2841 | 2026-06-02T23:44:58.738Z | Compiling hkdf v0.12.4 |
| 2842 | 2026-06-02T23:44:59.549Z | Compiling ingot v0.1.1 |
| 2843 | 2026-06-02T23:44:59.718Z | Compiling goblin v0.8.2 |
| 2844 | 2026-06-02T23:45:01.732Z | Compiling num-iter v0.1.45 |
| 2845 | 2026-06-02T23:45:01.865Z | Compiling num-rational v0.4.2 |
| 2846 | 2026-06-02T23:45:02.750Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2847 | 2026-06-02T23:45:02.831Z | Compiling hubpack_derive v0.1.1 |
| 2848 | 2026-06-02T23:45:02.859Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2849 | 2026-06-02T23:45:03.186Z | Compiling universal-hash v0.5.1 |
| 2850 | 2026-06-02T23:45:03.376Z | Compiling crypto-bigint v0.5.5 |
| 2851 | 2026-06-02T23:45:03.628Z | Compiling half v2.7.1 |
| 2852 | 2026-06-02T23:45:03.730Z | Compiling foreign-types-macros v0.2.3 |
| 2853 | 2026-06-02T23:45:03.959Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2854 | 2026-06-02T23:45:03.977Z | Compiling serde_repr v0.1.20 |
| 2855 | 2026-06-02T23:45:04.395Z | Compiling num-complex v0.4.6 |
| 2856 | 2026-06-02T23:45:04.948Z | Compiling heck v0.4.1 |
| 2857 | 2026-06-02T23:45:05.160Z | Compiling colored v3.1.1 |
| 2858 | 2026-06-02T23:45:05.173Z | Compiling opaque-debug v0.3.1 |
| 2859 | 2026-06-02T23:45:05.368Z | Compiling ciborium-io v0.2.2 |
| 2860 | 2026-06-02T23:45:05.475Z | Compiling cpufeatures v0.3.0 |
| 2861 | 2026-06-02T23:45:05.570Z | Compiling foreign-types-shared v0.3.1 |
| 2862 | 2026-06-02T23:45:05.684Z | Compiling base16ct v0.2.0 |
| 2863 | 2026-06-02T23:45:05.857Z | Compiling indent_write v2.2.0 |
| 2864 | 2026-06-02T23:45:05.913Z | Compiling base64ct v1.8.3 |
| 2865 | 2026-06-02T23:45:06.233Z | Compiling password-hash v0.5.0 |
| 2866 | 2026-06-02T23:45:06.371Z | Compiling elliptic-curve v0.13.8 |
| 2867 | 2026-06-02T23:45:06.679Z | Compiling foreign-types v0.5.0 |
| 2868 | 2026-06-02T23:45:06.727Z | Compiling chacha20 v0.10.0 |
| 2869 | 2026-06-02T23:45:06.778Z | Compiling ciborium-ll v0.2.2 |
| 2870 | 2026-06-02T23:45:07.014Z | Compiling poly1305 v0.8.0 |
| 2871 | 2026-06-02T23:45:07.277Z | Compiling num v0.4.3 |
| 2872 | 2026-06-02T23:45:07.358Z | Compiling thiserror-no-std v2.0.2 |
| 2873 | 2026-06-02T23:45:07.457Z | Compiling hubpack v0.1.2 |
| 2874 | 2026-06-02T23:45:08.718Z | Compiling chacha20 v0.9.1 |
| 2875 | 2026-06-02T23:45:09.215Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2876 | 2026-06-02T23:45:09.230Z | Compiling reqwest v0.12.28 |
| 2877 | 2026-06-02T23:45:09.936Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2878 | 2026-06-02T23:45:10.691Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2879 | 2026-06-02T23:45:10.719Z | Compiling byte-wrapper v0.1.0 |
| 2880 | 2026-06-02T23:45:11.201Z | Compiling blake2 v0.10.6 |
| 2881 | 2026-06-02T23:45:11.234Z | Compiling aead v0.5.2 |
| 2882 | 2026-06-02T23:45:11.424Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2883 | 2026-06-02T23:45:11.709Z | Compiling cstr-argument v0.1.2 |
| 2884 | 2026-06-02T23:45:11.785Z | Compiling memoffset v0.9.1 |
| 2885 | 2026-06-02T23:45:11.868Z | Compiling float-ord v0.3.2 |
| 2886 | 2026-06-02T23:45:11.937Z | Compiling keccak v0.1.6 |
| 2887 | 2026-06-02T23:45:11.984Z | Compiling cfg_aliases v0.2.1 |
| 2888 | 2026-06-02T23:45:12.177Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 2889 | 2026-06-02T23:45:12.619Z | Compiling sha3 v0.10.9 |
| 2890 | 2026-06-02T23:45:12.646Z | Compiling nix v0.31.3 |
| 2891 | 2026-06-02T23:45:13.044Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2892 | 2026-06-02T23:45:13.263Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2893 | 2026-06-02T23:45:13.448Z | Compiling argon2 v0.5.3 |
| 2894 | 2026-06-02T23:45:13.637Z | Compiling chacha20poly1305 v0.10.1 |
| 2895 | 2026-06-02T23:45:13.787Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2896 | 2026-06-02T23:45:13.922Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2897 | 2026-06-02T23:45:15.222Z | Compiling progenitor-client v0.10.0 |
| 2898 | 2026-06-02T23:45:16.401Z | Compiling rustls-webpki v0.103.13 |
| 2899 | 2026-06-02T23:45:16.468Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2900 | 2026-06-02T23:45:16.707Z | Compiling vsss-rs v3.3.4 |
| 2901 | 2026-06-02T23:45:16.889Z | Compiling ciborium v0.2.2 |
| 2902 | 2026-06-02T23:45:17.713Z | Compiling rand v0.10.1 |
| 2903 | 2026-06-02T23:45:18.183Z | Compiling atomicwrites v0.4.4 |
| 2904 | 2026-06-02T23:45:18.400Z | Compiling usdt-macro v0.5.0 |
| 2905 | 2026-06-02T23:45:18.464Z | Compiling usdt-attr-macro v0.5.0 |
| 2906 | 2026-06-02T23:45:19.510Z | Compiling num-derive v0.4.2 |
| 2907 | 2026-06-02T23:45:19.576Z | Compiling enum-as-inner v0.6.1 |
| 2908 | 2026-06-02T23:45:19.630Z | Compiling memmap v0.7.0 |
| 2909 | 2026-06-02T23:45:19.986Z | Compiling rayon-core v1.13.0 |
| 2910 | 2026-06-02T23:45:20.488Z | Compiling winnow v0.5.40 |
| 2911 | 2026-06-02T23:45:20.530Z | Compiling semver v0.1.20 |
| 2912 | 2026-06-02T23:45:20.789Z | Compiling rustc_version v0.1.7 |
| 2913 | 2026-06-02T23:45:20.894Z | Compiling usdt v0.5.0 |
| 2914 | 2026-06-02T23:45:21.032Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2915 | 2026-06-02T23:45:21.504Z | Compiling tokio-rustls v0.26.4 |
| 2916 | 2026-06-02T23:45:21.816Z | Compiling hyper-rustls v0.27.9 |
| 2917 | 2026-06-02T23:45:21.860Z | Compiling rustls-platform-verifier v0.7.0 |
| 2918 | 2026-06-02T23:45:22.103Z | Compiling reqwest v0.13.3 |
| 2919 | 2026-06-02T23:45:22.458Z | Compiling toml_edit v0.19.15 |
| 2920 | 2026-06-02T23:45:24.053Z | Compiling progenitor-client v0.14.0 |
| 2921 | 2026-06-02T23:45:24.458Z | Compiling progenitor-extras v0.2.0 |
| 2922 | 2026-06-02T23:45:24.666Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2923 | 2026-06-02T23:45:24.732Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2924 | 2026-06-02T23:45:24.840Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2925 | 2026-06-02T23:45:25.021Z | Compiling similar v2.7.0 |
| 2926 | 2026-06-02T23:45:25.201Z | Compiling crossbeam-deque v0.8.6 |
| 2927 | 2026-06-02T23:45:25.591Z | Compiling serde_spanned v0.6.9 |
| 2928 | 2026-06-02T23:45:25.748Z | Compiling bytecount v0.6.9 |
| 2929 | 2026-06-02T23:45:26.520Z | Compiling vcpkg v0.2.15 |
| 2930 | 2026-06-02T23:45:27.076Z | Compiling toml_write v0.1.2 |
| 2931 | 2026-06-02T23:45:27.286Z | Compiling lazy_static v1.5.0 |
| 2932 | 2026-06-02T23:45:27.405Z | Compiling toml_edit v0.22.27 |
| 2933 | 2026-06-02T23:45:27.794Z | Compiling openssl-sys v0.9.116 |
| 2934 | 2026-06-02T23:45:30.412Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2935 | 2026-06-02T23:45:30.772Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2936 | 2026-06-02T23:45:33.092Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2937 | 2026-06-02T23:45:35.627Z | Compiling proc-macro-crate v1.3.1 |
| 2938 | 2026-06-02T23:45:35.973Z | Compiling newtype_derive v0.1.6 |
| 2939 | 2026-06-02T23:45:36.242Z | Compiling itertools v0.12.1 |
| 2940 | 2026-06-02T23:45:36.684Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2941 | 2026-06-02T23:45:36.935Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2942 | 2026-06-02T23:45:37.038Z | Compiling resolv-conf v0.7.6 |
| 2943 | 2026-06-02T23:45:37.121Z | Compiling linked-hash-map v0.5.6 |
| 2944 | 2026-06-02T23:45:37.467Z | Compiling unicode-segmentation v1.13.2 |
| 2945 | 2026-06-02T23:45:37.656Z | Compiling owo-colors v4.3.0 |
| 2946 | 2026-06-02T23:45:37.715Z | Compiling swrite v0.1.0 |
| 2947 | 2026-06-02T23:45:37.835Z | Compiling newline-converter v0.3.0 |
| 2948 | 2026-06-02T23:45:38.078Z | Compiling lru-cache v0.1.2 |
| 2949 | 2026-06-02T23:45:38.148Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2950 | 2026-06-02T23:45:38.288Z | Compiling num_enum_derive v0.5.11 |
| 2951 | 2026-06-02T23:45:38.519Z | Compiling rayon v1.12.0 |
| 2952 | 2026-06-02T23:45:39.550Z | Compiling toml v0.8.23 |
| 2953 | 2026-06-02T23:45:39.626Z | Compiling hickory-proto v0.24.4 |
| 2954 | 2026-06-02T23:45:39.830Z | Compiling progenitor-impl v0.14.0 |
| 2955 | 2026-06-02T23:45:39.844Z | Compiling progenitor-impl v0.13.0 |
| 2956 | 2026-06-02T23:45:40.146Z | Compiling console v0.15.11 |
| 2957 | 2026-06-02T23:45:40.774Z | Compiling camino-tempfile v1.4.1 |
| 2958 | 2026-06-02T23:45:41.195Z | Compiling serde-big-array v0.5.1 |
| 2959 | 2026-06-02T23:45:41.366Z | Compiling derive-where v1.6.1 |
| 2960 | 2026-06-02T23:45:41.421Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2961 | 2026-06-02T23:45:41.750Z | Compiling pin-project-internal v1.1.13 |
| 2962 | 2026-06-02T23:45:41.915Z | Compiling minimal-lexical v0.2.1 |
| 2963 | 2026-06-02T23:45:41.953Z | Compiling siphasher v1.0.3 |
| 2964 | 2026-06-02T23:45:42.167Z | Compiling phf_shared v0.12.1 |
| 2965 | 2026-06-02T23:45:42.179Z | Compiling nom v7.1.3 |
| 2966 | 2026-06-02T23:45:42.397Z | Compiling progenitor-macro v0.13.0 |
| 2967 | 2026-06-02T23:45:42.671Z | Compiling progenitor-macro v0.14.0 |
| 2968 | 2026-06-02T23:45:42.787Z | Compiling hickory-resolver v0.24.4 |
| 2969 | 2026-06-02T23:45:42.868Z | Compiling pin-project v1.1.13 |
| 2970 | 2026-06-02T23:45:42.985Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2971 | 2026-06-02T23:45:43.494Z | Compiling expectorate v1.2.0 |
| 2972 | 2026-06-02T23:45:46.395Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2973 | 2026-06-02T23:45:46.672Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2974 | 2026-06-02T23:45:46.884Z | Compiling num_enum v0.5.11 |
| 2975 | 2026-06-02T23:45:47.287Z | Compiling progenitor-client v0.13.0 |
| 2976 | 2026-06-02T23:45:48.025Z | Compiling zone_cfg_derive v0.3.1 |
| 2977 | 2026-06-02T23:45:48.755Z | Compiling unicode-normalization v0.1.25 |
| 2978 | 2026-06-02T23:45:49.296Z | Compiling tokio-stream v0.1.18 |
| 2979 | 2026-06-02T23:45:49.404Z | Compiling async-recursion v1.1.1 |
| 2980 | 2026-06-02T23:45:49.863Z | Compiling snafu-derive v0.8.9 |
| 2981 | 2026-06-02T23:45:50.138Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2982 | 2026-06-02T23:45:50.408Z | Compiling slog-dtrace v0.3.0 |
| 2983 | 2026-06-02T23:45:50.483Z | Compiling csv-core v0.1.13 |
| 2984 | 2026-06-02T23:45:50.680Z | Compiling konst_macro_rules v0.2.19 |
| 2985 | 2026-06-02T23:45:50.885Z | Compiling foldhash v0.1.5 |
| 2986 | 2026-06-02T23:45:50.911Z | Compiling highway v1.3.0 |
| 2987 | 2026-06-02T23:45:51.129Z | Compiling unicode-xid v0.2.6 |
| 2988 | 2026-06-02T23:45:51.264Z | Compiling smawk v0.3.2 |
| 2989 | 2026-06-02T23:45:51.439Z | Compiling foreign-types-shared v0.1.1 |
| 2990 | 2026-06-02T23:45:51.545Z | Compiling same-file v1.0.6 |
| 2991 | 2026-06-02T23:45:51.629Z | Compiling cancel-safe-futures v0.1.5 |
| 2992 | 2026-06-02T23:45:51.655Z | Compiling unicode-linebreak v0.1.5 |
| 2993 | 2026-06-02T23:45:51.734Z | Compiling openssl v0.10.80 |
| 2994 | 2026-06-02T23:45:51.913Z | Compiling chrono-tz v0.10.4 |
| 2995 | 2026-06-02T23:45:51.963Z | Compiling unicode-width v0.1.14 |
| 2996 | 2026-06-02T23:45:52.099Z | Compiling textwrap v0.16.2 |
| 2997 | 2026-06-02T23:45:52.186Z | Compiling walkdir v2.5.0 |
| 2998 | 2026-06-02T23:45:52.286Z | Compiling snafu v0.8.9 |
| 2999 | 2026-06-02T23:45:52.509Z | Compiling foreign-types v0.3.2 |
| 3000 | 2026-06-02T23:45:52.595Z | Compiling const_format_proc_macros v0.2.34 |
| 3001 | 2026-06-02T23:45:52.853Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3002 | 2026-06-02T23:45:52.906Z | Compiling hashbrown v0.15.5 |
| 3003 | 2026-06-02T23:45:53.414Z | Compiling konst v0.2.20 |
| 3004 | 2026-06-02T23:45:53.566Z | Compiling csv v1.4.0 |
| 3005 | 2026-06-02T23:45:53.796Z | Compiling qorb v0.4.1 |
| 3006 | 2026-06-02T23:45:53.811Z | Compiling progenitor v0.13.0 |
| 3007 | 2026-06-02T23:45:53.958Z | Compiling progenitor v0.14.0 |
| 3008 | 2026-06-02T23:45:54.113Z | Compiling olpc-cjson v0.1.4 |
| 3009 | 2026-06-02T23:45:54.348Z | Compiling zone v0.3.1 |
| 3010 | 2026-06-02T23:45:54.547Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3011 | 2026-06-02T23:45:56.499Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3012 | 2026-06-02T23:45:57.044Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3013 | 2026-06-02T23:45:58.283Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3014 | 2026-06-02T23:45:58.736Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3015 | 2026-06-02T23:45:59.286Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3016 | 2026-06-02T23:46:01.345Z | Compiling phf v0.12.1 |
| 3017 | 2026-06-02T23:46:01.527Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3018 | 2026-06-02T23:46:01.917Z | Compiling tokio-dtrace v0.1.1 |
| 3019 | 2026-06-02T23:46:01.979Z | Compiling globset v0.4.18 |
| 3020 | 2026-06-02T23:46:02.249Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3021 | 2026-06-02T23:46:02.480Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3022 | 2026-06-02T23:46:02.686Z | Compiling smf v0.2.3 |
| 3023 | 2026-06-02T23:46:02.813Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3024 | 2026-06-02T23:46:02.996Z | Compiling libsw-core v0.3.2 |
| 3025 | 2026-06-02T23:46:03.084Z | Compiling pem v3.0.6 |
| 3026 | 2026-06-02T23:46:03.188Z | Compiling serde_plain v1.0.2 |
| 3027 | 2026-06-02T23:46:03.496Z | Compiling openssl-macros v0.1.1 |
| 3028 | 2026-06-02T23:46:03.783Z | Compiling cookie v0.18.1 |
| 3029 | 2026-06-02T23:46:03.845Z | Compiling sigpipe v0.1.3 |
| 3030 | 2026-06-02T23:46:03.948Z | Compiling typed-path v0.9.3 |
| 3031 | 2026-06-02T23:46:03.998Z | Compiling fixedbitset v0.4.2 |
| 3032 | 2026-06-02T23:46:04.038Z | Compiling glob v0.3.3 |
| 3033 | 2026-06-02T23:46:04.050Z | Compiling fixedbitset v0.5.7 |
| 3034 | 2026-06-02T23:46:04.141Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3035 | 2026-06-02T23:46:04.371Z | Compiling jiff v0.2.24 |
| 3036 | 2026-06-02T23:46:04.588Z | Compiling petgraph v0.8.3 |
| 3037 | 2026-06-02T23:46:04.602Z | Compiling petgraph v0.6.5 |
| 3038 | 2026-06-02T23:46:05.495Z | Compiling tough v0.22.0 |
| 3039 | 2026-06-02T23:46:06.426Z | Compiling libsw v3.5.0 |
| 3040 | 2026-06-02T23:46:06.451Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3041 | 2026-06-02T23:46:06.620Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3042 | 2026-06-02T23:46:06.869Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3043 | 2026-06-02T23:46:06.906Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3044 | 2026-06-02T23:46:07.035Z | Compiling oxide-tokio-rt v0.1.6 |
| 3045 | 2026-06-02T23:46:07.610Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3046 | 2026-06-02T23:46:09.095Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3047 | 2026-06-02T23:46:09.626Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3048 | 2026-06-02T23:46:09.863Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3049 | 2026-06-02T23:46:10.057Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3050 | 2026-06-02T23:46:11.125Z | Compiling const_format v0.2.36 |
| 3051 | 2026-06-02T23:46:11.329Z | Compiling papergrid v0.11.0 |
| 3052 | 2026-06-02T23:46:12.059Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3053 | 2026-06-02T23:46:12.087Z | Compiling libscf-sys v1.2.0 |
| 3054 | 2026-06-02T23:46:12.236Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3055 | 2026-06-02T23:46:12.370Z | Compiling tabled_derive v0.7.0 |
| 3056 | 2026-06-02T23:46:12.756Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 3057 | 2026-06-02T23:46:13.146Z | Compiling gethostname v0.5.0 |
| 3058 | 2026-06-02T23:46:13.289Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3059 | 2026-06-02T23:46:13.325Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3060 | 2026-06-02T23:46:13.346Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3061 | 2026-06-02T23:46:13.414Z | Compiling bcs v0.1.6 |
| 3062 | 2026-06-02T23:46:13.812Z | Compiling linear-map v1.2.0 |
| 3063 | 2026-06-02T23:46:14.045Z | Compiling whoami v1.6.1 |
| 3064 | 2026-06-02T23:46:14.521Z | Compiling termtree v0.5.1 |
| 3065 | 2026-06-02T23:46:14.589Z | Compiling tagptr v0.2.0 |
| 3066 | 2026-06-02T23:46:14.754Z | Compiling moka v0.12.15 |
| 3067 | 2026-06-02T23:46:15.699Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3068 | 2026-06-02T23:46:16.010Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3069 | 2026-06-02T23:46:16.555Z | Compiling tabled v0.15.0 |
| 3070 | 2026-06-02T23:46:17.046Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3071 | 2026-06-02T23:46:17.686Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3072 | 2026-06-02T23:46:17.855Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3073 | 2026-06-02T23:46:18.078Z | Compiling steno v0.4.1 |
| 3074 | 2026-06-02T23:46:20.157Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3075 | 2026-06-02T23:46:22.316Z | Compiling hickory-proto v0.25.2 |
| 3076 | 2026-06-02T23:46:23.889Z | Compiling typify-impl v0.4.3 |
| 3077 | 2026-06-02T23:46:24.409Z | Compiling humantime v2.3.0 |
| 3078 | 2026-06-02T23:46:24.863Z | Compiling hickory-resolver v0.25.2 |
| 3079 | 2026-06-02T23:46:25.788Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3080 | 2026-06-02T23:46:26.409Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3081 | 2026-06-02T23:46:26.774Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 3082 | 2026-06-02T23:46:26.922Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3083 | 2026-06-02T23:46:27.252Z | Compiling typify-macro v0.4.3 |
| 3084 | 2026-06-02T23:46:28.829Z | Compiling typify v0.4.3 |
| 3085 | 2026-06-02T23:46:28.866Z | Compiling parking_lot_core v0.8.6 |
| 3086 | 2026-06-02T23:46:28.935Z | Compiling nom v8.0.0 |
| 3087 | 2026-06-02T23:46:29.622Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3088 | 2026-06-02T23:46:30.562Z | Compiling crunchy v0.2.4 |
| 3089 | 2026-06-02T23:46:30.910Z | Compiling parking_lot v0.11.2 |
| 3090 | 2026-06-02T23:46:31.158Z | Compiling fxhash v0.2.1 |
| 3091 | 2026-06-02T23:46:31.312Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3092 | 2026-06-02T23:46:31.597Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 3093 | 2026-06-02T23:46:31.612Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3094 | 2026-06-02T23:46:31.811Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3095 | 2026-06-02T23:46:32.074Z | Compiling tiny-keccak v2.0.2 |
| 3096 | 2026-06-02T23:46:32.077Z | Compiling proc-macro-error2 v2.0.1 |
| 3097 | 2026-06-02T23:46:32.380Z | Compiling sled v0.34.7 |
| 3098 | 2026-06-02T23:46:32.482Z | Compiling arc-swap v1.9.1 |
| 3099 | 2026-06-02T23:46:32.837Z | Compiling slog-scope v4.4.1 |
| 3100 | 2026-06-02T23:46:33.494Z | Compiling tabled_derive v0.11.0 |
| 3101 | 2026-06-02T23:46:34.097Z | Compiling progenitor-impl v0.11.2 |
| 3102 | 2026-06-02T23:46:34.306Z | Compiling papergrid v0.17.0 |
| 3103 | 2026-06-02T23:46:34.638Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3104 | 2026-06-02T23:46:36.093Z | Compiling testing_table v0.3.0 |
| 3105 | 2026-06-02T23:46:36.180Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3106 | 2026-06-02T23:46:36.451Z | Compiling internet-checksum v0.2.1 |
| 3107 | 2026-06-02T23:46:36.566Z | Compiling tabled v0.20.0 |
| 3108 | 2026-06-02T23:46:36.599Z | Compiling progenitor-macro v0.11.2 |
| 3109 | 2026-06-02T23:46:39.875Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 3110 | 2026-06-02T23:46:40.032Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3111 | 2026-06-02T23:46:40.742Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3112 | 2026-06-02T23:46:44.227Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 3113 | 2026-06-02T23:46:44.275Z | Compiling const-random-macro v0.1.16 |
| 3114 | 2026-06-02T23:46:44.709Z | Compiling slog-stdlog v4.1.1 |
| 3115 | 2026-06-02T23:46:46.142Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 3116 | 2026-06-02T23:46:48.511Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 3117 | 2026-06-02T23:46:48.525Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3118 | 2026-06-02T23:46:49.122Z | Compiling progenitor-client v0.11.2 |
| 3119 | 2026-06-02T23:46:49.213Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3120 | 2026-06-02T23:46:49.617Z | Compiling smartstring v1.0.1 |
| 3121 | 2026-06-02T23:46:49.787Z | Compiling ahash v0.8.12 |
| 3122 | 2026-06-02T23:46:49.976Z | Compiling progenitor v0.11.2 |
| 3123 | 2026-06-02T23:46:50.132Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 3124 | 2026-06-02T23:46:50.147Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3125 | 2026-06-02T23:46:50.247Z | Compiling slog-envlogger v2.2.0 |
| 3126 | 2026-06-02T23:46:51.222Z | Compiling const-random v0.1.18 |
| 3127 | 2026-06-02T23:46:51.385Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 3128 | 2026-06-02T23:46:51.836Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3129 | 2026-06-02T23:46:52.132Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 3130 | 2026-06-02T23:46:52.410Z | Compiling crc8 v0.1.1 |
| 3131 | 2026-06-02T23:46:52.537Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3132 | 2026-06-02T23:46:52.975Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3133 | 2026-06-02T23:46:53.798Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 3134 | 2026-06-02T23:46:54.726Z | Compiling progenitor-impl v0.10.0 |
| 3135 | 2026-06-02T23:46:55.491Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 3136 | 2026-06-02T23:46:55.938Z | Compiling lzma-sys v0.1.20 |
| 3137 | 2026-06-02T23:46:56.219Z | Compiling thin-vec v0.2.18 |
| 3138 | 2026-06-02T23:46:56.386Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 3139 | 2026-06-02T23:46:56.573Z | Compiling rhai_codegen v3.1.0 |
| 3140 | 2026-06-02T23:46:56.795Z | Compiling fs-err v3.3.0 |
| 3141 | 2026-06-02T23:46:56.939Z | Compiling typeid v1.0.3 |
| 3142 | 2026-06-02T23:46:57.074Z | Compiling utf-8 v0.7.6 |
| 3143 | 2026-06-02T23:46:57.303Z | Compiling tungstenite v0.21.0 |
| 3144 | 2026-06-02T23:46:57.809Z | Compiling rhai v1.24.0 |
| 3145 | 2026-06-02T23:46:58.258Z | Compiling progenitor-macro v0.10.0 |
| 3146 | 2026-06-02T23:46:59.418Z | Compiling cargo_toml v0.22.3 |
| 3147 | 2026-06-02T23:47:01.703Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3148 | 2026-06-02T23:47:01.884Z | Compiling sha2 v0.10.9 |
| 3149 | 2026-06-02T23:47:02.418Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3150 | 2026-06-02T23:47:03.145Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3151 | 2026-06-02T23:47:03.275Z | Compiling progenitor v0.10.0 |
| 3152 | 2026-06-02T23:47:03.435Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 3153 | 2026-06-02T23:47:03.626Z | Compiling tokio-tungstenite v0.21.0 |
| 3154 | 2026-06-02T23:47:03.987Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 3155 | 2026-06-02T23:47:05.006Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 3156 | 2026-06-02T23:47:06.218Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3157 | 2026-06-02T23:47:06.608Z | Compiling console v0.16.3 |
| 3158 | 2026-06-02T23:47:06.947Z | Compiling git-stub v1.0.0 |
| 3159 | 2026-06-02T23:47:07.829Z | Compiling unit-prefix v0.5.2 |
| 3160 | 2026-06-02T23:47:07.863Z | Compiling base64 v0.21.7 |
| 3161 | 2026-06-02T23:47:08.002Z | Compiling is_ci v1.2.0 |
| 3162 | 2026-06-02T23:47:08.187Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3163 | 2026-06-02T23:47:08.372Z | Compiling supports-color v3.0.2 |
| 3164 | 2026-06-02T23:47:08.384Z | Compiling indicatif v0.18.4 |
| 3165 | 2026-06-02T23:47:09.157Z | Compiling git-stub-vcs v0.1.0 |
| 3166 | 2026-06-02T23:47:09.871Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3167 | 2026-06-02T23:47:10.909Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 3168 | 2026-06-02T23:47:11.090Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad) |
| 3169 | 2026-06-02T23:47:11.401Z | Compiling ron v0.12.1 |
| 3170 | 2026-06-02T23:47:12.146Z | Compiling xz2 v0.1.7 |
| 3171 | 2026-06-02T23:47:12.460Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 3172 | 2026-06-02T23:47:12.819Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 3173 | 2026-06-02T23:47:14.078Z | Compiling drift v0.2.0 |
| 3174 | 2026-06-02T23:47:15.042Z | Compiling base16ct v1.0.0 |
| 3175 | 2026-06-02T23:47:15.148Z | Compiling dropshot-api-manager v0.7.2 |
| 3176 | 2026-06-02T23:47:18.760Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 3177 | 2026-06-02T23:47:22.647Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 3178 | 2026-06-02T23:47:23.808Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 3179 | 2026-06-02T23:47:25.159Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 3180 | 2026-06-02T23:47:28.426Z | Compiling natord v1.0.9 |
| 3181 | 2026-06-02T23:47:28.721Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 3182 | 2026-06-02T23:47:28.814Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 3183 | 2026-06-02T23:47:30.597Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 3184 | 2026-06-02T23:47:30.721Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 3185 | 2026-06-02T23:47:33.479Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 3186 | 2026-06-02T23:47:40.027Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 3187 | 2026-06-02T23:47:44.206Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 3188 | 2026-06-02T23:47:44.206Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 3189 | 2026-06-02T23:47:44.209Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 3190 | 2026-06-02T23:47:44.573Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 3191 | 2026-06-02T23:48:11.162Z | Finished `release` profile [optimized] target(s) in 4m 24s |
| 3192 | 2026-06-02T23:48:11.342Z | |
| 3193 | 2026-06-02T23:48:11.342Z | real 4:24.570784088 |
| 3194 | 2026-06-02T23:48:11.342Z | user 30:01.060948990 |
| 3195 | 2026-06-02T23:48:11.342Z | sys 2:46.065166594 |
| 3196 | 2026-06-02T23:48:11.342Z | trap 0.757292223 |
| 3197 | 2026-06-02T23:48:11.342Z | tflt 1.232391071 |
| 3198 | 2026-06-02T23:48:11.342Z | dflt 1.646365332 |
| 3199 | 2026-06-02T23:48:11.342Z | kflt 0.001338536 |
| 3200 | 2026-06-02T23:48:11.342Z | lock 2:00:54.477169044 |
| 3201 | 2026-06-02T23:48:11.342Z | slp 1:27:04.697679765 |
| 3202 | 2026-06-02T23:48:11.342Z | lat 2:12.512974736 |
| 3203 | 2026-06-02T23:48:11.342Z | stop 3:26.075214453 |
| 3204 | 2026-06-02T23:48:11.345Z | + for x in debug release |
| 3205 | 2026-06-02T23:48:11.345Z | + mkdir -p /work/debug |
| 3206 | 2026-06-02T23:48:11.345Z | + cp target/debug/ddmd /work/debug/ddmd |
| 3207 | 2026-06-02T23:48:11.860Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 3208 | 2026-06-02T23:48:12.212Z | + cp target/debug/mgd /work/debug/mgd |
| 3209 | 2026-06-02T23:48:12.824Z | + cp target/debug/mgadm /work/debug/mgadm |
| 3210 | 2026-06-02T23:48:13.304Z | + for x in debug release |
| 3211 | 2026-06-02T23:48:13.304Z | + mkdir -p /work/release |
| 3212 | 2026-06-02T23:48:13.308Z | + cp target/release/ddmd /work/release/ddmd |
| 3213 | 2026-06-02T23:48:13.400Z | + cp target/release/ddmadm /work/release/ddmadm |
| 3214 | 2026-06-02T23:48:13.484Z | + cp target/release/mgd /work/release/mgd |
| 3215 | 2026-06-02T23:48:13.544Z | + cp target/release/mgadm /work/release/mgadm |
| 3216 | 2026-06-02T23:48:13.641Z | + cp target/release/falcon-lab /work/release/falcon-lab |
| 3217 | 2026-06-02T23:48:13.758Z | process exited: duration 702245 ms, exit code 0 |
| |
| 3218 | 2026-06-02T23:48:13.770Z | found 9 output files |
| 3219 | 2026-06-02T23:48:13.770Z | uploading: /work/debug/ddmadm (520171912 bytes) |
| 3220 | 2026-06-02T23:48:19.509Z | uploaded: /work/debug/ddmadm |
| 3221 | 2026-06-02T23:48:19.509Z | uploading: /work/debug/ddmd (618364152 bytes) |
| 3222 | 2026-06-02T23:48:31.181Z | uploaded: /work/debug/ddmd |
| 3223 | 2026-06-02T23:48:31.181Z | uploading: /work/debug/mgadm (612220352 bytes) |
| 3224 | 2026-06-02T23:48:47.641Z | uploaded: /work/debug/mgadm |
| 3225 | 2026-06-02T23:48:47.641Z | uploading: /work/debug/mgd (706779424 bytes) |
| 3226 | 2026-06-02T23:48:57.726Z | uploaded: /work/debug/mgd |
| 3227 | 2026-06-02T23:48:57.726Z | uploading: /work/release/ddmadm (49205728 bytes) |
| 3228 | 2026-06-02T23:48:59.073Z | uploaded: /work/release/ddmadm |
| 3229 | 2026-06-02T23:48:59.073Z | uploading: /work/release/ddmd (57216344 bytes) |
| 3230 | 2026-06-02T23:49:00.455Z | uploaded: /work/release/ddmd |
| 3231 | 2026-06-02T23:49:00.455Z | uploading: /work/release/falcon-lab (72438600 bytes) |
| 3232 | 2026-06-02T23:49:02.015Z | uploaded: /work/release/falcon-lab |
| 3233 | 2026-06-02T23:49:02.015Z | uploading: /work/release/mgadm (57323400 bytes) |
| 3234 | 2026-06-02T23:49:03.706Z | uploaded: /work/release/mgadm |
| 3235 | 2026-06-02T23:49:03.706Z | uploading: /work/release/mgd (74444000 bytes) |
| 3236 | 2026-06-02T23:49:05.226Z | uploaded: /work/release/mgd |