|
|
|
| 1 | 2026-03-30T17:06:37.638Z | job assigned to worker 01KMZVB2T8JDZW6NJFVVDVMP6R [factory aws, i-01a1b7f680af2345a] (queued for 48 s) |
| |
| 2 | 2026-03-30T17:06:44.451Z | starting task 0: "setup" |
| 3 | 2026-03-30T17:06:44.455Z | ++ uname -s |
| 4 | 2026-03-30T17:06:44.459Z | + kern=SunOS |
| 5 | 2026-03-30T17:06:44.459Z | + build_user=build |
| 6 | 2026-03-30T17:06:44.459Z | + build_uid=12345 |
| 7 | 2026-03-30T17:06:44.459Z | + work_dir=/work |
| 8 | 2026-03-30T17:06:44.459Z | + input_dir=/input |
| 9 | 2026-03-30T17:06:44.459Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-30T17:06:44.459Z | + case "$kern" in |
| 11 | 2026-03-30T17:06:44.459Z | + groupadd -g 12345 build |
| 12 | 2026-03-30T17:06:44.462Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-30T17:06:46.466Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-30T17:06:46.587Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-30T17:06:46.590Z | + home_fs=zfs |
| 16 | 2026-03-30T17:06:46.590Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-30T17:06:46.590Z | + mkdir -p /home/build |
| 18 | 2026-03-30T17:06:46.590Z | + chown build:build /home/build /work |
| 19 | 2026-03-30T17:06:47.591Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-30T17:06:47.594Z | process exited: duration 3144 ms, exit code 0 |
| |
| 21 | 2026-03-30T17:06:47.600Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-30T17:06:47.604Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-03-30T17:06:47.604Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-30T17:06:47.604Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-30T17:06:47.604Z | * rust toolchain channel = "stable" |
| 26 | 2026-03-30T17:06:47.604Z | * rust toolchain profile = "default" |
| 27 | 2026-03-30T17:06:47.604Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-30T17:06:47.608Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-30T17:06:47.608Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-03-30T17:06:47.728Z | info: downloading installer |
| 31 | 2026-03-30T17:06:49.155Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-30T17:06:49.156Z | warn: /opt/ooce/bin |
| 33 | 2026-03-30T17:06:49.156Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-30T17:06:49.156Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-30T17:06:49.156Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-30T17:06:49.156Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-30T17:06:49.156Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-30T17:06:49.156Z | error: cannot install while Rust is installed |
| 39 | 2026-03-30T17:06:49.156Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-30T17:06:49.156Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-30T17:06:49.156Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-30T17:06:49.156Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-30T17:06:49.156Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-30T17:06:49.166Z | info: profile set to default |
| 45 | 2026-03-30T17:06:49.166Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-30T17:06:49.166Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-03-30T17:06:49.287Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 48 | 2026-03-30T17:06:49.291Z | info: downloading 6 components |
| 49 | 2026-03-30T17:07:05.118Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-03-30T17:07:05.118Z | |
| 51 | 2026-03-30T17:07:05.144Z | stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 52 | 2026-03-30T17:07:05.144Z | |
| 53 | 2026-03-30T17:07:05.144Z | |
| 54 | 2026-03-30T17:07:05.144Z | Rust is installed now. Great! |
| 55 | 2026-03-30T17:07:05.144Z | |
| 56 | 2026-03-30T17:07:05.144Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-30T17:07:05.144Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-30T17:07:05.144Z | |
| 59 | 2026-03-30T17:07:05.144Z | To configure your current shell, you need to source |
| 60 | 2026-03-30T17:07:05.144Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-30T17:07:05.144Z | |
| 62 | 2026-03-30T17:07:05.144Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-30T17:07:05.144Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-30T17:07:05.144Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-30T17:07:05.144Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-30T17:07:05.144Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-30T17:07:05.144Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-30T17:07:05.145Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-30T17:07:05.148Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-30T17:07:05.148Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-30T17:07:05.233Z | + rustup --version |
| 72 | 2026-03-30T17:07:05.243Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-30T17:07:05.247Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-30T17:07:05.264Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 75 | 2026-03-30T17:07:05.267Z | + cargo --version |
| 76 | 2026-03-30T17:07:05.280Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 77 | 2026-03-30T17:07:05.283Z | + rustc --version |
| 78 | 2026-03-30T17:07:05.302Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 79 | 2026-03-30T17:07:05.305Z | process exited: duration 17703 ms, exit code 0 |
| |
| 80 | 2026-03-30T17:07:05.311Z | starting task 2: "authentication" |
| 81 | 2026-03-30T17:07:05.327Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-03-30T17:07:05.335Z | starting task 3: "clone repository" |
| 83 | 2026-03-30T17:07:05.338Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-03-30T17:07:05.341Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-03-30T17:07:05.538Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-03-30T17:07:06.470Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-03-30T17:07:06.474Z | + git fetch origin e13def21b434f6614ea7db71efcc960c0b074b5f |
| 88 | 2026-03-30T17:07:06.751Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-03-30T17:07:06.751Z | * branch e13def21b434f6614ea7db71efcc960c0b074b5f -> FETCH_HEAD |
| 90 | 2026-03-30T17:07:06.814Z | + [[ -n trey/map_cleanup ]] |
| 91 | 2026-03-30T17:07:06.821Z | ++ git branch --show-current |
| 92 | 2026-03-30T17:07:06.821Z | + current=main |
| 93 | 2026-03-30T17:07:06.821Z | + [[ main != trey/map_cleanup ]] |
| 94 | 2026-03-30T17:07:06.821Z | + git branch -f trey/map_cleanup e13def21b434f6614ea7db71efcc960c0b074b5f |
| 95 | 2026-03-30T17:07:06.821Z | + git checkout -f trey/map_cleanup |
| 96 | 2026-03-30T17:07:06.821Z | Switched to branch 'trey/map_cleanup' |
| 97 | 2026-03-30T17:07:06.821Z | + git reset --hard e13def21b434f6614ea7db71efcc960c0b074b5f |
| 98 | 2026-03-30T17:07:06.821Z | HEAD is now at e13def2 Merge branch 'main' into trey/map_cleanup |
| 99 | 2026-03-30T17:07:06.821Z | process exited: duration 1451 ms, exit code 0 |
| |
| 100 | 2026-03-30T17:07:06.831Z | starting task 4: "build" |
| 101 | 2026-03-30T17:07:06.834Z | + pfexec pkg install clang-15 |
| 102 | 2026-03-30T17:07:15.845Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 103 | 2026-03-30T17:07:22.656Z | Startup: Caching catalogs ... Done |
| 104 | 2026-03-30T17:07:26.730Z | Planning: Solver setup ... Done |
| 105 | 2026-03-30T17:07:26.746Z | Planning: Running solver ... Done |
| 106 | 2026-03-30T17:07:26.859Z | Planning: Finding local manifests ... Done |
| 107 | 2026-03-30T17:07:26.875Z | Planning: Fetching manifests: 0/2 0% complete |
| 108 | 2026-03-30T17:07:26.966Z | Planning: Fetching manifests: 2/2 100% complete |
| 109 | 2026-03-30T17:07:26.995Z | Planning: Package planning ... Done |
| 110 | 2026-03-30T17:07:27.021Z | Planning: Merging actions ... Done |
| 111 | 2026-03-30T17:07:27.149Z | Planning: Checking for conflicting actions ... Done |
| 112 | 2026-03-30T17:07:27.155Z | Planning: Consolidating action changes ... Done |
| 113 | 2026-03-30T17:07:28.569Z | Planning: Evaluating mediators ... Done |
| 114 | 2026-03-30T17:07:28.575Z | Planning: Planning completed in 5.76 seconds |
| 115 | 2026-03-30T17:07:28.588Z | Packages to install: 2 |
| 116 | 2026-03-30T17:07:28.588Z | Mediators to change: 2 |
| 117 | 2026-03-30T17:07:28.588Z | Services to change: 1 |
| 118 | 2026-03-30T17:07:28.588Z | Create boot environment: No |
| 119 | 2026-03-30T17:07:28.591Z | Create backup boot environment: No |
| 120 | 2026-03-30T17:07:28.658Z | |
| 121 | 2026-03-30T17:07:28.658Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 122 | 2026-03-30T17:07:33.780Z | Download: 1999/3076 items 117.9/211.3MB 55% complete (24.1M/s) |
| 123 | 2026-03-30T17:07:38.780Z | Download: 2970/3076 items 169.7/211.3MB 80% complete (16.0M/s) |
| 124 | 2026-03-30T17:07:44.054Z | Download: 3074/3076 items 208.2/211.3MB 98% complete (12.8M/s) |
| 125 | 2026-03-30T17:07:44.101Z | Download: Completed 211.31 MB in 15.44 seconds (13.7M/s) |
| 126 | 2026-03-30T17:07:44.233Z | Actions: 1/3418 actions (Installing new actions) |
| 127 | 2026-03-30T17:07:47.444Z | Actions: Completed 3418 actions in 3.21 seconds. |
| 128 | 2026-03-30T17:07:48.050Z | Done |
| 129 | 2026-03-30T17:07:48.050Z | Done |
| 130 | 2026-03-30T17:07:48.755Z | Done |
| 131 | 2026-03-30T17:07:52.143Z | Done |
| 132 | 2026-03-30T17:07:52.216Z | Done |
| 133 | 2026-03-30T17:07:52.219Z | Done |
| 134 | 2026-03-30T17:07:52.504Z | Done |
| 135 | 2026-03-30T17:07:53.140Z | + cargo --version |
| 136 | 2026-03-30T17:07:53.148Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 137 | 2026-03-30T17:07:53.292Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 138 | 2026-03-30T17:07:53.295Z | info: downloading 6 components |
| 139 | 2026-03-30T17:08:09.360Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 140 | 2026-03-30T17:08:09.363Z | + rustc --version |
| 141 | 2026-03-30T17:08:09.392Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 142 | 2026-03-30T17:08:09.396Z | + banner check |
| 143 | 2026-03-30T17:08:09.399Z | |
| 144 | 2026-03-30T17:08:09.399Z | #### # # ###### #### # # |
| 145 | 2026-03-30T17:08:09.399Z | # # # # # # # # # |
| 146 | 2026-03-30T17:08:09.399Z | # ###### ##### # #### |
| 147 | 2026-03-30T17:08:09.399Z | # # # # # # # |
| 148 | 2026-03-30T17:08:09.399Z | # # # # # # # # # |
| 149 | 2026-03-30T17:08:09.400Z | #### # # ###### #### # # |
| 150 | 2026-03-30T17:08:09.400Z | |
| 151 | 2026-03-30T17:08:09.400Z | + cargo fmt -- --check |
| 152 | 2026-03-30T17:08:09.782Z | + cargo clippy --all-targets -- --deny warnings |
| 153 | 2026-03-30T17:08:09.896Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 154 | 2026-03-30T17:08:10.549Z | From https://github.com/oxidecomputer/falcon |
| 155 | 2026-03-30T17:08:10.549Z | * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7 |
| 156 | 2026-03-30T17:08:10.627Z | Updating crates.io index |
| 157 | 2026-03-30T17:08:10.631Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 158 | 2026-03-30T17:08:11.394Z | From https://github.com/oxidecomputer/dendrite |
| 159 | 2026-03-30T17:08:11.394Z | * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556 |
| 160 | 2026-03-30T17:08:11.458Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 161 | 2026-03-30T17:08:11.741Z | From https://github.com/oxidecomputer/ispf |
| 162 | 2026-03-30T17:08:11.741Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 163 | 2026-03-30T17:08:11.942Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 164 | 2026-03-30T17:08:12.333Z | From https://github.com/oxidecomputer/netadm-sys |
| 165 | 2026-03-30T17:08:12.333Z | * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 |
| 166 | 2026-03-30T17:08:12.341Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 167 | 2026-03-30T17:08:20.307Z | From https://github.com/oxidecomputer/omicron |
| 168 | 2026-03-30T17:08:20.307Z | * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 |
| 169 | 2026-03-30T17:08:20.730Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 170 | 2026-03-30T17:08:21.368Z | From https://github.com/oxidecomputer/opte |
| 171 | 2026-03-30T17:08:21.368Z | * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 |
| 172 | 2026-03-30T17:08:21.399Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 173 | 2026-03-30T17:08:21.676Z | From https://github.com/illumos/smf-rs |
| 174 | 2026-03-30T17:08:21.676Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 175 | 2026-03-30T17:08:22.137Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 176 | 2026-03-30T17:08:22.426Z | From https://github.com/oxidecomputer/network-interface |
| 177 | 2026-03-30T17:08:22.426Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 178 | 2026-03-30T17:08:22.658Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 179 | 2026-03-30T17:08:22.960Z | From https://github.com/oxidecomputer/zone |
| 180 | 2026-03-30T17:08:22.960Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 181 | 2026-03-30T17:08:22.988Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 182 | 2026-03-30T17:08:24.232Z | From https://github.com/oxidecomputer/propolis |
| 183 | 2026-03-30T17:08:24.232Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 184 | 2026-03-30T17:08:24.353Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 185 | 2026-03-30T17:08:24.889Z | From https://github.com/oxidecomputer/transceiver-control |
| 186 | 2026-03-30T17:08:24.889Z | * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 |
| 187 | 2026-03-30T17:08:25.148Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 188 | 2026-03-30T17:08:25.436Z | From https://github.com/oxidecomputer/dlpi-sys |
| 189 | 2026-03-30T17:08:25.436Z | * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc |
| 190 | 2026-03-30T17:08:25.451Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 191 | 2026-03-30T17:08:25.759Z | From https://github.com/jmesmon/rust-libzfs |
| 192 | 2026-03-30T17:08:25.759Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 193 | 2026-03-30T17:08:25.768Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 194 | 2026-03-30T17:08:26.037Z | From https://github.com/oxidecomputer/rusty-doors |
| 195 | 2026-03-30T17:08:26.038Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 196 | 2026-03-30T17:08:26.050Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 197 | 2026-03-30T17:08:26.430Z | From https://github.com/oxidecomputer/lldp |
| 198 | 2026-03-30T17:08:26.430Z | * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 |
| 199 | 2026-03-30T17:08:26.533Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 200 | 2026-03-30T17:08:26.788Z | From https://github.com/oxidecomputer/slog-error-chain |
| 201 | 2026-03-30T17:08:26.788Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 202 | 2026-03-30T17:08:26.861Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 203 | 2026-03-30T17:08:27.181Z | From https://github.com/oxidecomputer/tufaceous |
| 204 | 2026-03-30T17:08:27.181Z | * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465 |
| 205 | 2026-03-30T17:08:27.210Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 206 | 2026-03-30T17:08:27.706Z | From https://github.com/oxidecomputer/management-gateway-service |
| 207 | 2026-03-30T17:08:27.707Z | * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a |
| 208 | 2026-03-30T17:08:27.950Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 209 | 2026-03-30T17:08:28.783Z | From https://github.com/oxidecomputer/crucible |
| 210 | 2026-03-30T17:08:28.783Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 211 | 2026-03-30T17:08:29.465Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 212 | 2026-03-30T17:08:29.755Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 213 | 2026-03-30T17:08:29.755Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 214 | 2026-03-30T17:08:30.137Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 215 | 2026-03-30T17:08:30.537Z | From https://github.com/oxidecomputer/propolis |
| 216 | 2026-03-30T17:08:30.537Z | * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2 |
| 217 | 2026-03-30T17:08:31.003Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 218 | 2026-03-30T17:08:31.289Z | From https://github.com/oxidecomputer/tofino |
| 219 | 2026-03-30T17:08:31.289Z | * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 |
| 220 | 2026-03-30T17:08:31.295Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 221 | 2026-03-30T17:08:31.804Z | From https://github.com/oxidecomputer/maghemite |
| 222 | 2026-03-30T17:08:31.804Z | * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 |
| 223 | 2026-03-30T17:08:31.846Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 224 | 2026-03-30T17:08:32.139Z | From https://github.com/oxidecomputer/clickward |
| 225 | 2026-03-30T17:08:32.139Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 226 | 2026-03-30T17:08:32.175Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 227 | 2026-03-30T17:08:32.455Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 228 | 2026-03-30T17:08:32.455Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 229 | 2026-03-30T17:08:32.661Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 230 | 2026-03-30T17:08:32.984Z | From https://github.com/oxidecomputer/crucible |
| 231 | 2026-03-30T17:08:32.984Z | * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b |
| 232 | 2026-03-30T17:08:34.021Z | Downloading crates ... |
| 233 | 2026-03-30T17:08:34.088Z | Downloaded atomicwrites v0.4.4 |
| 234 | 2026-03-30T17:08:34.092Z | Downloaded cpufeatures v0.2.17 |
| 235 | 2026-03-30T17:08:34.096Z | Downloaded const-random-macro v0.1.16 |
| 236 | 2026-03-30T17:08:34.104Z | Downloaded dof v0.3.0 |
| 237 | 2026-03-30T17:08:34.107Z | Downloaded anstyle-parse v1.0.0 |
| 238 | 2026-03-30T17:08:34.111Z | Downloaded defmt v1.0.1 |
| 239 | 2026-03-30T17:08:34.114Z | Downloaded fxhash v0.2.1 |
| 240 | 2026-03-30T17:08:34.114Z | Downloaded form_urlencoded v1.2.2 |
| 241 | 2026-03-30T17:08:34.120Z | Downloaded diff v0.1.13 |
| 242 | 2026-03-30T17:08:34.123Z | Downloaded colorchoice v1.0.5 |
| 243 | 2026-03-30T17:08:34.123Z | Downloaded deranged v0.5.8 |
| 244 | 2026-03-30T17:08:34.128Z | Downloaded fs_extra v1.3.0 |
| 245 | 2026-03-30T17:08:34.128Z | Downloaded futures-core v0.3.32 |
| 246 | 2026-03-30T17:08:34.131Z | Downloaded foreign-types v0.3.2 |
| 247 | 2026-03-30T17:08:34.131Z | Downloaded defmt-macros v1.0.1 |
| 248 | 2026-03-30T17:08:34.134Z | Downloaded futures-io v0.3.32 |
| 249 | 2026-03-30T17:08:34.137Z | Downloaded backoff v0.4.0 |
| 250 | 2026-03-30T17:08:34.140Z | Downloaded darling v0.23.0 |
| 251 | 2026-03-30T17:08:34.143Z | Downloaded generic-array v0.14.7 |
| 252 | 2026-03-30T17:08:34.147Z | Downloaded aead v0.5.2 |
| 253 | 2026-03-30T17:08:34.152Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 254 | 2026-03-30T17:08:34.152Z | Downloaded dof v0.4.0 |
| 255 | 2026-03-30T17:08:34.155Z | Downloaded foreign-types v0.5.0 |
| 256 | 2026-03-30T17:08:34.155Z | Downloaded argon2 v0.5.3 |
| 257 | 2026-03-30T17:08:34.158Z | Downloaded crc8 v0.1.1 |
| 258 | 2026-03-30T17:08:34.158Z | Downloaded getrandom v0.4.2 |
| 259 | 2026-03-30T17:08:34.162Z | Downloaded crunchy v0.2.4 |
| 260 | 2026-03-30T17:08:34.165Z | Downloaded erased-serde v0.3.31 |
| 261 | 2026-03-30T17:08:34.168Z | Downloaded cfg_aliases v0.2.1 |
| 262 | 2026-03-30T17:08:34.171Z | Downloaded csv-core v0.1.13 |
| 263 | 2026-03-30T17:08:34.171Z | Downloaded base64ct v1.8.3 |
| 264 | 2026-03-30T17:08:34.174Z | Downloaded darling_macro v0.23.0 |
| 265 | 2026-03-30T17:08:34.177Z | Downloaded hex v0.4.3 |
| 266 | 2026-03-30T17:08:34.181Z | Downloaded hubpack v0.1.2 |
| 267 | 2026-03-30T17:08:34.181Z | Downloaded hash32 v0.3.1 |
| 268 | 2026-03-30T17:08:34.184Z | Downloaded dyn-clone v1.0.20 |
| 269 | 2026-03-30T17:08:34.187Z | Downloaded foreign-types-shared v0.3.1 |
| 270 | 2026-03-30T17:08:34.187Z | Downloaded hmac v0.12.1 |
| 271 | 2026-03-30T17:08:34.190Z | Downloaded darling_macro v0.21.3 |
| 272 | 2026-03-30T17:08:34.190Z | Downloaded dunce v1.0.5 |
| 273 | 2026-03-30T17:08:34.194Z | Downloaded bit-set v0.8.0 |
| 274 | 2026-03-30T17:08:34.197Z | Downloaded getrandom v0.2.17 |
| 275 | 2026-03-30T17:08:34.197Z | Downloaded async-stream v0.3.6 |
| 276 | 2026-03-30T17:08:34.200Z | Downloaded http-body v1.0.1 |
| 277 | 2026-03-30T17:08:34.204Z | Downloaded httpdate v1.0.3 |
| 278 | 2026-03-30T17:08:34.204Z | Downloaded hostname v0.3.1 |
| 279 | 2026-03-30T17:08:34.207Z | Downloaded crossbeam-deque v0.8.6 |
| 280 | 2026-03-30T17:08:34.207Z | Downloaded futures-task v0.3.32 |
| 281 | 2026-03-30T17:08:34.212Z | Downloaded ahash v0.8.12 |
| 282 | 2026-03-30T17:08:34.215Z | Downloaded hostname v0.4.2 |
| 283 | 2026-03-30T17:08:34.215Z | Downloaded debug-ignore v1.0.5 |
| 284 | 2026-03-30T17:08:34.218Z | Downloaded foreign-types-shared v0.1.1 |
| 285 | 2026-03-30T17:08:34.218Z | Downloaded gethostname v0.5.0 |
| 286 | 2026-03-30T17:08:34.221Z | Downloaded fnv v1.0.7 |
| 287 | 2026-03-30T17:08:34.224Z | Downloaded colored v3.1.1 |
| 288 | 2026-03-30T17:08:34.229Z | Downloaded errno v0.3.14 |
| 289 | 2026-03-30T17:08:34.229Z | Downloaded float-ord v0.3.2 |
| 290 | 2026-03-30T17:08:34.232Z | Downloaded idna_adapter v1.2.1 |
| 291 | 2026-03-30T17:08:34.232Z | Downloaded ident_case v1.0.1 |
| 292 | 2026-03-30T17:08:34.232Z | Downloaded fixedbitset v0.4.2 |
| 293 | 2026-03-30T17:08:34.235Z | Downloaded embedded-io v0.4.0 |
| 294 | 2026-03-30T17:08:34.238Z | Downloaded itoa v1.0.18 |
| 295 | 2026-03-30T17:08:34.241Z | Downloaded instant v0.1.13 |
| 296 | 2026-03-30T17:08:34.241Z | Downloaded indent_write v2.2.0 |
| 297 | 2026-03-30T17:08:34.245Z | Downloaded heck v0.5.0 |
| 298 | 2026-03-30T17:08:34.245Z | Downloaded lazy_static v1.5.0 |
| 299 | 2026-03-30T17:08:34.248Z | Downloaded is_terminal_polyfill v1.70.2 |
| 300 | 2026-03-30T17:08:34.248Z | Downloaded camino-tempfile v1.4.1 |
| 301 | 2026-03-30T17:08:34.252Z | Downloaded derive-ex v0.1.8 |
| 302 | 2026-03-30T17:08:34.252Z | Downloaded http-body-util v0.1.3 |
| 303 | 2026-03-30T17:08:34.255Z | Downloaded inout v0.1.4 |
| 304 | 2026-03-30T17:08:34.258Z | Downloaded is_ci v1.2.0 |
| 305 | 2026-03-30T17:08:34.258Z | Downloaded futures v0.3.32 |
| 306 | 2026-03-30T17:08:34.262Z | Downloaded glob v0.3.3 |
| 307 | 2026-03-30T17:08:34.265Z | Downloaded ff v0.13.1 |
| 308 | 2026-03-30T17:08:34.268Z | Downloaded keccak v0.1.6 |
| 309 | 2026-03-30T17:08:34.268Z | Downloaded libscf-sys v1.1.0 |
| 310 | 2026-03-30T17:08:34.273Z | Downloaded is-terminal v0.4.17 |
| 311 | 2026-03-30T17:08:34.273Z | Downloaded lru-cache v0.1.2 |
| 312 | 2026-03-30T17:08:34.276Z | Downloaded mime v0.3.17 |
| 313 | 2026-03-30T17:08:34.276Z | Downloaded newline-converter v0.3.0 |
| 314 | 2026-03-30T17:08:34.276Z | Downloaded macaddr v1.0.1 |
| 315 | 2026-03-30T17:08:34.279Z | Downloaded lru-slab v0.1.2 |
| 316 | 2026-03-30T17:08:34.282Z | Downloaded managed v0.8.0 |
| 317 | 2026-03-30T17:08:34.282Z | Downloaded daft-derive v0.1.5 |
| 318 | 2026-03-30T17:08:34.285Z | Downloaded drift v0.1.3 |
| 319 | 2026-03-30T17:08:34.289Z | Downloaded futures-macro v0.3.32 |
| 320 | 2026-03-30T17:08:34.293Z | Downloaded either v1.15.0 |
| 321 | 2026-03-30T17:08:34.296Z | Downloaded highway v1.3.0 |
| 322 | 2026-03-30T17:08:34.296Z | Downloaded backon v1.6.0 |
| 323 | 2026-03-30T17:08:34.299Z | Downloaded ingot v0.1.1 |
| 324 | 2026-03-30T17:08:34.302Z | Downloaded globset v0.4.18 |
| 325 | 2026-03-30T17:08:34.305Z | Downloaded hubpack_derive v0.1.1 |
| 326 | 2026-03-30T17:08:34.305Z | Downloaded foldhash v0.2.0 |
| 327 | 2026-03-30T17:08:34.305Z | Downloaded newtype_derive v0.1.6 |
| 328 | 2026-03-30T17:08:34.308Z | Downloaded num v0.4.3 |
| 329 | 2026-03-30T17:08:34.308Z | Downloaded num-derive v0.4.2 |
| 330 | 2026-03-30T17:08:34.311Z | Downloaded natord v1.0.9 |
| 331 | 2026-03-30T17:08:34.311Z | Downloaded no-std-compat v0.4.1 |
| 332 | 2026-03-30T17:08:34.314Z | Downloaded num-derive v0.3.3 |
| 333 | 2026-03-30T17:08:34.314Z | Downloaded num-conv v0.2.0 |
| 334 | 2026-03-30T17:08:34.317Z | Downloaded olpc-cjson v0.1.4 |
| 335 | 2026-03-30T17:08:34.317Z | Downloaded internet-checksum v0.2.1 |
| 336 | 2026-03-30T17:08:34.321Z | Downloaded cargo_toml v0.22.3 |
| 337 | 2026-03-30T17:08:34.321Z | Downloaded libsw v3.5.0 |
| 338 | 2026-03-30T17:08:34.324Z | Downloaded num-iter v0.1.45 |
| 339 | 2026-03-30T17:08:34.324Z | Downloaded num_threads v0.1.7 |
| 340 | 2026-03-30T17:08:34.327Z | Downloaded opaque-debug v0.3.1 |
| 341 | 2026-03-30T17:08:34.327Z | Downloaded linear-map v1.2.0 |
| 342 | 2026-03-30T17:08:34.330Z | Downloaded iana-time-zone v0.1.65 |
| 343 | 2026-03-30T17:08:34.330Z | Downloaded openssl-macros v0.1.1 |
| 344 | 2026-03-30T17:08:34.333Z | Downloaded bitflags v2.11.0 |
| 345 | 2026-03-30T17:08:34.336Z | Downloaded console v0.15.11 |
| 346 | 2026-03-30T17:08:34.336Z | Downloaded percent-encoding v2.3.2 |
| 347 | 2026-03-30T17:08:34.339Z | Downloaded cookie v0.18.1 |
| 348 | 2026-03-30T17:08:34.340Z | Downloaded lock_api v0.4.14 |
| 349 | 2026-03-30T17:08:34.342Z | Downloaded daft v0.1.5 |
| 350 | 2026-03-30T17:08:34.346Z | Downloaded openssl-probe v0.2.1 |
| 351 | 2026-03-30T17:08:34.346Z | Downloaded clap_derive v4.6.0 |
| 352 | 2026-03-30T17:08:34.349Z | Downloaded libsw-core v0.3.2 |
| 353 | 2026-03-30T17:08:34.349Z | Downloaded humantime v2.3.0 |
| 354 | 2026-03-30T17:08:34.352Z | Downloaded futures-channel v0.3.32 |
| 355 | 2026-03-30T17:08:34.352Z | Downloaded anyhow v1.0.102 |
| 356 | 2026-03-30T17:08:34.355Z | Downloaded omicron-workspace-hack v0.1.0 |
| 357 | 2026-03-30T17:08:34.355Z | Downloaded blake2 v0.10.6 |
| 358 | 2026-03-30T17:08:34.358Z | Downloaded darling v0.21.3 |
| 359 | 2026-03-30T17:08:34.361Z | Downloaded newtype-uuid v1.3.2 |
| 360 | 2026-03-30T17:08:34.364Z | Downloaded crossbeam-epoch v0.9.18 |
| 361 | 2026-03-30T17:08:34.364Z | Downloaded potential_utf v0.1.4 |
| 362 | 2026-03-30T17:08:34.367Z | Downloaded multer v3.1.0 |
| 363 | 2026-03-30T17:08:34.367Z | Downloaded powerfmt v0.2.0 |
| 364 | 2026-03-30T17:08:34.371Z | Downloaded proc-macro-crate v1.3.1 |
| 365 | 2026-03-30T17:08:34.371Z | Downloaded ciborium v0.2.2 |
| 366 | 2026-03-30T17:08:34.374Z | Downloaded phf_shared v0.12.1 |
| 367 | 2026-03-30T17:08:34.374Z | Downloaded pin-utils v0.1.0 |
| 368 | 2026-03-30T17:08:34.377Z | Downloaded ingot-types v0.1.2 |
| 369 | 2026-03-30T17:08:34.377Z | Downloaded ingot-macros v0.1.1 |
| 370 | 2026-03-30T17:08:34.380Z | Downloaded plain v0.2.3 |
| 371 | 2026-03-30T17:08:34.380Z | Downloaded getrandom v0.3.4 |
| 372 | 2026-03-30T17:08:34.383Z | Downloaded num-integer v0.1.46 |
| 373 | 2026-03-30T17:08:34.386Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 374 | 2026-03-30T17:08:34.386Z | Downloaded num_enum v0.7.6 |
| 375 | 2026-03-30T17:08:34.389Z | Downloaded proc-macro-error-attr v1.0.4 |
| 376 | 2026-03-30T17:08:34.393Z | Downloaded proc-macro-crate v3.5.0 |
| 377 | 2026-03-30T17:08:34.393Z | Downloaded pretty-hex v0.4.2 |
| 378 | 2026-03-30T17:08:34.393Z | Downloaded num_enum v0.5.11 |
| 379 | 2026-03-30T17:08:34.396Z | Downloaded hashbrown v0.12.3 |
| 380 | 2026-03-30T17:08:34.399Z | Downloaded progenitor-client v0.11.2 |
| 381 | 2026-03-30T17:08:34.402Z | Downloaded num-rational v0.4.2 |
| 382 | 2026-03-30T17:08:34.402Z | Downloaded derive_more v0.99.20 |
| 383 | 2026-03-30T17:08:34.405Z | Downloaded progenitor-macro v0.13.0 |
| 384 | 2026-03-30T17:08:34.409Z | Downloaded progenitor-client v0.10.0 |
| 385 | 2026-03-30T17:08:34.409Z | Downloaded num_enum_derive v0.7.6 |
| 386 | 2026-03-30T17:08:34.409Z | Downloaded litemap v0.8.1 |
| 387 | 2026-03-30T17:08:34.412Z | Downloaded owo-colors v4.3.0 |
| 388 | 2026-03-30T17:08:34.412Z | Downloaded quick-error v1.2.3 |
| 389 | 2026-03-30T17:08:34.416Z | Downloaded oxnet v0.1.4 |
| 390 | 2026-03-30T17:08:34.416Z | Downloaded progenitor-macro v0.10.0 |
| 391 | 2026-03-30T17:08:34.419Z | Downloaded paste v1.0.15 |
| 392 | 2026-03-30T17:08:34.419Z | Downloaded ref-cast v1.0.25 |
| 393 | 2026-03-30T17:08:34.422Z | Downloaded oxide-tokio-rt v0.1.3 |
| 394 | 2026-03-30T17:08:34.425Z | Downloaded rand_xorshift v0.4.0 |
| 395 | 2026-03-30T17:08:34.425Z | Downloaded progenitor-macro v0.11.2 |
| 396 | 2026-03-30T17:08:34.425Z | Downloaded password-hash v0.5.0 |
| 397 | 2026-03-30T17:08:34.430Z | Downloaded parking_lot_core v0.8.6 |
| 398 | 2026-03-30T17:08:34.430Z | Downloaded base64 v0.21.7 |
| 399 | 2026-03-30T17:08:34.433Z | Downloaded derive-where v1.6.1 |
| 400 | 2026-03-30T17:08:34.436Z | Downloaded pin-project-lite v0.2.17 |
| 401 | 2026-03-30T17:08:34.439Z | Downloaded rustc_version v0.4.1 |
| 402 | 2026-03-30T17:08:34.439Z | Downloaded httparse v1.10.1 |
| 403 | 2026-03-30T17:08:34.442Z | Downloaded dropshot_endpoint v0.16.7 |
| 404 | 2026-03-30T17:08:34.442Z | Downloaded rustc_version v0.1.7 |
| 405 | 2026-03-30T17:08:34.445Z | Downloaded icu_provider v2.1.1 |
| 406 | 2026-03-30T17:08:34.445Z | Downloaded icu_properties v2.1.2 |
| 407 | 2026-03-30T17:08:34.449Z | Downloaded pkg-config v0.3.32 |
| 408 | 2026-03-30T17:08:34.449Z | Downloaded rand_chacha v0.3.1 |
| 409 | 2026-03-30T17:08:34.458Z | Downloaded parse-display-derive v0.10.0 |
| 410 | 2026-03-30T17:08:34.458Z | Downloaded num-complex v0.4.6 |
| 411 | 2026-03-30T17:08:34.461Z | Downloaded indexmap v1.9.3 |
| 412 | 2026-03-30T17:08:34.461Z | Downloaded ppv-lite86 v0.2.21 |
| 413 | 2026-03-30T17:08:34.461Z | Downloaded poly1305 v0.8.0 |
| 414 | 2026-03-30T17:08:34.461Z | Downloaded ref-cast-impl v1.0.25 |
| 415 | 2026-03-30T17:08:34.461Z | Downloaded phf v0.12.1 |
| 416 | 2026-03-30T17:08:34.461Z | Downloaded progenitor v0.13.0 |
| 417 | 2026-03-30T17:08:34.464Z | Downloaded parse-display v0.10.0 |
| 418 | 2026-03-30T17:08:34.464Z | Downloaded rustc-hash v2.1.1 |
| 419 | 2026-03-30T17:08:34.467Z | Downloaded pin-project-internal v1.1.11 |
| 420 | 2026-03-30T17:08:34.467Z | Downloaded hickory-resolver v0.25.2 |
| 421 | 2026-03-30T17:08:34.471Z | Downloaded progenitor-extras v0.1.1 |
| 422 | 2026-03-30T17:08:34.475Z | Downloaded progenitor-client v0.13.0 |
| 423 | 2026-03-30T17:08:34.475Z | Downloaded progenitor v0.11.2 |
| 424 | 2026-03-30T17:08:34.475Z | Downloaded progenitor v0.10.0 |
| 425 | 2026-03-30T17:08:34.478Z | Downloaded proc-macro-error2 v2.0.1 |
| 426 | 2026-03-30T17:08:34.478Z | Downloaded proc-macro-error v1.0.4 |
| 427 | 2026-03-30T17:08:34.481Z | Downloaded same-file v1.0.6 |
| 428 | 2026-03-30T17:08:34.481Z | Downloaded chacha20poly1305 v0.10.1 |
| 429 | 2026-03-30T17:08:34.484Z | Downloaded once_cell v1.21.4 |
| 430 | 2026-03-30T17:08:34.484Z | Downloaded darling_core v0.23.0 |
| 431 | 2026-03-30T17:08:34.487Z | Downloaded parking_lot v0.12.5 |
| 432 | 2026-03-30T17:08:34.490Z | Downloaded rand_core v0.6.4 |
| 433 | 2026-03-30T17:08:34.490Z | Downloaded parking_lot v0.11.2 |
| 434 | 2026-03-30T17:08:34.493Z | Downloaded serde_plain v1.0.2 |
| 435 | 2026-03-30T17:08:34.493Z | Downloaded scroll_derive v0.13.1 |
| 436 | 2026-03-30T17:08:34.496Z | Downloaded rand_core v0.10.0 |
| 437 | 2026-03-30T17:08:34.496Z | Downloaded memmap2 v0.9.10 |
| 438 | 2026-03-30T17:08:34.499Z | Downloaded crc32fast v1.5.0 |
| 439 | 2026-03-30T17:08:34.499Z | Downloaded semver v0.1.20 |
| 440 | 2026-03-30T17:08:34.502Z | Downloaded scroll_derive v0.12.1 |
| 441 | 2026-03-30T17:08:34.502Z | Downloaded rand_chacha v0.9.0 |
| 442 | 2026-03-30T17:08:34.502Z | Downloaded cc v1.2.57 |
| 443 | 2026-03-30T17:08:34.505Z | Downloaded darling_core v0.21.3 |
| 444 | 2026-03-30T17:08:34.508Z | Downloaded rand_core v0.9.5 |
| 445 | 2026-03-30T17:08:34.511Z | Downloaded scopeguard v1.2.0 |
| 446 | 2026-03-30T17:08:34.511Z | Downloaded pest_generator v2.8.6 |
| 447 | 2026-03-30T17:08:34.514Z | Downloaded pest_derive v2.8.6 |
| 448 | 2026-03-30T17:08:34.514Z | Downloaded parking_lot_core v0.9.12 |
| 449 | 2026-03-30T17:08:34.517Z | Downloaded icu_normalizer v2.1.1 |
| 450 | 2026-03-30T17:08:34.520Z | Downloaded half v2.7.1 |
| 451 | 2026-03-30T17:08:34.520Z | Downloaded sha1 v0.10.6 |
| 452 | 2026-03-30T17:08:34.523Z | Downloaded postcard v1.1.3 |
| 453 | 2026-03-30T17:08:34.523Z | Downloaded secrecy v0.10.3 |
| 454 | 2026-03-30T17:08:34.526Z | Downloaded rusty-fork v0.3.1 |
| 455 | 2026-03-30T17:08:34.526Z | Downloaded const_format v0.2.35 |
| 456 | 2026-03-30T17:08:34.529Z | Downloaded heapless v0.8.0 |
| 457 | 2026-03-30T17:08:34.532Z | Downloaded serde-big-array v0.5.1 |
| 458 | 2026-03-30T17:08:34.532Z | Downloaded icu_locale_core v2.1.1 |
| 459 | 2026-03-30T17:08:34.536Z | Downloaded serde_spanned v1.1.0 |
| 460 | 2026-03-30T17:08:34.539Z | Downloaded serial_test_derive v3.4.0 |
| 461 | 2026-03-30T17:08:34.539Z | Downloaded serde_spanned v0.6.9 |
| 462 | 2026-03-30T17:08:34.539Z | Downloaded elliptic-curve v0.13.8 |
| 463 | 2026-03-30T17:08:34.542Z | Downloaded bytecount v0.6.9 |
| 464 | 2026-03-30T17:08:34.545Z | Downloaded siphasher v1.0.2 |
| 465 | 2026-03-30T17:08:34.545Z | Downloaded slog-bunyan v2.5.0 |
| 466 | 2026-03-30T17:08:34.545Z | Downloaded clap v4.6.0 |
| 467 | 2026-03-30T17:08:34.551Z | Downloaded rustls-native-certs v0.8.3 |
| 468 | 2026-03-30T17:08:34.554Z | Downloaded log v0.4.29 |
| 469 | 2026-03-30T17:08:34.557Z | Downloaded arc-swap v1.9.0 |
| 470 | 2026-03-30T17:08:34.557Z | Downloaded rustls-pemfile v2.2.0 |
| 471 | 2026-03-30T17:08:34.560Z | Downloaded num_enum_derive v0.5.11 |
| 472 | 2026-03-30T17:08:34.560Z | Downloaded serial_test v3.4.0 |
| 473 | 2026-03-30T17:08:34.563Z | Downloaded sdd v3.0.10 |
| 474 | 2026-03-30T17:08:34.563Z | Downloaded hyper-rustls v0.27.7 |
| 475 | 2026-03-30T17:08:34.566Z | Downloaded sigpipe v0.1.3 |
| 476 | 2026-03-30T17:08:34.566Z | Downloaded scroll v0.13.0 |
| 477 | 2026-03-30T17:08:34.569Z | Downloaded quinn-udp v0.5.14 |
| 478 | 2026-03-30T17:08:34.569Z | Downloaded semver v1.0.27 |
| 479 | 2026-03-30T17:08:34.572Z | Downloaded hashbrown v0.15.5 |
| 480 | 2026-03-30T17:08:34.575Z | Downloaded strsim v0.11.1 |
| 481 | 2026-03-30T17:08:34.575Z | Downloaded structmeta-derive v0.3.0 |
| 482 | 2026-03-30T17:08:34.575Z | Downloaded serde_tokenstream v0.2.3 |
| 483 | 2026-03-30T17:08:34.579Z | Downloaded serde_path_to_error v0.1.20 |
| 484 | 2026-03-30T17:08:34.579Z | Downloaded papergrid v0.17.0 |
| 485 | 2026-03-30T17:08:34.582Z | Downloaded papergrid v0.11.0 |
| 486 | 2026-03-30T17:08:34.584Z | Downloaded icu_normalizer_data v2.1.1 |
| 487 | 2026-03-30T17:08:34.587Z | Downloaded rhai_codegen v3.1.0 |
| 488 | 2026-03-30T17:08:34.591Z | Downloaded schemars_derive v0.8.22 |
| 489 | 2026-03-30T17:08:34.594Z | Downloaded strum v0.26.3 |
| 490 | 2026-03-30T17:08:34.594Z | Downloaded structmeta v0.3.0 |
| 491 | 2026-03-30T17:08:34.594Z | Downloaded hickory-resolver v0.24.4 |
| 492 | 2026-03-30T17:08:34.597Z | Downloaded tabled_derive v0.7.0 |
| 493 | 2026-03-30T17:08:34.597Z | Downloaded icu_collections v2.1.1 |
| 494 | 2026-03-30T17:08:34.600Z | Downloaded rustversion v1.0.22 |
| 495 | 2026-03-30T17:08:34.603Z | Downloaded jiff-static v0.2.23 |
| 496 | 2026-03-30T17:08:34.606Z | Downloaded pin-project v1.1.11 |
| 497 | 2026-03-30T17:08:34.610Z | Downloaded spin v0.5.2 |
| 498 | 2026-03-30T17:08:34.613Z | Downloaded sha2 v0.10.9 |
| 499 | 2026-03-30T17:08:34.613Z | Downloaded slog-envlogger v2.2.0 |
| 500 | 2026-03-30T17:08:34.616Z | Downloaded num-traits v0.2.19 |
| 501 | 2026-03-30T17:08:34.616Z | Downloaded stable_deref_trait v1.2.1 |
| 502 | 2026-03-30T17:08:34.619Z | Downloaded terminal_size v0.4.4 |
| 503 | 2026-03-30T17:08:34.619Z | Downloaded indicatif v0.18.4 |
| 504 | 2026-03-30T17:08:34.622Z | Downloaded slab v0.4.12 |
| 505 | 2026-03-30T17:08:34.622Z | Downloaded slog-async v2.8.0 |
| 506 | 2026-03-30T17:08:34.625Z | Downloaded serde_repr v0.1.20 |
| 507 | 2026-03-30T17:08:34.625Z | Downloaded serde_derive_internals v0.29.1 |
| 508 | 2026-03-30T17:08:34.625Z | Downloaded strum v0.27.2 |
| 509 | 2026-03-30T17:08:34.628Z | Downloaded progenitor-impl v0.13.0 |
| 510 | 2026-03-30T17:08:34.628Z | Downloaded sync_wrapper v1.0.2 |
| 511 | 2026-03-30T17:08:34.631Z | Downloaded swrite v0.1.0 |
| 512 | 2026-03-30T17:08:34.631Z | Downloaded slog-stdlog v4.1.1 |
| 513 | 2026-03-30T17:08:34.631Z | Downloaded slog-scope v4.4.1 |
| 514 | 2026-03-30T17:08:34.634Z | Downloaded slog-dtrace v0.3.0 |
| 515 | 2026-03-30T17:08:34.634Z | Downloaded crypto-bigint v0.5.5 |
| 516 | 2026-03-30T17:08:34.637Z | Downloaded quote v1.0.45 |
| 517 | 2026-03-30T17:08:34.640Z | Downloaded testing_table v0.3.0 |
| 518 | 2026-03-30T17:08:34.640Z | Downloaded proc-macro2 v1.0.106 |
| 519 | 2026-03-30T17:08:34.643Z | Downloaded thread-id v4.2.2 |
| 520 | 2026-03-30T17:08:34.643Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 521 | 2026-03-30T17:08:34.643Z | Downloaded serde_urlencoded v0.7.1 |
| 522 | 2026-03-30T17:08:34.646Z | Downloaded static_assertions v1.1.0 |
| 523 | 2026-03-30T17:08:34.646Z | Downloaded signal-hook-registry v1.4.8 |
| 524 | 2026-03-30T17:08:34.646Z | Downloaded base64 v0.22.1 |
| 525 | 2026-03-30T17:08:34.649Z | Downloaded progenitor-impl v0.10.0 |
| 526 | 2026-03-30T17:08:34.652Z | Downloaded take_mut v0.2.2 |
| 527 | 2026-03-30T17:08:34.652Z | Downloaded tabwriter v1.4.1 |
| 528 | 2026-03-30T17:08:34.652Z | Downloaded shlex v1.3.0 |
| 529 | 2026-03-30T17:08:34.655Z | Downloaded tagptr v0.2.0 |
| 530 | 2026-03-30T17:08:34.655Z | Downloaded pest_meta v2.8.6 |
| 531 | 2026-03-30T17:08:34.655Z | Downloaded dropshot-api-manager v0.5.2 |
| 532 | 2026-03-30T17:08:34.658Z | Downloaded supports-color v3.0.2 |
| 533 | 2026-03-30T17:08:34.658Z | Downloaded rustls-platform-verifier v0.6.2 |
| 534 | 2026-03-30T17:08:34.661Z | Downloaded tinyvec_macros v0.1.1 |
| 535 | 2026-03-30T17:08:34.661Z | Downloaded termtree v0.5.1 |
| 536 | 2026-03-30T17:08:34.664Z | Downloaded rustls-pki-types v1.14.0 |
| 537 | 2026-03-30T17:08:34.664Z | Downloaded pem v3.0.6 |
| 538 | 2026-03-30T17:08:34.667Z | Downloaded resolv-conf v0.7.6 |
| 539 | 2026-03-30T17:08:34.667Z | Downloaded indexmap v2.13.0 |
| 540 | 2026-03-30T17:08:34.671Z | Downloaded thread-id v5.1.0 |
| 541 | 2026-03-30T17:08:34.671Z | Downloaded synstructure v0.13.2 |
| 542 | 2026-03-30T17:08:34.671Z | Downloaded slog-json v2.6.1 |
| 543 | 2026-03-30T17:08:34.674Z | Downloaded scroll v0.12.0 |
| 544 | 2026-03-30T17:08:34.674Z | Downloaded group v0.13.0 |
| 545 | 2026-03-30T17:08:34.674Z | Downloaded git-stub-vcs v0.1.0 |
| 546 | 2026-03-30T17:08:34.677Z | Downloaded ryu v1.0.23 |
| 547 | 2026-03-30T17:08:34.680Z | Downloaded schemars v0.8.22 |
| 548 | 2026-03-30T17:08:34.683Z | Downloaded tabled_derive v0.11.0 |
| 549 | 2026-03-30T17:08:34.686Z | Downloaded smawk v0.3.2 |
| 550 | 2026-03-30T17:08:34.686Z | Downloaded time-core v0.1.8 |
| 551 | 2026-03-30T17:08:34.689Z | Downloaded snafu-derive v0.8.9 |
| 552 | 2026-03-30T17:08:34.689Z | Downloaded smf v0.2.3 |
| 553 | 2026-03-30T17:08:34.689Z | Downloaded smartstring v1.0.1 |
| 554 | 2026-03-30T17:08:34.692Z | Downloaded progenitor-impl v0.11.2 |
| 555 | 2026-03-30T17:08:34.692Z | Downloaded slog-term v2.9.2 |
| 556 | 2026-03-30T17:08:34.695Z | Downloaded hyper-util v0.1.20 |
| 557 | 2026-03-30T17:08:34.698Z | Downloaded expectorate v1.2.0 |
| 558 | 2026-03-30T17:08:34.698Z | Downloaded tower-layer v0.3.3 |
| 559 | 2026-03-30T17:08:34.698Z | Downloaded openssl-sys v0.9.112 |
| 560 | 2026-03-30T17:08:34.701Z | Downloaded subtle v2.6.1 |
| 561 | 2026-03-30T17:08:34.704Z | Downloaded strum_macros v0.27.2 |
| 562 | 2026-03-30T17:08:34.704Z | Downloaded strum_macros v0.26.4 |
| 563 | 2026-03-30T17:08:34.708Z | Downloaded foldhash v0.1.5 |
| 564 | 2026-03-30T17:08:34.708Z | Downloaded find-msvc-tools v0.1.9 |
| 565 | 2026-03-30T17:08:34.708Z | Downloaded thiserror-impl v1.0.69 |
| 566 | 2026-03-30T17:08:34.710Z | Downloaded thiserror v1.0.69 |
| 567 | 2026-03-30T17:08:34.713Z | Downloaded try-lock v0.2.5 |
| 568 | 2026-03-30T17:08:34.713Z | Downloaded ipnet v2.12.0 |
| 569 | 2026-03-30T17:08:34.713Z | Downloaded newtype-uuid-macros v0.1.0 |
| 570 | 2026-03-30T17:08:34.717Z | Downloaded futures-executor v0.3.32 |
| 571 | 2026-03-30T17:08:34.717Z | Downloaded jobserver v0.1.34 |
| 572 | 2026-03-30T17:08:34.717Z | Downloaded ipnetwork v0.21.1 |
| 573 | 2026-03-30T17:08:34.720Z | Downloaded memchr v2.8.0 |
| 574 | 2026-03-30T17:08:34.723Z | Downloaded tinystr v0.8.2 |
| 575 | 2026-03-30T17:08:34.723Z | Downloaded rayon-core v1.13.0 |
| 576 | 2026-03-30T17:08:34.726Z | Downloaded tiny-keccak v2.0.2 |
| 577 | 2026-03-30T17:08:34.726Z | Downloaded toml_write v0.1.2 |
| 578 | 2026-03-30T17:08:34.726Z | Downloaded tower-service v0.3.3 |
| 579 | 2026-03-30T17:08:34.729Z | Downloaded toml_datetime v0.6.11 |
| 580 | 2026-03-30T17:08:34.729Z | Downloaded serde_with_macros v3.18.0 |
| 581 | 2026-03-30T17:08:34.729Z | Downloaded typify-macro v0.4.3 |
| 582 | 2026-03-30T17:08:34.733Z | Downloaded minimal-lexical v0.2.1 |
| 583 | 2026-03-30T17:08:34.733Z | Downloaded unicode-xid v0.2.6 |
| 584 | 2026-03-30T17:08:34.736Z | Downloaded unicode-linebreak v0.1.5 |
| 585 | 2026-03-30T17:08:34.736Z | Downloaded typify-macro v0.6.1 |
| 586 | 2026-03-30T17:08:34.736Z | Downloaded memoffset v0.9.1 |
| 587 | 2026-03-30T17:08:34.736Z | Downloaded untrusted v0.9.0 |
| 588 | 2026-03-30T17:08:34.765Z | Downloaded match_cfg v0.1.0 |
| 589 | 2026-03-30T17:08:34.766Z | Downloaded memmap v0.7.0 |
| 590 | 2026-03-30T17:08:34.766Z | Downloaded linked-hash-map v0.5.6 |
| 591 | 2026-03-30T17:08:34.766Z | Downloaded const_format_proc_macros v0.2.34 |
| 592 | 2026-03-30T17:08:34.766Z | Downloaded camino v1.2.2 |
| 593 | 2026-03-30T17:08:34.766Z | Downloaded thiserror-no-std v2.0.2 |
| 594 | 2026-03-30T17:08:34.766Z | Downloaded typeid v1.0.3 |
| 595 | 2026-03-30T17:08:34.766Z | Downloaded tokio-tungstenite v0.21.0 |
| 596 | 2026-03-30T17:08:34.766Z | Downloaded smallvec v1.15.1 |
| 597 | 2026-03-30T17:08:34.766Z | Downloaded bitflags v1.3.2 |
| 598 | 2026-03-30T17:08:34.766Z | Downloaded thread_local v1.1.9 |
| 599 | 2026-03-30T17:08:34.766Z | Downloaded bit-vec v0.8.0 |
| 600 | 2026-03-30T17:08:34.766Z | Downloaded autocfg v1.5.0 |
| 601 | 2026-03-30T17:08:34.766Z | Downloaded http v1.4.0 |
| 602 | 2026-03-30T17:08:34.766Z | Downloaded slog v2.8.2 |
| 603 | 2026-03-30T17:08:34.766Z | Downloaded schemars v0.9.0 |
| 604 | 2026-03-30T17:08:34.766Z | Downloaded usdt-attr-macro v0.6.0 |
| 605 | 2026-03-30T17:08:34.769Z | Downloaded time-macros v0.2.27 |
| 606 | 2026-03-30T17:08:34.769Z | Downloaded serde_core v1.0.228 |
| 607 | 2026-03-30T17:08:34.769Z | Downloaded toml_datetime v1.1.0+spec-1.1.0 |
| 608 | 2026-03-30T17:08:34.769Z | Downloaded spin v0.9.8 |
| 609 | 2026-03-30T17:08:34.769Z | Downloaded tokio-macros v2.6.1 |
| 610 | 2026-03-30T17:08:34.772Z | Downloaded usdt-macro v0.5.0 |
| 611 | 2026-03-30T17:08:34.772Z | Downloaded usdt v0.6.0 |
| 612 | 2026-03-30T17:08:34.772Z | Downloaded tokio-rustls v0.25.0 |
| 613 | 2026-03-30T17:08:34.773Z | Downloaded term v1.2.1 |
| 614 | 2026-03-30T17:08:34.775Z | Downloaded tempfile v3.27.0 |
| 615 | 2026-03-30T17:08:34.776Z | Downloaded unarray v0.1.4 |
| 616 | 2026-03-30T17:08:34.779Z | Downloaded prettyplease v0.2.37 |
| 617 | 2026-03-30T17:08:34.779Z | Downloaded toml_writer v1.1.0+spec-1.1.0 |
| 618 | 2026-03-30T17:08:34.782Z | Downloaded serde_derive v1.0.228 |
| 619 | 2026-03-30T17:08:34.782Z | Downloaded pretty_assertions v1.4.1 |
| 620 | 2026-03-30T17:08:34.785Z | Downloaded fs-err v3.3.0 |
| 621 | 2026-03-30T17:08:34.785Z | Downloaded displaydoc v0.2.5 |
| 622 | 2026-03-30T17:08:34.788Z | Downloaded anstyle v1.0.14 |
| 623 | 2026-03-30T17:08:34.788Z | Downloaded fixedbitset v0.5.7 |
| 624 | 2026-03-30T17:08:34.788Z | Downloaded thiserror v2.0.18 |
| 625 | 2026-03-30T17:08:34.791Z | Downloaded want v0.3.1 |
| 626 | 2026-03-30T17:08:34.791Z | Downloaded wait-timeout v0.2.1 |
| 627 | 2026-03-30T17:08:34.794Z | Downloaded untrusted v0.7.1 |
| 628 | 2026-03-30T17:08:34.794Z | Downloaded unit-prefix v0.5.2 |
| 629 | 2026-03-30T17:08:34.794Z | Downloaded similar v2.7.0 |
| 630 | 2026-03-30T17:08:34.797Z | Downloaded usdt-macro v0.6.0 |
| 631 | 2026-03-30T17:08:34.797Z | Downloaded universal-hash v0.5.1 |
| 632 | 2026-03-30T17:08:34.797Z | Downloaded usdt-attr-macro v0.5.0 |
| 633 | 2026-03-30T17:08:34.800Z | Downloaded usdt v0.5.0 |
| 634 | 2026-03-30T17:08:34.800Z | Downloaded mio v1.1.1 |
| 635 | 2026-03-30T17:08:34.803Z | Downloaded utf8parse v0.2.2 |
| 636 | 2026-03-30T17:08:34.803Z | Downloaded utf8_iter v1.0.4 |
| 637 | 2026-03-30T17:08:34.803Z | Downloaded utf-8 v0.7.6 |
| 638 | 2026-03-30T17:08:34.806Z | Downloaded equivalent v1.0.2 |
| 639 | 2026-03-30T17:08:34.806Z | Downloaded crossbeam-utils v0.8.21 |
| 640 | 2026-03-30T17:08:34.806Z | Downloaded version_check v0.9.5 |
| 641 | 2026-03-30T17:08:34.809Z | Downloaded convert_case v0.4.0 |
| 642 | 2026-03-30T17:08:34.809Z | Downloaded chacha20 v0.10.0 |
| 643 | 2026-03-30T17:08:34.809Z | Downloaded byte-wrapper v0.1.0 |
| 644 | 2026-03-30T17:08:34.812Z | Downloaded heck v0.4.1 |
| 645 | 2026-03-30T17:08:34.812Z | Downloaded git-stub v1.0.0 |
| 646 | 2026-03-30T17:08:34.812Z | Downloaded fastrand v2.3.0 |
| 647 | 2026-03-30T17:08:34.812Z | Downloaded dtrace-parser v0.2.0 |
| 648 | 2026-03-30T17:08:34.816Z | Downloaded quinn v0.11.9 |
| 649 | 2026-03-30T17:08:34.816Z | Downloaded allocator-api2 v0.2.21 |
| 650 | 2026-03-30T17:08:34.819Z | Downloaded zerofrom-derive v0.1.6 |
| 651 | 2026-03-30T17:08:34.819Z | Downloaded zerofrom v0.1.6 |
| 652 | 2026-03-30T17:08:34.819Z | Downloaded thin-vec v0.2.14 |
| 653 | 2026-03-30T17:08:34.819Z | Downloaded chacha20 v0.9.1 |
| 654 | 2026-03-30T17:08:34.824Z | Downloaded thiserror-impl v2.0.18 |
| 655 | 2026-03-30T17:08:34.824Z | Downloaded cancel-safe-futures v0.1.5 |
| 656 | 2026-03-30T17:08:34.824Z | Downloaded waitgroup v0.1.2 |
| 657 | 2026-03-30T17:08:34.827Z | Downloaded toml v0.8.23 |
| 658 | 2026-03-30T17:08:34.827Z | Downloaded tokio-rustls v0.26.4 |
| 659 | 2026-03-30T17:08:34.827Z | Downloaded rustls-webpki v0.103.10 |
| 660 | 2026-03-30T17:08:34.831Z | Downloaded rand v0.8.5 |
| 661 | 2026-03-30T17:08:34.831Z | Downloaded goblin v0.8.2 |
| 662 | 2026-03-30T17:08:34.834Z | Downloaded nom v7.1.3 |
| 663 | 2026-03-30T17:08:34.837Z | Downloaded async-trait v0.1.89 |
| 664 | 2026-03-30T17:08:34.840Z | Downloaded yoke-derive v0.8.1 |
| 665 | 2026-03-30T17:08:34.840Z | Downloaded foreign-types-macros v0.2.3 |
| 666 | 2026-03-30T17:08:34.840Z | Downloaded zone_cfg_derive v0.3.1 |
| 667 | 2026-03-30T17:08:34.840Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 668 | 2026-03-30T17:08:34.840Z | Downloaded cmake v0.1.57 |
| 669 | 2026-03-30T17:08:34.844Z | Downloaded cipher v0.4.4 |
| 670 | 2026-03-30T17:08:34.844Z | Downloaded byteorder v1.5.0 |
| 671 | 2026-03-30T17:08:34.844Z | Downloaded anstream v1.0.0 |
| 672 | 2026-03-30T17:08:34.847Z | Downloaded test-strategy v0.4.5 |
| 673 | 2026-03-30T17:08:34.847Z | Downloaded enum-as-inner v0.6.1 |
| 674 | 2026-03-30T17:08:34.847Z | Downloaded console v0.16.3 |
| 675 | 2026-03-30T17:08:34.850Z | Downloaded ciborium-io v0.2.2 |
| 676 | 2026-03-30T17:08:34.850Z | Downloaded socket2 v0.6.3 |
| 677 | 2026-03-30T17:08:34.850Z | Downloaded hashbrown v0.16.1 |
| 678 | 2026-03-30T17:08:34.854Z | Downloaded zone v0.3.1 |
| 679 | 2026-03-30T17:08:34.854Z | Downloaded tokio-dtrace v0.1.1 |
| 680 | 2026-03-30T17:08:34.858Z | Downloaded futures-sink v0.3.32 |
| 681 | 2026-03-30T17:08:34.858Z | Downloaded dtrace-parser v0.3.0 |
| 682 | 2026-03-30T17:08:34.858Z | Downloaded crucible-workspace-hack v0.1.0 |
| 683 | 2026-03-30T17:08:34.858Z | Downloaded const-random v0.1.18 |
| 684 | 2026-03-30T17:08:34.858Z | Downloaded defmt v0.3.100 |
| 685 | 2026-03-30T17:08:34.858Z | Downloaded crypto-common v0.1.7 |
| 686 | 2026-03-30T17:08:34.858Z | Downloaded cfg-if v1.0.4 |
| 687 | 2026-03-30T17:08:34.862Z | Downloaded critical-section v1.2.0 |
| 688 | 2026-03-30T17:08:34.862Z | Downloaded serde v1.0.228 |
| 689 | 2026-03-30T17:08:34.862Z | Downloaded zeroize_derive v1.4.3 |
| 690 | 2026-03-30T17:08:34.865Z | Downloaded cobs v0.3.0 |
| 691 | 2026-03-30T17:08:34.865Z | Downloaded bcs v0.1.6 |
| 692 | 2026-03-30T17:08:34.865Z | Downloaded embedded-io v0.6.1 |
| 693 | 2026-03-30T17:08:34.865Z | Downloaded tokio-stream v0.1.18 |
| 694 | 2026-03-30T17:08:34.869Z | Downloaded walkdir v2.5.0 |
| 695 | 2026-03-30T17:08:34.869Z | Downloaded tracing-attributes v0.1.31 |
| 696 | 2026-03-30T17:08:34.872Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 697 | 2026-03-30T17:08:34.872Z | Downloaded base16ct v0.2.0 |
| 698 | 2026-03-30T17:08:34.872Z | Downloaded clap_lex v1.1.0 |
| 699 | 2026-03-30T17:08:34.872Z | Downloaded bytes v1.11.1 |
| 700 | 2026-03-30T17:08:34.876Z | Downloaded toml_parser v1.1.0+spec-1.1.0 |
| 701 | 2026-03-30T17:08:34.876Z | Downloaded serde_yaml v0.9.34+deprecated |
| 702 | 2026-03-30T17:08:34.879Z | Downloaded usdt-impl v0.6.0 |
| 703 | 2026-03-30T17:08:34.879Z | Downloaded aho-corasick v1.1.4 |
| 704 | 2026-03-30T17:08:34.883Z | Downloaded idna v1.1.0 |
| 705 | 2026-03-30T17:08:34.886Z | Downloaded async-recursion v1.1.1 |
| 706 | 2026-03-30T17:08:34.886Z | Downloaded ucd-trie v0.1.7 |
| 707 | 2026-03-30T17:08:34.889Z | Downloaded tinyvec v1.11.0 |
| 708 | 2026-03-30T17:08:34.889Z | Downloaded anstyle-query v1.1.5 |
| 709 | 2026-03-30T17:08:34.889Z | Downloaded digest v0.10.7 |
| 710 | 2026-03-30T17:08:34.892Z | Downloaded vsss-rs v3.3.4 |
| 711 | 2026-03-30T17:08:34.893Z | Downloaded textwrap v0.16.2 |
| 712 | 2026-03-30T17:08:34.893Z | Downloaded defmt-parser v1.0.0 |
| 713 | 2026-03-30T17:08:34.897Z | Downloaded data-encoding v2.10.0 |
| 714 | 2026-03-30T17:08:34.897Z | Downloaded zerovec-derive v0.11.2 |
| 715 | 2026-03-30T17:08:34.897Z | Downloaded base16ct v1.0.0 |
| 716 | 2026-03-30T17:08:34.897Z | Downloaded block-buffer v0.10.4 |
| 717 | 2026-03-30T17:08:34.900Z | Downloaded atomic-waker v1.1.2 |
| 718 | 2026-03-30T17:08:34.900Z | Downloaded rand v0.10.0 |
| 719 | 2026-03-30T17:08:34.900Z | Downloaded snafu v0.8.9 |
| 720 | 2026-03-30T17:08:34.903Z | Downloaded itertools v0.12.1 |
| 721 | 2026-03-30T17:08:34.906Z | Downloaded zmij v1.0.21 |
| 722 | 2026-03-30T17:08:34.909Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 723 | 2026-03-30T17:08:34.909Z | Downloaded schemars v1.2.1 |
| 724 | 2026-03-30T17:08:34.918Z | Downloaded yoke v0.8.1 |
| 725 | 2026-03-30T17:08:34.921Z | Downloaded xz2 v0.1.7 |
| 726 | 2026-03-30T17:08:34.921Z | Downloaded writeable v0.6.2 |
| 727 | 2026-03-30T17:08:34.922Z | Downloaded usdt-impl v0.5.0 |
| 728 | 2026-03-30T17:08:34.922Z | Downloaded zeroize v1.8.2 |
| 729 | 2026-03-30T17:08:34.926Z | Downloaded rand v0.9.2 |
| 730 | 2026-03-30T17:08:34.926Z | Downloaded cstr-argument v0.1.2 |
| 731 | 2026-03-30T17:08:34.926Z | Downloaded cpufeatures v0.3.0 |
| 732 | 2026-03-30T17:08:34.929Z | Downloaded ciborium-ll v0.2.2 |
| 733 | 2026-03-30T17:08:34.929Z | Downloaded async-stream-impl v0.3.6 |
| 734 | 2026-03-30T17:08:34.929Z | Downloaded crossbeam-channel v0.5.15 |
| 735 | 2026-03-30T17:08:34.933Z | Downloaded iddqd v0.3.17 |
| 736 | 2026-03-30T17:08:34.936Z | Downloaded typify v0.6.1 |
| 737 | 2026-03-30T17:08:34.942Z | Downloaded qorb v0.4.1 |
| 738 | 2026-03-30T17:08:34.946Z | Downloaded pest v2.8.6 |
| 739 | 2026-03-30T17:08:34.949Z | Downloaded itertools v0.14.0 |
| 740 | 2026-03-30T17:08:34.953Z | Downloaded libm v0.2.16 |
| 741 | 2026-03-30T17:08:34.958Z | Downloaded whoami v1.6.1 |
| 742 | 2026-03-30T17:08:34.961Z | Downloaded unsafe-libyaml v0.2.11 |
| 743 | 2026-03-30T17:08:34.961Z | Downloaded uuid v1.23.0 |
| 744 | 2026-03-30T17:08:34.967Z | Downloaded toml_edit v0.25.8+spec-1.1.0 |
| 745 | 2026-03-30T17:08:34.967Z | Downloaded iri-string v0.7.11 |
| 746 | 2026-03-30T17:08:34.970Z | Downloaded toml_edit v0.22.27 |
| 747 | 2026-03-30T17:08:34.973Z | Downloaded typify v0.4.3 |
| 748 | 2026-03-30T17:08:34.973Z | Downloaded steno v0.4.1 |
| 749 | 2026-03-30T17:08:34.978Z | Downloaded unicode-ident v1.0.24 |
| 750 | 2026-03-30T17:08:34.982Z | Downloaded tungstenite v0.21.0 |
| 751 | 2026-03-30T17:08:34.986Z | Downloaded zerocopy-derive v0.7.35 |
| 752 | 2026-03-30T17:08:34.993Z | Downloaded tracing-core v0.1.36 |
| 753 | 2026-03-30T17:08:35.001Z | Downloaded icu_properties_data v2.1.2 |
| 754 | 2026-03-30T17:08:35.005Z | Downloaded hyper v1.8.1 |
| 755 | 2026-03-30T17:08:35.009Z | Downloaded futures-util v0.3.32 |
| 756 | 2026-03-30T17:08:35.015Z | Downloaded nom v8.0.0 |
| 757 | 2026-03-30T17:08:35.018Z | Downloaded h2 v0.4.13 |
| 758 | 2026-03-30T17:08:35.021Z | Downloaded toml_edit v0.19.15 |
| 759 | 2026-03-30T17:08:35.030Z | Downloaded clap_builder v4.6.0 |
| 760 | 2026-03-30T17:08:35.033Z | Downloaded hkdf v0.12.4 |
| 761 | 2026-03-30T17:08:35.049Z | Downloaded scc v2.4.0 |
| 762 | 2026-03-30T17:08:35.058Z | Downloaded zerotrie v0.2.3 |
| 763 | 2026-03-30T17:08:35.061Z | Downloaded typenum v1.19.0 |
| 764 | 2026-03-30T17:08:35.066Z | Downloaded ron v0.12.0 |
| 765 | 2026-03-30T17:08:35.071Z | Downloaded typed-path v0.9.3 |
| 766 | 2026-03-30T17:08:35.083Z | Downloaded yansi v1.0.1 |
| 767 | 2026-03-30T17:08:35.088Z | Downloaded url v2.5.8 |
| 768 | 2026-03-30T17:08:35.095Z | Downloaded serde_json v1.0.149 |
| 769 | 2026-03-30T17:08:35.098Z | Downloaded regex v1.12.3 |
| 770 | 2026-03-30T17:08:35.101Z | Downloaded reqwest v0.12.28 |
| 771 | 2026-03-30T17:08:35.114Z | Downloaded reqwest v0.13.2 |
| 772 | 2026-03-30T17:08:35.129Z | Downloaded aws-lc-rs v1.16.2 |
| 773 | 2026-03-30T17:08:35.136Z | Downloaded chrono v0.4.44 |
| 774 | 2026-03-30T17:08:35.140Z | Downloaded unicode-segmentation v1.13.1 |
| 775 | 2026-03-30T17:08:35.143Z | Downloaded unicode-normalization v0.1.25 |
| 776 | 2026-03-30T17:08:35.147Z | Downloaded tower v0.5.3 |
| 777 | 2026-03-30T17:08:35.152Z | Downloaded tokio-util v0.7.18 |
| 778 | 2026-03-30T17:08:35.156Z | Downloaded portable-atomic v1.13.1 |
| 779 | 2026-03-30T17:08:35.159Z | Downloaded rayon v1.11.0 |
| 780 | 2026-03-30T17:08:35.164Z | Downloaded tower-http v0.6.8 |
| 781 | 2026-03-30T17:08:35.168Z | Downloaded tough v0.20.0 |
| 782 | 2026-03-30T17:08:35.178Z | Downloaded serde_with v3.18.0 |
| 783 | 2026-03-30T17:08:35.185Z | Downloaded zerovec v0.11.5 |
| 784 | 2026-03-30T17:08:35.188Z | Downloaded zerocopy-derive v0.8.47 |
| 785 | 2026-03-30T17:08:35.198Z | Downloaded moka v0.12.15 |
| 786 | 2026-03-30T17:08:35.210Z | Downloaded goblin v0.10.5 |
| 787 | 2026-03-30T17:08:35.216Z | Downloaded rustls-webpki v0.102.8 |
| 788 | 2026-03-30T17:08:35.224Z | Downloaded proptest v1.11.0 |
| 789 | 2026-03-30T17:08:35.229Z | Downloaded zerocopy v0.7.35 |
| 790 | 2026-03-30T17:08:35.237Z | Downloaded curve25519-dalek v4.1.3 |
| 791 | 2026-03-30T17:08:35.244Z | Downloaded winnow v0.5.40 |
| 792 | 2026-03-30T17:08:35.260Z | Downloaded tabled v0.15.0 |
| 793 | 2026-03-30T17:08:35.269Z | Downloaded winnow v1.0.0 |
| 794 | 2026-03-30T17:08:35.274Z | Downloaded winnow v0.7.15 |
| 795 | 2026-03-30T17:08:35.279Z | Downloaded quinn-proto v0.11.14 |
| 796 | 2026-03-30T17:08:35.288Z | Downloaded syn v1.0.109 |
| 797 | 2026-03-30T17:08:35.297Z | Downloaded tabled v0.20.0 |
| 798 | 2026-03-30T17:08:35.306Z | Downloaded time v0.3.47 |
| 799 | 2026-03-30T17:08:35.313Z | Downloaded openssl v0.10.76 |
| 800 | 2026-03-30T17:08:35.335Z | Downloaded vcpkg v0.2.15 |
| 801 | 2026-03-30T17:08:35.356Z | Downloaded bstr v1.12.1 |
| 802 | 2026-03-30T17:08:35.371Z | Downloaded nix v0.31.2 |
| 803 | 2026-03-30T17:08:35.378Z | Downloaded unicode-width v0.2.2 |
| 804 | 2026-03-30T17:08:35.381Z | Downloaded rhai v1.24.0 |
| 805 | 2026-03-30T17:08:35.387Z | Downloaded webpki-roots v1.0.6 |
| 806 | 2026-03-30T17:08:35.390Z | Downloaded dropshot v0.16.7 |
| 807 | 2026-03-30T17:08:35.401Z | Downloaded rustls v0.22.4 |
| 808 | 2026-03-30T17:08:35.407Z | Downloaded unicode-width v0.1.14 |
| 809 | 2026-03-30T17:08:35.411Z | Downloaded smoltcp v0.11.0 |
| 810 | 2026-03-30T17:08:35.417Z | Downloaded zerocopy v0.8.47 |
| 811 | 2026-03-30T17:08:35.426Z | Downloaded openapiv3 v2.2.0 |
| 812 | 2026-03-30T17:08:35.432Z | Downloaded regress v0.10.5 |
| 813 | 2026-03-30T17:08:35.437Z | Downloaded hickory-proto v0.24.4 |
| 814 | 2026-03-30T17:08:35.445Z | Downloaded rustix v1.1.4 |
| 815 | 2026-03-30T17:08:35.457Z | Downloaded rustls v0.23.37 |
| 816 | 2026-03-30T17:08:35.463Z | Downloaded regex-syntax v0.8.10 |
| 817 | 2026-03-30T17:08:35.467Z | Downloaded hickory-proto v0.25.2 |
| 818 | 2026-03-30T17:08:35.475Z | Downloaded rustix v0.38.44 |
| 819 | 2026-03-30T17:08:35.487Z | Downloaded syn v2.0.117 |
| 820 | 2026-03-30T17:08:35.501Z | Downloaded tracing v0.1.44 |
| 821 | 2026-03-30T17:08:35.520Z | Downloaded typify-impl v0.6.1 |
| 822 | 2026-03-30T17:08:35.527Z | Downloaded sled v0.34.7 |
| 823 | 2026-03-30T17:08:35.546Z | Downloaded typify-impl v0.4.3 |
| 824 | 2026-03-30T17:08:35.562Z | Downloaded regex-automata v0.4.14 |
| 825 | 2026-03-30T17:08:35.587Z | Downloaded jiff v0.2.23 |
| 826 | 2026-03-30T17:08:35.598Z | Downloaded petgraph v0.6.5 |
| 827 | 2026-03-30T17:08:35.609Z | Downloaded lzma-sys v0.1.20 |
| 828 | 2026-03-30T17:08:35.625Z | Downloaded libc v0.2.183 |
| 829 | 2026-03-30T17:08:35.644Z | Downloaded chrono-tz v0.10.4 |
| 830 | 2026-03-30T17:08:35.654Z | Downloaded petgraph v0.8.3 |
| 831 | 2026-03-30T17:08:35.674Z | Downloaded csv v1.4.0 |
| 832 | 2026-03-30T17:08:35.686Z | Downloaded sha3 v0.10.8 |
| 833 | 2026-03-30T17:08:35.689Z | Downloaded tokio v1.50.0 |
| 834 | 2026-03-30T17:08:35.744Z | Downloaded encoding_rs v0.8.35 |
| 835 | 2026-03-30T17:08:35.760Z | Downloaded ring v0.17.14 |
| 836 | 2026-03-30T17:08:36.242Z | Downloaded aws-lc-sys v0.39.0 |
| 837 | 2026-03-30T17:08:36.802Z | Compiling proc-macro2 v1.0.106 |
| 838 | 2026-03-30T17:08:36.805Z | Compiling quote v1.0.45 |
| 839 | 2026-03-30T17:08:36.805Z | Compiling unicode-ident v1.0.24 |
| 840 | 2026-03-30T17:08:36.805Z | Compiling serde_core v1.0.228 |
| 841 | 2026-03-30T17:08:36.805Z | Compiling libc v0.2.183 |
| 842 | 2026-03-30T17:08:36.805Z | Compiling serde v1.0.228 |
| 843 | 2026-03-30T17:08:36.805Z | Compiling zmij v1.0.21 |
| 844 | 2026-03-30T17:08:36.805Z | Compiling autocfg v1.5.0 |
| 845 | 2026-03-30T17:08:37.435Z | Compiling libm v0.2.16 |
| 846 | 2026-03-30T17:08:37.838Z | Compiling icu_normalizer_data v2.1.1 |
| 847 | 2026-03-30T17:08:37.838Z | Compiling icu_properties_data v2.1.2 |
| 848 | 2026-03-30T17:08:37.841Z | Compiling serde_json v1.0.149 |
| 849 | 2026-03-30T17:08:37.841Z | Compiling num-traits v0.2.19 |
| 850 | 2026-03-30T17:08:38.119Z | Compiling version_check v0.9.5 |
| 851 | 2026-03-30T17:08:38.164Z | Compiling memchr v2.8.0 |
| 852 | 2026-03-30T17:08:38.308Z | Compiling getrandom v0.4.2 |
| 853 | 2026-03-30T17:08:38.333Z | Compiling thiserror v2.0.18 |
| 854 | 2026-03-30T17:08:38.671Z | Compiling parking_lot_core v0.9.12 |
| 855 | 2026-03-30T17:08:38.704Z | Checking cfg-if v1.0.4 |
| 856 | 2026-03-30T17:08:38.750Z | Compiling syn v2.0.117 |
| 857 | 2026-03-30T17:08:38.772Z | Compiling schemars v0.8.22 |
| 858 | 2026-03-30T17:08:38.883Z | Compiling zerocopy v0.8.47 |
| 859 | 2026-03-30T17:08:38.900Z | Compiling heck v0.5.0 |
| 860 | 2026-03-30T17:08:38.999Z | Compiling portable-atomic v1.13.1 |
| 861 | 2026-03-30T17:08:39.038Z | Compiling jobserver v0.1.34 |
| 862 | 2026-03-30T17:08:39.110Z | Compiling itoa v1.0.18 |
| 863 | 2026-03-30T17:08:39.293Z | Compiling shlex v1.3.0 |
| 864 | 2026-03-30T17:08:39.322Z | Compiling find-msvc-tools v0.1.9 |
| 865 | 2026-03-30T17:08:39.366Z | Compiling rustversion v1.0.22 |
| 866 | 2026-03-30T17:08:39.478Z | Compiling cc v1.2.57 |
| 867 | 2026-03-30T17:08:39.646Z | Compiling typenum v1.19.0 |
| 868 | 2026-03-30T17:08:39.833Z | Compiling semver v1.0.27 |
| 869 | 2026-03-30T17:08:39.921Z | Compiling log v0.4.29 |
| 870 | 2026-03-30T17:08:40.012Z | Compiling httparse v1.10.1 |
| 871 | 2026-03-30T17:08:40.098Z | Compiling thiserror v1.0.69 |
| 872 | 2026-03-30T17:08:40.122Z | Compiling getrandom v0.3.4 |
| 873 | 2026-03-30T17:08:40.174Z | Compiling allocator-api2 v0.2.21 |
| 874 | 2026-03-30T17:08:40.301Z | Compiling foldhash v0.2.0 |
| 875 | 2026-03-30T17:08:40.416Z | Compiling equivalent v1.0.2 |
| 876 | 2026-03-30T17:08:40.492Z | Compiling generic-array v0.14.7 |
| 877 | 2026-03-30T17:08:40.508Z | Compiling hashbrown v0.16.1 |
| 878 | 2026-03-30T17:08:40.542Z | Compiling cmake v0.1.57 |
| 879 | 2026-03-30T17:08:40.604Z | Compiling fs_extra v1.3.0 |
| 880 | 2026-03-30T17:08:40.716Z | Compiling ring v0.17.14 |
| 881 | 2026-03-30T17:08:40.747Z | Compiling dunce v1.0.5 |
| 882 | 2026-03-30T17:08:40.766Z | Compiling rustix v1.1.4 |
| 883 | 2026-03-30T17:08:40.844Z | Compiling slog v2.8.2 |
| 884 | 2026-03-30T17:08:40.861Z | Compiling regex-syntax v0.8.10 |
| 885 | 2026-03-30T17:08:40.881Z | Compiling aws-lc-sys v0.39.0 |
| 886 | 2026-03-30T17:08:40.898Z | Compiling aho-corasick v1.1.4 |
| 887 | 2026-03-30T17:08:41.139Z | Checking stable_deref_trait v1.2.1 |
| 888 | 2026-03-30T17:08:41.325Z | Compiling anyhow v1.0.102 |
| 889 | 2026-03-30T17:08:41.408Z | Compiling indexmap v2.13.0 |
| 890 | 2026-03-30T17:08:41.645Z | Compiling synstructure v0.13.2 |
| 891 | 2026-03-30T17:08:41.706Z | Compiling serde_derive_internals v0.29.1 |
| 892 | 2026-03-30T17:08:42.149Z | Compiling ucd-trie v0.1.7 |
| 893 | 2026-03-30T17:08:42.279Z | Checking litemap v0.8.1 |
| 894 | 2026-03-30T17:08:42.380Z | Compiling regex-automata v0.4.14 |
| 895 | 2026-03-30T17:08:42.384Z | Compiling pest v2.8.6 |
| 896 | 2026-03-30T17:08:42.439Z | Checking writeable v0.6.2 |
| 897 | 2026-03-30T17:08:42.599Z | Checking percent-encoding v2.3.2 |
| 898 | 2026-03-30T17:08:42.747Z | Compiling aws-lc-rs v1.16.2 |
| 899 | 2026-03-30T17:08:42.789Z | Compiling serde_derive v1.0.228 |
| 900 | 2026-03-30T17:08:42.969Z | Compiling zerofrom-derive v0.1.6 |
| 901 | 2026-03-30T17:08:43.043Z | Compiling yoke-derive v0.8.1 |
| 902 | 2026-03-30T17:08:43.147Z | Compiling zerovec-derive v0.11.2 |
| 903 | 2026-03-30T17:08:43.575Z | Compiling displaydoc v0.2.5 |
| 904 | 2026-03-30T17:08:44.055Z | Compiling schemars_derive v0.8.22 |
| 905 | 2026-03-30T17:08:44.127Z | Compiling thiserror-impl v2.0.18 |
| 906 | 2026-03-30T17:08:44.192Z | Compiling zeroize_derive v1.4.3 |
| 907 | 2026-03-30T17:08:44.290Z | Compiling tokio-macros v2.6.1 |
| 908 | 2026-03-30T17:08:44.824Z | Compiling zerocopy-derive v0.8.47 |
| 909 | 2026-03-30T17:08:44.886Z | Compiling futures-macro v0.3.32 |
| 910 | 2026-03-30T17:08:45.011Z | Compiling tracing-attributes v0.1.31 |
| 911 | 2026-03-30T17:08:45.188Z | Compiling thiserror-impl v1.0.69 |
| 912 | 2026-03-30T17:08:45.774Z | Checking smallvec v1.15.1 |
| 913 | 2026-03-30T17:08:45.854Z | Compiling serde_tokenstream v0.2.3 |
| 914 | 2026-03-30T17:08:45.969Z | Checking bytes v1.11.1 |
| 915 | 2026-03-30T17:08:46.167Z | Checking zerofrom v0.1.6 |
| 916 | 2026-03-30T17:08:46.185Z | Compiling regex v1.12.3 |
| 917 | 2026-03-30T17:08:46.280Z | Checking yoke v0.8.1 |
| 918 | 2026-03-30T17:08:46.287Z | Compiling pest_meta v2.8.6 |
| 919 | 2026-03-30T17:08:46.447Z | Checking zerovec v0.11.5 |
| 920 | 2026-03-30T17:08:46.466Z | Checking zerotrie v0.2.3 |
| 921 | 2026-03-30T17:08:46.708Z | Compiling crossbeam-utils v0.8.21 |
| 922 | 2026-03-30T17:08:46.726Z | Checking form_urlencoded v1.2.2 |
| 923 | 2026-03-30T17:08:46.729Z | Checking utf8_iter v1.0.4 |
| 924 | 2026-03-30T17:08:46.804Z | Compiling num-conv v0.2.0 |
| 925 | 2026-03-30T17:08:46.855Z | Compiling syn v1.0.109 |
| 926 | 2026-03-30T17:08:46.871Z | Compiling pest_generator v2.8.6 |
| 927 | 2026-03-30T17:08:46.875Z | Compiling strsim v0.11.1 |
| 928 | 2026-03-30T17:08:46.904Z | Checking tinystr v0.8.2 |
| 929 | 2026-03-30T17:08:46.933Z | Checking potential_utf v0.1.4 |
| 930 | 2026-03-30T17:08:47.030Z | Compiling time-core v0.1.8 |
| 931 | 2026-03-30T17:08:47.059Z | Checking icu_collections v2.1.1 |
| 932 | 2026-03-30T17:08:47.079Z | Checking icu_locale_core v2.1.1 |
| 933 | 2026-03-30T17:08:47.177Z | Compiling time-macros v0.2.27 |
| 934 | 2026-03-30T17:08:47.194Z | Compiling rustls v0.23.37 |
| 935 | 2026-03-30T17:08:47.371Z | Compiling paste v1.0.15 |
| 936 | 2026-03-30T17:08:47.402Z | Compiling ident_case v1.0.1 |
| 937 | 2026-03-30T17:08:47.528Z | Compiling omicron-workspace-hack v0.1.0 |
| 938 | 2026-03-30T17:08:47.600Z | Compiling pest_derive v2.8.6 |
| 939 | 2026-03-30T17:08:47.635Z | Checking icu_provider v2.1.1 |
| 940 | 2026-03-30T17:08:47.677Z | Compiling async-trait v0.1.89 |
| 941 | 2026-03-30T17:08:47.860Z | Checking icu_properties v2.1.2 |
| 942 | 2026-03-30T17:08:47.975Z | Checking icu_normalizer v2.1.1 |
| 943 | 2026-03-30T17:08:48.084Z | Compiling byteorder v1.5.0 |
| 944 | 2026-03-30T17:08:48.326Z | Compiling camino v1.2.2 |
| 945 | 2026-03-30T17:08:48.340Z | Checking rand_core v0.10.0 |
| 946 | 2026-03-30T17:08:48.610Z | Checking iana-time-zone v0.1.65 |
| 947 | 2026-03-30T17:08:48.656Z | Checking idna_adapter v1.2.1 |
| 948 | 2026-03-30T17:08:48.712Z | Checking chrono v0.4.44 |
| 949 | 2026-03-30T17:08:48.783Z | Checking idna v1.1.0 |
| 950 | 2026-03-30T17:08:48.826Z | Compiling scroll_derive v0.13.1 |
| 951 | 2026-03-30T17:08:48.917Z | Checking errno v0.3.14 |
| 952 | 2026-03-30T17:08:49.023Z | Checking url v2.5.8 |
| 953 | 2026-03-30T17:08:49.264Z | Checking uuid v1.23.0 |
| 954 | 2026-03-30T17:08:49.450Z | Compiling daft-derive v0.1.5 |
| 955 | 2026-03-30T17:08:49.548Z | Compiling slog-async v2.8.0 |
| 956 | 2026-03-30T17:08:50.499Z | Checking dyn-clone v1.0.20 |
| 957 | 2026-03-30T17:08:50.996Z | Checking pin-project-lite v0.2.17 |
| 958 | 2026-03-30T17:08:51.020Z | Compiling usdt-impl v0.6.0 |
| 959 | 2026-03-30T17:08:51.102Z | Compiling scroll v0.13.0 |
| 960 | 2026-03-30T17:08:51.217Z | Checking getrandom v0.2.17 |
| 961 | 2026-03-30T17:08:51.360Z | Compiling plain v0.2.3 |
| 962 | 2026-03-30T17:08:51.379Z | Checking zeroize v1.8.2 |
| 963 | 2026-03-30T17:08:51.469Z | Compiling goblin v0.10.5 |
| 964 | 2026-03-30T17:08:51.535Z | Compiling pretty-hex v0.4.2 |
| 965 | 2026-03-30T17:08:51.553Z | Compiling dtrace-parser v0.3.0 |
| 966 | 2026-03-30T17:08:51.640Z | Compiling thread-id v5.1.0 |
| 967 | 2026-03-30T17:08:51.668Z | Compiling ref-cast v1.0.25 |
| 968 | 2026-03-30T17:08:51.722Z | Compiling ref-cast-impl v1.0.25 |
| 969 | 2026-03-30T17:08:52.140Z | Compiling rustls v0.22.4 |
| 970 | 2026-03-30T17:08:52.166Z | Compiling newtype-uuid-macros v0.1.0 |
| 971 | 2026-03-30T17:08:52.284Z | Checking bitflags v2.11.0 |
| 972 | 2026-03-30T17:08:52.320Z | Compiling regress v0.10.5 |
| 973 | 2026-03-30T17:08:52.373Z | Checking socket2 v0.6.3 |
| 974 | 2026-03-30T17:08:52.430Z | Checking scopeguard v1.2.0 |
| 975 | 2026-03-30T17:08:52.536Z | Checking lock_api v0.4.14 |
| 976 | 2026-03-30T17:08:52.732Z | Compiling multer v3.1.0 |
| 977 | 2026-03-30T17:08:52.750Z | Compiling fnv v1.0.7 |
| 978 | 2026-03-30T17:08:52.849Z | Compiling darling_core v0.23.0 |
| 979 | 2026-03-30T17:08:52.926Z | Compiling http v1.4.0 |
| 980 | 2026-03-30T17:08:53.002Z | Compiling structmeta-derive v0.3.0 |
| 981 | 2026-03-30T17:08:53.006Z | Compiling async-stream-impl v0.3.6 |
| 982 | 2026-03-30T17:08:53.386Z | Compiling strum_macros v0.26.4 |
| 983 | 2026-03-30T17:08:53.889Z | Checking critical-section v1.2.0 |
| 984 | 2026-03-30T17:08:53.993Z | Checking once_cell v1.21.4 |
| 985 | 2026-03-30T17:08:54.019Z | Compiling structmeta v0.3.0 |
| 986 | 2026-03-30T17:08:54.102Z | Checking parking_lot v0.12.5 |
| 987 | 2026-03-30T17:08:54.169Z | Compiling dropshot v0.16.7 |
| 988 | 2026-03-30T17:08:54.215Z | Compiling dof v0.4.0 |
| 989 | 2026-03-30T17:08:54.463Z | Compiling dropshot_endpoint v0.16.7 |
| 990 | 2026-03-30T17:08:54.517Z | Checking signal-hook-registry v1.4.8 |
| 991 | 2026-03-30T17:08:54.682Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 992 | 2026-03-30T17:08:54.973Z | Compiling darling_macro v0.23.0 |
| 993 | 2026-03-30T17:08:55.074Z | Checking mio v1.1.1 |
| 994 | 2026-03-30T17:08:55.220Z | Compiling strum_macros v0.27.2 |
| 995 | 2026-03-30T17:08:55.239Z | Checking subtle v2.6.1 |
| 996 | 2026-03-30T17:08:55.350Z | Checking tokio v1.50.0 |
| 997 | 2026-03-30T17:08:55.390Z | Compiling derive-ex v0.1.8 |
| 998 | 2026-03-30T17:08:55.464Z | Compiling usdt-macro v0.6.0 |
| 999 | 2026-03-30T17:08:55.502Z | Compiling usdt-attr-macro v0.6.0 |
| 1000 | 2026-03-30T17:08:55.886Z | Compiling darling v0.23.0 |
| 1001 | 2026-03-30T17:08:55.974Z | Compiling serde_with_macros v3.18.0 |
| 1002 | 2026-03-30T17:08:56.347Z | Checking futures-core v0.3.32 |
| 1003 | 2026-03-30T17:08:56.398Z | Compiling winnow v1.0.0 |
| 1004 | 2026-03-30T17:08:56.419Z | Compiling ryu v1.0.23 |
| 1005 | 2026-03-30T17:08:56.596Z | Compiling clap_derive v4.6.0 |
| 1006 | 2026-03-30T17:08:56.964Z | Compiling test-strategy v0.4.5 |
| 1007 | 2026-03-30T17:08:57.323Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 1008 | 2026-03-30T17:08:57.436Z | Compiling parse-display-derive v0.10.0 |
| 1009 | 2026-03-30T17:08:57.877Z | Compiling openapiv3 v2.2.0 |
| 1010 | 2026-03-30T17:08:58.121Z | Checking futures-sink v0.3.32 |
| 1011 | 2026-03-30T17:08:58.243Z | Compiling either v1.15.0 |
| 1012 | 2026-03-30T17:08:58.410Z | Checking slab v0.4.12 |
| 1013 | 2026-03-30T17:08:58.443Z | Compiling itertools v0.14.0 |
| 1014 | 2026-03-30T17:08:58.525Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1015 | 2026-03-30T17:08:58.666Z | Checking futures-channel v0.3.32 |
| 1016 | 2026-03-30T17:08:58.936Z | Checking rand_core v0.6.4 |
| 1017 | 2026-03-30T17:08:58.966Z | Checking futures-io v0.3.32 |
| 1018 | 2026-03-30T17:08:59.102Z | Checking futures-task v0.3.32 |
| 1019 | 2026-03-30T17:08:59.256Z | Checking futures-util v0.3.32 |
| 1020 | 2026-03-30T17:08:59.331Z | Checking tracing-core v0.1.36 |
| 1021 | 2026-03-30T17:08:59.503Z | Compiling darling_core v0.21.3 |
| 1022 | 2026-03-30T17:08:59.547Z | Checking ipnetwork v0.21.1 |
| 1023 | 2026-03-30T17:08:59.634Z | Checking tracing v0.1.44 |
| 1024 | 2026-03-30T17:08:59.875Z | Checking base64 v0.22.1 |
| 1025 | 2026-03-30T17:08:59.956Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 1026 | 2026-03-30T17:09:00.181Z | Compiling toml_edit v0.25.8+spec-1.1.0 |
| 1027 | 2026-03-30T17:09:00.631Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1028 | 2026-03-30T17:09:00.876Z | Compiling heapless v0.8.0 |
| 1029 | 2026-03-30T17:09:01.181Z | Compiling proc-macro-crate v3.5.0 |
| 1030 | 2026-03-30T17:09:01.368Z | Checking rustls-pki-types v1.14.0 |
| 1031 | 2026-03-30T17:09:01.400Z | Checking erased-serde v0.3.31 |
| 1032 | 2026-03-30T17:09:01.594Z | Compiling heck v0.4.1 |
| 1033 | 2026-03-30T17:09:01.613Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1034 | 2026-03-30T17:09:01.639Z | Compiling darling_macro v0.21.3 |
| 1035 | 2026-03-30T17:09:01.666Z | Compiling unsafe-libyaml v0.2.11 |
| 1036 | 2026-03-30T17:09:01.809Z | Compiling num_enum_derive v0.7.6 |
| 1037 | 2026-03-30T17:09:02.056Z | Compiling foreign-types-macros v0.2.3 |
| 1038 | 2026-03-30T17:09:02.167Z | Compiling darling v0.21.3 |
| 1039 | 2026-03-30T17:09:02.256Z | Compiling ingot-macros v0.1.1 |
| 1040 | 2026-03-30T17:09:02.360Z | Compiling serde_yaml v0.9.34+deprecated |
| 1041 | 2026-03-30T17:09:02.703Z | Compiling smoltcp v0.11.0 |
| 1042 | 2026-03-30T17:09:02.723Z | Compiling crucible-workspace-hack v0.1.0 |
| 1043 | 2026-03-30T17:09:03.078Z | Compiling proc-macro-error-attr v1.0.4 |
| 1044 | 2026-03-30T17:09:03.254Z | Checking untrusted v0.9.0 |
| 1045 | 2026-03-30T17:09:03.606Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1046 | 2026-03-30T17:09:03.638Z | Compiling toml_datetime v0.6.11 |
| 1047 | 2026-03-30T17:09:03.672Z | Compiling proc-macro-error v1.0.4 |
| 1048 | 2026-03-30T17:09:04.149Z | Checking crypto-common v0.1.7 |
| 1049 | 2026-03-30T17:09:04.174Z | Checking oxnet v0.1.4 |
| 1050 | 2026-03-30T17:09:04.264Z | Checking ipnet v2.12.0 |
| 1051 | 2026-03-30T17:09:04.291Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 1052 | 2026-03-30T17:09:04.362Z | Checking tokio-util v0.7.18 |
| 1053 | 2026-03-30T17:09:04.486Z | Compiling zerocopy-derive v0.7.35 |
| 1054 | 2026-03-30T17:09:04.895Z | Checking http-body v1.0.1 |
| 1055 | 2026-03-30T17:09:04.974Z | Compiling typify-impl v0.6.1 |
| 1056 | 2026-03-30T17:09:05.094Z | Checking atomic-waker v1.1.2 |
| 1057 | 2026-03-30T17:09:05.294Z | Compiling memoffset v0.9.1 |
| 1058 | 2026-03-30T17:09:05.524Z | Checking try-lock v0.2.5 |
| 1059 | 2026-03-30T17:09:05.571Z | Checking tower-layer v0.3.3 |
| 1060 | 2026-03-30T17:09:05.720Z | Compiling convert_case v0.4.0 |
| 1061 | 2026-03-30T17:09:05.771Z | Checking tower-service v0.3.3 |
| 1062 | 2026-03-30T17:09:05.864Z | Checking want v0.3.1 |
| 1063 | 2026-03-30T17:09:06.007Z | Checking h2 v0.4.13 |
| 1064 | 2026-03-30T17:09:06.025Z | Compiling derive_more v0.99.20 |
| 1065 | 2026-03-30T17:09:06.295Z | Compiling scroll_derive v0.12.1 |
| 1066 | 2026-03-30T17:09:06.567Z | Compiling cfg_aliases v0.2.1 |
| 1067 | 2026-03-30T17:09:06.686Z | Checking httpdate v1.0.3 |
| 1068 | 2026-03-30T17:09:06.799Z | Checking pin-utils v0.1.0 |
| 1069 | 2026-03-30T17:09:06.876Z | Compiling nix v0.31.2 |
| 1070 | 2026-03-30T17:09:07.184Z | Checking ppv-lite86 v0.2.21 |
| 1071 | 2026-03-30T17:09:07.892Z | Checking hyper v1.8.1 |
| 1072 | 2026-03-30T17:09:08.299Z | Checking block-buffer v0.10.4 |
| 1073 | 2026-03-30T17:09:08.354Z | Compiling typify-macro v0.6.1 |
| 1074 | 2026-03-30T17:09:08.783Z | Checking hyper-util v0.1.20 |
| 1075 | 2026-03-30T17:09:09.049Z | Checking untrusted v0.7.1 |
| 1076 | 2026-03-30T17:09:09.188Z | Checking digest v0.10.7 |
| 1077 | 2026-03-30T17:09:09.441Z | Checking serde_urlencoded v0.7.1 |
| 1078 | 2026-03-30T17:09:09.585Z | Checking http-body-util v0.1.3 |
| 1079 | 2026-03-30T17:09:09.842Z | Compiling rayon-core v1.13.0 |
| 1080 | 2026-03-30T17:09:10.013Z | Compiling rustix v0.38.44 |
| 1081 | 2026-03-30T17:09:10.058Z | Compiling winnow v0.5.40 |
| 1082 | 2026-03-30T17:09:10.246Z | Compiling typify v0.6.1 |
| 1083 | 2026-03-30T17:09:10.359Z | Compiling zerocopy v0.7.35 |
| 1084 | 2026-03-30T17:09:10.362Z | Compiling hubpack_derive v0.1.1 |
| 1085 | 2026-03-30T17:09:10.737Z | Compiling usdt-impl v0.5.0 |
| 1086 | 2026-03-30T17:09:11.009Z | Compiling winnow v0.7.15 |
| 1087 | 2026-03-30T17:09:11.201Z | Compiling dof v0.3.0 |
| 1088 | 2026-03-30T17:09:11.452Z | Compiling toml_edit v0.19.15 |
| 1089 | 2026-03-30T17:09:11.554Z | Compiling progenitor-impl v0.13.0 |
| 1090 | 2026-03-30T17:09:11.668Z | Compiling dtrace-parser v0.2.0 |
| 1091 | 2026-03-30T17:09:12.380Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1092 | 2026-03-30T17:09:12.607Z | Compiling proc-macro-crate v1.3.1 |
| 1093 | 2026-03-30T17:09:12.669Z | Compiling thread-id v4.2.2 |
| 1094 | 2026-03-30T17:09:12.952Z | Compiling pkg-config v0.3.32 |
| 1095 | 2026-03-30T17:09:13.463Z | Compiling num_enum_derive v0.5.11 |
| 1096 | 2026-03-30T17:09:13.621Z | Compiling progenitor-macro v0.13.0 |
| 1097 | 2026-03-30T17:09:13.675Z | Compiling sync_wrapper v1.0.2 |
| 1098 | 2026-03-30T17:09:14.104Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1099 | 2026-03-30T17:09:14.225Z | Compiling rustc_version v0.4.1 |
| 1100 | 2026-03-30T17:09:14.444Z | Compiling serde_spanned v1.1.0 |
| 1101 | 2026-03-30T17:09:14.506Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1102 | 2026-03-30T17:09:14.695Z | Compiling prettyplease v0.2.37 |
| 1103 | 2026-03-30T17:09:14.829Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 1104 | 2026-03-30T17:09:14.965Z | Compiling curve25519-dalek v4.1.3 |
| 1105 | 2026-03-30T17:09:14.982Z | Checking tower v0.5.3 |
| 1106 | 2026-03-30T17:09:15.038Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1107 | 2026-03-30T17:09:15.365Z | Checking webpki-roots v1.0.6 |
| 1108 | 2026-03-30T17:09:15.470Z | Compiling powerfmt v0.2.0 |
| 1109 | 2026-03-30T17:09:15.487Z | Compiling fastrand v2.3.0 |
| 1110 | 2026-03-30T17:09:15.491Z | Checking iri-string v0.7.11 |
| 1111 | 2026-03-30T17:09:15.709Z | Compiling deranged v0.5.8 |
| 1112 | 2026-03-30T17:09:16.502Z | Compiling usdt-attr-macro v0.5.0 |
| 1113 | 2026-03-30T17:09:16.523Z | Compiling usdt-macro v0.5.0 |
| 1114 | 2026-03-30T17:09:16.604Z | Checking tower-http v0.6.8 |
| 1115 | 2026-03-30T17:09:16.720Z | Compiling rand_core v0.9.5 |
| 1116 | 2026-03-30T17:09:16.882Z | Compiling zone_cfg_derive v0.3.1 |
| 1117 | 2026-03-30T17:09:17.232Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1118 | 2026-03-30T17:09:17.536Z | Compiling enum-as-inner v0.6.1 |
| 1119 | 2026-03-30T17:09:17.563Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1120 | 2026-03-30T17:09:17.722Z | Compiling num_threads v0.1.7 |
| 1121 | 2026-03-30T17:09:17.786Z | Checking cpufeatures v0.2.17 |
| 1122 | 2026-03-30T17:09:17.859Z | Compiling openssl-probe v0.2.1 |
| 1123 | 2026-03-30T17:09:18.068Z | Compiling rustls-native-certs v0.8.3 |
| 1124 | 2026-03-30T17:09:18.098Z | Compiling time v0.3.47 |
| 1125 | 2026-03-30T17:09:18.463Z | Compiling newtype-uuid v1.3.2 |
| 1126 | 2026-03-30T17:09:18.580Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1127 | 2026-03-30T17:09:18.901Z | Compiling daft v0.1.5 |
| 1128 | 2026-03-30T17:09:19.102Z | Compiling rand_chacha v0.9.0 |
| 1129 | 2026-03-30T17:09:19.390Z | Compiling tempfile v3.27.0 |
| 1130 | 2026-03-30T17:09:19.451Z | Compiling rustls-webpki v0.102.8 |
| 1131 | 2026-03-30T17:09:19.714Z | Compiling num-derive v0.4.2 |
| 1132 | 2026-03-30T17:09:19.830Z | Compiling thread_local v1.1.9 |
| 1133 | 2026-03-30T17:09:19.851Z | Compiling wait-timeout v0.2.1 |
| 1134 | 2026-03-30T17:09:19.917Z | Compiling match_cfg v0.1.0 |
| 1135 | 2026-03-30T17:09:19.993Z | Compiling quick-error v1.2.3 |
| 1136 | 2026-03-30T17:09:20.041Z | Compiling bit-vec v0.8.0 |
| 1137 | 2026-03-30T17:09:20.044Z | Compiling hostname v0.3.1 |
| 1138 | 2026-03-30T17:09:20.074Z | Compiling rusty-fork v0.3.1 |
| 1139 | 2026-03-30T17:09:20.107Z | Compiling rand_chacha v0.3.1 |
| 1140 | 2026-03-30T17:09:20.178Z | Compiling rand v0.9.2 |
| 1141 | 2026-03-30T17:09:20.258Z | Compiling bit-set v0.8.0 |
| 1142 | 2026-03-30T17:09:20.310Z | Compiling crossbeam-channel v0.5.15 |
| 1143 | 2026-03-30T17:09:20.355Z | Compiling slog-json v2.6.1 |
| 1144 | 2026-03-30T17:09:20.454Z | Compiling rand_xorshift v0.4.0 |
| 1145 | 2026-03-30T17:09:20.596Z | Compiling futures-executor v0.3.32 |
| 1146 | 2026-03-30T17:09:20.727Z | Compiling encoding_rs v0.8.35 |
| 1147 | 2026-03-30T17:09:20.730Z | Compiling memmap2 v0.9.10 |
| 1148 | 2026-03-30T17:09:20.765Z | Compiling is-terminal v0.4.17 |
| 1149 | 2026-03-30T17:09:20.824Z | Compiling spin v0.9.8 |
| 1150 | 2026-03-30T17:09:20.860Z | Compiling term v1.2.1 |
| 1151 | 2026-03-30T17:09:20.878Z | Compiling mime v0.3.17 |
| 1152 | 2026-03-30T17:09:20.933Z | Compiling take_mut v0.2.2 |
| 1153 | 2026-03-30T17:09:20.950Z | Checking hex v0.4.3 |
| 1154 | 2026-03-30T17:09:21.041Z | Compiling unarray v0.1.4 |
| 1155 | 2026-03-30T17:09:21.041Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1156 | 2026-03-30T17:09:21.224Z | Compiling proptest v1.11.0 |
| 1157 | 2026-03-30T17:09:21.345Z | Compiling slog-term v2.9.2 |
| 1158 | 2026-03-30T17:09:21.362Z | Compiling sha1 v0.10.6 |
| 1159 | 2026-03-30T17:09:21.461Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1160 | 2026-03-30T17:09:21.565Z | Compiling usdt v0.6.0 |
| 1161 | 2026-03-30T17:09:21.635Z | Compiling futures v0.3.32 |
| 1162 | 2026-03-30T17:09:21.802Z | Compiling slog-bunyan v2.5.0 |
| 1163 | 2026-03-30T17:09:21.829Z | Compiling rand v0.8.5 |
| 1164 | 2026-03-30T17:09:21.936Z | Compiling tokio-rustls v0.25.0 |
| 1165 | 2026-03-30T17:09:22.070Z | Compiling reqwest v0.12.28 |
| 1166 | 2026-03-30T17:09:22.114Z | Compiling backon v1.6.0 |
| 1167 | 2026-03-30T17:09:22.219Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1168 | 2026-03-30T17:09:22.310Z | Compiling waitgroup v0.1.2 |
| 1169 | 2026-03-30T17:09:22.348Z | Compiling rustls-pemfile v2.2.0 |
| 1170 | 2026-03-30T17:09:22.441Z | Compiling async-stream v0.3.6 |
| 1171 | 2026-03-30T17:09:22.526Z | Compiling strum v0.26.3 |
| 1172 | 2026-03-30T17:09:22.654Z | Compiling num-integer v0.1.46 |
| 1173 | 2026-03-30T17:09:22.918Z | Compiling instant v0.1.13 |
| 1174 | 2026-03-30T17:09:22.938Z | Compiling hostname v0.4.2 |
| 1175 | 2026-03-30T17:09:22.955Z | Compiling serde_path_to_error v0.1.20 |
| 1176 | 2026-03-30T17:09:23.070Z | Compiling debug-ignore v1.0.5 |
| 1177 | 2026-03-30T17:09:23.129Z | Compiling rustc-hash v2.1.1 |
| 1178 | 2026-03-30T17:09:23.173Z | Compiling utf8parse v0.2.2 |
| 1179 | 2026-03-30T17:09:23.176Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1180 | 2026-03-30T17:09:23.288Z | Compiling anstyle-parse v1.0.0 |
| 1181 | 2026-03-30T17:09:23.305Z | Compiling iddqd v0.3.17 |
| 1182 | 2026-03-30T17:09:23.468Z | Compiling backoff v0.4.0 |
| 1183 | 2026-03-30T17:09:23.752Z | Compiling progenitor-client v0.10.0 |
| 1184 | 2026-03-30T17:09:23.870Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1185 | 2026-03-30T17:09:24.014Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 1186 | 2026-03-30T17:09:24.032Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1187 | 2026-03-30T17:09:24.298Z | Compiling parse-display v0.10.0 |
| 1188 | 2026-03-30T17:09:24.328Z | Compiling serde_with v3.18.0 |
| 1189 | 2026-03-30T17:09:24.427Z | Compiling strum v0.27.2 |
| 1190 | 2026-03-30T17:09:24.553Z | Compiling macaddr v1.0.1 |
| 1191 | 2026-03-30T17:09:24.661Z | Compiling is_terminal_polyfill v1.70.2 |
| 1192 | 2026-03-30T17:09:24.759Z | Compiling semver v0.1.20 |
| 1193 | 2026-03-30T17:09:24.778Z | Compiling colorchoice v1.0.5 |
| 1194 | 2026-03-30T17:09:24.778Z | Compiling anstyle v1.0.14 |
| 1195 | 2026-03-30T17:09:24.891Z | Compiling vcpkg v0.2.15 |
| 1196 | 2026-03-30T17:09:24.983Z | Checking rustls-webpki v0.103.10 |
| 1197 | 2026-03-30T17:09:25.009Z | Compiling anstyle-query v1.1.5 |
| 1198 | 2026-03-30T17:09:25.119Z | Compiling anstream v1.0.0 |
| 1199 | 2026-03-30T17:09:25.443Z | Compiling rustc_version v0.1.7 |
| 1200 | 2026-03-30T17:09:25.446Z | Compiling openssl-sys v0.9.112 |
| 1201 | 2026-03-30T17:09:25.510Z | Compiling num-iter v0.1.45 |
| 1202 | 2026-03-30T17:09:25.538Z | Compiling num-rational v0.4.2 |
| 1203 | 2026-03-30T17:09:25.575Z | Compiling terminal_size v0.4.4 |
| 1204 | 2026-03-30T17:09:25.960Z | Compiling num-complex v0.4.6 |
| 1205 | 2026-03-30T17:09:25.991Z | Compiling serde_spanned v0.6.9 |
| 1206 | 2026-03-30T17:09:26.040Z | Compiling pin-project-internal v1.1.11 |
| 1207 | 2026-03-30T17:09:26.165Z | Compiling derive-where v1.6.1 |
| 1208 | 2026-03-30T17:09:26.182Z | Compiling serde_repr v0.1.20 |
| 1209 | 2026-03-30T17:09:26.364Z | Compiling clap_lex v1.1.0 |
| 1210 | 2026-03-30T17:09:26.888Z | Compiling toml_write v0.1.2 |
| 1211 | 2026-03-30T17:09:27.088Z | Compiling toml_edit v0.22.27 |
| 1212 | 2026-03-30T17:09:27.104Z | Compiling clap_builder v4.6.0 |
| 1213 | 2026-03-30T17:09:27.123Z | Compiling num v0.4.3 |
| 1214 | 2026-03-30T17:09:27.444Z | Compiling newtype_derive v0.1.6 |
| 1215 | 2026-03-30T17:09:27.725Z | Compiling owo-colors v4.3.0 |
| 1216 | 2026-03-30T17:09:27.789Z | Checking tokio-rustls v0.26.4 |
| 1217 | 2026-03-30T17:09:27.937Z | Compiling float-ord v0.3.2 |
| 1218 | 2026-03-30T17:09:28.026Z | Checking hyper-rustls v0.27.7 |
| 1219 | 2026-03-30T17:09:28.281Z | Compiling snafu-derive v0.8.9 |
| 1220 | 2026-03-30T17:09:28.442Z | Compiling rustls-platform-verifier v0.6.2 |
| 1221 | 2026-03-30T17:09:28.538Z | Compiling toml v0.8.23 |
| 1222 | 2026-03-30T17:09:28.669Z | Compiling clap v4.6.0 |
| 1223 | 2026-03-30T17:09:28.758Z | Compiling async-recursion v1.1.1 |
| 1224 | 2026-03-30T17:09:28.899Z | Compiling reqwest v0.13.2 |
| 1225 | 2026-03-30T17:09:29.085Z | Checking unicode-width v0.2.2 |
| 1226 | 2026-03-30T17:09:29.616Z | Compiling slog-dtrace v0.3.0 |
| 1227 | 2026-03-30T17:09:29.836Z | Compiling unicode-xid v0.2.6 |
| 1228 | 2026-03-30T17:09:29.853Z | Compiling minimal-lexical v0.2.1 |
| 1229 | 2026-03-30T17:09:29.901Z | Compiling chrono-tz v0.10.4 |
| 1230 | 2026-03-30T17:09:29.958Z | Compiling openssl v0.10.76 |
| 1231 | 2026-03-30T17:09:29.962Z | Compiling cancel-safe-futures v0.1.5 |
| 1232 | 2026-03-30T17:09:29.994Z | Compiling const_format_proc_macros v0.2.34 |
| 1233 | 2026-03-30T17:09:30.096Z | Compiling progenitor-client v0.13.0 |
| 1234 | 2026-03-30T17:09:30.139Z | Compiling nom v7.1.3 |
| 1235 | 2026-03-30T17:09:30.329Z | Compiling progenitor-extras v0.1.1 |
| 1236 | 2026-03-30T17:09:30.565Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1237 | 2026-03-30T17:09:31.392Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1238 | 2026-03-30T17:09:31.411Z | Compiling num-derive v0.3.3 |
| 1239 | 2026-03-30T17:09:31.500Z | Compiling openssl-macros v0.1.1 |
| 1240 | 2026-03-30T17:09:31.964Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1241 | 2026-03-30T17:09:32.336Z | Compiling cookie v0.18.1 |
| 1242 | 2026-03-30T17:09:32.822Z | Compiling tabled_derive v0.7.0 |
| 1243 | 2026-03-30T17:09:35.181Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1244 | 2026-03-30T17:09:35.683Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1245 | 2026-03-30T17:09:37.296Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1246 | 2026-03-30T17:09:38.420Z | Checking colored v3.1.1 |
| 1247 | 2026-03-30T17:09:38.456Z | Checking tabwriter v1.4.1 |
| 1248 | 2026-03-30T17:09:38.475Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1249 | 2026-03-30T17:09:38.558Z | Checking hash32 v0.3.1 |
| 1250 | 2026-03-30T17:09:38.581Z | Checking foreign-types-shared v0.3.1 |
| 1251 | 2026-03-30T17:09:38.615Z | Checking cpufeatures v0.3.0 |
| 1252 | 2026-03-30T17:09:38.692Z | Checking chacha20 v0.10.0 |
| 1253 | 2026-03-30T17:09:38.849Z | Checking foreign-types v0.5.0 |
| 1254 | 2026-03-30T17:09:38.944Z | Checking ingot-types v0.1.2 |
| 1255 | 2026-03-30T17:09:39.075Z | Checking crossbeam-epoch v0.9.18 |
| 1256 | 2026-03-30T17:09:39.108Z | Checking num_enum v0.7.6 |
| 1257 | 2026-03-30T17:09:39.241Z | Checking cobs v0.3.0 |
| 1258 | 2026-03-30T17:09:39.305Z | Checking cstr-argument v0.1.2 |
| 1259 | 2026-03-30T17:09:39.340Z | Checking bitflags v1.3.2 |
| 1260 | 2026-03-30T17:09:39.423Z | Checking managed v0.8.0 |
| 1261 | 2026-03-30T17:09:39.440Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1262 | 2026-03-30T17:09:39.443Z | Checking postcard v1.1.3 |
| 1263 | 2026-03-30T17:09:39.575Z | Checking ingot v0.1.1 |
| 1264 | 2026-03-30T17:09:39.608Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1265 | 2026-03-30T17:09:39.797Z | Checking rand v0.10.0 |
| 1266 | 2026-03-30T17:09:40.057Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1267 | 2026-03-30T17:09:41.241Z | Checking tinyvec_macros v0.1.1 |
| 1268 | 2026-03-30T17:09:41.323Z | Checking tinyvec v1.11.0 |
| 1269 | 2026-03-30T17:09:41.650Z | Checking secrecy v0.10.3 |
| 1270 | 2026-03-30T17:09:41.772Z | Checking data-encoding v2.10.0 |
| 1271 | 2026-03-30T17:09:42.045Z | Checking itertools v0.12.1 |
| 1272 | 2026-03-30T17:09:42.166Z | Checking scroll v0.12.0 |
| 1273 | 2026-03-30T17:09:42.543Z | Checking static_assertions v1.1.0 |
| 1274 | 2026-03-30T17:09:42.820Z | Checking goblin v0.8.2 |
| 1275 | 2026-03-30T17:09:42.857Z | Checking crossbeam-deque v0.8.6 |
| 1276 | 2026-03-30T17:09:43.124Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1277 | 2026-03-30T17:09:43.681Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1278 | 2026-03-30T17:09:43.763Z | Checking progenitor v0.13.0 |
| 1279 | 2026-03-30T17:09:44.118Z | Checking hubpack v0.1.2 |
| 1280 | 2026-03-30T17:09:44.137Z | Checking hmac v0.12.1 |
| 1281 | 2026-03-30T17:09:44.274Z | Checking inout v0.1.4 |
| 1282 | 2026-03-30T17:09:44.291Z | Checking ff v0.13.1 |
| 1283 | 2026-03-30T17:09:44.438Z | Checking bstr v1.12.1 |
| 1284 | 2026-03-30T17:09:44.576Z | Checking lazy_static v1.5.0 |
| 1285 | 2026-03-30T17:09:44.772Z | Checking group v0.13.0 |
| 1286 | 2026-03-30T17:09:44.807Z | Checking cipher v0.4.4 |
| 1287 | 2026-03-30T17:09:44.897Z | Checking hkdf v0.12.4 |
| 1288 | 2026-03-30T17:09:44.916Z | Checking rayon v1.11.0 |
| 1289 | 2026-03-30T17:09:45.144Z | Checking camino-tempfile v1.4.1 |
| 1290 | 2026-03-30T17:09:45.259Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1291 | 2026-03-30T17:09:45.277Z | Checking num_enum v0.5.11 |
| 1292 | 2026-03-30T17:09:45.280Z | Checking universal-hash v0.5.1 |
| 1293 | 2026-03-30T17:09:45.313Z | Checking crypto-bigint v0.5.5 |
| 1294 | 2026-03-30T17:09:45.389Z | Checking half v2.7.1 |
| 1295 | 2026-03-30T17:09:45.499Z | Checking memmap v0.7.0 |
| 1296 | 2026-03-30T17:09:45.608Z | Checking base64ct v1.8.3 |
| 1297 | 2026-03-30T17:09:45.634Z | Checking opaque-debug v0.3.1 |
| 1298 | 2026-03-30T17:09:45.652Z | Checking base16ct v0.2.0 |
| 1299 | 2026-03-30T17:09:45.759Z | Checking ciborium-io v0.2.2 |
| 1300 | 2026-03-30T17:09:45.845Z | Checking password-hash v0.5.0 |
| 1301 | 2026-03-30T17:09:45.877Z | Checking ciborium-ll v0.2.2 |
| 1302 | 2026-03-30T17:09:45.881Z | Checking poly1305 v0.8.0 |
| 1303 | 2026-03-30T17:09:46.064Z | Checking usdt v0.5.0 |
| 1304 | 2026-03-30T17:09:46.083Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1305 | 2026-03-30T17:09:46.152Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1306 | 2026-03-30T17:09:46.171Z | Checking chacha20 v0.9.1 |
| 1307 | 2026-03-30T17:09:46.188Z | Checking zone v0.3.1 |
| 1308 | 2026-03-30T17:09:46.207Z | Checking elliptic-curve v0.13.8 |
| 1309 | 2026-03-30T17:09:46.275Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1310 | 2026-03-30T17:09:46.361Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1311 | 2026-03-30T17:09:46.457Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1312 | 2026-03-30T17:09:46.527Z | Checking byte-wrapper v0.1.0 |
| 1313 | 2026-03-30T17:09:46.544Z | Checking thiserror-no-std v2.0.2 |
| 1314 | 2026-03-30T17:09:46.632Z | Checking blake2 v0.10.6 |
| 1315 | 2026-03-30T17:09:46.650Z | Checking smf v0.2.3 |
| 1316 | 2026-03-30T17:09:46.653Z | Checking aead v0.5.2 |
| 1317 | 2026-03-30T17:09:46.686Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1318 | 2026-03-30T17:09:46.727Z | Checking sigpipe v0.1.3 |
| 1319 | 2026-03-30T17:09:46.829Z | Checking bytecount v0.6.9 |
| 1320 | 2026-03-30T17:09:46.868Z | Checking glob v0.3.3 |
| 1321 | 2026-03-30T17:09:46.893Z | Checking keccak v0.1.6 |
| 1322 | 2026-03-30T17:09:46.916Z | Checking indent_write v2.2.0 |
| 1323 | 2026-03-30T17:09:46.934Z | Checking jiff v0.2.23 |
| 1324 | 2026-03-30T17:09:46.938Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1325 | 2026-03-30T17:09:47.048Z | Checking sha3 v0.10.8 |
| 1326 | 2026-03-30T17:09:47.048Z | Checking argon2 v0.5.3 |
| 1327 | 2026-03-30T17:09:47.102Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1328 | 2026-03-30T17:09:47.272Z | Checking chacha20poly1305 v0.10.1 |
| 1329 | 2026-03-30T17:09:47.304Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1330 | 2026-03-30T17:09:47.326Z | Checking vsss-rs v3.3.4 |
| 1331 | 2026-03-30T17:09:47.344Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1332 | 2026-03-30T17:09:47.424Z | Checking ciborium v0.2.2 |
| 1333 | 2026-03-30T17:09:47.495Z | Checking atomicwrites v0.4.4 |
| 1334 | 2026-03-30T17:09:47.623Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1335 | 2026-03-30T17:09:47.770Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1336 | 2026-03-30T17:09:47.834Z | Compiling parking_lot_core v0.8.6 |
| 1337 | 2026-03-30T17:09:47.881Z | Checking linked-hash-map v0.5.6 |
| 1338 | 2026-03-30T17:09:47.922Z | Checking resolv-conf v0.7.6 |
| 1339 | 2026-03-30T17:09:47.953Z | Checking whoami v1.6.1 |
| 1340 | 2026-03-30T17:09:48.054Z | Checking lru-cache v0.1.2 |
| 1341 | 2026-03-30T17:09:48.134Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1342 | 2026-03-30T17:09:48.155Z | Checking similar v2.7.0 |
| 1343 | 2026-03-30T17:09:48.313Z | Checking hickory-proto v0.24.4 |
| 1344 | 2026-03-30T17:09:48.352Z | Checking serde-big-array v0.5.1 |
| 1345 | 2026-03-30T17:09:48.388Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1346 | 2026-03-30T17:09:48.391Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1347 | 2026-03-30T17:09:48.474Z | Checking unicode-segmentation v1.13.1 |
| 1348 | 2026-03-30T17:09:48.491Z | Checking swrite v0.1.0 |
| 1349 | 2026-03-30T17:09:48.508Z | Checking siphasher v1.0.2 |
| 1350 | 2026-03-30T17:09:48.511Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1351 | 2026-03-30T17:09:48.582Z | Checking unicode-normalization v0.1.25 |
| 1352 | 2026-03-30T17:09:48.667Z | Checking phf_shared v0.12.1 |
| 1353 | 2026-03-30T17:09:48.808Z | Checking console v0.15.11 |
| 1354 | 2026-03-30T17:09:48.808Z | Checking newline-converter v0.3.0 |
| 1355 | 2026-03-30T17:09:48.923Z | Checking pin-project v1.1.11 |
| 1356 | 2026-03-30T17:09:49.024Z | Checking tokio-stream v0.1.18 |
| 1357 | 2026-03-30T17:09:49.102Z | Checking csv-core v0.1.13 |
| 1358 | 2026-03-30T17:09:49.164Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1359 | 2026-03-30T17:09:49.278Z | Compiling crc32fast v1.5.0 |
| 1360 | 2026-03-30T17:09:49.365Z | Checking unicode-width v0.1.14 |
| 1361 | 2026-03-30T17:09:49.409Z | Checking same-file v1.0.6 |
| 1362 | 2026-03-30T17:09:49.491Z | Checking foldhash v0.1.5 |
| 1363 | 2026-03-30T17:09:49.530Z | Checking foreign-types-shared v0.1.1 |
| 1364 | 2026-03-30T17:09:49.566Z | Checking highway v1.3.0 |
| 1365 | 2026-03-30T17:09:49.637Z | Checking hashbrown v0.15.5 |
| 1366 | 2026-03-30T17:09:49.640Z | Checking foreign-types v0.3.2 |
| 1367 | 2026-03-30T17:09:49.674Z | Checking walkdir v2.5.0 |
| 1368 | 2026-03-30T17:09:49.791Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1369 | 2026-03-30T17:09:49.839Z | Checking csv v1.4.0 |
| 1370 | 2026-03-30T17:09:49.857Z | Checking hickory-resolver v0.24.4 |
| 1371 | 2026-03-30T17:09:50.099Z | Checking expectorate v1.2.0 |
| 1372 | 2026-03-30T17:09:50.193Z | Checking snafu v0.8.9 |
| 1373 | 2026-03-30T17:09:50.212Z | Checking olpc-cjson v0.1.4 |
| 1374 | 2026-03-30T17:09:50.230Z | Checking phf v0.12.1 |
| 1375 | 2026-03-30T17:09:50.352Z | Checking tokio-dtrace v0.1.1 |
| 1376 | 2026-03-30T17:09:50.374Z | Checking globset v0.4.18 |
| 1377 | 2026-03-30T17:09:50.431Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1378 | 2026-03-30T17:09:50.512Z | Checking qorb v0.4.1 |
| 1379 | 2026-03-30T17:09:50.747Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1380 | 2026-03-30T17:09:50.765Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1381 | 2026-03-30T17:09:50.943Z | Checking pem v3.0.6 |
| 1382 | 2026-03-30T17:09:51.021Z | Checking libsw-core v0.3.2 |
| 1383 | 2026-03-30T17:09:51.040Z | Checking serde_plain v1.0.2 |
| 1384 | 2026-03-30T17:09:51.090Z | Checking unicode-linebreak v0.1.5 |
| 1385 | 2026-03-30T17:09:51.128Z | Checking fixedbitset v0.4.2 |
| 1386 | 2026-03-30T17:09:51.146Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1387 | 2026-03-30T17:09:51.170Z | Checking smawk v0.3.2 |
| 1388 | 2026-03-30T17:09:51.201Z | Checking fixedbitset v0.5.7 |
| 1389 | 2026-03-30T17:09:51.284Z | Checking typed-path v0.9.3 |
| 1390 | 2026-03-30T17:09:51.329Z | Checking textwrap v0.16.2 |
| 1391 | 2026-03-30T17:09:51.405Z | Checking petgraph v0.8.3 |
| 1392 | 2026-03-30T17:09:51.537Z | Checking petgraph v0.6.5 |
| 1393 | 2026-03-30T17:09:51.553Z | Checking libsw v3.5.0 |
| 1394 | 2026-03-30T17:09:52.055Z | Checking tough v0.20.0 |
| 1395 | 2026-03-30T17:09:52.209Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1396 | 2026-03-30T17:09:52.381Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1397 | 2026-03-30T17:09:52.570Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1398 | 2026-03-30T17:09:52.811Z | Checking oxide-tokio-rt v0.1.3 |
| 1399 | 2026-03-30T17:09:52.969Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1400 | 2026-03-30T17:09:53.025Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1401 | 2026-03-30T17:09:53.142Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1402 | 2026-03-30T17:09:53.371Z | Checking papergrid v0.11.0 |
| 1403 | 2026-03-30T17:09:53.392Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1404 | 2026-03-30T17:09:53.656Z | Checking gethostname v0.5.0 |
| 1405 | 2026-03-30T17:09:53.909Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1406 | 2026-03-30T17:09:53.978Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1407 | 2026-03-30T17:09:54.021Z | Checking libscf-sys v1.1.0 |
| 1408 | 2026-03-30T17:09:54.104Z | Checking const_format v0.2.35 |
| 1409 | 2026-03-30T17:09:54.238Z | Checking bcs v0.1.6 |
| 1410 | 2026-03-30T17:09:54.415Z | Checking termtree v0.5.1 |
| 1411 | 2026-03-30T17:09:54.434Z | Checking tagptr v0.2.0 |
| 1412 | 2026-03-30T17:09:54.554Z | Checking linear-map v1.2.0 |
| 1413 | 2026-03-30T17:09:54.604Z | Checking moka v0.12.15 |
| 1414 | 2026-03-30T17:09:54.742Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1415 | 2026-03-30T17:09:54.893Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1416 | 2026-03-30T17:09:55.229Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1417 | 2026-03-30T17:09:55.432Z | Checking tabled v0.15.0 |
| 1418 | 2026-03-30T17:09:55.798Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1419 | 2026-03-30T17:09:55.911Z | Checking steno v0.4.1 |
| 1420 | 2026-03-30T17:09:55.963Z | Checking hickory-proto v0.25.2 |
| 1421 | 2026-03-30T17:09:56.600Z | Checking humantime v2.3.0 |
| 1422 | 2026-03-30T17:09:56.929Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1423 | 2026-03-30T17:09:57.109Z | Compiling typify-impl v0.4.3 |
| 1424 | 2026-03-30T17:09:57.223Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1425 | 2026-03-30T17:09:57.240Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1426 | 2026-03-30T17:09:57.555Z | Checking hickory-resolver v0.25.2 |
| 1427 | 2026-03-30T17:09:58.009Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1428 | 2026-03-30T17:09:58.135Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1429 | 2026-03-30T17:09:58.201Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1430 | 2026-03-30T17:10:00.438Z | Compiling typify-macro v0.4.3 |
| 1431 | 2026-03-30T17:10:00.729Z | Compiling crunchy v0.2.4 |
| 1432 | 2026-03-30T17:10:02.049Z | Compiling tiny-keccak v2.0.2 |
| 1433 | 2026-03-30T17:10:03.945Z | Compiling const-random-macro v0.1.16 |
| 1434 | 2026-03-30T17:10:03.979Z | Compiling typify v0.4.3 |
| 1435 | 2026-03-30T17:10:06.359Z | Compiling ahash v0.8.12 |
| 1436 | 2026-03-30T17:10:06.398Z | Compiling smartstring v1.0.1 |
| 1437 | 2026-03-30T17:10:06.453Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1438 | 2026-03-30T17:10:11.513Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1439 | 2026-03-30T17:10:11.727Z | Checking parking_lot v0.11.2 |
| 1440 | 2026-03-30T17:10:11.938Z | Checking fxhash v0.2.1 |
| 1441 | 2026-03-30T17:10:11.955Z | Compiling rhai_codegen v3.1.0 |
| 1442 | 2026-03-30T17:10:12.067Z | Checking sled v0.34.7 |
| 1443 | 2026-03-30T17:10:12.283Z | Checking rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 1444 | 2026-03-30T17:10:12.409Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1445 | 2026-03-30T17:10:12.660Z | Checking internet-checksum v0.2.1 |
| 1446 | 2026-03-30T17:10:12.785Z | Compiling progenitor-impl v0.11.2 |
| 1447 | 2026-03-30T17:10:12.824Z | Compiling proc-macro-error2 v2.0.1 |
| 1448 | 2026-03-30T17:10:13.112Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 1449 | 2026-03-30T17:10:13.115Z | Compiling tabled_derive v0.11.0 |
| 1450 | 2026-03-30T17:10:13.392Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1451 | 2026-03-30T17:10:13.958Z | Checking const-random v0.1.18 |
| 1452 | 2026-03-30T17:10:14.387Z | Checking thin-vec v0.2.14 |
| 1453 | 2026-03-30T17:10:14.616Z | Checking rhai v1.24.0 |
| 1454 | 2026-03-30T17:10:14.774Z | Checking nom v8.0.0 |
| 1455 | 2026-03-30T17:10:14.879Z | Compiling progenitor-macro v0.11.2 |
| 1456 | 2026-03-30T17:10:14.943Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 1457 | 2026-03-30T17:10:15.072Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1458 | 2026-03-30T17:10:15.359Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 1459 | 2026-03-30T17:10:15.426Z | Checking arc-swap v1.9.0 |
| 1460 | 2026-03-30T17:10:15.616Z | Checking papergrid v0.17.0 |
| 1461 | 2026-03-30T17:10:15.668Z | Checking slog-scope v4.4.1 |
| 1462 | 2026-03-30T17:10:15.737Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1463 | 2026-03-30T17:10:15.811Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 1464 | 2026-03-30T17:10:15.843Z | Checking testing_table v0.3.0 |
| 1465 | 2026-03-30T17:10:15.943Z | Checking dropshot-api-manager-types v0.5.2 |
| 1466 | 2026-03-30T17:10:16.145Z | Checking slog-stdlog v4.1.1 |
| 1467 | 2026-03-30T17:10:16.402Z | Checking tabled v0.20.0 |
| 1468 | 2026-03-30T17:10:16.581Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 1469 | 2026-03-30T17:10:16.744Z | Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1470 | 2026-03-30T17:10:16.946Z | Checking ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 1471 | 2026-03-30T17:10:17.371Z | Compiling progenitor-impl v0.10.0 |
| 1472 | 2026-03-30T17:10:17.450Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1473 | 2026-03-30T17:10:17.634Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1474 | 2026-03-30T17:10:17.654Z | Checking progenitor-client v0.11.2 |
| 1475 | 2026-03-30T17:10:17.671Z | Compiling lzma-sys v0.1.20 |
| 1476 | 2026-03-30T17:10:18.028Z | Compiling fs-err v3.3.0 |
| 1477 | 2026-03-30T17:10:18.067Z | Compiling typeid v1.0.3 |
| 1478 | 2026-03-30T17:10:18.385Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 1479 | 2026-03-30T17:10:18.949Z | Checking progenitor v0.11.2 |
| 1480 | 2026-03-30T17:10:19.093Z | Checking slog-envlogger v2.2.0 |
| 1481 | 2026-03-30T17:10:19.218Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1482 | 2026-03-30T17:10:19.408Z | Compiling progenitor-macro v0.10.0 |
| 1483 | 2026-03-30T17:10:19.966Z | Checking crc8 v0.1.1 |
| 1484 | 2026-03-30T17:10:20.066Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 1485 | 2026-03-30T17:10:21.577Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 1486 | 2026-03-30T17:10:21.789Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 1487 | 2026-03-30T17:10:21.811Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1488 | 2026-03-30T17:10:22.562Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1489 | 2026-03-30T17:10:22.717Z | Compiling cargo_toml v0.22.3 |
| 1490 | 2026-03-30T17:10:22.799Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1491 | 2026-03-30T17:10:24.365Z | Checking utf-8 v0.7.6 |
| 1492 | 2026-03-30T17:10:24.604Z | Checking tungstenite v0.21.0 |
| 1493 | 2026-03-30T17:10:24.930Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 1494 | 2026-03-30T17:10:25.083Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 1495 | 2026-03-30T17:10:25.355Z | Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1496 | 2026-03-30T17:10:25.384Z | Checking ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types) |
| 1497 | 2026-03-30T17:10:25.826Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1498 | 2026-03-30T17:10:26.015Z | Checking sha2 v0.10.9 |
| 1499 | 2026-03-30T17:10:26.327Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1500 | 2026-03-30T17:10:26.428Z | Checking diff v0.1.13 |
| 1501 | 2026-03-30T17:10:26.572Z | Checking yansi v1.0.1 |
| 1502 | 2026-03-30T17:10:26.590Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1503 | 2026-03-30T17:10:26.626Z | Checking progenitor v0.10.0 |
| 1504 | 2026-03-30T17:10:26.764Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 1505 | 2026-03-30T17:10:26.829Z | Checking pretty_assertions v1.4.1 |
| 1506 | 2026-03-30T17:10:26.966Z | Checking tokio-tungstenite v0.21.0 |
| 1507 | 2026-03-30T17:10:27.665Z | Checking console v0.16.3 |
| 1508 | 2026-03-30T17:10:27.683Z | Checking git-stub v1.0.0 |
| 1509 | 2026-03-30T17:10:27.838Z | Checking base64 v0.21.7 |
| 1510 | 2026-03-30T17:10:27.871Z | Checking unit-prefix v0.5.2 |
| 1511 | 2026-03-30T17:10:28.003Z | Checking is_ci v1.2.0 |
| 1512 | 2026-03-30T17:10:28.080Z | Checking sdd v3.0.10 |
| 1513 | 2026-03-30T17:10:28.115Z | Checking indicatif v0.18.4 |
| 1514 | 2026-03-30T17:10:28.122Z | Checking supports-color v3.0.2 |
| 1515 | 2026-03-30T17:10:28.260Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1516 | 2026-03-30T17:10:28.304Z | Checking scc v2.4.0 |
| 1517 | 2026-03-30T17:10:28.469Z | Checking git-stub-vcs v0.1.0 |
| 1518 | 2026-03-30T17:10:28.872Z | Checking xz2 v0.1.7 |
| 1519 | 2026-03-30T17:10:29.041Z | Checking ron v0.12.0 |
| 1520 | 2026-03-30T17:10:29.268Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1521 | 2026-03-30T17:10:29.581Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1522 | 2026-03-30T17:10:29.717Z | Checking drift v0.1.3 |
| 1523 | 2026-03-30T17:10:29.766Z | Compiling serial_test_derive v3.4.0 |
| 1524 | 2026-03-30T17:10:29.795Z | Checking base16ct v1.0.0 |
| 1525 | 2026-03-30T17:10:29.975Z | Checking dropshot-api-manager v0.5.2 |
| 1526 | 2026-03-30T17:10:30.080Z | Checking mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions) |
| 1527 | 2026-03-30T17:10:30.460Z | Checking serial_test v3.4.0 |
| 1528 | 2026-03-30T17:10:30.807Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 1529 | 2026-03-30T17:10:31.004Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1530 | 2026-03-30T17:10:31.042Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1531 | 2026-03-30T17:10:31.312Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1532 | 2026-03-30T17:10:31.498Z | Checking natord v1.0.9 |
| 1533 | 2026-03-30T17:10:31.520Z | Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1534 | 2026-03-30T17:10:31.635Z | Checking mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types) |
| 1535 | 2026-03-30T17:10:32.211Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1536 | 2026-03-30T17:10:32.665Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1537 | 2026-03-30T17:10:33.108Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1538 | 2026-03-30T17:10:33.270Z | Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 1539 | 2026-03-30T17:10:33.711Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1540 | 2026-03-30T17:10:33.835Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1541 | 2026-03-30T17:10:34.481Z | Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 1542 | 2026-03-30T17:10:34.509Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1543 | 2026-03-30T17:10:37.755Z | Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1544 | 2026-03-30T17:10:46.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s |
| 1545 | 2026-03-30T17:10:47.290Z | + cargo xtask openapi check |
| 1546 | 2026-03-30T17:10:47.613Z | Compiling libc v0.2.183 |
| 1547 | 2026-03-30T17:10:47.633Z | Compiling utf8parse v0.2.2 |
| 1548 | 2026-03-30T17:10:47.633Z | Compiling is_terminal_polyfill v1.70.2 |
| 1549 | 2026-03-30T17:10:47.633Z | Compiling scopeguard v1.2.0 |
| 1550 | 2026-03-30T17:10:47.633Z | Compiling proc-macro2 v1.0.106 |
| 1551 | 2026-03-30T17:10:47.633Z | Compiling quote v1.0.45 |
| 1552 | 2026-03-30T17:10:47.666Z | Compiling cfg-if v1.0.4 |
| 1553 | 2026-03-30T17:10:47.681Z | Compiling smallvec v1.15.1 |
| 1554 | 2026-03-30T17:10:47.700Z | Compiling colorchoice v1.0.5 |
| 1555 | 2026-03-30T17:10:47.734Z | Compiling anstyle-query v1.1.5 |
| 1556 | 2026-03-30T17:10:47.768Z | Compiling anstyle v1.0.14 |
| 1557 | 2026-03-30T17:10:47.768Z | Compiling anstyle-parse v1.0.0 |
| 1558 | 2026-03-30T17:10:48.364Z | Compiling lock_api v0.4.14 |
| 1559 | 2026-03-30T17:10:48.406Z | Compiling strsim v0.11.1 |
| 1560 | 2026-03-30T17:10:48.406Z | Compiling clap_lex v1.1.0 |
| 1561 | 2026-03-30T17:10:48.406Z | Compiling bytes v1.11.1 |
| 1562 | 2026-03-30T17:10:48.406Z | Compiling anstream v1.0.0 |
| 1563 | 2026-03-30T17:10:48.406Z | Compiling pin-project-lite v0.2.17 |
| 1564 | 2026-03-30T17:10:48.406Z | Compiling errno v0.3.14 |
| 1565 | 2026-03-30T17:10:48.406Z | Compiling parking_lot_core v0.9.12 |
| 1566 | 2026-03-30T17:10:48.406Z | Compiling socket2 v0.6.3 |
| 1567 | 2026-03-30T17:10:48.406Z | Compiling mio v1.1.1 |
| 1568 | 2026-03-30T17:10:48.407Z | Compiling clap_builder v4.6.0 |
| 1569 | 2026-03-30T17:10:48.407Z | Compiling signal-hook-registry v1.4.8 |
| 1570 | 2026-03-30T17:10:48.407Z | Compiling parking_lot v0.12.5 |
| 1571 | 2026-03-30T17:10:48.543Z | Compiling anyhow v1.0.102 |
| 1572 | 2026-03-30T17:10:48.653Z | Compiling syn v2.0.117 |
| 1573 | 2026-03-30T17:10:50.276Z | Compiling clap_derive v4.6.0 |
| 1574 | 2026-03-30T17:10:50.276Z | Compiling tokio-macros v2.6.1 |
| 1575 | 2026-03-30T17:10:50.865Z | Compiling tokio v1.50.0 |
| 1576 | 2026-03-30T17:10:55.325Z | Compiling clap v4.6.0 |
| 1577 | 2026-03-30T17:10:55.454Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1578 | 2026-03-30T17:10:55.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s |
| 1579 | 2026-03-30T17:10:55.809Z | Running `target/debug/xtask openapi check` |
| 1580 | 2026-03-30T17:10:56.441Z | Compiling libc v0.2.183 |
| 1581 | 2026-03-30T17:10:56.441Z | Compiling serde_core v1.0.228 |
| 1582 | 2026-03-30T17:10:56.444Z | Compiling memchr v2.8.0 |
| 1583 | 2026-03-30T17:10:56.554Z | Compiling itoa v1.0.18 |
| 1584 | 2026-03-30T17:10:56.562Z | Compiling stable_deref_trait v1.2.1 |
| 1585 | 2026-03-30T17:10:56.564Z | Compiling zmij v1.0.21 |
| 1586 | 2026-03-30T17:10:56.565Z | Compiling zerofrom v0.1.6 |
| 1587 | 2026-03-30T17:10:56.590Z | Compiling litemap v0.8.1 |
| 1588 | 2026-03-30T17:10:56.708Z | Compiling writeable v0.6.2 |
| 1589 | 2026-03-30T17:10:56.716Z | Compiling yoke v0.8.1 |
| 1590 | 2026-03-30T17:10:56.726Z | Compiling libm v0.2.16 |
| 1591 | 2026-03-30T17:10:56.775Z | Compiling percent-encoding v2.3.2 |
| 1592 | 2026-03-30T17:10:56.823Z | Compiling icu_properties_data v2.1.2 |
| 1593 | 2026-03-30T17:10:56.844Z | Compiling zerovec v0.11.5 |
| 1594 | 2026-03-30T17:10:56.874Z | Compiling zerotrie v0.2.3 |
| 1595 | 2026-03-30T17:10:56.967Z | Compiling errno v0.3.14 |
| 1596 | 2026-03-30T17:10:56.974Z | Compiling icu_normalizer_data v2.1.1 |
| 1597 | 2026-03-30T17:10:57.014Z | Compiling form_urlencoded v1.2.2 |
| 1598 | 2026-03-30T17:10:57.074Z | Compiling utf8_iter v1.0.4 |
| 1599 | 2026-03-30T17:10:57.143Z | Compiling zeroize v1.8.2 |
| 1600 | 2026-03-30T17:10:57.171Z | Compiling rand_core v0.10.0 |
| 1601 | 2026-03-30T17:10:57.194Z | Compiling iana-time-zone v0.1.65 |
| 1602 | 2026-03-30T17:10:57.207Z | Compiling scopeguard v1.2.0 |
| 1603 | 2026-03-30T17:10:57.220Z | Compiling dyn-clone v1.0.20 |
| 1604 | 2026-03-30T17:10:57.314Z | Compiling tinystr v0.8.2 |
| 1605 | 2026-03-30T17:10:57.324Z | Compiling potential_utf v0.1.4 |
| 1606 | 2026-03-30T17:10:57.334Z | Compiling getrandom v0.4.2 |
| 1607 | 2026-03-30T17:10:57.344Z | Compiling lock_api v0.4.14 |
| 1608 | 2026-03-30T17:10:57.358Z | Compiling portable-atomic v1.13.1 |
| 1609 | 2026-03-30T17:10:57.411Z | Compiling getrandom v0.2.17 |
| 1610 | 2026-03-30T17:10:57.484Z | Compiling icu_locale_core v2.1.1 |
| 1611 | 2026-03-30T17:10:57.512Z | Compiling num-traits v0.2.19 |
| 1612 | 2026-03-30T17:10:57.515Z | Compiling icu_collections v2.1.1 |
| 1613 | 2026-03-30T17:10:57.572Z | Compiling socket2 v0.6.3 |
| 1614 | 2026-03-30T17:10:57.598Z | Compiling critical-section v1.2.0 |
| 1615 | 2026-03-30T17:10:57.710Z | Compiling signal-hook-registry v1.4.8 |
| 1616 | 2026-03-30T17:10:57.867Z | Compiling once_cell v1.21.4 |
| 1617 | 2026-03-30T17:10:57.896Z | Compiling mio v1.1.1 |
| 1618 | 2026-03-30T17:10:57.997Z | Compiling thiserror v2.0.18 |
| 1619 | 2026-03-30T17:10:58.011Z | Compiling subtle v2.6.1 |
| 1620 | 2026-03-30T17:10:58.033Z | Compiling zerocopy v0.8.47 |
| 1621 | 2026-03-30T17:10:58.080Z | Compiling futures-core v0.3.32 |
| 1622 | 2026-03-30T17:10:58.104Z | Compiling icu_provider v2.1.1 |
| 1623 | 2026-03-30T17:10:58.138Z | Compiling rand_core v0.6.4 |
| 1624 | 2026-03-30T17:10:58.191Z | Compiling equivalent v1.0.2 |
| 1625 | 2026-03-30T17:10:58.236Z | Compiling serde v1.0.228 |
| 1626 | 2026-03-30T17:10:58.270Z | Compiling serde_json v1.0.149 |
| 1627 | 2026-03-30T17:10:58.362Z | Compiling icu_properties v2.1.2 |
| 1628 | 2026-03-30T17:10:58.365Z | Compiling uuid v1.23.0 |
| 1629 | 2026-03-30T17:10:58.397Z | Compiling semver v1.0.27 |
| 1630 | 2026-03-30T17:10:58.408Z | Compiling bitflags v2.11.0 |
| 1631 | 2026-03-30T17:10:58.427Z | Compiling log v0.4.29 |
| 1632 | 2026-03-30T17:10:58.617Z | Compiling allocator-api2 v0.2.21 |
| 1633 | 2026-03-30T17:10:58.643Z | Compiling futures-sink v0.3.32 |
| 1634 | 2026-03-30T17:10:58.737Z | Compiling smallvec v1.15.1 |
| 1635 | 2026-03-30T17:10:58.749Z | Compiling bytes v1.11.1 |
| 1636 | 2026-03-30T17:10:58.749Z | Compiling chrono v0.4.44 |
| 1637 | 2026-03-30T17:10:58.786Z | Compiling foldhash v0.2.0 |
| 1638 | 2026-03-30T17:10:58.940Z | Compiling icu_normalizer v2.1.1 |
| 1639 | 2026-03-30T17:10:58.968Z | Compiling parking_lot_core v0.9.12 |
| 1640 | 2026-03-30T17:10:59.019Z | Compiling hashbrown v0.16.1 |
| 1641 | 2026-03-30T17:10:59.275Z | Compiling idna_adapter v1.2.1 |
| 1642 | 2026-03-30T17:10:59.361Z | Compiling parking_lot v0.12.5 |
| 1643 | 2026-03-30T17:10:59.377Z | Compiling slog v2.8.2 |
| 1644 | 2026-03-30T17:10:59.394Z | Compiling idna v1.1.0 |
| 1645 | 2026-03-30T17:10:59.430Z | Compiling slab v0.4.12 |
| 1646 | 2026-03-30T17:10:59.458Z | Compiling typenum v1.19.0 |
| 1647 | 2026-03-30T17:10:59.519Z | Compiling futures-channel v0.3.32 |
| 1648 | 2026-03-30T17:10:59.601Z | Compiling tokio v1.50.0 |
| 1649 | 2026-03-30T17:10:59.614Z | Compiling futures-io v0.3.32 |
| 1650 | 2026-03-30T17:10:59.744Z | Compiling url v2.5.8 |
| 1651 | 2026-03-30T17:10:59.744Z | Compiling futures-task v0.3.32 |
| 1652 | 2026-03-30T17:10:59.775Z | Compiling indexmap v2.13.0 |
| 1653 | 2026-03-30T17:10:59.930Z | Compiling futures-util v0.3.32 |
| 1654 | 2026-03-30T17:11:00.042Z | Compiling generic-array v0.14.7 |
| 1655 | 2026-03-30T17:11:00.110Z | Compiling tracing-core v0.1.36 |
| 1656 | 2026-03-30T17:11:00.224Z | Compiling schemars v0.8.22 |
| 1657 | 2026-03-30T17:11:00.406Z | Compiling getrandom v0.3.4 |
| 1658 | 2026-03-30T17:11:00.550Z | Compiling crypto-common v0.1.7 |
| 1659 | 2026-03-30T17:11:00.570Z | Compiling tracing v0.1.44 |
| 1660 | 2026-03-30T17:11:00.592Z | Compiling base64 v0.22.1 |
| 1661 | 2026-03-30T17:11:00.686Z | Compiling byteorder v1.5.0 |
| 1662 | 2026-03-30T17:11:00.698Z | Compiling http v1.4.0 |
| 1663 | 2026-03-30T17:11:00.813Z | Compiling unicode-ident v1.0.24 |
| 1664 | 2026-03-30T17:11:00.920Z | Compiling fnv v1.0.7 |
| 1665 | 2026-03-30T17:11:00.932Z | Compiling proc-macro2 v1.0.106 |
| 1666 | 2026-03-30T17:11:00.945Z | Compiling block-buffer v0.10.4 |
| 1667 | 2026-03-30T17:11:01.018Z | Compiling ipnetwork v0.21.1 |
| 1668 | 2026-03-30T17:11:01.031Z | Compiling rustls-pki-types v1.14.0 |
| 1669 | 2026-03-30T17:11:01.095Z | Compiling digest v0.10.7 |
| 1670 | 2026-03-30T17:11:01.319Z | Compiling quote v1.0.45 |
| 1671 | 2026-03-30T17:11:01.478Z | Compiling ppv-lite86 v0.2.21 |
| 1672 | 2026-03-30T17:11:01.543Z | Compiling erased-serde v0.3.31 |
| 1673 | 2026-03-30T17:11:01.597Z | Compiling ipnet v2.12.0 |
| 1674 | 2026-03-30T17:11:01.618Z | Compiling untrusted v0.9.0 |
| 1675 | 2026-03-30T17:11:01.658Z | Compiling syn v2.0.117 |
| 1676 | 2026-03-30T17:11:01.700Z | Compiling thiserror v1.0.69 |
| 1677 | 2026-03-30T17:11:01.741Z | Compiling rustix v1.1.4 |
| 1678 | 2026-03-30T17:11:01.809Z | Compiling http-body v1.0.1 |
| 1679 | 2026-03-30T17:11:01.812Z | Compiling oxnet v0.1.4 |
| 1680 | 2026-03-30T17:11:02.047Z | Compiling atomic-waker v1.1.2 |
| 1681 | 2026-03-30T17:11:02.126Z | Compiling pretty-hex v0.4.2 |
| 1682 | 2026-03-30T17:11:02.179Z | Compiling httparse v1.10.1 |
| 1683 | 2026-03-30T17:11:02.244Z | Compiling tower-layer v0.3.3 |
| 1684 | 2026-03-30T17:11:02.268Z | Compiling tower-service v0.3.3 |
| 1685 | 2026-03-30T17:11:02.279Z | Compiling plain v0.2.3 |
| 1686 | 2026-03-30T17:11:02.368Z | Compiling ryu v1.0.23 |
| 1687 | 2026-03-30T17:11:02.384Z | Compiling try-lock v0.2.5 |
| 1688 | 2026-03-30T17:11:02.397Z | Compiling hex v0.4.3 |
| 1689 | 2026-03-30T17:11:02.407Z | Compiling ucd-trie v0.1.7 |
| 1690 | 2026-03-30T17:11:02.494Z | Compiling want v0.3.1 |
| 1691 | 2026-03-30T17:11:02.497Z | Compiling pin-utils v0.1.0 |
| 1692 | 2026-03-30T17:11:02.552Z | Compiling httpdate v1.0.3 |
| 1693 | 2026-03-30T17:11:02.579Z | Compiling pest v2.8.6 |
| 1694 | 2026-03-30T17:11:02.657Z | Compiling crossbeam-utils v0.8.21 |
| 1695 | 2026-03-30T17:11:02.669Z | Compiling omicron-workspace-hack v0.1.0 |
| 1696 | 2026-03-30T17:11:02.699Z | Compiling cpufeatures v0.2.17 |
| 1697 | 2026-03-30T17:11:02.742Z | Compiling rand_core v0.9.5 |
| 1698 | 2026-03-30T17:11:02.775Z | Compiling fastrand v2.3.0 |
| 1699 | 2026-03-30T17:11:02.793Z | Compiling regex-syntax v0.8.10 |
| 1700 | 2026-03-30T17:11:02.918Z | Compiling serde_urlencoded v0.7.1 |
| 1701 | 2026-03-30T17:11:02.960Z | Compiling http-body-util v0.1.3 |
| 1702 | 2026-03-30T17:11:03.050Z | Compiling newtype-uuid v1.3.2 |
| 1703 | 2026-03-30T17:11:03.168Z | Compiling camino v1.2.2 |
| 1704 | 2026-03-30T17:11:03.183Z | Compiling rand_chacha v0.9.0 |
| 1705 | 2026-03-30T17:11:03.205Z | Compiling aws-lc-sys v0.39.0 |
| 1706 | 2026-03-30T17:11:03.385Z | Compiling tokio-util v0.7.18 |
| 1707 | 2026-03-30T17:11:03.566Z | Compiling daft v0.1.5 |
| 1708 | 2026-03-30T17:11:03.584Z | Compiling untrusted v0.7.1 |
| 1709 | 2026-03-30T17:11:03.716Z | Compiling aws-lc-rs v1.16.2 |
| 1710 | 2026-03-30T17:11:03.814Z | Compiling rand v0.9.2 |
| 1711 | 2026-03-30T17:11:03.838Z | Compiling tempfile v3.27.0 |
| 1712 | 2026-03-30T17:11:03.863Z | Compiling powerfmt v0.2.0 |
| 1713 | 2026-03-30T17:11:04.077Z | Compiling h2 v0.4.13 |
| 1714 | 2026-03-30T17:11:04.117Z | Compiling rustls v0.23.37 |
| 1715 | 2026-03-30T17:11:04.248Z | Compiling deranged v0.5.8 |
| 1716 | 2026-03-30T17:11:04.354Z | Compiling futures-executor v0.3.32 |
| 1717 | 2026-03-30T17:11:04.416Z | Compiling sync_wrapper v1.0.2 |
| 1718 | 2026-03-30T17:11:04.530Z | Compiling aho-corasick v1.1.4 |
| 1719 | 2026-03-30T17:11:04.636Z | Compiling num_threads v0.1.7 |
| 1720 | 2026-03-30T17:11:04.741Z | Compiling rustls-webpki v0.103.10 |
| 1721 | 2026-03-30T17:11:05.142Z | Compiling time-core v0.1.8 |
| 1722 | 2026-03-30T17:11:05.225Z | Compiling num-conv v0.2.0 |
| 1723 | 2026-03-30T17:11:05.310Z | Compiling tower v0.5.3 |
| 1724 | 2026-03-30T17:11:05.365Z | Compiling time v0.3.47 |
| 1725 | 2026-03-30T17:11:05.662Z | Compiling regex-automata v0.4.14 |
| 1726 | 2026-03-30T17:11:05.685Z | Compiling futures v0.3.32 |
| 1727 | 2026-03-30T17:11:05.770Z | Compiling scroll v0.13.0 |
| 1728 | 2026-03-30T17:11:05.782Z | Compiling openapiv3 v2.2.0 |
| 1729 | 2026-03-30T17:11:05.796Z | Compiling winnow v1.0.0 |
| 1730 | 2026-03-30T17:11:06.040Z | Compiling iri-string v0.7.11 |
| 1731 | 2026-03-30T17:11:06.425Z | Compiling hyper v1.8.1 |
| 1732 | 2026-03-30T17:11:06.951Z | Compiling goblin v0.10.5 |
| 1733 | 2026-03-30T17:11:07.110Z | Compiling crossbeam-channel v0.5.15 |
| 1734 | 2026-03-30T17:11:07.123Z | Compiling ring v0.17.14 |
| 1735 | 2026-03-30T17:11:07.398Z | Compiling tower-http v0.6.8 |
| 1736 | 2026-03-30T17:11:07.599Z | Compiling hyper-util v0.1.20 |
| 1737 | 2026-03-30T17:11:07.757Z | Compiling winnow v0.7.15 |
| 1738 | 2026-03-30T17:11:07.842Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1739 | 2026-03-30T17:11:08.087Z | Compiling dtrace-parser v0.3.0 |
| 1740 | 2026-03-30T17:11:08.294Z | Compiling rustls-webpki v0.102.8 |
| 1741 | 2026-03-30T17:11:08.871Z | Compiling thread-id v5.1.0 |
| 1742 | 2026-03-30T17:11:08.939Z | Compiling thread_local v1.1.9 |
| 1743 | 2026-03-30T17:11:08.960Z | Compiling openssl-probe v0.2.1 |
| 1744 | 2026-03-30T17:11:09.075Z | Compiling match_cfg v0.1.0 |
| 1745 | 2026-03-30T17:11:09.115Z | Compiling debug-ignore v1.0.5 |
| 1746 | 2026-03-30T17:11:09.151Z | Compiling hostname v0.3.1 |
| 1747 | 2026-03-30T17:11:09.151Z | Compiling rustls-native-certs v0.8.3 |
| 1748 | 2026-03-30T17:11:09.213Z | Compiling rustls v0.22.4 |
| 1749 | 2026-03-30T17:11:09.222Z | Compiling tokio-rustls v0.26.4 |
| 1750 | 2026-03-30T17:11:09.247Z | Compiling regex v1.12.3 |
| 1751 | 2026-03-30T17:11:09.259Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 1752 | 2026-03-30T17:11:09.292Z | Compiling slog-json v2.6.1 |
| 1753 | 2026-03-30T17:11:09.484Z | Compiling rand_chacha v0.3.1 |
| 1754 | 2026-03-30T17:11:09.496Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1755 | 2026-03-30T17:11:09.507Z | Compiling serde_spanned v1.1.0 |
| 1756 | 2026-03-30T17:11:09.657Z | Compiling dof v0.4.0 |
| 1757 | 2026-03-30T17:11:09.707Z | Compiling is-terminal v0.4.17 |
| 1758 | 2026-03-30T17:11:09.797Z | Compiling memmap2 v0.9.10 |
| 1759 | 2026-03-30T17:11:09.809Z | Compiling encoding_rs v0.8.35 |
| 1760 | 2026-03-30T17:11:09.893Z | Compiling take_mut v0.2.2 |
| 1761 | 2026-03-30T17:11:09.910Z | Compiling either v1.15.0 |
| 1762 | 2026-03-30T17:11:10.007Z | Compiling spin v0.9.8 |
| 1763 | 2026-03-30T17:11:10.019Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 1764 | 2026-03-30T17:11:10.116Z | Compiling mime v0.3.17 |
| 1765 | 2026-03-30T17:11:10.127Z | Compiling term v1.2.1 |
| 1766 | 2026-03-30T17:11:10.237Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1767 | 2026-03-30T17:11:10.389Z | Compiling usdt-impl v0.6.0 |
| 1768 | 2026-03-30T17:11:10.796Z | Compiling multer v3.1.0 |
| 1769 | 2026-03-30T17:11:10.886Z | Compiling usdt v0.6.0 |
| 1770 | 2026-03-30T17:11:10.955Z | Compiling slog-term v2.9.2 |
| 1771 | 2026-03-30T17:11:11.090Z | Compiling tokio-rustls v0.25.0 |
| 1772 | 2026-03-30T17:11:11.188Z | Compiling slog-async v2.8.0 |
| 1773 | 2026-03-30T17:11:11.323Z | Compiling rand v0.8.5 |
| 1774 | 2026-03-30T17:11:11.339Z | Compiling slog-bunyan v2.5.0 |
| 1775 | 2026-03-30T17:11:11.486Z | Compiling hyper-rustls v0.27.7 |
| 1776 | 2026-03-30T17:11:11.536Z | Compiling rustls-platform-verifier v0.6.2 |
| 1777 | 2026-03-30T17:11:11.566Z | Compiling ref-cast v1.0.25 |
| 1778 | 2026-03-30T17:11:11.674Z | Compiling async-stream v0.3.6 |
| 1779 | 2026-03-30T17:11:11.687Z | Compiling strum v0.26.3 |
| 1780 | 2026-03-30T17:11:11.687Z | Compiling sha1 v0.10.6 |
| 1781 | 2026-03-30T17:11:11.708Z | Compiling waitgroup v0.1.2 |
| 1782 | 2026-03-30T17:11:11.769Z | Compiling rustls-pemfile v2.2.0 |
| 1783 | 2026-03-30T17:11:11.781Z | Compiling regress v0.10.5 |
| 1784 | 2026-03-30T17:11:11.818Z | Compiling macaddr v1.0.1 |
| 1785 | 2026-03-30T17:11:11.847Z | Compiling serde_path_to_error v0.1.20 |
| 1786 | 2026-03-30T17:11:11.860Z | Compiling hostname v0.4.2 |
| 1787 | 2026-03-30T17:11:11.930Z | Compiling wait-timeout v0.2.1 |
| 1788 | 2026-03-30T17:11:11.975Z | Compiling quick-error v1.2.3 |
| 1789 | 2026-03-30T17:11:12.001Z | Compiling bit-vec v0.8.0 |
| 1790 | 2026-03-30T17:11:12.001Z | Compiling reqwest v0.13.2 |
| 1791 | 2026-03-30T17:11:12.052Z | Compiling serde_with v3.18.0 |
| 1792 | 2026-03-30T17:11:12.084Z | Compiling rusty-fork v0.3.1 |
| 1793 | 2026-03-30T17:11:12.205Z | Compiling bit-set v0.8.0 |
| 1794 | 2026-03-30T17:11:12.236Z | Compiling dropshot v0.16.7 |
| 1795 | 2026-03-30T17:11:12.250Z | Compiling rand_xorshift v0.4.0 |
| 1796 | 2026-03-30T17:11:12.372Z | Compiling unarray v0.1.4 |
| 1797 | 2026-03-30T17:11:12.403Z | Compiling strum v0.27.2 |
| 1798 | 2026-03-30T17:11:12.431Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1799 | 2026-03-30T17:11:12.486Z | Compiling proptest v1.11.0 |
| 1800 | 2026-03-30T17:11:12.536Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1801 | 2026-03-30T17:11:12.564Z | Compiling instant v0.1.13 |
| 1802 | 2026-03-30T17:11:12.678Z | Compiling rustc-hash v2.1.1 |
| 1803 | 2026-03-30T17:11:12.719Z | Compiling reqwest v0.12.28 |
| 1804 | 2026-03-30T17:11:12.808Z | Compiling iddqd v0.3.17 |
| 1805 | 2026-03-30T17:11:12.885Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1806 | 2026-03-30T17:11:13.138Z | Compiling backon v1.6.0 |
| 1807 | 2026-03-30T17:11:13.350Z | Compiling progenitor-client v0.13.0 |
| 1808 | 2026-03-30T17:11:13.659Z | Compiling progenitor-client v0.10.0 |
| 1809 | 2026-03-30T17:11:13.775Z | Compiling progenitor-extras v0.1.1 |
| 1810 | 2026-03-30T17:11:13.938Z | Compiling backoff v0.4.0 |
| 1811 | 2026-03-30T17:11:13.950Z | Compiling itertools v0.14.0 |
| 1812 | 2026-03-30T17:11:14.025Z | Compiling parse-display v0.10.0 |
| 1813 | 2026-03-30T17:11:14.161Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 1814 | 2026-03-30T17:11:14.359Z | Compiling unicode-width v0.2.2 |
| 1815 | 2026-03-30T17:11:14.658Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1816 | 2026-03-30T17:11:15.054Z | Compiling terminal_size v0.4.4 |
| 1817 | 2026-03-30T17:11:15.151Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1818 | 2026-03-30T17:11:15.217Z | Compiling crossbeam-epoch v0.9.18 |
| 1819 | 2026-03-30T17:11:15.230Z | Compiling clap_builder v4.6.0 |
| 1820 | 2026-03-30T17:11:15.562Z | Compiling tinyvec_macros v0.1.1 |
| 1821 | 2026-03-30T17:11:15.578Z | Compiling hash32 v0.3.1 |
| 1822 | 2026-03-30T17:11:15.637Z | Compiling tinyvec v1.11.0 |
| 1823 | 2026-03-30T17:11:15.650Z | Compiling secrecy v0.10.3 |
| 1824 | 2026-03-30T17:11:15.671Z | Compiling scroll v0.12.0 |
| 1825 | 2026-03-30T17:11:15.739Z | Compiling heapless v0.8.0 |
| 1826 | 2026-03-30T17:11:15.811Z | Compiling ingot-types v0.1.2 |
| 1827 | 2026-03-30T17:11:15.946Z | Compiling cobs v0.3.0 |
| 1828 | 2026-03-30T17:11:15.986Z | Compiling managed v0.8.0 |
| 1829 | 2026-03-30T17:11:16.052Z | Compiling heck v0.5.0 |
| 1830 | 2026-03-30T17:11:16.192Z | Compiling bitflags v1.3.2 |
| 1831 | 2026-03-30T17:11:16.221Z | Compiling ingot v0.1.1 |
| 1832 | 2026-03-30T17:11:16.233Z | Compiling postcard v1.1.3 |
| 1833 | 2026-03-30T17:11:16.272Z | Compiling smoltcp v0.11.0 |
| 1834 | 2026-03-30T17:11:16.285Z | Compiling goblin v0.8.2 |
| 1835 | 2026-03-30T17:11:16.328Z | Compiling crucible-workspace-hack v0.1.0 |
| 1836 | 2026-03-30T17:11:16.572Z | Compiling crossbeam-deque v0.8.6 |
| 1837 | 2026-03-30T17:11:16.613Z | Compiling zerocopy v0.7.35 |
| 1838 | 2026-03-30T17:11:16.776Z | Compiling tabwriter v1.4.1 |
| 1839 | 2026-03-30T17:11:17.034Z | Compiling clap v4.6.0 |
| 1840 | 2026-03-30T17:11:17.127Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1841 | 2026-03-30T17:11:17.197Z | Compiling num-integer v0.1.46 |
| 1842 | 2026-03-30T17:11:17.434Z | Compiling foreign-types-shared v0.3.1 |
| 1843 | 2026-03-30T17:11:17.521Z | Compiling cpufeatures v0.3.0 |
| 1844 | 2026-03-30T17:11:17.605Z | Compiling chacha20 v0.10.0 |
| 1845 | 2026-03-30T17:11:17.873Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1846 | 2026-03-30T17:11:18.090Z | Compiling foreign-types v0.5.0 |
| 1847 | 2026-03-30T17:11:18.144Z | Compiling rayon-core v1.13.0 |
| 1848 | 2026-03-30T17:11:18.172Z | Compiling num_enum v0.7.6 |
| 1849 | 2026-03-30T17:11:18.294Z | Compiling memoffset v0.9.1 |
| 1850 | 2026-03-30T17:11:18.297Z | Compiling rustix v0.38.44 |
| 1851 | 2026-03-30T17:11:18.387Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1852 | 2026-03-30T17:11:18.436Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1853 | 2026-03-30T17:11:18.507Z | Compiling dof v0.3.0 |
| 1854 | 2026-03-30T17:11:18.589Z | Compiling dtrace-parser v0.2.0 |
| 1855 | 2026-03-30T17:11:18.692Z | Compiling hmac v0.12.1 |
| 1856 | 2026-03-30T17:11:18.838Z | Compiling inout v0.1.4 |
| 1857 | 2026-03-30T17:11:18.858Z | Compiling serde_spanned v0.6.9 |
| 1858 | 2026-03-30T17:11:18.991Z | Compiling toml_datetime v0.6.11 |
| 1859 | 2026-03-30T17:11:19.005Z | Compiling ff v0.13.1 |
| 1860 | 2026-03-30T17:11:19.017Z | Compiling thread-id v4.2.2 |
| 1861 | 2026-03-30T17:11:19.106Z | Compiling cstr-argument v0.1.2 |
| 1862 | 2026-03-30T17:11:19.140Z | Compiling bstr v1.12.1 |
| 1863 | 2026-03-30T17:11:19.167Z | Compiling toml_write v0.1.2 |
| 1864 | 2026-03-30T17:11:19.261Z | Compiling colored v3.1.1 |
| 1865 | 2026-03-30T17:11:19.301Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1866 | 2026-03-30T17:11:19.372Z | Compiling toml_edit v0.22.27 |
| 1867 | 2026-03-30T17:11:19.385Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1868 | 2026-03-30T17:11:19.563Z | Compiling group v0.13.0 |
| 1869 | 2026-03-30T17:11:19.628Z | Compiling usdt-impl v0.5.0 |
| 1870 | 2026-03-30T17:11:19.650Z | Compiling cipher v0.4.4 |
| 1871 | 2026-03-30T17:11:19.678Z | Compiling hkdf v0.12.4 |
| 1872 | 2026-03-30T17:11:19.829Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1873 | 2026-03-30T17:11:19.878Z | Compiling rayon v1.11.0 |
| 1874 | 2026-03-30T17:11:19.953Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1875 | 2026-03-30T17:11:20.118Z | Compiling nix v0.31.2 |
| 1876 | 2026-03-30T17:11:20.130Z | Compiling num_enum v0.5.11 |
| 1877 | 2026-03-30T17:11:20.158Z | Compiling rand v0.10.0 |
| 1878 | 2026-03-30T17:11:20.249Z | Compiling num-iter v0.1.45 |
| 1879 | 2026-03-30T17:11:20.293Z | Compiling num-rational v0.4.2 |
| 1880 | 2026-03-30T17:11:20.375Z | Compiling camino-tempfile v1.4.1 |
| 1881 | 2026-03-30T17:11:20.611Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1882 | 2026-03-30T17:11:20.819Z | Compiling half v2.7.1 |
| 1883 | 2026-03-30T17:11:20.844Z | Compiling universal-hash v0.5.1 |
| 1884 | 2026-03-30T17:11:20.955Z | Compiling crypto-bigint v0.5.5 |
| 1885 | 2026-03-30T17:11:20.981Z | Compiling num-complex v0.4.6 |
| 1886 | 2026-03-30T17:11:21.126Z | Compiling memmap v0.7.0 |
| 1887 | 2026-03-30T17:11:21.314Z | Compiling base16ct v0.2.0 |
| 1888 | 2026-03-30T17:11:21.391Z | Compiling ciborium-io v0.2.2 |
| 1889 | 2026-03-30T17:11:21.483Z | Compiling opaque-debug v0.3.1 |
| 1890 | 2026-03-30T17:11:21.495Z | Compiling static_assertions v1.1.0 |
| 1891 | 2026-03-30T17:11:21.518Z | Compiling base64ct v1.8.3 |
| 1892 | 2026-03-30T17:11:21.557Z | Compiling data-encoding v2.10.0 |
| 1893 | 2026-03-30T17:11:21.570Z | Compiling poly1305 v0.8.0 |
| 1894 | 2026-03-30T17:11:21.611Z | Compiling ciborium-ll v0.2.2 |
| 1895 | 2026-03-30T17:11:21.649Z | Compiling num v0.4.3 |
| 1896 | 2026-03-30T17:11:21.729Z | Compiling curve25519-dalek v4.1.3 |
| 1897 | 2026-03-30T17:11:21.827Z | Compiling password-hash v0.5.0 |
| 1898 | 2026-03-30T17:11:21.839Z | Compiling usdt v0.5.0 |
| 1899 | 2026-03-30T17:11:22.109Z | Compiling elliptic-curve v0.13.8 |
| 1900 | 2026-03-30T17:11:22.178Z | Compiling thiserror-no-std v2.0.2 |
| 1901 | 2026-03-30T17:11:22.272Z | Compiling toml v0.8.23 |
| 1902 | 2026-03-30T17:11:22.283Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 1903 | 2026-03-30T17:11:22.299Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1904 | 2026-03-30T17:11:22.384Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1905 | 2026-03-30T17:11:22.396Z | Compiling chacha20 v0.9.1 |
| 1906 | 2026-03-30T17:11:22.612Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1907 | 2026-03-30T17:11:22.626Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1908 | 2026-03-30T17:11:22.872Z | Compiling typify-impl v0.6.1 |
| 1909 | 2026-03-30T17:11:22.899Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1910 | 2026-03-30T17:11:22.914Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1911 | 2026-03-30T17:11:23.064Z | Compiling itertools v0.12.1 |
| 1912 | 2026-03-30T17:11:23.116Z | Compiling byte-wrapper v0.1.0 |
| 1913 | 2026-03-30T17:11:23.297Z | Compiling blake2 v0.10.6 |
| 1914 | 2026-03-30T17:11:23.476Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1915 | 2026-03-30T17:11:23.642Z | Compiling aead v0.5.2 |
| 1916 | 2026-03-30T17:11:23.696Z | Compiling sigpipe v0.1.3 |
| 1917 | 2026-03-30T17:11:23.758Z | Compiling keccak v0.1.6 |
| 1918 | 2026-03-30T17:11:23.787Z | Compiling float-ord v0.3.2 |
| 1919 | 2026-03-30T17:11:23.799Z | Compiling glob v0.3.3 |
| 1920 | 2026-03-30T17:11:23.810Z | Compiling indent_write v2.2.0 |
| 1921 | 2026-03-30T17:11:23.871Z | Compiling jiff v0.2.23 |
| 1922 | 2026-03-30T17:11:23.905Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1923 | 2026-03-30T17:11:23.948Z | Compiling sha3 v0.10.8 |
| 1924 | 2026-03-30T17:11:23.998Z | Compiling chacha20poly1305 v0.10.1 |
| 1925 | 2026-03-30T17:11:24.138Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1926 | 2026-03-30T17:11:24.217Z | Compiling zone v0.3.1 |
| 1927 | 2026-03-30T17:11:24.236Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1928 | 2026-03-30T17:11:24.272Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1929 | 2026-03-30T17:11:24.529Z | Compiling typify v0.6.1 |
| 1930 | 2026-03-30T17:11:24.645Z | Compiling argon2 v0.5.3 |
| 1931 | 2026-03-30T17:11:24.963Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1932 | 2026-03-30T17:11:25.163Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1933 | 2026-03-30T17:11:25.212Z | Compiling vsss-rs v3.3.4 |
| 1934 | 2026-03-30T17:11:25.412Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1935 | 2026-03-30T17:11:25.682Z | Compiling ciborium v0.2.2 |
| 1936 | 2026-03-30T17:11:26.031Z | Compiling atomicwrites v0.4.4 |
| 1937 | 2026-03-30T17:11:26.225Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1938 | 2026-03-30T17:11:26.259Z | Compiling smf v0.2.3 |
| 1939 | 2026-03-30T17:11:26.304Z | Compiling whoami v1.6.1 |
| 1940 | 2026-03-30T17:11:26.354Z | Compiling linked-hash-map v0.5.6 |
| 1941 | 2026-03-30T17:11:26.423Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1942 | 2026-03-30T17:11:26.526Z | Compiling resolv-conf v0.7.6 |
| 1943 | 2026-03-30T17:11:26.548Z | Compiling lru-cache v0.1.2 |
| 1944 | 2026-03-30T17:11:26.615Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1945 | 2026-03-30T17:11:26.850Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1946 | 2026-03-30T17:11:26.904Z | Compiling hubpack v0.1.2 |
| 1947 | 2026-03-30T17:11:27.145Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1948 | 2026-03-30T17:11:27.202Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1949 | 2026-03-30T17:11:27.247Z | Compiling progenitor-impl v0.13.0 |
| 1950 | 2026-03-30T17:11:27.467Z | Compiling hickory-proto v0.24.4 |
| 1951 | 2026-03-30T17:11:28.261Z | Compiling similar v2.7.0 |
| 1952 | 2026-03-30T17:11:28.372Z | Compiling serde-big-array v0.5.1 |
| 1953 | 2026-03-30T17:11:28.420Z | Compiling swrite v0.1.0 |
| 1954 | 2026-03-30T17:11:28.520Z | Compiling unicode-segmentation v1.13.1 |
| 1955 | 2026-03-30T17:11:28.520Z | Compiling siphasher v1.0.2 |
| 1956 | 2026-03-30T17:11:28.720Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1957 | 2026-03-30T17:11:28.960Z | Compiling newline-converter v0.3.0 |
| 1958 | 2026-03-30T17:11:29.087Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1959 | 2026-03-30T17:11:29.197Z | Compiling phf_shared v0.12.1 |
| 1960 | 2026-03-30T17:11:29.382Z | Compiling hickory-resolver v0.24.4 |
| 1961 | 2026-03-30T17:11:29.469Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1962 | 2026-03-30T17:11:29.910Z | Compiling pin-project v1.1.11 |
| 1963 | 2026-03-30T17:11:30.022Z | Compiling progenitor v0.13.0 |
| 1964 | 2026-03-30T17:11:30.113Z | Compiling prettyplease v0.2.37 |
| 1965 | 2026-03-30T17:11:30.168Z | Compiling unicode-normalization v0.1.25 |
| 1966 | 2026-03-30T17:11:30.420Z | Compiling console v0.15.11 |
| 1967 | 2026-03-30T17:11:30.582Z | Compiling tokio-stream v0.1.18 |
| 1968 | 2026-03-30T17:11:30.645Z | Compiling csv-core v0.1.13 |
| 1969 | 2026-03-30T17:11:30.922Z | Compiling highway v1.3.0 |
| 1970 | 2026-03-30T17:11:31.052Z | Compiling foldhash v0.1.5 |
| 1971 | 2026-03-30T17:11:31.065Z | Compiling unicode-width v0.1.14 |
| 1972 | 2026-03-30T17:11:31.239Z | Compiling foreign-types-shared v0.1.1 |
| 1973 | 2026-03-30T17:11:31.332Z | Compiling same-file v1.0.6 |
| 1974 | 2026-03-30T17:11:31.336Z | Compiling foreign-types v0.3.2 |
| 1975 | 2026-03-30T17:11:31.357Z | Compiling hashbrown v0.15.5 |
| 1976 | 2026-03-30T17:11:31.391Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1977 | 2026-03-30T17:11:31.420Z | Compiling qorb v0.4.1 |
| 1978 | 2026-03-30T17:11:31.450Z | Compiling walkdir v2.5.0 |
| 1979 | 2026-03-30T17:11:31.510Z | Compiling csv v1.4.0 |
| 1980 | 2026-03-30T17:11:31.793Z | Compiling expectorate v1.2.0 |
| 1981 | 2026-03-30T17:11:31.882Z | Compiling olpc-cjson v0.1.4 |
| 1982 | 2026-03-30T17:11:31.950Z | Compiling snafu v0.8.9 |
| 1983 | 2026-03-30T17:11:32.051Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1984 | 2026-03-30T17:11:32.082Z | Compiling newtype_derive v0.1.6 |
| 1985 | 2026-03-30T17:11:32.169Z | Compiling owo-colors v4.3.0 |
| 1986 | 2026-03-30T17:11:32.332Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1987 | 2026-03-30T17:11:32.345Z | Compiling phf v0.12.1 |
| 1988 | 2026-03-30T17:11:32.501Z | Compiling openssl-sys v0.9.112 |
| 1989 | 2026-03-30T17:11:32.906Z | Compiling tokio-dtrace v0.1.1 |
| 1990 | 2026-03-30T17:11:33.030Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 1991 | 2026-03-30T17:11:33.056Z | Compiling globset v0.4.18 |
| 1992 | 2026-03-30T17:11:33.178Z | Compiling libsw-core v0.3.2 |
| 1993 | 2026-03-30T17:11:33.233Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1994 | 2026-03-30T17:11:33.352Z | Compiling pem v3.0.6 |
| 1995 | 2026-03-30T17:11:33.492Z | Compiling serde_plain v1.0.2 |
| 1996 | 2026-03-30T17:11:33.588Z | Compiling fixedbitset v0.4.2 |
| 1997 | 2026-03-30T17:11:33.703Z | Compiling unicode-linebreak v0.1.5 |
| 1998 | 2026-03-30T17:11:33.722Z | Compiling typed-path v0.9.3 |
| 1999 | 2026-03-30T17:11:33.822Z | Compiling bytecount v0.6.9 |
| 2000 | 2026-03-30T17:11:33.835Z | Compiling minimal-lexical v0.2.1 |
| 2001 | 2026-03-30T17:11:33.877Z | Compiling fixedbitset v0.5.7 |
| 2002 | 2026-03-30T17:11:33.957Z | Compiling smawk v0.3.2 |
| 2003 | 2026-03-30T17:11:33.969Z | Compiling papergrid v0.11.0 |
| 2004 | 2026-03-30T17:11:34.071Z | Compiling petgraph v0.8.3 |
| 2005 | 2026-03-30T17:11:34.090Z | Compiling textwrap v0.16.2 |
| 2006 | 2026-03-30T17:11:34.102Z | Compiling nom v7.1.3 |
| 2007 | 2026-03-30T17:11:34.201Z | Compiling petgraph v0.6.5 |
| 2008 | 2026-03-30T17:11:34.597Z | Compiling tough v0.20.0 |
| 2009 | 2026-03-30T17:11:35.012Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2010 | 2026-03-30T17:11:35.197Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2011 | 2026-03-30T17:11:35.437Z | Compiling openssl v0.10.76 |
| 2012 | 2026-03-30T17:11:35.604Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2013 | 2026-03-30T17:11:35.706Z | Compiling libsw v3.5.0 |
| 2014 | 2026-03-30T17:11:35.831Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2015 | 2026-03-30T17:11:35.844Z | Compiling oxide-tokio-rt v0.1.3 |
| 2016 | 2026-03-30T17:11:35.878Z | Compiling chrono-tz v0.10.4 |
| 2017 | 2026-03-30T17:11:36.072Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2018 | 2026-03-30T17:11:36.154Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2019 | 2026-03-30T17:11:36.415Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2020 | 2026-03-30T17:11:36.938Z | Compiling slog-dtrace v0.3.0 |
| 2021 | 2026-03-30T17:11:37.255Z | Compiling const_format v0.2.35 |
| 2022 | 2026-03-30T17:11:37.610Z | Compiling cancel-safe-futures v0.1.5 |
| 2023 | 2026-03-30T17:11:37.934Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2024 | 2026-03-30T17:11:38.002Z | Compiling gethostname v0.5.0 |
| 2025 | 2026-03-30T17:11:38.067Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2026 | 2026-03-30T17:11:38.133Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2027 | 2026-03-30T17:11:38.496Z | Compiling bcs v0.1.6 |
| 2028 | 2026-03-30T17:11:38.686Z | Compiling tagptr v0.2.0 |
| 2029 | 2026-03-30T17:11:38.826Z | Compiling termtree v0.5.1 |
| 2030 | 2026-03-30T17:11:38.843Z | Compiling linear-map v1.2.0 |
| 2031 | 2026-03-30T17:11:38.881Z | Compiling lazy_static v1.5.0 |
| 2032 | 2026-03-30T17:11:38.981Z | Compiling steno v0.4.1 |
| 2033 | 2026-03-30T17:11:38.993Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2034 | 2026-03-30T17:11:39.030Z | Compiling moka v0.12.15 |
| 2035 | 2026-03-30T17:11:39.150Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2036 | 2026-03-30T17:11:39.356Z | Compiling tabled v0.15.0 |
| 2037 | 2026-03-30T17:11:39.694Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2038 | 2026-03-30T17:11:39.798Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2039 | 2026-03-30T17:11:40.433Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2040 | 2026-03-30T17:11:40.487Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2041 | 2026-03-30T17:11:40.588Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2042 | 2026-03-30T17:11:40.701Z | Compiling cookie v0.18.1 |
| 2043 | 2026-03-30T17:11:40.781Z | Compiling hickory-proto v0.25.2 |
| 2044 | 2026-03-30T17:11:41.344Z | Compiling humantime v2.3.0 |
| 2045 | 2026-03-30T17:11:41.647Z | Compiling libscf-sys v1.1.0 |
| 2046 | 2026-03-30T17:11:41.803Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2047 | 2026-03-30T17:11:41.876Z | Compiling parking_lot_core v0.8.6 |
| 2048 | 2026-03-30T17:11:41.889Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2049 | 2026-03-30T17:11:42.041Z | Compiling crc32fast v1.5.0 |
| 2050 | 2026-03-30T17:11:42.179Z | Compiling parking_lot v0.11.2 |
| 2051 | 2026-03-30T17:11:42.221Z | Compiling fxhash v0.2.1 |
| 2052 | 2026-03-30T17:11:42.230Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2053 | 2026-03-30T17:11:42.245Z | Compiling internet-checksum v0.2.1 |
| 2054 | 2026-03-30T17:11:42.335Z | Compiling const-random v0.1.18 |
| 2055 | 2026-03-30T17:11:42.389Z | Compiling sled v0.34.7 |
| 2056 | 2026-03-30T17:11:42.413Z | Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 2057 | 2026-03-30T17:11:42.437Z | Compiling ahash v0.8.12 |
| 2058 | 2026-03-30T17:11:42.567Z | Compiling smartstring v1.0.1 |
| 2059 | 2026-03-30T17:11:42.598Z | Compiling thin-vec v0.2.14 |
| 2060 | 2026-03-30T17:11:42.675Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2061 | 2026-03-30T17:11:42.838Z | Compiling hickory-resolver v0.25.2 |
| 2062 | 2026-03-30T17:11:42.877Z | Compiling rhai v1.24.0 |
| 2063 | 2026-03-30T17:11:42.888Z | Compiling nom v8.0.0 |
| 2064 | 2026-03-30T17:11:43.031Z | Compiling fs-err v3.3.0 |
| 2065 | 2026-03-30T17:11:43.337Z | Compiling git-stub v1.0.0 |
| 2066 | 2026-03-30T17:11:43.619Z | Compiling is_ci v1.2.0 |
| 2067 | 2026-03-30T17:11:43.768Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2068 | 2026-03-30T17:11:44.121Z | Compiling supports-color v3.0.2 |
| 2069 | 2026-03-30T17:11:44.309Z | Compiling git-stub-vcs v0.1.0 |
| 2070 | 2026-03-30T17:11:44.675Z | Compiling drift v0.1.3 |
| 2071 | 2026-03-30T17:11:44.891Z | Compiling sha2 v0.10.9 |
| 2072 | 2026-03-30T17:11:45.297Z | Compiling dropshot-api-manager v0.5.2 |
| 2073 | 2026-03-30T17:11:49.265Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2074 | 2026-03-30T17:11:56.651Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2075 | 2026-03-30T17:11:58.241Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2076 | 2026-03-30T17:11:59.302Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2077 | 2026-03-30T17:12:00.397Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2078 | 2026-03-30T17:12:00.397Z | Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 2079 | 2026-03-30T17:12:01.157Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2080 | 2026-03-30T17:12:01.214Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2081 | 2026-03-30T17:12:02.745Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2082 | 2026-03-30T17:12:02.746Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2083 | 2026-03-30T17:12:09.402Z | Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions) |
| 2084 | 2026-03-30T17:12:10.808Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2085 | 2026-03-30T17:12:12.013Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2086 | 2026-03-30T17:12:34.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s |
| 2087 | 2026-03-30T17:12:35.110Z | Running `target/debug/maghemite-dropshot-apis check` |
| 2088 | 2026-03-30T17:12:35.162Z | ------- |
| 2089 | 2026-03-30T17:12:35.162Z | Generating OpenAPI documents from API definitions ... |
| 2090 | 2026-03-30T17:12:35.200Z | Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ... |
| 2091 | 2026-03-30T17:12:35.220Z | Loading blessed OpenAPI documents from git revision "origin/main" path "openapi" |
| 2092 | 2026-03-30T17:12:35.295Z | ------- |
| 2093 | 2026-03-30T17:12:35.295Z | Checking 8 OpenAPI documents... |
| 2094 | 2026-03-30T17:12:35.295Z | Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin |
| 2095 | 2026-03-30T17:12:35.295Z | Fresh ddm-admin "latest" symlink |
| 2096 | 2026-03-30T17:12:35.295Z | Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin |
| 2097 | 2026-03-30T17:12:35.295Z | Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin |
| 2098 | 2026-03-30T17:12:35.295Z | Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin |
| 2099 | 2026-03-30T17:12:35.295Z | Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin |
| 2100 | 2026-03-30T17:12:35.305Z | Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin |
| 2101 | 2026-03-30T17:12:35.305Z | Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin |
| 2102 | 2026-03-30T17:12:35.305Z | Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin |
| 2103 | 2026-03-30T17:12:35.305Z | Fresh mg-admin "latest" symlink |
| 2104 | 2026-03-30T17:12:35.305Z | ------- |
| 2105 | 2026-03-30T17:12:35.305Z | Success 8 documents checked: 10 fresh, 0 stale, 0 failed, 0 other problems |
| 2106 | 2026-03-30T17:12:35.321Z | + banner build |
| 2107 | 2026-03-30T17:12:35.324Z | |
| 2108 | 2026-03-30T17:12:35.324Z | ##### # # # # ##### |
| 2109 | 2026-03-30T17:12:35.324Z | # # # # # # # # |
| 2110 | 2026-03-30T17:12:35.324Z | ##### # # # # # # |
| 2111 | 2026-03-30T17:12:35.324Z | # # # # # # # # |
| 2112 | 2026-03-30T17:12:35.324Z | # # # # # # # # |
| 2113 | 2026-03-30T17:12:35.324Z | ##### #### # ###### ##### |
| 2114 | 2026-03-30T17:12:35.324Z | |
| 2115 | 2026-03-30T17:12:35.324Z | + ptime -m cargo build |
| 2116 | 2026-03-30T17:12:36.311Z | Compiling log v0.4.29 |
| 2117 | 2026-03-30T17:12:36.333Z | Compiling slog v2.8.2 |
| 2118 | 2026-03-30T17:12:36.333Z | Compiling rustls-webpki v0.103.10 |
| 2119 | 2026-03-30T17:12:36.333Z | Compiling webpki-roots v1.0.6 |
| 2120 | 2026-03-30T17:12:36.333Z | Compiling zone v0.3.1 |
| 2121 | 2026-03-30T17:12:36.333Z | Compiling arc-swap v1.9.0 |
| 2122 | 2026-03-30T17:12:36.333Z | Compiling papergrid v0.17.0 |
| 2123 | 2026-03-30T17:12:36.333Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2124 | 2026-03-30T17:12:36.333Z | Compiling goblin v0.10.5 |
| 2125 | 2026-03-30T17:12:36.333Z | Compiling rustls v0.22.4 |
| 2126 | 2026-03-30T17:12:36.457Z | Compiling slog-term v2.9.2 |
| 2127 | 2026-03-30T17:12:36.510Z | Compiling slog-async v2.8.0 |
| 2128 | 2026-03-30T17:12:36.936Z | Compiling rustls v0.23.37 |
| 2129 | 2026-03-30T17:12:37.009Z | Compiling slog-json v2.6.1 |
| 2130 | 2026-03-30T17:12:37.072Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2131 | 2026-03-30T17:12:37.077Z | Compiling goblin v0.8.2 |
| 2132 | 2026-03-30T17:12:37.162Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2133 | 2026-03-30T17:12:37.222Z | Compiling slog-bunyan v2.5.0 |
| 2134 | 2026-03-30T17:12:37.246Z | Compiling typify-impl v0.6.1 |
| 2135 | 2026-03-30T17:12:37.363Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2136 | 2026-03-30T17:12:37.413Z | Compiling globset v0.4.18 |
| 2137 | 2026-03-30T17:12:37.705Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2138 | 2026-03-30T17:12:38.168Z | Compiling tokio-rustls v0.25.0 |
| 2139 | 2026-03-30T17:12:38.204Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2140 | 2026-03-30T17:12:38.404Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2141 | 2026-03-30T17:12:38.541Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2142 | 2026-03-30T17:12:38.787Z | Compiling steno v0.4.1 |
| 2143 | 2026-03-30T17:12:39.974Z | Compiling tokio-rustls v0.26.4 |
| 2144 | 2026-03-30T17:12:40.160Z | Compiling dof v0.4.0 |
| 2145 | 2026-03-30T17:12:40.262Z | Compiling hyper-rustls v0.27.7 |
| 2146 | 2026-03-30T17:12:40.604Z | Compiling rustls-platform-verifier v0.6.2 |
| 2147 | 2026-03-30T17:12:40.855Z | Compiling reqwest v0.13.2 |
| 2148 | 2026-03-30T17:12:40.934Z | Compiling usdt-impl v0.6.0 |
| 2149 | 2026-03-30T17:12:40.985Z | Compiling reqwest v0.12.28 |
| 2150 | 2026-03-30T17:12:41.517Z | Compiling usdt v0.6.0 |
| 2151 | 2026-03-30T17:12:41.656Z | Compiling dof v0.3.0 |
| 2152 | 2026-03-30T17:12:41.731Z | Compiling dropshot v0.16.7 |
| 2153 | 2026-03-30T17:12:41.735Z | Compiling typify v0.6.1 |
| 2154 | 2026-03-30T17:12:41.818Z | Compiling typify-impl v0.4.3 |
| 2155 | 2026-03-30T17:12:41.848Z | Compiling progenitor-impl v0.13.0 |
| 2156 | 2026-03-30T17:12:42.470Z | Compiling progenitor-client v0.13.0 |
| 2157 | 2026-03-30T17:12:42.788Z | Compiling progenitor-client v0.10.0 |
| 2158 | 2026-03-30T17:12:42.798Z | Compiling progenitor-extras v0.1.1 |
| 2159 | 2026-03-30T17:12:42.872Z | Compiling usdt-impl v0.5.0 |
| 2160 | 2026-03-30T17:12:43.041Z | Compiling progenitor v0.13.0 |
| 2161 | 2026-03-30T17:12:43.088Z | Compiling tough v0.20.0 |
| 2162 | 2026-03-30T17:12:43.196Z | Compiling usdt v0.5.0 |
| 2163 | 2026-03-30T17:12:43.479Z | Compiling tokio-dtrace v0.1.1 |
| 2164 | 2026-03-30T17:12:43.543Z | Compiling qorb v0.4.1 |
| 2165 | 2026-03-30T17:12:43.761Z | Compiling oxide-tokio-rt v0.1.3 |
| 2166 | 2026-03-30T17:12:44.097Z | Compiling slog-dtrace v0.3.0 |
| 2167 | 2026-03-30T17:12:44.398Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2168 | 2026-03-30T17:12:44.595Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2169 | 2026-03-30T17:12:44.716Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2170 | 2026-03-30T17:12:45.032Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2171 | 2026-03-30T17:12:45.580Z | Compiling sled v0.34.7 |
| 2172 | 2026-03-30T17:12:45.607Z | Compiling typify v0.4.3 |
| 2173 | 2026-03-30T17:12:45.725Z | Compiling slog-scope v4.4.1 |
| 2174 | 2026-03-30T17:12:45.992Z | Compiling testing_table v0.3.0 |
| 2175 | 2026-03-30T17:12:46.200Z | Compiling tabled v0.20.0 |
| 2176 | 2026-03-30T17:12:46.777Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2177 | 2026-03-30T17:12:46.973Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2178 | 2026-03-30T17:12:47.369Z | Compiling slog-stdlog v4.1.1 |
| 2179 | 2026-03-30T17:12:47.397Z | Compiling progenitor-impl v0.11.2 |
| 2180 | 2026-03-30T17:12:47.544Z | Compiling progenitor-client v0.11.2 |
| 2181 | 2026-03-30T17:12:47.705Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2182 | 2026-03-30T17:12:47.854Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2183 | 2026-03-30T17:12:48.232Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2184 | 2026-03-30T17:12:48.739Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2185 | 2026-03-30T17:12:49.077Z | Compiling progenitor v0.11.2 |
| 2186 | 2026-03-30T17:12:49.134Z | Compiling slog-envlogger v2.2.0 |
| 2187 | 2026-03-30T17:12:49.227Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 2188 | 2026-03-30T17:12:49.535Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2189 | 2026-03-30T17:12:49.546Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2190 | 2026-03-30T17:12:49.789Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2191 | 2026-03-30T17:12:49.848Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2192 | 2026-03-30T17:12:49.929Z | Compiling crc8 v0.1.1 |
| 2193 | 2026-03-30T17:12:50.055Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2194 | 2026-03-30T17:12:50.068Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2195 | 2026-03-30T17:12:50.244Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 2196 | 2026-03-30T17:12:50.568Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2197 | 2026-03-30T17:12:50.655Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2198 | 2026-03-30T17:12:50.885Z | Compiling utf-8 v0.7.6 |
| 2199 | 2026-03-30T17:12:51.078Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2200 | 2026-03-30T17:12:51.313Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2201 | 2026-03-30T17:12:51.429Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 2202 | 2026-03-30T17:12:51.643Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2203 | 2026-03-30T17:12:51.681Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2204 | 2026-03-30T17:12:51.754Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2205 | 2026-03-30T17:12:51.937Z | Compiling tungstenite v0.21.0 |
| 2206 | 2026-03-30T17:12:52.469Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2207 | 2026-03-30T17:12:52.734Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2208 | 2026-03-30T17:12:52.836Z | Compiling progenitor-impl v0.10.0 |
| 2209 | 2026-03-30T17:12:53.139Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2210 | 2026-03-30T17:12:53.281Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2211 | 2026-03-30T17:12:53.341Z | Compiling lzma-sys v0.1.20 |
| 2212 | 2026-03-30T17:12:53.465Z | Compiling tokio-tungstenite v0.21.0 |
| 2213 | 2026-03-30T17:12:53.581Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2214 | 2026-03-30T17:12:53.610Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 2215 | 2026-03-30T17:12:53.799Z | Compiling typeid v1.0.3 |
| 2216 | 2026-03-30T17:12:53.922Z | Compiling console v0.16.3 |
| 2217 | 2026-03-30T17:12:54.050Z | Compiling progenitor v0.10.0 |
| 2218 | 2026-03-30T17:12:54.201Z | Compiling unit-prefix v0.5.2 |
| 2219 | 2026-03-30T17:12:54.364Z | Compiling base64 v0.21.7 |
| 2220 | 2026-03-30T17:12:54.539Z | Compiling indicatif v0.18.4 |
| 2221 | 2026-03-30T17:12:54.704Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 2222 | 2026-03-30T17:12:54.879Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2223 | 2026-03-30T17:12:55.318Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2224 | 2026-03-30T17:12:55.474Z | Compiling ron v0.12.0 |
| 2225 | 2026-03-30T17:12:55.522Z | Compiling xz2 v0.1.7 |
| 2226 | 2026-03-30T17:12:55.653Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2227 | 2026-03-30T17:12:55.773Z | Compiling base16ct v1.0.0 |
| 2228 | 2026-03-30T17:12:55.945Z | Compiling dropshot-api-manager v0.5.2 |
| 2229 | 2026-03-30T17:12:55.970Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 2230 | 2026-03-30T17:12:56.401Z | Compiling natord v1.0.9 |
| 2231 | 2026-03-30T17:12:56.585Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2232 | 2026-03-30T17:12:56.676Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2233 | 2026-03-30T17:12:56.997Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2234 | 2026-03-30T17:12:57.373Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 2235 | 2026-03-30T17:12:58.799Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2236 | 2026-03-30T17:12:59.919Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2237 | 2026-03-30T17:12:59.919Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2238 | 2026-03-30T17:13:08.107Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2239 | 2026-03-30T17:13:15.120Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2240 | 2026-03-30T17:13:16.717Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2241 | 2026-03-30T17:13:17.773Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2242 | 2026-03-30T17:13:18.868Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2243 | 2026-03-30T17:13:18.868Z | Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 2244 | 2026-03-30T17:13:19.314Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2245 | 2026-03-30T17:13:19.652Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2246 | 2026-03-30T17:13:19.655Z | Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types) |
| 2247 | 2026-03-30T17:13:19.709Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2248 | 2026-03-30T17:13:20.007Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2249 | 2026-03-30T17:13:20.354Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2250 | 2026-03-30T17:13:21.465Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2251 | 2026-03-30T17:13:21.465Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2252 | 2026-03-30T17:13:21.470Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2253 | 2026-03-30T17:13:27.356Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2254 | 2026-03-30T17:13:29.409Z | Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions) |
| 2255 | 2026-03-30T17:13:30.958Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2256 | 2026-03-30T17:13:30.958Z | Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types) |
| 2257 | 2026-03-30T17:13:31.404Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2258 | 2026-03-30T17:13:31.407Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2259 | 2026-03-30T17:13:32.490Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2260 | 2026-03-30T17:13:32.490Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2261 | 2026-03-30T17:14:15.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s |
| 2262 | 2026-03-30T17:14:15.272Z | |
| 2263 | 2026-03-30T17:14:15.272Z | real 1:39.900769374 |
| 2264 | 2026-03-30T17:14:15.272Z | user 6:40.013471424 |
| 2265 | 2026-03-30T17:14:15.272Z | sys 1:01.003770440 |
| 2266 | 2026-03-30T17:14:15.272Z | trap 0.168460065 |
| 2267 | 2026-03-30T17:14:15.272Z | tflt 0.088676656 |
| 2268 | 2026-03-30T17:14:15.272Z | dflt 0.387647943 |
| 2269 | 2026-03-30T17:14:15.272Z | kflt 0.005184164 |
| 2270 | 2026-03-30T17:14:15.272Z | lock 26:31.747204155 |
| 2271 | 2026-03-30T17:14:15.272Z | slp 23:54.893872195 |
| 2272 | 2026-03-30T17:14:15.272Z | lat 19.192510997 |
| 2273 | 2026-03-30T17:14:15.272Z | stop 23.675571364 |
| 2274 | 2026-03-30T17:14:15.275Z | + ptime -m cargo build --release |
| 2275 | 2026-03-30T17:14:16.400Z | Compiling proc-macro2 v1.0.106 |
| 2276 | 2026-03-30T17:14:16.400Z | Compiling quote v1.0.45 |
| 2277 | 2026-03-30T17:14:16.400Z | Compiling unicode-ident v1.0.24 |
| 2278 | 2026-03-30T17:14:16.400Z | Compiling serde_core v1.0.228 |
| 2279 | 2026-03-30T17:14:16.403Z | Compiling serde v1.0.228 |
| 2280 | 2026-03-30T17:14:16.403Z | Compiling libc v0.2.183 |
| 2281 | 2026-03-30T17:14:16.403Z | Compiling cfg-if v1.0.4 |
| 2282 | 2026-03-30T17:14:16.694Z | Compiling zmij v1.0.21 |
| 2283 | 2026-03-30T17:14:16.698Z | Compiling autocfg v1.5.0 |
| 2284 | 2026-03-30T17:14:16.907Z | Compiling memchr v2.8.0 |
| 2285 | 2026-03-30T17:14:16.970Z | Compiling libm v0.2.16 |
| 2286 | 2026-03-30T17:14:17.168Z | Compiling version_check v0.9.5 |
| 2287 | 2026-03-30T17:14:17.355Z | Compiling itoa v1.0.18 |
| 2288 | 2026-03-30T17:14:17.440Z | Compiling icu_properties_data v2.1.2 |
| 2289 | 2026-03-30T17:14:17.614Z | Compiling icu_normalizer_data v2.1.1 |
| 2290 | 2026-03-30T17:14:17.627Z | Compiling stable_deref_trait v1.2.1 |
| 2291 | 2026-03-30T17:14:17.719Z | Compiling serde_json v1.0.149 |
| 2292 | 2026-03-30T17:14:17.849Z | Compiling thiserror v2.0.18 |
| 2293 | 2026-03-30T17:14:17.895Z | Compiling syn v2.0.117 |
| 2294 | 2026-03-30T17:14:17.975Z | Compiling writeable v0.6.2 |
| 2295 | 2026-03-30T17:14:17.987Z | Compiling litemap v0.8.1 |
| 2296 | 2026-03-30T17:14:18.157Z | Compiling num-traits v0.2.19 |
| 2297 | 2026-03-30T17:14:18.229Z | Compiling percent-encoding v2.3.2 |
| 2298 | 2026-03-30T17:14:18.464Z | Compiling form_urlencoded v1.2.2 |
| 2299 | 2026-03-30T17:14:18.500Z | Compiling parking_lot_core v0.9.12 |
| 2300 | 2026-03-30T17:14:18.503Z | Compiling utf8_iter v1.0.4 |
| 2301 | 2026-03-30T17:14:18.559Z | Compiling jobserver v0.1.34 |
| 2302 | 2026-03-30T17:14:18.703Z | Compiling find-msvc-tools v0.1.9 |
| 2303 | 2026-03-30T17:14:18.758Z | Compiling shlex v1.3.0 |
| 2304 | 2026-03-30T17:14:18.860Z | Compiling rand_core v0.10.0 |
| 2305 | 2026-03-30T17:14:18.910Z | Compiling cc v1.2.57 |
| 2306 | 2026-03-30T17:14:18.949Z | Compiling getrandom v0.4.2 |
| 2307 | 2026-03-30T17:14:18.962Z | Compiling heck v0.5.0 |
| 2308 | 2026-03-30T17:14:18.996Z | Compiling iana-time-zone v0.1.65 |
| 2309 | 2026-03-30T17:14:19.041Z | Compiling errno v0.3.14 |
| 2310 | 2026-03-30T17:14:19.467Z | Compiling zerocopy v0.8.47 |
| 2311 | 2026-03-30T17:14:19.581Z | Compiling uuid v1.23.0 |
| 2312 | 2026-03-30T17:14:19.860Z | Compiling semver v1.0.27 |
| 2313 | 2026-03-30T17:14:19.964Z | Compiling schemars v0.8.22 |
| 2314 | 2026-03-30T17:14:20.070Z | Compiling dyn-clone v1.0.20 |
| 2315 | 2026-03-30T17:14:20.201Z | Compiling getrandom v0.2.17 |
| 2316 | 2026-03-30T17:14:20.204Z | Compiling pin-project-lite v0.2.17 |
| 2317 | 2026-03-30T17:14:20.227Z | Compiling rustversion v1.0.22 |
| 2318 | 2026-03-30T17:14:20.320Z | Compiling bitflags v2.11.0 |
| 2319 | 2026-03-30T17:14:20.426Z | Compiling socket2 v0.6.3 |
| 2320 | 2026-03-30T17:14:20.451Z | Compiling scopeguard v1.2.0 |
| 2321 | 2026-03-30T17:14:20.469Z | Compiling portable-atomic v1.13.1 |
| 2322 | 2026-03-30T17:14:20.536Z | Compiling foldhash v0.2.0 |
| 2323 | 2026-03-30T17:14:20.574Z | Compiling lock_api v0.4.14 |
| 2324 | 2026-03-30T17:14:20.736Z | Compiling synstructure v0.13.2 |
| 2325 | 2026-03-30T17:14:20.749Z | Compiling serde_derive_internals v0.29.1 |
| 2326 | 2026-03-30T17:14:20.829Z | Compiling allocator-api2 v0.2.21 |
| 2327 | 2026-03-30T17:14:21.188Z | Compiling equivalent v1.0.2 |
| 2328 | 2026-03-30T17:14:21.205Z | Compiling log v0.4.29 |
| 2329 | 2026-03-30T17:14:21.208Z | Compiling critical-section v1.2.0 |
| 2330 | 2026-03-30T17:14:21.244Z | Compiling signal-hook-registry v1.4.8 |
| 2331 | 2026-03-30T17:14:21.274Z | Compiling hashbrown v0.16.1 |
| 2332 | 2026-03-30T17:14:21.328Z | Compiling mio v1.1.1 |
| 2333 | 2026-03-30T17:14:21.453Z | Compiling once_cell v1.21.4 |
| 2334 | 2026-03-30T17:14:21.595Z | Compiling subtle v2.6.1 |
| 2335 | 2026-03-30T17:14:21.717Z | Compiling typenum v1.19.0 |
| 2336 | 2026-03-30T17:14:21.753Z | Compiling futures-core v0.3.32 |
| 2337 | 2026-03-30T17:14:21.771Z | Compiling httparse v1.10.1 |
| 2338 | 2026-03-30T17:14:21.916Z | Compiling ring v0.17.14 |
| 2339 | 2026-03-30T17:14:21.945Z | Compiling cmake v0.1.57 |
| 2340 | 2026-03-30T17:14:21.959Z | Compiling serde_derive v1.0.228 |
| 2341 | 2026-03-30T17:14:22.084Z | Compiling zerofrom-derive v0.1.6 |
| 2342 | 2026-03-30T17:14:22.088Z | Compiling yoke-derive v0.8.1 |
| 2343 | 2026-03-30T17:14:22.120Z | Compiling zerovec-derive v0.11.2 |
| 2344 | 2026-03-30T17:14:22.162Z | Compiling displaydoc v0.2.5 |
| 2345 | 2026-03-30T17:14:22.198Z | Compiling schemars_derive v0.8.22 |
| 2346 | 2026-03-30T17:14:22.294Z | Compiling thiserror-impl v2.0.18 |
| 2347 | 2026-03-30T17:14:22.440Z | Compiling tokio-macros v2.6.1 |
| 2348 | 2026-03-30T17:14:22.917Z | Compiling zerocopy-derive v0.8.47 |
| 2349 | 2026-03-30T17:14:23.106Z | Compiling zeroize_derive v1.4.3 |
| 2350 | 2026-03-30T17:14:23.212Z | Compiling futures-macro v0.3.32 |
| 2351 | 2026-03-30T17:14:23.238Z | Compiling zerofrom v0.1.6 |
| 2352 | 2026-03-30T17:14:23.372Z | Compiling yoke v0.8.1 |
| 2353 | 2026-03-30T17:14:23.417Z | Compiling getrandom v0.3.4 |
| 2354 | 2026-03-30T17:14:23.543Z | Compiling zerovec v0.11.5 |
| 2355 | 2026-03-30T17:14:23.580Z | Compiling zerotrie v0.2.3 |
| 2356 | 2026-03-30T17:14:23.834Z | Compiling zeroize v1.8.2 |
| 2357 | 2026-03-30T17:14:23.964Z | Compiling fs_extra v1.3.0 |
| 2358 | 2026-03-30T17:14:24.035Z | Compiling dunce v1.0.5 |
| 2359 | 2026-03-30T17:14:24.049Z | Compiling thiserror v1.0.69 |
| 2360 | 2026-03-30T17:14:24.077Z | Compiling futures-sink v0.3.32 |
| 2361 | 2026-03-30T17:14:24.095Z | Compiling thiserror-impl v1.0.69 |
| 2362 | 2026-03-30T17:14:24.137Z | Compiling tinystr v0.8.2 |
| 2363 | 2026-03-30T17:14:24.194Z | Compiling potential_utf v0.1.4 |
| 2364 | 2026-03-30T17:14:24.203Z | Compiling slab v0.4.12 |
| 2365 | 2026-03-30T17:14:24.239Z | Compiling aws-lc-sys v0.39.0 |
| 2366 | 2026-03-30T17:14:24.365Z | Compiling icu_locale_core v2.1.1 |
| 2367 | 2026-03-30T17:14:24.377Z | Compiling icu_collections v2.1.1 |
| 2368 | 2026-03-30T17:14:24.393Z | Compiling rand_core v0.6.4 |
| 2369 | 2026-03-30T17:14:24.414Z | Compiling rustix v1.1.4 |
| 2370 | 2026-03-30T17:14:24.653Z | Compiling indexmap v2.13.0 |
| 2371 | 2026-03-30T17:14:25.084Z | Compiling futures-channel v0.3.32 |
| 2372 | 2026-03-30T17:14:25.114Z | Compiling icu_provider v2.1.1 |
| 2373 | 2026-03-30T17:14:25.280Z | Compiling smallvec v1.15.1 |
| 2374 | 2026-03-30T17:14:25.293Z | Compiling bytes v1.11.1 |
| 2375 | 2026-03-30T17:14:25.299Z | Compiling chrono v0.4.44 |
| 2376 | 2026-03-30T17:14:25.323Z | Compiling serde_tokenstream v0.2.3 |
| 2377 | 2026-03-30T17:14:25.530Z | Compiling icu_normalizer v2.1.1 |
| 2378 | 2026-03-30T17:14:25.559Z | Compiling icu_properties v2.1.2 |
| 2379 | 2026-03-30T17:14:25.909Z | Compiling parking_lot v0.12.5 |
| 2380 | 2026-03-30T17:14:26.007Z | Compiling regex-syntax v0.8.10 |
| 2381 | 2026-03-30T17:14:26.215Z | Compiling tokio v1.50.0 |
| 2382 | 2026-03-30T17:14:26.720Z | Compiling idna_adapter v1.2.1 |
| 2383 | 2026-03-30T17:14:26.779Z | Compiling futures-io v0.3.32 |
| 2384 | 2026-03-30T17:14:26.832Z | Compiling futures-task v0.3.32 |
| 2385 | 2026-03-30T17:14:26.876Z | Compiling idna v1.1.0 |
| 2386 | 2026-03-30T17:14:26.980Z | Compiling futures-util v0.3.32 |
| 2387 | 2026-03-30T17:14:27.276Z | Compiling url v2.5.8 |
| 2388 | 2026-03-30T17:14:28.133Z | Compiling tracing-attributes v0.1.31 |
| 2389 | 2026-03-30T17:14:28.791Z | Compiling tracing-core v0.1.36 |
| 2390 | 2026-03-30T17:14:28.898Z | Compiling aho-corasick v1.1.4 |
| 2391 | 2026-03-30T17:14:28.934Z | Compiling generic-array v0.14.7 |
| 2392 | 2026-03-30T17:14:29.391Z | Compiling tracing v0.1.44 |
| 2393 | 2026-03-30T17:14:29.793Z | Compiling regex-automata v0.4.14 |
| 2394 | 2026-03-30T17:14:29.851Z | Compiling ucd-trie v0.1.7 |
| 2395 | 2026-03-30T17:14:29.879Z | Compiling http v1.4.0 |
| 2396 | 2026-03-30T17:14:30.088Z | Compiling pest v2.8.6 |
| 2397 | 2026-03-30T17:14:30.365Z | Compiling base64 v0.22.1 |
| 2398 | 2026-03-30T17:14:30.413Z | Compiling ipnetwork v0.21.1 |
| 2399 | 2026-03-30T17:14:30.922Z | Compiling byteorder v1.5.0 |
| 2400 | 2026-03-30T17:14:31.197Z | Compiling pest_meta v2.8.6 |
| 2401 | 2026-03-30T17:14:31.312Z | Compiling anyhow v1.0.102 |
| 2402 | 2026-03-30T17:14:31.652Z | Compiling regex v1.12.3 |
| 2403 | 2026-03-30T17:14:31.686Z | Compiling fnv v1.0.7 |
| 2404 | 2026-03-30T17:14:31.799Z | Compiling pest_generator v2.8.6 |
| 2405 | 2026-03-30T17:14:32.075Z | Compiling rustls-pki-types v1.14.0 |
| 2406 | 2026-03-30T17:14:32.354Z | Compiling slog v2.8.2 |
| 2407 | 2026-03-30T17:14:32.445Z | Compiling pest_derive v2.8.6 |
| 2408 | 2026-03-30T17:14:32.612Z | Compiling erased-serde v0.3.31 |
| 2409 | 2026-03-30T17:14:32.663Z | Compiling crypto-common v0.1.7 |
| 2410 | 2026-03-30T17:14:32.914Z | Compiling strsim v0.11.1 |
| 2411 | 2026-03-30T17:14:32.971Z | Compiling untrusted v0.9.0 |
| 2412 | 2026-03-30T17:14:33.355Z | Compiling ipnet v2.12.0 |
| 2413 | 2026-03-30T17:14:33.368Z | Compiling ident_case v1.0.1 |
| 2414 | 2026-03-30T17:14:33.729Z | Compiling tokio-util v0.7.18 |
| 2415 | 2026-03-30T17:14:33.960Z | Compiling paste v1.0.15 |
| 2416 | 2026-03-30T17:14:34.143Z | Compiling syn v1.0.109 |
| 2417 | 2026-03-30T17:14:34.403Z | Compiling num-conv v0.2.0 |
| 2418 | 2026-03-30T17:14:34.539Z | Compiling time-core v0.1.8 |
| 2419 | 2026-03-30T17:14:34.694Z | Compiling time-macros v0.2.27 |
| 2420 | 2026-03-30T17:14:34.706Z | Compiling oxnet v0.1.4 |
| 2421 | 2026-03-30T17:14:34.933Z | Compiling http-body v1.0.1 |
| 2422 | 2026-03-30T17:14:35.346Z | Compiling atomic-waker v1.1.2 |
| 2423 | 2026-03-30T17:14:35.490Z | Compiling omicron-workspace-hack v0.1.0 |
| 2424 | 2026-03-30T17:14:36.185Z | Compiling ppv-lite86 v0.2.21 |
| 2425 | 2026-03-30T17:14:36.532Z | Compiling ryu v1.0.23 |
| 2426 | 2026-03-30T17:14:36.833Z | Compiling tower-service v0.3.3 |
| 2427 | 2026-03-30T17:14:36.942Z | Compiling tower-layer v0.3.3 |
| 2428 | 2026-03-30T17:14:37.142Z | Compiling try-lock v0.2.5 |
| 2429 | 2026-03-30T17:14:37.506Z | Compiling want v0.3.1 |
| 2430 | 2026-03-30T17:14:37.644Z | Compiling h2 v0.4.13 |
| 2431 | 2026-03-30T17:14:37.685Z | Compiling block-buffer v0.10.4 |
| 2432 | 2026-03-30T17:14:37.857Z | Compiling scroll_derive v0.13.1 |
| 2433 | 2026-03-30T17:14:38.406Z | Compiling pin-utils v0.1.0 |
| 2434 | 2026-03-30T17:14:38.498Z | Compiling aws-lc-rs v1.16.2 |
| 2435 | 2026-03-30T17:14:38.688Z | Compiling camino v1.2.2 |
| 2436 | 2026-03-30T17:14:38.838Z | Compiling httpdate v1.0.3 |
| 2437 | 2026-03-30T17:14:39.022Z | Compiling pretty-hex v0.4.2 |
| 2438 | 2026-03-30T17:14:39.035Z | Compiling digest v0.10.7 |
| 2439 | 2026-03-30T17:14:39.166Z | Compiling async-trait v0.1.89 |
| 2440 | 2026-03-30T17:14:39.212Z | Compiling crossbeam-utils v0.8.21 |
| 2441 | 2026-03-30T17:14:39.500Z | Compiling untrusted v0.7.1 |
| 2442 | 2026-03-30T17:14:40.121Z | Compiling hyper v1.8.1 |
| 2443 | 2026-03-30T17:14:40.217Z | Compiling serde_urlencoded v0.7.1 |
| 2444 | 2026-03-30T17:14:40.310Z | Compiling http-body-util v0.1.3 |
| 2445 | 2026-03-30T17:14:40.500Z | Compiling daft-derive v0.1.5 |
| 2446 | 2026-03-30T17:14:41.478Z | Compiling hyper-util v0.1.20 |
| 2447 | 2026-03-30T17:14:43.323Z | Compiling slog-async v2.8.0 |
| 2448 | 2026-03-30T17:14:43.480Z | Compiling rustls v0.23.37 |
| 2449 | 2026-03-30T17:14:43.976Z | Compiling usdt-impl v0.6.0 |
| 2450 | 2026-03-30T17:14:44.161Z | Compiling scroll v0.13.0 |
| 2451 | 2026-03-30T17:14:44.235Z | Compiling plain v0.2.3 |
| 2452 | 2026-03-30T17:14:44.277Z | Compiling openapiv3 v2.2.0 |
| 2453 | 2026-03-30T17:14:44.374Z | Compiling sync_wrapper v1.0.2 |
| 2454 | 2026-03-30T17:14:44.429Z | Compiling goblin v0.10.5 |
| 2455 | 2026-03-30T17:14:44.548Z | Compiling cpufeatures v0.2.17 |
| 2456 | 2026-03-30T17:14:44.628Z | Compiling tower v0.5.3 |
| 2457 | 2026-03-30T17:14:44.745Z | Compiling rand_core v0.9.5 |
| 2458 | 2026-03-30T17:14:45.013Z | Compiling dtrace-parser v0.3.0 |
| 2459 | 2026-03-30T17:14:45.220Z | Compiling webpki-roots v1.0.6 |
| 2460 | 2026-03-30T17:14:45.351Z | Compiling regress v0.10.5 |
| 2461 | 2026-03-30T17:14:45.591Z | Compiling thread-id v5.1.0 |
| 2462 | 2026-03-30T17:14:45.812Z | Compiling ref-cast v1.0.25 |
| 2463 | 2026-03-30T17:14:46.429Z | Compiling iri-string v0.7.11 |
| 2464 | 2026-03-30T17:14:46.712Z | Compiling powerfmt v0.2.0 |
| 2465 | 2026-03-30T17:14:46.979Z | Compiling deranged v0.5.8 |
| 2466 | 2026-03-30T17:14:47.323Z | Compiling dof v0.4.0 |
| 2467 | 2026-03-30T17:14:48.135Z | Compiling tower-http v0.6.8 |
| 2468 | 2026-03-30T17:14:48.589Z | Compiling rustls v0.22.4 |
| 2469 | 2026-03-30T17:14:48.732Z | Compiling num_threads v0.1.7 |
| 2470 | 2026-03-30T17:14:48.840Z | Compiling time v0.3.47 |
| 2471 | 2026-03-30T17:14:48.854Z | Compiling rand_chacha v0.9.0 |
| 2472 | 2026-03-30T17:14:49.124Z | Compiling ref-cast-impl v1.0.25 |
| 2473 | 2026-03-30T17:14:49.295Z | Compiling hex v0.4.3 |
| 2474 | 2026-03-30T17:14:49.504Z | Compiling rand v0.9.2 |
| 2475 | 2026-03-30T17:14:49.592Z | Compiling usdt-macro v0.6.0 |
| 2476 | 2026-03-30T17:14:49.746Z | Compiling usdt-attr-macro v0.6.0 |
| 2477 | 2026-03-30T17:14:50.240Z | Compiling crossbeam-channel v0.5.15 |
| 2478 | 2026-03-30T17:14:50.474Z | Compiling structmeta-derive v0.3.0 |
| 2479 | 2026-03-30T17:14:50.616Z | Compiling multer v3.1.0 |
| 2480 | 2026-03-30T17:14:50.936Z | Compiling darling_core v0.23.0 |
| 2481 | 2026-03-30T17:14:51.428Z | Compiling newtype-uuid-macros v0.1.0 |
| 2482 | 2026-03-30T17:14:51.566Z | Compiling structmeta v0.3.0 |
| 2483 | 2026-03-30T17:14:51.689Z | Compiling thread_local v1.1.9 |
| 2484 | 2026-03-30T17:14:51.775Z | Compiling fastrand v2.3.0 |
| 2485 | 2026-03-30T17:14:52.113Z | Compiling winnow v1.0.0 |
| 2486 | 2026-03-30T17:14:52.189Z | Compiling futures-executor v0.3.32 |
| 2487 | 2026-03-30T17:14:52.213Z | Compiling newtype-uuid v1.3.2 |
| 2488 | 2026-03-30T17:14:52.633Z | Compiling strum_macros v0.26.4 |
| 2489 | 2026-03-30T17:14:52.653Z | Compiling async-stream-impl v0.3.6 |
| 2490 | 2026-03-30T17:14:53.027Z | Compiling dropshot v0.16.7 |
| 2491 | 2026-03-30T17:14:53.086Z | Compiling darling_macro v0.23.0 |
| 2492 | 2026-03-30T17:14:53.142Z | Compiling is-terminal v0.4.17 |
| 2493 | 2026-03-30T17:14:53.246Z | Compiling term v1.2.1 |
| 2494 | 2026-03-30T17:14:53.267Z | Compiling take_mut v0.2.2 |
| 2495 | 2026-03-30T17:14:53.501Z | Compiling daft v0.1.5 |
| 2496 | 2026-03-30T17:14:53.561Z | Compiling slog-term v2.9.2 |
| 2497 | 2026-03-30T17:14:53.657Z | Compiling darling v0.23.0 |
| 2498 | 2026-03-30T17:14:53.756Z | Compiling futures v0.3.32 |
| 2499 | 2026-03-30T17:14:53.831Z | Compiling either v1.15.0 |
| 2500 | 2026-03-30T17:14:54.009Z | Compiling serde_with_macros v3.18.0 |
| 2501 | 2026-03-30T17:14:54.053Z | Compiling tempfile v3.27.0 |
| 2502 | 2026-03-30T17:14:54.599Z | Compiling dropshot_endpoint v0.16.7 |
| 2503 | 2026-03-30T17:14:54.665Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2504 | 2026-03-30T17:14:54.820Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 2505 | 2026-03-30T17:14:55.037Z | Compiling derive-ex v0.1.8 |
| 2506 | 2026-03-30T17:14:55.091Z | Compiling rand_chacha v0.3.1 |
| 2507 | 2026-03-30T17:14:55.130Z | Compiling strum_macros v0.27.2 |
| 2508 | 2026-03-30T17:14:55.143Z | Compiling openssl-probe v0.2.1 |
| 2509 | 2026-03-30T17:14:55.368Z | Compiling unicode-width v0.2.2 |
| 2510 | 2026-03-30T17:14:55.384Z | Compiling rand v0.8.5 |
| 2511 | 2026-03-30T17:14:55.694Z | Compiling rustls-native-certs v0.8.3 |
| 2512 | 2026-03-30T17:14:56.195Z | Compiling sha1 v0.10.6 |
| 2513 | 2026-03-30T17:14:56.261Z | Compiling macaddr v1.0.1 |
| 2514 | 2026-03-30T17:14:56.542Z | Compiling winnow v0.7.15 |
| 2515 | 2026-03-30T17:14:56.613Z | Compiling match_cfg v0.1.0 |
| 2516 | 2026-03-30T17:14:56.624Z | Compiling test-strategy v0.4.5 |
| 2517 | 2026-03-30T17:14:56.687Z | Compiling hostname v0.3.1 |
| 2518 | 2026-03-30T17:14:56.948Z | Compiling slog-json v2.6.1 |
| 2519 | 2026-03-30T17:14:57.113Z | Compiling memmap2 v0.9.10 |
| 2520 | 2026-03-30T17:14:57.190Z | Compiling slog-bunyan v2.5.0 |
| 2521 | 2026-03-30T17:14:57.450Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2522 | 2026-03-30T17:14:58.457Z | Compiling rustls-webpki v0.102.8 |
| 2523 | 2026-03-30T17:14:58.606Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2524 | 2026-03-30T17:14:58.636Z | Compiling serde_spanned v1.1.0 |
| 2525 | 2026-03-30T17:14:59.143Z | Compiling debug-ignore v1.0.5 |
| 2526 | 2026-03-30T17:14:59.262Z | Compiling usdt v0.6.0 |
| 2527 | 2026-03-30T17:14:59.370Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 2528 | 2026-03-30T17:14:59.568Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2529 | 2026-03-30T17:15:00.311Z | Compiling parse-display-derive v0.10.0 |
| 2530 | 2026-03-30T17:15:00.897Z | Compiling encoding_rs v0.8.35 |
| 2531 | 2026-03-30T17:15:01.882Z | Compiling mime v0.3.17 |
| 2532 | 2026-03-30T17:15:02.369Z | Compiling spin v0.9.8 |
| 2533 | 2026-03-30T17:15:02.384Z | Compiling itertools v0.14.0 |
| 2534 | 2026-03-30T17:15:03.659Z | Compiling tokio-rustls v0.25.0 |
| 2535 | 2026-03-30T17:15:03.678Z | Compiling strum v0.26.3 |
| 2536 | 2026-03-30T17:15:03.754Z | Compiling async-stream v0.3.6 |
| 2537 | 2026-03-30T17:15:03.877Z | Compiling waitgroup v0.1.2 |
| 2538 | 2026-03-30T17:15:03.913Z | Compiling rustls-pemfile v2.2.0 |
| 2539 | 2026-03-30T17:15:03.960Z | Compiling clap_derive v4.6.0 |
| 2540 | 2026-03-30T17:15:04.039Z | Compiling serde_path_to_error v0.1.20 |
| 2541 | 2026-03-30T17:15:04.204Z | Compiling wait-timeout v0.2.1 |
| 2542 | 2026-03-30T17:15:04.500Z | Compiling hostname v0.4.2 |
| 2543 | 2026-03-30T17:15:04.674Z | Compiling bit-vec v0.8.0 |
| 2544 | 2026-03-30T17:15:04.845Z | Compiling quick-error v1.2.3 |
| 2545 | 2026-03-30T17:15:04.861Z | Compiling utf8parse v0.2.2 |
| 2546 | 2026-03-30T17:15:04.966Z | Compiling anstyle-parse v1.0.0 |
| 2547 | 2026-03-30T17:15:04.979Z | Compiling rusty-fork v0.3.1 |
| 2548 | 2026-03-30T17:15:04.982Z | Compiling bit-set v0.8.0 |
| 2549 | 2026-03-30T17:15:05.498Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2550 | 2026-03-30T17:15:05.682Z | Compiling serde_with v3.18.0 |
| 2551 | 2026-03-30T17:15:05.715Z | Compiling rand_xorshift v0.4.0 |
| 2552 | 2026-03-30T17:15:05.829Z | Compiling terminal_size v0.4.4 |
| 2553 | 2026-03-30T17:15:05.975Z | Compiling unarray v0.1.4 |
| 2554 | 2026-03-30T17:15:05.988Z | Compiling anstyle v1.0.14 |
| 2555 | 2026-03-30T17:15:05.992Z | Compiling colorchoice v1.0.5 |
| 2556 | 2026-03-30T17:15:06.104Z | Compiling is_terminal_polyfill v1.70.2 |
| 2557 | 2026-03-30T17:15:06.126Z | Compiling anstyle-query v1.1.5 |
| 2558 | 2026-03-30T17:15:06.209Z | Compiling proptest v1.11.0 |
| 2559 | 2026-03-30T17:15:06.241Z | Compiling anstream v1.0.0 |
| 2560 | 2026-03-30T17:15:06.483Z | Compiling strum v0.27.2 |
| 2561 | 2026-03-30T17:15:06.629Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2562 | 2026-03-30T17:15:06.676Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2563 | 2026-03-30T17:15:06.723Z | Compiling instant v0.1.13 |
| 2564 | 2026-03-30T17:15:07.069Z | Compiling clap_lex v1.1.0 |
| 2565 | 2026-03-30T17:15:07.233Z | Compiling clap_builder v4.6.0 |
| 2566 | 2026-03-30T17:15:07.969Z | Compiling rustc-hash v2.1.1 |
| 2567 | 2026-03-30T17:15:08.134Z | Compiling iddqd v0.3.17 |
| 2568 | 2026-03-30T17:15:09.719Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2569 | 2026-03-30T17:15:09.951Z | Compiling clap v4.6.0 |
| 2570 | 2026-03-30T17:15:11.179Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2571 | 2026-03-30T17:15:11.481Z | Compiling backon v1.6.0 |
| 2572 | 2026-03-30T17:15:11.740Z | Compiling darling_core v0.21.3 |
| 2573 | 2026-03-30T17:15:13.006Z | Compiling backoff v0.4.0 |
| 2574 | 2026-03-30T17:15:13.324Z | Compiling parse-display v0.10.0 |
| 2575 | 2026-03-30T17:15:13.803Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 2576 | 2026-03-30T17:15:13.838Z | Compiling darling_macro v0.21.3 |
| 2577 | 2026-03-30T17:15:14.199Z | Compiling toml_datetime v0.6.11 |
| 2578 | 2026-03-30T17:15:14.247Z | Compiling proc-macro-error-attr v1.0.4 |
| 2579 | 2026-03-30T17:15:14.408Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 2580 | 2026-03-30T17:15:14.723Z | Compiling heck v0.4.1 |
| 2581 | 2026-03-30T17:15:14.778Z | Compiling toml_edit v0.25.8+spec-1.1.0 |
| 2582 | 2026-03-30T17:15:14.976Z | Compiling darling v0.21.3 |
| 2583 | 2026-03-30T17:15:15.460Z | Compiling proc-macro-error v1.0.4 |
| 2584 | 2026-03-30T17:15:15.718Z | Compiling unsafe-libyaml v0.2.11 |
| 2585 | 2026-03-30T17:15:15.721Z | Compiling heapless v0.8.0 |
| 2586 | 2026-03-30T17:15:16.088Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2587 | 2026-03-30T17:15:16.368Z | Compiling serde_yaml v0.9.34+deprecated |
| 2588 | 2026-03-30T17:15:16.750Z | Compiling proc-macro-crate v3.5.0 |
| 2589 | 2026-03-30T17:15:17.468Z | Compiling ingot-macros v0.1.1 |
| 2590 | 2026-03-30T17:15:17.867Z | Compiling hash32 v0.3.1 |
| 2591 | 2026-03-30T17:15:18.033Z | Compiling zerocopy-derive v0.7.35 |
| 2592 | 2026-03-30T17:15:18.270Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 2593 | 2026-03-30T17:15:18.501Z | Compiling crucible-workspace-hack v0.1.0 |
| 2594 | 2026-03-30T17:15:18.748Z | Compiling smoltcp v0.11.0 |
| 2595 | 2026-03-30T17:15:20.129Z | Compiling ingot-types v0.1.2 |
| 2596 | 2026-03-30T17:15:20.153Z | Compiling num_enum_derive v0.7.6 |
| 2597 | 2026-03-30T17:15:20.156Z | Compiling tabwriter v1.4.1 |
| 2598 | 2026-03-30T17:15:20.307Z | Compiling crossbeam-epoch v0.9.18 |
| 2599 | 2026-03-30T17:15:20.501Z | Compiling cobs v0.3.0 |
| 2600 | 2026-03-30T17:15:20.591Z | Compiling foreign-types-macros v0.2.3 |
| 2601 | 2026-03-30T17:15:20.772Z | Compiling bitflags v1.3.2 |
| 2602 | 2026-03-30T17:15:20.807Z | Compiling cpufeatures v0.3.0 |
| 2603 | 2026-03-30T17:15:20.852Z | Compiling colored v3.1.1 |
| 2604 | 2026-03-30T17:15:20.887Z | Compiling foreign-types-shared v0.3.1 |
| 2605 | 2026-03-30T17:15:20.947Z | Compiling managed v0.8.0 |
| 2606 | 2026-03-30T17:15:21.169Z | Compiling num_enum v0.7.6 |
| 2607 | 2026-03-30T17:15:21.220Z | Compiling foreign-types v0.5.0 |
| 2608 | 2026-03-30T17:15:21.288Z | Compiling chacha20 v0.10.0 |
| 2609 | 2026-03-30T17:15:21.301Z | Compiling postcard v1.1.3 |
| 2610 | 2026-03-30T17:15:21.518Z | Compiling ingot v0.1.1 |
| 2611 | 2026-03-30T17:15:21.881Z | Compiling typify-impl v0.6.1 |
| 2612 | 2026-03-30T17:15:21.983Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2613 | 2026-03-30T17:15:22.460Z | Compiling cstr-argument v0.1.2 |
| 2614 | 2026-03-30T17:15:22.619Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 2615 | 2026-03-30T17:15:24.261Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2616 | 2026-03-30T17:15:24.436Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2617 | 2026-03-30T17:15:24.565Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 2618 | 2026-03-30T17:15:24.666Z | Compiling rand v0.10.0 |
| 2619 | 2026-03-30T17:15:24.988Z | Compiling memoffset v0.9.1 |
| 2620 | 2026-03-30T17:15:25.129Z | Compiling typify-macro v0.6.1 |
| 2621 | 2026-03-30T17:15:25.217Z | Compiling prettyplease v0.2.37 |
| 2622 | 2026-03-30T17:15:25.292Z | Compiling cfg_aliases v0.2.1 |
| 2623 | 2026-03-30T17:15:25.365Z | Compiling tinyvec_macros v0.1.1 |
| 2624 | 2026-03-30T17:15:25.451Z | Compiling convert_case v0.4.0 |
| 2625 | 2026-03-30T17:15:25.696Z | Compiling tinyvec v1.11.0 |
| 2626 | 2026-03-30T17:15:25.741Z | Compiling derive_more v0.99.20 |
| 2627 | 2026-03-30T17:15:25.826Z | Compiling nix v0.31.2 |
| 2628 | 2026-03-30T17:15:26.482Z | Compiling zerocopy v0.7.35 |
| 2629 | 2026-03-30T17:15:26.808Z | Compiling secrecy v0.10.3 |
| 2630 | 2026-03-30T17:15:26.854Z | Compiling scroll_derive v0.12.1 |
| 2631 | 2026-03-30T17:15:26.971Z | Compiling usdt-impl v0.5.0 |
| 2632 | 2026-03-30T17:15:27.026Z | Compiling pkg-config v0.3.32 |
| 2633 | 2026-03-30T17:15:27.227Z | Compiling winnow v0.5.40 |
| 2634 | 2026-03-30T17:15:27.463Z | Compiling data-encoding v2.10.0 |
| 2635 | 2026-03-30T17:15:27.550Z | Compiling scroll v0.12.0 |
| 2636 | 2026-03-30T17:15:27.857Z | Compiling dof v0.3.0 |
| 2637 | 2026-03-30T17:15:28.583Z | Compiling toml_edit v0.19.15 |
| 2638 | 2026-03-30T17:15:28.768Z | Compiling dtrace-parser v0.2.0 |
| 2639 | 2026-03-30T17:15:28.998Z | Compiling itertools v0.12.1 |
| 2640 | 2026-03-30T17:15:29.356Z | Compiling thread-id v4.2.2 |
| 2641 | 2026-03-30T17:15:29.665Z | Compiling static_assertions v1.1.0 |
| 2642 | 2026-03-30T17:15:29.690Z | Compiling rayon-core v1.13.0 |
| 2643 | 2026-03-30T17:15:29.750Z | Compiling rustix v0.38.44 |
| 2644 | 2026-03-30T17:15:29.933Z | Compiling proc-macro-crate v1.3.1 |
| 2645 | 2026-03-30T17:15:30.624Z | Compiling goblin v0.8.2 |
| 2646 | 2026-03-30T17:15:30.695Z | Compiling typify v0.6.1 |
| 2647 | 2026-03-30T17:15:30.980Z | Compiling crossbeam-deque v0.8.6 |
| 2648 | 2026-03-30T17:15:31.458Z | Compiling hubpack_derive v0.1.1 |
| 2649 | 2026-03-30T17:15:31.583Z | Compiling rustc_version v0.4.1 |
| 2650 | 2026-03-30T17:15:31.861Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2651 | 2026-03-30T17:15:31.964Z | Compiling num-integer v0.1.46 |
| 2652 | 2026-03-30T17:15:32.717Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2653 | 2026-03-30T17:15:34.375Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2654 | 2026-03-30T17:15:34.555Z | Compiling hubpack v0.1.2 |
| 2655 | 2026-03-30T17:15:34.807Z | Compiling curve25519-dalek v4.1.3 |
| 2656 | 2026-03-30T17:15:36.093Z | Compiling progenitor-impl v0.13.0 |
| 2657 | 2026-03-30T17:15:36.518Z | Compiling num_enum_derive v0.5.11 |
| 2658 | 2026-03-30T17:15:37.183Z | Compiling reqwest v0.12.28 |
| 2659 | 2026-03-30T17:15:38.239Z | Compiling hmac v0.12.1 |
| 2660 | 2026-03-30T17:15:38.264Z | Compiling inout v0.1.4 |
| 2661 | 2026-03-30T17:15:38.421Z | Compiling serde_spanned v0.6.9 |
| 2662 | 2026-03-30T17:15:38.698Z | Compiling ff v0.13.1 |
| 2663 | 2026-03-30T17:15:38.860Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2664 | 2026-03-30T17:15:39.214Z | Compiling bstr v1.12.1 |
| 2665 | 2026-03-30T17:15:39.520Z | Compiling toml_write v0.1.2 |
| 2666 | 2026-03-30T17:15:39.690Z | Compiling toml_edit v0.22.27 |
| 2667 | 2026-03-30T17:15:40.952Z | Compiling group v0.13.0 |
| 2668 | 2026-03-30T17:15:41.082Z | Compiling cipher v0.4.4 |
| 2669 | 2026-03-30T17:15:41.431Z | Compiling hkdf v0.12.4 |
| 2670 | 2026-03-30T17:15:41.611Z | Compiling progenitor-client v0.10.0 |
| 2671 | 2026-03-30T17:15:41.876Z | Compiling progenitor-macro v0.13.0 |
| 2672 | 2026-03-30T17:15:42.254Z | Compiling num_enum v0.5.11 |
| 2673 | 2026-03-30T17:15:43.324Z | Compiling rustls-webpki v0.103.10 |
| 2674 | 2026-03-30T17:15:43.385Z | Compiling rayon v1.11.0 |
| 2675 | 2026-03-30T17:15:45.578Z | Compiling num-iter v0.1.45 |
| 2676 | 2026-03-30T17:15:45.713Z | Compiling num-rational v0.4.2 |
| 2677 | 2026-03-30T17:15:45.731Z | Compiling usdt-attr-macro v0.5.0 |
| 2678 | 2026-03-30T17:15:46.093Z | Compiling usdt-macro v0.5.0 |
| 2679 | 2026-03-30T17:15:46.775Z | Compiling zone_cfg_derive v0.3.1 |
| 2680 | 2026-03-30T17:15:47.350Z | Compiling tokio-rustls v0.26.4 |
| 2681 | 2026-03-30T17:15:47.414Z | Compiling rustls-platform-verifier v0.6.2 |
| 2682 | 2026-03-30T17:15:47.649Z | Compiling hyper-rustls v0.27.7 |
| 2683 | 2026-03-30T17:15:48.006Z | Compiling reqwest v0.13.2 |
| 2684 | 2026-03-30T17:15:48.202Z | Compiling camino-tempfile v1.4.1 |
| 2685 | 2026-03-30T17:15:48.589Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2686 | 2026-03-30T17:15:48.658Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2687 | 2026-03-30T17:15:49.518Z | Compiling progenitor-client v0.13.0 |
| 2688 | 2026-03-30T17:15:50.014Z | Compiling progenitor-extras v0.1.1 |
| 2689 | 2026-03-30T17:15:50.229Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2690 | 2026-03-30T17:15:50.292Z | Compiling universal-hash v0.5.1 |
| 2691 | 2026-03-30T17:15:50.451Z | Compiling crypto-bigint v0.5.5 |
| 2692 | 2026-03-30T17:15:52.698Z | Compiling half v2.7.1 |
| 2693 | 2026-03-30T17:15:53.316Z | Compiling enum-as-inner v0.6.1 |
| 2694 | 2026-03-30T17:15:53.908Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2695 | 2026-03-30T17:15:54.593Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2696 | 2026-03-30T17:15:54.944Z | Compiling num-complex v0.4.6 |
| 2697 | 2026-03-30T17:15:56.294Z | Compiling memmap v0.7.0 |
| 2698 | 2026-03-30T17:15:56.787Z | Compiling base16ct v0.2.0 |
| 2699 | 2026-03-30T17:15:56.892Z | Compiling lazy_static v1.5.0 |
| 2700 | 2026-03-30T17:15:57.002Z | Compiling ciborium-io v0.2.2 |
| 2701 | 2026-03-30T17:15:57.112Z | Compiling opaque-debug v0.3.1 |
| 2702 | 2026-03-30T17:15:57.136Z | Compiling base64ct v1.8.3 |
| 2703 | 2026-03-30T17:15:57.597Z | Compiling password-hash v0.5.0 |
| 2704 | 2026-03-30T17:15:58.555Z | Compiling poly1305 v0.8.0 |
| 2705 | 2026-03-30T17:15:58.653Z | Compiling ciborium-ll v0.2.2 |
| 2706 | 2026-03-30T17:15:58.934Z | Compiling elliptic-curve v0.13.8 |
| 2707 | 2026-03-30T17:15:58.937Z | Compiling usdt v0.5.0 |
| 2708 | 2026-03-30T17:15:59.216Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2709 | 2026-03-30T17:15:59.276Z | Compiling num v0.4.3 |
| 2710 | 2026-03-30T17:15:59.580Z | Compiling progenitor v0.13.0 |
| 2711 | 2026-03-30T17:15:59.732Z | Compiling thiserror-no-std v2.0.2 |
| 2712 | 2026-03-30T17:15:59.840Z | Compiling zone v0.3.1 |
| 2713 | 2026-03-30T17:16:00.742Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2714 | 2026-03-30T17:16:01.284Z | Compiling chacha20 v0.9.1 |
| 2715 | 2026-03-30T17:16:01.530Z | Compiling toml v0.8.23 |
| 2716 | 2026-03-30T17:16:01.554Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2717 | 2026-03-30T17:16:02.300Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2718 | 2026-03-30T17:16:02.395Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2719 | 2026-03-30T17:16:02.804Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2720 | 2026-03-30T17:16:03.037Z | Compiling byte-wrapper v0.1.0 |
| 2721 | 2026-03-30T17:16:03.122Z | Compiling blake2 v0.10.6 |
| 2722 | 2026-03-30T17:16:03.557Z | Compiling smf v0.2.3 |
| 2723 | 2026-03-30T17:16:03.603Z | Compiling aead v0.5.2 |
| 2724 | 2026-03-30T17:16:03.822Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2725 | 2026-03-30T17:16:03.963Z | Compiling num-derive v0.4.2 |
| 2726 | 2026-03-30T17:16:04.018Z | Compiling sigpipe v0.1.3 |
| 2727 | 2026-03-30T17:16:04.041Z | Compiling keccak v0.1.6 |
| 2728 | 2026-03-30T17:16:04.279Z | Compiling jiff v0.2.23 |
| 2729 | 2026-03-30T17:16:04.296Z | Compiling glob v0.3.3 |
| 2730 | 2026-03-30T17:16:04.335Z | Compiling float-ord v0.3.2 |
| 2731 | 2026-03-30T17:16:04.462Z | Compiling indent_write v2.2.0 |
| 2732 | 2026-03-30T17:16:04.623Z | Compiling bytecount v0.6.9 |
| 2733 | 2026-03-30T17:16:04.717Z | Compiling semver v0.1.20 |
| 2734 | 2026-03-30T17:16:04.821Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2735 | 2026-03-30T17:16:04.835Z | Compiling vcpkg v0.2.15 |
| 2736 | 2026-03-30T17:16:04.917Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2737 | 2026-03-30T17:16:04.930Z | Compiling rustc_version v0.1.7 |
| 2738 | 2026-03-30T17:16:04.972Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2739 | 2026-03-30T17:16:05.221Z | Compiling sha3 v0.10.8 |
| 2740 | 2026-03-30T17:16:05.386Z | Compiling openssl-sys v0.9.112 |
| 2741 | 2026-03-30T17:16:05.612Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2742 | 2026-03-30T17:16:05.707Z | Compiling chacha20poly1305 v0.10.1 |
| 2743 | 2026-03-30T17:16:05.865Z | Compiling argon2 v0.5.3 |
| 2744 | 2026-03-30T17:16:05.954Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2745 | 2026-03-30T17:16:06.864Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2746 | 2026-03-30T17:16:07.362Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2747 | 2026-03-30T17:16:07.412Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2748 | 2026-03-30T17:16:08.218Z | Compiling vsss-rs v3.3.4 |
| 2749 | 2026-03-30T17:16:09.384Z | Compiling ciborium v0.2.2 |
| 2750 | 2026-03-30T17:16:09.764Z | Compiling atomicwrites v0.4.4 |
| 2751 | 2026-03-30T17:16:09.877Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2752 | 2026-03-30T17:16:10.005Z | Compiling whoami v1.6.1 |
| 2753 | 2026-03-30T17:16:10.051Z | Compiling linked-hash-map v0.5.6 |
| 2754 | 2026-03-30T17:16:10.190Z | Compiling resolv-conf v0.7.6 |
| 2755 | 2026-03-30T17:16:10.275Z | Compiling lru-cache v0.1.2 |
| 2756 | 2026-03-30T17:16:10.461Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2757 | 2026-03-30T17:16:10.783Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2758 | 2026-03-30T17:16:11.044Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2759 | 2026-03-30T17:16:11.433Z | Compiling newtype_derive v0.1.6 |
| 2760 | 2026-03-30T17:16:11.556Z | Compiling hickory-proto v0.24.4 |
| 2761 | 2026-03-30T17:16:11.685Z | Compiling similar v2.7.0 |
| 2762 | 2026-03-30T17:16:12.719Z | Compiling serde-big-array v0.5.1 |
| 2763 | 2026-03-30T17:16:12.891Z | Compiling pin-project-internal v1.1.11 |
| 2764 | 2026-03-30T17:16:13.256Z | Compiling derive-where v1.6.1 |
| 2765 | 2026-03-30T17:16:13.398Z | Compiling serde_repr v0.1.20 |
| 2766 | 2026-03-30T17:16:13.996Z | Compiling siphasher v1.0.2 |
| 2767 | 2026-03-30T17:16:14.030Z | Compiling unicode-segmentation v1.13.1 |
| 2768 | 2026-03-30T17:16:14.220Z | Compiling swrite v0.1.0 |
| 2769 | 2026-03-30T17:16:14.343Z | Compiling owo-colors v4.3.0 |
| 2770 | 2026-03-30T17:16:14.441Z | Compiling minimal-lexical v0.2.1 |
| 2771 | 2026-03-30T17:16:14.571Z | Compiling newline-converter v0.3.0 |
| 2772 | 2026-03-30T17:16:14.649Z | Compiling phf_shared v0.12.1 |
| 2773 | 2026-03-30T17:16:14.653Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2774 | 2026-03-30T17:16:14.713Z | Compiling nom v7.1.3 |
| 2775 | 2026-03-30T17:16:14.716Z | Compiling pin-project v1.1.11 |
| 2776 | 2026-03-30T17:16:14.737Z | Compiling hickory-resolver v0.24.4 |
| 2777 | 2026-03-30T17:16:14.871Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2778 | 2026-03-30T17:16:16.041Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2779 | 2026-03-30T17:16:17.291Z | Compiling unicode-normalization v0.1.25 |
| 2780 | 2026-03-30T17:16:17.943Z | Compiling snafu-derive v0.8.9 |
| 2781 | 2026-03-30T17:16:18.344Z | Compiling console v0.15.11 |
| 2782 | 2026-03-30T17:16:19.241Z | Compiling tokio-stream v0.1.18 |
| 2783 | 2026-03-30T17:16:19.655Z | Compiling async-recursion v1.1.1 |
| 2784 | 2026-03-30T17:16:19.697Z | Compiling csv-core v0.1.13 |
| 2785 | 2026-03-30T17:16:19.804Z | Compiling slog-dtrace v0.3.0 |
| 2786 | 2026-03-30T17:16:19.822Z | Compiling foreign-types-shared v0.1.1 |
| 2787 | 2026-03-30T17:16:19.925Z | Compiling unicode-xid v0.2.6 |
| 2788 | 2026-03-30T17:16:20.055Z | Compiling foldhash v0.1.5 |
| 2789 | 2026-03-30T17:16:20.055Z | Compiling unicode-width v0.1.14 |
| 2790 | 2026-03-30T17:16:20.120Z | Compiling openssl v0.10.76 |
| 2791 | 2026-03-30T17:16:20.299Z | Compiling highway v1.3.0 |
| 2792 | 2026-03-30T17:16:20.343Z | Compiling chrono-tz v0.10.4 |
| 2793 | 2026-03-30T17:16:20.377Z | Compiling same-file v1.0.6 |
| 2794 | 2026-03-30T17:16:20.401Z | Compiling cancel-safe-futures v0.1.5 |
| 2795 | 2026-03-30T17:16:20.558Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2796 | 2026-03-30T17:16:20.594Z | Compiling walkdir v2.5.0 |
| 2797 | 2026-03-30T17:16:20.701Z | Compiling hashbrown v0.15.5 |
| 2798 | 2026-03-30T17:16:21.057Z | Compiling const_format_proc_macros v0.2.34 |
| 2799 | 2026-03-30T17:16:21.333Z | Compiling foreign-types v0.3.2 |
| 2800 | 2026-03-30T17:16:21.358Z | Compiling csv v1.4.0 |
| 2801 | 2026-03-30T17:16:21.420Z | Compiling snafu v0.8.9 |
| 2802 | 2026-03-30T17:16:21.867Z | Compiling qorb v0.4.1 |
| 2803 | 2026-03-30T17:16:21.995Z | Compiling expectorate v1.2.0 |
| 2804 | 2026-03-30T17:16:22.212Z | Compiling olpc-cjson v0.1.4 |
| 2805 | 2026-03-30T17:16:22.315Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2806 | 2026-03-30T17:16:22.434Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2807 | 2026-03-30T17:16:22.478Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2808 | 2026-03-30T17:16:22.986Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2809 | 2026-03-30T17:16:23.352Z | Compiling phf v0.12.1 |
| 2810 | 2026-03-30T17:16:25.122Z | Compiling tokio-dtrace v0.1.1 |
| 2811 | 2026-03-30T17:16:25.517Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2812 | 2026-03-30T17:16:25.937Z | Compiling globset v0.4.18 |
| 2813 | 2026-03-30T17:16:26.406Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2814 | 2026-03-30T17:16:27.004Z | Compiling num-derive v0.3.3 |
| 2815 | 2026-03-30T17:16:27.859Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2816 | 2026-03-30T17:16:27.936Z | Compiling pem v3.0.6 |
| 2817 | 2026-03-30T17:16:28.010Z | Compiling libsw-core v0.3.2 |
| 2818 | 2026-03-30T17:16:28.160Z | Compiling serde_plain v1.0.2 |
| 2819 | 2026-03-30T17:16:28.208Z | Compiling openssl-macros v0.1.1 |
| 2820 | 2026-03-30T17:16:28.457Z | Compiling cookie v0.18.1 |
| 2821 | 2026-03-30T17:16:28.622Z | Compiling smawk v0.3.2 |
| 2822 | 2026-03-30T17:16:28.622Z | Compiling fixedbitset v0.4.2 |
| 2823 | 2026-03-30T17:16:28.745Z | Compiling unicode-linebreak v0.1.5 |
| 2824 | 2026-03-30T17:16:28.805Z | Compiling typed-path v0.9.3 |
| 2825 | 2026-03-30T17:16:29.015Z | Compiling fixedbitset v0.5.7 |
| 2826 | 2026-03-30T17:16:29.059Z | Compiling textwrap v0.16.2 |
| 2827 | 2026-03-30T17:16:29.090Z | Compiling petgraph v0.6.5 |
| 2828 | 2026-03-30T17:16:29.546Z | Compiling petgraph v0.8.3 |
| 2829 | 2026-03-30T17:16:30.159Z | Compiling tough v0.20.0 |
| 2830 | 2026-03-30T17:16:30.748Z | Compiling libsw v3.5.0 |
| 2831 | 2026-03-30T17:16:30.966Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2832 | 2026-03-30T17:16:30.980Z | Compiling libscf-sys v1.1.0 |
| 2833 | 2026-03-30T17:16:31.131Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2834 | 2026-03-30T17:16:31.382Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2835 | 2026-03-30T17:16:31.744Z | Compiling oxide-tokio-rt v0.1.3 |
| 2836 | 2026-03-30T17:16:32.018Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2837 | 2026-03-30T17:16:32.351Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2838 | 2026-03-30T17:16:34.335Z | Compiling const_format v0.2.35 |
| 2839 | 2026-03-30T17:16:34.817Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2840 | 2026-03-30T17:16:37.436Z | Compiling papergrid v0.11.0 |
| 2841 | 2026-03-30T17:16:37.647Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2842 | 2026-03-30T17:16:37.783Z | Compiling gethostname v0.5.0 |
| 2843 | 2026-03-30T17:16:37.933Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2844 | 2026-03-30T17:16:38.092Z | Compiling tabled_derive v0.7.0 |
| 2845 | 2026-03-30T17:16:38.295Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2846 | 2026-03-30T17:16:39.037Z | Compiling bcs v0.1.6 |
| 2847 | 2026-03-30T17:16:39.450Z | Compiling termtree v0.5.1 |
| 2848 | 2026-03-30T17:16:39.630Z | Compiling tagptr v0.2.0 |
| 2849 | 2026-03-30T17:16:39.809Z | Compiling linear-map v1.2.0 |
| 2850 | 2026-03-30T17:16:40.050Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2851 | 2026-03-30T17:16:40.697Z | Compiling moka v0.12.15 |
| 2852 | 2026-03-30T17:16:41.501Z | Compiling tabled v0.15.0 |
| 2853 | 2026-03-30T17:16:41.921Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2854 | 2026-03-30T17:16:42.226Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2855 | 2026-03-30T17:16:42.633Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2856 | 2026-03-30T17:16:42.853Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2857 | 2026-03-30T17:16:43.053Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2858 | 2026-03-30T17:16:43.067Z | Compiling steno v0.4.1 |
| 2859 | 2026-03-30T17:16:44.623Z | Compiling hickory-proto v0.25.2 |
| 2860 | 2026-03-30T17:16:48.048Z | Compiling humantime v2.3.0 |
| 2861 | 2026-03-30T17:16:48.457Z | Compiling hickory-resolver v0.25.2 |
| 2862 | 2026-03-30T17:16:48.503Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2863 | 2026-03-30T17:16:49.204Z | Compiling typify-impl v0.4.3 |
| 2864 | 2026-03-30T17:16:49.351Z | Compiling parking_lot_core v0.8.6 |
| 2865 | 2026-03-30T17:16:49.650Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2866 | 2026-03-30T17:16:50.981Z | Compiling crc32fast v1.5.0 |
| 2867 | 2026-03-30T17:16:51.449Z | Compiling crunchy v0.2.4 |
| 2868 | 2026-03-30T17:16:51.792Z | Compiling parking_lot v0.11.2 |
| 2869 | 2026-03-30T17:16:52.102Z | Compiling fxhash v0.2.1 |
| 2870 | 2026-03-30T17:16:52.254Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2871 | 2026-03-30T17:16:52.521Z | Compiling tiny-keccak v2.0.2 |
| 2872 | 2026-03-30T17:16:52.524Z | Compiling typify-macro v0.4.3 |
| 2873 | 2026-03-30T17:16:52.673Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2874 | 2026-03-30T17:16:52.789Z | Compiling sled v0.34.7 |
| 2875 | 2026-03-30T17:16:53.706Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2876 | 2026-03-30T17:16:54.142Z | Compiling typify v0.4.3 |
| 2877 | 2026-03-30T17:16:54.250Z | Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 2878 | 2026-03-30T17:16:54.792Z | Compiling internet-checksum v0.2.1 |
| 2879 | 2026-03-30T17:16:55.065Z | Compiling const-random-macro v0.1.16 |
| 2880 | 2026-03-30T17:16:55.447Z | Compiling smartstring v1.0.1 |
| 2881 | 2026-03-30T17:16:55.478Z | Compiling ahash v0.8.12 |
| 2882 | 2026-03-30T17:16:55.799Z | Compiling const-random v0.1.18 |
| 2883 | 2026-03-30T17:16:55.890Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2884 | 2026-03-30T17:16:56.332Z | Compiling proc-macro-error2 v2.0.1 |
| 2885 | 2026-03-30T17:16:56.633Z | Compiling thin-vec v0.2.14 |
| 2886 | 2026-03-30T17:16:56.657Z | Compiling rhai_codegen v3.1.0 |
| 2887 | 2026-03-30T17:16:56.964Z | Compiling arc-swap v1.9.0 |
| 2888 | 2026-03-30T17:16:56.983Z | Compiling tabled_derive v0.11.0 |
| 2889 | 2026-03-30T17:16:57.310Z | Compiling slog-scope v4.4.1 |
| 2890 | 2026-03-30T17:16:57.727Z | Compiling progenitor-impl v0.11.2 |
| 2891 | 2026-03-30T17:16:57.884Z | Compiling rhai v1.24.0 |
| 2892 | 2026-03-30T17:16:58.088Z | Compiling papergrid v0.17.0 |
| 2893 | 2026-03-30T17:16:59.926Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2894 | 2026-03-30T17:17:01.092Z | Compiling testing_table v0.3.0 |
| 2895 | 2026-03-30T17:17:01.315Z | Compiling nom v8.0.0 |
| 2896 | 2026-03-30T17:17:01.516Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2897 | 2026-03-30T17:17:01.825Z | Compiling tabled v0.20.0 |
| 2898 | 2026-03-30T17:17:03.635Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2899 | 2026-03-30T17:17:03.985Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2900 | 2026-03-30T17:17:06.447Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a) |
| 2901 | 2026-03-30T17:17:08.197Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2902 | 2026-03-30T17:17:09.484Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2903 | 2026-03-30T17:17:10.892Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2904 | 2026-03-30T17:17:10.956Z | Compiling progenitor-macro v0.11.2 |
| 2905 | 2026-03-30T17:17:11.340Z | Compiling slog-stdlog v4.1.1 |
| 2906 | 2026-03-30T17:17:13.470Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2907 | 2026-03-30T17:17:15.099Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2908 | 2026-03-30T17:17:15.771Z | Compiling progenitor-client v0.11.2 |
| 2909 | 2026-03-30T17:17:16.284Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2910 | 2026-03-30T17:17:16.884Z | Compiling progenitor v0.11.2 |
| 2911 | 2026-03-30T17:17:17.049Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2912 | 2026-03-30T17:17:17.988Z | Compiling slog-envlogger v2.2.0 |
| 2913 | 2026-03-30T17:17:19.155Z | Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 2914 | 2026-03-30T17:17:22.927Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 2915 | 2026-03-30T17:17:23.341Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 2916 | 2026-03-30T17:17:23.449Z | Compiling crc8 v0.1.1 |
| 2917 | 2026-03-30T17:17:23.573Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2918 | 2026-03-30T17:17:23.676Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 2919 | 2026-03-30T17:17:24.190Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2920 | 2026-03-30T17:17:25.324Z | Compiling progenitor-impl v0.10.0 |
| 2921 | 2026-03-30T17:17:27.580Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2922 | 2026-03-30T17:17:27.727Z | Compiling lzma-sys v0.1.20 |
| 2923 | 2026-03-30T17:17:27.727Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 2924 | 2026-03-30T17:17:27.727Z | Compiling fs-err v3.3.0 |
| 2925 | 2026-03-30T17:17:27.819Z | Compiling utf-8 v0.7.6 |
| 2926 | 2026-03-30T17:17:27.840Z | Compiling typeid v1.0.3 |
| 2927 | 2026-03-30T17:17:28.109Z | Compiling tungstenite v0.21.0 |
| 2928 | 2026-03-30T17:17:28.293Z | Compiling progenitor-macro v0.10.0 |
| 2929 | 2026-03-30T17:17:28.747Z | Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions) |
| 2930 | 2026-03-30T17:17:30.147Z | Compiling cargo_toml v0.22.3 |
| 2931 | 2026-03-30T17:17:32.427Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2932 | 2026-03-30T17:17:32.541Z | Compiling sha2 v0.10.9 |
| 2933 | 2026-03-30T17:17:33.659Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2934 | 2026-03-30T17:17:33.784Z | Compiling progenitor v0.10.0 |
| 2935 | 2026-03-30T17:17:33.937Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 2936 | 2026-03-30T17:17:34.012Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2937 | 2026-03-30T17:17:34.807Z | Compiling tokio-tungstenite v0.21.0 |
| 2938 | 2026-03-30T17:17:35.163Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 2939 | 2026-03-30T17:17:35.614Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2940 | 2026-03-30T17:17:37.169Z | Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types) |
| 2941 | 2026-03-30T17:17:41.384Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2942 | 2026-03-30T17:17:41.440Z | Compiling console v0.16.3 |
| 2943 | 2026-03-30T17:17:41.440Z | Compiling git-stub v1.0.0 |
| 2944 | 2026-03-30T17:17:41.479Z | Compiling base64 v0.21.7 |
| 2945 | 2026-03-30T17:17:41.479Z | Compiling unit-prefix v0.5.2 |
| 2946 | 2026-03-30T17:17:41.479Z | Compiling is_ci v1.2.0 |
| 2947 | 2026-03-30T17:17:41.479Z | Compiling supports-color v3.0.2 |
| 2948 | 2026-03-30T17:17:41.479Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2949 | 2026-03-30T17:17:41.479Z | Compiling indicatif v0.18.4 |
| 2950 | 2026-03-30T17:17:41.479Z | Compiling git-stub-vcs v0.1.0 |
| 2951 | 2026-03-30T17:17:41.479Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2952 | 2026-03-30T17:17:41.797Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3) |
| 2953 | 2026-03-30T17:17:41.944Z | Compiling ron v0.12.0 |
| 2954 | 2026-03-30T17:17:42.430Z | Compiling xz2 v0.1.7 |
| 2955 | 2026-03-30T17:17:42.747Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2956 | 2026-03-30T17:17:42.781Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2957 | 2026-03-30T17:17:43.270Z | Compiling drift v0.1.3 |
| 2958 | 2026-03-30T17:17:43.938Z | Compiling base16ct v1.0.0 |
| 2959 | 2026-03-30T17:17:45.412Z | Compiling dropshot-api-manager v0.5.2 |
| 2960 | 2026-03-30T17:17:45.699Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2961 | 2026-03-30T17:17:48.806Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 2962 | 2026-03-30T17:17:49.992Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2963 | 2026-03-30T17:17:51.300Z | Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types) |
| 2964 | 2026-03-30T17:17:52.270Z | Compiling natord v1.0.9 |
| 2965 | 2026-03-30T17:17:52.559Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2966 | 2026-03-30T17:17:52.652Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2967 | 2026-03-30T17:17:53.240Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2968 | 2026-03-30T17:17:53.286Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2969 | 2026-03-30T17:17:53.802Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2970 | 2026-03-30T17:17:54.402Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2971 | 2026-03-30T17:17:54.854Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2972 | 2026-03-30T17:18:02.099Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2973 | 2026-03-30T17:18:10.344Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2974 | 2026-03-30T17:18:17.561Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2975 | 2026-03-30T17:18:31.114Z | Finished `release` profile [optimized] target(s) in 4m 15s |
| 2976 | 2026-03-30T17:18:31.281Z | |
| 2977 | 2026-03-30T17:18:31.281Z | real 4:15.952139587 |
| 2978 | 2026-03-30T17:18:31.281Z | user 29:07.103030997 |
| 2979 | 2026-03-30T17:18:31.281Z | sys 2:36.965319888 |
| 2980 | 2026-03-30T17:18:31.281Z | trap 0.744667274 |
| 2981 | 2026-03-30T17:18:31.281Z | tflt 2.413338619 |
| 2982 | 2026-03-30T17:18:31.281Z | dflt 1.847101392 |
| 2983 | 2026-03-30T17:18:31.281Z | kflt 0.016697450 |
| 2984 | 2026-03-30T17:18:31.281Z | lock 2:01:39.687742429 |
| 2985 | 2026-03-30T17:18:31.282Z | slp 1:27:47.726430278 |
| 2986 | 2026-03-30T17:18:31.282Z | lat 1:56.828497854 |
| 2987 | 2026-03-30T17:18:31.282Z | stop 3:19.303888508 |
| 2988 | 2026-03-30T17:18:31.287Z | + for x in debug release |
| 2989 | 2026-03-30T17:18:31.287Z | + mkdir -p /work/debug |
| 2990 | 2026-03-30T17:18:31.291Z | + cp target/debug/ddmd /work/debug/ddmd |
| 2991 | 2026-03-30T17:18:31.820Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 2992 | 2026-03-30T17:18:32.346Z | + cp target/debug/mgd /work/debug/mgd |
| 2993 | 2026-03-30T17:18:32.999Z | + cp target/debug/mgadm /work/debug/mgadm |
| 2994 | 2026-03-30T17:18:33.435Z | + for x in debug release |
| 2995 | 2026-03-30T17:18:33.435Z | + mkdir -p /work/release |
| 2996 | 2026-03-30T17:18:33.440Z | + cp target/release/ddmd /work/release/ddmd |
| 2997 | 2026-03-30T17:18:33.511Z | + cp target/release/ddmadm /work/release/ddmadm |
| 2998 | 2026-03-30T17:18:33.586Z | + cp target/release/mgd /work/release/mgd |
| 2999 | 2026-03-30T17:18:33.705Z | + cp target/release/mgadm /work/release/mgadm |
| 3000 | 2026-03-30T17:18:33.793Z | + cp target/release/falcon-lab /work/release/falcon-lab |
| 3001 | 2026-03-30T17:18:33.857Z | process exited: duration 687016 ms, exit code 0 |
| |
| 3002 | 2026-03-30T17:18:33.873Z | found 9 output files |
| 3003 | 2026-03-30T17:18:33.873Z | uploading: /work/debug/ddmadm (513892864 bytes) |
| 3004 | 2026-03-30T17:18:45.024Z | uploaded: /work/debug/ddmadm |
| 3005 | 2026-03-30T17:18:45.024Z | uploading: /work/debug/ddmd (613558312 bytes) |
| 3006 | 2026-03-30T17:19:06.631Z | uploaded: /work/debug/ddmd |
| 3007 | 2026-03-30T17:19:06.631Z | uploading: /work/debug/mgadm (603656136 bytes) |
| 3008 | 2026-03-30T17:19:20.774Z | uploaded: /work/debug/mgadm |
| 3009 | 2026-03-30T17:19:20.775Z | uploading: /work/debug/mgd (695497776 bytes) |
| 3010 | 2026-03-30T17:19:32.440Z | uploaded: /work/debug/mgd |
| 3011 | 2026-03-30T17:19:32.440Z | uploading: /work/release/ddmadm (43694528 bytes) |
| 3012 | 2026-03-30T17:19:33.885Z | uploaded: /work/release/ddmadm |
| 3013 | 2026-03-30T17:19:33.885Z | uploading: /work/release/ddmd (49026544 bytes) |
| 3014 | 2026-03-30T17:19:35.510Z | uploaded: /work/release/ddmd |
| 3015 | 2026-03-30T17:19:35.510Z | uploading: /work/release/falcon-lab (37076984 bytes) |
| 3016 | 2026-03-30T17:19:37.013Z | uploaded: /work/release/falcon-lab |
| 3017 | 2026-03-30T17:19:37.013Z | uploading: /work/release/mgadm (53778256 bytes) |
| 3018 | 2026-03-30T17:19:38.513Z | uploaded: /work/release/mgadm |
| 3019 | 2026-03-30T17:19:38.513Z | uploading: /work/release/mgd (75083816 bytes) |
| 3020 | 2026-03-30T17:19:40.585Z | uploaded: /work/release/mgd |