|
|
|
| 1 | 2026-06-08T19:16:27.781Z | job assigned to worker 01KTMAK5EKYNTNFPDHG8W8ENP4 [factory aws, i-0e3e5983f6036564d] (queued for 47 s) |
| |
| 2 | 2026-06-08T19:16:34.802Z | starting task 0: "setup" |
| 3 | 2026-06-08T19:16:34.805Z | ++ uname -s |
| 4 | 2026-06-08T19:16:34.810Z | + kern=SunOS |
| 5 | 2026-06-08T19:16:34.810Z | + build_user=build |
| 6 | 2026-06-08T19:16:34.810Z | + build_uid=12345 |
| 7 | 2026-06-08T19:16:34.810Z | + work_dir=/work |
| 8 | 2026-06-08T19:16:34.810Z | + input_dir=/input |
| 9 | 2026-06-08T19:16:34.810Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-08T19:16:34.810Z | + case "$kern" in |
| 11 | 2026-06-08T19:16:34.811Z | + groupadd -g 12345 build |
| 12 | 2026-06-08T19:16:34.811Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-08T19:16:36.818Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-08T19:16:36.921Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-08T19:16:36.931Z | + home_fs=zfs |
| 16 | 2026-06-08T19:16:36.931Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-08T19:16:36.931Z | + mkdir -p /home/build |
| 18 | 2026-06-08T19:16:36.931Z | + chown build:build /home/build /work |
| 19 | 2026-06-08T19:16:38.925Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-08T19:16:38.934Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2026-06-08T19:16:38.956Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-08T19:16:38.965Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-08T19:16:38.965Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-08T19:16:38.965Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-08T19:16:38.965Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-08T19:16:38.965Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-06-08T19:16:38.965Z | * rust toolchain profile = "default" |
| 28 | 2026-06-08T19:16:38.971Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-08T19:16:38.971Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-08T19:16:39.084Z | info: downloading installer |
| 31 | 2026-06-08T19:16:40.419Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-08T19:16:40.419Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-08T19:16:40.419Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-08T19:16:40.419Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-08T19:16:40.431Z | info: profile set to default |
| 36 | 2026-06-08T19:16:40.431Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-08T19:16:40.435Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-08T19:16:40.573Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-08T19:16:40.578Z | info: downloading 6 components |
| 40 | 2026-06-08T19:16:56.804Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-08T19:16:56.804Z | |
| 42 | 2026-06-08T19:16:56.834Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-08T19:16:56.834Z | |
| 44 | 2026-06-08T19:16:56.834Z | |
| 45 | 2026-06-08T19:16:56.834Z | Rust is installed now. Great! |
| 46 | 2026-06-08T19:16:56.834Z | |
| 47 | 2026-06-08T19:16:56.834Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-08T19:16:56.834Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-08T19:16:56.834Z | |
| 50 | 2026-06-08T19:16:56.834Z | To configure your current shell, you need to source |
| 51 | 2026-06-08T19:16:56.834Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-08T19:16:56.835Z | |
| 53 | 2026-06-08T19:16:56.835Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-08T19:16:56.835Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-08T19:16:56.835Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-08T19:16:56.835Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-08T19:16:56.835Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-08T19:16:56.835Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-08T19:16:56.835Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-08T19:16:56.835Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-08T19:16:56.835Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-08T19:16:56.841Z | + rustup --version |
| 63 | 2026-06-08T19:16:56.841Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-08T19:16:56.843Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-08T19:16:56.843Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-08T19:16:56.843Z | + cargo --version |
| 67 | 2026-06-08T19:16:56.843Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-08T19:16:56.843Z | + rustc --version |
| 69 | 2026-06-08T19:16:56.843Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-08T19:16:56.843Z | process exited: duration 15978 ms, exit code 0 |
| |
| 71 | 2026-06-08T19:16:56.871Z | starting task 2: "authentication" |
| 72 | 2026-06-08T19:16:56.884Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-06-08T19:16:56.891Z | starting task 3: "clone repository" |
| 74 | 2026-06-08T19:16:56.897Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-08T19:16:56.902Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-08T19:16:56.931Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-08T19:17:09.045Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-08T19:17:09.047Z | + git fetch origin f074c6e811a80445beea04cd838e60848f70725e |
| 79 | 2026-06-08T19:17:09.363Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-08T19:17:09.363Z | * branch f074c6e811a80445beea04cd838e60848f70725e -> FETCH_HEAD |
| 81 | 2026-06-08T19:17:09.372Z | + [[ -n '' ]] |
| 82 | 2026-06-08T19:17:09.373Z | + git reset --hard f074c6e811a80445beea04cd838e60848f70725e |
| 83 | 2026-06-08T19:17:09.614Z | HEAD is now at f074c6e81 cargo fmt / hakari |
| 84 | 2026-06-08T19:17:09.620Z | process exited: duration 12725 ms, exit code 0 |
| |
| 85 | 2026-06-08T19:17:09.626Z | starting task 4: "build" |
| 86 | 2026-06-08T19:17:09.631Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-06-08T19:17:09.631Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-06-08T19:17:09.631Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-06-08T19:17:09.633Z | + cargo --version |
| 90 | 2026-06-08T19:17:09.641Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-06-08T19:17:09.643Z | + rustc --version |
| 92 | 2026-06-08T19:17:09.664Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-06-08T19:17:09.666Z | + source ./env.sh |
| 94 | 2026-06-08T19:17:09.667Z | ++ OLD_SHELL_OPTS=ehxB |
| 95 | 2026-06-08T19:17:09.667Z | ++ set -o xtrace |
| 96 | 2026-06-08T19:17:09.669Z | ++++ dirname ./env.sh |
| 97 | 2026-06-08T19:17:09.672Z | +++ readlink -f . |
| 98 | 2026-06-08T19:17:09.675Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 99 | 2026-06-08T19:17:09.675Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-06-08T19:17:09.675Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-06-08T19:17:09.676Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-06-08T19:17:09.676Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-06-08T19:17:09.676Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-06-08T19:17:09.676Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-06-08T19:17:09.676Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-06-08T19:17:09.676Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-06-08T19:17:09.676Z | ++ case $OLD_SHELL_OPTS in |
| 108 | 2026-06-08T19:17:09.676Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 109 | 2026-06-08T19:17:09.676Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 110 | 2026-06-08T19:17:09.676Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 111 | 2026-06-08T19:17:09.676Z | + banner prerequisites |
| 112 | 2026-06-08T19:17:09.679Z | |
| 113 | 2026-06-08T19:17:09.679Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 114 | 2026-06-08T19:17:09.679Z | # # # # # # # # # # # # # # # |
| 115 | 2026-06-08T19:17:09.679Z | # # # # ##### # # ##### # # # # # #### # |
| 116 | 2026-06-08T19:17:09.680Z | ##### ##### # ##### # # # # # # # # # |
| 117 | 2026-06-08T19:17:09.680Z | # # # # # # # # # # # # # # # |
| 118 | 2026-06-08T19:17:09.680Z | # # # ###### # # ###### ### # #### # #### # |
| 119 | 2026-06-08T19:17:09.681Z | |
| 120 | 2026-06-08T19:17:09.681Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 121 | 2026-06-08T19:17:11.138Z | Startup: Refreshing catalog 'helios' ... Done |
| 122 | 2026-06-08T19:17:11.222Z | Startup: Caching catalogs ... Done |
| 123 | 2026-06-08T19:17:11.543Z | Planning: Solver setup ... Done (0.281s) |
| 124 | 2026-06-08T19:17:11.563Z | Planning: Running solver ... Done (0.021s) |
| 125 | 2026-06-08T19:17:11.570Z | Planning: Finding local manifests ... Done (0.003s) |
| 126 | 2026-06-08T19:17:11.581Z | Planning: Fetching manifests: 0/2 0% complete |
| 127 | 2026-06-08T19:17:11.601Z | Planning: Fetching manifests: 2/2 100% complete |
| 128 | 2026-06-08T19:17:11.615Z | Planning: Package planning ... Done (0.014s) |
| 129 | 2026-06-08T19:17:11.618Z | Planning: Merging actions ... Done (0.001s) |
| 130 | 2026-06-08T19:17:11.808Z | Planning: Checking for conflicting actions ... Done (0.192s) |
| 131 | 2026-06-08T19:17:11.814Z | Planning: Consolidating action changes ... Done (0.001s) |
| 132 | 2026-06-08T19:17:12.592Z | Planning: Evaluating mediators ... Done (0.783s) |
| 133 | 2026-06-08T19:17:12.595Z | Planning: Planning completed in 1.35 seconds |
| 134 | 2026-06-08T19:17:12.603Z | Packages to install: 2 |
| 135 | 2026-06-08T19:17:12.608Z | Estimated space available: 156.10 GB |
| 136 | 2026-06-08T19:17:12.608Z | Estimated space to be consumed: 25.33 MB |
| 137 | 2026-06-08T19:17:12.608Z | Create boot environment: No |
| 138 | 2026-06-08T19:17:12.608Z | Create backup boot environment: No |
| 139 | 2026-06-08T19:17:12.608Z | Rebuild boot archive: No |
| 140 | 2026-06-08T19:17:12.608Z | |
| 141 | 2026-06-08T19:17:12.608Z | Changed packages: |
| 142 | 2026-06-08T19:17:12.608Z | helios |
| 143 | 2026-06-08T19:17:12.608Z | developer/build-essential |
| 144 | 2026-06-08T19:17:12.608Z | None -> 11-3.0 |
| 145 | 2026-06-08T19:17:12.608Z | library/libxmlsec1 |
| 146 | 2026-06-08T19:17:12.608Z | None -> 1.2.35-3.0 |
| 147 | 2026-06-08T19:17:12.626Z | |
| 148 | 2026-06-08T19:17:12.626Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 149 | 2026-06-08T19:17:13.084Z | Download: Completed 1.28 MB in 0.46 seconds (2.8M/s) |
| 150 | 2026-06-08T19:17:13.224Z | Actions: 1/268 actions (Installing new actions) |
| 151 | 2026-06-08T19:17:13.262Z | Actions: Completed 268 actions in 0.04 seconds. |
| 152 | 2026-06-08T19:17:13.270Z | Finalize: Updating package state database ... Done (0.008s) |
| 153 | 2026-06-08T19:17:13.273Z | Finalize: Updating package cache ... Done (0.000s) |
| 154 | 2026-06-08T19:17:13.292Z | Finalize: Updating image state ... Done (0.022s) |
| 155 | 2026-06-08T19:17:15.707Z | Finalize: Creating fast lookup database ... Done (2.393s) |
| 156 | 2026-06-08T19:17:15.772Z | Finalize: Reading search index ... Done (0.012s) |
| 157 | 2026-06-08T19:17:15.775Z | Finalize: Updating search index ... Done (0.000s) |
| 158 | 2026-06-08T19:17:15.874Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-06-08T19:17:16.186Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-06-08T19:17:16.290Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-06-08T19:17:16.294Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-06-08T19:17:16.451Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-06-08T19:17:16.454Z | Planning: Planning completed in 0.27 seconds |
| 164 | 2026-06-08T19:17:16.474Z | Mediators to change: 2 |
| 165 | 2026-06-08T19:17:16.474Z | Create boot environment: No |
| 166 | 2026-06-08T19:17:16.474Z | Create backup boot environment: No |
| 167 | 2026-06-08T19:17:16.539Z | Finalize: Updating package state database ... Done |
| 168 | 2026-06-08T19:17:16.539Z | Finalize: Updating package cache ... Done |
| 169 | 2026-06-08T19:17:16.551Z | Finalize: Updating image state ... Done |
| 170 | 2026-06-08T19:17:18.515Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-06-08T19:17:18.578Z | Finalize: Reading search index ... Done |
| 172 | 2026-06-08T19:17:18.581Z | Finalize: Updating search index ... Done |
| 173 | 2026-06-08T19:17:18.657Z | Finalize: Updating package cache ... Done |
| 174 | 2026-06-08T19:17:18.947Z | Planning: Evaluating mediator changes ... Done |
| 175 | 2026-06-08T19:17:19.053Z | Planning: Checking for conflicting actions ... Done |
| 176 | 2026-06-08T19:17:19.057Z | Planning: Consolidating action changes ... Done |
| 177 | 2026-06-08T19:17:19.212Z | Planning: Evaluating mediators ... Done |
| 178 | 2026-06-08T19:17:19.215Z | Planning: Planning completed in 0.27 seconds |
| 179 | 2026-06-08T19:17:19.236Z | Mediators to change: 1 |
| 180 | 2026-06-08T19:17:19.236Z | Create boot environment: No |
| 181 | 2026-06-08T19:17:19.236Z | Create backup boot environment: No |
| 182 | 2026-06-08T19:17:19.358Z | Finalize: Updating package state database ... Done |
| 183 | 2026-06-08T19:17:19.358Z | Finalize: Updating package cache ... Done |
| 184 | 2026-06-08T19:17:19.371Z | Finalize: Updating image state ... Done |
| 185 | 2026-06-08T19:17:21.310Z | Finalize: Creating fast lookup database ... Done |
| 186 | 2026-06-08T19:17:21.370Z | Finalize: Reading search index ... Done |
| 187 | 2026-06-08T19:17:21.374Z | Finalize: Updating search index ... Done |
| 188 | 2026-06-08T19:17:21.458Z | Finalize: Updating package cache ... Done |
| 189 | 2026-06-08T19:17:21.772Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 190 | 2026-06-08T19:17:21.772Z | apache system 2.4 system |
| 191 | 2026-06-08T19:17:21.772Z | clang system 15 system |
| 192 | 2026-06-08T19:17:21.772Z | csh system system illumos |
| 193 | 2026-06-08T19:17:21.772Z | ctags system system illumos |
| 194 | 2026-06-08T19:17:21.772Z | file vendor vendor darwinsys |
| 195 | 2026-06-08T19:17:21.772Z | file system system illumos |
| 196 | 2026-06-08T19:17:21.772Z | gcc vendor 14 vendor |
| 197 | 2026-06-08T19:17:21.772Z | gcc system 13 system |
| 198 | 2026-06-08T19:17:21.772Z | gcc system 10 system |
| 199 | 2026-06-08T19:17:21.772Z | go system 1.25 system |
| 200 | 2026-06-08T19:17:21.775Z | llvm system 15 system |
| 201 | 2026-06-08T19:17:21.775Z | mariadb system 11.4 system |
| 202 | 2026-06-08T19:17:21.775Z | mta vendor vendor dma |
| 203 | 2026-06-08T19:17:21.775Z | openjdk system 17 system |
| 204 | 2026-06-08T19:17:21.775Z | openjdk system 11 system |
| 205 | 2026-06-08T19:17:21.775Z | openssl vendor 3 vendor |
| 206 | 2026-06-08T19:17:21.775Z | perl system 5.40 system |
| 207 | 2026-06-08T19:17:21.775Z | postgresql system 18 system |
| 208 | 2026-06-08T19:17:21.775Z | postgresql system 17 system |
| 209 | 2026-06-08T19:17:21.775Z | python vendor 3 vendor |
| 210 | 2026-06-08T19:17:21.775Z | python system 2 system |
| 211 | 2026-06-08T19:17:21.775Z | python3 vendor 3.13 vendor |
| 212 | 2026-06-08T19:17:21.775Z | ruby system 3.4 system |
| 213 | 2026-06-08T19:17:21.775Z | ruby system 3.0 system |
| 214 | 2026-06-08T19:17:21.776Z | words vendor vendor american-english |
| 215 | 2026-06-08T19:17:21.776Z | words system system australian-english |
| 216 | 2026-06-08T19:17:21.776Z | words system system british-english |
| 217 | 2026-06-08T19:17:21.776Z | words system system canadian-english |
| 218 | 2026-06-08T19:17:21.776Z | words system system french |
| 219 | 2026-06-08T19:17:21.776Z | words system system italian |
| 220 | 2026-06-08T19:17:21.776Z | words system system ngerman |
| 221 | 2026-06-08T19:17:21.776Z | words system system ogerman |
| 222 | 2026-06-08T19:17:21.776Z | words system system spanish |
| 223 | 2026-06-08T19:17:22.035Z | PUBLISHER TYPE STATUS P LOCATION |
| 224 | 2026-06-08T19:17:22.035Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 225 | 2026-06-08T19:17:22.326Z | FMRI IFO |
| 226 | 2026-06-08T19:17:22.326Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 227 | 2026-06-08T19:17:22.326Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 228 | 2026-06-08T19:17:22.326Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 229 | 2026-06-08T19:17:22.326Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 230 | 2026-06-08T19:17:22.326Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 231 | 2026-06-08T19:17:22.326Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 232 | 2026-06-08T19:17:22.326Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 233 | 2026-06-08T19:17:22.326Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 234 | 2026-06-08T19:17:22.326Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 235 | 2026-06-08T19:17:22.579Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 236 | 2026-06-08T19:17:22.882Z | Updating crates.io index |
| 237 | 2026-06-08T19:17:22.885Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 238 | 2026-06-08T19:17:23.392Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 239 | 2026-06-08T19:17:23.839Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 240 | 2026-06-08T19:17:24.153Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 241 | 2026-06-08T19:17:27.162Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 242 | 2026-06-08T19:17:27.896Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 243 | 2026-06-08T19:17:29.445Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 244 | 2026-06-08T19:17:30.309Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 245 | 2026-06-08T19:17:30.573Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 246 | 2026-06-08T19:17:31.972Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 247 | 2026-06-08T19:17:32.432Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 248 | 2026-06-08T19:17:32.875Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 249 | 2026-06-08T19:17:33.169Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 250 | 2026-06-08T19:17:34.272Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 251 | 2026-06-08T19:17:34.762Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 252 | 2026-06-08T19:17:35.064Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-08T19:17:35.327Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 254 | 2026-06-08T19:17:35.645Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 255 | 2026-06-08T19:17:36.025Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 256 | 2026-06-08T19:17:36.344Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 257 | 2026-06-08T19:17:36.588Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 258 | 2026-06-08T19:17:36.848Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-06-08T19:17:37.273Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 260 | 2026-06-08T19:17:37.654Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 261 | 2026-06-08T19:17:38.071Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 262 | 2026-06-08T19:17:38.600Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 263 | 2026-06-08T19:17:38.842Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 264 | 2026-06-08T19:17:39.255Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 265 | 2026-06-08T19:17:39.541Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 266 | 2026-06-08T19:17:40.548Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 267 | 2026-06-08T19:17:41.467Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 268 | 2026-06-08T19:17:41.842Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 269 | 2026-06-08T19:17:42.134Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 270 | 2026-06-08T19:17:42.491Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 271 | 2026-06-08T19:17:42.827Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 272 | 2026-06-08T19:17:43.292Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 273 | 2026-06-08T19:17:43.870Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 274 | 2026-06-08T19:17:44.142Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 275 | 2026-06-08T19:17:44.421Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 276 | 2026-06-08T19:17:44.661Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 277 | 2026-06-08T19:17:45.051Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 278 | 2026-06-08T19:17:56.783Z | Downloading crates ... |
| 279 | 2026-06-08T19:17:56.841Z | Downloaded anstyle v1.0.14 |
| 280 | 2026-06-08T19:17:56.863Z | Downloaded unicode-ident v1.0.24 |
| 281 | 2026-06-08T19:17:56.867Z | Downloaded zerofrom-derive v0.1.6 |
| 282 | 2026-06-08T19:17:56.870Z | Downloaded percent-encoding v2.3.2 |
| 283 | 2026-06-08T19:17:56.874Z | Downloaded tinystr v0.8.2 |
| 284 | 2026-06-08T19:17:56.877Z | Downloaded version_check v0.9.5 |
| 285 | 2026-06-08T19:17:56.877Z | Downloaded usdt v0.5.0 |
| 286 | 2026-06-08T19:17:56.877Z | Downloaded thiserror-impl v2.0.18 |
| 287 | 2026-06-08T19:17:56.880Z | Downloaded serde_spanned v0.6.9 |
| 288 | 2026-06-08T19:17:56.880Z | Downloaded proc-macro-error-attr v1.0.4 |
| 289 | 2026-06-08T19:17:56.883Z | Downloaded usdt-macro v0.5.0 |
| 290 | 2026-06-08T19:17:56.886Z | Downloaded zerofrom v0.1.6 |
| 291 | 2026-06-08T19:17:56.886Z | Downloaded unicode-xid v0.2.6 |
| 292 | 2026-06-08T19:17:56.886Z | Downloaded toml_datetime v0.6.11 |
| 293 | 2026-06-08T19:17:56.889Z | Downloaded once_cell v1.21.3 |
| 294 | 2026-06-08T19:17:56.889Z | Downloaded quote v1.0.45 |
| 295 | 2026-06-08T19:17:56.893Z | Downloaded yoke v0.8.1 |
| 296 | 2026-06-08T19:17:56.897Z | Downloaded unicode-linebreak v0.1.5 |
| 297 | 2026-06-08T19:17:56.898Z | Downloaded utf8_iter v1.0.4 |
| 298 | 2026-06-08T19:17:56.898Z | Downloaded toml_write v0.1.2 |
| 299 | 2026-06-08T19:17:56.902Z | Downloaded dof v0.3.0 |
| 300 | 2026-06-08T19:17:56.905Z | Downloaded utf8parse v0.2.2 |
| 301 | 2026-06-08T19:17:56.905Z | Downloaded typeid v1.0.3 |
| 302 | 2026-06-08T19:17:56.907Z | Downloaded thread-id v4.2.2 |
| 303 | 2026-06-08T19:17:56.907Z | Downloaded cargo-platform v0.2.0 |
| 304 | 2026-06-08T19:17:56.911Z | Downloaded heck v0.4.1 |
| 305 | 2026-06-08T19:17:56.911Z | Downloaded zmij v1.0.21 |
| 306 | 2026-06-08T19:17:56.911Z | Downloaded stable_deref_trait v1.2.1 |
| 307 | 2026-06-08T19:17:56.916Z | Downloaded yoke-derive v0.8.1 |
| 308 | 2026-06-08T19:17:56.916Z | Downloaded usdt-attr-macro v0.5.0 |
| 309 | 2026-06-08T19:17:56.916Z | Downloaded thiserror v1.0.69 |
| 310 | 2026-06-08T19:17:56.919Z | Downloaded thiserror-impl v1.0.69 |
| 311 | 2026-06-08T19:17:56.923Z | Downloaded toml v0.8.23 |
| 312 | 2026-06-08T19:17:56.926Z | Downloaded smawk v0.3.2 |
| 313 | 2026-06-08T19:17:56.926Z | Downloaded memmap v0.7.0 |
| 314 | 2026-06-08T19:17:56.926Z | Downloaded zerovec-derive v0.11.2 |
| 315 | 2026-06-08T19:17:56.929Z | Downloaded writeable v0.6.2 |
| 316 | 2026-06-08T19:17:56.929Z | Downloaded form_urlencoded v1.2.2 |
| 317 | 2026-06-08T19:17:56.932Z | Downloaded is_terminal_polyfill v1.70.2 |
| 318 | 2026-06-08T19:17:56.932Z | Downloaded macaddr v1.0.1 |
| 319 | 2026-06-08T19:17:56.932Z | Downloaded potential_utf v0.1.4 |
| 320 | 2026-06-08T19:17:56.936Z | Downloaded usdt-impl v0.5.0 |
| 321 | 2026-06-08T19:17:56.938Z | Downloaded pretty-hex v0.4.1 |
| 322 | 2026-06-08T19:17:56.938Z | Downloaded ordered-float v2.10.1 |
| 323 | 2026-06-08T19:17:56.942Z | Downloaded ucd-trie v0.1.7 |
| 324 | 2026-06-08T19:17:56.945Z | Downloaded colorchoice v1.0.4 |
| 325 | 2026-06-08T19:17:56.948Z | Downloaded clap_lex v1.0.0 |
| 326 | 2026-06-08T19:17:56.948Z | Downloaded thiserror v2.0.18 |
| 327 | 2026-06-08T19:17:56.951Z | Downloaded toml_edit v0.22.27 |
| 328 | 2026-06-08T19:17:56.955Z | Downloaded block-buffer v0.10.4 |
| 329 | 2026-06-08T19:17:56.955Z | Downloaded tabled_derive v0.7.0 |
| 330 | 2026-06-08T19:17:56.955Z | Downloaded textwrap v0.16.2 |
| 331 | 2026-06-08T19:17:56.959Z | Downloaded zerotrie v0.2.3 |
| 332 | 2026-06-08T19:17:56.962Z | Downloaded swrite v0.1.0 |
| 333 | 2026-06-08T19:17:56.962Z | Downloaded fnv v1.0.7 |
| 334 | 2026-06-08T19:17:56.962Z | Downloaded errno v0.3.14 |
| 335 | 2026-06-08T19:17:56.964Z | Downloaded dtrace-parser v0.2.0 |
| 336 | 2026-06-08T19:17:56.967Z | Downloaded terminal_size v0.4.3 |
| 337 | 2026-06-08T19:17:56.970Z | Downloaded url v2.5.8 |
| 338 | 2026-06-08T19:17:56.970Z | Downloaded cpufeatures v0.2.17 |
| 339 | 2026-06-08T19:17:56.974Z | Downloaded generic-array v0.14.7 |
| 340 | 2026-06-08T19:17:56.977Z | Downloaded scroll_derive v0.12.1 |
| 341 | 2026-06-08T19:17:56.977Z | Downloaded idna_adapter v1.2.1 |
| 342 | 2026-06-08T19:17:56.977Z | Downloaded crypto-common v0.1.7 |
| 343 | 2026-06-08T19:17:56.977Z | Downloaded fastrand v2.3.0 |
| 344 | 2026-06-08T19:17:56.977Z | Downloaded cfg-if v1.0.4 |
| 345 | 2026-06-08T19:17:56.978Z | Downloaded zerocopy-derive v0.7.35 |
| 346 | 2026-06-08T19:17:56.981Z | Downloaded equivalent v1.0.2 |
| 347 | 2026-06-08T19:17:56.986Z | Downloaded serde-value v0.7.0 |
| 348 | 2026-06-08T19:17:56.989Z | Downloaded itoa v1.0.17 |
| 349 | 2026-06-08T19:17:56.990Z | Downloaded strsim v0.11.1 |
| 350 | 2026-06-08T19:17:56.990Z | Downloaded typenum v1.19.0 |
| 351 | 2026-06-08T19:17:56.993Z | Downloaded zerocopy v0.7.35 |
| 352 | 2026-06-08T19:17:57.000Z | Downloaded proc-macro-error v1.0.4 |
| 353 | 2026-06-08T19:17:57.004Z | Downloaded displaydoc v0.2.5 |
| 354 | 2026-06-08T19:17:57.004Z | Downloaded camino-tempfile v1.4.1 |
| 355 | 2026-06-08T19:17:57.004Z | Downloaded synstructure v0.13.2 |
| 356 | 2026-06-08T19:17:57.004Z | Downloaded sha2 v0.10.9 |
| 357 | 2026-06-08T19:17:57.007Z | Downloaded autocfg v1.5.0 |
| 358 | 2026-06-08T19:17:57.008Z | Downloaded anstream v1.0.0 |
| 359 | 2026-06-08T19:17:57.008Z | Downloaded serde-untagged v0.1.9 |
| 360 | 2026-06-08T19:17:57.010Z | Downloaded cargo_metadata v0.21.0 |
| 361 | 2026-06-08T19:17:57.014Z | Downloaded winnow v0.7.14 |
| 362 | 2026-06-08T19:17:57.017Z | Downloaded unicode-width v0.2.0 |
| 363 | 2026-06-08T19:17:57.020Z | Downloaded zerovec v0.11.5 |
| 364 | 2026-06-08T19:17:57.023Z | Downloaded heck v0.5.0 |
| 365 | 2026-06-08T19:17:57.026Z | Downloaded fs-err v3.3.0 |
| 366 | 2026-06-08T19:17:57.026Z | Downloaded scroll v0.12.0 |
| 367 | 2026-06-08T19:17:57.026Z | Downloaded bytecount v0.6.9 |
| 368 | 2026-06-08T19:17:57.026Z | Downloaded anstyle-parse v1.0.0 |
| 369 | 2026-06-08T19:17:57.030Z | Downloaded anstyle-query v1.1.5 |
| 370 | 2026-06-08T19:17:57.030Z | Downloaded unicode-width v0.1.14 |
| 371 | 2026-06-08T19:17:57.033Z | Downloaded byteorder v1.5.0 |
| 372 | 2026-06-08T19:17:57.033Z | Downloaded plain v0.2.3 |
| 373 | 2026-06-08T19:17:57.033Z | Downloaded cargo_toml v0.21.0 |
| 374 | 2026-06-08T19:17:57.033Z | Downloaded digest v0.10.7 |
| 375 | 2026-06-08T19:17:57.040Z | Downloaded serde_tokenstream v0.2.3 |
| 376 | 2026-06-08T19:17:57.043Z | Downloaded smallvec v1.15.1 |
| 377 | 2026-06-08T19:17:57.050Z | Downloaded anyhow v1.0.102 |
| 378 | 2026-06-08T19:17:57.053Z | Downloaded camino v1.2.2 |
| 379 | 2026-06-08T19:17:57.057Z | Downloaded clap_derive v4.6.1 |
| 380 | 2026-06-08T19:17:57.057Z | Downloaded cargo-util-schemas v0.8.2 |
| 381 | 2026-06-08T19:17:57.059Z | Downloaded litemap v0.8.1 |
| 382 | 2026-06-08T19:17:57.059Z | Downloaded erased-serde v0.4.9 |
| 383 | 2026-06-08T19:17:57.062Z | Downloaded tempfile v3.25.0 |
| 384 | 2026-06-08T19:17:57.062Z | Downloaded pest_derive v2.8.6 |
| 385 | 2026-06-08T19:17:57.073Z | Downloaded semver v1.0.28 |
| 386 | 2026-06-08T19:17:57.076Z | Downloaded serde_derive v1.0.228 |
| 387 | 2026-06-08T19:17:57.080Z | Downloaded num-traits v0.2.19 |
| 388 | 2026-06-08T19:17:57.086Z | Downloaded getrandom v0.4.1 |
| 389 | 2026-06-08T19:17:57.086Z | Downloaded pest_generator v2.8.6 |
| 390 | 2026-06-08T19:17:57.086Z | Downloaded icu_provider v2.1.1 |
| 391 | 2026-06-08T19:17:57.086Z | Downloaded log v0.4.29 |
| 392 | 2026-06-08T19:17:57.089Z | Downloaded papergrid v0.11.0 |
| 393 | 2026-06-08T19:17:57.093Z | Downloaded bitflags v2.11.0 |
| 394 | 2026-06-08T19:17:57.096Z | Downloaded icu_properties v2.1.2 |
| 395 | 2026-06-08T19:17:57.096Z | Downloaded clap v4.6.1 |
| 396 | 2026-06-08T19:17:57.104Z | Downloaded serde_core v1.0.228 |
| 397 | 2026-06-08T19:17:57.117Z | Downloaded pest_meta v2.8.6 |
| 398 | 2026-06-08T19:17:57.120Z | Downloaded icu_locale_core v2.1.1 |
| 399 | 2026-06-08T19:17:57.123Z | Downloaded proc-macro2 v1.0.106 |
| 400 | 2026-06-08T19:17:57.127Z | Downloaded icu_normalizer_data v2.1.1 |
| 401 | 2026-06-08T19:17:57.132Z | Downloaded icu_collections v2.1.1 |
| 402 | 2026-06-08T19:17:57.145Z | Downloaded serde v1.0.228 |
| 403 | 2026-06-08T19:17:57.151Z | Downloaded icu_normalizer v2.1.1 |
| 404 | 2026-06-08T19:17:57.157Z | Downloaded indexmap v2.14.0 |
| 405 | 2026-06-08T19:17:57.161Z | Downloaded memchr v2.8.0 |
| 406 | 2026-06-08T19:17:57.193Z | Downloaded pest v2.8.6 |
| 407 | 2026-06-08T19:17:57.199Z | Downloaded idna v1.1.0 |
| 408 | 2026-06-08T19:17:57.203Z | Downloaded hashbrown v0.17.0 |
| 409 | 2026-06-08T19:17:57.203Z | Downloaded serde_json v1.0.149 |
| 410 | 2026-06-08T19:17:57.211Z | Downloaded icu_properties_data v2.1.2 |
| 411 | 2026-06-08T19:17:57.216Z | Downloaded goblin v0.8.2 |
| 412 | 2026-06-08T19:17:57.222Z | Downloaded clap_builder v4.6.0 |
| 413 | 2026-06-08T19:17:57.225Z | Downloaded tabled v0.15.0 |
| 414 | 2026-06-08T19:17:57.233Z | Downloaded syn v1.0.109 |
| 415 | 2026-06-08T19:17:57.243Z | Downloaded syn v2.0.117 |
| 416 | 2026-06-08T19:17:57.261Z | Downloaded rustix v1.1.3 |
| 417 | 2026-06-08T19:17:57.290Z | Downloaded libc v0.2.185 |
| 418 | 2026-06-08T19:17:57.359Z | Compiling proc-macro2 v1.0.106 |
| 419 | 2026-06-08T19:17:57.359Z | Compiling quote v1.0.45 |
| 420 | 2026-06-08T19:17:57.360Z | Compiling unicode-ident v1.0.24 |
| 421 | 2026-06-08T19:17:57.360Z | Compiling serde_core v1.0.228 |
| 422 | 2026-06-08T19:17:57.363Z | Compiling libc v0.2.185 |
| 423 | 2026-06-08T19:17:57.363Z | Compiling version_check v0.9.5 |
| 424 | 2026-06-08T19:17:57.363Z | Compiling memchr v2.8.0 |
| 425 | 2026-06-08T19:17:57.363Z | Compiling serde v1.0.228 |
| 426 | 2026-06-08T19:17:57.703Z | Compiling stable_deref_trait v1.2.1 |
| 427 | 2026-06-08T19:17:57.779Z | Compiling zmij v1.0.21 |
| 428 | 2026-06-08T19:17:57.947Z | Compiling thiserror v1.0.69 |
| 429 | 2026-06-08T19:17:57.951Z | Compiling ucd-trie v0.1.7 |
| 430 | 2026-06-08T19:17:58.300Z | Compiling autocfg v1.5.0 |
| 431 | 2026-06-08T19:17:58.336Z | Compiling itoa v1.0.17 |
| 432 | 2026-06-08T19:17:58.356Z | Compiling pest v2.8.6 |
| 433 | 2026-06-08T19:17:58.374Z | Compiling litemap v0.8.1 |
| 434 | 2026-06-08T19:17:58.402Z | Compiling writeable v0.6.2 |
| 435 | 2026-06-08T19:17:58.446Z | Compiling icu_normalizer_data v2.1.1 |
| 436 | 2026-06-08T19:17:58.561Z | Compiling rustix v1.1.3 |
| 437 | 2026-06-08T19:17:58.595Z | Compiling byteorder v1.5.0 |
| 438 | 2026-06-08T19:17:58.825Z | Compiling syn v2.0.117 |
| 439 | 2026-06-08T19:17:58.896Z | Compiling icu_properties_data v2.1.2 |
| 440 | 2026-06-08T19:17:58.951Z | Compiling errno v0.3.14 |
| 441 | 2026-06-08T19:17:59.016Z | Compiling serde_json v1.0.149 |
| 442 | 2026-06-08T19:17:59.107Z | Compiling bitflags v2.11.0 |
| 443 | 2026-06-08T19:17:59.229Z | Compiling num-traits v0.2.19 |
| 444 | 2026-06-08T19:17:59.325Z | Compiling equivalent v1.0.2 |
| 445 | 2026-06-08T19:17:59.416Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-06-08T19:17:59.419Z | Compiling hashbrown v0.17.0 |
| 447 | 2026-06-08T19:17:59.450Z | Compiling smallvec v1.15.1 |
| 448 | 2026-06-08T19:17:59.583Z | Compiling typeid v1.0.3 |
| 449 | 2026-06-08T19:17:59.788Z | Compiling thread-id v4.2.2 |
| 450 | 2026-06-08T19:17:59.865Z | Compiling usdt-impl v0.5.0 |
| 451 | 2026-06-08T19:17:59.887Z | Compiling proc-macro-error-attr v1.0.4 |
| 452 | 2026-06-08T19:17:59.897Z | Compiling toml_write v0.1.2 |
| 453 | 2026-06-08T19:17:59.980Z | Compiling indexmap v2.14.0 |
| 454 | 2026-06-08T19:18:00.062Z | Compiling syn v1.0.109 |
| 455 | 2026-06-08T19:18:00.080Z | Compiling winnow v0.7.14 |
| 456 | 2026-06-08T19:18:00.233Z | Compiling erased-serde v0.4.9 |
| 457 | 2026-06-08T19:18:00.590Z | Compiling proc-macro-error v1.0.4 |
| 458 | 2026-06-08T19:18:00.594Z | Compiling thiserror v2.0.18 |
| 459 | 2026-06-08T19:18:00.777Z | Compiling utf8_iter v1.0.4 |
| 460 | 2026-06-08T19:18:00.930Z | Compiling percent-encoding v2.3.2 |
| 461 | 2026-06-08T19:18:00.947Z | Compiling plain v0.2.3 |
| 462 | 2026-06-08T19:18:01.014Z | Compiling utf8parse v0.2.2 |
| 463 | 2026-06-08T19:18:01.069Z | Compiling getrandom v0.4.1 |
| 464 | 2026-06-08T19:18:01.098Z | Compiling camino v1.2.2 |
| 465 | 2026-06-08T19:18:01.117Z | Compiling log v0.4.29 |
| 466 | 2026-06-08T19:18:01.133Z | Compiling anstyle-parse v1.0.0 |
| 467 | 2026-06-08T19:18:01.150Z | Compiling form_urlencoded v1.2.2 |
| 468 | 2026-06-08T19:18:01.304Z | Compiling ordered-float v2.10.1 |
| 469 | 2026-06-08T19:18:01.426Z | Compiling synstructure v0.13.2 |
| 470 | 2026-06-08T19:18:01.488Z | Compiling pest_generator v2.8.6 |
| 471 | 2026-06-08T19:18:01.607Z | Compiling terminal_size v0.4.3 |
| 472 | 2026-06-08T19:18:01.769Z | Compiling cfg-if v1.0.4 |
| 473 | 2026-06-08T19:18:01.850Z | Compiling colorchoice v1.0.4 |
| 474 | 2026-06-08T19:18:01.867Z | Compiling pretty-hex v0.4.1 |
| 475 | 2026-06-08T19:18:01.975Z | Compiling anstyle v1.0.14 |
| 476 | 2026-06-08T19:18:01.994Z | Compiling anstyle-query v1.1.5 |
| 477 | 2026-06-08T19:18:02.013Z | Compiling is_terminal_polyfill v1.70.2 |
| 478 | 2026-06-08T19:18:02.035Z | Compiling serde-untagged v0.1.9 |
| 479 | 2026-06-08T19:18:02.194Z | Compiling anstream v1.0.0 |
| 480 | 2026-06-08T19:18:02.213Z | Compiling semver v1.0.28 |
| 481 | 2026-06-08T19:18:02.277Z | Compiling fs-err v3.3.0 |
| 482 | 2026-06-08T19:18:02.296Z | Compiling clap_lex v1.0.0 |
| 483 | 2026-06-08T19:18:02.478Z | Compiling fastrand v2.3.0 |
| 484 | 2026-06-08T19:18:02.508Z | Compiling heck v0.5.0 |
| 485 | 2026-06-08T19:18:02.526Z | Compiling fnv v1.0.7 |
| 486 | 2026-06-08T19:18:02.543Z | Compiling once_cell v1.21.3 |
| 487 | 2026-06-08T19:18:02.549Z | Compiling anyhow v1.0.102 |
| 488 | 2026-06-08T19:18:02.629Z | Compiling strsim v0.11.1 |
| 489 | 2026-06-08T19:18:02.742Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-06-08T19:18:02.776Z | Compiling unicode-width v0.1.14 |
| 491 | 2026-06-08T19:18:02.871Z | Compiling heck v0.4.1 |
| 492 | 2026-06-08T19:18:02.889Z | Compiling bytecount v0.6.9 |
| 493 | 2026-06-08T19:18:03.034Z | Compiling papergrid v0.11.0 |
| 494 | 2026-06-08T19:18:03.061Z | Compiling clap_builder v4.6.0 |
| 495 | 2026-06-08T19:18:03.065Z | Compiling tempfile v3.25.0 |
| 496 | 2026-06-08T19:18:03.145Z | Compiling serde_derive v1.0.228 |
| 497 | 2026-06-08T19:18:03.213Z | Compiling zerofrom-derive v0.1.6 |
| 498 | 2026-06-08T19:18:03.217Z | Compiling yoke-derive v0.8.1 |
| 499 | 2026-06-08T19:18:03.462Z | Compiling zerovec-derive v0.11.2 |
| 500 | 2026-06-08T19:18:03.677Z | Compiling displaydoc v0.2.5 |
| 501 | 2026-06-08T19:18:04.370Z | Compiling thiserror-impl v1.0.69 |
| 502 | 2026-06-08T19:18:04.407Z | Compiling zerocopy-derive v0.7.35 |
| 503 | 2026-06-08T19:18:04.459Z | Compiling pest_derive v2.8.6 |
| 504 | 2026-06-08T19:18:04.553Z | Compiling scroll_derive v0.12.1 |
| 505 | 2026-06-08T19:18:04.581Z | Compiling zerofrom v0.1.6 |
| 506 | 2026-06-08T19:18:04.716Z | Compiling yoke v0.8.1 |
| 507 | 2026-06-08T19:18:04.883Z | Compiling zerovec v0.11.5 |
| 508 | 2026-06-08T19:18:04.911Z | Compiling zerotrie v0.2.3 |
| 509 | 2026-06-08T19:18:05.212Z | Compiling scroll v0.12.0 |
| 510 | 2026-06-08T19:18:05.228Z | Compiling thiserror-impl v2.0.18 |
| 511 | 2026-06-08T19:18:05.271Z | Compiling zerocopy v0.7.35 |
| 512 | 2026-06-08T19:18:05.398Z | Compiling tinystr v0.8.2 |
| 513 | 2026-06-08T19:18:05.478Z | Compiling potential_utf v0.1.4 |
| 514 | 2026-06-08T19:18:05.612Z | Compiling icu_locale_core v2.1.1 |
| 515 | 2026-06-08T19:18:05.652Z | Compiling icu_collections v2.1.1 |
| 516 | 2026-06-08T19:18:05.739Z | Compiling dtrace-parser v0.2.0 |
| 517 | 2026-06-08T19:18:05.815Z | Compiling goblin v0.8.2 |
| 518 | 2026-06-08T19:18:06.134Z | Compiling tabled_derive v0.7.0 |
| 519 | 2026-06-08T19:18:06.152Z | Compiling clap_derive v4.6.1 |
| 520 | 2026-06-08T19:18:06.543Z | Compiling icu_provider v2.1.1 |
| 521 | 2026-06-08T19:18:06.562Z | Compiling serde_spanned v0.6.9 |
| 522 | 2026-06-08T19:18:06.579Z | Compiling toml_datetime v0.6.11 |
| 523 | 2026-06-08T19:18:06.598Z | Compiling dof v0.3.0 |
| 524 | 2026-06-08T19:18:06.618Z | Compiling serde_tokenstream v0.2.3 |
| 525 | 2026-06-08T19:18:06.832Z | Compiling icu_normalizer v2.1.1 |
| 526 | 2026-06-08T19:18:06.850Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-06-08T19:18:06.850Z | Compiling toml_edit v0.22.27 |
| 528 | 2026-06-08T19:18:06.996Z | Compiling serde-value v0.7.0 |
| 529 | 2026-06-08T19:18:07.099Z | Compiling cargo-platform v0.2.0 |
| 530 | 2026-06-08T19:18:07.378Z | Compiling memmap v0.7.0 |
| 531 | 2026-06-08T19:18:07.397Z | Compiling unicode-width v0.2.0 |
| 532 | 2026-06-08T19:18:07.400Z | Compiling smawk v0.3.2 |
| 533 | 2026-06-08T19:18:07.558Z | Compiling unicode-linebreak v0.1.5 |
| 534 | 2026-06-08T19:18:07.576Z | Compiling tabled v0.15.0 |
| 535 | 2026-06-08T19:18:07.594Z | Compiling usdt-macro v0.5.0 |
| 536 | 2026-06-08T19:18:07.675Z | Compiling usdt-attr-macro v0.5.0 |
| 537 | 2026-06-08T19:18:07.811Z | Compiling idna_adapter v1.2.1 |
| 538 | 2026-06-08T19:18:07.963Z | Compiling idna v1.1.0 |
| 539 | 2026-06-08T19:18:07.982Z | Compiling textwrap v0.16.2 |
| 540 | 2026-06-08T19:18:07.998Z | Compiling clap v4.6.1 |
| 541 | 2026-06-08T19:18:08.224Z | Compiling macaddr v1.0.1 |
| 542 | 2026-06-08T19:18:08.355Z | Compiling toml v0.8.23 |
| 543 | 2026-06-08T19:18:08.447Z | Compiling url v2.5.8 |
| 544 | 2026-06-08T19:18:08.670Z | Compiling camino-tempfile v1.4.1 |
| 545 | 2026-06-08T19:18:08.843Z | Compiling usdt v0.5.0 |
| 546 | 2026-06-08T19:18:08.977Z | Compiling cargo_toml v0.21.0 |
| 547 | 2026-06-08T19:18:09.019Z | Compiling cargo-util-schemas v0.8.2 |
| 548 | 2026-06-08T19:18:09.220Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 549 | 2026-06-08T19:18:09.341Z | Compiling swrite v0.1.0 |
| 550 | 2026-06-08T19:18:09.878Z | Compiling cargo_metadata v0.21.0 |
| 551 | 2026-06-08T19:18:10.782Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 552 | 2026-06-08T19:18:12.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.44s |
| 553 | 2026-06-08T19:18:13.098Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 554 | 2026-06-08T19:18:13.663Z | Downloading crates ... |
| 555 | 2026-06-08T19:18:13.759Z | Downloaded async-stream-impl v0.3.6 |
| 556 | 2026-06-08T19:18:13.762Z | Downloaded adler2 v2.0.1 |
| 557 | 2026-06-08T19:18:13.767Z | Downloaded cexpr v0.6.0 |
| 558 | 2026-06-08T19:18:13.783Z | Downloaded const-oid v0.9.6 |
| 559 | 2026-06-08T19:18:13.785Z | Downloaded crc-any v2.5.0 |
| 560 | 2026-06-08T19:18:13.786Z | Downloaded darling v0.20.11 |
| 561 | 2026-06-08T19:18:13.788Z | Downloaded darling_macro v0.20.11 |
| 562 | 2026-06-08T19:18:13.791Z | Downloaded aes-gcm v0.10.3 |
| 563 | 2026-06-08T19:18:13.795Z | Downloaded async-bb8-diesel v0.2.1 |
| 564 | 2026-06-08T19:18:13.795Z | Downloaded darling v0.13.4 |
| 565 | 2026-06-08T19:18:13.798Z | Downloaded critical-section v1.2.0 |
| 566 | 2026-06-08T19:18:13.798Z | Downloaded defmt v0.3.100 |
| 567 | 2026-06-08T19:18:13.798Z | Downloaded darling_macro v0.13.4 |
| 568 | 2026-06-08T19:18:13.798Z | Downloaded allocator-api2 v0.2.21 |
| 569 | 2026-06-08T19:18:13.801Z | Downloaded async-trait v0.1.89 |
| 570 | 2026-06-08T19:18:13.804Z | Downloaded data-encoding v2.10.0 |
| 571 | 2026-06-08T19:18:13.804Z | Downloaded ascii-canvas v3.0.0 |
| 572 | 2026-06-08T19:18:13.804Z | Downloaded assert_matches v1.5.0 |
| 573 | 2026-06-08T19:18:13.807Z | Downloaded anstyle-parse v0.2.7 |
| 574 | 2026-06-08T19:18:13.810Z | Downloaded darling_core v0.20.11 |
| 575 | 2026-06-08T19:18:13.813Z | Downloaded convert_case v0.4.0 |
| 576 | 2026-06-08T19:18:13.814Z | Downloaded const_format_proc_macros v0.2.34 |
| 577 | 2026-06-08T19:18:13.817Z | Downloaded cfg_aliases v0.2.1 |
| 578 | 2026-06-08T19:18:13.817Z | Downloaded difflib v0.4.0 |
| 579 | 2026-06-08T19:18:13.817Z | Downloaded defmt-parser v1.0.0 |
| 580 | 2026-06-08T19:18:13.819Z | Downloaded embedded-io v0.6.1 |
| 581 | 2026-06-08T19:18:13.819Z | Downloaded darling_macro v0.23.0 |
| 582 | 2026-06-08T19:18:13.822Z | Downloaded darling_macro v0.21.3 |
| 583 | 2026-06-08T19:18:13.822Z | Downloaded cstr-argument v0.1.2 |
| 584 | 2026-06-08T19:18:13.822Z | Downloaded bzip2 v0.4.4 |
| 585 | 2026-06-08T19:18:13.823Z | Downloaded arrayvec v0.7.6 |
| 586 | 2026-06-08T19:18:13.823Z | Downloaded array-init v0.0.4 |
| 587 | 2026-06-08T19:18:13.823Z | Downloaded darling_core v0.13.4 |
| 588 | 2026-06-08T19:18:13.826Z | Downloaded debug-ignore v1.0.5 |
| 589 | 2026-06-08T19:18:13.826Z | Downloaded dsl_auto_type v0.2.0 |
| 590 | 2026-06-08T19:18:13.829Z | Downloaded embedded-io v0.4.0 |
| 591 | 2026-06-08T19:18:13.829Z | Downloaded dunce v1.0.5 |
| 592 | 2026-06-08T19:18:13.829Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 593 | 2026-06-08T19:18:13.832Z | Downloaded corncobs v0.1.4 |
| 594 | 2026-06-08T19:18:13.832Z | Downloaded bzip2 v0.6.1 |
| 595 | 2026-06-08T19:18:13.832Z | Downloaded cargo-platform v0.3.2 |
| 596 | 2026-06-08T19:18:13.835Z | Downloaded dirs-next v2.0.0 |
| 597 | 2026-06-08T19:18:13.835Z | Downloaded cfg_aliases v0.1.1 |
| 598 | 2026-06-08T19:18:13.835Z | Downloaded derive_builder_core v0.20.2 |
| 599 | 2026-06-08T19:18:13.838Z | Downloaded crossbeam-deque v0.8.6 |
| 600 | 2026-06-08T19:18:13.838Z | Downloaded atty v0.2.14 |
| 601 | 2026-06-08T19:18:13.838Z | Downloaded async-recursion v1.1.1 |
| 602 | 2026-06-08T19:18:13.843Z | Downloaded arrayref v0.3.9 |
| 603 | 2026-06-08T19:18:13.843Z | Downloaded cpufeatures v0.3.0 |
| 604 | 2026-06-08T19:18:13.843Z | Downloaded crc8 v0.1.1 |
| 605 | 2026-06-08T19:18:13.844Z | Downloaded castaway v0.2.4 |
| 606 | 2026-06-08T19:18:13.846Z | Downloaded derive-ex v0.1.8 |
| 607 | 2026-06-08T19:18:13.847Z | Downloaded daft-derive v0.1.7 |
| 608 | 2026-06-08T19:18:13.849Z | Downloaded crc v3.4.0 |
| 609 | 2026-06-08T19:18:13.850Z | Downloaded daft v0.1.7 |
| 610 | 2026-06-08T19:18:13.852Z | Downloaded atomicwrites v0.4.4 |
| 611 | 2026-06-08T19:18:13.852Z | Downloaded atomic-waker v1.1.2 |
| 612 | 2026-06-08T19:18:13.852Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 613 | 2026-06-08T19:18:13.852Z | Downloaded async-stream v0.3.6 |
| 614 | 2026-06-08T19:18:13.855Z | Downloaded ciborium-ll v0.2.2 |
| 615 | 2026-06-08T19:18:13.855Z | Downloaded bit-set v0.5.3 |
| 616 | 2026-06-08T19:18:13.858Z | Downloaded dof v0.4.0 |
| 617 | 2026-06-08T19:18:13.861Z | Downloaded cobs v0.3.0 |
| 618 | 2026-06-08T19:18:13.861Z | Downloaded block-padding v0.3.3 |
| 619 | 2026-06-08T19:18:13.861Z | Downloaded float-ord v0.3.2 |
| 620 | 2026-06-08T19:18:13.864Z | Downloaded flagset v0.4.7 |
| 621 | 2026-06-08T19:18:13.867Z | Downloaded bit-set v0.8.0 |
| 622 | 2026-06-08T19:18:13.870Z | Downloaded ctr v0.9.2 |
| 623 | 2026-06-08T19:18:13.870Z | Downloaded ciborium-io v0.2.2 |
| 624 | 2026-06-08T19:18:13.873Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 625 | 2026-06-08T19:18:13.876Z | Downloaded base16ct v0.2.0 |
| 626 | 2026-06-08T19:18:13.879Z | Downloaded aead v0.5.2 |
| 627 | 2026-06-08T19:18:13.882Z | Downloaded fixedbitset v0.4.2 |
| 628 | 2026-06-08T19:18:13.886Z | Downloaded enum-as-inner v0.6.1 |
| 629 | 2026-06-08T19:18:13.886Z | Downloaded crucible-workspace-hack v0.1.0 |
| 630 | 2026-06-08T19:18:13.889Z | Downloaded funty v2.0.0 |
| 631 | 2026-06-08T19:18:13.889Z | Downloaded foreign-types v0.5.0 |
| 632 | 2026-06-08T19:18:13.889Z | Downloaded dyn-clone v1.0.20 |
| 633 | 2026-06-08T19:18:13.889Z | Downloaded foreign-types-shared v0.1.1 |
| 634 | 2026-06-08T19:18:13.889Z | Downloaded cmake v0.1.57 |
| 635 | 2026-06-08T19:18:13.890Z | Downloaded bb8 v0.8.6 |
| 636 | 2026-06-08T19:18:13.892Z | Downloaded fallible-iterator v0.2.0 |
| 637 | 2026-06-08T19:18:13.893Z | Downloaded erased-serde v0.3.31 |
| 638 | 2026-06-08T19:18:13.896Z | Downloaded convert_case v0.10.0 |
| 639 | 2026-06-08T19:18:13.896Z | Downloaded ecdsa v0.16.9 |
| 640 | 2026-06-08T19:18:13.896Z | Downloaded crc-catalog v2.4.0 |
| 641 | 2026-06-08T19:18:13.899Z | Downloaded bytes v1.11.1 |
| 642 | 2026-06-08T19:18:13.901Z | Downloaded foreign-types-macros v0.2.3 |
| 643 | 2026-06-08T19:18:13.904Z | Downloaded bitfield-struct v0.6.2 |
| 644 | 2026-06-08T19:18:13.904Z | Downloaded futures-sink v0.3.32 |
| 645 | 2026-06-08T19:18:13.904Z | Downloaded fd-lock v4.0.4 |
| 646 | 2026-06-08T19:18:13.908Z | Downloaded endian-type v0.1.2 |
| 647 | 2026-06-08T19:18:13.910Z | Downloaded defmt v1.0.1 |
| 648 | 2026-06-08T19:18:13.911Z | Downloaded compression-core v0.4.31 |
| 649 | 2026-06-08T19:18:13.913Z | Downloaded fxhash v0.2.1 |
| 650 | 2026-06-08T19:18:13.914Z | Downloaded foreign-types v0.3.2 |
| 651 | 2026-06-08T19:18:13.917Z | Downloaded foreign-types-shared v0.3.1 |
| 652 | 2026-06-08T19:18:13.920Z | Downloaded futures-task v0.3.32 |
| 653 | 2026-06-08T19:18:13.920Z | Downloaded find-msvc-tools v0.1.9 |
| 654 | 2026-06-08T19:18:13.920Z | Downloaded either v1.15.0 |
| 655 | 2026-06-08T19:18:13.923Z | Downloaded ghash v0.5.1 |
| 656 | 2026-06-08T19:18:13.923Z | Downloaded git-stub v1.0.0 |
| 657 | 2026-06-08T19:18:13.923Z | Downloaded darling v0.21.3 |
| 658 | 2026-06-08T19:18:13.926Z | Downloaded globwalk v0.9.1 |
| 659 | 2026-06-08T19:18:13.929Z | Downloaded env_filter v1.0.0 |
| 660 | 2026-06-08T19:18:13.929Z | Downloaded hex-literal v0.4.1 |
| 661 | 2026-06-08T19:18:13.929Z | Downloaded foldhash v0.1.5 |
| 662 | 2026-06-08T19:18:13.936Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 663 | 2026-06-08T19:18:13.936Z | Downloaded compression-codecs v0.4.37 |
| 664 | 2026-06-08T19:18:13.941Z | Downloaded dtrace-parser v0.3.0 |
| 665 | 2026-06-08T19:18:13.941Z | Downloaded derive_builder_macro v0.20.2 |
| 666 | 2026-06-08T19:18:13.941Z | Downloaded crunchy v0.2.4 |
| 667 | 2026-06-08T19:18:13.941Z | Downloaded byte-wrapper v0.1.0 |
| 668 | 2026-06-08T19:18:13.941Z | Downloaded chacha20 v0.9.1 |
| 669 | 2026-06-08T19:18:13.941Z | Downloaded blowfish v0.9.1 |
| 670 | 2026-06-08T19:18:13.941Z | Downloaded bitflags v1.3.2 |
| 671 | 2026-06-08T19:18:13.941Z | Downloaded ena v0.14.4 |
| 672 | 2026-06-08T19:18:13.944Z | Downloaded cbc v0.1.2 |
| 673 | 2026-06-08T19:18:13.944Z | Downloaded argon2 v0.5.3 |
| 674 | 2026-06-08T19:18:13.944Z | Downloaded foldhash v0.2.0 |
| 675 | 2026-06-08T19:18:13.948Z | Downloaded diesel-dtrace v0.5.0 |
| 676 | 2026-06-08T19:18:13.949Z | Downloaded hash32 v0.2.1 |
| 677 | 2026-06-08T19:18:13.949Z | Downloaded constant_time_eq v0.4.2 |
| 678 | 2026-06-08T19:18:13.949Z | Downloaded futures-core v0.3.32 |
| 679 | 2026-06-08T19:18:13.952Z | Downloaded ed25519 v2.2.3 |
| 680 | 2026-06-08T19:18:13.952Z | Downloaded cipher v0.4.4 |
| 681 | 2026-06-08T19:18:13.952Z | Downloaded headers-core v0.3.0 |
| 682 | 2026-06-08T19:18:13.952Z | Downloaded gethostname v0.5.0 |
| 683 | 2026-06-08T19:18:13.952Z | Downloaded futures-macro v0.3.32 |
| 684 | 2026-06-08T19:18:13.955Z | Downloaded csv-core v0.1.13 |
| 685 | 2026-06-08T19:18:13.955Z | Downloaded futures-io v0.3.32 |
| 686 | 2026-06-08T19:18:13.955Z | Downloaded home v0.5.12 |
| 687 | 2026-06-08T19:18:13.958Z | Downloaded cancel-safe-futures v0.1.5 |
| 688 | 2026-06-08T19:18:13.958Z | Downloaded backon v1.6.0 |
| 689 | 2026-06-08T19:18:13.960Z | Downloaded document-features v0.2.12 |
| 690 | 2026-06-08T19:18:13.960Z | Downloaded darling_core v0.23.0 |
| 691 | 2026-06-08T19:18:13.963Z | Downloaded derive_more v0.99.20 |
| 692 | 2026-06-08T19:18:13.966Z | Downloaded der v0.7.10 |
| 693 | 2026-06-08T19:18:13.970Z | Downloaded der_derive v0.7.3 |
| 694 | 2026-06-08T19:18:13.973Z | Downloaded http-body v1.0.1 |
| 695 | 2026-06-08T19:18:13.973Z | Downloaded hostname v0.3.1 |
| 696 | 2026-06-08T19:18:13.973Z | Downloaded hubpack_derive v0.1.1 |
| 697 | 2026-06-08T19:18:13.973Z | Downloaded cassowary v0.3.0 |
| 698 | 2026-06-08T19:18:13.976Z | Downloaded hostname v0.4.2 |
| 699 | 2026-06-08T19:18:13.976Z | Downloaded buf-list v1.1.2 |
| 700 | 2026-06-08T19:18:13.976Z | Downloaded bitfield-macros v0.19.4 |
| 701 | 2026-06-08T19:18:13.980Z | Downloaded hex v0.4.3 |
| 702 | 2026-06-08T19:18:13.980Z | Downloaded darling v0.23.0 |
| 703 | 2026-06-08T19:18:13.982Z | Downloaded http-range v0.1.5 |
| 704 | 2026-06-08T19:18:13.982Z | Downloaded camino-tempfile-ext v0.3.3 |
| 705 | 2026-06-08T19:18:13.982Z | Downloaded crossbeam-channel v0.5.15 |
| 706 | 2026-06-08T19:18:13.985Z | Downloaded futures-executor v0.3.32 |
| 707 | 2026-06-08T19:18:13.988Z | Downloaded fs_extra v1.3.0 |
| 708 | 2026-06-08T19:18:13.988Z | Downloaded fs-err v2.11.0 |
| 709 | 2026-06-08T19:18:13.991Z | Downloaded git-stub-vcs v0.1.0 |
| 710 | 2026-06-08T19:18:13.991Z | Downloaded derive-where v1.6.0 |
| 711 | 2026-06-08T19:18:13.994Z | Downloaded indent_write v2.2.0 |
| 712 | 2026-06-08T19:18:13.994Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 713 | 2026-06-08T19:18:13.995Z | Downloaded hyper-tls v0.6.0 |
| 714 | 2026-06-08T19:18:13.995Z | Downloaded hash32 v0.3.1 |
| 715 | 2026-06-08T19:18:13.997Z | Downloaded anstream v0.6.21 |
| 716 | 2026-06-08T19:18:13.997Z | Downloaded group v0.13.0 |
| 717 | 2026-06-08T19:18:14.000Z | Downloaded cookie v0.18.1 |
| 718 | 2026-06-08T19:18:14.000Z | Downloaded bit-vec v0.6.3 |
| 719 | 2026-06-08T19:18:14.003Z | Downloaded ciborium v0.2.2 |
| 720 | 2026-06-08T19:18:14.003Z | Downloaded illumos-nvpair v0.3.0 |
| 721 | 2026-06-08T19:18:14.003Z | Downloaded ident_case v1.0.1 |
| 722 | 2026-06-08T19:18:14.006Z | Downloaded chacha20 v0.10.0 |
| 723 | 2026-06-08T19:18:14.006Z | Downloaded clang-sys v1.8.1 |
| 724 | 2026-06-08T19:18:14.009Z | Downloaded glob v0.3.3 |
| 725 | 2026-06-08T19:18:14.011Z | Downloaded ff v0.13.1 |
| 726 | 2026-06-08T19:18:14.011Z | Downloaded env_logger v0.11.9 |
| 727 | 2026-06-08T19:18:14.014Z | Downloaded filetime v0.2.27 |
| 728 | 2026-06-08T19:18:14.014Z | Downloaded dirs-sys-next v0.1.2 |
| 729 | 2026-06-08T19:18:14.014Z | Downloaded darling_core v0.21.3 |
| 730 | 2026-06-08T19:18:14.017Z | Downloaded bitfield v0.19.4 |
| 731 | 2026-06-08T19:18:14.017Z | Downloaded float-cmp v0.10.0 |
| 732 | 2026-06-08T19:18:14.017Z | Downloaded bit-vec v0.8.0 |
| 733 | 2026-06-08T19:18:14.020Z | Downloaded cargo_metadata v0.23.1 |
| 734 | 2026-06-08T19:18:14.020Z | Downloaded instant v0.1.13 |
| 735 | 2026-06-08T19:18:14.020Z | Downloaded is_ci v1.2.0 |
| 736 | 2026-06-08T19:18:14.022Z | Downloaded downcast-rs v2.0.2 |
| 737 | 2026-06-08T19:18:14.023Z | Downloaded defmt-macros v1.0.1 |
| 738 | 2026-06-08T19:18:14.025Z | Downloaded deranged v0.5.8 |
| 739 | 2026-06-08T19:18:14.025Z | Downloaded globset v0.4.18 |
| 740 | 2026-06-08T19:18:14.029Z | Downloaded indoc v1.0.9 |
| 741 | 2026-06-08T19:18:14.029Z | Downloaded crossbeam-epoch v0.9.18 |
| 742 | 2026-06-08T19:18:14.032Z | Downloaded futures-channel v0.3.32 |
| 743 | 2026-06-08T19:18:14.032Z | Downloaded bcs v0.1.6 |
| 744 | 2026-06-08T19:18:14.032Z | Downloaded display-error-chain v0.2.2 |
| 745 | 2026-06-08T19:18:14.035Z | Downloaded instability v0.3.11 |
| 746 | 2026-06-08T19:18:14.035Z | Downloaded highway v1.3.0 |
| 747 | 2026-06-08T19:18:14.037Z | Downloaded kstat-rs v0.2.4 |
| 748 | 2026-06-08T19:18:14.037Z | Downloaded keccak v0.1.6 |
| 749 | 2026-06-08T19:18:14.038Z | Downloaded arc-swap v1.8.2 |
| 750 | 2026-06-08T19:18:14.041Z | Downloaded internet-checksum v0.2.1 |
| 751 | 2026-06-08T19:18:14.043Z | Downloaded inout v0.1.4 |
| 752 | 2026-06-08T19:18:14.046Z | Downloaded libscf-sys v1.2.0 |
| 753 | 2026-06-08T19:18:14.046Z | Downloaded lru v0.12.5 |
| 754 | 2026-06-08T19:18:14.046Z | Downloaded derive_builder v0.20.2 |
| 755 | 2026-06-08T19:18:14.049Z | Downloaded linked-hash-map v0.5.6 |
| 756 | 2026-06-08T19:18:14.049Z | Downloaded http-body-util v0.1.3 |
| 757 | 2026-06-08T19:18:14.049Z | Downloaded blake2 v0.10.6 |
| 758 | 2026-06-08T19:18:14.052Z | Downloaded getrandom v0.2.17 |
| 759 | 2026-06-08T19:18:14.052Z | Downloaded hubpack v0.1.2 |
| 760 | 2026-06-08T19:18:14.055Z | Downloaded console v0.16.2 |
| 761 | 2026-06-08T19:18:14.055Z | Downloaded colored v2.2.0 |
| 762 | 2026-06-08T19:18:14.058Z | Downloaded lru-slab v0.1.2 |
| 763 | 2026-06-08T19:18:14.058Z | Downloaded hyper-staticfile v0.10.1 |
| 764 | 2026-06-08T19:18:14.058Z | Downloaded memoffset v0.9.1 |
| 765 | 2026-06-08T19:18:14.061Z | Downloaded md-5 v0.10.6 |
| 766 | 2026-06-08T19:18:14.061Z | Downloaded httpdate v1.0.3 |
| 767 | 2026-06-08T19:18:14.061Z | Downloaded maplit v1.0.2 |
| 768 | 2026-06-08T19:18:14.064Z | Downloaded managed v0.8.0 |
| 769 | 2026-06-08T19:18:14.064Z | Downloaded lazy_static v1.5.0 |
| 770 | 2026-06-08T19:18:14.064Z | Downloaded lalrpop-util v0.19.12 |
| 771 | 2026-06-08T19:18:14.064Z | Downloaded drift v0.2.0 |
| 772 | 2026-06-08T19:18:14.071Z | Downloaded mime v0.3.17 |
| 773 | 2026-06-08T19:18:14.074Z | Downloaded maybe-uninit v2.0.0 |
| 774 | 2026-06-08T19:18:14.074Z | Downloaded indoc v2.0.7 |
| 775 | 2026-06-08T19:18:14.075Z | Downloaded dropshot_endpoint v0.17.0 |
| 776 | 2026-06-08T19:18:14.079Z | Downloaded crossbeam-utils v0.8.21 |
| 777 | 2026-06-08T19:18:14.079Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 778 | 2026-06-08T19:18:14.082Z | Downloaded nibble_vec v0.1.0 |
| 779 | 2026-06-08T19:18:14.082Z | Downloaded new_debug_unreachable v1.0.6 |
| 780 | 2026-06-08T19:18:14.082Z | Downloaded ipnetwork v0.21.1 |
| 781 | 2026-06-08T19:18:14.082Z | Downloaded half v1.8.3 |
| 782 | 2026-06-08T19:18:14.085Z | Downloaded base64ct v1.8.3 |
| 783 | 2026-06-08T19:18:14.085Z | Downloaded match_cfg v0.1.0 |
| 784 | 2026-06-08T19:18:14.088Z | Downloaded lzss v0.8.2 |
| 785 | 2026-06-08T19:18:14.088Z | Downloaded fixedbitset v0.5.7 |
| 786 | 2026-06-08T19:18:14.088Z | Downloaded md5 v0.7.0 |
| 787 | 2026-06-08T19:18:14.092Z | Downloaded newline-converter v0.3.0 |
| 788 | 2026-06-08T19:18:14.092Z | Downloaded aes v0.8.4 |
| 789 | 2026-06-08T19:18:14.092Z | Downloaded multimap v0.10.1 |
| 790 | 2026-06-08T19:18:14.095Z | Downloaded nodrop v0.1.14 |
| 791 | 2026-06-08T19:18:14.095Z | Downloaded base64 v0.22.1 |
| 792 | 2026-06-08T19:18:14.095Z | Downloaded normalize-line-endings v0.3.0 |
| 793 | 2026-06-08T19:18:14.098Z | Downloaded futures v0.3.32 |
| 794 | 2026-06-08T19:18:14.101Z | Downloaded ipnet v2.11.0 |
| 795 | 2026-06-08T19:18:14.101Z | Downloaded ingot-types v0.1.2 |
| 796 | 2026-06-08T19:18:14.101Z | Downloaded jobserver v0.1.34 |
| 797 | 2026-06-08T19:18:14.107Z | Downloaded lru-cache v0.1.2 |
| 798 | 2026-06-08T19:18:14.107Z | Downloaded ingot v0.1.1 |
| 799 | 2026-06-08T19:18:14.107Z | Downloaded ahash v0.8.12 |
| 800 | 2026-06-08T19:18:14.107Z | Downloaded newtype-uuid-macros v0.1.0 |
| 801 | 2026-06-08T19:18:14.107Z | Downloaded nonempty v0.12.0 |
| 802 | 2026-06-08T19:18:14.110Z | Downloaded libloading v0.8.9 |
| 803 | 2026-06-08T19:18:14.110Z | Downloaded num_threads v0.1.7 |
| 804 | 2026-06-08T19:18:14.110Z | Downloaded crc32fast v1.5.0 |
| 805 | 2026-06-08T19:18:14.114Z | Downloaded libefi-sys v0.1.0 |
| 806 | 2026-06-08T19:18:14.114Z | Downloaded des v0.8.1 |
| 807 | 2026-06-08T19:18:14.114Z | Downloaded console v0.15.11 |
| 808 | 2026-06-08T19:18:14.117Z | Downloaded backoff v0.4.0 |
| 809 | 2026-06-08T19:18:14.117Z | Downloaded cookie_store v0.22.1 |
| 810 | 2026-06-08T19:18:14.120Z | Downloaded lock_api v0.4.14 |
| 811 | 2026-06-08T19:18:14.120Z | Downloaded is-terminal v0.4.17 |
| 812 | 2026-06-08T19:18:14.123Z | Downloaded num v0.4.3 |
| 813 | 2026-06-08T19:18:14.123Z | Downloaded olpc-cjson v0.1.4 |
| 814 | 2026-06-08T19:18:14.126Z | Downloaded num_enum_derive v0.5.11 |
| 815 | 2026-06-08T19:18:14.126Z | Downloaded humantime v2.3.0 |
| 816 | 2026-06-08T19:18:14.126Z | Downloaded colored v3.1.1 |
| 817 | 2026-06-08T19:18:14.132Z | Downloaded linear-map v1.2.0 |
| 818 | 2026-06-08T19:18:14.132Z | Downloaded compact_str v0.8.1 |
| 819 | 2026-06-08T19:18:14.134Z | Downloaded num-iter v0.1.45 |
| 820 | 2026-06-08T19:18:14.135Z | Downloaded num-derive v0.4.2 |
| 821 | 2026-06-08T19:18:14.135Z | Downloaded chacha20poly1305 v0.10.1 |
| 822 | 2026-06-08T19:18:14.135Z | Downloaded half v2.7.1 |
| 823 | 2026-06-08T19:18:14.138Z | Downloaded openssl-probe v0.1.6 |
| 824 | 2026-06-08T19:18:14.138Z | Downloaded opaque-debug v0.3.1 |
| 825 | 2026-06-08T19:18:14.138Z | Downloaded hyper-rustls v0.27.7 |
| 826 | 2026-06-08T19:18:14.141Z | Downloaded ingot-macros v0.1.1 |
| 827 | 2026-06-08T19:18:14.141Z | Downloaded iana-time-zone v0.1.65 |
| 828 | 2026-06-08T19:18:14.141Z | Downloaded openssl-macros v0.1.1 |
| 829 | 2026-06-08T19:18:14.146Z | Downloaded native-tls v0.2.18 |
| 830 | 2026-06-08T19:18:14.146Z | Downloaded newtype-uuid v1.3.2 |
| 831 | 2026-06-08T19:18:14.146Z | Downloaded num-conv v0.2.0 |
| 832 | 2026-06-08T19:18:14.151Z | Downloaded nanorand v0.7.0 |
| 833 | 2026-06-08T19:18:14.151Z | Downloaded ar_archive_writer v0.5.1 |
| 834 | 2026-06-08T19:18:14.151Z | Downloaded nu-ansi-term v0.50.3 |
| 835 | 2026-06-08T19:18:14.154Z | Downloaded packed_struct_codegen v0.10.1 |
| 836 | 2026-06-08T19:18:14.157Z | Downloaded diff v0.1.13 |
| 837 | 2026-06-08T19:18:14.160Z | Downloaded path-slash v0.1.5 |
| 838 | 2026-06-08T19:18:14.160Z | Downloaded openssl-probe v0.2.1 |
| 839 | 2026-06-08T19:18:14.179Z | Downloaded parse-size v1.1.0 |
| 840 | 2026-06-08T19:18:14.183Z | Downloaded multer v3.1.0 |
| 841 | 2026-06-08T19:18:14.183Z | Downloaded litrs v1.0.0 |
| 842 | 2026-06-08T19:18:14.183Z | Downloaded flate2 v1.1.9 |
| 843 | 2026-06-08T19:18:14.186Z | Downloaded num_enum_derive v0.7.6 |
| 844 | 2026-06-08T19:18:14.189Z | Downloaded num_enum v0.7.6 |
| 845 | 2026-06-08T19:18:14.193Z | Downloaded pin-utils v0.1.0 |
| 846 | 2026-06-08T19:18:14.193Z | Downloaded pbkdf2 v0.12.2 |
| 847 | 2026-06-08T19:18:14.193Z | Downloaded getrandom v0.3.4 |
| 848 | 2026-06-08T19:18:14.197Z | Downloaded cc v1.2.56 |
| 849 | 2026-06-08T19:18:14.197Z | Downloaded libsw-core v0.3.2 |
| 850 | 2026-06-08T19:18:14.197Z | Downloaded libsw v3.5.0 |
| 851 | 2026-06-08T19:18:14.200Z | Downloaded hmac v0.12.1 |
| 852 | 2026-06-08T19:18:14.201Z | Downloaded flume v0.11.1 |
| 853 | 2026-06-08T19:18:14.205Z | Downloaded phf_shared v0.11.3 |
| 854 | 2026-06-08T19:18:14.205Z | Downloaded heapless v0.7.17 |
| 855 | 2026-06-08T19:18:14.208Z | Downloaded fatfs v0.3.6 |
| 856 | 2026-06-08T19:18:14.208Z | Downloaded elliptic-curve v0.13.8 |
| 857 | 2026-06-08T19:18:14.211Z | Downloaded precomputed-hash v0.1.1 |
| 858 | 2026-06-08T19:18:14.211Z | Downloaded phf_shared v0.13.1 |
| 859 | 2026-06-08T19:18:14.211Z | Downloaded phf_shared v0.12.1 |
| 860 | 2026-06-08T19:18:14.211Z | Downloaded powerfmt v0.2.0 |
| 861 | 2026-06-08T19:18:14.214Z | Downloaded predicates-core v1.0.10 |
| 862 | 2026-06-08T19:18:14.214Z | Downloaded headers v0.4.1 |
| 863 | 2026-06-08T19:18:14.218Z | Downloaded memmap2 v0.9.10 |
| 864 | 2026-06-08T19:18:14.218Z | Downloaded indexmap v1.9.3 |
| 865 | 2026-06-08T19:18:14.220Z | Downloaded packed_struct v0.10.1 |
| 866 | 2026-06-08T19:18:14.222Z | Downloaded ignore v0.4.25 |
| 867 | 2026-06-08T19:18:14.225Z | Downloaded pbkdf2 v0.11.0 |
| 868 | 2026-06-08T19:18:14.225Z | Downloaded proc-macro-crate v1.3.1 |
| 869 | 2026-06-08T19:18:14.225Z | Downloaded predicates-tree v1.0.13 |
| 870 | 2026-06-08T19:18:14.225Z | Downloaded paste v1.0.15 |
| 871 | 2026-06-08T19:18:14.228Z | Downloaded parking_lot_core v0.8.6 |
| 872 | 2026-06-08T19:18:14.229Z | Downloaded dropshot-api-manager v0.7.2 |
| 873 | 2026-06-08T19:18:14.231Z | Downloaded owo-colors v4.3.0 |
| 874 | 2026-06-08T19:18:14.234Z | Downloaded httparse v1.10.1 |
| 875 | 2026-06-08T19:18:14.237Z | Downloaded proc-macro-crate v3.4.0 |
| 876 | 2026-06-08T19:18:14.237Z | Downloaded oxnet v0.1.5 |
| 877 | 2026-06-08T19:18:14.237Z | Downloaded async-compression v0.4.41 |
| 878 | 2026-06-08T19:18:14.240Z | Downloaded pem v3.0.6 |
| 879 | 2026-06-08T19:18:14.243Z | Downloaded peg-runtime v0.8.5 |
| 880 | 2026-06-08T19:18:14.243Z | Downloaded password-hash v0.5.0 |
| 881 | 2026-06-08T19:18:14.243Z | Downloaded password-hash v0.4.2 |
| 882 | 2026-06-08T19:18:14.246Z | Downloaded pem-rfc7468 v0.7.0 |
| 883 | 2026-06-08T19:18:14.246Z | Downloaded peg-macros v0.8.5 |
| 884 | 2026-06-08T19:18:14.249Z | Downloaded progenitor-client v0.11.2 |
| 885 | 2026-06-08T19:18:14.249Z | Downloaded parse-display-derive v0.10.0 |
| 886 | 2026-06-08T19:18:14.249Z | Downloaded progenitor-client v0.10.0 |
| 887 | 2026-06-08T19:18:14.253Z | Downloaded progenitor-macro v0.11.2 |
| 888 | 2026-06-08T19:18:14.253Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 889 | 2026-06-08T19:18:14.253Z | Downloaded expectorate v1.2.0 |
| 890 | 2026-06-08T19:18:14.253Z | Downloaded oxide-tokio-rt v0.1.4 |
| 891 | 2026-06-08T19:18:14.257Z | Downloaded derive_more v2.1.1 |
| 892 | 2026-06-08T19:18:14.260Z | Downloaded quick-error v1.2.3 |
| 893 | 2026-06-08T19:18:14.265Z | Downloaded psl-types v2.0.11 |
| 894 | 2026-06-08T19:18:14.265Z | Downloaded progenitor-client v0.14.0 |
| 895 | 2026-06-08T19:18:14.265Z | Downloaded crypto-bigint v0.5.5 |
| 896 | 2026-06-08T19:18:14.268Z | Downloaded phf v0.13.1 |
| 897 | 2026-06-08T19:18:14.268Z | Downloaded pkcs8 v0.10.2 |
| 898 | 2026-06-08T19:18:14.271Z | Downloaded phf v0.12.1 |
| 899 | 2026-06-08T19:18:14.271Z | Downloaded num-rational v0.4.2 |
| 900 | 2026-06-08T19:18:14.273Z | Downloaded libbz2-rs-sys v0.2.2 |
| 901 | 2026-06-08T19:18:14.274Z | Downloaded poly1305 v0.8.0 |
| 902 | 2026-06-08T19:18:14.276Z | Downloaded postgres-protocol v0.6.10 |
| 903 | 2026-06-08T19:18:14.276Z | Downloaded polyval v0.6.2 |
| 904 | 2026-06-08T19:18:14.279Z | Downloaded num-integer v0.1.46 |
| 905 | 2026-06-08T19:18:14.279Z | Downloaded pin-project-lite v0.2.17 |
| 906 | 2026-06-08T19:18:14.282Z | Downloaded rand_chacha v0.3.1 |
| 907 | 2026-06-08T19:18:14.282Z | Downloaded pin-project-internal v1.1.11 |
| 908 | 2026-06-08T19:18:14.285Z | Downloaded bumpalo v3.20.2 |
| 909 | 2026-06-08T19:18:14.285Z | Downloaded progenitor-macro v0.14.0 |
| 910 | 2026-06-08T19:18:14.288Z | Downloaded peg v0.8.5 |
| 911 | 2026-06-08T19:18:14.292Z | Downloaded ppv-lite86 v0.2.21 |
| 912 | 2026-06-08T19:18:14.292Z | Downloaded progenitor v0.11.2 |
| 913 | 2026-06-08T19:18:14.292Z | Downloaded hickory-resolver v0.25.2 |
| 914 | 2026-06-08T19:18:14.294Z | Downloaded predicates v3.1.4 |
| 915 | 2026-06-08T19:18:14.298Z | Downloaded hickory-resolver v0.24.4 |
| 916 | 2026-06-08T19:18:14.298Z | Downloaded progenitor v0.14.0 |
| 917 | 2026-06-08T19:18:14.301Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 918 | 2026-06-08T19:18:14.301Z | Downloaded progenitor v0.13.0 |
| 919 | 2026-06-08T19:18:14.301Z | Downloaded parking_lot_core v0.9.12 |
| 920 | 2026-06-08T19:18:14.304Z | Downloaded heapless v0.8.0 |
| 921 | 2026-06-08T19:18:14.304Z | Downloaded recursive v0.1.1 |
| 922 | 2026-06-08T19:18:14.307Z | Downloaded base64 v0.21.7 |
| 923 | 2026-06-08T19:18:14.310Z | Downloaded const_format v0.2.35 |
| 924 | 2026-06-08T19:18:14.313Z | Downloaded ref-cast-impl v1.0.25 |
| 925 | 2026-06-08T19:18:14.313Z | Downloaded progenitor-client v0.13.0 |
| 926 | 2026-06-08T19:18:14.313Z | Downloaded ed25519-dalek v2.2.0 |
| 927 | 2026-06-08T19:18:14.316Z | Downloaded progenitor-extras v0.2.0 |
| 928 | 2026-06-08T19:18:14.316Z | Downloaded psm v0.1.30 |
| 929 | 2026-06-08T19:18:14.318Z | Downloaded derive_more-impl v2.1.1 |
| 930 | 2026-06-08T19:18:14.321Z | Downloaded rfc6979 v0.4.0 |
| 931 | 2026-06-08T19:18:14.321Z | Downloaded primeorder v0.13.6 |
| 932 | 2026-06-08T19:18:14.321Z | Downloaded proc-macro-error2 v2.0.1 |
| 933 | 2026-06-08T19:18:14.325Z | Downloaded ref-cast v1.0.25 |
| 934 | 2026-06-08T19:18:14.327Z | Downloaded pkcs5 v0.7.1 |
| 935 | 2026-06-08T19:18:14.327Z | Downloaded rand_xorshift v0.4.0 |
| 936 | 2026-06-08T19:18:14.330Z | Downloaded omicron-zone-package v0.12.2 |
| 937 | 2026-06-08T19:18:14.330Z | Downloaded pkcs1 v0.7.5 |
| 938 | 2026-06-08T19:18:14.335Z | Downloaded miniz_oxide v0.8.9 |
| 939 | 2026-06-08T19:18:14.335Z | Downloaded radium v0.7.0 |
| 940 | 2026-06-08T19:18:14.340Z | Downloaded rustc-hash v2.1.1 |
| 941 | 2026-06-08T19:18:14.340Z | Downloaded indicatif v0.18.4 |
| 942 | 2026-06-08T19:18:14.340Z | Downloaded russh-cryptovec v0.7.3 |
| 943 | 2026-06-08T19:18:14.340Z | Downloaded progenitor-macro v0.13.0 |
| 944 | 2026-06-08T19:18:14.340Z | Downloaded parse-display v0.10.0 |
| 945 | 2026-06-08T19:18:14.341Z | Downloaded oso-derive v0.27.3 |
| 946 | 2026-06-08T19:18:14.341Z | Downloaded num_enum v0.5.11 |
| 947 | 2026-06-08T19:18:14.346Z | Downloaded postcard v1.1.3 |
| 948 | 2026-06-08T19:18:14.349Z | Downloaded num-complex v0.4.6 |
| 949 | 2026-06-08T19:18:14.349Z | Downloaded r2d2 v0.8.10 |
| 950 | 2026-06-08T19:18:14.349Z | Downloaded newtype_derive v0.1.6 |
| 951 | 2026-06-08T19:18:14.349Z | Downloaded mime_guess v2.0.5 |
| 952 | 2026-06-08T19:18:14.349Z | Downloaded rustc_version v0.1.7 |
| 953 | 2026-06-08T19:18:14.353Z | Downloaded pkg-config v0.3.32 |
| 954 | 2026-06-08T19:18:14.355Z | Downloaded rtoolbox v0.0.3 |
| 955 | 2026-06-08T19:18:14.358Z | Downloaded rand_chacha v0.9.0 |
| 956 | 2026-06-08T19:18:14.362Z | Downloaded rand_core v0.9.5 |
| 957 | 2026-06-08T19:18:14.365Z | Downloaded rand_core v0.6.4 |
| 958 | 2026-06-08T19:18:14.365Z | Downloaded postgres-types v0.2.12 |
| 959 | 2026-06-08T19:18:14.389Z | Downloaded salsa20 v0.10.2 |
| 960 | 2026-06-08T19:18:14.389Z | Downloaded sapling-renderdag v0.1.0 |
| 961 | 2026-06-08T19:18:14.389Z | Downloaded same-file v1.0.6 |
| 962 | 2026-06-08T19:18:14.389Z | Downloaded diesel_derives v2.3.7 |
| 963 | 2026-06-08T19:18:14.389Z | Downloaded rand_core v0.10.0 |
| 964 | 2026-06-08T19:18:14.392Z | Downloaded scheduled-thread-pool v0.2.7 |
| 965 | 2026-06-08T19:18:14.392Z | Downloaded p256 v0.13.2 |
| 966 | 2026-06-08T19:18:14.392Z | Downloaded serde-big-array v0.5.1 |
| 967 | 2026-06-08T19:18:14.392Z | Downloaded secrecy v0.8.0 |
| 968 | 2026-06-08T19:18:14.396Z | Downloaded parking_lot v0.11.2 |
| 969 | 2026-06-08T19:18:14.396Z | Downloaded openssl-sys v0.9.115 |
| 970 | 2026-06-08T19:18:14.396Z | Downloaded hashbrown v0.13.2 |
| 971 | 2026-06-08T19:18:14.399Z | Downloaded rand_seeder v0.4.0 |
| 972 | 2026-06-08T19:18:14.399Z | Downloaded resolv-conf v0.7.6 |
| 973 | 2026-06-08T19:18:14.402Z | Downloaded quinn-udp v0.5.14 |
| 974 | 2026-06-08T19:18:14.402Z | Downloaded scrypt v0.11.0 |
| 975 | 2026-06-08T19:18:14.405Z | Downloaded rustc_version v0.4.1 |
| 976 | 2026-06-08T19:18:14.408Z | Downloaded jiff-static v0.2.21 |
| 977 | 2026-06-08T19:18:14.408Z | Downloaded seq-macro v0.3.6 |
| 978 | 2026-06-08T19:18:14.411Z | Downloaded secrecy v0.10.3 |
| 979 | 2026-06-08T19:18:14.414Z | Downloaded serde_urlencoded v0.7.1 |
| 980 | 2026-06-08T19:18:14.414Z | Downloaded serde_spanned v1.0.4 |
| 981 | 2026-06-08T19:18:14.414Z | Downloaded parking_lot v0.12.5 |
| 982 | 2026-06-08T19:18:14.417Z | Downloaded serde_plain v1.0.2 |
| 983 | 2026-06-08T19:18:14.417Z | Downloaded serde_bytes v0.11.19 |
| 984 | 2026-06-08T19:18:14.420Z | Downloaded semver v0.1.20 |
| 985 | 2026-06-08T19:18:14.423Z | Downloaded rustls-pemfile v1.0.4 |
| 986 | 2026-06-08T19:18:14.426Z | Downloaded rustls-native-certs v0.8.3 |
| 987 | 2026-06-08T19:18:14.426Z | Downloaded sha1 v0.10.6 |
| 988 | 2026-06-08T19:18:14.428Z | Downloaded pin-project v1.1.11 |
| 989 | 2026-06-08T19:18:14.434Z | Downloaded shell-words v1.1.1 |
| 990 | 2026-06-08T19:18:14.438Z | Downloaded http v1.4.0 |
| 991 | 2026-06-08T19:18:14.441Z | Downloaded signature v2.2.0 |
| 992 | 2026-06-08T19:18:14.444Z | Downloaded scopeguard v1.2.0 |
| 993 | 2026-06-08T19:18:14.444Z | Downloaded sigpipe v0.1.3 |
| 994 | 2026-06-08T19:18:14.444Z | Downloaded rusty-fork v0.3.1 |
| 995 | 2026-06-08T19:18:14.446Z | Downloaded siphasher v1.0.2 |
| 996 | 2026-06-08T19:18:14.446Z | Downloaded hyper-util v0.1.20 |
| 997 | 2026-06-08T19:18:14.449Z | Downloaded signal-hook-mio v0.2.5 |
| 998 | 2026-06-08T19:18:14.452Z | Downloaded rustversion v1.0.22 |
| 999 | 2026-06-08T19:18:14.452Z | Downloaded hashbrown v0.12.3 |
| 1000 | 2026-06-08T19:18:14.455Z | Downloaded signal-hook-tokio v0.3.1 |
| 1001 | 2026-06-08T19:18:14.455Z | Downloaded hickory-server v0.25.2 |
| 1002 | 2026-06-08T19:18:14.458Z | Downloaded progenitor-impl v0.11.2 |
| 1003 | 2026-06-08T19:18:14.460Z | Downloaded oso v0.27.3 |
| 1004 | 2026-06-08T19:18:14.463Z | Downloaded scroll_derive v0.13.1 |
| 1005 | 2026-06-08T19:18:14.466Z | Downloaded schemars_derive v0.8.22 |
| 1006 | 2026-06-08T19:18:14.466Z | Downloaded scroll v0.13.0 |
| 1007 | 2026-06-08T19:18:14.474Z | Downloaded papergrid v0.17.0 |
| 1008 | 2026-06-08T19:18:14.481Z | Downloaded sec1 v0.7.3 |
| 1009 | 2026-06-08T19:18:14.483Z | Downloaded serde_derive_internals v0.29.1 |
| 1010 | 2026-06-08T19:18:14.483Z | Downloaded slog-envlogger v2.2.0 |
| 1011 | 2026-06-08T19:18:14.487Z | Downloaded serde_repr v0.1.20 |
| 1012 | 2026-06-08T19:18:14.490Z | Downloaded serde-hex v0.1.0 |
| 1013 | 2026-06-08T19:18:14.493Z | Downloaded serde_path_to_error v0.1.20 |
| 1014 | 2026-06-08T19:18:14.496Z | Downloaded rustls-pki-types v1.14.0 |
| 1015 | 2026-06-08T19:18:14.499Z | Downloaded crossterm v0.28.1 |
| 1016 | 2026-06-08T19:18:14.502Z | Downloaded rustls-pemfile v2.2.0 |
| 1017 | 2026-06-08T19:18:14.509Z | Downloaded ssh-cipher v0.2.0 |
| 1018 | 2026-06-08T19:18:14.511Z | Downloaded sqlparser_derive v0.5.0 |
| 1019 | 2026-06-08T19:18:14.511Z | Downloaded ssh-encoding v0.2.0 |
| 1020 | 2026-06-08T19:18:14.514Z | Downloaded serde_with_macros v1.5.2 |
| 1021 | 2026-06-08T19:18:14.517Z | Downloaded itertools v0.10.5 |
| 1022 | 2026-06-08T19:18:14.521Z | Downloaded structmeta-derive v0.3.0 |
| 1023 | 2026-06-08T19:18:14.523Z | Downloaded crossterm v0.29.0 |
| 1024 | 2026-06-08T19:18:14.527Z | Downloaded shlex v1.3.0 |
| 1025 | 2026-06-08T19:18:14.530Z | Downloaded structmeta v0.3.0 |
| 1026 | 2026-06-08T19:18:14.530Z | Downloaded signal-hook-registry v1.4.8 |
| 1027 | 2026-06-08T19:18:14.533Z | Downloaded pretty_assertions v1.4.1 |
| 1028 | 2026-06-08T19:18:14.533Z | Downloaded progenitor-impl v0.13.0 |
| 1029 | 2026-06-08T19:18:14.533Z | Downloaded prefix-trie v0.7.0 |
| 1030 | 2026-06-08T19:18:14.536Z | Downloaded slog-scope v4.4.1 |
| 1031 | 2026-06-08T19:18:14.536Z | Downloaded slog-bunyan v2.5.0 |
| 1032 | 2026-06-08T19:18:14.538Z | Downloaded slog-async v2.8.0 |
| 1033 | 2026-06-08T19:18:14.538Z | Downloaded strum v0.27.2 |
| 1034 | 2026-06-08T19:18:14.538Z | Downloaded slab v0.4.12 |
| 1035 | 2026-06-08T19:18:14.541Z | Downloaded simd-adler32 v0.3.8 |
| 1036 | 2026-06-08T19:18:14.542Z | Downloaded strsim v0.10.0 |
| 1037 | 2026-06-08T19:18:14.542Z | Downloaded prettyplease v0.2.37 |
| 1038 | 2026-06-08T19:18:14.545Z | Downloaded mio v1.2.0 |
| 1039 | 2026-06-08T19:18:14.548Z | Downloaded strum v0.26.3 |
| 1040 | 2026-06-08T19:18:14.548Z | Downloaded minimal-lexical v0.2.1 |
| 1041 | 2026-06-08T19:18:14.550Z | Downloaded sync_wrapper v1.0.2 |
| 1042 | 2026-06-08T19:18:14.553Z | Downloaded sync-ptr v0.1.4 |
| 1043 | 2026-06-08T19:18:14.553Z | Downloaded subtle v2.6.1 |
| 1044 | 2026-06-08T19:18:14.553Z | Downloaded smf v0.2.3 |
| 1045 | 2026-06-08T19:18:14.556Z | Downloaded sct v0.7.1 |
| 1046 | 2026-06-08T19:18:14.556Z | Downloaded slog-json v2.6.1 |
| 1047 | 2026-06-08T19:18:14.559Z | Downloaded sqlformat v0.3.5 |
| 1048 | 2026-06-08T19:18:14.559Z | Downloaded supports-color v3.0.2 |
| 1049 | 2026-06-08T19:18:14.559Z | Downloaded snafu-derive v0.8.9 |
| 1050 | 2026-06-08T19:18:14.562Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1051 | 2026-06-08T19:18:14.562Z | Downloaded smallvec v0.6.14 |
| 1052 | 2026-06-08T19:18:14.565Z | Downloaded slog-stdlog v4.1.1 |
| 1053 | 2026-06-08T19:18:14.565Z | Downloaded termtree v0.5.1 |
| 1054 | 2026-06-08T19:18:14.565Z | Downloaded spki v0.7.3 |
| 1055 | 2026-06-08T19:18:14.568Z | Downloaded slog-dtrace v0.3.0 |
| 1056 | 2026-06-08T19:18:14.568Z | Downloaded serde_cbor v0.11.2 |
| 1057 | 2026-06-08T19:18:14.570Z | Downloaded tap v1.0.1 |
| 1058 | 2026-06-08T19:18:14.570Z | Downloaded tabled_derive v0.11.0 |
| 1059 | 2026-06-08T19:18:14.570Z | Downloaded tagptr v0.2.0 |
| 1060 | 2026-06-08T19:18:14.579Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1061 | 2026-06-08T19:18:14.585Z | Downloaded russh-keys v0.45.0 |
| 1062 | 2026-06-08T19:18:14.585Z | Downloaded static_assertions v1.1.0 |
| 1063 | 2026-06-08T19:18:14.585Z | Downloaded stacker v0.1.23 |
| 1064 | 2026-06-08T19:18:14.585Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1065 | 2026-06-08T19:18:14.588Z | Downloaded tinyvec_macros v0.1.1 |
| 1066 | 2026-06-08T19:18:14.590Z | Downloaded thread-id v5.1.0 |
| 1067 | 2026-06-08T19:18:14.593Z | Downloaded testing_table v0.3.0 |
| 1068 | 2026-06-08T19:18:14.593Z | Downloaded serde_with_macros v3.17.0 |
| 1069 | 2026-06-08T19:18:14.600Z | Downloaded num-bigint v0.4.6 |
| 1070 | 2026-06-08T19:18:14.603Z | Downloaded hashbrown v0.16.1 |
| 1071 | 2026-06-08T19:18:14.606Z | Downloaded time-core v0.1.8 |
| 1072 | 2026-06-08T19:18:14.609Z | Downloaded schemars v0.8.22 |
| 1073 | 2026-06-08T19:18:14.614Z | Downloaded strum_macros v0.26.4 |
| 1074 | 2026-06-08T19:18:14.618Z | Downloaded ron v0.8.1 |
| 1075 | 2026-06-08T19:18:14.623Z | Downloaded rayon-core v1.13.0 |
| 1076 | 2026-06-08T19:18:14.626Z | Downloaded stringprep v0.1.5 |
| 1077 | 2026-06-08T19:18:14.626Z | Downloaded string_cache v0.8.9 |
| 1078 | 2026-06-08T19:18:14.626Z | Downloaded quinn v0.11.9 |
| 1079 | 2026-06-08T19:18:14.626Z | Downloaded tokio-macros v2.7.0 |
| 1080 | 2026-06-08T19:18:14.626Z | Downloaded take_mut v0.2.2 |
| 1081 | 2026-06-08T19:18:14.629Z | Downloaded support-bundle-viewer v0.1.2 |
| 1082 | 2026-06-08T19:18:14.629Z | Downloaded strum_macros v0.24.3 |
| 1083 | 2026-06-08T19:18:14.629Z | Downloaded progenitor-impl v0.14.0 |
| 1084 | 2026-06-08T19:18:14.632Z | Downloaded ryu v1.0.23 |
| 1085 | 2026-06-08T19:18:14.637Z | Downloaded qorb v0.4.1 |
| 1086 | 2026-06-08T19:18:14.637Z | Downloaded tabwriter v1.4.1 |
| 1087 | 2026-06-08T19:18:14.639Z | Downloaded thiserror-no-std v2.0.2 |
| 1088 | 2026-06-08T19:18:14.642Z | Downloaded slog-term v2.9.2 |
| 1089 | 2026-06-08T19:18:14.642Z | Downloaded libxml v0.3.3 |
| 1090 | 2026-06-08T19:18:14.646Z | Downloaded strum_macros v0.27.2 |
| 1091 | 2026-06-08T19:18:14.653Z | Downloaded signal-hook v0.3.18 |
| 1092 | 2026-06-08T19:18:14.655Z | Downloaded thread_local v1.1.9 |
| 1093 | 2026-06-08T19:18:14.658Z | Downloaded termios v0.3.3 |
| 1094 | 2026-06-08T19:18:14.661Z | Downloaded time-macros v0.2.27 |
| 1095 | 2026-06-08T19:18:14.663Z | Downloaded tower-service v0.3.3 |
| 1096 | 2026-06-08T19:18:14.663Z | Downloaded spin v0.9.8 |
| 1097 | 2026-06-08T19:18:14.666Z | Downloaded itertools v0.12.1 |
| 1098 | 2026-06-08T19:18:14.669Z | Downloaded tls_codec v0.4.2 |
| 1099 | 2026-06-08T19:18:14.671Z | Downloaded similar v2.7.0 |
| 1100 | 2026-06-08T19:18:14.674Z | Downloaded topological-sort v0.2.2 |
| 1101 | 2026-06-08T19:18:14.674Z | Downloaded try-lock v0.2.5 |
| 1102 | 2026-06-08T19:18:14.677Z | Downloaded rcgen v0.12.1 |
| 1103 | 2026-06-08T19:18:14.677Z | Downloaded hashbrown v0.15.5 |
| 1104 | 2026-06-08T19:18:14.680Z | Downloaded publicsuffix v2.3.0 |
| 1105 | 2026-06-08T19:18:14.683Z | Downloaded trait-variant v0.1.2 |
| 1106 | 2026-06-08T19:18:14.683Z | Downloaded tiny-keccak v2.0.2 |
| 1107 | 2026-06-08T19:18:14.685Z | Downloaded typify-macro v0.4.3 |
| 1108 | 2026-06-08T19:18:14.685Z | Downloaded schemars v0.9.0 |
| 1109 | 2026-06-08T19:18:14.692Z | Downloaded tokio-dtrace v0.1.1 |
| 1110 | 2026-06-08T19:18:14.695Z | Downloaded slog v2.8.2 |
| 1111 | 2026-06-08T19:18:14.695Z | Downloaded unarray v0.1.4 |
| 1112 | 2026-06-08T19:18:14.698Z | Downloaded tls_codec_derive v0.4.2 |
| 1113 | 2026-06-08T19:18:14.698Z | Downloaded unit-prefix v0.5.2 |
| 1114 | 2026-06-08T19:18:14.698Z | Downloaded rand v0.8.6 |
| 1115 | 2026-06-08T19:18:14.701Z | Downloaded typify-macro v0.6.2 |
| 1116 | 2026-06-08T19:18:14.701Z | Downloaded rsa v0.9.10 |
| 1117 | 2026-06-08T19:18:14.703Z | Downloaded socket2 v0.5.10 |
| 1118 | 2026-06-08T19:18:14.709Z | Downloaded tokio-rustls v0.25.0 |
| 1119 | 2026-06-08T19:18:14.711Z | Downloaded untrusted v0.9.0 |
| 1120 | 2026-06-08T19:18:14.711Z | Downloaded untrusted v0.7.1 |
| 1121 | 2026-06-08T19:18:14.714Z | Downloaded usdt-attr-macro v0.6.0 |
| 1122 | 2026-06-08T19:18:14.714Z | Downloaded usdt v0.6.0 |
| 1123 | 2026-06-08T19:18:14.716Z | Downloaded tokio-tungstenite v0.21.0 |
| 1124 | 2026-06-08T19:18:14.719Z | Downloaded unicode-truncate v1.1.0 |
| 1125 | 2026-06-08T19:18:14.719Z | Downloaded futures-util v0.3.32 |
| 1126 | 2026-06-08T19:18:14.725Z | Downloaded usdt-macro v0.6.0 |
| 1127 | 2026-06-08T19:18:14.728Z | Downloaded universal-hash v0.5.1 |
| 1128 | 2026-06-08T19:18:14.728Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1129 | 2026-06-08T19:18:14.730Z | Downloaded rand v0.9.2 |
| 1130 | 2026-06-08T19:18:14.733Z | Downloaded nom v8.0.0 |
| 1131 | 2026-06-08T19:18:14.736Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1132 | 2026-06-08T19:18:14.737Z | Downloaded nom v7.1.3 |
| 1133 | 2026-06-08T19:18:14.741Z | Downloaded term v1.2.1 |
| 1134 | 2026-06-08T19:18:14.741Z | Downloaded void v1.0.2 |
| 1135 | 2026-06-08T19:18:14.741Z | Downloaded utf-8 v0.7.6 |
| 1136 | 2026-06-08T19:18:14.743Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1137 | 2026-06-08T19:18:14.743Z | Downloaded term v0.7.0 |
| 1138 | 2026-06-08T19:18:14.746Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1139 | 2026-06-08T19:18:14.746Z | Downloaded samael v0.0.19 |
| 1140 | 2026-06-08T19:18:14.752Z | Downloaded rustls-webpki v0.103.9 |
| 1141 | 2026-06-08T19:18:14.757Z | Downloaded wait-timeout v0.2.1 |
| 1142 | 2026-06-08T19:18:14.761Z | Downloaded tower-layer v0.3.3 |
| 1143 | 2026-06-08T19:18:14.768Z | Downloaded iri-string v0.7.10 |
| 1144 | 2026-06-08T19:18:14.773Z | Downloaded waitgroup v0.1.2 |
| 1145 | 2026-06-08T19:18:14.775Z | Downloaded tokio-native-tls v0.3.1 |
| 1146 | 2026-06-08T19:18:14.778Z | Downloaded want v0.3.1 |
| 1147 | 2026-06-08T19:18:14.781Z | Downloaded tokio-rustls v0.24.1 |
| 1148 | 2026-06-08T19:18:14.784Z | Downloaded tokio-tungstenite v0.23.1 |
| 1149 | 2026-06-08T19:18:14.787Z | Downloaded aho-corasick v1.1.4 |
| 1150 | 2026-06-08T19:18:14.790Z | Downloaded snafu v0.8.9 |
| 1151 | 2026-06-08T19:18:14.793Z | Downloaded tokio-stream v0.1.18 |
| 1152 | 2026-06-08T19:18:14.796Z | Downloaded xattr v1.6.1 |
| 1153 | 2026-06-08T19:18:14.799Z | Downloaded usdt-impl v0.6.0 |
| 1154 | 2026-06-08T19:18:14.799Z | Downloaded tokio-rustls v0.26.4 |
| 1155 | 2026-06-08T19:18:14.805Z | Downloaded h2 v0.4.13 |
| 1156 | 2026-06-08T19:18:14.805Z | Downloaded p521 v0.13.3 |
| 1157 | 2026-06-08T19:18:14.813Z | Downloaded zeroize_derive v1.4.3 |
| 1158 | 2026-06-08T19:18:14.816Z | Downloaded test-strategy v0.4.5 |
| 1159 | 2026-06-08T19:18:14.816Z | Downloaded rand v0.10.0 |
| 1160 | 2026-06-08T19:18:14.819Z | Downloaded vergen-lib v9.1.0 |
| 1161 | 2026-06-08T19:18:14.822Z | Downloaded uzers v0.12.2 |
| 1162 | 2026-06-08T19:18:14.822Z | Downloaded zone_cfg_derive v0.3.1 |
| 1163 | 2026-06-08T19:18:14.822Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1164 | 2026-06-08T19:18:14.824Z | Downloaded libm v0.2.16 |
| 1165 | 2026-06-08T19:18:14.828Z | Downloaded vsss-rs v3.3.4 |
| 1166 | 2026-06-08T19:18:14.831Z | Downloaded vergen-lib v0.1.6 |
| 1167 | 2026-06-08T19:18:14.831Z | Downloaded tinyvec v1.10.0 |
| 1168 | 2026-06-08T19:18:14.834Z | Downloaded tui-tree-widget v0.23.1 |
| 1169 | 2026-06-08T19:18:14.834Z | Downloaded tracing-attributes v0.1.31 |
| 1170 | 2026-06-08T19:18:14.837Z | Downloaded itertools v0.13.0 |
| 1171 | 2026-06-08T19:18:14.840Z | Downloaded schemars v1.2.1 |
| 1172 | 2026-06-08T19:18:14.846Z | Downloaded zone v0.3.1 |
| 1173 | 2026-06-08T19:18:14.849Z | Downloaded twox-hash v2.1.2 |
| 1174 | 2026-06-08T19:18:14.849Z | Downloaded wyz v0.5.1 |
| 1175 | 2026-06-08T19:18:14.849Z | Downloaded whoami v1.6.1 |
| 1176 | 2026-06-08T19:18:14.852Z | Downloaded walkdir v2.5.0 |
| 1177 | 2026-06-08T19:18:14.852Z | Downloaded unicase v2.9.0 |
| 1178 | 2026-06-08T19:18:14.852Z | Downloaded blake3 v1.8.3 |
| 1179 | 2026-06-08T19:18:14.857Z | Downloaded subprocess v0.2.15 |
| 1180 | 2026-06-08T19:18:14.860Z | Downloaded hkdf v0.12.4 |
| 1181 | 2026-06-08T19:18:14.863Z | Downloaded unicode-properties v0.1.4 |
| 1182 | 2026-06-08T19:18:14.863Z | Downloaded itertools v0.14.0 |
| 1183 | 2026-06-08T19:18:14.866Z | Downloaded xshell-macros v0.2.7 |
| 1184 | 2026-06-08T19:18:14.866Z | Downloaded hyper v1.8.1 |
| 1185 | 2026-06-08T19:18:14.870Z | Downloaded zeroize v1.8.2 |
| 1186 | 2026-06-08T19:18:14.872Z | Downloaded xshell v0.2.7 |
| 1187 | 2026-06-08T19:18:14.872Z | Downloaded iddqd v0.4.2 |
| 1188 | 2026-06-08T19:18:14.876Z | Downloaded num-bigint-dig v0.8.6 |
| 1189 | 2026-06-08T19:18:14.880Z | Downloaded rustyline v14.0.0 |
| 1190 | 2026-06-08T19:18:14.883Z | Downloaded vergen-git2 v9.1.0 |
| 1191 | 2026-06-08T19:18:14.885Z | Downloaded toml v0.7.8 |
| 1192 | 2026-06-08T19:18:14.885Z | Downloaded zstd-safe v7.2.4 |
| 1193 | 2026-06-08T19:18:14.888Z | Downloaded russh v0.45.0 |
| 1194 | 2026-06-08T19:18:14.891Z | Downloaded vergen v9.1.0 |
| 1195 | 2026-06-08T19:18:14.891Z | Downloaded tar v0.4.45 |
| 1196 | 2026-06-08T19:18:14.894Z | Downloaded steno v0.4.1 |
| 1197 | 2026-06-08T19:18:14.894Z | Downloaded socket2 v0.6.3 |
| 1198 | 2026-06-08T19:18:14.896Z | Downloaded vergen-gitcl v1.0.8 |
| 1199 | 2026-06-08T19:18:14.897Z | Downloaded tracing-core v0.1.36 |
| 1200 | 2026-06-08T19:18:14.899Z | Downloaded tungstenite v0.23.0 |
| 1201 | 2026-06-08T19:18:14.899Z | Downloaded whoami v2.1.0 |
| 1202 | 2026-06-08T19:18:14.902Z | Downloaded unicode-bidi v0.3.18 |
| 1203 | 2026-06-08T19:18:14.904Z | Downloaded tungstenite v0.21.0 |
| 1204 | 2026-06-08T19:18:14.907Z | Downloaded rpassword v7.4.0 |
| 1205 | 2026-06-08T19:18:14.907Z | Downloaded bitvec v1.0.1 |
| 1206 | 2026-06-08T19:18:14.914Z | Downloaded unsafe-libyaml v0.2.11 |
| 1207 | 2026-06-08T19:18:14.917Z | Downloaded typify v0.4.3 |
| 1208 | 2026-06-08T19:18:14.920Z | Downloaded zstd v0.13.3 |
| 1209 | 2026-06-08T19:18:14.920Z | Downloaded uuid v1.23.0 |
| 1210 | 2026-06-08T19:18:14.923Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1211 | 2026-06-08T19:18:14.925Z | Downloaded aws-lc-rs v1.16.3 |
| 1212 | 2026-06-08T19:18:14.929Z | Downloaded yasna v0.5.2 |
| 1213 | 2026-06-08T19:18:14.932Z | Downloaded zerocopy v0.6.6 |
| 1214 | 2026-06-08T19:18:14.932Z | Downloaded reedline v0.40.0 |
| 1215 | 2026-06-08T19:18:14.936Z | Downloaded vte v0.14.1 |
| 1216 | 2026-06-08T19:18:14.948Z | Downloaded chrono v0.4.44 |
| 1217 | 2026-06-08T19:18:14.952Z | Downloaded tokio-postgres v0.7.16 |
| 1218 | 2026-06-08T19:18:14.967Z | Downloaded serde_with v1.14.0 |
| 1219 | 2026-06-08T19:18:14.976Z | Downloaded reqwest v0.12.28 |
| 1220 | 2026-06-08T19:18:14.980Z | Downloaded reqwest v0.13.2 |
| 1221 | 2026-06-08T19:18:14.983Z | Downloaded bindgen v0.71.1 |
| 1222 | 2026-06-08T19:18:14.990Z | Downloaded unicode_categories v0.1.1 |
| 1223 | 2026-06-08T19:18:15.001Z | Downloaded ssh-key v0.6.7 |
| 1224 | 2026-06-08T19:18:15.005Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1225 | 2026-06-08T19:18:15.007Z | Downloaded lalrpop v0.19.12 |
| 1226 | 2026-06-08T19:18:15.013Z | Downloaded zopfli v0.8.3 |
| 1227 | 2026-06-08T19:18:15.026Z | Downloaded portable-atomic v1.13.1 |
| 1228 | 2026-06-08T19:18:15.031Z | Downloaded typify v0.6.2 |
| 1229 | 2026-06-08T19:18:15.034Z | Downloaded toml_edit v0.19.15 |
| 1230 | 2026-06-08T19:18:15.041Z | Downloaded zip v0.6.6 |
| 1231 | 2026-06-08T19:18:15.046Z | Downloaded yansi v1.0.1 |
| 1232 | 2026-06-08T19:18:15.049Z | Downloaded git2 v0.20.4 |
| 1233 | 2026-06-08T19:18:15.067Z | Downloaded tower v0.5.3 |
| 1234 | 2026-06-08T19:18:15.072Z | Downloaded rustls-webpki v0.101.7 |
| 1235 | 2026-06-08T19:18:15.080Z | Downloaded typed-path v0.9.3 |
| 1236 | 2026-06-08T19:18:15.083Z | Downloaded salty v0.3.0 |
| 1237 | 2026-06-08T19:18:15.087Z | Downloaded unicode-normalization v0.1.25 |
| 1238 | 2026-06-08T19:18:15.090Z | Downloaded regex v1.12.3 |
| 1239 | 2026-06-08T19:18:15.113Z | Downloaded nix v0.27.1 |
| 1240 | 2026-06-08T19:18:15.119Z | Downloaded serde_with v3.17.0 |
| 1241 | 2026-06-08T19:18:15.126Z | Downloaded moka v0.12.13 |
| 1242 | 2026-06-08T19:18:15.136Z | Downloaded x509-cert v0.2.5 |
| 1243 | 2026-06-08T19:18:15.139Z | Downloaded unicode-segmentation v1.12.0 |
| 1244 | 2026-06-08T19:18:15.142Z | Downloaded proptest v1.11.0 |
| 1245 | 2026-06-08T19:18:15.146Z | Downloaded radix_trie v0.2.1 |
| 1246 | 2026-06-08T19:18:15.149Z | Downloaded tokio-util v0.7.18 |
| 1247 | 2026-06-08T19:18:15.154Z | Downloaded zerocopy-derive v0.8.40 |
| 1248 | 2026-06-08T19:18:15.162Z | Downloaded p384 v0.13.1 |
| 1249 | 2026-06-08T19:18:15.165Z | Downloaded bstr v1.12.1 |
| 1250 | 2026-06-08T19:18:15.172Z | Downloaded rayon v1.11.0 |
| 1251 | 2026-06-08T19:18:15.182Z | Downloaded quick-xml v0.37.5 |
| 1252 | 2026-06-08T19:18:15.189Z | Downloaded rustls-webpki v0.102.8 |
| 1253 | 2026-06-08T19:18:15.199Z | Downloaded zip v4.6.1 |
| 1254 | 2026-06-08T19:18:15.202Z | Downloaded goblin v0.10.5 |
| 1255 | 2026-06-08T19:18:15.206Z | Downloaded tabled v0.20.0 |
| 1256 | 2026-06-08T19:18:15.216Z | Downloaded object v0.30.4 |
| 1257 | 2026-06-08T19:18:15.222Z | Downloaded curve25519-dalek v4.1.3 |
| 1258 | 2026-06-08T19:18:15.226Z | Downloaded tower-http v0.6.8 |
| 1259 | 2026-06-08T19:18:15.230Z | Downloaded tough v0.22.0 |
| 1260 | 2026-06-08T19:18:15.235Z | Downloaded petname v2.0.2 |
| 1261 | 2026-06-08T19:18:15.245Z | Downloaded quinn-proto v0.11.13 |
| 1262 | 2026-06-08T19:18:15.269Z | Downloaded vcpkg v0.2.15 |
| 1263 | 2026-06-08T19:18:15.291Z | Downloaded winnow v0.5.40 |
| 1264 | 2026-06-08T19:18:15.296Z | Downloaded smoltcp v0.9.1 |
| 1265 | 2026-06-08T19:18:15.302Z | Downloaded zlib-rs v0.6.2 |
| 1266 | 2026-06-08T19:18:15.305Z | Downloaded webpki-roots v1.0.6 |
| 1267 | 2026-06-08T19:18:15.307Z | Downloaded openssl v0.10.79 |
| 1268 | 2026-06-08T19:18:15.312Z | Downloaded polar-core v0.27.3 |
| 1269 | 2026-06-08T19:18:15.317Z | Downloaded nix v0.31.2 |
| 1270 | 2026-06-08T19:18:15.324Z | Downloaded zerocopy v0.8.40 |
| 1271 | 2026-06-08T19:18:15.329Z | Downloaded winnow v0.6.26 |
| 1272 | 2026-06-08T19:18:15.334Z | Downloaded smoltcp v0.11.0 |
| 1273 | 2026-06-08T19:18:15.341Z | Downloaded time v0.3.47 |
| 1274 | 2026-06-08T19:18:15.347Z | Downloaded rustls v0.23.37 |
| 1275 | 2026-06-08T19:18:15.354Z | Downloaded rustls v0.21.12 |
| 1276 | 2026-06-08T19:18:15.360Z | Downloaded regex-syntax v0.6.29 |
| 1277 | 2026-06-08T19:18:15.364Z | Downloaded dropshot v0.17.0 |
| 1278 | 2026-06-08T19:18:15.376Z | Downloaded object v0.37.3 |
| 1279 | 2026-06-08T19:18:15.382Z | Downloaded hickory-proto v0.24.4 |
| 1280 | 2026-06-08T19:18:15.391Z | Downloaded regress v0.11.1 |
| 1281 | 2026-06-08T19:18:15.396Z | Downloaded diesel v2.3.7 |
| 1282 | 2026-06-08T19:18:15.408Z | Downloaded rustls v0.22.4 |
| 1283 | 2026-06-08T19:18:15.415Z | Downloaded hickory-proto v0.25.2 |
| 1284 | 2026-06-08T19:18:15.424Z | Downloaded sqlparser v0.61.0 |
| 1285 | 2026-06-08T19:18:15.429Z | Downloaded regex-syntax v0.8.10 |
| 1286 | 2026-06-08T19:18:15.434Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1287 | 2026-06-08T19:18:15.441Z | Downloaded sled v0.34.7 |
| 1288 | 2026-06-08T19:18:15.447Z | Downloaded rustix v0.38.44 |
| 1289 | 2026-06-08T19:18:15.459Z | Downloaded tracing v0.1.44 |
| 1290 | 2026-06-08T19:18:15.471Z | Downloaded openapiv3 v2.2.0 |
| 1291 | 2026-06-08T19:18:15.478Z | Downloaded regress v0.10.5 |
| 1292 | 2026-06-08T19:18:15.483Z | Downloaded nix v0.28.0 |
| 1293 | 2026-06-08T19:18:15.508Z | Downloaded zerocopy-derive v0.6.6 |
| 1294 | 2026-06-08T19:18:15.531Z | Downloaded typify-impl v0.6.2 |
| 1295 | 2026-06-08T19:18:15.539Z | Downloaded ratatui v0.29.0 |
| 1296 | 2026-06-08T19:18:15.550Z | Downloaded petgraph v0.6.5 |
| 1297 | 2026-06-08T19:18:15.562Z | Downloaded chrono-tz v0.10.4 |
| 1298 | 2026-06-08T19:18:15.571Z | Downloaded typify-impl v0.4.3 |
| 1299 | 2026-06-08T19:18:15.580Z | Downloaded regex-automata v0.4.14 |
| 1300 | 2026-06-08T19:18:15.610Z | Downloaded jiff v0.2.21 |
| 1301 | 2026-06-08T19:18:15.622Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1302 | 2026-06-08T19:18:15.635Z | Downloaded tokio v1.52.1 |
| 1303 | 2026-06-08T19:18:15.659Z | Downloaded petgraph v0.8.3 |
| 1304 | 2026-06-08T19:18:15.672Z | Downloaded csv v1.4.0 |
| 1305 | 2026-06-08T19:18:15.692Z | Downloaded sha3 v0.10.8 |
| 1306 | 2026-06-08T19:18:15.698Z | Downloaded libz-sys v1.1.24 |
| 1307 | 2026-06-08T19:18:15.726Z | Downloaded encoding_rs v0.8.35 |
| 1308 | 2026-06-08T19:18:15.796Z | Downloaded ring v0.17.14 |
| 1309 | 2026-06-08T19:18:15.844Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-06-08T19:18:16.387Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-06-08T19:18:16.639Z | Compiling libc v0.2.185 |
| 1312 | 2026-06-08T19:18:16.639Z | Compiling serde v1.0.228 |
| 1313 | 2026-06-08T19:18:16.642Z | Compiling log v0.4.29 |
| 1314 | 2026-06-08T19:18:16.642Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-06-08T19:18:16.642Z | Compiling shlex v1.3.0 |
| 1316 | 2026-06-08T19:18:16.778Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-06-08T19:18:16.799Z | Compiling syn v2.0.117 |
| 1318 | 2026-06-08T19:18:16.817Z | Compiling typenum v1.19.0 |
| 1319 | 2026-06-08T19:18:16.980Z | Compiling generic-array v0.14.7 |
| 1320 | 2026-06-08T19:18:16.994Z | Compiling subtle v2.6.1 |
| 1321 | 2026-06-08T19:18:17.028Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-06-08T19:18:17.063Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-06-08T19:18:17.130Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-06-08T19:18:17.159Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-06-08T19:18:17.162Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-06-08T19:18:17.242Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-06-08T19:18:17.363Z | Compiling parking_lot_core v0.9.12 |
| 1328 | 2026-06-08T19:18:17.602Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-06-08T19:18:17.650Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-06-08T19:18:17.707Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-06-08T19:18:17.721Z | Compiling errno v0.3.14 |
| 1332 | 2026-06-08T19:18:17.781Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-06-08T19:18:17.806Z | Compiling rand_core v0.6.4 |
| 1334 | 2026-06-08T19:18:17.873Z | Compiling signal-hook-registry v1.4.8 |
| 1335 | 2026-06-08T19:18:18.088Z | Compiling cc v1.2.56 |
| 1336 | 2026-06-08T19:18:18.101Z | Compiling bitflags v2.11.0 |
| 1337 | 2026-06-08T19:18:18.152Z | Compiling libm v0.2.16 |
| 1338 | 2026-06-08T19:18:18.179Z | Compiling futures-core v0.3.32 |
| 1339 | 2026-06-08T19:18:18.326Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-06-08T19:18:18.341Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-06-08T19:18:18.344Z | Compiling mio v1.2.0 |
| 1342 | 2026-06-08T19:18:18.367Z | Compiling num-traits v0.2.19 |
| 1343 | 2026-06-08T19:18:18.440Z | Compiling once_cell v1.21.3 |
| 1344 | 2026-06-08T19:18:18.527Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-06-08T19:18:18.653Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-06-08T19:18:18.719Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-06-08T19:18:18.723Z | Compiling slab v0.4.12 |
| 1348 | 2026-06-08T19:18:18.726Z | Compiling cpufeatures v0.2.17 |
| 1349 | 2026-06-08T19:18:18.808Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-06-08T19:18:18.823Z | Compiling futures-task v0.3.32 |
| 1351 | 2026-06-08T19:18:18.823Z | Compiling getrandom v0.4.1 |
| 1352 | 2026-06-08T19:18:18.922Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-06-08T19:18:19.007Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-06-08T19:18:19.036Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-06-08T19:18:19.068Z | Compiling getrandom v0.3.4 |
| 1356 | 2026-06-08T19:18:19.079Z | Compiling rustversion v1.0.22 |
| 1357 | 2026-06-08T19:18:19.174Z | Compiling cmake v0.1.57 |
| 1358 | 2026-06-08T19:18:19.472Z | Compiling form_urlencoded v1.2.2 |
| 1359 | 2026-06-08T19:18:19.582Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-06-08T19:18:19.602Z | Compiling dunce v1.0.5 |
| 1361 | 2026-06-08T19:18:19.683Z | Compiling ident_case v1.0.1 |
| 1362 | 2026-06-08T19:18:19.720Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-06-08T19:18:19.724Z | Compiling base64ct v1.8.3 |
| 1364 | 2026-06-08T19:18:19.811Z | Compiling flagset v0.4.7 |
| 1365 | 2026-06-08T19:18:19.867Z | Compiling aws-lc-sys v0.40.0 |
| 1366 | 2026-06-08T19:18:19.941Z | Compiling regex-syntax v0.8.10 |
| 1367 | 2026-06-08T19:18:20.001Z | Compiling pem-rfc7468 v0.7.0 |
| 1368 | 2026-06-08T19:18:20.045Z | Compiling iana-time-zone v0.1.65 |
| 1369 | 2026-06-08T19:18:20.061Z | Compiling rustix v1.1.3 |
| 1370 | 2026-06-08T19:18:20.248Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-06-08T19:18:20.261Z | Compiling ring v0.17.14 |
| 1372 | 2026-06-08T19:18:20.310Z | Compiling vcpkg v0.2.15 |
| 1373 | 2026-06-08T19:18:20.322Z | Compiling aws-lc-rs v1.16.3 |
| 1374 | 2026-06-08T19:18:20.514Z | Compiling uuid v1.23.0 |
| 1375 | 2026-06-08T19:18:20.603Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-06-08T19:18:20.923Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-06-08T19:18:21.028Z | Compiling openssl-sys v0.9.115 |
| 1378 | 2026-06-08T19:18:21.210Z | Compiling base64 v0.22.1 |
| 1379 | 2026-06-08T19:18:21.428Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-06-08T19:18:21.501Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-06-08T19:18:21.562Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-06-08T19:18:21.576Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-06-08T19:18:21.835Z | Compiling zerovec-derive v0.11.2 |
| 1384 | 2026-06-08T19:18:22.141Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-06-08T19:18:22.344Z | Compiling zerocopy-derive v0.8.40 |
| 1386 | 2026-06-08T19:18:22.734Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-06-08T19:18:22.864Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-06-08T19:18:22.970Z | Compiling block-buffer v0.10.4 |
| 1389 | 2026-06-08T19:18:22.984Z | Compiling zerofrom v0.1.6 |
| 1390 | 2026-06-08T19:18:23.010Z | Compiling tokio-macros v2.7.0 |
| 1391 | 2026-06-08T19:18:23.109Z | Compiling yoke v0.8.1 |
| 1392 | 2026-06-08T19:18:23.137Z | Compiling digest v0.10.7 |
| 1393 | 2026-06-08T19:18:23.293Z | Compiling zerovec v0.11.5 |
| 1394 | 2026-06-08T19:18:23.382Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-06-08T19:18:23.481Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-06-08T19:18:23.721Z | Compiling hmac v0.12.1 |
| 1397 | 2026-06-08T19:18:23.772Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-06-08T19:18:23.796Z | Compiling potential_utf v0.1.4 |
| 1399 | 2026-06-08T19:18:23.873Z | Compiling block-padding v0.3.3 |
| 1400 | 2026-06-08T19:18:23.956Z | Compiling icu_locale_core v2.1.1 |
| 1401 | 2026-06-08T19:18:23.970Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-06-08T19:18:24.030Z | Compiling inout v0.1.4 |
| 1403 | 2026-06-08T19:18:24.168Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-06-08T19:18:24.191Z | Compiling cipher v0.4.4 |
| 1405 | 2026-06-08T19:18:24.434Z | Compiling sha2 v0.10.9 |
| 1406 | 2026-06-08T19:18:24.449Z | Compiling der_derive v0.7.3 |
| 1407 | 2026-06-08T19:18:24.825Z | Compiling bytes v1.11.1 |
| 1408 | 2026-06-08T19:18:24.884Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-06-08T19:18:24.900Z | Compiling chrono v0.4.44 |
| 1410 | 2026-06-08T19:18:25.183Z | Compiling icu_normalizer v2.1.1 |
| 1411 | 2026-06-08T19:18:25.390Z | Compiling tokio v1.52.1 |
| 1412 | 2026-06-08T19:18:25.431Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-06-08T19:18:25.710Z | Compiling der v0.7.10 |
| 1414 | 2026-06-08T19:18:25.813Z | Compiling http v1.4.0 |
| 1415 | 2026-06-08T19:18:26.265Z | Compiling idna_adapter v1.2.1 |
| 1416 | 2026-06-08T19:18:26.403Z | Compiling idna v1.1.0 |
| 1417 | 2026-06-08T19:18:26.463Z | Compiling salsa20 v0.10.2 |
| 1418 | 2026-06-08T19:18:26.557Z | Compiling spki v0.7.3 |
| 1419 | 2026-06-08T19:18:26.601Z | Compiling ppv-lite86 v0.2.21 |
| 1420 | 2026-06-08T19:18:26.749Z | Compiling url v2.5.8 |
| 1421 | 2026-06-08T19:18:26.763Z | Compiling pbkdf2 v0.12.2 |
| 1422 | 2026-06-08T19:18:26.767Z | Compiling rustls-pki-types v1.14.0 |
| 1423 | 2026-06-08T19:18:26.878Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-06-08T19:18:26.906Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-06-08T19:18:26.931Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2026-06-08T19:18:27.104Z | Compiling scrypt v0.11.0 |
| 1427 | 2026-06-08T19:18:27.222Z | Compiling http-body v1.0.1 |
| 1428 | 2026-06-08T19:18:27.363Z | Compiling cbc v0.1.2 |
| 1429 | 2026-06-08T19:18:27.378Z | Compiling aes v0.8.4 |
| 1430 | 2026-06-08T19:18:27.544Z | Compiling untrusted v0.9.0 |
| 1431 | 2026-06-08T19:18:27.586Z | Compiling openssl-probe v0.2.1 |
| 1432 | 2026-06-08T19:18:27.640Z | Compiling untrusted v0.7.1 |
| 1433 | 2026-06-08T19:18:27.665Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-06-08T19:18:27.737Z | Compiling httparse v1.10.1 |
| 1435 | 2026-06-08T19:18:27.751Z | Compiling tinyvec v1.10.0 |
| 1436 | 2026-06-08T19:18:28.094Z | Compiling pkcs5 v0.7.1 |
| 1437 | 2026-06-08T19:18:28.115Z | Compiling pest_generator v2.8.6 |
| 1438 | 2026-06-08T19:18:28.182Z | Compiling tracing v0.1.44 |
| 1439 | 2026-06-08T19:18:28.230Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-06-08T19:18:28.336Z | Compiling rand v0.9.2 |
| 1441 | 2026-06-08T19:18:28.432Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2026-06-08T19:18:28.446Z | Compiling aho-corasick v1.1.4 |
| 1443 | 2026-06-08T19:18:28.561Z | Compiling atomic-waker v1.1.2 |
| 1444 | 2026-06-08T19:18:28.685Z | Compiling tower-layer v0.3.3 |
| 1445 | 2026-06-08T19:18:28.799Z | Compiling rustls v0.23.37 |
| 1446 | 2026-06-08T19:18:28.844Z | Compiling schemars v0.8.22 |
| 1447 | 2026-06-08T19:18:28.966Z | Compiling try-lock v0.2.5 |
| 1448 | 2026-06-08T19:18:29.040Z | Compiling tower-service v0.3.3 |
| 1449 | 2026-06-08T19:18:29.075Z | Compiling dyn-clone v1.0.20 |
| 1450 | 2026-06-08T19:18:29.120Z | Compiling tokio-util v0.7.18 |
| 1451 | 2026-06-08T19:18:29.134Z | Compiling want v0.3.1 |
| 1452 | 2026-06-08T19:18:29.230Z | Compiling regex-automata v0.4.14 |
| 1453 | 2026-06-08T19:18:29.291Z | Compiling pest_derive v2.8.6 |
| 1454 | 2026-06-08T19:18:29.306Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-06-08T19:18:29.502Z | Compiling pkcs8 v0.10.2 |
| 1456 | 2026-06-08T19:18:29.808Z | Compiling h2 v0.4.13 |
| 1457 | 2026-06-08T19:18:29.997Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-06-08T19:18:30.105Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-06-08T19:18:30.128Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-06-08T19:18:30.491Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-06-08T19:18:30.525Z | Compiling openssl v0.10.79 |
| 1462 | 2026-06-08T19:18:30.710Z | Compiling foreign-types-shared v0.1.1 |
| 1463 | 2026-06-08T19:18:30.750Z | Compiling pin-utils v0.1.0 |
| 1464 | 2026-06-08T19:18:30.797Z | Compiling foreign-types v0.3.2 |
| 1465 | 2026-06-08T19:18:30.825Z | Compiling tempfile v3.25.0 |
| 1466 | 2026-06-08T19:18:30.901Z | Compiling scroll v0.13.0 |
| 1467 | 2026-06-08T19:18:31.031Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-06-08T19:18:31.188Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-06-08T19:18:31.513Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-06-08T19:18:31.612Z | Compiling spin v0.9.8 |
| 1471 | 2026-06-08T19:18:31.625Z | Compiling time-core v0.1.8 |
| 1472 | 2026-06-08T19:18:31.773Z | Compiling num-conv v0.2.0 |
| 1473 | 2026-06-08T19:18:31.819Z | Compiling crc32fast v1.5.0 |
| 1474 | 2026-06-08T19:18:31.897Z | Compiling native-tls v0.2.18 |
| 1475 | 2026-06-08T19:18:31.911Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-06-08T19:18:32.112Z | Compiling deranged v0.5.8 |
| 1477 | 2026-06-08T19:18:32.128Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-06-08T19:18:32.435Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-06-08T19:18:32.893Z | Compiling hyper v1.8.1 |
| 1480 | 2026-06-08T19:18:33.071Z | Compiling darling v0.20.11 |
| 1481 | 2026-06-08T19:18:33.153Z | Compiling goblin v0.10.5 |
| 1482 | 2026-06-08T19:18:33.168Z | Compiling rustls-native-certs v0.8.3 |
| 1483 | 2026-06-08T19:18:33.292Z | Compiling sync_wrapper v1.0.2 |
| 1484 | 2026-06-08T19:18:33.402Z | Compiling wait-timeout v0.2.1 |
| 1485 | 2026-06-08T19:18:33.456Z | Compiling crossbeam-utils v0.8.21 |
| 1486 | 2026-06-08T19:18:33.662Z | Compiling unicode-segmentation v1.12.0 |
| 1487 | 2026-06-08T19:18:33.731Z | Compiling bit-vec v0.8.0 |
| 1488 | 2026-06-08T19:18:33.747Z | Compiling quick-error v1.2.3 |
| 1489 | 2026-06-08T19:18:33.852Z | Compiling siphasher v1.0.2 |
| 1490 | 2026-06-08T19:18:33.954Z | Compiling hyper-util v0.1.20 |
| 1491 | 2026-06-08T19:18:34.033Z | Compiling syn v1.0.109 |
| 1492 | 2026-06-08T19:18:34.036Z | Compiling usdt-impl v0.6.0 |
| 1493 | 2026-06-08T19:18:34.247Z | Compiling simd-adler32 v0.3.8 |
| 1494 | 2026-06-08T19:18:34.332Z | Compiling num_threads v0.1.7 |
| 1495 | 2026-06-08T19:18:34.432Z | Compiling time v0.3.47 |
| 1496 | 2026-06-08T19:18:34.554Z | Compiling bit-set v0.8.0 |
| 1497 | 2026-06-08T19:18:34.716Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-06-08T19:18:34.772Z | Compiling tower v0.5.3 |
| 1499 | 2026-06-08T19:18:35.028Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-06-08T19:18:35.235Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-06-08T19:18:35.305Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-06-08T19:18:35.549Z | Compiling webpki-roots v1.0.6 |
| 1503 | 2026-06-08T19:18:35.658Z | Compiling signature v2.2.0 |
| 1504 | 2026-06-08T19:18:35.672Z | Compiling scroll_derive v0.12.1 |
| 1505 | 2026-06-08T19:18:35.842Z | Compiling dof v0.4.0 |
| 1506 | 2026-06-08T19:18:35.894Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-06-08T19:18:35.966Z | Compiling heapless v0.7.17 |
| 1508 | 2026-06-08T19:18:35.980Z | Compiling rand_xorshift v0.4.0 |
| 1509 | 2026-06-08T19:18:36.140Z | Compiling slog v2.8.2 |
| 1510 | 2026-06-08T19:18:36.205Z | Compiling darling_core v0.21.3 |
| 1511 | 2026-06-08T19:18:36.323Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1512 | 2026-06-08T19:18:36.336Z | Compiling thread-id v5.1.0 |
| 1513 | 2026-06-08T19:18:36.463Z | Compiling cookie v0.18.1 |
| 1514 | 2026-06-08T19:18:36.595Z | Compiling adler2 v2.0.1 |
| 1515 | 2026-06-08T19:18:36.648Z | Compiling unicode-properties v0.1.4 |
| 1516 | 2026-06-08T19:18:36.729Z | Compiling unicode-bidi v0.3.18 |
| 1517 | 2026-06-08T19:18:36.856Z | Compiling ryu v1.0.23 |
| 1518 | 2026-06-08T19:18:37.040Z | Compiling anyhow v1.0.102 |
| 1519 | 2026-06-08T19:18:37.043Z | Compiling zstd-safe v7.2.4 |
| 1520 | 2026-06-08T19:18:37.126Z | Compiling unarray v0.1.4 |
| 1521 | 2026-06-08T19:18:37.238Z | Compiling iri-string v0.7.10 |
| 1522 | 2026-06-08T19:18:37.252Z | Compiling signal-hook v0.3.18 |
| 1523 | 2026-06-08T19:18:37.265Z | Compiling allocator-api2 v0.2.21 |
| 1524 | 2026-06-08T19:18:37.345Z | Compiling paste v1.0.15 |
| 1525 | 2026-06-08T19:18:37.438Z | Compiling proptest v1.11.0 |
| 1526 | 2026-06-08T19:18:37.584Z | Compiling thiserror v1.0.69 |
| 1527 | 2026-06-08T19:18:37.598Z | Compiling stringprep v0.1.5 |
| 1528 | 2026-06-08T19:18:37.658Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-06-08T19:18:37.688Z | Compiling miniz_oxide v0.8.9 |
| 1530 | 2026-06-08T19:18:38.276Z | Compiling scroll v0.12.0 |
| 1531 | 2026-06-08T19:18:38.538Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-06-08T19:18:38.688Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-06-08T19:18:38.702Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-06-08T19:18:38.733Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-06-08T19:18:38.881Z | Compiling heck v0.4.1 |
| 1536 | 2026-06-08T19:18:38.934Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-06-08T19:18:39.102Z | Compiling bstr v1.12.1 |
| 1538 | 2026-06-08T19:18:39.128Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-06-08T19:18:39.175Z | Compiling serde_spanned v0.6.9 |
| 1540 | 2026-06-08T19:18:39.204Z | Compiling erased-serde v0.3.31 |
| 1541 | 2026-06-08T19:18:39.318Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-06-08T19:18:39.325Z | Compiling toml_datetime v0.6.11 |
| 1543 | 2026-06-08T19:18:39.588Z | Compiling md-5 v0.10.6 |
| 1544 | 2026-06-08T19:18:39.622Z | Compiling pin-project-internal v1.1.11 |
| 1545 | 2026-06-08T19:18:39.679Z | Compiling async-trait v0.1.89 |
| 1546 | 2026-06-08T19:18:39.740Z | Compiling zerocopy-derive v0.7.35 |
| 1547 | 2026-06-08T19:18:39.753Z | Compiling curve25519-dalek v4.1.3 |
| 1548 | 2026-06-08T19:18:39.919Z | Compiling vergen-lib v9.1.0 |
| 1549 | 2026-06-08T19:18:40.084Z | Compiling num-integer v0.1.46 |
| 1550 | 2026-06-08T19:18:40.100Z | Compiling hash32 v0.2.1 |
| 1551 | 2026-06-08T19:18:40.290Z | Compiling ff v0.13.1 |
| 1552 | 2026-06-08T19:18:40.408Z | Compiling memoffset v0.9.1 |
| 1553 | 2026-06-08T19:18:40.430Z | Compiling encoding_rs v0.8.35 |
| 1554 | 2026-06-08T19:18:40.593Z | Compiling mime v0.3.17 |
| 1555 | 2026-06-08T19:18:40.609Z | Compiling zlib-rs v0.6.2 |
| 1556 | 2026-06-08T19:18:40.675Z | Compiling fallible-iterator v0.2.0 |
| 1557 | 2026-06-08T19:18:40.706Z | Compiling smoltcp v0.9.1 |
| 1558 | 2026-06-08T19:18:40.852Z | Compiling ref-cast v1.0.25 |
| 1559 | 2026-06-08T19:18:40.984Z | Compiling rustix v0.38.44 |
| 1560 | 2026-06-08T19:18:41.040Z | Compiling cfg_aliases v0.2.1 |
| 1561 | 2026-06-08T19:18:41.117Z | Compiling base16ct v0.2.0 |
| 1562 | 2026-06-08T19:18:41.156Z | Compiling litrs v1.0.0 |
| 1563 | 2026-06-08T19:18:41.301Z | Compiling num-bigint-dig v0.8.6 |
| 1564 | 2026-06-08T19:18:41.332Z | Compiling psl-types v2.0.11 |
| 1565 | 2026-06-08T19:18:41.498Z | Compiling publicsuffix v2.3.0 |
| 1566 | 2026-06-08T19:18:41.658Z | Compiling sec1 v0.7.3 |
| 1567 | 2026-06-08T19:18:41.718Z | Compiling nix v0.31.2 |
| 1568 | 2026-06-08T19:18:41.743Z | Compiling document-features v0.2.12 |
| 1569 | 2026-06-08T19:18:41.958Z | Compiling postgres-protocol v0.6.10 |
| 1570 | 2026-06-08T19:18:42.013Z | Compiling pin-project v1.1.11 |
| 1571 | 2026-06-08T19:18:42.115Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-06-08T19:18:42.183Z | Compiling group v0.13.0 |
| 1573 | 2026-06-08T19:18:42.320Z | Compiling num-iter v0.1.45 |
| 1574 | 2026-06-08T19:18:42.510Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-06-08T19:18:42.566Z | Compiling hubpack_derive v0.1.1 |
| 1576 | 2026-06-08T19:18:42.665Z | Compiling rand v0.8.6 |
| 1577 | 2026-06-08T19:18:42.826Z | Compiling darling v0.21.3 |
| 1578 | 2026-06-08T19:18:42.840Z | Compiling oxnet v0.1.5 |
| 1579 | 2026-06-08T19:18:42.911Z | Compiling derive_builder v0.20.2 |
| 1580 | 2026-06-08T19:18:42.926Z | Compiling snafu-derive v0.8.9 |
| 1581 | 2026-06-08T19:18:43.002Z | Compiling hyper-tls v0.6.0 |
| 1582 | 2026-06-08T19:18:43.239Z | Compiling goblin v0.8.2 |
| 1583 | 2026-06-08T19:18:43.478Z | Compiling flate2 v1.1.9 |
| 1584 | 2026-06-08T19:18:43.820Z | Compiling phf_shared v0.13.1 |
| 1585 | 2026-06-08T19:18:43.887Z | Compiling lazy_static v1.5.0 |
| 1586 | 2026-06-08T19:18:43.983Z | Compiling regex v1.12.3 |
| 1587 | 2026-06-08T19:18:44.061Z | Compiling anstyle-parse v0.2.7 |
| 1588 | 2026-06-08T19:18:44.125Z | Compiling strum_macros v0.27.2 |
| 1589 | 2026-06-08T19:18:44.140Z | Compiling futures-executor v0.3.32 |
| 1590 | 2026-06-08T19:18:44.244Z | Compiling hex v0.4.3 |
| 1591 | 2026-06-08T19:18:44.390Z | Compiling hkdf v0.12.4 |
| 1592 | 2026-06-08T19:18:44.408Z | Compiling crypto-bigint v0.5.5 |
| 1593 | 2026-06-08T19:18:44.512Z | Compiling terminal_size v0.4.3 |
| 1594 | 2026-06-08T19:18:44.551Z | Compiling daft-derive v0.1.7 |
| 1595 | 2026-06-08T19:18:44.651Z | Compiling ref-cast-impl v1.0.25 |
| 1596 | 2026-06-08T19:18:44.817Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1597 | 2026-06-08T19:18:45.188Z | Compiling vergen v9.1.0 |
| 1598 | 2026-06-08T19:18:45.265Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-06-08T19:18:45.367Z | Compiling cargo-platform v0.3.2 |
| 1600 | 2026-06-08T19:18:45.453Z | Compiling ahash v0.8.12 |
| 1601 | 2026-06-08T19:18:45.467Z | Compiling foldhash v0.2.0 |
| 1602 | 2026-06-08T19:18:45.641Z | Compiling foldhash v0.1.5 |
| 1603 | 2026-06-08T19:18:45.656Z | Compiling managed v0.8.0 |
| 1604 | 2026-06-08T19:18:45.686Z | Compiling object v0.37.3 |
| 1605 | 2026-06-08T19:18:45.811Z | Compiling same-file v1.0.6 |
| 1606 | 2026-06-08T19:18:45.869Z | Compiling bumpalo v3.20.2 |
| 1607 | 2026-06-08T19:18:45.967Z | Compiling bitflags v1.3.2 |
| 1608 | 2026-06-08T19:18:45.982Z | Compiling winnow v0.5.40 |
| 1609 | 2026-06-08T19:18:46.045Z | Compiling libbz2-rs-sys v0.2.2 |
| 1610 | 2026-06-08T19:18:46.084Z | Compiling strum v0.27.2 |
| 1611 | 2026-06-08T19:18:46.119Z | Compiling zopfli v0.8.3 |
| 1612 | 2026-06-08T19:18:46.537Z | Compiling bzip2 v0.6.1 |
| 1613 | 2026-06-08T19:18:46.751Z | Compiling walkdir v2.5.0 |
| 1614 | 2026-06-08T19:18:46.766Z | Compiling hashbrown v0.15.5 |
| 1615 | 2026-06-08T19:18:46.779Z | Compiling clap_builder v4.6.0 |
| 1616 | 2026-06-08T19:18:46.860Z | Compiling hashbrown v0.16.1 |
| 1617 | 2026-06-08T19:18:47.055Z | Compiling cargo_metadata v0.23.1 |
| 1618 | 2026-06-08T19:18:47.316Z | Compiling toml_edit v0.19.15 |
| 1619 | 2026-06-08T19:18:47.454Z | Compiling dof v0.3.0 |
| 1620 | 2026-06-08T19:18:47.563Z | Compiling elliptic-curve v0.13.8 |
| 1621 | 2026-06-08T19:18:47.965Z | Compiling daft v0.1.7 |
| 1622 | 2026-06-08T19:18:48.241Z | Compiling snafu v0.8.9 |
| 1623 | 2026-06-08T19:18:48.269Z | Compiling futures v0.3.32 |
| 1624 | 2026-06-08T19:18:48.354Z | Compiling anstream v0.6.21 |
| 1625 | 2026-06-08T19:18:48.412Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-06-08T19:18:48.427Z | Compiling phf v0.13.1 |
| 1627 | 2026-06-08T19:18:48.587Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-06-08T19:18:48.654Z | Compiling bzip2 v0.4.4 |
| 1629 | 2026-06-08T19:18:48.863Z | Compiling zstd v0.13.3 |
| 1630 | 2026-06-08T19:18:48.886Z | Compiling hubpack v0.1.2 |
| 1631 | 2026-06-08T19:18:49.106Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-06-08T19:18:49.121Z | Compiling postgres-types v0.2.12 |
| 1633 | 2026-06-08T19:18:49.659Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-06-08T19:18:49.750Z | Compiling usdt-attr-macro v0.6.0 |
| 1635 | 2026-06-08T19:18:49.924Z | Compiling globset v0.4.18 |
| 1636 | 2026-06-08T19:18:50.055Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-06-08T19:18:50.204Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-06-08T19:18:50.393Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-06-08T19:18:50.434Z | Compiling olpc-cjson v0.1.4 |
| 1640 | 2026-06-08T19:18:50.535Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-06-08T19:18:50.572Z | Compiling enum-as-inner v0.6.1 |
| 1642 | 2026-06-08T19:18:50.592Z | Compiling strum_macros v0.26.4 |
| 1643 | 2026-06-08T19:18:50.595Z | Compiling clap_derive v4.6.1 |
| 1644 | 2026-06-08T19:18:50.804Z | Compiling serde_plain v1.0.2 |
| 1645 | 2026-06-08T19:18:50.930Z | Compiling serde-big-array v0.5.1 |
| 1646 | 2026-06-08T19:18:50.998Z | Compiling rfc6979 v0.4.0 |
| 1647 | 2026-06-08T19:18:51.071Z | Compiling pem v3.0.6 |
| 1648 | 2026-06-08T19:18:51.071Z | Compiling async-recursion v1.1.1 |
| 1649 | 2026-06-08T19:18:51.103Z | Compiling serde_repr v0.1.20 |
| 1650 | 2026-06-08T19:18:51.121Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-06-08T19:18:51.268Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-06-08T19:18:51.356Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-06-08T19:18:51.451Z | Compiling env_filter v1.0.0 |
| 1654 | 2026-06-08T19:18:51.585Z | Compiling normalize-line-endings v0.3.0 |
| 1655 | 2026-06-08T19:18:51.656Z | Compiling fixedbitset v0.5.7 |
| 1656 | 2026-06-08T19:18:51.685Z | Compiling data-encoding v2.10.0 |
| 1657 | 2026-06-08T19:18:51.759Z | Compiling new_debug_unreachable v1.0.6 |
| 1658 | 2026-06-08T19:18:51.775Z | Compiling difflib v0.4.0 |
| 1659 | 2026-06-08T19:18:51.835Z | Compiling whoami v2.1.0 |
| 1660 | 2026-06-08T19:18:51.964Z | Compiling either v1.15.0 |
| 1661 | 2026-06-08T19:18:52.178Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2026-06-08T19:18:52.209Z | Compiling static_assertions v1.1.0 |
| 1663 | 2026-06-08T19:18:52.270Z | Compiling predicates-core v1.0.10 |
| 1664 | 2026-06-08T19:18:52.287Z | Compiling fixedbitset v0.4.2 |
| 1665 | 2026-06-08T19:18:52.337Z | Compiling typed-path v0.9.3 |
| 1666 | 2026-06-08T19:18:52.365Z | Compiling jiff v0.2.21 |
| 1667 | 2026-06-08T19:18:52.385Z | Compiling keccak v0.1.6 |
| 1668 | 2026-06-08T19:18:52.416Z | Compiling clap v4.6.1 |
| 1669 | 2026-06-08T19:18:52.444Z | Compiling petgraph v0.6.5 |
| 1670 | 2026-06-08T19:18:52.500Z | Compiling predicates v3.1.4 |
| 1671 | 2026-06-08T19:18:52.514Z | Compiling strum v0.26.3 |
| 1672 | 2026-06-08T19:18:52.646Z | Compiling sha3 v0.10.8 |
| 1673 | 2026-06-08T19:18:53.108Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1674 | 2026-06-08T19:18:53.130Z | Compiling string_cache v0.8.9 |
| 1675 | 2026-06-08T19:18:53.188Z | Compiling itertools v0.13.0 |
| 1676 | 2026-06-08T19:18:53.356Z | Compiling tokio-postgres v0.7.16 |
| 1677 | 2026-06-08T19:18:53.551Z | Compiling hickory-proto v0.25.2 |
| 1678 | 2026-06-08T19:18:53.917Z | Compiling toml_edit v0.22.27 |
| 1679 | 2026-06-08T19:18:54.198Z | Compiling petgraph v0.8.3 |
| 1680 | 2026-06-08T19:18:54.408Z | Compiling env_logger v0.11.9 |
| 1681 | 2026-06-08T19:18:54.763Z | Compiling usdt v0.6.0 |
| 1682 | 2026-06-08T19:18:55.023Z | Compiling zip v4.6.1 |
| 1683 | 2026-06-08T19:18:55.520Z | Compiling usdt-impl v0.5.0 |
| 1684 | 2026-06-08T19:18:55.951Z | Compiling ecdsa v0.16.9 |
| 1685 | 2026-06-08T19:18:55.974Z | Compiling rsa v0.9.10 |
| 1686 | 2026-06-08T19:18:56.104Z | Compiling ed25519-dalek v2.2.0 |
| 1687 | 2026-06-08T19:18:56.129Z | Compiling serde_with v3.17.0 |
| 1688 | 2026-06-08T19:18:56.332Z | Compiling crossterm v0.28.1 |
| 1689 | 2026-06-08T19:18:56.630Z | Compiling zip v0.6.6 |
| 1690 | 2026-06-08T19:18:57.202Z | Compiling toml v0.7.8 |
| 1691 | 2026-06-08T19:18:57.227Z | Compiling iddqd v0.4.2 |
| 1692 | 2026-06-08T19:18:58.030Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1693 | 2026-06-08T19:18:58.044Z | Compiling similar v2.7.0 |
| 1694 | 2026-06-08T19:18:58.088Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-06-08T19:18:58.209Z | Compiling tokio-stream v0.1.18 |
| 1696 | 2026-06-08T19:18:58.408Z | Compiling buf-list v1.1.2 |
| 1697 | 2026-06-08T19:18:58.516Z | Compiling x509-cert v0.2.5 |
| 1698 | 2026-06-08T19:18:58.650Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1699 | 2026-06-08T19:18:58.667Z | Compiling openapiv3 v2.2.0 |
| 1700 | 2026-06-08T19:18:58.683Z | Compiling sha1 v0.10.6 |
| 1701 | 2026-06-08T19:18:58.905Z | Compiling peg-runtime v0.8.5 |
| 1702 | 2026-06-08T19:18:58.921Z | Compiling lalrpop-util v0.19.12 |
| 1703 | 2026-06-08T19:18:58.950Z | Compiling thread_local v1.1.9 |
| 1704 | 2026-06-08T19:18:59.113Z | Compiling slog-async v2.8.0 |
| 1705 | 2026-06-08T19:18:59.191Z | Compiling crossbeam-channel v0.5.15 |
| 1706 | 2026-06-08T19:18:59.207Z | Compiling filetime v0.2.27 |
| 1707 | 2026-06-08T19:18:59.308Z | Compiling is-terminal v0.4.17 |
| 1708 | 2026-06-08T19:18:59.379Z | Compiling term v1.2.1 |
| 1709 | 2026-06-08T19:18:59.407Z | Compiling xattr v1.6.1 |
| 1710 | 2026-06-08T19:18:59.430Z | Compiling take_mut v0.2.2 |
| 1711 | 2026-06-08T19:18:59.568Z | Compiling tar v0.4.45 |
| 1712 | 2026-06-08T19:18:59.963Z | Compiling slog-term v2.9.2 |
| 1713 | 2026-06-08T19:19:09.823Z | Compiling rustls-webpki v0.103.9 |
| 1714 | 2026-06-08T19:19:12.640Z | Compiling tokio-rustls v0.26.4 |
| 1715 | 2026-06-08T19:19:12.640Z | Compiling rustls-platform-verifier v0.6.2 |
| 1716 | 2026-06-08T19:19:12.889Z | Compiling hyper-rustls v0.27.7 |
| 1717 | 2026-06-08T19:19:13.077Z | Compiling reqwest v0.12.28 |
| 1718 | 2026-06-08T19:19:13.118Z | Compiling reqwest v0.13.2 |
| 1719 | 2026-06-08T19:19:14.298Z | Compiling tough v0.22.0 |
| 1720 | 2026-06-08T19:19:16.849Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1721 | 2026-06-08T19:19:17.065Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1722 | 2026-06-08T19:19:19.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1723 | 2026-06-08T19:19:20.061Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1724 | 2026-06-08T19:19:20.117Z | Jun 08 19:19:18.371 INFO Starting download, target: Cockroach |
| 1725 | 2026-06-08T19:19:20.117Z | Jun 08 19:19:18.371 INFO Starting download, target: Console |
| 1726 | 2026-06-08T19:19:20.117Z | Jun 08 19:19:18.371 INFO Starting download, target: Clickhouse |
| 1727 | 2026-06-08T19:19:20.117Z | Jun 08 19:19:18.371 INFO Starting download, target: DendriteStub |
| 1728 | 2026-06-08T19:19:20.121Z | Jun 08 19:19:18.371 INFO Starting download, target: MaghemiteMgd |
| 1729 | 2026-06-08T19:19:20.121Z | Jun 08 19:19:18.371 INFO Starting download, target: TransceiverControl |
| 1730 | 2026-06-08T19:19:20.122Z | Jun 08 19:19:18.371 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1731 | 2026-06-08T19:19:20.122Z | Jun 08 19:19:18.371 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1732 | 2026-06-08T19:19:20.123Z | Jun 08 19:19:18.371 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-06-08T19:19:20.123Z | Jun 08 19:19:18.371 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1734 | 2026-06-08T19:19:20.123Z | Jun 08 19:19:18.371 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1735 | 2026-06-08T19:19:20.123Z | Jun 08 19:19:18.371 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1736 | 2026-06-08T19:19:20.634Z | Jun 08 19:19:18.888 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1737 | 2026-06-08T19:19:20.868Z | Jun 08 19:19:19.104 INFO Download complete, target: TransceiverControl |
| 1738 | 2026-06-08T19:19:21.022Z | Jun 08 19:19:19.269 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1739 | 2026-06-08T19:19:21.295Z | Jun 08 19:19:19.530 INFO Download complete, target: Console |
| 1740 | 2026-06-08T19:19:21.852Z | Jun 08 19:19:20.092 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1741 | 2026-06-08T19:19:21.904Z | Jun 08 19:19:20.145 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1742 | 2026-06-08T19:19:22.125Z | Jun 08 19:19:20.378 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1743 | 2026-06-08T19:19:22.431Z | Jun 08 19:19:20.679 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1744 | 2026-06-08T19:19:22.431Z | Jun 08 19:19:20.679 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1745 | 2026-06-08T19:19:24.288Z | Jun 08 19:19:22.540 INFO Download complete, target: DendriteStub |
| 1746 | 2026-06-08T19:19:24.392Z | Jun 08 19:19:22.646 INFO Download complete, target: MaghemiteMgd |
| 1747 | 2026-06-08T19:19:27.075Z | Jun 08 19:19:25.330 INFO Checking that binary works, target: Cockroach |
| 1748 | 2026-06-08T19:19:27.196Z | Jun 08 19:19:25.450 INFO Download complete, target: Cockroach |
| 1749 | 2026-06-08T19:19:28.713Z | Jun 08 19:19:26.968 INFO Checking that binary works, target: Clickhouse |
| 1750 | 2026-06-08T19:19:28.813Z | Jun 08 19:19:27.067 INFO Download complete, target: Clickhouse |
| 1751 | 2026-06-08T19:19:28.832Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1752 | 2026-06-08T19:19:28.835Z | |
| 1753 | 2026-06-08T19:19:28.835Z | real 2:19.153573814 |
| 1754 | 2026-06-08T19:19:28.835Z | user 6:55.689323476 |
| 1755 | 2026-06-08T19:19:28.836Z | sys 1:23.226552443 |
| 1756 | 2026-06-08T19:19:28.836Z | trap 0.221890267 |
| 1757 | 2026-06-08T19:19:28.836Z | tflt 0.610391362 |
| 1758 | 2026-06-08T19:19:28.836Z | dflt 0.626159346 |
| 1759 | 2026-06-08T19:19:28.836Z | kflt 0.027592935 |
| 1760 | 2026-06-08T19:19:28.836Z | lock 23:01.539117003 |
| 1761 | 2026-06-08T19:19:28.836Z | slp 21:25.451017945 |
| 1762 | 2026-06-08T19:19:28.836Z | lat 41.994170973 |
| 1763 | 2026-06-08T19:19:28.836Z | stop 2:00.081723064 |
| 1764 | 2026-06-08T19:19:28.836Z | + banner hack-check |
| 1765 | 2026-06-08T19:19:28.836Z | |
| 1766 | 2026-06-08T19:19:28.836Z | # # ## #### # # #### # # ###### #### # # |
| 1767 | 2026-06-08T19:19:28.836Z | # # # # # # # # # # # # # # # # # |
| 1768 | 2026-06-08T19:19:28.836Z | ###### # # # #### ##### # ###### ##### # #### |
| 1769 | 2026-06-08T19:19:28.836Z | # # ###### # # # # # # # # # # |
| 1770 | 2026-06-08T19:19:28.836Z | # # # # # # # # # # # # # # # # # |
| 1771 | 2026-06-08T19:19:28.836Z | # # # # #### # # #### # # ###### #### # # |
| 1772 | 2026-06-08T19:19:28.836Z | |
| 1773 | 2026-06-08T19:19:28.836Z | + export CARGO_INCREMENTAL=0 |
| 1774 | 2026-06-08T19:19:28.836Z | + CARGO_INCREMENTAL=0 |
| 1775 | 2026-06-08T19:19:28.836Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1776 | 2026-06-08T19:19:29.370Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1777 | 2026-06-08T19:19:29.589Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1778 | 2026-06-08T19:19:31.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1779 | 2026-06-08T19:19:31.499Z | Running `target/debug/xtask check-features --ci` |
| 1780 | 2026-06-08T19:19:31.526Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1781 | 2026-06-08T19:19:31.526Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1782 | 2026-06-08T19:19:32.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1783 | 2026-06-08T19:19:32.043Z | Running `target/debug/xtask download cargo-hack` |
| 1784 | 2026-06-08T19:19:32.834Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1785 | 2026-06-08T19:19:33.149Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1786 | 2026-06-08T19:19:35.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
| 1787 | 2026-06-08T19:19:35.859Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1788 | 2026-06-08T19:19:35.902Z | Jun 08 19:19:34.156 INFO Starting download, target: CargoHack |
| 1789 | 2026-06-08T19:19:35.906Z | Jun 08 19:19:34.157 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1790 | 2026-06-08T19:19:36.612Z | Jun 08 19:19:34.866 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1791 | 2026-06-08T19:19:36.663Z | Jun 08 19:19:34.917 INFO Download complete, target: CargoHack |
| 1792 | 2026-06-08T19:19:36.666Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1793 | 2026-06-08T19:19:36.678Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1794 | 2026-06-08T19:19:36.835Z | info: running `cargo check --bins` on api_identity (1/297) |
| 1795 | 2026-06-08T19:19:37.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1796 | 2026-06-08T19:19:37.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1797 | 2026-06-08T19:19:37.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1798 | 2026-06-08T19:19:37.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1799 | 2026-06-08T19:19:37.416Z | |
| 1800 | 2026-06-08T19:19:37.416Z | info: running `cargo check --bins` on bootstore (2/297) |
| 1801 | 2026-06-08T19:19:37.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1802 | 2026-06-08T19:19:37.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1803 | 2026-06-08T19:19:37.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1804 | 2026-06-08T19:19:37.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1805 | 2026-06-08T19:19:38.005Z | |
| 1806 | 2026-06-08T19:19:38.005Z | info: running `cargo check --bins` on omicron-ledger (3/297) |
| 1807 | 2026-06-08T19:19:38.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1808 | 2026-06-08T19:19:38.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1809 | 2026-06-08T19:19:38.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1810 | 2026-06-08T19:19:38.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1811 | 2026-06-08T19:19:38.587Z | |
| 1812 | 2026-06-08T19:19:38.587Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297) |
| 1813 | 2026-06-08T19:19:39.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1814 | 2026-06-08T19:19:39.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1815 | 2026-06-08T19:19:39.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1816 | 2026-06-08T19:19:39.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1817 | 2026-06-08T19:19:39.173Z | |
| 1818 | 2026-06-08T19:19:39.175Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297) |
| 1819 | 2026-06-08T19:19:39.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2026-06-08T19:19:39.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2026-06-08T19:19:39.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2026-06-08T19:19:39.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1823 | 2026-06-08T19:19:39.759Z | |
| 1824 | 2026-06-08T19:19:39.759Z | info: running `cargo check --bins` on omicron-certificates (6/297) |
| 1825 | 2026-06-08T19:19:40.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-06-08T19:19:40.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-06-08T19:19:40.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-06-08T19:19:40.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1829 | 2026-06-08T19:19:40.341Z | |
| 1830 | 2026-06-08T19:19:40.341Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/297) |
| 1831 | 2026-06-08T19:19:40.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-06-08T19:19:40.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-06-08T19:19:40.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-06-08T19:19:40.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1835 | 2026-06-08T19:19:40.929Z | |
| 1836 | 2026-06-08T19:19:40.929Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297) |
| 1837 | 2026-06-08T19:19:41.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-06-08T19:19:41.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-06-08T19:19:41.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-06-08T19:19:41.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1841 | 2026-06-08T19:19:41.523Z | |
| 1842 | 2026-06-08T19:19:41.523Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297) |
| 1843 | 2026-06-08T19:19:41.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-06-08T19:19:41.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-06-08T19:19:41.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-06-08T19:19:41.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1847 | 2026-06-08T19:19:41.996Z | |
| 1848 | 2026-06-08T19:19:41.996Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297) |
| 1849 | 2026-06-08T19:19:42.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-06-08T19:19:42.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-06-08T19:19:42.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-06-08T19:19:42.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1853 | 2026-06-08T19:19:42.462Z | |
| 1854 | 2026-06-08T19:19:42.462Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297) |
| 1855 | 2026-06-08T19:19:42.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-06-08T19:19:42.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-06-08T19:19:42.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-06-08T19:19:42.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1859 | 2026-06-08T19:19:42.923Z | |
| 1860 | 2026-06-08T19:19:42.923Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297) |
| 1861 | 2026-06-08T19:19:43.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-06-08T19:19:43.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-06-08T19:19:43.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-06-08T19:19:43.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1865 | 2026-06-08T19:19:43.386Z | |
| 1866 | 2026-06-08T19:19:43.386Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297) |
| 1867 | 2026-06-08T19:19:43.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-06-08T19:19:43.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-06-08T19:19:43.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-06-08T19:19:43.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1871 | 2026-06-08T19:19:43.853Z | |
| 1872 | 2026-06-08T19:19:43.853Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297) |
| 1873 | 2026-06-08T19:19:44.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-06-08T19:19:44.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-06-08T19:19:44.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-06-08T19:19:44.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1877 | 2026-06-08T19:19:44.320Z | |
| 1878 | 2026-06-08T19:19:44.320Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297) |
| 1879 | 2026-06-08T19:19:44.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-06-08T19:19:44.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-06-08T19:19:44.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-06-08T19:19:44.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1883 | 2026-06-08T19:19:44.821Z | |
| 1884 | 2026-06-08T19:19:44.821Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297) |
| 1885 | 2026-06-08T19:19:45.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-06-08T19:19:45.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-06-08T19:19:45.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-06-08T19:19:45.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1889 | 2026-06-08T19:19:45.247Z | |
| 1890 | 2026-06-08T19:19:45.247Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297) |
| 1891 | 2026-06-08T19:19:45.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-06-08T19:19:45.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-06-08T19:19:45.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-06-08T19:19:45.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1895 | 2026-06-08T19:19:45.712Z | |
| 1896 | 2026-06-08T19:19:45.712Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297) |
| 1897 | 2026-06-08T19:19:46.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-06-08T19:19:46.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-06-08T19:19:46.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-06-08T19:19:46.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1901 | 2026-06-08T19:19:46.176Z | |
| 1902 | 2026-06-08T19:19:46.176Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297) |
| 1903 | 2026-06-08T19:19:46.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-06-08T19:19:46.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-06-08T19:19:46.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-06-08T19:19:46.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1907 | 2026-06-08T19:19:46.644Z | |
| 1908 | 2026-06-08T19:19:46.644Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297) |
| 1909 | 2026-06-08T19:19:47.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-06-08T19:19:47.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-06-08T19:19:47.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-06-08T19:19:47.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1913 | 2026-06-08T19:19:47.117Z | |
| 1914 | 2026-06-08T19:19:47.117Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297) |
| 1915 | 2026-06-08T19:19:47.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-06-08T19:19:47.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-06-08T19:19:47.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-06-08T19:19:47.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1919 | 2026-06-08T19:19:47.586Z | |
| 1920 | 2026-06-08T19:19:47.586Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297) |
| 1921 | 2026-06-08T19:19:47.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-06-08T19:19:47.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-06-08T19:19:47.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-06-08T19:19:48.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1925 | 2026-06-08T19:19:48.060Z | |
| 1926 | 2026-06-08T19:19:48.060Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297) |
| 1927 | 2026-06-08T19:19:48.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-06-08T19:19:48.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-06-08T19:19:48.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-06-08T19:19:48.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1931 | 2026-06-08T19:19:48.531Z | |
| 1932 | 2026-06-08T19:19:48.532Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297) |
| 1933 | 2026-06-08T19:19:48.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-06-08T19:19:48.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-06-08T19:19:48.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-06-08T19:19:48.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1937 | 2026-06-08T19:19:48.994Z | |
| 1938 | 2026-06-08T19:19:48.994Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297) |
| 1939 | 2026-06-08T19:19:49.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-06-08T19:19:49.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-06-08T19:19:49.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-06-08T19:19:49.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1943 | 2026-06-08T19:19:49.465Z | |
| 1944 | 2026-06-08T19:19:49.465Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297) |
| 1945 | 2026-06-08T19:19:49.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-06-08T19:19:49.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-06-08T19:19:49.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-06-08T19:19:49.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1949 | 2026-06-08T19:19:49.933Z | |
| 1950 | 2026-06-08T19:19:49.934Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297) |
| 1951 | 2026-06-08T19:19:50.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-06-08T19:19:50.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-06-08T19:19:50.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-06-08T19:19:50.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1955 | 2026-06-08T19:19:50.404Z | |
| 1956 | 2026-06-08T19:19:50.404Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297) |
| 1957 | 2026-06-08T19:19:50.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-06-08T19:19:50.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-06-08T19:19:50.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-06-08T19:19:50.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1961 | 2026-06-08T19:19:50.874Z | |
| 1962 | 2026-06-08T19:19:50.874Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297) |
| 1963 | 2026-06-08T19:19:51.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-06-08T19:19:51.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-06-08T19:19:51.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-06-08T19:19:51.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1967 | 2026-06-08T19:19:51.342Z | |
| 1968 | 2026-06-08T19:19:51.342Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297) |
| 1969 | 2026-06-08T19:19:51.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-06-08T19:19:51.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-06-08T19:19:51.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-06-08T19:19:51.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1973 | 2026-06-08T19:19:51.810Z | |
| 1974 | 2026-06-08T19:19:51.810Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297) |
| 1975 | 2026-06-08T19:19:52.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-06-08T19:19:52.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-06-08T19:19:52.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-06-08T19:19:52.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1979 | 2026-06-08T19:19:52.277Z | |
| 1980 | 2026-06-08T19:19:52.277Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297) |
| 1981 | 2026-06-08T19:19:52.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-06-08T19:19:52.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-06-08T19:19:52.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-06-08T19:19:52.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1985 | 2026-06-08T19:19:52.744Z | |
| 1986 | 2026-06-08T19:19:52.744Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297) |
| 1987 | 2026-06-08T19:19:53.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-06-08T19:19:53.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-06-08T19:19:53.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-06-08T19:19:53.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1991 | 2026-06-08T19:19:53.213Z | |
| 1992 | 2026-06-08T19:19:53.213Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297) |
| 1993 | 2026-06-08T19:19:53.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-06-08T19:19:53.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-06-08T19:19:53.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-06-08T19:19:53.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1997 | 2026-06-08T19:19:53.686Z | |
| 1998 | 2026-06-08T19:19:53.686Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297) |
| 1999 | 2026-06-08T19:19:54.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-06-08T19:19:54.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-06-08T19:19:54.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-06-08T19:19:54.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2003 | 2026-06-08T19:19:54.157Z | |
| 2004 | 2026-06-08T19:19:54.157Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297) |
| 2005 | 2026-06-08T19:19:54.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-06-08T19:19:54.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-06-08T19:19:54.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-06-08T19:19:54.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2009 | 2026-06-08T19:19:54.626Z | |
| 2010 | 2026-06-08T19:19:54.626Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297) |
| 2011 | 2026-06-08T19:19:55.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-06-08T19:19:55.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-06-08T19:19:55.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-06-08T19:19:55.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2015 | 2026-06-08T19:19:55.095Z | |
| 2016 | 2026-06-08T19:19:55.095Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297) |
| 2017 | 2026-06-08T19:19:55.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-06-08T19:19:55.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-06-08T19:19:55.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-06-08T19:19:55.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2021 | 2026-06-08T19:19:55.556Z | |
| 2022 | 2026-06-08T19:19:55.556Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297) |
| 2023 | 2026-06-08T19:19:55.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-06-08T19:19:55.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-06-08T19:19:55.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-06-08T19:19:55.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2027 | 2026-06-08T19:19:56.022Z | |
| 2028 | 2026-06-08T19:19:56.022Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297) |
| 2029 | 2026-06-08T19:19:56.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-06-08T19:19:56.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-06-08T19:19:56.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-06-08T19:19:56.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2033 | 2026-06-08T19:19:56.491Z | |
| 2034 | 2026-06-08T19:19:56.491Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297) |
| 2035 | 2026-06-08T19:19:56.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-06-08T19:19:56.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-06-08T19:19:56.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-06-08T19:19:56.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2039 | 2026-06-08T19:19:56.959Z | |
| 2040 | 2026-06-08T19:19:56.959Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297) |
| 2041 | 2026-06-08T19:19:57.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-06-08T19:19:57.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-06-08T19:19:57.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-06-08T19:19:57.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2045 | 2026-06-08T19:19:57.422Z | |
| 2046 | 2026-06-08T19:19:57.422Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297) |
| 2047 | 2026-06-08T19:19:57.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-06-08T19:19:57.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-06-08T19:19:57.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-06-08T19:19:57.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2051 | 2026-06-08T19:19:57.889Z | |
| 2052 | 2026-06-08T19:19:57.889Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297) |
| 2053 | 2026-06-08T19:19:58.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-06-08T19:19:58.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-06-08T19:19:58.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-06-08T19:19:58.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2057 | 2026-06-08T19:19:58.359Z | |
| 2058 | 2026-06-08T19:19:58.361Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297) |
| 2059 | 2026-06-08T19:19:58.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-06-08T19:19:58.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-06-08T19:19:58.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-06-08T19:19:58.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2063 | 2026-06-08T19:19:58.823Z | |
| 2064 | 2026-06-08T19:19:58.823Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297) |
| 2065 | 2026-06-08T19:19:59.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-06-08T19:19:59.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-06-08T19:19:59.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-06-08T19:19:59.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2069 | 2026-06-08T19:19:59.286Z | |
| 2070 | 2026-06-08T19:19:59.286Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297) |
| 2071 | 2026-06-08T19:19:59.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-06-08T19:19:59.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-06-08T19:19:59.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-06-08T19:19:59.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2075 | 2026-06-08T19:19:59.756Z | |
| 2076 | 2026-06-08T19:19:59.756Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297) |
| 2077 | 2026-06-08T19:20:00.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-06-08T19:20:00.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-06-08T19:20:00.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-06-08T19:20:00.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2081 | 2026-06-08T19:20:00.225Z | |
| 2082 | 2026-06-08T19:20:00.225Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297) |
| 2083 | 2026-06-08T19:20:00.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-06-08T19:20:00.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-06-08T19:20:00.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-06-08T19:20:00.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2087 | 2026-06-08T19:20:00.858Z | |
| 2088 | 2026-06-08T19:20:00.858Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297) |
| 2089 | 2026-06-08T19:20:01.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-06-08T19:20:01.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-06-08T19:20:01.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-06-08T19:20:01.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2093 | 2026-06-08T19:20:01.493Z | |
| 2094 | 2026-06-08T19:20:01.493Z | info: running `cargo check --bins` on nexus-config (51/297) |
| 2095 | 2026-06-08T19:20:02.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-06-08T19:20:02.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-06-08T19:20:02.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-06-08T19:20:02.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2099 | 2026-06-08T19:20:02.125Z | |
| 2100 | 2026-06-08T19:20:02.125Z | info: running `cargo check --bins` on nexus-types (52/297) |
| 2101 | 2026-06-08T19:20:02.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-06-08T19:20:02.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-06-08T19:20:02.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-06-08T19:20:02.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2105 | 2026-06-08T19:20:02.754Z | |
| 2106 | 2026-06-08T19:20:02.754Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297) |
| 2107 | 2026-06-08T19:20:03.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-06-08T19:20:03.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-06-08T19:20:03.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-06-08T19:20:03.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2111 | 2026-06-08T19:20:03.349Z | |
| 2112 | 2026-06-08T19:20:03.349Z | info: running `cargo check --bins` on omicron-passwords (54/297) |
| 2113 | 2026-06-08T19:20:03.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-06-08T19:20:03.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-06-08T19:20:03.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-06-08T19:20:03.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2117 | 2026-06-08T19:20:03.929Z | |
| 2118 | 2026-06-08T19:20:03.929Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/297) |
| 2119 | 2026-06-08T19:20:04.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-06-08T19:20:04.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-06-08T19:20:04.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2122 | 2026-06-08T19:20:04.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2123 | 2026-06-08T19:20:04.527Z | |
| 2124 | 2026-06-08T19:20:04.527Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297) |
| 2125 | 2026-06-08T19:20:05.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2026-06-08T19:20:05.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2026-06-08T19:20:05.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2026-06-08T19:20:05.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2129 | 2026-06-08T19:20:05.129Z | |
| 2130 | 2026-06-08T19:20:05.130Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297) |
| 2131 | 2026-06-08T19:20:05.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2026-06-08T19:20:05.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2026-06-08T19:20:05.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2026-06-08T19:20:05.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2135 | 2026-06-08T19:20:05.731Z | |
| 2136 | 2026-06-08T19:20:05.731Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297) |
| 2137 | 2026-06-08T19:20:06.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2026-06-08T19:20:06.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2026-06-08T19:20:06.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2026-06-08T19:20:06.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2141 | 2026-06-08T19:20:06.331Z | |
| 2142 | 2026-06-08T19:20:06.331Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297) |
| 2143 | 2026-06-08T19:20:06.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2026-06-08T19:20:06.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2026-06-08T19:20:06.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2026-06-08T19:20:06.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2147 | 2026-06-08T19:20:06.915Z | |
| 2148 | 2026-06-08T19:20:06.915Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297) |
| 2149 | 2026-06-08T19:20:07.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2026-06-08T19:20:07.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2026-06-08T19:20:07.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2026-06-08T19:20:07.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2153 | 2026-06-08T19:20:07.496Z | |
| 2154 | 2026-06-08T19:20:07.496Z | info: running `cargo check --bins --no-default-features` on gfss (61/297) |
| 2155 | 2026-06-08T19:20:07.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2026-06-08T19:20:07.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2026-06-08T19:20:07.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2026-06-08T19:20:07.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2159 | 2026-06-08T19:20:08.071Z | |
| 2160 | 2026-06-08T19:20:08.071Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297) |
| 2161 | 2026-06-08T19:20:08.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2026-06-08T19:20:08.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2026-06-08T19:20:08.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2026-06-08T19:20:08.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2165 | 2026-06-08T19:20:08.647Z | |
| 2166 | 2026-06-08T19:20:08.647Z | info: running `cargo check --bins` on clickhouse-admin-types (63/297) |
| 2167 | 2026-06-08T19:20:09.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2026-06-08T19:20:09.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2026-06-08T19:20:09.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2026-06-08T19:20:09.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2171 | 2026-06-08T19:20:09.245Z | |
| 2172 | 2026-06-08T19:20:09.245Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/297) |
| 2173 | 2026-06-08T19:20:09.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2026-06-08T19:20:09.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2026-06-08T19:20:09.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2176 | 2026-06-08T19:20:09.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2177 | 2026-06-08T19:20:09.845Z | |
| 2178 | 2026-06-08T19:20:09.845Z | info: running `cargo check --bins` on cockroach-admin-types (65/297) |
| 2179 | 2026-06-08T19:20:10.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2180 | 2026-06-08T19:20:10.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2181 | 2026-06-08T19:20:10.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2182 | 2026-06-08T19:20:10.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2183 | 2026-06-08T19:20:10.436Z | |
| 2184 | 2026-06-08T19:20:10.436Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/297) |
| 2185 | 2026-06-08T19:20:10.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2186 | 2026-06-08T19:20:10.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2187 | 2026-06-08T19:20:10.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2188 | 2026-06-08T19:20:10.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2189 | 2026-06-08T19:20:11.023Z | |
| 2190 | 2026-06-08T19:20:11.023Z | info: running `cargo check --bins` on ereport-types (67/297) |
| 2191 | 2026-06-08T19:20:11.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2192 | 2026-06-08T19:20:11.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2193 | 2026-06-08T19:20:11.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2194 | 2026-06-08T19:20:11.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2195 | 2026-06-08T19:20:11.624Z | |
| 2196 | 2026-06-08T19:20:11.624Z | info: running `cargo check --bins` on gateway-client (68/297) |
| 2197 | 2026-06-08T19:20:12.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2198 | 2026-06-08T19:20:12.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2199 | 2026-06-08T19:20:12.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2200 | 2026-06-08T19:20:12.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2201 | 2026-06-08T19:20:12.223Z | |
| 2202 | 2026-06-08T19:20:12.223Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/297) |
| 2203 | 2026-06-08T19:20:12.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2204 | 2026-06-08T19:20:12.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2205 | 2026-06-08T19:20:12.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2206 | 2026-06-08T19:20:12.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2207 | 2026-06-08T19:20:12.814Z | |
| 2208 | 2026-06-08T19:20:12.814Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297) |
| 2209 | 2026-06-08T19:20:13.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2210 | 2026-06-08T19:20:13.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2211 | 2026-06-08T19:20:13.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2212 | 2026-06-08T19:20:13.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2213 | 2026-06-08T19:20:13.405Z | |
| 2214 | 2026-06-08T19:20:13.406Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297) |
| 2215 | 2026-06-08T19:20:13.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2216 | 2026-06-08T19:20:13.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2217 | 2026-06-08T19:20:13.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2218 | 2026-06-08T19:20:13.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2219 | 2026-06-08T19:20:13.998Z | |
| 2220 | 2026-06-08T19:20:13.998Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297) |
| 2221 | 2026-06-08T19:20:14.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2222 | 2026-06-08T19:20:14.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2223 | 2026-06-08T19:20:14.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2224 | 2026-06-08T19:20:14.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2225 | 2026-06-08T19:20:14.594Z | |
| 2226 | 2026-06-08T19:20:14.594Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/297) |
| 2227 | 2026-06-08T19:20:15.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2026-06-08T19:20:15.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2026-06-08T19:20:15.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2230 | 2026-06-08T19:20:15.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2231 | 2026-06-08T19:20:15.211Z | |
| 2232 | 2026-06-08T19:20:15.211Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297) |
| 2233 | 2026-06-08T19:20:15.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2026-06-08T19:20:15.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2026-06-08T19:20:15.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2026-06-08T19:20:15.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2237 | 2026-06-08T19:20:15.832Z | |
| 2238 | 2026-06-08T19:20:15.832Z | info: running `cargo check --bins` on key-manager-types (75/297) |
| 2239 | 2026-06-08T19:20:16.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2026-06-08T19:20:16.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2026-06-08T19:20:16.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2242 | 2026-06-08T19:20:16.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2243 | 2026-06-08T19:20:16.425Z | |
| 2244 | 2026-06-08T19:20:16.426Z | info: running `cargo check --bins` on oxlog (76/297) |
| 2245 | 2026-06-08T19:20:16.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2246 | 2026-06-08T19:20:16.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2247 | 2026-06-08T19:20:17.045Z | Checking cfg-if v1.0.4 |
| 2248 | 2026-06-08T19:20:17.048Z | Checking libc v0.2.185 |
| 2249 | 2026-06-08T19:20:17.048Z | Checking serde_core v1.0.228 |
| 2250 | 2026-06-08T19:20:17.166Z | Checking zeroize v1.8.2 |
| 2251 | 2026-06-08T19:20:17.173Z | Checking memchr v2.8.0 |
| 2252 | 2026-06-08T19:20:17.181Z | Checking log v0.4.29 |
| 2253 | 2026-06-08T19:20:17.191Z | Checking smallvec v1.15.1 |
| 2254 | 2026-06-08T19:20:17.202Z | Checking typenum v1.19.0 |
| 2255 | 2026-06-08T19:20:17.202Z | Checking subtle v2.6.1 |
| 2256 | 2026-06-08T19:20:17.303Z | Checking itoa v1.0.17 |
| 2257 | 2026-06-08T19:20:17.336Z | Checking scopeguard v1.2.0 |
| 2258 | 2026-06-08T19:20:17.356Z | Checking stable_deref_trait v1.2.1 |
| 2259 | 2026-06-08T19:20:17.368Z | Checking const-oid v0.9.6 |
| 2260 | 2026-06-08T19:20:17.428Z | Checking zerofrom v0.1.6 |
| 2261 | 2026-06-08T19:20:17.440Z | Checking lock_api v0.4.14 |
| 2262 | 2026-06-08T19:20:17.452Z | Checking pin-project-lite v0.2.17 |
| 2263 | 2026-06-08T19:20:17.534Z | Checking portable-atomic v1.13.1 |
| 2264 | 2026-06-08T19:20:17.547Z | Checking yoke v0.8.1 |
| 2265 | 2026-06-08T19:20:17.547Z | Checking futures-core v0.3.32 |
| 2266 | 2026-06-08T19:20:17.561Z | Checking getrandom v0.2.17 |
| 2267 | 2026-06-08T19:20:17.630Z | Checking errno v0.3.14 |
| 2268 | 2026-06-08T19:20:17.697Z | Checking parking_lot_core v0.9.12 |
| 2269 | 2026-06-08T19:20:17.719Z | Checking generic-array v0.14.7 |
| 2270 | 2026-06-08T19:20:17.731Z | Checking rand_core v0.6.4 |
| 2271 | 2026-06-08T19:20:17.743Z | Checking signal-hook-registry v1.4.8 |
| 2272 | 2026-06-08T19:20:17.768Z | Checking zerovec v0.11.5 |
| 2273 | 2026-06-08T19:20:17.877Z | Checking critical-section v1.2.0 |
| 2274 | 2026-06-08T19:20:17.896Z | Checking parking_lot v0.12.5 |
| 2275 | 2026-06-08T19:20:17.898Z | Checking mio v1.2.0 |
| 2276 | 2026-06-08T19:20:17.923Z | Checking zerocopy v0.8.40 |
| 2277 | 2026-06-08T19:20:17.972Z | Checking once_cell v1.21.3 |
| 2278 | 2026-06-08T19:20:18.048Z | Checking zmij v1.0.21 |
| 2279 | 2026-06-08T19:20:18.077Z | Checking socket2 v0.6.3 |
| 2280 | 2026-06-08T19:20:18.141Z | Checking libm v0.2.16 |
| 2281 | 2026-06-08T19:20:18.152Z | Checking crypto-common v0.1.7 |
| 2282 | 2026-06-08T19:20:18.179Z | Checking block-buffer v0.10.4 |
| 2283 | 2026-06-08T19:20:18.193Z | Checking tinystr v0.8.2 |
| 2284 | 2026-06-08T19:20:18.251Z | Checking litemap v0.8.1 |
| 2285 | 2026-06-08T19:20:18.268Z | Checking writeable v0.6.2 |
| 2286 | 2026-06-08T19:20:18.315Z | Checking digest v0.10.7 |
| 2287 | 2026-06-08T19:20:18.315Z | Checking percent-encoding v2.3.2 |
| 2288 | 2026-06-08T19:20:18.368Z | Checking equivalent v1.0.2 |
| 2289 | 2026-06-08T19:20:18.421Z | Checking icu_locale_core v2.1.1 |
| 2290 | 2026-06-08T19:20:18.424Z | Checking potential_utf v0.1.4 |
| 2291 | 2026-06-08T19:20:18.446Z | Checking zerotrie v0.2.3 |
| 2292 | 2026-06-08T19:20:18.460Z | Checking futures-sink v0.3.32 |
| 2293 | 2026-06-08T19:20:18.509Z | Checking futures-io v0.3.32 |
| 2294 | 2026-06-08T19:20:18.553Z | Checking futures-channel v0.3.32 |
| 2295 | 2026-06-08T19:20:18.556Z | Checking icu_collections v2.1.1 |
| 2296 | 2026-06-08T19:20:18.618Z | Checking futures-task v0.3.32 |
| 2297 | 2026-06-08T19:20:18.629Z | Checking serde v1.0.228 |
| 2298 | 2026-06-08T19:20:18.686Z | Checking bitflags v2.11.0 |
| 2299 | 2026-06-08T19:20:18.749Z | Checking serde_json v1.0.149 |
| 2300 | 2026-06-08T19:20:18.761Z | Checking slab v0.4.12 |
| 2301 | 2026-06-08T19:20:18.831Z | Checking num-traits v0.2.19 |
| 2302 | 2026-06-08T19:20:18.849Z | Checking cpufeatures v0.2.17 |
| 2303 | 2026-06-08T19:20:18.861Z | Checking hmac v0.12.1 |
| 2304 | 2026-06-08T19:20:18.913Z | Checking futures-util v0.3.32 |
| 2305 | 2026-06-08T19:20:18.925Z | Checking icu_normalizer_data v2.1.1 |
| 2306 | 2026-06-08T19:20:18.959Z | Checking icu_provider v2.1.1 |
| 2307 | 2026-06-08T19:20:18.988Z | Checking icu_properties_data v2.1.2 |
| 2308 | 2026-06-08T19:20:19.000Z | Checking rand_core v0.10.0 |
| 2309 | 2026-06-08T19:20:19.035Z | Checking bytes v1.11.1 |
| 2310 | 2026-06-08T19:20:19.113Z | Checking hashbrown v0.17.0 |
| 2311 | 2026-06-08T19:20:19.134Z | Checking getrandom v0.4.1 |
| 2312 | 2026-06-08T19:20:19.192Z | Checking icu_properties v2.1.2 |
| 2313 | 2026-06-08T19:20:19.275Z | Checking icu_normalizer v2.1.1 |
| 2314 | 2026-06-08T19:20:19.363Z | Checking block-padding v0.3.3 |
| 2315 | 2026-06-08T19:20:19.424Z | Checking utf8_iter v1.0.4 |
| 2316 | 2026-06-08T19:20:19.474Z | Checking tokio v1.52.1 |
| 2317 | 2026-06-08T19:20:19.492Z | Checking inout v0.1.4 |
| 2318 | 2026-06-08T19:20:19.545Z | Checking sha2 v0.10.9 |
| 2319 | 2026-06-08T19:20:19.568Z | Checking indexmap v2.14.0 |
| 2320 | 2026-06-08T19:20:19.580Z | Checking form_urlencoded v1.2.2 |
| 2321 | 2026-06-08T19:20:19.625Z | Checking cipher v0.4.4 |
| 2322 | 2026-06-08T19:20:19.701Z | Checking getrandom v0.3.4 |
| 2323 | 2026-06-08T19:20:19.811Z | Checking base64ct v1.8.3 |
| 2324 | 2026-06-08T19:20:19.829Z | Checking byteorder v1.5.0 |
| 2325 | 2026-06-08T19:20:19.841Z | Checking fnv v1.0.7 |
| 2326 | 2026-06-08T19:20:19.933Z | Checking flagset v0.4.7 |
| 2327 | 2026-06-08T19:20:19.995Z | Checking idna_adapter v1.2.1 |
| 2328 | 2026-06-08T19:20:20.029Z | Checking rand_core v0.9.5 |
| 2329 | 2026-06-08T19:20:20.041Z | Checking pem-rfc7468 v0.7.0 |
| 2330 | 2026-06-08T19:20:20.053Z | Checking http v1.4.0 |
| 2331 | 2026-06-08T19:20:20.111Z | Checking idna v1.1.0 |
| 2332 | 2026-06-08T19:20:20.124Z | Checking regex-syntax v0.8.10 |
| 2333 | 2026-06-08T19:20:20.190Z | Checking der v0.7.10 |
| 2334 | 2026-06-08T19:20:20.204Z | Checking salsa20 v0.10.2 |
| 2335 | 2026-06-08T19:20:20.334Z | Checking uuid v1.23.0 |
| 2336 | 2026-06-08T19:20:20.351Z | Checking url v2.5.8 |
| 2337 | 2026-06-08T19:20:20.608Z | Checking pbkdf2 v0.12.2 |
| 2338 | 2026-06-08T19:20:20.640Z | Checking rustix v1.1.3 |
| 2339 | 2026-06-08T19:20:20.691Z | Checking ppv-lite86 v0.2.21 |
| 2340 | 2026-06-08T19:20:20.715Z | Checking tracing-core v0.1.36 |
| 2341 | 2026-06-08T19:20:20.778Z | Checking rustls-pki-types v1.14.0 |
| 2342 | 2026-06-08T19:20:20.807Z | Checking base64 v0.22.1 |
| 2343 | 2026-06-08T19:20:20.918Z | Checking spki v0.7.3 |
| 2344 | 2026-06-08T19:20:20.983Z | Checking iana-time-zone v0.1.65 |
| 2345 | 2026-06-08T19:20:21.018Z | Checking tracing v0.1.44 |
| 2346 | 2026-06-08T19:20:21.037Z | Checking rand_chacha v0.9.0 |
| 2347 | 2026-06-08T19:20:21.060Z | Checking scrypt v0.11.0 |
| 2348 | 2026-06-08T19:20:21.081Z | Checking http-body v1.0.1 |
| 2349 | 2026-06-08T19:20:21.081Z | Checking chrono v0.4.44 |
| 2350 | 2026-06-08T19:20:21.196Z | Checking aes v0.8.4 |
| 2351 | 2026-06-08T19:20:21.214Z | Checking cbc v0.1.2 |
| 2352 | 2026-06-08T19:20:21.223Z | Checking aws-lc-sys v0.40.0 |
| 2353 | 2026-06-08T19:20:21.235Z | Checking untrusted v0.9.0 |
| 2354 | 2026-06-08T19:20:21.335Z | Checking tinyvec_macros v0.1.1 |
| 2355 | 2026-06-08T19:20:21.348Z | Checking untrusted v0.7.1 |
| 2356 | 2026-06-08T19:20:21.399Z | Checking openssl-probe v0.2.1 |
| 2357 | 2026-06-08T19:20:21.416Z | Checking tinyvec v1.10.0 |
| 2358 | 2026-06-08T19:20:21.456Z | Checking ring v0.17.14 |
| 2359 | 2026-06-08T19:20:21.477Z | Checking rand v0.9.2 |
| 2360 | 2026-06-08T19:20:21.503Z | Checking tower-service v0.3.3 |
| 2361 | 2026-06-08T19:20:21.580Z | Checking pkcs5 v0.7.1 |
| 2362 | 2026-06-08T19:20:21.593Z | Checking tower-layer v0.3.3 |
| 2363 | 2026-06-08T19:20:21.720Z | Checking atomic-waker v1.1.2 |
| 2364 | 2026-06-08T19:20:21.723Z | Checking aws-lc-rs v1.16.3 |
| 2365 | 2026-06-08T19:20:21.743Z | Checking try-lock v0.2.5 |
| 2366 | 2026-06-08T19:20:21.818Z | Checking ipnet v2.11.0 |
| 2367 | 2026-06-08T19:20:21.831Z | Checking pkcs8 v0.10.2 |
| 2368 | 2026-06-08T19:20:21.845Z | Checking want v0.3.1 |
| 2369 | 2026-06-08T19:20:21.940Z | Checking httparse v1.10.1 |
| 2370 | 2026-06-08T19:20:21.940Z | Checking aho-corasick v1.1.4 |
| 2371 | 2026-06-08T19:20:21.965Z | Checking pin-utils v0.1.0 |
| 2372 | 2026-06-08T19:20:21.997Z | Checking plain v0.2.3 |
| 2373 | 2026-06-08T19:20:22.029Z | Checking httpdate v1.0.3 |
| 2374 | 2026-06-08T19:20:22.063Z | Checking utf8parse v0.2.2 |
| 2375 | 2026-06-08T19:20:22.097Z | Checking fastrand v2.3.0 |
| 2376 | 2026-06-08T19:20:22.148Z | Checking dyn-clone v1.0.20 |
| 2377 | 2026-06-08T19:20:22.162Z | Checking foreign-types-shared v0.1.1 |
| 2378 | 2026-06-08T19:20:22.179Z | Checking unicode-normalization v0.1.25 |
| 2379 | 2026-06-08T19:20:22.245Z | Checking foreign-types v0.3.2 |
| 2380 | 2026-06-08T19:20:22.255Z | Checking semver v1.0.28 |
| 2381 | 2026-06-08T19:20:22.269Z | Checking tempfile v3.25.0 |
| 2382 | 2026-06-08T19:20:22.308Z | Checking openssl-sys v0.9.115 |
| 2383 | 2026-06-08T19:20:22.447Z | Checking spin v0.9.8 |
| 2384 | 2026-06-08T19:20:22.461Z | Checking ucd-trie v0.1.7 |
| 2385 | 2026-06-08T19:20:22.467Z | Checking anstyle v1.0.14 |
| 2386 | 2026-06-08T19:20:22.568Z | Checking rustls-webpki v0.103.9 |
| 2387 | 2026-06-08T19:20:22.582Z | Checking unicode-ident v1.0.24 |
| 2388 | 2026-06-08T19:20:22.598Z | Checking pest v2.8.6 |
| 2389 | 2026-06-08T19:20:22.627Z | Checking schemars v0.8.22 |
| 2390 | 2026-06-08T19:20:22.631Z | Checking regex-automata v0.4.14 |
| 2391 | 2026-06-08T19:20:22.654Z | Checking rustls-native-certs v0.8.3 |
| 2392 | 2026-06-08T19:20:22.682Z | Checking proc-macro2 v1.0.106 |
| 2393 | 2026-06-08T19:20:22.693Z | Checking openssl v0.10.79 |
| 2394 | 2026-06-08T19:20:22.706Z | Checking tokio-util v0.7.18 |
| 2395 | 2026-06-08T19:20:22.777Z | Checking thiserror v2.0.18 |
| 2396 | 2026-06-08T19:20:22.876Z | Checking sync_wrapper v1.0.2 |
| 2397 | 2026-06-08T19:20:22.976Z | Checking wait-timeout v0.2.1 |
| 2398 | 2026-06-08T19:20:22.990Z | Checking rustls v0.23.37 |
| 2399 | 2026-06-08T19:20:23.004Z | Checking anstyle-query v1.1.5 |
| 2400 | 2026-06-08T19:20:23.092Z | Checking siphasher v1.0.2 |
| 2401 | 2026-06-08T19:20:23.092Z | Checking powerfmt v0.2.0 |
| 2402 | 2026-06-08T19:20:23.245Z | Checking quick-error v1.2.3 |
| 2403 | 2026-06-08T19:20:23.249Z | Checking pretty-hex v0.4.1 |
| 2404 | 2026-06-08T19:20:23.268Z | Checking is_terminal_polyfill v1.70.2 |
| 2405 | 2026-06-08T19:20:23.306Z | Checking h2 v0.4.13 |
| 2406 | 2026-06-08T19:20:23.343Z | Checking bit-vec v0.8.0 |
| 2407 | 2026-06-08T19:20:23.355Z | Checking colorchoice v1.0.4 |
| 2408 | 2026-06-08T19:20:23.368Z | Checking simd-adler32 v0.3.8 |
| 2409 | 2026-06-08T19:20:23.450Z | Checking rusty-fork v0.3.1 |
| 2410 | 2026-06-08T19:20:23.531Z | Checking deranged v0.5.8 |
| 2411 | 2026-06-08T19:20:23.541Z | Checking bit-set v0.8.0 |
| 2412 | 2026-06-08T19:20:23.620Z | Checking quote v1.0.45 |
| 2413 | 2026-06-08T19:20:23.644Z | Checking tower v0.5.3 |
| 2414 | 2026-06-08T19:20:23.681Z | Compiling newtype-uuid v1.3.2 |
| 2415 | 2026-06-08T19:20:23.788Z | Checking http-body-util v0.1.3 |
| 2416 | 2026-06-08T19:20:23.860Z | Checking webpki-roots v1.0.6 |
| 2417 | 2026-06-08T19:20:23.975Z | Checking crossbeam-utils v0.8.21 |
| 2418 | 2026-06-08T19:20:24.025Z | Checking rand_xorshift v0.4.0 |
| 2419 | 2026-06-08T19:20:24.038Z | Checking crc32fast v1.5.0 |
| 2420 | 2026-06-08T19:20:24.143Z | Checking scroll v0.13.0 |
| 2421 | 2026-06-08T19:20:24.173Z | Checking signature v2.2.0 |
| 2422 | 2026-06-08T19:20:24.303Z | Checking unarray v0.1.4 |
| 2423 | 2026-06-08T19:20:24.303Z | Checking unicode-properties v0.1.4 |
| 2424 | 2026-06-08T19:20:24.380Z | Checking adler2 v2.0.1 |
| 2425 | 2026-06-08T19:20:24.413Z | Checking allocator-api2 v0.2.21 |
| 2426 | 2026-06-08T19:20:24.467Z | Checking num-conv v0.2.0 |
| 2427 | 2026-06-08T19:20:24.467Z | Checking unicode-bidi v0.3.18 |
| 2428 | 2026-06-08T19:20:24.486Z | Checking time-core v0.1.8 |
| 2429 | 2026-06-08T19:20:24.500Z | Checking num_threads v0.1.7 |
| 2430 | 2026-06-08T19:20:24.576Z | Checking ryu v1.0.23 |
| 2431 | 2026-06-08T19:20:24.589Z | Checking iri-string v0.7.10 |
| 2432 | 2026-06-08T19:20:24.623Z | Checking time v0.3.47 |
| 2433 | 2026-06-08T19:20:24.697Z | Checking miniz_oxide v0.8.9 |
| 2434 | 2026-06-08T19:20:24.710Z | Checking serde_urlencoded v0.7.1 |
| 2435 | 2026-06-08T19:20:24.722Z | Checking native-tls v0.2.18 |
| 2436 | 2026-06-08T19:20:24.762Z | Checking stringprep v0.1.5 |
| 2437 | 2026-06-08T19:20:24.895Z | Checking tokio-native-tls v0.3.1 |
| 2438 | 2026-06-08T19:20:24.908Z | Checking bstr v1.12.1 |
| 2439 | 2026-06-08T19:20:24.911Z | Checking proptest v1.11.0 |
| 2440 | 2026-06-08T19:20:25.044Z | Checking goblin v0.10.5 |
| 2441 | 2026-06-08T19:20:25.058Z | Checking crossbeam-epoch v0.9.18 |
| 2442 | 2026-06-08T19:20:25.283Z | Compiling daft v0.1.7 |
| 2443 | 2026-06-08T19:20:25.296Z | Checking syn v2.0.117 |
| 2444 | 2026-06-08T19:20:25.354Z | Checking tokio-rustls v0.26.4 |
| 2445 | 2026-06-08T19:20:25.547Z | Checking ipnetwork v0.21.1 |
| 2446 | 2026-06-08T19:20:25.582Z | Checking anstyle-parse v1.0.0 |
| 2447 | 2026-06-08T19:20:25.597Z | Checking tower-http v0.6.8 |
| 2448 | 2026-06-08T19:20:25.731Z | Checking rand_chacha v0.3.1 |
| 2449 | 2026-06-08T19:20:25.734Z | Checking thiserror v1.0.69 |
| 2450 | 2026-06-08T19:20:25.756Z | Checking scroll v0.12.0 |
| 2451 | 2026-06-08T19:20:25.839Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2452 | 2026-06-08T19:20:25.873Z | Checking hash32 v0.2.1 |
| 2453 | 2026-06-08T19:20:25.937Z | Checking num-integer v0.1.46 |
| 2454 | 2026-06-08T19:20:25.949Z | Checking toml_datetime v0.6.11 |
| 2455 | 2026-06-08T19:20:25.976Z | Checking serde_spanned v0.6.9 |
| 2456 | 2026-06-08T19:20:26.018Z | Checking hyper v1.8.1 |
| 2457 | 2026-06-08T19:20:26.030Z | Checking md-5 v0.10.6 |
| 2458 | 2026-06-08T19:20:26.096Z | Checking ff v0.13.1 |
| 2459 | 2026-06-08T19:20:26.120Z | Checking encoding_rs v0.8.35 |
| 2460 | 2026-06-08T19:20:26.156Z | Checking mime v0.3.17 |
| 2461 | 2026-06-08T19:20:26.170Z | Checking fallible-iterator v0.2.0 |
| 2462 | 2026-06-08T19:20:26.221Z | Checking base16ct v0.2.0 |
| 2463 | 2026-06-08T19:20:26.324Z | Checking zlib-rs v0.6.2 |
| 2464 | 2026-06-08T19:20:26.342Z | Checking psl-types v2.0.11 |
| 2465 | 2026-06-08T19:20:26.435Z | Checking postgres-protocol v0.6.10 |
| 2466 | 2026-06-08T19:20:26.456Z | Checking publicsuffix v2.3.0 |
| 2467 | 2026-06-08T19:20:26.613Z | Checking sec1 v0.7.3 |
| 2468 | 2026-06-08T19:20:26.738Z | Checking group v0.13.0 |
| 2469 | 2026-06-08T19:20:26.816Z | Checking num-iter v0.1.45 |
| 2470 | 2026-06-08T19:20:26.832Z | Checking heapless v0.7.17 |
| 2471 | 2026-06-08T19:20:26.881Z | Checking goblin v0.8.2 |
| 2472 | 2026-06-08T19:20:26.908Z | Checking hyper-util v0.1.20 |
| 2473 | 2026-06-08T19:20:26.925Z | Checking zstd-safe v7.2.4 |
| 2474 | 2026-06-08T19:20:27.046Z | Checking rand v0.8.6 |
| 2475 | 2026-06-08T19:20:27.084Z | Checking oxnet v0.1.5 |
| 2476 | 2026-06-08T19:20:27.188Z | Checking flate2 v1.1.9 |
| 2477 | 2026-06-08T19:20:27.238Z | Checking cookie v0.18.1 |
| 2478 | 2026-06-08T19:20:27.317Z | Checking anstream v1.0.0 |
| 2479 | 2026-06-08T19:20:27.353Z | Checking dof v0.4.0 |
| 2480 | 2026-06-08T19:20:27.461Z | Compiling iddqd v0.4.2 |
| 2481 | 2026-06-08T19:20:27.476Z | Checking dtrace-parser v0.3.0 |
| 2482 | 2026-06-08T19:20:27.513Z | Checking phf_shared v0.13.1 |
| 2483 | 2026-06-08T19:20:27.534Z | Checking lazy_static v1.5.0 |
| 2484 | 2026-06-08T19:20:27.546Z | Checking anstyle-parse v0.2.7 |
| 2485 | 2026-06-08T19:20:27.622Z | Checking zerocopy v0.7.35 |
| 2486 | 2026-06-08T19:20:27.689Z | Checking pin-project v1.1.11 |
| 2487 | 2026-06-08T19:20:27.710Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2488 | 2026-06-08T19:20:27.713Z | Checking signal-hook v0.3.18 |
| 2489 | 2026-06-08T19:20:27.780Z | Checking terminal_size v0.4.3 |
| 2490 | 2026-06-08T19:20:27.802Z | Checking futures-executor v0.3.32 |
| 2491 | 2026-06-08T19:20:27.894Z | Checking hex v0.4.3 |
| 2492 | 2026-06-08T19:20:27.894Z | Checking hkdf v0.12.4 |
| 2493 | 2026-06-08T19:20:27.949Z | Checking crypto-bigint v0.5.5 |
| 2494 | 2026-06-08T19:20:27.980Z | Checking thread-id v5.1.0 |
| 2495 | 2026-06-08T19:20:28.057Z | Compiling rayon-core v1.13.0 |
| 2496 | 2026-06-08T19:20:28.062Z | Checking foldhash v0.2.0 |
| 2497 | 2026-06-08T19:20:28.112Z | Checking managed v0.8.0 |
| 2498 | 2026-06-08T19:20:28.116Z | Checking bumpalo v3.20.2 |
| 2499 | 2026-06-08T19:20:28.147Z | Checking hyper-rustls v0.27.7 |
| 2500 | 2026-06-08T19:20:28.222Z | Checking hyper-tls v0.6.0 |
| 2501 | 2026-06-08T19:20:28.227Z | Checking winnow v0.5.40 |
| 2502 | 2026-06-08T19:20:28.293Z | Checking either v1.15.0 |
| 2503 | 2026-06-08T19:20:28.315Z | Checking same-file v1.0.6 |
| 2504 | 2026-06-08T19:20:28.358Z | Checking winnow v0.7.14 |
| 2505 | 2026-06-08T19:20:28.370Z | Checking bitflags v1.3.2 |
| 2506 | 2026-06-08T19:20:28.428Z | Checking libbz2-rs-sys v0.2.2 |
| 2507 | 2026-06-08T19:20:28.439Z | Checking strsim v0.11.1 |
| 2508 | 2026-06-08T19:20:28.475Z | Checking clap_lex v1.0.0 |
| 2509 | 2026-06-08T19:20:28.598Z | Checking foldhash v0.1.5 |
| 2510 | 2026-06-08T19:20:28.625Z | Checking clap_builder v4.6.0 |
| 2511 | 2026-06-08T19:20:28.720Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2512 | 2026-06-08T19:20:28.732Z | Checking hashbrown v0.15.5 |
| 2513 | 2026-06-08T19:20:28.752Z | Checking dof v0.3.0 |
| 2514 | 2026-06-08T19:20:28.817Z | Checking bzip2 v0.6.1 |
| 2515 | 2026-06-08T19:20:28.857Z | Checking elliptic-curve v0.13.8 |
| 2516 | 2026-06-08T19:20:28.904Z | Checking smoltcp v0.9.1 |
| 2517 | 2026-06-08T19:20:28.994Z | Checking walkdir v2.5.0 |
| 2518 | 2026-06-08T19:20:29.048Z | Checking reqwest v0.12.28 |
| 2519 | 2026-06-08T19:20:29.147Z | Checking zopfli v0.8.3 |
| 2520 | 2026-06-08T19:20:29.149Z | Checking hashbrown v0.16.1 |
| 2521 | 2026-06-08T19:20:29.226Z | Checking usdt-impl v0.6.0 |
| 2522 | 2026-06-08T19:20:29.366Z | Checking toml_edit v0.19.15 |
| 2523 | 2026-06-08T19:20:29.480Z | Checking futures v0.3.32 |
| 2524 | 2026-06-08T19:20:29.493Z | Checking signal-hook-mio v0.2.5 |
| 2525 | 2026-06-08T19:20:29.509Z | Checking bzip2 v0.4.4 |
| 2526 | 2026-06-08T19:20:29.557Z | Checking snafu v0.8.9 |
| 2527 | 2026-06-08T19:20:29.570Z | Checking phf v0.13.1 |
| 2528 | 2026-06-08T19:20:29.586Z | Checking anstream v0.6.21 |
| 2529 | 2026-06-08T19:20:29.659Z | Checking num-bigint-dig v0.8.6 |
| 2530 | 2026-06-08T19:20:29.671Z | Checking cookie_store v0.22.1 |
| 2531 | 2026-06-08T19:20:29.783Z | Checking zstd v0.13.3 |
| 2532 | 2026-06-08T19:20:29.794Z | Checking postgres-types v0.2.12 |
| 2533 | 2026-06-08T19:20:29.857Z | Checking dtrace-parser v0.2.0 |
| 2534 | 2026-06-08T19:20:29.905Z | Checking rustls-platform-verifier v0.6.2 |
| 2535 | 2026-06-08T19:20:29.945Z | Checking globset v0.4.18 |
| 2536 | 2026-06-08T19:20:29.968Z | Checking crossbeam-deque v0.8.6 |
| 2537 | 2026-06-08T19:20:29.998Z | Checking regex v1.12.3 |
| 2538 | 2026-06-08T19:20:30.040Z | Checking ed25519 v2.2.3 |
| 2539 | 2026-06-08T19:20:30.084Z | Checking phf_shared v0.11.3 |
| 2540 | 2026-06-08T19:20:30.097Z | Checking olpc-cjson v0.1.4 |
| 2541 | 2026-06-08T19:20:30.139Z | Checking ref-cast v1.0.25 |
| 2542 | 2026-06-08T19:20:30.202Z | Checking curve25519-dalek v4.1.3 |
| 2543 | 2026-06-08T19:20:30.219Z | Checking strum v0.27.2 |
| 2544 | 2026-06-08T19:20:30.222Z | Checking hubpack v0.1.2 |
| 2545 | 2026-06-08T19:20:30.222Z | Checking memoffset v0.9.1 |
| 2546 | 2026-06-08T19:20:30.253Z | Checking rustix v0.38.44 |
| 2547 | 2026-06-08T19:20:30.273Z | Checking pkcs1 v0.7.5 |
| 2548 | 2026-06-08T19:20:30.307Z | Checking pem v3.0.6 |
| 2549 | 2026-06-08T19:20:30.347Z | Checking float-cmp v0.10.0 |
| 2550 | 2026-06-08T19:20:30.382Z | Checking serde-big-array v0.5.1 |
| 2551 | 2026-06-08T19:20:30.398Z | Checking erased-serde v0.3.31 |
| 2552 | 2026-06-08T19:20:30.459Z | Checking serde_plain v1.0.2 |
| 2553 | 2026-06-08T19:20:30.471Z | Checking rfc6979 v0.4.0 |
| 2554 | 2026-06-08T19:20:30.474Z | Checking thread-id v4.2.2 |
| 2555 | 2026-06-08T19:20:30.495Z | Checking memmap2 v0.9.10 |
| 2556 | 2026-06-08T19:20:30.509Z | Checking env_filter v1.0.0 |
| 2557 | 2026-06-08T19:20:30.555Z | Checking fixedbitset v0.5.7 |
| 2558 | 2026-06-08T19:20:30.581Z | Checking keccak v0.1.6 |
| 2559 | 2026-06-08T19:20:30.597Z | Checking difflib v0.4.0 |
| 2560 | 2026-06-08T19:20:30.647Z | Checking fixedbitset v0.4.2 |
| 2561 | 2026-06-08T19:20:30.647Z | Checking predicates-core v1.0.10 |
| 2562 | 2026-06-08T19:20:30.740Z | Checking whoami v2.1.0 |
| 2563 | 2026-06-08T19:20:30.743Z | Checking typed-path v0.9.3 |
| 2564 | 2026-06-08T19:20:30.773Z | Checking unicode-segmentation v1.12.0 |
| 2565 | 2026-06-08T19:20:30.776Z | Checking precomputed-hash v0.1.1 |
| 2566 | 2026-06-08T19:20:30.776Z | Checking jiff v0.2.21 |
| 2567 | 2026-06-08T19:20:30.807Z | Checking static_assertions v1.1.0 |
| 2568 | 2026-06-08T19:20:30.854Z | Checking normalize-line-endings v0.3.0 |
| 2569 | 2026-06-08T19:20:30.875Z | Checking data-encoding v2.10.0 |
| 2570 | 2026-06-08T19:20:30.928Z | Checking new_debug_unreachable v1.0.6 |
| 2571 | 2026-06-08T19:20:30.943Z | Checking toml_write v0.1.2 |
| 2572 | 2026-06-08T19:20:30.967Z | Checking ed25519-dalek v2.2.0 |
| 2573 | 2026-06-08T19:20:30.995Z | Checking string_cache v0.8.9 |
| 2574 | 2026-06-08T19:20:31.058Z | Checking crossterm v0.28.1 |
| 2575 | 2026-06-08T19:20:31.096Z | Checking similar v2.7.0 |
| 2576 | 2026-06-08T19:20:31.108Z | Checking toml_edit v0.22.27 |
| 2577 | 2026-06-08T19:20:31.141Z | Checking hickory-proto v0.25.2 |
| 2578 | 2026-06-08T19:20:31.157Z | Checking predicates v3.1.4 |
| 2579 | 2026-06-08T19:20:31.197Z | Checking tokio-postgres v0.7.16 |
| 2580 | 2026-06-08T19:20:31.447Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2581 | 2026-06-08T19:20:31.479Z | Checking petgraph v0.6.5 |
| 2582 | 2026-06-08T19:20:31.514Z | Checking tough v0.22.0 |
| 2583 | 2026-06-08T19:20:31.749Z | Checking slog v2.8.2 |
| 2584 | 2026-06-08T19:20:32.023Z | Checking petgraph v0.8.3 |
| 2585 | 2026-06-08T19:20:32.178Z | Checking sha3 v0.10.8 |
| 2586 | 2026-06-08T19:20:32.383Z | Checking env_logger v0.11.9 |
| 2587 | 2026-06-08T19:20:32.419Z | Checking usdt v0.6.0 |
| 2588 | 2026-06-08T19:20:32.568Z | Checking ecdsa v0.16.9 |
| 2589 | 2026-06-08T19:20:32.585Z | Checking usdt-impl v0.5.0 |
| 2590 | 2026-06-08T19:20:32.723Z | Checking rsa v0.9.10 |
| 2591 | 2026-06-08T19:20:32.861Z | Checking toml v0.7.8 |
| 2592 | 2026-06-08T19:20:32.903Z | Checking nix v0.31.2 |
| 2593 | 2026-06-08T19:20:33.006Z | Checking zip v4.6.1 |
| 2594 | 2026-06-08T19:20:33.513Z | Checking reqwest v0.13.2 |
| 2595 | 2026-06-08T19:20:33.526Z | Checking clap v4.6.1 |
| 2596 | 2026-06-08T19:20:33.570Z | Checking zip v0.6.6 |
| 2597 | 2026-06-08T19:20:33.582Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2598 | 2026-06-08T19:20:33.619Z | Checking itertools v0.13.0 |
| 2599 | 2026-06-08T19:20:33.706Z | Checking serde_with v3.17.0 |
| 2600 | 2026-06-08T19:20:33.891Z | Checking strum v0.26.3 |
| 2601 | 2026-06-08T19:20:33.904Z | Checking fs-err v3.3.0 |
| 2602 | 2026-06-08T19:20:33.908Z | Checking ahash v0.8.12 |
| 2603 | 2026-06-08T19:20:33.945Z | Checking object v0.37.3 |
| 2604 | 2026-06-08T19:20:34.018Z | Checking tokio-stream v0.1.18 |
| 2605 | 2026-06-08T19:20:34.090Z | Checking buf-list v1.1.2 |
| 2606 | 2026-06-08T19:20:34.119Z | Checking camino v1.2.2 |
| 2607 | 2026-06-08T19:20:34.208Z | Checking anyhow v1.0.102 |
| 2608 | 2026-06-08T19:20:34.272Z | Checking x509-cert v0.2.5 |
| 2609 | 2026-06-08T19:20:34.367Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2610 | 2026-06-08T19:20:34.380Z | Checking openapiv3 v2.2.0 |
| 2611 | 2026-06-08T19:20:34.407Z | Checking sha1 v0.10.6 |
| 2612 | 2026-06-08T19:20:34.410Z | Checking peg-runtime v0.8.5 |
| 2613 | 2026-06-08T19:20:34.558Z | Checking lalrpop-util v0.19.12 |
| 2614 | 2026-06-08T19:20:34.570Z | Checking rayon v1.11.0 |
| 2615 | 2026-06-08T19:20:34.624Z | Checking sigpipe v0.1.3 |
| 2616 | 2026-06-08T19:20:34.672Z | Checking glob v0.3.3 |
| 2617 | 2026-06-08T19:20:36.136Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2618 | 2026-06-08T19:20:36.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.98s |
| 2619 | 2026-06-08T19:20:36.582Z | |
| 2620 | 2026-06-08T19:20:36.582Z | info: running `cargo check --bins` on internal-dns-types (77/297) |
| 2621 | 2026-06-08T19:20:37.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2622 | 2026-06-08T19:20:37.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2623 | 2026-06-08T19:20:37.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2624 | 2026-06-08T19:20:37.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2625 | 2026-06-08T19:20:37.173Z | |
| 2626 | 2026-06-08T19:20:37.173Z | info: running `cargo check --bins` on internal-dns-types-versions (78/297) |
| 2627 | 2026-06-08T19:20:37.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2628 | 2026-06-08T19:20:37.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2629 | 2026-06-08T19:20:37.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2630 | 2026-06-08T19:20:37.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2631 | 2026-06-08T19:20:37.768Z | |
| 2632 | 2026-06-08T19:20:37.768Z | info: running `cargo check --bins` on nexus-types-versions (79/297) |
| 2633 | 2026-06-08T19:20:38.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2634 | 2026-06-08T19:20:38.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2635 | 2026-06-08T19:20:38.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2636 | 2026-06-08T19:20:38.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2637 | 2026-06-08T19:20:38.377Z | |
| 2638 | 2026-06-08T19:20:38.377Z | info: running `cargo check --bins` on oxql-types (80/297) |
| 2639 | 2026-06-08T19:20:38.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2640 | 2026-06-08T19:20:38.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2641 | 2026-06-08T19:20:38.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2642 | 2026-06-08T19:20:38.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2643 | 2026-06-08T19:20:38.966Z | |
| 2644 | 2026-06-08T19:20:38.966Z | info: running `cargo check --bins` on oximeter-types (81/297) |
| 2645 | 2026-06-08T19:20:39.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2026-06-08T19:20:39.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2026-06-08T19:20:39.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2648 | 2026-06-08T19:20:39.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2649 | 2026-06-08T19:20:39.559Z | |
| 2650 | 2026-06-08T19:20:39.559Z | info: running `cargo check --bins` on oximeter-types-versions (82/297) |
| 2651 | 2026-06-08T19:20:40.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2026-06-08T19:20:40.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2026-06-08T19:20:40.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2654 | 2026-06-08T19:20:40.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2655 | 2026-06-08T19:20:40.150Z | |
| 2656 | 2026-06-08T19:20:40.150Z | info: running `cargo check --bins` on oximeter-macro-impl (83/297) |
| 2657 | 2026-06-08T19:20:40.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2026-06-08T19:20:40.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2026-06-08T19:20:40.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2026-06-08T19:20:40.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2661 | 2026-06-08T19:20:40.731Z | |
| 2662 | 2026-06-08T19:20:40.731Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/297) |
| 2663 | 2026-06-08T19:20:41.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2026-06-08T19:20:41.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2026-06-08T19:20:41.424Z | Compiling structmeta-derive v0.3.0 |
| 2666 | 2026-06-08T19:20:41.542Z | Compiling rustls v0.22.4 |
| 2667 | 2026-06-08T19:20:41.552Z | Compiling multer v3.1.0 |
| 2668 | 2026-06-08T19:20:41.562Z | Compiling async-stream-impl v0.3.6 |
| 2669 | 2026-06-08T19:20:41.565Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2670 | 2026-06-08T19:20:41.584Z | Compiling dropshot v0.17.0 |
| 2671 | 2026-06-08T19:20:41.599Z | Compiling newtype-uuid-macros v0.1.0 |
| 2672 | 2026-06-08T19:20:41.599Z | Compiling dropshot_endpoint v0.17.0 |
| 2673 | 2026-06-08T19:20:41.715Z | Checking newtype-uuid v1.3.2 |
| 2674 | 2026-06-08T19:20:41.779Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2675 | 2026-06-08T19:20:41.839Z | Checking rustls-webpki v0.102.8 |
| 2676 | 2026-06-08T19:20:41.913Z | Checking daft v0.1.7 |
| 2677 | 2026-06-08T19:20:41.945Z | Checking thread_local v1.1.9 |
| 2678 | 2026-06-08T19:20:42.106Z | Checking match_cfg v0.1.0 |
| 2679 | 2026-06-08T19:20:42.136Z | Checking compression-core v0.4.31 |
| 2680 | 2026-06-08T19:20:42.150Z | Checking iddqd v0.4.2 |
| 2681 | 2026-06-08T19:20:42.171Z | Checking hostname v0.3.1 |
| 2682 | 2026-06-08T19:20:42.212Z | Checking crossbeam-channel v0.5.15 |
| 2683 | 2026-06-08T19:20:42.258Z | Checking compression-codecs v0.4.37 |
| 2684 | 2026-06-08T19:20:42.272Z | Checking slog-json v2.6.1 |
| 2685 | 2026-06-08T19:20:42.352Z | Checking serde_spanned v1.0.4 |
| 2686 | 2026-06-08T19:20:42.420Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2687 | 2026-06-08T19:20:42.423Z | Checking is-terminal v0.4.17 |
| 2688 | 2026-06-08T19:20:42.480Z | Checking term v1.2.1 |
| 2689 | 2026-06-08T19:20:42.520Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2690 | 2026-06-08T19:20:42.542Z | Checking debug-ignore v1.0.5 |
| 2691 | 2026-06-08T19:20:42.583Z | Compiling structmeta v0.3.0 |
| 2692 | 2026-06-08T19:20:42.619Z | Checking take_mut v0.2.2 |
| 2693 | 2026-06-08T19:20:42.639Z | Checking slog-bunyan v2.5.0 |
| 2694 | 2026-06-08T19:20:42.696Z | Checking slog-term v2.9.2 |
| 2695 | 2026-06-08T19:20:42.699Z | Checking toml v1.0.6+spec-1.1.0 |
| 2696 | 2026-06-08T19:20:42.721Z | Checking slog-async v2.8.0 |
| 2697 | 2026-06-08T19:20:42.749Z | Checking async-compression v0.4.41 |
| 2698 | 2026-06-08T19:20:42.793Z | Compiling derive-ex v0.1.8 |
| 2699 | 2026-06-08T19:20:42.888Z | Compiling parse-display-derive v0.10.0 |
| 2700 | 2026-06-08T19:20:42.962Z | Checking async-stream v0.3.6 |
| 2701 | 2026-06-08T19:20:42.989Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2702 | 2026-06-08T19:20:43.058Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2703 | 2026-06-08T19:20:43.082Z | Checking progenitor-client v0.14.0 |
| 2704 | 2026-06-08T19:20:43.095Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2705 | 2026-06-08T19:20:43.235Z | Checking waitgroup v0.1.2 |
| 2706 | 2026-06-08T19:20:43.280Z | Checking backon v1.6.0 |
| 2707 | 2026-06-08T19:20:43.312Z | Checking rustls-pemfile v2.2.0 |
| 2708 | 2026-06-08T19:20:43.347Z | Checking serde_path_to_error v0.1.20 |
| 2709 | 2026-06-08T19:20:43.358Z | Checking hostname v0.4.2 |
| 2710 | 2026-06-08T19:20:43.443Z | Checking instant v0.1.13 |
| 2711 | 2026-06-08T19:20:43.528Z | Checking backoff v0.4.0 |
| 2712 | 2026-06-08T19:20:43.622Z | Checking progenitor-extras v0.2.0 |
| 2713 | 2026-06-08T19:20:43.638Z | Checking tokio-rustls v0.25.0 |
| 2714 | 2026-06-08T19:20:43.661Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2715 | 2026-06-08T19:20:43.714Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2716 | 2026-06-08T19:20:43.861Z | Checking itertools v0.14.0 |
| 2717 | 2026-06-08T19:20:43.874Z | Checking progenitor-client v0.10.0 |
| 2718 | 2026-06-08T19:20:44.080Z | Checking regress v0.10.5 |
| 2719 | 2026-06-08T19:20:44.116Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2720 | 2026-06-08T19:20:44.331Z | Checking macaddr v1.0.1 |
| 2721 | 2026-06-08T19:20:44.477Z | Compiling test-strategy v0.4.5 |
| 2722 | 2026-06-08T19:20:44.583Z | Checking parse-display v0.10.0 |
| 2723 | 2026-06-08T19:20:44.738Z | Checking humantime v2.3.0 |
| 2724 | 2026-06-08T19:20:45.717Z | Compiling prettyplease v0.2.37 |
| 2725 | 2026-06-08T19:20:45.955Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2726 | 2026-06-08T19:20:46.156Z | Checking num-rational v0.4.2 |
| 2727 | 2026-06-08T19:20:46.323Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2728 | 2026-06-08T19:20:46.668Z | Checking num-complex v0.4.6 |
| 2729 | 2026-06-08T19:20:47.306Z | Checking num v0.4.3 |
| 2730 | 2026-06-08T19:20:47.393Z | Compiling usdt-macro v0.5.0 |
| 2731 | 2026-06-08T19:20:47.398Z | Compiling usdt-attr-macro v0.5.0 |
| 2732 | 2026-06-08T19:20:47.418Z | Checking memmap v0.7.0 |
| 2733 | 2026-06-08T19:20:47.452Z | Checking float-ord v0.3.2 |
| 2734 | 2026-06-08T19:20:47.542Z | Checking unicode-width v0.2.0 |
| 2735 | 2026-06-08T19:20:47.557Z | Compiling convert_case v0.4.0 |
| 2736 | 2026-06-08T19:20:47.795Z | Checking console v0.15.11 |
| 2737 | 2026-06-08T19:20:47.928Z | Compiling derive_more v0.99.20 |
| 2738 | 2026-06-08T19:20:48.068Z | Checking newline-converter v0.3.0 |
| 2739 | 2026-06-08T19:20:48.103Z | Checking atomicwrites v0.4.4 |
| 2740 | 2026-06-08T19:20:48.162Z | Checking usdt v0.5.0 |
| 2741 | 2026-06-08T19:20:48.178Z | Compiling toml v0.8.23 |
| 2742 | 2026-06-08T19:20:48.232Z | Checking linked-hash-map v0.5.6 |
| 2743 | 2026-06-08T19:20:48.328Z | Compiling minimal-lexical v0.2.1 |
| 2744 | 2026-06-08T19:20:48.402Z | Checking lru-cache v0.1.2 |
| 2745 | 2026-06-08T19:20:48.523Z | Compiling nom v7.1.3 |
| 2746 | 2026-06-08T19:20:48.583Z | Checking expectorate v1.2.0 |
| 2747 | 2026-06-08T19:20:49.163Z | Checking camino-tempfile v1.4.1 |
| 2748 | 2026-06-08T19:20:49.282Z | Checking hickory-proto v0.24.4 |
| 2749 | 2026-06-08T19:20:49.328Z | Checking phf_shared v0.12.1 |
| 2750 | 2026-06-08T19:20:49.474Z | Compiling slog-dtrace v0.3.0 |
| 2751 | 2026-06-08T19:20:49.524Z | Checking resolv-conf v0.7.6 |
| 2752 | 2026-06-08T19:20:49.670Z | Compiling chrono-tz v0.10.4 |
| 2753 | 2026-06-08T19:20:49.716Z | Checking heck v0.5.0 |
| 2754 | 2026-06-08T19:20:49.845Z | Compiling const_format_proc_macros v0.2.34 |
| 2755 | 2026-06-08T19:20:49.897Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2756 | 2026-06-08T19:20:49.921Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2757 | 2026-06-08T19:20:49.933Z | Checking phf v0.12.1 |
| 2758 | 2026-06-08T19:20:50.078Z | Checking tokio-dtrace v0.1.1 |
| 2759 | 2026-06-08T19:20:50.262Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2760 | 2026-06-08T19:20:50.396Z | Compiling derive-where v1.6.0 |
| 2761 | 2026-06-08T19:20:50.512Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2762 | 2026-06-08T19:20:50.791Z | Checking highway v1.3.0 |
| 2763 | 2026-06-08T19:20:51.024Z | Checking const_format v0.2.35 |
| 2764 | 2026-06-08T19:20:51.116Z | Checking hickory-resolver v0.24.4 |
| 2765 | 2026-06-08T19:20:51.250Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2766 | 2026-06-08T19:20:51.285Z | Checking oxide-tokio-rt v0.1.4 |
| 2767 | 2026-06-08T19:20:51.415Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2768 | 2026-06-08T19:20:51.674Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2769 | 2026-06-08T19:20:51.718Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2770 | 2026-06-08T19:20:51.845Z | Checking qorb v0.4.1 |
| 2771 | 2026-06-08T19:20:51.910Z | Checking gethostname v0.5.0 |
| 2772 | 2026-06-08T19:20:51.963Z | Checking bcs v0.1.6 |
| 2773 | 2026-06-08T19:20:51.999Z | Checking termtree v0.5.1 |
| 2774 | 2026-06-08T19:20:52.015Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2775 | 2026-06-08T19:20:55.219Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2776 | 2026-06-08T19:20:57.968Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2777 | 2026-06-08T19:21:00.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.38s |
| 2778 | 2026-06-08T19:21:00.295Z | |
| 2779 | 2026-06-08T19:21:00.295Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297) |
| 2780 | 2026-06-08T19:21:00.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-06-08T19:21:00.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-06-08T19:21:00.978Z | Compiling ar_archive_writer v0.5.1 |
| 2783 | 2026-06-08T19:21:00.982Z | Compiling stacker v0.1.23 |
| 2784 | 2026-06-08T19:21:01.096Z | Compiling cfg_aliases v0.1.1 |
| 2785 | 2026-06-08T19:21:01.104Z | Compiling convert_case v0.10.0 |
| 2786 | 2026-06-08T19:21:01.106Z | Checking unicode-width v0.1.14 |
| 2787 | 2026-06-08T19:21:01.121Z | Compiling proc-macro-error v1.0.4 |
| 2788 | 2026-06-08T19:21:01.132Z | Checking fd-lock v4.0.4 |
| 2789 | 2026-06-08T19:21:01.136Z | Checking nibble_vec v0.1.0 |
| 2790 | 2026-06-08T19:21:01.155Z | Compiling nix v0.28.0 |
| 2791 | 2026-06-08T19:21:01.242Z | Checking vte v0.14.1 |
| 2792 | 2026-06-08T19:21:01.258Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2793 | 2026-06-08T19:21:01.342Z | Checking bytecount v0.6.9 |
| 2794 | 2026-06-08T19:21:01.343Z | Checking endian-type v0.1.2 |
| 2795 | 2026-06-08T19:21:01.390Z | Checking strip-ansi-escapes v0.2.1 |
| 2796 | 2026-06-08T19:21:01.403Z | Compiling derive_more-impl v2.1.1 |
| 2797 | 2026-06-08T19:21:01.403Z | Compiling tabled_derive v0.7.0 |
| 2798 | 2026-06-08T19:21:01.439Z | Checking papergrid v0.11.0 |
| 2799 | 2026-06-08T19:21:01.474Z | Checking radix_trie v0.2.1 |
| 2800 | 2026-06-08T19:21:01.488Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2801 | 2026-06-08T19:21:01.651Z | Compiling peg-macros v0.8.5 |
| 2802 | 2026-06-08T19:21:01.679Z | Checking winnow v0.6.26 |
| 2803 | 2026-06-08T19:21:01.910Z | Compiling psm v0.1.30 |
| 2804 | 2026-06-08T19:21:01.961Z | Compiling sqlparser_derive v0.5.0 |
| 2805 | 2026-06-08T19:21:02.042Z | Checking unicode_categories v0.1.1 |
| 2806 | 2026-06-08T19:21:02.191Z | Checking derive_more v2.1.1 |
| 2807 | 2026-06-08T19:21:02.197Z | Checking home v0.5.12 |
| 2808 | 2026-06-08T19:21:02.302Z | Checking nu-ansi-term v0.50.3 |
| 2809 | 2026-06-08T19:21:02.339Z | Checking crossterm v0.29.0 |
| 2810 | 2026-06-08T19:21:02.361Z | Checking tabled v0.15.0 |
| 2811 | 2026-06-08T19:21:02.431Z | Checking rustyline v14.0.0 |
| 2812 | 2026-06-08T19:21:02.509Z | Checking reedline v0.40.0 |
| 2813 | 2026-06-08T19:21:02.679Z | Checking recursive v0.1.1 |
| 2814 | 2026-06-08T19:21:02.726Z | Checking display-error-chain v0.2.2 |
| 2815 | 2026-06-08T19:21:02.773Z | Checking sqlparser v0.61.0 |
| 2816 | 2026-06-08T19:21:02.808Z | Checking sqlformat v0.3.5 |
| 2817 | 2026-06-08T19:21:02.992Z | Checking peg v0.8.5 |
| 2818 | 2026-06-08T19:21:13.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s |
| 2819 | 2026-06-08T19:21:14.127Z | |
| 2820 | 2026-06-08T19:21:14.128Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297) |
| 2821 | 2026-06-08T19:21:14.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-06-08T19:21:14.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-06-08T19:21:14.809Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2824 | 2026-06-08T19:21:18.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
| 2825 | 2026-06-08T19:21:18.428Z | |
| 2826 | 2026-06-08T19:21:18.428Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297) |
| 2827 | 2026-06-08T19:21:18.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-06-08T19:21:18.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-06-08T19:21:19.118Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-06-08T19:21:21.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
| 2831 | 2026-06-08T19:21:21.744Z | |
| 2832 | 2026-06-08T19:21:21.744Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297) |
| 2833 | 2026-06-08T19:21:22.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-06-08T19:21:22.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-06-08T19:21:22.425Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-06-08T19:21:25.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2837 | 2026-06-08T19:21:25.845Z | |
| 2838 | 2026-06-08T19:21:25.845Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297) |
| 2839 | 2026-06-08T19:21:26.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-06-08T19:21:26.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-06-08T19:21:26.533Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2026-06-08T19:21:29.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 2843 | 2026-06-08T19:21:29.972Z | |
| 2844 | 2026-06-08T19:21:29.972Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297) |
| 2845 | 2026-06-08T19:21:30.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-06-08T19:21:30.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-06-08T19:21:30.662Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2848 | 2026-06-08T19:21:33.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 2849 | 2026-06-08T19:21:33.410Z | |
| 2850 | 2026-06-08T19:21:33.410Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297) |
| 2851 | 2026-06-08T19:21:33.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-06-08T19:21:33.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-06-08T19:21:34.106Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-06-08T19:21:36.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
| 2855 | 2026-06-08T19:21:36.934Z | |
| 2856 | 2026-06-08T19:21:36.934Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297) |
| 2857 | 2026-06-08T19:21:37.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-06-08T19:21:37.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-06-08T19:21:37.631Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2026-06-08T19:21:41.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2861 | 2026-06-08T19:21:41.224Z | |
| 2862 | 2026-06-08T19:21:41.225Z | info: running `cargo check --bins` on oximeter (93/297) |
| 2863 | 2026-06-08T19:21:41.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-06-08T19:21:41.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-06-08T19:21:41.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2026-06-08T19:21:41.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2867 | 2026-06-08T19:21:41.842Z | |
| 2868 | 2026-06-08T19:21:41.842Z | info: running `cargo check --bins` on oximeter-schema (94/297) |
| 2869 | 2026-06-08T19:21:42.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-06-08T19:21:42.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-06-08T19:21:42.494Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2872 | 2026-06-08T19:21:42.658Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2873 | 2026-06-08T19:21:42.661Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2874 | 2026-06-08T19:21:42.995Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2875 | 2026-06-08T19:21:45.872Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2876 | 2026-06-08T19:21:47.071Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2877 | 2026-06-08T19:21:47.278Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2878 | 2026-06-08T19:21:47.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s |
| 2879 | 2026-06-08T19:21:48.124Z | |
| 2880 | 2026-06-08T19:21:48.124Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/297) |
| 2881 | 2026-06-08T19:21:48.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-06-08T19:21:48.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-06-08T19:21:48.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2026-06-08T19:21:48.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2885 | 2026-06-08T19:21:48.720Z | |
| 2886 | 2026-06-08T19:21:48.720Z | info: running `cargo check --bins` on oximeter-test-utils (96/297) |
| 2887 | 2026-06-08T19:21:49.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-06-08T19:21:49.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-06-08T19:21:49.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-06-08T19:21:49.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2891 | 2026-06-08T19:21:49.363Z | |
| 2892 | 2026-06-08T19:21:49.363Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297) |
| 2893 | 2026-06-08T19:21:49.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-06-08T19:21:49.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-06-08T19:21:49.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-06-08T19:21:49.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2897 | 2026-06-08T19:21:49.973Z | |
| 2898 | 2026-06-08T19:21:49.973Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297) |
| 2899 | 2026-06-08T19:21:50.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-06-08T19:21:50.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-06-08T19:21:50.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-06-08T19:21:50.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2903 | 2026-06-08T19:21:50.581Z | |
| 2904 | 2026-06-08T19:21:50.581Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297) |
| 2905 | 2026-06-08T19:21:51.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-06-08T19:21:51.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-06-08T19:21:51.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-06-08T19:21:51.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2909 | 2026-06-08T19:21:51.186Z | |
| 2910 | 2026-06-08T19:21:51.186Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297) |
| 2911 | 2026-06-08T19:21:51.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-06-08T19:21:51.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-06-08T19:21:51.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-06-08T19:21:51.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2915 | 2026-06-08T19:21:51.792Z | |
| 2916 | 2026-06-08T19:21:51.792Z | info: running `cargo check --bins` on trust-quorum-types (101/297) |
| 2917 | 2026-06-08T19:21:52.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-06-08T19:21:52.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-06-08T19:21:52.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-06-08T19:21:52.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2921 | 2026-06-08T19:21:52.379Z | |
| 2922 | 2026-06-08T19:21:52.379Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/297) |
| 2923 | 2026-06-08T19:21:52.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-06-08T19:21:52.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-06-08T19:21:52.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-06-08T19:21:52.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2927 | 2026-06-08T19:21:52.983Z | |
| 2928 | 2026-06-08T19:21:52.983Z | info: running `cargo check --bins` on update-engine (103/297) |
| 2929 | 2026-06-08T19:21:53.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-06-08T19:21:53.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-06-08T19:21:53.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-06-08T19:21:53.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2933 | 2026-06-08T19:21:53.567Z | |
| 2934 | 2026-06-08T19:21:53.567Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/297) |
| 2935 | 2026-06-08T19:21:54.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-06-08T19:21:54.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-06-08T19:21:54.282Z | Compiling crucible-workspace-hack v0.1.0 |
| 2938 | 2026-06-08T19:21:54.400Z | Checking secrecy v0.10.3 |
| 2939 | 2026-06-08T19:21:54.408Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2940 | 2026-06-08T19:21:54.408Z | Compiling heapless v0.8.0 |
| 2941 | 2026-06-08T19:21:54.421Z | Compiling ingot-macros v0.1.1 |
| 2942 | 2026-06-08T19:21:54.431Z | Checking hash32 v0.3.1 |
| 2943 | 2026-06-08T19:21:54.442Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2944 | 2026-06-08T19:21:54.445Z | Compiling smoltcp v0.11.0 |
| 2945 | 2026-06-08T19:21:54.501Z | Checking cobs v0.3.0 |
| 2946 | 2026-06-08T19:21:54.548Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2947 | 2026-06-08T19:21:54.629Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2948 | 2026-06-08T19:21:54.643Z | Checking universal-hash v0.5.1 |
| 2949 | 2026-06-08T19:21:54.656Z | Checking half v2.7.1 |
| 2950 | 2026-06-08T19:21:54.736Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2951 | 2026-06-08T19:21:54.761Z | Checking ciborium-io v0.2.2 |
| 2952 | 2026-06-08T19:21:54.793Z | Checking opaque-debug v0.3.1 |
| 2953 | 2026-06-08T19:21:54.849Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2954 | 2026-06-08T19:21:54.862Z | Checking poly1305 v0.8.0 |
| 2955 | 2026-06-08T19:21:54.932Z | Checking postcard v1.1.3 |
| 2956 | 2026-06-08T19:21:54.966Z | Checking ciborium-ll v0.2.2 |
| 2957 | 2026-06-08T19:21:55.120Z | Compiling proc-macro-crate v3.4.0 |
| 2958 | 2026-06-08T19:21:55.138Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2959 | 2026-06-08T19:21:55.216Z | Checking password-hash v0.5.0 |
| 2960 | 2026-06-08T19:21:55.249Z | Checking chacha20 v0.9.1 |
| 2961 | 2026-06-08T19:21:55.407Z | Compiling proc-macro-crate v1.3.1 |
| 2962 | 2026-06-08T19:21:55.451Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2963 | 2026-06-08T19:21:55.465Z | Checking blake2 v0.10.6 |
| 2964 | 2026-06-08T19:21:55.589Z | Checking aead v0.5.2 |
| 2965 | 2026-06-08T19:21:55.671Z | Compiling num_enum_derive v0.7.6 |
| 2966 | 2026-06-08T19:21:55.684Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2967 | 2026-06-08T19:21:55.697Z | Compiling foreign-types-macros v0.2.3 |
| 2968 | 2026-06-08T19:21:55.729Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2969 | 2026-06-08T19:21:55.805Z | Checking thiserror-no-std v2.0.2 |
| 2970 | 2026-06-08T19:21:55.819Z | Checking foreign-types-shared v0.3.1 |
| 2971 | 2026-06-08T19:21:55.886Z | Checking cpufeatures v0.3.0 |
| 2972 | 2026-06-08T19:21:55.900Z | Checking vsss-rs v3.3.4 |
| 2973 | 2026-06-08T19:21:55.912Z | Compiling num_enum_derive v0.5.11 |
| 2974 | 2026-06-08T19:21:55.959Z | Checking chacha20 v0.10.0 |
| 2975 | 2026-06-08T19:21:55.973Z | Checking chacha20poly1305 v0.10.1 |
| 2976 | 2026-06-08T19:21:56.098Z | Checking argon2 v0.5.3 |
| 2977 | 2026-06-08T19:21:56.171Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2978 | 2026-06-08T19:21:56.281Z | Checking foreign-types v0.5.0 |
| 2979 | 2026-06-08T19:21:56.361Z | Checking ciborium v0.2.2 |
| 2980 | 2026-06-08T19:21:56.523Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2981 | 2026-06-08T19:21:56.548Z | Checking tabwriter v1.4.1 |
| 2982 | 2026-06-08T19:21:56.691Z | Checking byte-wrapper v0.1.0 |
| 2983 | 2026-06-08T19:21:56.706Z | Checking num_enum v0.7.6 |
| 2984 | 2026-06-08T19:21:56.775Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2985 | 2026-06-08T19:21:56.802Z | Checking cstr-argument v0.1.2 |
| 2986 | 2026-06-08T19:21:56.818Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2987 | 2026-06-08T19:21:56.897Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2988 | 2026-06-08T19:21:56.925Z | Checking num_enum v0.5.11 |
| 2989 | 2026-06-08T19:21:56.928Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2990 | 2026-06-08T19:21:56.993Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2991 | 2026-06-08T19:21:57.035Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2992 | 2026-06-08T19:21:57.100Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2993 | 2026-06-08T19:21:57.114Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2994 | 2026-06-08T19:21:57.195Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2995 | 2026-06-08T19:21:57.214Z | Checking ingot-types v0.1.2 |
| 2996 | 2026-06-08T19:21:57.254Z | Checking rand v0.10.0 |
| 2997 | 2026-06-08T19:21:57.269Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2998 | 2026-06-08T19:21:57.298Z | Checking indent_write v2.2.0 |
| 2999 | 2026-06-08T19:21:57.313Z | Checking colored v3.1.1 |
| 3000 | 2026-06-08T19:21:57.429Z | Compiling zone_cfg_derive v0.3.1 |
| 3001 | 2026-06-08T19:21:57.521Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3002 | 2026-06-08T19:21:57.571Z | Checking ingot v0.1.1 |
| 3003 | 2026-06-08T19:21:57.586Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3004 | 2026-06-08T19:21:57.609Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3005 | 2026-06-08T19:21:57.648Z | Checking itertools v0.12.1 |
| 3006 | 2026-06-08T19:21:57.689Z | Compiling num-derive v0.4.2 |
| 3007 | 2026-06-08T19:21:57.707Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3008 | 2026-06-08T19:21:57.752Z | Checking swrite v0.1.0 |
| 3009 | 2026-06-08T19:21:57.844Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3010 | 2026-06-08T19:21:57.906Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3011 | 2026-06-08T19:21:58.063Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3012 | 2026-06-08T19:21:58.074Z | Checking dropshot-api-manager-types v0.7.2 |
| 3013 | 2026-06-08T19:21:58.090Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3014 | 2026-06-08T19:21:58.156Z | Checking smf v0.2.3 |
| 3015 | 2026-06-08T19:21:58.171Z | Checking nanorand v0.7.0 |
| 3016 | 2026-06-08T19:21:58.237Z | Checking whoami v1.6.1 |
| 3017 | 2026-06-08T19:21:58.367Z | Checking flume v0.11.1 |
| 3018 | 2026-06-08T19:21:58.385Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3019 | 2026-06-08T19:21:58.599Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3020 | 2026-06-08T19:21:58.636Z | Checking zone v0.3.1 |
| 3021 | 2026-06-08T19:21:59.155Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3022 | 2026-06-08T19:22:00.132Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3023 | 2026-06-08T19:22:01.014Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3024 | 2026-06-08T19:22:04.221Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3025 | 2026-06-08T19:22:06.278Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3026 | 2026-06-08T19:22:07.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s |
| 3027 | 2026-06-08T19:22:07.577Z | |
| 3028 | 2026-06-08T19:22:07.577Z | info: running `cargo check --bins` on clickhouse-admin-api (105/297) |
| 3029 | 2026-06-08T19:22:08.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-06-08T19:22:08.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-06-08T19:22:08.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2026-06-08T19:22:08.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3033 | 2026-06-08T19:22:08.168Z | |
| 3034 | 2026-06-08T19:22:08.170Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/297) |
| 3035 | 2026-06-08T19:22:08.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-06-08T19:22:08.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-06-08T19:22:08.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-06-08T19:22:08.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3039 | 2026-06-08T19:22:08.766Z | |
| 3040 | 2026-06-08T19:22:08.766Z | info: running `cargo check --bins` on bootstrap-agent-client (107/297) |
| 3041 | 2026-06-08T19:22:09.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-06-08T19:22:09.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-06-08T19:22:09.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-06-08T19:22:09.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3045 | 2026-06-08T19:22:09.377Z | |
| 3046 | 2026-06-08T19:22:09.377Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297) |
| 3047 | 2026-06-08T19:22:10.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-06-08T19:22:10.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-06-08T19:22:10.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-06-08T19:22:10.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3051 | 2026-06-08T19:22:10.898Z | |
| 3052 | 2026-06-08T19:22:10.898Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297) |
| 3053 | 2026-06-08T19:22:10.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-06-08T19:22:10.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-06-08T19:22:10.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-06-08T19:22:10.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3057 | 2026-06-08T19:22:10.899Z | |
| 3058 | 2026-06-08T19:22:10.899Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/297) |
| 3059 | 2026-06-08T19:22:11.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-06-08T19:22:11.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-06-08T19:22:11.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-06-08T19:22:11.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3063 | 2026-06-08T19:22:11.187Z | |
| 3064 | 2026-06-08T19:22:11.188Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/297) |
| 3065 | 2026-06-08T19:22:11.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-06-08T19:22:11.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-06-08T19:22:11.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-06-08T19:22:11.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3069 | 2026-06-08T19:22:11.793Z | |
| 3070 | 2026-06-08T19:22:11.793Z | info: running `cargo check --bins` on cockroach-admin-client (112/297) |
| 3071 | 2026-06-08T19:22:12.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-06-08T19:22:12.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-06-08T19:22:12.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-06-08T19:22:12.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3075 | 2026-06-08T19:22:12.378Z | |
| 3076 | 2026-06-08T19:22:12.379Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/297) |
| 3077 | 2026-06-08T19:22:12.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-06-08T19:22:12.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-06-08T19:22:12.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-06-08T19:22:12.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3081 | 2026-06-08T19:22:12.982Z | |
| 3082 | 2026-06-08T19:22:12.982Z | info: running `cargo check --bins` on dns-service-client (114/297) |
| 3083 | 2026-06-08T19:22:13.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-06-08T19:22:13.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-06-08T19:22:13.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-06-08T19:22:13.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3087 | 2026-06-08T19:22:13.588Z | |
| 3088 | 2026-06-08T19:22:13.588Z | info: running `cargo check --bins` on installinator-client (115/297) |
| 3089 | 2026-06-08T19:22:14.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-06-08T19:22:14.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-06-08T19:22:14.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-06-08T19:22:14.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3093 | 2026-06-08T19:22:14.198Z | |
| 3094 | 2026-06-08T19:22:14.198Z | info: running `cargo check --bins` on nexus-client (116/297) |
| 3095 | 2026-06-08T19:22:14.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-06-08T19:22:14.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-06-08T19:22:14.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-06-08T19:22:14.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3099 | 2026-06-08T19:22:14.843Z | |
| 3100 | 2026-06-08T19:22:14.843Z | info: running `cargo check --bins` on nexus-lockstep-client (117/297) |
| 3101 | 2026-06-08T19:22:15.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-06-08T19:22:15.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-06-08T19:22:15.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-06-08T19:22:15.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3105 | 2026-06-08T19:22:15.491Z | |
| 3106 | 2026-06-08T19:22:15.491Z | info: running `cargo check --bins` on ntp-admin-client (118/297) |
| 3107 | 2026-06-08T19:22:15.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-06-08T19:22:15.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-06-08T19:22:15.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2026-06-08T19:22:16.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3111 | 2026-06-08T19:22:16.087Z | |
| 3112 | 2026-06-08T19:22:16.087Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/297) |
| 3113 | 2026-06-08T19:22:16.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2026-06-08T19:22:16.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2026-06-08T19:22:16.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2026-06-08T19:22:16.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3117 | 2026-06-08T19:22:16.680Z | |
| 3118 | 2026-06-08T19:22:16.680Z | info: running `cargo check --bins` on oxide-client (120/297) |
| 3119 | 2026-06-08T19:22:17.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2026-06-08T19:22:17.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2026-06-08T19:22:17.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2026-06-08T19:22:17.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3123 | 2026-06-08T19:22:17.275Z | |
| 3124 | 2026-06-08T19:22:17.275Z | info: running `cargo check --bins` on oximeter-client (121/297) |
| 3125 | 2026-06-08T19:22:17.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2026-06-08T19:22:17.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2026-06-08T19:22:17.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2026-06-08T19:22:17.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3129 | 2026-06-08T19:22:17.877Z | |
| 3130 | 2026-06-08T19:22:17.877Z | info: running `cargo check --bins` on repo-depot-client (122/297) |
| 3131 | 2026-06-08T19:22:18.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2026-06-08T19:22:18.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2026-06-08T19:22:18.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2026-06-08T19:22:18.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3135 | 2026-06-08T19:22:18.470Z | |
| 3136 | 2026-06-08T19:22:18.470Z | info: running `cargo check --bins` on sled-agent-client (123/297) |
| 3137 | 2026-06-08T19:22:18.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2026-06-08T19:22:18.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2026-06-08T19:22:18.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2026-06-08T19:22:18.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3141 | 2026-06-08T19:22:19.082Z | |
| 3142 | 2026-06-08T19:22:19.083Z | info: running `cargo check --bins` on wicketd-client (124/297) |
| 3143 | 2026-06-08T19:22:19.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2026-06-08T19:22:19.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2026-06-08T19:22:19.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2026-06-08T19:22:19.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3147 | 2026-06-08T19:22:19.719Z | |
| 3148 | 2026-06-08T19:22:19.719Z | info: running `cargo check --bins` on installinator-common (125/297) |
| 3149 | 2026-06-08T19:22:20.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2026-06-08T19:22:20.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2026-06-08T19:22:20.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2026-06-08T19:22:20.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3153 | 2026-06-08T19:22:20.338Z | |
| 3154 | 2026-06-08T19:22:20.338Z | info: running `cargo check --bins` on installinator-common-versions (126/297) |
| 3155 | 2026-06-08T19:22:20.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2026-06-08T19:22:20.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2026-06-08T19:22:20.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2026-06-08T19:22:20.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3159 | 2026-06-08T19:22:20.935Z | |
| 3160 | 2026-06-08T19:22:20.935Z | info: running `cargo check --bins` on wicket-common (127/297) |
| 3161 | 2026-06-08T19:22:21.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2026-06-08T19:22:21.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2026-06-08T19:22:21.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3164 | 2026-06-08T19:22:21.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3165 | 2026-06-08T19:22:21.561Z | |
| 3166 | 2026-06-08T19:22:21.561Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/297) |
| 3167 | 2026-06-08T19:22:22.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2026-06-08T19:22:22.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2026-06-08T19:22:22.267Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3170 | 2026-06-08T19:22:22.383Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3171 | 2026-06-08T19:22:22.390Z | Checking csv-core v0.1.13 |
| 3172 | 2026-06-08T19:22:22.398Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3173 | 2026-06-08T19:22:22.405Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3174 | 2026-06-08T19:22:22.415Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3175 | 2026-06-08T19:22:22.428Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3176 | 2026-06-08T19:22:22.439Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3177 | 2026-06-08T19:22:22.547Z | Checking csv v1.4.0 |
| 3178 | 2026-06-08T19:22:22.589Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3179 | 2026-06-08T19:22:22.592Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3180 | 2026-06-08T19:22:22.632Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3181 | 2026-06-08T19:22:22.648Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3182 | 2026-06-08T19:22:22.886Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3183 | 2026-06-08T19:22:23.254Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3184 | 2026-06-08T19:22:23.257Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3185 | 2026-06-08T19:22:23.591Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3186 | 2026-06-08T19:22:29.508Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3187 | 2026-06-08T19:22:30.035Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3188 | 2026-06-08T19:22:32.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s |
| 3189 | 2026-06-08T19:22:32.566Z | |
| 3190 | 2026-06-08T19:22:32.566Z | info: running `cargo check --bins` on cockroach-admin-api (129/297) |
| 3191 | 2026-06-08T19:22:33.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2026-06-08T19:22:33.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2026-06-08T19:22:33.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3194 | 2026-06-08T19:22:33.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3195 | 2026-06-08T19:22:33.169Z | |
| 3196 | 2026-06-08T19:22:33.169Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297) |
| 3197 | 2026-06-08T19:22:33.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-06-08T19:22:33.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-06-08T19:22:33.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2026-06-08T19:22:33.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3201 | 2026-06-08T19:22:33.855Z | |
| 3202 | 2026-06-08T19:22:33.856Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297) |
| 3203 | 2026-06-08T19:22:34.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2026-06-08T19:22:34.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2026-06-08T19:22:34.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3206 | 2026-06-08T19:22:34.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3207 | 2026-06-08T19:22:34.543Z | |
| 3208 | 2026-06-08T19:22:34.543Z | info: running `cargo check --bins` on gateway-test-utils (132/297) |
| 3209 | 2026-06-08T19:22:35.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-06-08T19:22:35.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-06-08T19:22:35.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3212 | 2026-06-08T19:22:35.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3213 | 2026-06-08T19:22:35.191Z | |
| 3214 | 2026-06-08T19:22:35.191Z | info: running `cargo check --bins` on omicron-gateway (133/297) |
| 3215 | 2026-06-08T19:22:35.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-06-08T19:22:35.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-06-08T19:22:35.959Z | Compiling regress v0.11.1 |
| 3218 | 2026-06-08T19:22:36.102Z | Compiling unsafe-libyaml v0.2.11 |
| 3219 | 2026-06-08T19:22:36.112Z | Compiling semver v0.1.20 |
| 3220 | 2026-06-08T19:22:36.112Z | Compiling radium v0.7.0 |
| 3221 | 2026-06-08T19:22:36.135Z | Checking nom v8.0.0 |
| 3222 | 2026-06-08T19:22:36.135Z | Checking tap v1.0.1 |
| 3223 | 2026-06-08T19:22:36.138Z | Compiling maybe-uninit v2.0.0 |
| 3224 | 2026-06-08T19:22:36.247Z | Checking wyz v0.5.1 |
| 3225 | 2026-06-08T19:22:36.383Z | Compiling rustc_version v0.1.7 |
| 3226 | 2026-06-08T19:22:36.437Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3227 | 2026-06-08T19:22:36.470Z | Compiling zerocopy-derive v0.6.6 |
| 3228 | 2026-06-08T19:22:36.564Z | Compiling cancel-safe-futures v0.1.5 |
| 3229 | 2026-06-08T19:22:36.595Z | Compiling newtype_derive v0.1.6 |
| 3230 | 2026-06-08T19:22:36.767Z | Compiling serde_yaml v0.9.34+deprecated |
| 3231 | 2026-06-08T19:22:36.816Z | Checking funty v2.0.0 |
| 3232 | 2026-06-08T19:22:36.838Z | Checking crc-catalog v2.4.0 |
| 3233 | 2026-06-08T19:22:36.930Z | Compiling owo-colors v4.3.0 |
| 3234 | 2026-06-08T19:22:37.140Z | Compiling packed_struct v0.10.1 |
| 3235 | 2026-06-08T19:22:37.304Z | Checking bitvec v1.0.1 |
| 3236 | 2026-06-08T19:22:37.318Z | Checking zerocopy v0.6.6 |
| 3237 | 2026-06-08T19:22:37.408Z | Checking crc v3.4.0 |
| 3238 | 2026-06-08T19:22:37.529Z | Checking typify-impl v0.6.2 |
| 3239 | 2026-06-08T19:22:37.750Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3240 | 2026-06-08T19:22:37.919Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3241 | 2026-06-08T19:22:38.054Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3242 | 2026-06-08T19:22:38.220Z | Compiling packed_struct_codegen v0.10.1 |
| 3243 | 2026-06-08T19:22:38.259Z | Checking libsw-core v0.3.2 |
| 3244 | 2026-06-08T19:22:38.287Z | Compiling bitfield-macros v0.19.4 |
| 3245 | 2026-06-08T19:22:38.405Z | Compiling indexmap v1.9.3 |
| 3246 | 2026-06-08T19:22:38.604Z | Checking nodrop v0.1.14 |
| 3247 | 2026-06-08T19:22:38.619Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3248 | 2026-06-08T19:22:38.674Z | Checking libsw v3.5.0 |
| 3249 | 2026-06-08T19:22:38.689Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3250 | 2026-06-08T19:22:38.702Z | Checking array-init v0.0.4 |
| 3251 | 2026-06-08T19:22:38.828Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3252 | 2026-06-08T19:22:39.008Z | Checking bitfield v0.19.4 |
| 3253 | 2026-06-08T19:22:39.023Z | Checking smallvec v0.6.14 |
| 3254 | 2026-06-08T19:22:39.039Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3255 | 2026-06-08T19:22:39.287Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3256 | 2026-06-08T19:22:39.303Z | Checking hashbrown v0.12.3 |
| 3257 | 2026-06-08T19:22:39.336Z | Checking smawk v0.3.2 |
| 3258 | 2026-06-08T19:22:39.409Z | Checking base64 v0.21.7 |
| 3259 | 2026-06-08T19:22:39.461Z | Checking tagptr v0.2.0 |
| 3260 | 2026-06-08T19:22:39.476Z | Checking unicode-linebreak v0.1.5 |
| 3261 | 2026-06-08T19:22:39.604Z | Checking linear-map v1.2.0 |
| 3262 | 2026-06-08T19:22:39.649Z | Checking ron v0.8.1 |
| 3263 | 2026-06-08T19:22:39.686Z | Checking textwrap v0.16.2 |
| 3264 | 2026-06-08T19:22:39.777Z | Checking moka v0.12.13 |
| 3265 | 2026-06-08T19:22:39.837Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3266 | 2026-06-08T19:22:39.900Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3267 | 2026-06-08T19:22:40.034Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3268 | 2026-06-08T19:22:40.070Z | Checking steno v0.4.1 |
| 3269 | 2026-06-08T19:22:40.165Z | Checking serde-hex v0.1.0 |
| 3270 | 2026-06-08T19:22:40.344Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3271 | 2026-06-08T19:22:40.404Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3272 | 2026-06-08T19:22:40.565Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3273 | 2026-06-08T19:22:40.830Z | Checking hashbrown v0.13.2 |
| 3274 | 2026-06-08T19:22:41.056Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3275 | 2026-06-08T19:22:41.089Z | Checking crc-any v2.5.0 |
| 3276 | 2026-06-08T19:22:41.145Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3277 | 2026-06-08T19:22:41.258Z | Checking object v0.30.4 |
| 3278 | 2026-06-08T19:22:41.271Z | Checking hickory-resolver v0.25.2 |
| 3279 | 2026-06-08T19:22:41.285Z | Checking void v1.0.2 |
| 3280 | 2026-06-08T19:22:41.309Z | Checking half v1.8.3 |
| 3281 | 2026-06-08T19:22:41.378Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3282 | 2026-06-08T19:22:41.392Z | Checking utf-8 v0.7.6 |
| 3283 | 2026-06-08T19:22:41.481Z | Checking path-slash v0.1.5 |
| 3284 | 2026-06-08T19:22:41.503Z | Checking serde_cbor v0.11.2 |
| 3285 | 2026-06-08T19:22:41.527Z | Checking tungstenite v0.23.0 |
| 3286 | 2026-06-08T19:22:41.584Z | Checking lzss v0.8.2 |
| 3287 | 2026-06-08T19:22:41.767Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3288 | 2026-06-08T19:22:41.781Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3289 | 2026-06-08T19:22:41.881Z | Checking nix v0.27.1 |
| 3290 | 2026-06-08T19:22:41.924Z | Checking kstat-rs v0.2.4 |
| 3291 | 2026-06-08T19:22:41.939Z | Checking fxhash v0.2.1 |
| 3292 | 2026-06-08T19:22:41.959Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3293 | 2026-06-08T19:22:42.012Z | Checking serde_bytes v0.11.19 |
| 3294 | 2026-06-08T19:22:42.057Z | Checking tokio-tungstenite v0.23.1 |
| 3295 | 2026-06-08T19:22:42.107Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3296 | 2026-06-08T19:22:42.148Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-06-08T19:22:42.186Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3298 | 2026-06-08T19:22:42.313Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3299 | 2026-06-08T19:22:42.374Z | Checking signal-hook-tokio v0.3.1 |
| 3300 | 2026-06-08T19:22:43.285Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3301 | 2026-06-08T19:22:43.332Z | Compiling typify v0.6.2 |
| 3302 | 2026-06-08T19:22:43.409Z | Compiling progenitor-impl v0.14.0 |
| 3303 | 2026-06-08T19:22:44.185Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3304 | 2026-06-08T19:22:44.486Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3305 | 2026-06-08T19:22:44.864Z | Compiling progenitor-macro v0.14.0 |
| 3306 | 2026-06-08T19:22:47.153Z | Checking progenitor v0.14.0 |
| 3307 | 2026-06-08T19:22:47.275Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3308 | 2026-06-08T19:22:47.278Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-06-08T19:22:49.928Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-06-08T19:22:57.709Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-06-08T19:23:04.011Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-06-08T19:23:05.381Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-06-08T19:23:05.883Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-06-08T19:23:07.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.75s |
| 3315 | 2026-06-08T19:23:08.145Z | |
| 3316 | 2026-06-08T19:23:08.145Z | info: running `cargo check --bins` on gateway-api (134/297) |
| 3317 | 2026-06-08T19:23:08.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-06-08T19:23:08.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-06-08T19:23:08.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-06-08T19:23:08.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3321 | 2026-06-08T19:23:08.748Z | |
| 3322 | 2026-06-08T19:23:08.749Z | info: running `cargo check --bins` on ipcc (135/297) |
| 3323 | 2026-06-08T19:23:09.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-06-08T19:23:09.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-06-08T19:23:09.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-06-08T19:23:09.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3327 | 2026-06-08T19:23:09.356Z | |
| 3328 | 2026-06-08T19:23:09.356Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297) |
| 3329 | 2026-06-08T19:23:09.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-06-08T19:23:09.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-06-08T19:23:09.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-06-08T19:23:09.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3333 | 2026-06-08T19:23:09.946Z | |
| 3334 | 2026-06-08T19:23:09.946Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297) |
| 3335 | 2026-06-08T19:23:10.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-06-08T19:23:10.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-06-08T19:23:10.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-06-08T19:23:10.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3339 | 2026-06-08T19:23:10.573Z | |
| 3340 | 2026-06-08T19:23:10.573Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297) |
| 3341 | 2026-06-08T19:23:11.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-06-08T19:23:11.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-06-08T19:23:11.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-06-08T19:23:11.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3345 | 2026-06-08T19:23:11.184Z | |
| 3346 | 2026-06-08T19:23:11.184Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297) |
| 3347 | 2026-06-08T19:23:11.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-06-08T19:23:11.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-06-08T19:23:11.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-06-08T19:23:11.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3351 | 2026-06-08T19:23:11.800Z | |
| 3352 | 2026-06-08T19:23:11.800Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297) |
| 3353 | 2026-06-08T19:23:12.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-06-08T19:23:12.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-06-08T19:23:12.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-06-08T19:23:12.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3357 | 2026-06-08T19:23:12.405Z | |
| 3358 | 2026-06-08T19:23:12.405Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297) |
| 3359 | 2026-06-08T19:23:12.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-06-08T19:23:12.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-06-08T19:23:12.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-06-08T19:23:12.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3363 | 2026-06-08T19:23:13.032Z | |
| 3364 | 2026-06-08T19:23:13.032Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297) |
| 3365 | 2026-06-08T19:23:13.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-06-08T19:23:13.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-06-08T19:23:13.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-06-08T19:23:13.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3369 | 2026-06-08T19:23:13.638Z | |
| 3370 | 2026-06-08T19:23:13.639Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297) |
| 3371 | 2026-06-08T19:23:14.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-06-08T19:23:14.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-06-08T19:23:14.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-06-08T19:23:14.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3375 | 2026-06-08T19:23:14.251Z | |
| 3376 | 2026-06-08T19:23:14.251Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297) |
| 3377 | 2026-06-08T19:23:14.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-06-08T19:23:14.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-06-08T19:23:14.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-06-08T19:23:14.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3381 | 2026-06-08T19:23:14.866Z | |
| 3382 | 2026-06-08T19:23:14.866Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297) |
| 3383 | 2026-06-08T19:23:15.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-06-08T19:23:15.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-06-08T19:23:15.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-06-08T19:23:15.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3387 | 2026-06-08T19:23:15.474Z | |
| 3388 | 2026-06-08T19:23:15.474Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297) |
| 3389 | 2026-06-08T19:23:15.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-06-08T19:23:15.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-06-08T19:23:15.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-06-08T19:23:15.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3393 | 2026-06-08T19:23:16.085Z | |
| 3394 | 2026-06-08T19:23:16.085Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297) |
| 3395 | 2026-06-08T19:23:16.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-06-08T19:23:16.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-06-08T19:23:16.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-06-08T19:23:16.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3399 | 2026-06-08T19:23:16.696Z | |
| 3400 | 2026-06-08T19:23:16.696Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297) |
| 3401 | 2026-06-08T19:23:17.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-06-08T19:23:17.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-06-08T19:23:17.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-06-08T19:23:17.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3405 | 2026-06-08T19:23:17.319Z | |
| 3406 | 2026-06-08T19:23:17.319Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297) |
| 3407 | 2026-06-08T19:23:17.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-06-08T19:23:17.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-06-08T19:23:17.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-06-08T19:23:17.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3411 | 2026-06-08T19:23:17.948Z | |
| 3412 | 2026-06-08T19:23:17.948Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297) |
| 3413 | 2026-06-08T19:23:18.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-06-08T19:23:18.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-06-08T19:23:18.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-06-08T19:23:18.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3417 | 2026-06-08T19:23:18.568Z | |
| 3418 | 2026-06-08T19:23:18.568Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297) |
| 3419 | 2026-06-08T19:23:19.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-06-08T19:23:19.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-06-08T19:23:19.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-06-08T19:23:19.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3423 | 2026-06-08T19:23:19.193Z | |
| 3424 | 2026-06-08T19:23:19.193Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297) |
| 3425 | 2026-06-08T19:23:19.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-06-08T19:23:19.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-06-08T19:23:19.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-06-08T19:23:19.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3429 | 2026-06-08T19:23:19.809Z | |
| 3430 | 2026-06-08T19:23:19.809Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297) |
| 3431 | 2026-06-08T19:23:20.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-06-08T19:23:20.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-06-08T19:23:20.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-06-08T19:23:20.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3435 | 2026-06-08T19:23:20.432Z | |
| 3436 | 2026-06-08T19:23:20.432Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297) |
| 3437 | 2026-06-08T19:23:20.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-06-08T19:23:20.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-06-08T19:23:20.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-06-08T19:23:20.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3441 | 2026-06-08T19:23:21.055Z | |
| 3442 | 2026-06-08T19:23:21.055Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297) |
| 3443 | 2026-06-08T19:23:21.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-06-08T19:23:21.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-06-08T19:23:21.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-06-08T19:23:21.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3447 | 2026-06-08T19:23:21.675Z | |
| 3448 | 2026-06-08T19:23:21.675Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297) |
| 3449 | 2026-06-08T19:23:22.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-06-08T19:23:22.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-06-08T19:23:22.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-06-08T19:23:22.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3453 | 2026-06-08T19:23:22.298Z | |
| 3454 | 2026-06-08T19:23:22.298Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297) |
| 3455 | 2026-06-08T19:23:22.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-06-08T19:23:22.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-06-08T19:23:22.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-06-08T19:23:22.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3459 | 2026-06-08T19:23:22.924Z | |
| 3460 | 2026-06-08T19:23:22.926Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297) |
| 3461 | 2026-06-08T19:23:23.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-06-08T19:23:23.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-06-08T19:23:23.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-06-08T19:23:23.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3465 | 2026-06-08T19:23:23.529Z | |
| 3466 | 2026-06-08T19:23:23.529Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297) |
| 3467 | 2026-06-08T19:23:24.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-06-08T19:23:24.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-06-08T19:23:24.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-06-08T19:23:24.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3471 | 2026-06-08T19:23:24.137Z | |
| 3472 | 2026-06-08T19:23:24.137Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297) |
| 3473 | 2026-06-08T19:23:24.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-06-08T19:23:24.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-06-08T19:23:24.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-06-08T19:23:24.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3477 | 2026-06-08T19:23:24.747Z | |
| 3478 | 2026-06-08T19:23:24.747Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297) |
| 3479 | 2026-06-08T19:23:25.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-06-08T19:23:25.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-06-08T19:23:25.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-06-08T19:23:25.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3483 | 2026-06-08T19:23:25.357Z | |
| 3484 | 2026-06-08T19:23:25.357Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297) |
| 3485 | 2026-06-08T19:23:25.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-06-08T19:23:25.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-06-08T19:23:25.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-06-08T19:23:25.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3489 | 2026-06-08T19:23:25.970Z | |
| 3490 | 2026-06-08T19:23:25.970Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297) |
| 3491 | 2026-06-08T19:23:26.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-06-08T19:23:26.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-06-08T19:23:26.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-06-08T19:23:26.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3495 | 2026-06-08T19:23:26.576Z | |
| 3496 | 2026-06-08T19:23:26.576Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297) |
| 3497 | 2026-06-08T19:23:27.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-06-08T19:23:27.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-06-08T19:23:27.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-06-08T19:23:27.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3501 | 2026-06-08T19:23:27.183Z | |
| 3502 | 2026-06-08T19:23:27.183Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297) |
| 3503 | 2026-06-08T19:23:27.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-06-08T19:23:27.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-06-08T19:23:27.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-06-08T19:23:27.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3507 | 2026-06-08T19:23:27.788Z | |
| 3508 | 2026-06-08T19:23:27.788Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297) |
| 3509 | 2026-06-08T19:23:28.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-06-08T19:23:28.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-06-08T19:23:28.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-06-08T19:23:28.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3513 | 2026-06-08T19:23:28.411Z | |
| 3514 | 2026-06-08T19:23:28.411Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297) |
| 3515 | 2026-06-08T19:23:28.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-06-08T19:23:28.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-06-08T19:23:28.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-06-08T19:23:28.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3519 | 2026-06-08T19:23:29.036Z | |
| 3520 | 2026-06-08T19:23:29.036Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297) |
| 3521 | 2026-06-08T19:23:29.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-06-08T19:23:29.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-06-08T19:23:29.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-06-08T19:23:29.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3525 | 2026-06-08T19:23:29.665Z | |
| 3526 | 2026-06-08T19:23:29.665Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297) |
| 3527 | 2026-06-08T19:23:30.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-06-08T19:23:30.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-06-08T19:23:30.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-06-08T19:23:30.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3531 | 2026-06-08T19:23:30.301Z | |
| 3532 | 2026-06-08T19:23:30.301Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297) |
| 3533 | 2026-06-08T19:23:30.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-06-08T19:23:30.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-06-08T19:23:30.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-06-08T19:23:30.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3537 | 2026-06-08T19:23:30.934Z | |
| 3538 | 2026-06-08T19:23:30.934Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297) |
| 3539 | 2026-06-08T19:23:31.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-06-08T19:23:31.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-06-08T19:23:31.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-06-08T19:23:31.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3543 | 2026-06-08T19:23:31.559Z | |
| 3544 | 2026-06-08T19:23:31.559Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297) |
| 3545 | 2026-06-08T19:23:32.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-06-08T19:23:32.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-06-08T19:23:32.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-06-08T19:23:32.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3549 | 2026-06-08T19:23:32.182Z | |
| 3550 | 2026-06-08T19:23:32.182Z | info: running `cargo check --bins` on oximeter-producer (173/297) |
| 3551 | 2026-06-08T19:23:32.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-06-08T19:23:32.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-06-08T19:23:32.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-06-08T19:23:32.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3555 | 2026-06-08T19:23:32.825Z | |
| 3556 | 2026-06-08T19:23:32.825Z | info: running `cargo check --bins` on internal-dns-resolver (174/297) |
| 3557 | 2026-06-08T19:23:33.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-06-08T19:23:33.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-06-08T19:23:33.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-06-08T19:23:33.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3561 | 2026-06-08T19:23:33.427Z | |
| 3562 | 2026-06-08T19:23:33.427Z | info: running `cargo check --bins` on dns-server (175/297) |
| 3563 | 2026-06-08T19:23:33.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-06-08T19:23:33.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-06-08T19:23:34.097Z | Compiling parking_lot_core v0.8.6 |
| 3566 | 2026-06-08T19:23:34.097Z | Compiling atomicwrites v0.4.4 |
| 3567 | 2026-06-08T19:23:34.100Z | Compiling git-stub v1.0.0 |
| 3568 | 2026-06-08T19:23:34.100Z | Checking prefix-trie v0.7.0 |
| 3569 | 2026-06-08T19:23:34.100Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3570 | 2026-06-08T19:23:34.336Z | Compiling git-stub-vcs v0.1.0 |
| 3571 | 2026-06-08T19:23:34.502Z | Checking hickory-server v0.25.2 |
| 3572 | 2026-06-08T19:23:34.608Z | Checking parking_lot v0.11.2 |
| 3573 | 2026-06-08T19:23:34.621Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3574 | 2026-06-08T19:23:34.697Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3575 | 2026-06-08T19:23:34.697Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3576 | 2026-06-08T19:23:34.776Z | Checking sled v0.34.7 |
| 3577 | 2026-06-08T19:23:36.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 3578 | 2026-06-08T19:23:36.847Z | |
| 3579 | 2026-06-08T19:23:36.847Z | info: running `cargo check --bins` on dns-server-api (176/297) |
| 3580 | 2026-06-08T19:23:37.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-06-08T19:23:37.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-06-08T19:23:37.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-06-08T19:23:37.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-06-08T19:23:37.439Z | |
| 3585 | 2026-06-08T19:23:37.439Z | info: running `cargo check --bins` on oximeter-producer-api (177/297) |
| 3586 | 2026-06-08T19:23:37.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-06-08T19:23:37.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-06-08T19:23:37.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-06-08T19:23:37.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3590 | 2026-06-08T19:23:38.043Z | |
| 3591 | 2026-06-08T19:23:38.044Z | info: running `cargo check --bins` on sp-sim (178/297) |
| 3592 | 2026-06-08T19:23:38.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-06-08T19:23:38.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-06-08T19:23:38.779Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3595 | 2026-06-08T19:23:40.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
| 3596 | 2026-06-08T19:23:40.716Z | |
| 3597 | 2026-06-08T19:23:40.716Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297) |
| 3598 | 2026-06-08T19:23:41.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-06-08T19:23:41.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-06-08T19:23:41.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-06-08T19:23:41.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3602 | 2026-06-08T19:23:41.383Z | |
| 3603 | 2026-06-08T19:23:41.383Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297) |
| 3604 | 2026-06-08T19:23:41.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-06-08T19:23:41.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-06-08T19:23:41.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-06-08T19:23:41.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3608 | 2026-06-08T19:23:42.058Z | |
| 3609 | 2026-06-08T19:23:42.058Z | info: running `cargo check --bins` on db-macros (181/297) |
| 3610 | 2026-06-08T19:23:42.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-06-08T19:23:42.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-06-08T19:23:42.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-06-08T19:23:42.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3614 | 2026-06-08T19:23:42.652Z | |
| 3615 | 2026-06-08T19:23:42.652Z | info: running `cargo check --bins` on nexus-macros-common (182/297) |
| 3616 | 2026-06-08T19:23:43.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-06-08T19:23:43.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-06-08T19:23:43.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-06-08T19:23:43.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3620 | 2026-06-08T19:23:43.252Z | |
| 3621 | 2026-06-08T19:23:43.252Z | info: running `cargo check --bins` on nexus-auth (183/297) |
| 3622 | 2026-06-08T19:23:43.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-06-08T19:23:43.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-06-08T19:23:43.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-06-08T19:23:43.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3626 | 2026-06-08T19:23:43.915Z | |
| 3627 | 2026-06-08T19:23:43.915Z | info: running `cargo check --bins` on authz-macros (184/297) |
| 3628 | 2026-06-08T19:23:44.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-06-08T19:23:44.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-06-08T19:23:44.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-06-08T19:23:44.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3632 | 2026-06-08T19:23:44.506Z | |
| 3633 | 2026-06-08T19:23:44.506Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/297) |
| 3634 | 2026-06-08T19:23:45.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-06-08T19:23:45.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-06-08T19:23:45.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-06-08T19:23:45.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3638 | 2026-06-08T19:23:45.161Z | |
| 3639 | 2026-06-08T19:23:45.161Z | info: running `cargo check --bins` on nexus-db-model (186/297) |
| 3640 | 2026-06-08T19:23:45.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-06-08T19:23:45.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-06-08T19:23:45.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-06-08T19:23:45.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3644 | 2026-06-08T19:23:45.797Z | |
| 3645 | 2026-06-08T19:23:45.797Z | info: running `cargo check --bins` on nexus-db-schema (187/297) |
| 3646 | 2026-06-08T19:23:46.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-06-08T19:23:46.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-06-08T19:23:46.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-06-08T19:23:46.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3650 | 2026-06-08T19:23:46.389Z | |
| 3651 | 2026-06-08T19:23:46.389Z | info: running `cargo check --bins` on omicron-rpaths (188/297) |
| 3652 | 2026-06-08T19:23:46.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-06-08T19:23:46.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-06-08T19:23:46.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-06-08T19:23:46.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3656 | 2026-06-08T19:23:46.977Z | |
| 3657 | 2026-06-08T19:23:46.977Z | info: running `cargo check --bins` on nexus-defaults (189/297) |
| 3658 | 2026-06-08T19:23:47.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-06-08T19:23:47.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-06-08T19:23:47.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-06-08T19:23:47.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3662 | 2026-06-08T19:23:47.579Z | |
| 3663 | 2026-06-08T19:23:47.579Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/297) |
| 3664 | 2026-06-08T19:23:48.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-06-08T19:23:48.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-06-08T19:23:48.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-06-08T19:23:48.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3668 | 2026-06-08T19:23:48.164Z | |
| 3669 | 2026-06-08T19:23:48.164Z | info: running `cargo check --bins` on parallel-task-set (191/297) |
| 3670 | 2026-06-08T19:23:48.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-06-08T19:23:48.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-06-08T19:23:48.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-06-08T19:23:48.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3674 | 2026-06-08T19:23:48.750Z | |
| 3675 | 2026-06-08T19:23:48.750Z | info: running `cargo check --bins` on nexus-db-errors (192/297) |
| 3676 | 2026-06-08T19:23:49.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-06-08T19:23:49.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-06-08T19:23:49.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-06-08T19:23:49.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3680 | 2026-06-08T19:23:49.395Z | |
| 3681 | 2026-06-08T19:23:49.395Z | info: running `cargo check --bins` on nexus-db-lookup (193/297) |
| 3682 | 2026-06-08T19:23:49.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-06-08T19:23:49.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-06-08T19:23:49.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-06-08T19:23:49.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3686 | 2026-06-08T19:23:50.049Z | |
| 3687 | 2026-06-08T19:23:50.049Z | info: running `cargo check --bins` on nexus-inventory (194/297) |
| 3688 | 2026-06-08T19:23:50.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-06-08T19:23:50.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-06-08T19:23:50.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-06-08T19:23:50.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3692 | 2026-06-08T19:23:50.693Z | |
| 3693 | 2026-06-08T19:23:50.693Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/297) |
| 3694 | 2026-06-08T19:23:51.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-06-08T19:23:51.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-06-08T19:23:51.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2026-06-08T19:23:51.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3698 | 2026-06-08T19:23:51.323Z | |
| 3699 | 2026-06-08T19:23:51.323Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/297) |
| 3700 | 2026-06-08T19:23:51.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-06-08T19:23:51.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-06-08T19:23:51.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-06-08T19:23:51.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3704 | 2026-06-08T19:23:51.949Z | |
| 3705 | 2026-06-08T19:23:51.950Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/297) |
| 3706 | 2026-06-08T19:23:52.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-06-08T19:23:52.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-06-08T19:23:52.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-06-08T19:23:52.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3710 | 2026-06-08T19:23:52.567Z | |
| 3711 | 2026-06-08T19:23:52.567Z | info: running `cargo check --bins` on key-manager (198/297) |
| 3712 | 2026-06-08T19:23:53.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-06-08T19:23:53.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-06-08T19:23:53.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-06-08T19:23:53.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3716 | 2026-06-08T19:23:53.171Z | |
| 3717 | 2026-06-08T19:23:53.171Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/297) |
| 3718 | 2026-06-08T19:23:53.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-06-08T19:23:53.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-06-08T19:23:53.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-06-08T19:23:53.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3722 | 2026-06-08T19:23:53.792Z | |
| 3723 | 2026-06-08T19:23:53.792Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/297) |
| 3724 | 2026-06-08T19:23:54.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-06-08T19:23:54.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-06-08T19:23:54.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-06-08T19:23:54.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3728 | 2026-06-08T19:23:54.412Z | |
| 3729 | 2026-06-08T19:23:54.412Z | info: running `cargo check --bins` on typed-rng (201/297) |
| 3730 | 2026-06-08T19:23:54.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-06-08T19:23:54.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-06-08T19:23:54.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-06-08T19:23:54.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3734 | 2026-06-08T19:23:54.997Z | |
| 3735 | 2026-06-08T19:23:54.997Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/297) |
| 3736 | 2026-06-08T19:23:55.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-06-08T19:23:55.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-06-08T19:23:55.859Z | Compiling libefi-sys v0.1.0 |
| 3739 | 2026-06-08T19:23:55.862Z | Compiling bitfield-struct v0.6.2 |
| 3740 | 2026-06-08T19:23:56.007Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3741 | 2026-06-08T19:23:56.031Z | Compiling xshell-macros v0.2.7 |
| 3742 | 2026-06-08T19:23:56.034Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3743 | 2026-06-08T19:23:56.037Z | Compiling typify-impl v0.4.3 |
| 3744 | 2026-06-08T19:23:56.037Z | Compiling salty v0.3.0 |
| 3745 | 2026-06-08T19:23:56.037Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3746 | 2026-06-08T19:23:56.141Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3747 | 2026-06-08T19:23:56.230Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3748 | 2026-06-08T19:23:56.360Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3749 | 2026-06-08T19:23:56.394Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3750 | 2026-06-08T19:23:56.432Z | Checking xshell v0.2.7 |
| 3751 | 2026-06-08T19:23:56.594Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3752 | 2026-06-08T19:23:56.611Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3753 | 2026-06-08T19:23:56.625Z | Checking primeorder v0.13.6 |
| 3754 | 2026-06-08T19:23:56.640Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3755 | 2026-06-08T19:23:56.750Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3756 | 2026-06-08T19:23:56.767Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3757 | 2026-06-08T19:23:56.844Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3758 | 2026-06-08T19:23:56.860Z | Checking p384 v0.13.1 |
| 3759 | 2026-06-08T19:23:56.975Z | Checking tungstenite v0.21.0 |
| 3760 | 2026-06-08T19:23:57.028Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3761 | 2026-06-08T19:23:57.075Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3762 | 2026-06-08T19:23:57.139Z | Compiling proc-macro-error2 v2.0.1 |
| 3763 | 2026-06-08T19:23:57.452Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3764 | 2026-06-08T19:23:57.596Z | Compiling tabled_derive v0.11.0 |
| 3765 | 2026-06-08T19:23:57.674Z | Checking tokio-tungstenite v0.21.0 |
| 3766 | 2026-06-08T19:23:57.827Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3767 | 2026-06-08T19:23:57.927Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3768 | 2026-06-08T19:23:57.951Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3769 | 2026-06-08T19:23:58.222Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3770 | 2026-06-08T19:23:58.326Z | Checking papergrid v0.17.0 |
| 3771 | 2026-06-08T19:23:58.527Z | Checking libscf-sys v1.2.0 |
| 3772 | 2026-06-08T19:23:58.631Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3773 | 2026-06-08T19:23:58.663Z | Checking testing_table v0.3.0 |
| 3774 | 2026-06-08T19:23:58.738Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3775 | 2026-06-08T19:23:58.755Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3776 | 2026-06-08T19:23:58.770Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3777 | 2026-06-08T19:23:58.993Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3778 | 2026-06-08T19:23:59.104Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3779 | 2026-06-08T19:23:59.147Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3780 | 2026-06-08T19:23:59.191Z | Checking corncobs v0.1.4 |
| 3781 | 2026-06-08T19:23:59.209Z | Compiling unicase v2.9.0 |
| 3782 | 2026-06-08T19:23:59.283Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3783 | 2026-06-08T19:23:59.319Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3784 | 2026-06-08T19:23:59.390Z | Checking tabled v0.20.0 |
| 3785 | 2026-06-08T19:23:59.416Z | Compiling mime_guess v2.0.5 |
| 3786 | 2026-06-08T19:23:59.514Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3787 | 2026-06-08T19:23:59.566Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3788 | 2026-06-08T19:23:59.582Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3789 | 2026-06-08T19:23:59.680Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3790 | 2026-06-08T19:23:59.724Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3791 | 2026-06-08T19:23:59.821Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3792 | 2026-06-08T19:23:59.912Z | Checking progenitor-client v0.11.2 |
| 3793 | 2026-06-08T19:23:59.951Z | Checking secrecy v0.8.0 |
| 3794 | 2026-06-08T19:24:00.076Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3795 | 2026-06-08T19:24:00.283Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3796 | 2026-06-08T19:24:00.431Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3797 | 2026-06-08T19:24:00.456Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3798 | 2026-06-08T19:24:00.544Z | Compiling typify-macro v0.4.3 |
| 3799 | 2026-06-08T19:24:00.562Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3800 | 2026-06-08T19:24:00.565Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3801 | 2026-06-08T19:24:00.717Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3802 | 2026-06-08T19:24:00.733Z | Checking filetime v0.2.27 |
| 3803 | 2026-06-08T19:24:00.887Z | Checking xattr v1.6.1 |
| 3804 | 2026-06-08T19:24:01.008Z | Checking http-range v0.1.5 |
| 3805 | 2026-06-08T19:24:01.024Z | Checking crc8 v0.1.1 |
| 3806 | 2026-06-08T19:24:01.123Z | Checking tar v0.4.45 |
| 3807 | 2026-06-08T19:24:01.140Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3808 | 2026-06-08T19:24:01.332Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3809 | 2026-06-08T19:24:01.379Z | Checking illumos-nvpair v0.3.0 |
| 3810 | 2026-06-08T19:24:01.511Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3811 | 2026-06-08T19:24:01.536Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3812 | 2026-06-08T19:24:01.580Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3813 | 2026-06-08T19:24:01.907Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3814 | 2026-06-08T19:24:01.926Z | Checking atty v0.2.14 |
| 3815 | 2026-06-08T19:24:02.004Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3816 | 2026-06-08T19:24:02.026Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3817 | 2026-06-08T19:24:02.148Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3818 | 2026-06-08T19:24:02.243Z | Compiling typify v0.4.3 |
| 3819 | 2026-06-08T19:24:02.359Z | Compiling progenitor-impl v0.11.2 |
| 3820 | 2026-06-08T19:24:02.489Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3821 | 2026-06-08T19:24:02.676Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3822 | 2026-06-08T19:24:02.693Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3823 | 2026-06-08T19:24:02.828Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3824 | 2026-06-08T19:24:02.919Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3825 | 2026-06-08T19:24:02.999Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3826 | 2026-06-08T19:24:03.207Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3827 | 2026-06-08T19:24:03.223Z | Checking hyper-staticfile v0.10.1 |
| 3828 | 2026-06-08T19:24:03.344Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3829 | 2026-06-08T19:24:03.515Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3830 | 2026-06-08T19:24:03.601Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3831 | 2026-06-08T19:24:03.640Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3832 | 2026-06-08T19:24:03.805Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3833 | 2026-06-08T19:24:03.872Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3834 | 2026-06-08T19:24:04.047Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3835 | 2026-06-08T19:24:04.143Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3836 | 2026-06-08T19:24:04.222Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3837 | 2026-06-08T19:24:04.336Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3838 | 2026-06-08T19:24:04.809Z | Compiling progenitor-macro v0.11.2 |
| 3839 | 2026-06-08T19:24:07.217Z | Checking progenitor v0.11.2 |
| 3840 | 2026-06-08T19:24:07.346Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3841 | 2026-06-08T19:24:07.535Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3842 | 2026-06-08T19:24:11.984Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3843 | 2026-06-08T19:24:22.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.94s |
| 3844 | 2026-06-08T19:24:23.155Z | |
| 3845 | 2026-06-08T19:24:23.155Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/297) |
| 3846 | 2026-06-08T19:24:23.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2026-06-08T19:24:23.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2026-06-08T19:24:23.934Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3849 | 2026-06-08T19:24:34.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s |
| 3850 | 2026-06-08T19:24:34.754Z | |
| 3851 | 2026-06-08T19:24:34.754Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/297) |
| 3852 | 2026-06-08T19:24:35.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2026-06-08T19:24:35.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2026-06-08T19:24:35.533Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3855 | 2026-06-08T19:24:46.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3856 | 2026-06-08T19:24:46.309Z | |
| 3857 | 2026-06-08T19:24:46.309Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/297) |
| 3858 | 2026-06-08T19:24:46.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2026-06-08T19:24:46.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2026-06-08T19:24:47.095Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3861 | 2026-06-08T19:24:57.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3862 | 2026-06-08T19:24:57.877Z | |
| 3863 | 2026-06-08T19:24:57.877Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/297) |
| 3864 | 2026-06-08T19:24:58.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3865 | 2026-06-08T19:24:58.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3866 | 2026-06-08T19:24:58.661Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3867 | 2026-06-08T19:25:09.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s |
| 3868 | 2026-06-08T19:25:09.477Z | |
| 3869 | 2026-06-08T19:25:09.477Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/297) |
| 3870 | 2026-06-08T19:25:10.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3871 | 2026-06-08T19:25:10.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3872 | 2026-06-08T19:25:10.263Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3873 | 2026-06-08T19:25:20.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3874 | 2026-06-08T19:25:21.101Z | |
| 3875 | 2026-06-08T19:25:21.101Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/297) |
| 3876 | 2026-06-08T19:25:21.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3877 | 2026-06-08T19:25:21.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3878 | 2026-06-08T19:25:21.894Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3879 | 2026-06-08T19:25:32.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3880 | 2026-06-08T19:25:32.735Z | |
| 3881 | 2026-06-08T19:25:32.735Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/297) |
| 3882 | 2026-06-08T19:25:33.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3883 | 2026-06-08T19:25:33.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3884 | 2026-06-08T19:25:33.521Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3885 | 2026-06-08T19:25:44.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3886 | 2026-06-08T19:25:44.307Z | |
| 3887 | 2026-06-08T19:25:44.307Z | info: running `cargo check --bins` on bootstrap-agent-api (210/297) |
| 3888 | 2026-06-08T19:25:44.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3889 | 2026-06-08T19:25:44.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3890 | 2026-06-08T19:25:44.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3891 | 2026-06-08T19:25:44.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3892 | 2026-06-08T19:25:44.916Z | |
| 3893 | 2026-06-08T19:25:44.916Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/297) |
| 3894 | 2026-06-08T19:25:45.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3895 | 2026-06-08T19:25:45.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3896 | 2026-06-08T19:25:45.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3897 | 2026-06-08T19:25:45.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3898 | 2026-06-08T19:25:45.533Z | |
| 3899 | 2026-06-08T19:25:45.533Z | info: running `cargo check --bins` on range-requests (212/297) |
| 3900 | 2026-06-08T19:25:46.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3901 | 2026-06-08T19:25:46.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3902 | 2026-06-08T19:25:46.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3903 | 2026-06-08T19:25:46.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3904 | 2026-06-08T19:25:46.137Z | |
| 3905 | 2026-06-08T19:25:46.137Z | info: running `cargo check --bins` on repo-depot-api (213/297) |
| 3906 | 2026-06-08T19:25:46.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3907 | 2026-06-08T19:25:46.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3908 | 2026-06-08T19:25:46.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3909 | 2026-06-08T19:25:46.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3910 | 2026-06-08T19:25:46.738Z | |
| 3911 | 2026-06-08T19:25:46.738Z | info: running `cargo check --bins` on sled-agent-api (214/297) |
| 3912 | 2026-06-08T19:25:47.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3913 | 2026-06-08T19:25:47.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3914 | 2026-06-08T19:25:47.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3915 | 2026-06-08T19:25:47.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3916 | 2026-06-08T19:25:47.361Z | |
| 3917 | 2026-06-08T19:25:47.361Z | info: running `cargo check --bins` on sled-diagnostics (215/297) |
| 3918 | 2026-06-08T19:25:47.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3919 | 2026-06-08T19:25:47.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3920 | 2026-06-08T19:25:47.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3921 | 2026-06-08T19:25:47.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3922 | 2026-06-08T19:25:47.983Z | |
| 3923 | 2026-06-08T19:25:47.983Z | info: running `cargo check --bins` on zfs-test-harness (216/297) |
| 3924 | 2026-06-08T19:25:48.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3925 | 2026-06-08T19:25:48.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3926 | 2026-06-08T19:25:48.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3927 | 2026-06-08T19:25:48.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3928 | 2026-06-08T19:25:48.612Z | |
| 3929 | 2026-06-08T19:25:48.612Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/297) |
| 3930 | 2026-06-08T19:25:49.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3931 | 2026-06-08T19:25:49.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3932 | 2026-06-08T19:25:49.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3933 | 2026-06-08T19:25:49.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3934 | 2026-06-08T19:25:49.245Z | |
| 3935 | 2026-06-08T19:25:49.245Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/297) |
| 3936 | 2026-06-08T19:25:49.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3937 | 2026-06-08T19:25:49.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3938 | 2026-06-08T19:25:49.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3939 | 2026-06-08T19:25:49.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3940 | 2026-06-08T19:25:49.878Z | |
| 3941 | 2026-06-08T19:25:49.878Z | info: running `cargo check --bins` on sled-agent-early-networking (219/297) |
| 3942 | 2026-06-08T19:25:50.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3943 | 2026-06-08T19:25:50.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3944 | 2026-06-08T19:25:50.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3945 | 2026-06-08T19:25:50.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3946 | 2026-06-08T19:25:50.509Z | |
| 3947 | 2026-06-08T19:25:50.509Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/297) |
| 3948 | 2026-06-08T19:25:51.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3949 | 2026-06-08T19:25:51.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3950 | 2026-06-08T19:25:51.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3951 | 2026-06-08T19:25:51.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3952 | 2026-06-08T19:25:51.136Z | |
| 3953 | 2026-06-08T19:25:51.136Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/297) |
| 3954 | 2026-06-08T19:25:51.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3955 | 2026-06-08T19:25:51.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3956 | 2026-06-08T19:25:51.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3957 | 2026-06-08T19:25:51.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3958 | 2026-06-08T19:25:51.766Z | |
| 3959 | 2026-06-08T19:25:51.766Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/297) |
| 3960 | 2026-06-08T19:25:52.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3961 | 2026-06-08T19:25:52.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3962 | 2026-06-08T19:25:52.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3963 | 2026-06-08T19:25:52.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3964 | 2026-06-08T19:25:52.395Z | |
| 3965 | 2026-06-08T19:25:52.395Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/297) |
| 3966 | 2026-06-08T19:25:52.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3967 | 2026-06-08T19:25:52.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3968 | 2026-06-08T19:25:52.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3969 | 2026-06-08T19:25:52.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3970 | 2026-06-08T19:25:53.024Z | |
| 3971 | 2026-06-08T19:25:53.024Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/297) |
| 3972 | 2026-06-08T19:25:53.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3973 | 2026-06-08T19:25:53.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3974 | 2026-06-08T19:25:53.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3975 | 2026-06-08T19:25:53.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3976 | 2026-06-08T19:25:53.677Z | |
| 3977 | 2026-06-08T19:25:53.677Z | info: running `cargo check --bins` on trust-quorum (225/297) |
| 3978 | 2026-06-08T19:25:54.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3979 | 2026-06-08T19:25:54.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3980 | 2026-06-08T19:25:54.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3981 | 2026-06-08T19:25:54.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3982 | 2026-06-08T19:25:54.309Z | |
| 3983 | 2026-06-08T19:25:54.309Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/297) |
| 3984 | 2026-06-08T19:25:54.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3985 | 2026-06-08T19:25:54.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3986 | 2026-06-08T19:25:54.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3987 | 2026-06-08T19:25:54.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3988 | 2026-06-08T19:25:54.955Z | |
| 3989 | 2026-06-08T19:25:54.955Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/297) |
| 3990 | 2026-06-08T19:25:55.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3991 | 2026-06-08T19:25:55.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3992 | 2026-06-08T19:25:55.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3993 | 2026-06-08T19:25:55.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3994 | 2026-06-08T19:25:55.619Z | |
| 3995 | 2026-06-08T19:25:55.619Z | info: running `cargo check --bins` on update-common (228/297) |
| 3996 | 2026-06-08T19:25:56.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3997 | 2026-06-08T19:25:56.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3998 | 2026-06-08T19:25:56.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3999 | 2026-06-08T19:25:56.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4000 | 2026-06-08T19:25:56.237Z | |
| 4001 | 2026-06-08T19:25:56.237Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/297) |
| 4002 | 2026-06-08T19:25:56.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4003 | 2026-06-08T19:25:56.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4004 | 2026-06-08T19:25:56.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4005 | 2026-06-08T19:25:56.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4006 | 2026-06-08T19:25:56.899Z | |
| 4007 | 2026-06-08T19:25:56.899Z | info: running `cargo check --bins` on omicron-deployment-graph (230/297) |
| 4008 | 2026-06-08T19:25:57.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4009 | 2026-06-08T19:25:57.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4010 | 2026-06-08T19:25:57.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4011 | 2026-06-08T19:25:57.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4012 | 2026-06-08T19:25:57.490Z | |
| 4013 | 2026-06-08T19:25:57.490Z | info: running `cargo check --bins` on reconfigurator-cli (231/297) |
| 4014 | 2026-06-08T19:25:58.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4015 | 2026-06-08T19:25:58.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4016 | 2026-06-08T19:25:58.270Z | Compiling fs-err v2.11.0 |
| 4017 | 2026-06-08T19:25:58.274Z | Checking ignore v0.4.25 |
| 4018 | 2026-06-08T19:25:58.274Z | Checking arc-swap v1.8.2 |
| 4019 | 2026-06-08T19:25:58.408Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4020 | 2026-06-08T19:25:58.408Z | Checking predicates-tree v1.0.13 |
| 4021 | 2026-06-08T19:25:58.411Z | Checking parse-size v1.1.0 |
| 4022 | 2026-06-08T19:25:58.438Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4023 | 2026-06-08T19:25:58.450Z | Checking rand_seeder v0.4.0 |
| 4024 | 2026-06-08T19:25:58.513Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4025 | 2026-06-08T19:25:58.536Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4026 | 2026-06-08T19:25:58.586Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4027 | 2026-06-08T19:25:58.600Z | Checking slog-scope v4.4.1 |
| 4028 | 2026-06-08T19:25:58.636Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4029 | 2026-06-08T19:25:58.725Z | Checking slog-stdlog v4.1.1 |
| 4030 | 2026-06-08T19:25:58.741Z | Compiling petname v2.0.2 |
| 4031 | 2026-06-08T19:25:58.757Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4032 | 2026-06-08T19:25:58.772Z | Checking globwalk v0.9.1 |
| 4033 | 2026-06-08T19:25:58.818Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4034 | 2026-06-08T19:25:58.843Z | Checking slog-envlogger v2.2.0 |
| 4035 | 2026-06-08T19:25:58.945Z | Checking camino-tempfile-ext v0.3.3 |
| 4036 | 2026-06-08T19:25:58.998Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4037 | 2026-06-08T19:25:59.028Z | Checking sapling-renderdag v0.1.0 |
| 4038 | 2026-06-08T19:25:59.139Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4039 | 2026-06-08T19:25:59.186Z | Checking subprocess v0.2.15 |
| 4040 | 2026-06-08T19:25:59.266Z | Checking sync-ptr v0.1.4 |
| 4041 | 2026-06-08T19:25:59.372Z | Checking colored v2.2.0 |
| 4042 | 2026-06-08T19:25:59.385Z | Checking assert_matches v1.5.0 |
| 4043 | 2026-06-08T19:25:59.465Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4044 | 2026-06-08T19:25:59.635Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4045 | 2026-06-08T19:25:59.638Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4046 | 2026-06-08T19:26:00.276Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4047 | 2026-06-08T19:26:01.588Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4048 | 2026-06-08T19:26:03.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s |
| 4049 | 2026-06-08T19:26:03.966Z | |
| 4050 | 2026-06-08T19:26:03.966Z | info: running `cargo check --bins` on omicron-repl-utils (232/297) |
| 4051 | 2026-06-08T19:26:04.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4052 | 2026-06-08T19:26:04.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4053 | 2026-06-08T19:26:04.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4054 | 2026-06-08T19:26:04.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4055 | 2026-06-08T19:26:04.557Z | |
| 4056 | 2026-06-08T19:26:04.557Z | info: running `cargo check --bins` on transient-dns-server (233/297) |
| 4057 | 2026-06-08T19:26:05.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4058 | 2026-06-08T19:26:05.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4059 | 2026-06-08T19:26:05.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4060 | 2026-06-08T19:26:05.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4061 | 2026-06-08T19:26:05.170Z | |
| 4062 | 2026-06-08T19:26:05.170Z | info: running `cargo check --bins` on nexus-test-interface (234/297) |
| 4063 | 2026-06-08T19:26:05.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4064 | 2026-06-08T19:26:05.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4065 | 2026-06-08T19:26:05.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4066 | 2026-06-08T19:26:05.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4067 | 2026-06-08T19:26:05.828Z | |
| 4068 | 2026-06-08T19:26:05.828Z | info: running `cargo check --bins` on oximeter-collector (235/297) |
| 4069 | 2026-06-08T19:26:06.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4070 | 2026-06-08T19:26:06.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4071 | 2026-06-08T19:26:06.555Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4072 | 2026-06-08T19:26:06.555Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4073 | 2026-06-08T19:26:07.204Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4074 | 2026-06-08T19:26:08.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s |
| 4075 | 2026-06-08T19:26:08.964Z | |
| 4076 | 2026-06-08T19:26:08.964Z | info: running `cargo check --bins` on oximeter-api (236/297) |
| 4077 | 2026-06-08T19:26:09.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-06-08T19:26:09.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-06-08T19:26:09.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4080 | 2026-06-08T19:26:09.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4081 | 2026-06-08T19:26:09.566Z | |
| 4082 | 2026-06-08T19:26:09.566Z | info: running `cargo check --bins` on cert-dev (237/297) |
| 4083 | 2026-06-08T19:26:10.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4084 | 2026-06-08T19:26:10.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4085 | 2026-06-08T19:26:10.172Z | Checking yasna v0.5.2 |
| 4086 | 2026-06-08T19:26:10.582Z | Checking rcgen v0.12.1 |
| 4087 | 2026-06-08T19:26:10.831Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4088 | 2026-06-08T19:26:11.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4089 | 2026-06-08T19:26:11.194Z | |
| 4090 | 2026-06-08T19:26:11.194Z | info: running `cargo check --bins` on clickana (238/297) |
| 4091 | 2026-06-08T19:26:11.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4092 | 2026-06-08T19:26:11.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4093 | 2026-06-08T19:26:11.847Z | Compiling darling_core v0.23.0 |
| 4094 | 2026-06-08T19:26:11.955Z | Compiling instability v0.3.11 |
| 4095 | 2026-06-08T19:26:11.963Z | Checking castaway v0.2.4 |
| 4096 | 2026-06-08T19:26:11.966Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4097 | 2026-06-08T19:26:11.969Z | Compiling indoc v2.0.7 |
| 4098 | 2026-06-08T19:26:11.984Z | Checking unicode-truncate v1.1.0 |
| 4099 | 2026-06-08T19:26:11.986Z | Checking lru v0.12.5 |
| 4100 | 2026-06-08T19:26:11.986Z | Checking cassowary v0.3.0 |
| 4101 | 2026-06-08T19:26:12.052Z | Checking compact_str v0.8.1 |
| 4102 | 2026-06-08T19:26:13.264Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4103 | 2026-06-08T19:26:13.368Z | Compiling darling_macro v0.23.0 |
| 4104 | 2026-06-08T19:26:13.443Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4105 | 2026-06-08T19:26:13.770Z | Compiling darling v0.23.0 |
| 4106 | 2026-06-08T19:26:14.387Z | Checking ratatui v0.29.0 |
| 4107 | 2026-06-08T19:26:15.429Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4108 | 2026-06-08T19:26:16.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
| 4109 | 2026-06-08T19:26:16.273Z | |
| 4110 | 2026-06-08T19:26:16.273Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/297) |
| 4111 | 2026-06-08T19:26:16.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4112 | 2026-06-08T19:26:16.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4113 | 2026-06-08T19:26:16.997Z | Checking headers-core v0.3.0 |
| 4114 | 2026-06-08T19:26:17.000Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4115 | 2026-06-08T19:26:17.193Z | Checking headers v0.4.1 |
| 4116 | 2026-06-08T19:26:17.560Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4117 | 2026-06-08T19:26:18.395Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4118 | 2026-06-08T19:26:18.880Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4119 | 2026-06-08T19:26:19.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 4120 | 2026-06-08T19:26:19.484Z | |
| 4121 | 2026-06-08T19:26:19.485Z | info: running `cargo check --bins` on ch-dev (240/297) |
| 4122 | 2026-06-08T19:26:20.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-06-08T19:26:20.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-06-08T19:26:20.214Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4125 | 2026-06-08T19:26:20.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4126 | 2026-06-08T19:26:21.153Z | |
| 4127 | 2026-06-08T19:26:21.153Z | info: running `cargo check --bins` on dev-tools-common (241/297) |
| 4128 | 2026-06-08T19:26:21.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-06-08T19:26:21.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-06-08T19:26:21.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4131 | 2026-06-08T19:26:21.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4132 | 2026-06-08T19:26:21.619Z | |
| 4133 | 2026-06-08T19:26:21.619Z | info: running `cargo check --bins` on crdb-seed (242/297) |
| 4134 | 2026-06-08T19:26:22.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4135 | 2026-06-08T19:26:22.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4136 | 2026-06-08T19:26:22.342Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4137 | 2026-06-08T19:26:23.318Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4138 | 2026-06-08T19:26:23.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
| 4139 | 2026-06-08T19:26:23.855Z | |
| 4140 | 2026-06-08T19:26:23.855Z | info: running `cargo check --bins` on db-dev (243/297) |
| 4141 | 2026-06-08T19:26:24.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4142 | 2026-06-08T19:26:24.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4143 | 2026-06-08T19:26:24.582Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4144 | 2026-06-08T19:26:25.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4145 | 2026-06-08T19:26:25.516Z | |
| 4146 | 2026-06-08T19:26:25.516Z | info: running `cargo check --bins` on omicron-dev-lib (244/297) |
| 4147 | 2026-06-08T19:26:26.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4148 | 2026-06-08T19:26:26.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4149 | 2026-06-08T19:26:26.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4150 | 2026-06-08T19:26:26.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4151 | 2026-06-08T19:26:26.156Z | |
| 4152 | 2026-06-08T19:26:26.156Z | info: running `cargo check --bins` on xtask-downloader (245/297) |
| 4153 | 2026-06-08T19:26:26.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4154 | 2026-06-08T19:26:26.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4155 | 2026-06-08T19:26:26.772Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4156 | 2026-06-08T19:26:27.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4157 | 2026-06-08T19:26:27.637Z | |
| 4158 | 2026-06-08T19:26:27.637Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/297) |
| 4159 | 2026-06-08T19:26:28.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4160 | 2026-06-08T19:26:28.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4161 | 2026-06-08T19:26:28.398Z | Compiling progenitor-impl v0.13.0 |
| 4162 | 2026-06-08T19:26:28.520Z | Checking progenitor-client v0.13.0 |
| 4163 | 2026-06-08T19:26:28.520Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4164 | 2026-06-08T19:26:28.523Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4165 | 2026-06-08T19:26:28.553Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4166 | 2026-06-08T19:26:28.565Z | Checking git-stub v1.0.0 |
| 4167 | 2026-06-08T19:26:28.568Z | Compiling trait-variant v0.1.2 |
| 4168 | 2026-06-08T19:26:28.712Z | Checking maplit v1.0.2 |
| 4169 | 2026-06-08T19:26:28.748Z | Checking is_ci v1.2.0 |
| 4170 | 2026-06-08T19:26:28.763Z | Checking git-stub-vcs v0.1.0 |
| 4171 | 2026-06-08T19:26:28.796Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4172 | 2026-06-08T19:26:28.843Z | Checking supports-color v3.0.2 |
| 4173 | 2026-06-08T19:26:28.952Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4174 | 2026-06-08T19:26:28.975Z | Checking drift v0.2.0 |
| 4175 | 2026-06-08T19:26:29.102Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4176 | 2026-06-08T19:26:29.163Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4177 | 2026-06-08T19:26:29.301Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4178 | 2026-06-08T19:26:29.334Z | Checking dropshot-api-manager v0.7.2 |
| 4179 | 2026-06-08T19:26:29.376Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4180 | 2026-06-08T19:26:29.391Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4181 | 2026-06-08T19:26:29.505Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4182 | 2026-06-08T19:26:29.661Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4183 | 2026-06-08T19:26:29.854Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4184 | 2026-06-08T19:26:29.869Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4185 | 2026-06-08T19:26:30.372Z | Compiling progenitor-macro v0.13.0 |
| 4186 | 2026-06-08T19:26:32.749Z | Checking progenitor v0.13.0 |
| 4187 | 2026-06-08T19:26:32.864Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4188 | 2026-06-08T19:26:37.890Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4189 | 2026-06-08T19:26:38.977Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4190 | 2026-06-08T19:26:39.533Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4191 | 2026-06-08T19:26:39.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.31s |
| 4192 | 2026-06-08T19:26:40.163Z | |
| 4193 | 2026-06-08T19:26:40.163Z | info: running `cargo check --bins` on installinator-api (247/297) |
| 4194 | 2026-06-08T19:26:40.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4195 | 2026-06-08T19:26:40.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4196 | 2026-06-08T19:26:40.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4197 | 2026-06-08T19:26:40.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4198 | 2026-06-08T19:26:40.764Z | |
| 4199 | 2026-06-08T19:26:40.764Z | info: running `cargo check --bins` on nexus-external-api (248/297) |
| 4200 | 2026-06-08T19:26:41.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4201 | 2026-06-08T19:26:41.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4202 | 2026-06-08T19:26:41.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4203 | 2026-06-08T19:26:41.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4204 | 2026-06-08T19:26:41.401Z | |
| 4205 | 2026-06-08T19:26:41.401Z | info: running `cargo check --bins` on nexus-internal-api (249/297) |
| 4206 | 2026-06-08T19:26:41.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4207 | 2026-06-08T19:26:41.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4208 | 2026-06-08T19:26:41.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4209 | 2026-06-08T19:26:41.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4210 | 2026-06-08T19:26:42.046Z | |
| 4211 | 2026-06-08T19:26:42.046Z | info: running `cargo check --bins` on nexus-lockstep-api (250/297) |
| 4212 | 2026-06-08T19:26:42.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4213 | 2026-06-08T19:26:42.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4214 | 2026-06-08T19:26:42.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4215 | 2026-06-08T19:26:42.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4216 | 2026-06-08T19:26:42.687Z | |
| 4217 | 2026-06-08T19:26:42.690Z | info: running `cargo check --bins` on ntp-admin-api (251/297) |
| 4218 | 2026-06-08T19:26:43.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4219 | 2026-06-08T19:26:43.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4220 | 2026-06-08T19:26:43.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4221 | 2026-06-08T19:26:43.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4222 | 2026-06-08T19:26:43.293Z | |
| 4223 | 2026-06-08T19:26:43.293Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/297) |
| 4224 | 2026-06-08T19:26:43.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4225 | 2026-06-08T19:26:43.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4226 | 2026-06-08T19:26:43.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4227 | 2026-06-08T19:26:43.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4228 | 2026-06-08T19:26:43.884Z | |
| 4229 | 2026-06-08T19:26:43.884Z | info: running `cargo check --bins` on wicketd-api (253/297) |
| 4230 | 2026-06-08T19:26:44.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4231 | 2026-06-08T19:26:44.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4232 | 2026-06-08T19:26:44.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4233 | 2026-06-08T19:26:44.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4234 | 2026-06-08T19:26:44.505Z | |
| 4235 | 2026-06-08T19:26:44.505Z | info: running `cargo check --bins` on omicron-ls-apis (254/297) |
| 4236 | 2026-06-08T19:26:45.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4237 | 2026-06-08T19:26:45.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4238 | 2026-06-08T19:26:45.121Z | Checking typeid v1.0.3 |
| 4239 | 2026-06-08T19:26:45.235Z | Checking ordered-float v2.10.1 |
| 4240 | 2026-06-08T19:26:45.254Z | Checking unicode-xid v0.2.6 |
| 4241 | 2026-06-08T19:26:45.268Z | Checking cargo-platform v0.2.0 |
| 4242 | 2026-06-08T19:26:45.277Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4243 | 2026-06-08T19:26:45.301Z | Checking erased-serde v0.4.9 |
| 4244 | 2026-06-08T19:26:45.435Z | Checking serde-value v0.7.0 |
| 4245 | 2026-06-08T19:26:45.615Z | Checking serde-untagged v0.1.9 |
| 4246 | 2026-06-08T19:26:45.770Z | Checking cargo-util-schemas v0.8.2 |
| 4247 | 2026-06-08T19:26:46.450Z | Checking cargo_metadata v0.21.0 |
| 4248 | 2026-06-08T19:26:47.053Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4249 | 2026-06-08T19:26:47.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 4250 | 2026-06-08T19:26:47.981Z | |
| 4251 | 2026-06-08T19:26:47.981Z | info: running `cargo check --bins` on mgs-dev (255/297) |
| 4252 | 2026-06-08T19:26:48.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4253 | 2026-06-08T19:26:48.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4254 | 2026-06-08T19:26:48.717Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4255 | 2026-06-08T19:26:49.330Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4256 | 2026-06-08T19:26:49.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4257 | 2026-06-08T19:26:50.032Z | |
| 4258 | 2026-06-08T19:26:50.032Z | info: running `cargo check --bins` on omicron-omdb (256/297) |
| 4259 | 2026-06-08T19:26:50.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4260 | 2026-06-08T19:26:50.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4261 | 2026-06-08T19:26:50.980Z | Compiling vergen-lib v0.1.6 |
| 4262 | 2026-06-08T19:26:50.980Z | Compiling vergen-gitcl v1.0.8 |
| 4263 | 2026-06-08T19:26:50.980Z | Compiling dirs-sys-next v0.1.2 |
| 4264 | 2026-06-08T19:26:50.980Z | Compiling crunchy v0.2.4 |
| 4265 | 2026-06-08T19:26:50.984Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4266 | 2026-06-08T19:26:50.984Z | Compiling diesel_derives v2.3.7 |
| 4267 | 2026-06-08T19:26:51.136Z | Compiling glob v0.3.3 |
| 4268 | 2026-06-08T19:26:51.199Z | Compiling dsl_auto_type v0.2.0 |
| 4269 | 2026-06-08T19:26:51.313Z | Compiling dirs-next v2.0.0 |
| 4270 | 2026-06-08T19:26:51.371Z | Checking scheduled-thread-pool v0.2.7 |
| 4271 | 2026-06-08T19:26:51.387Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4272 | 2026-06-08T19:26:51.432Z | Compiling tiny-keccak v2.0.2 |
| 4273 | 2026-06-08T19:26:51.512Z | Checking r2d2 v0.8.10 |
| 4274 | 2026-06-08T19:26:51.528Z | Compiling term v0.7.0 |
| 4275 | 2026-06-08T19:26:51.560Z | Compiling clang-sys v1.8.1 |
| 4276 | 2026-06-08T19:26:51.667Z | Compiling bit-vec v0.6.3 |
| 4277 | 2026-06-08T19:26:51.690Z | Checking downcast-rs v2.0.2 |
| 4278 | 2026-06-08T19:26:51.795Z | Compiling ascii-canvas v3.0.0 |
| 4279 | 2026-06-08T19:26:51.884Z | Compiling bit-set v0.5.3 |
| 4280 | 2026-06-08T19:26:51.973Z | Compiling itertools v0.10.5 |
| 4281 | 2026-06-08T19:26:52.035Z | Compiling ena v0.14.4 |
| 4282 | 2026-06-08T19:26:52.051Z | Compiling libloading v0.8.9 |
| 4283 | 2026-06-08T19:26:52.074Z | Compiling diff v0.1.13 |
| 4284 | 2026-06-08T19:26:52.183Z | Compiling regex-syntax v0.6.29 |
| 4285 | 2026-06-08T19:26:52.200Z | Compiling bindgen v0.71.1 |
| 4286 | 2026-06-08T19:26:52.261Z | Compiling cexpr v0.6.0 |
| 4287 | 2026-06-08T19:26:52.334Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4288 | 2026-06-08T19:26:52.524Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4289 | 2026-06-08T19:26:52.640Z | Compiling rustc-hash v2.1.1 |
| 4290 | 2026-06-08T19:26:52.705Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4291 | 2026-06-08T19:26:52.773Z | Compiling libxml v0.3.3 |
| 4292 | 2026-06-08T19:26:52.922Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4293 | 2026-06-08T19:26:53.011Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4294 | 2026-06-08T19:26:53.031Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4295 | 2026-06-08T19:26:53.220Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4296 | 2026-06-08T19:26:53.329Z | Compiling strum_macros v0.24.3 |
| 4297 | 2026-06-08T19:26:53.449Z | Compiling indoc v1.0.9 |
| 4298 | 2026-06-08T19:26:53.486Z | Compiling lalrpop v0.19.12 |
| 4299 | 2026-06-08T19:26:54.300Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4300 | 2026-06-08T19:26:54.489Z | Checking derive_builder v0.20.2 |
| 4301 | 2026-06-08T19:26:54.611Z | Compiling oso-derive v0.27.3 |
| 4302 | 2026-06-08T19:26:54.714Z | Checking quick-xml v0.37.5 |
| 4303 | 2026-06-08T19:26:54.836Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4304 | 2026-06-08T19:26:55.111Z | Checking openssl-probe v0.1.6 |
| 4305 | 2026-06-08T19:26:55.255Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4306 | 2026-06-08T19:26:55.580Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4307 | 2026-06-08T19:26:55.774Z | Checking bb8 v0.8.6 |
| 4308 | 2026-06-08T19:26:55.947Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4309 | 2026-06-08T19:26:55.978Z | Compiling libz-sys v1.1.24 |
| 4310 | 2026-06-08T19:26:56.054Z | Checking nonempty v0.12.0 |
| 4311 | 2026-06-08T19:26:56.160Z | Compiling strsim v0.10.0 |
| 4312 | 2026-06-08T19:26:56.219Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4313 | 2026-06-08T19:26:56.354Z | Compiling darling_core v0.13.4 |
| 4314 | 2026-06-08T19:26:56.490Z | Compiling vergen-git2 v9.1.0 |
| 4315 | 2026-06-08T19:26:56.563Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4316 | 2026-06-08T19:26:56.707Z | Compiling rustls v0.21.12 |
| 4317 | 2026-06-08T19:26:56.752Z | Compiling base64 v0.21.7 |
| 4318 | 2026-06-08T19:26:56.947Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4319 | 2026-06-08T19:26:57.073Z | Compiling ron v0.8.1 |
| 4320 | 2026-06-08T19:26:57.076Z | Checking diesel v2.3.7 |
| 4321 | 2026-06-08T19:26:57.908Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4322 | 2026-06-08T19:26:58.047Z | Checking rustls-webpki v0.101.7 |
| 4323 | 2026-06-08T19:26:58.097Z | Checking sct v0.7.1 |
| 4324 | 2026-06-08T19:26:58.223Z | Compiling darling_macro v0.13.4 |
| 4325 | 2026-06-08T19:26:58.262Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4326 | 2026-06-08T19:26:58.697Z | Compiling darling v0.13.4 |
| 4327 | 2026-06-08T19:26:58.790Z | Compiling serde_with_macros v1.5.2 |
| 4328 | 2026-06-08T19:26:58.955Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4329 | 2026-06-08T19:26:59.667Z | Compiling serde_with v1.14.0 |
| 4330 | 2026-06-08T19:26:59.761Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4331 | 2026-06-08T19:27:00.661Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4332 | 2026-06-08T19:27:00.808Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4333 | 2026-06-08T19:27:01.490Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4334 | 2026-06-08T19:27:02.139Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4335 | 2026-06-08T19:27:02.241Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4336 | 2026-06-08T19:27:02.333Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4337 | 2026-06-08T19:27:02.337Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4338 | 2026-06-08T19:27:02.429Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4339 | 2026-06-08T19:27:02.524Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4340 | 2026-06-08T19:27:02.665Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4341 | 2026-06-08T19:27:02.730Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4342 | 2026-06-08T19:27:02.752Z | Checking tokio-rustls v0.24.1 |
| 4343 | 2026-06-08T19:27:02.952Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4344 | 2026-06-08T19:27:03.436Z | Checking rustls-pemfile v1.0.4 |
| 4345 | 2026-06-08T19:27:03.558Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4346 | 2026-06-08T19:27:03.579Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4347 | 2026-06-08T19:27:03.770Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4348 | 2026-06-08T19:27:03.816Z | Checking twox-hash v2.1.2 |
| 4349 | 2026-06-08T19:27:04.132Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4350 | 2026-06-08T19:27:04.150Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4351 | 2026-06-08T19:27:04.191Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4352 | 2026-06-08T19:27:04.735Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4353 | 2026-06-08T19:27:04.893Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4354 | 2026-06-08T19:27:05.849Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4355 | 2026-06-08T19:27:06.147Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4356 | 2026-06-08T19:27:06.167Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4357 | 2026-06-08T19:27:06.515Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4358 | 2026-06-08T19:27:06.693Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4359 | 2026-06-08T19:27:06.793Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4360 | 2026-06-08T19:27:07.205Z | Checking console v0.16.2 |
| 4361 | 2026-06-08T19:27:07.516Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4362 | 2026-06-08T19:27:07.664Z | Checking fatfs v0.3.6 |
| 4363 | 2026-06-08T19:27:07.773Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4364 | 2026-06-08T19:27:08.126Z | Checking unit-prefix v0.5.2 |
| 4365 | 2026-06-08T19:27:08.261Z | Compiling seq-macro v0.3.6 |
| 4366 | 2026-06-08T19:27:08.812Z | Checking indicatif v0.18.4 |
| 4367 | 2026-06-08T19:27:09.221Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4368 | 2026-06-08T19:27:09.285Z | Checking support-bundle-viewer v0.1.2 |
| 4369 | 2026-06-08T19:27:09.444Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4370 | 2026-06-08T19:27:09.527Z | Checking multimap v0.10.1 |
| 4371 | 2026-06-08T19:27:15.542Z | Checking diesel-dtrace v0.5.0 |
| 4372 | 2026-06-08T19:27:15.794Z | Checking async-bb8-diesel v0.2.1 |
| 4373 | 2026-06-08T19:27:17.984Z | Compiling samael v0.0.19 |
| 4374 | 2026-06-08T19:27:20.216Z | Compiling git2 v0.20.4 |
| 4375 | 2026-06-08T19:27:23.530Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4376 | 2026-06-08T19:27:24.878Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4377 | 2026-06-08T19:27:26.191Z | Compiling polar-core v0.27.3 |
| 4378 | 2026-06-08T19:27:30.706Z | Checking oso v0.27.3 |
| 4379 | 2026-06-08T19:27:57.401Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4380 | 2026-06-08T19:29:07.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 4381 | 2026-06-08T19:29:08.155Z | |
| 4382 | 2026-06-08T19:29:08.155Z | info: running `cargo check --bins` on nexus-networking (257/297) |
| 4383 | 2026-06-08T19:29:08.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-06-08T19:29:08.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-06-08T19:29:08.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-06-08T19:29:08.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4387 | 2026-06-08T19:29:08.861Z | |
| 4388 | 2026-06-08T19:29:08.861Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (258/297) |
| 4389 | 2026-06-08T19:29:09.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-06-08T19:29:09.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-06-08T19:29:09.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-06-08T19:29:09.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4393 | 2026-06-08T19:29:09.523Z | |
| 4394 | 2026-06-08T19:29:09.523Z | info: running `cargo check --bins` on nexus-saga-recovery (259/297) |
| 4395 | 2026-06-08T19:29:10.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-06-08T19:29:10.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-06-08T19:29:10.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-06-08T19:29:10.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4399 | 2026-06-08T19:29:10.176Z | |
| 4400 | 2026-06-08T19:29:10.176Z | info: running `cargo check --bins` on nexus-test-utils-macros (260/297) |
| 4401 | 2026-06-08T19:29:10.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-06-08T19:29:10.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-06-08T19:29:10.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4404 | 2026-06-08T19:29:10.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4405 | 2026-06-08T19:29:10.772Z | |
| 4406 | 2026-06-08T19:29:10.772Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (261/297) |
| 4407 | 2026-06-08T19:29:11.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-06-08T19:29:11.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-06-08T19:29:11.623Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4410 | 2026-06-08T19:29:12.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 4411 | 2026-06-08T19:29:12.605Z | |
| 4412 | 2026-06-08T19:29:12.605Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/297) |
| 4413 | 2026-06-08T19:29:13.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-06-08T19:29:13.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-06-08T19:29:13.442Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4416 | 2026-06-08T19:29:49.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.05s |
| 4417 | 2026-06-08T19:29:49.885Z | |
| 4418 | 2026-06-08T19:29:49.886Z | info: running `cargo check --bins` on nexus-background-task-interface (263/297) |
| 4419 | 2026-06-08T19:29:50.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-06-08T19:29:50.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-06-08T19:29:50.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-06-08T19:29:50.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4423 | 2026-06-08T19:29:50.478Z | |
| 4424 | 2026-06-08T19:29:50.478Z | info: running `cargo check --bins --no-default-features` on nexus-fm (264/297) |
| 4425 | 2026-06-08T19:29:51.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-06-08T19:29:51.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-06-08T19:29:51.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-06-08T19:29:51.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4429 | 2026-06-08T19:29:51.134Z | |
| 4430 | 2026-06-08T19:29:51.134Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/297) |
| 4431 | 2026-06-08T19:29:51.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-06-08T19:29:51.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-06-08T19:29:51.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4434 | 2026-06-08T19:29:51.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4435 | 2026-06-08T19:29:51.795Z | |
| 4436 | 2026-06-08T19:29:51.795Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (266/297) |
| 4437 | 2026-06-08T19:29:52.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4438 | 2026-06-08T19:29:52.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4439 | 2026-06-08T19:29:52.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4440 | 2026-06-08T19:29:52.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4441 | 2026-06-08T19:29:52.463Z | |
| 4442 | 2026-06-08T19:29:52.463Z | info: running `cargo check --bins` on nexus-mgs-updates (267/297) |
| 4443 | 2026-06-08T19:29:53.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4444 | 2026-06-08T19:29:53.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4445 | 2026-06-08T19:29:53.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4446 | 2026-06-08T19:29:53.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4447 | 2026-06-08T19:29:53.107Z | |
| 4448 | 2026-06-08T19:29:53.107Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (268/297) |
| 4449 | 2026-06-08T19:29:53.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-06-08T19:29:53.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-06-08T19:29:53.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4452 | 2026-06-08T19:29:53.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4453 | 2026-06-08T19:29:53.770Z | |
| 4454 | 2026-06-08T19:29:53.770Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/297) |
| 4455 | 2026-06-08T19:29:54.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4456 | 2026-06-08T19:29:54.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4457 | 2026-06-08T19:29:54.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4458 | 2026-06-08T19:29:54.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4459 | 2026-06-08T19:29:54.435Z | |
| 4460 | 2026-06-08T19:29:54.435Z | info: running `cargo check --bins` on support-bundle-collection (270/297) |
| 4461 | 2026-06-08T19:29:54.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4462 | 2026-06-08T19:29:54.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4463 | 2026-06-08T19:29:54.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4464 | 2026-06-08T19:29:55.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4465 | 2026-06-08T19:29:55.100Z | |
| 4466 | 2026-06-08T19:29:55.100Z | info: running `cargo check --bins` on omicron-dev (271/297) |
| 4467 | 2026-06-08T19:29:55.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4468 | 2026-06-08T19:29:55.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4469 | 2026-06-08T19:29:56.011Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4470 | 2026-06-08T19:29:56.011Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4471 | 2026-06-08T19:29:56.203Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4472 | 2026-06-08T19:29:56.230Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4473 | 2026-06-08T19:29:56.249Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4474 | 2026-06-08T19:29:56.270Z | Checking diff v0.1.13 |
| 4475 | 2026-06-08T19:29:56.274Z | Checking yansi v1.0.1 |
| 4476 | 2026-06-08T19:29:56.274Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4477 | 2026-06-08T19:29:56.338Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4478 | 2026-06-08T19:29:56.529Z | Checking pretty_assertions v1.4.1 |
| 4479 | 2026-06-08T19:29:57.147Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4480 | 2026-06-08T19:29:57.289Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4481 | 2026-06-08T19:30:20.979Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4482 | 2026-06-08T19:30:20.984Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4483 | 2026-06-08T19:30:20.984Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4484 | 2026-06-08T19:30:20.984Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4485 | 2026-06-08T19:30:20.984Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4486 | 2026-06-08T19:30:20.984Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4487 | 2026-06-08T19:30:21.797Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4488 | 2026-06-08T19:30:21.800Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4489 | 2026-06-08T19:30:22.990Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4490 | 2026-06-08T19:30:59.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 4491 | 2026-06-08T19:30:59.450Z | |
| 4492 | 2026-06-08T19:30:59.450Z | info: running `cargo check --bins` on omicron-pins (272/297) |
| 4493 | 2026-06-08T19:30:59.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4494 | 2026-06-08T19:30:59.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4495 | 2026-06-08T19:30:59.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4496 | 2026-06-08T19:30:59.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4497 | 2026-06-08T19:31:00.051Z | |
| 4498 | 2026-06-08T19:31:00.051Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/297) |
| 4499 | 2026-06-08T19:31:00.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4500 | 2026-06-08T19:31:00.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4501 | 2026-06-08T19:31:00.836Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4502 | 2026-06-08T19:31:00.960Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4503 | 2026-06-08T19:31:00.960Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4504 | 2026-06-08T19:31:26.732Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4505 | 2026-06-08T19:31:27.127Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4506 | 2026-06-08T19:31:28.793Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4507 | 2026-06-08T19:31:29.257Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4508 | 2026-06-08T19:31:32.137Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4509 | 2026-06-08T19:31:54.834Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4510 | 2026-06-08T19:31:55.526Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4511 | 2026-06-08T19:31:57.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.07s |
| 4512 | 2026-06-08T19:31:57.336Z | |
| 4513 | 2026-06-08T19:31:57.336Z | info: running `cargo check --bins` on reconfigurator-sp-updater (274/297) |
| 4514 | 2026-06-08T19:31:57.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4515 | 2026-06-08T19:31:57.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4516 | 2026-06-08T19:31:58.067Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4517 | 2026-06-08T19:31:58.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4518 | 2026-06-08T19:31:58.948Z | |
| 4519 | 2026-06-08T19:31:58.948Z | info: running `cargo check --bins` on omicron-releng (275/297) |
| 4520 | 2026-06-08T19:31:59.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4521 | 2026-06-08T19:31:59.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4522 | 2026-06-08T19:31:59.601Z | Compiling blake3 v1.8.3 |
| 4523 | 2026-06-08T19:31:59.713Z | Checking arrayvec v0.7.6 |
| 4524 | 2026-06-08T19:31:59.716Z | Checking arrayref v0.3.9 |
| 4525 | 2026-06-08T19:31:59.716Z | Checking constant_time_eq v0.4.2 |
| 4526 | 2026-06-08T19:31:59.733Z | Checking topological-sort v0.2.2 |
| 4527 | 2026-06-08T19:31:59.737Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4528 | 2026-06-08T19:31:59.737Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4529 | 2026-06-08T19:31:59.737Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4530 | 2026-06-08T19:31:59.777Z | Checking shell-words v1.1.1 |
| 4531 | 2026-06-08T19:32:00.591Z | Checking omicron-zone-package v0.12.2 |
| 4532 | 2026-06-08T19:32:01.297Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4533 | 2026-06-08T19:32:02.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 4534 | 2026-06-08T19:32:02.334Z | |
| 4535 | 2026-06-08T19:32:02.335Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (276/297) |
| 4536 | 2026-06-08T19:32:02.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4537 | 2026-06-08T19:32:02.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4538 | 2026-06-08T19:32:02.984Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4539 | 2026-06-08T19:32:03.303Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4540 | 2026-06-08T19:32:03.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4541 | 2026-06-08T19:32:03.896Z | |
| 4542 | 2026-06-08T19:32:03.896Z | info: running `cargo check --bins` on schema (277/297) |
| 4543 | 2026-06-08T19:32:04.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-06-08T19:32:04.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-06-08T19:32:04.627Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4546 | 2026-06-08T19:32:05.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4547 | 2026-06-08T19:32:05.519Z | |
| 4548 | 2026-06-08T19:32:05.519Z | info: running `cargo check --bins` on xtask (278/297) |
| 4549 | 2026-06-08T19:32:05.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-06-08T19:32:05.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-06-08T19:32:05.977Z | Checking libc v0.2.185 |
| 4552 | 2026-06-08T19:32:05.980Z | Checking serde v1.0.228 |
| 4553 | 2026-06-08T19:32:06.064Z | Checking zerofrom v0.1.6 |
| 4554 | 2026-06-08T19:32:06.068Z | Checking bitflags v2.11.0 |
| 4555 | 2026-06-08T19:32:06.073Z | Checking smallvec v1.15.1 |
| 4556 | 2026-06-08T19:32:06.079Z | Checking indexmap v2.14.0 |
| 4557 | 2026-06-08T19:32:06.088Z | Checking serde_json v1.0.149 |
| 4558 | 2026-06-08T19:32:06.099Z | Checking scroll v0.12.0 |
| 4559 | 2026-06-08T19:32:06.158Z | Checking yoke v0.8.1 |
| 4560 | 2026-06-08T19:32:06.211Z | Checking num-traits v0.2.19 |
| 4561 | 2026-06-08T19:32:06.243Z | Checking thiserror v1.0.69 |
| 4562 | 2026-06-08T19:32:06.312Z | Checking log v0.4.29 |
| 4563 | 2026-06-08T19:32:06.326Z | Checking zerovec v0.11.5 |
| 4564 | 2026-06-08T19:32:06.337Z | Checking zerotrie v0.2.3 |
| 4565 | 2026-06-08T19:32:06.350Z | Checking errno v0.3.14 |
| 4566 | 2026-06-08T19:32:06.438Z | Checking serde_spanned v0.6.9 |
| 4567 | 2026-06-08T19:32:06.459Z | Checking toml_datetime v0.6.11 |
| 4568 | 2026-06-08T19:32:06.470Z | Checking rustix v1.1.3 |
| 4569 | 2026-06-08T19:32:06.558Z | Checking percent-encoding v2.3.2 |
| 4570 | 2026-06-08T19:32:06.572Z | Checking goblin v0.8.2 |
| 4571 | 2026-06-08T19:32:06.594Z | Checking zerocopy v0.7.35 |
| 4572 | 2026-06-08T19:32:06.633Z | Checking toml_edit v0.22.27 |
| 4573 | 2026-06-08T19:32:06.683Z | Checking getrandom v0.4.1 |
| 4574 | 2026-06-08T19:32:06.694Z | Checking form_urlencoded v1.2.2 |
| 4575 | 2026-06-08T19:32:06.723Z | Checking ordered-float v2.10.1 |
| 4576 | 2026-06-08T19:32:06.749Z | Checking tinystr v0.8.2 |
| 4577 | 2026-06-08T19:32:06.808Z | Checking potential_utf v0.1.4 |
| 4578 | 2026-06-08T19:32:06.819Z | Checking thiserror v2.0.18 |
| 4579 | 2026-06-08T19:32:06.915Z | Checking syn v2.0.117 |
| 4580 | 2026-06-08T19:32:06.926Z | Checking icu_locale_core v2.1.1 |
| 4581 | 2026-06-08T19:32:06.935Z | Checking icu_collections v2.1.1 |
| 4582 | 2026-06-08T19:32:06.944Z | Checking serde-value v0.7.0 |
| 4583 | 2026-06-08T19:32:07.082Z | Checking dtrace-parser v0.2.0 |
| 4584 | 2026-06-08T19:32:07.143Z | Checking thread-id v4.2.2 |
| 4585 | 2026-06-08T19:32:07.224Z | Checking once_cell v1.21.3 |
| 4586 | 2026-06-08T19:32:07.243Z | Checking cargo-platform v0.2.0 |
| 4587 | 2026-06-08T19:32:07.258Z | Checking terminal_size v0.4.3 |
| 4588 | 2026-06-08T19:32:07.321Z | Checking memmap v0.7.0 |
| 4589 | 2026-06-08T19:32:07.378Z | Checking clap_builder v4.6.0 |
| 4590 | 2026-06-08T19:32:07.394Z | Checking tempfile v3.25.0 |
| 4591 | 2026-06-08T19:32:07.415Z | Checking textwrap v0.16.2 |
| 4592 | 2026-06-08T19:32:07.446Z | Checking fs-err v3.3.0 |
| 4593 | 2026-06-08T19:32:07.489Z | Checking icu_provider v2.1.1 |
| 4594 | 2026-06-08T19:32:07.626Z | Checking camino-tempfile v1.4.1 |
| 4595 | 2026-06-08T19:32:07.662Z | Checking tabled v0.15.0 |
| 4596 | 2026-06-08T19:32:07.662Z | Checking anyhow v1.0.102 |
| 4597 | 2026-06-08T19:32:07.728Z | Checking icu_properties v2.1.2 |
| 4598 | 2026-06-08T19:32:07.779Z | Checking icu_normalizer v2.1.1 |
| 4599 | 2026-06-08T19:32:07.779Z | Checking toml v0.8.23 |
| 4600 | 2026-06-08T19:32:07.823Z | Checking macaddr v1.0.1 |
| 4601 | 2026-06-08T19:32:08.006Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4602 | 2026-06-08T19:32:08.091Z | Checking cargo_toml v0.21.0 |
| 4603 | 2026-06-08T19:32:08.452Z | Checking dof v0.3.0 |
| 4604 | 2026-06-08T19:32:08.505Z | Checking idna_adapter v1.2.1 |
| 4605 | 2026-06-08T19:32:08.565Z | Checking clap v4.6.1 |
| 4606 | 2026-06-08T19:32:08.628Z | Checking idna v1.1.0 |
| 4607 | 2026-06-08T19:32:08.732Z | Checking usdt-impl v0.5.0 |
| 4608 | 2026-06-08T19:32:08.861Z | Checking url v2.5.8 |
| 4609 | 2026-06-08T19:32:08.984Z | Checking usdt v0.5.0 |
| 4610 | 2026-06-08T19:32:09.212Z | Checking cargo-util-schemas v0.8.2 |
| 4611 | 2026-06-08T19:32:09.879Z | Checking cargo_metadata v0.21.0 |
| 4612 | 2026-06-08T19:32:10.479Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4613 | 2026-06-08T19:32:10.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
| 4614 | 2026-06-08T19:32:11.005Z | |
| 4615 | 2026-06-08T19:32:11.005Z | info: running `cargo check --bins` on dnsadm (279/297) |
| 4616 | 2026-06-08T19:32:11.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4617 | 2026-06-08T19:32:11.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4618 | 2026-06-08T19:32:11.656Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4619 | 2026-06-08T19:32:12.142Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4620 | 2026-06-08T19:32:12.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 4621 | 2026-06-08T19:32:12.730Z | |
| 4622 | 2026-06-08T19:32:12.730Z | info: running `cargo check --bins` on end-to-end-tests (280/297) |
| 4623 | 2026-06-08T19:32:13.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4624 | 2026-06-08T19:32:13.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4625 | 2026-06-08T19:32:13.541Z | Checking polyval v0.6.2 |
| 4626 | 2026-06-08T19:32:13.670Z | Checking ctr v0.9.2 |
| 4627 | 2026-06-08T19:32:13.683Z | Checking ssh-encoding v0.2.0 |
| 4628 | 2026-06-08T19:32:13.683Z | Checking blowfish v0.9.1 |
| 4629 | 2026-06-08T19:32:13.700Z | Checking password-hash v0.4.2 |
| 4630 | 2026-06-08T19:32:13.715Z | Checking p521 v0.13.3 |
| 4631 | 2026-06-08T19:32:13.718Z | Checking p256 v0.13.2 |
| 4632 | 2026-06-08T19:32:13.742Z | Checking russh-cryptovec v0.7.3 |
| 4633 | 2026-06-08T19:32:13.813Z | Checking ghash v0.5.1 |
| 4634 | 2026-06-08T19:32:13.828Z | Checking md5 v0.7.0 |
| 4635 | 2026-06-08T19:32:13.843Z | Checking bcrypt-pbkdf v0.10.0 |
| 4636 | 2026-06-08T19:32:13.856Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4637 | 2026-06-08T19:32:13.873Z | Checking num-bigint v0.4.6 |
| 4638 | 2026-06-08T19:32:13.920Z | Checking pbkdf2 v0.11.0 |
| 4639 | 2026-06-08T19:32:13.933Z | Checking aes-gcm v0.10.3 |
| 4640 | 2026-06-08T19:32:13.976Z | Checking des v0.8.1 |
| 4641 | 2026-06-08T19:32:13.992Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4642 | 2026-06-08T19:32:13.995Z | Checking hex-literal v0.4.1 |
| 4643 | 2026-06-08T19:32:14.077Z | Checking ssh-cipher v0.2.0 |
| 4644 | 2026-06-08T19:32:14.095Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4645 | 2026-06-08T19:32:14.111Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4646 | 2026-06-08T19:32:14.125Z | Checking socket2 v0.5.10 |
| 4647 | 2026-06-08T19:32:14.128Z | Checking internet-checksum v0.2.1 |
| 4648 | 2026-06-08T19:32:14.244Z | Checking ssh-key v0.6.7 |
| 4649 | 2026-06-08T19:32:14.427Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4650 | 2026-06-08T19:32:14.877Z | Checking russh-keys v0.45.0 |
| 4651 | 2026-06-08T19:32:15.431Z | Checking russh v0.45.0 |
| 4652 | 2026-06-08T19:32:31.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.92s |
| 4653 | 2026-06-08T19:32:31.860Z | |
| 4654 | 2026-06-08T19:32:31.860Z | info: running `cargo check --bins` on gateway-cli (281/297) |
| 4655 | 2026-06-08T19:32:32.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-06-08T19:32:32.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-06-08T19:32:32.508Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4658 | 2026-06-08T19:32:32.618Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4659 | 2026-06-08T19:32:32.626Z | Checking termios v0.3.3 |
| 4660 | 2026-06-08T19:32:33.822Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4661 | 2026-06-08T19:32:33.968Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4662 | 2026-06-08T19:32:35.744Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4663 | 2026-06-08T19:32:36.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
| 4664 | 2026-06-08T19:32:36.491Z | |
| 4665 | 2026-06-08T19:32:36.491Z | info: running `cargo check --bins --no-default-features` on installinator (282/297) |
| 4666 | 2026-06-08T19:32:37.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4667 | 2026-06-08T19:32:37.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4668 | 2026-06-08T19:32:37.201Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4669 | 2026-06-08T19:32:37.205Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4670 | 2026-06-08T19:32:37.205Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4671 | 2026-06-08T19:32:37.205Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4672 | 2026-06-08T19:32:37.338Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4673 | 2026-06-08T19:32:37.347Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4674 | 2026-06-08T19:32:38.064Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4675 | 2026-06-08T19:32:38.407Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4676 | 2026-06-08T19:32:38.407Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4677 | 2026-06-08T19:32:39.039Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4678 | 2026-06-08T19:32:40.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 4679 | 2026-06-08T19:32:40.846Z | |
| 4680 | 2026-06-08T19:32:40.846Z | info: running `cargo check --bins` on internal-dns-cli (283/297) |
| 4681 | 2026-06-08T19:32:41.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4682 | 2026-06-08T19:32:41.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4683 | 2026-06-08T19:32:41.483Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4684 | 2026-06-08T19:32:41.934Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4685 | 2026-06-08T19:32:42.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4686 | 2026-06-08T19:32:42.448Z | |
| 4687 | 2026-06-08T19:32:42.448Z | info: running `cargo check --bins` on omicron-live-tests (284/297) |
| 4688 | 2026-06-08T19:32:42.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4689 | 2026-06-08T19:32:42.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4690 | 2026-06-08T19:32:42.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4691 | 2026-06-08T19:32:42.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4692 | 2026-06-08T19:32:43.040Z | |
| 4693 | 2026-06-08T19:32:43.040Z | info: running `cargo check --bins` on live-tests-macros (285/297) |
| 4694 | 2026-06-08T19:32:43.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4695 | 2026-06-08T19:32:43.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4696 | 2026-06-08T19:32:43.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4697 | 2026-06-08T19:32:43.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4698 | 2026-06-08T19:32:43.629Z | |
| 4699 | 2026-06-08T19:32:43.629Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/297) |
| 4700 | 2026-06-08T19:32:44.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4701 | 2026-06-08T19:32:44.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4702 | 2026-06-08T19:32:44.379Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4703 | 2026-06-08T19:32:44.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4704 | 2026-06-08T19:32:45.175Z | |
| 4705 | 2026-06-08T19:32:45.176Z | info: running `cargo check --bins` on omicron-ntp-admin (287/297) |
| 4706 | 2026-06-08T19:32:45.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4707 | 2026-06-08T19:32:45.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4708 | 2026-06-08T19:32:45.826Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4709 | 2026-06-08T19:32:45.829Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4710 | 2026-06-08T19:32:46.104Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4711 | 2026-06-08T19:32:46.104Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4712 | 2026-06-08T19:32:46.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 4713 | 2026-06-08T19:32:47.077Z | |
| 4714 | 2026-06-08T19:32:47.077Z | info: running `cargo check --bins` on ntp-admin-types (288/297) |
| 4715 | 2026-06-08T19:32:47.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4716 | 2026-06-08T19:32:47.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4717 | 2026-06-08T19:32:47.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4718 | 2026-06-08T19:32:47.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4719 | 2026-06-08T19:32:47.677Z | |
| 4720 | 2026-06-08T19:32:47.677Z | info: running `cargo check --bins` on omicron-package (289/297) |
| 4721 | 2026-06-08T19:32:48.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4722 | 2026-06-08T19:32:48.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4723 | 2026-06-08T19:32:48.370Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4724 | 2026-06-08T19:32:49.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4725 | 2026-06-08T19:32:49.640Z | |
| 4726 | 2026-06-08T19:32:49.640Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (290/297) |
| 4727 | 2026-06-08T19:32:50.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4728 | 2026-06-08T19:32:50.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4729 | 2026-06-08T19:32:50.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4730 | 2026-06-08T19:32:50.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4731 | 2026-06-08T19:32:50.266Z | |
| 4732 | 2026-06-08T19:32:50.266Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (291/297) |
| 4733 | 2026-06-08T19:32:50.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4734 | 2026-06-08T19:32:50.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4735 | 2026-06-08T19:32:50.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4736 | 2026-06-08T19:32:50.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4737 | 2026-06-08T19:32:50.889Z | |
| 4738 | 2026-06-08T19:32:50.889Z | info: running `cargo check --bins` on tqdb (292/297) |
| 4739 | 2026-06-08T19:32:51.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4740 | 2026-06-08T19:32:51.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4741 | 2026-06-08T19:32:51.680Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4742 | 2026-06-08T19:32:52.033Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4743 | 2026-06-08T19:32:52.537Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4744 | 2026-06-08T19:32:52.537Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4745 | 2026-06-08T19:32:58.481Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4746 | 2026-06-08T19:32:58.486Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4747 | 2026-06-08T19:32:59.060Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4748 | 2026-06-08T19:32:59.081Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4749 | 2026-06-08T19:32:59.081Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4750 | 2026-06-08T19:32:59.081Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4751 | 2026-06-08T19:32:59.831Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4752 | 2026-06-08T19:33:00.808Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4753 | 2026-06-08T19:33:01.553Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4754 | 2026-06-08T19:33:02.189Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4755 | 2026-06-08T19:33:06.586Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4756 | 2026-06-08T19:33:12.969Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4757 | 2026-06-08T19:33:12.973Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4758 | 2026-06-08T19:33:12.973Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4759 | 2026-06-08T19:33:12.975Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4760 | 2026-06-08T19:33:14.444Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4761 | 2026-06-08T19:33:15.735Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4762 | 2026-06-08T19:33:16.411Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4763 | 2026-06-08T19:33:17.605Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4764 | 2026-06-08T19:33:18.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.24s |
| 4765 | 2026-06-08T19:33:18.353Z | |
| 4766 | 2026-06-08T19:33:18.353Z | info: running `cargo check --bins` on wicket-dbg (293/297) |
| 4767 | 2026-06-08T19:33:18.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4768 | 2026-06-08T19:33:18.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4769 | 2026-06-08T19:33:19.081Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4770 | 2026-06-08T19:33:19.087Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4771 | 2026-06-08T19:33:19.201Z | Checking rtoolbox v0.0.3 |
| 4772 | 2026-06-08T19:33:19.209Z | Checking tui-tree-widget v0.23.1 |
| 4773 | 2026-06-08T19:33:19.311Z | Checking rpassword v7.4.0 |
| 4774 | 2026-06-08T19:33:20.317Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4775 | 2026-06-08T19:33:23.276Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4776 | 2026-06-08T19:33:25.090Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4777 | 2026-06-08T19:33:25.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.63s |
| 4778 | 2026-06-08T19:33:26.175Z | |
| 4779 | 2026-06-08T19:33:26.175Z | info: running `cargo check --bins` on wicket (294/297) |
| 4780 | 2026-06-08T19:33:26.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4781 | 2026-06-08T19:33:26.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4782 | 2026-06-08T19:33:26.877Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4783 | 2026-06-08T19:33:27.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4784 | 2026-06-08T19:33:27.443Z | |
| 4785 | 2026-06-08T19:33:27.444Z | info: running `cargo check --bins` on wicketd (295/297) |
| 4786 | 2026-06-08T19:33:27.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4787 | 2026-06-08T19:33:28.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4788 | 2026-06-08T19:33:28.191Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4789 | 2026-06-08T19:33:28.195Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4790 | 2026-06-08T19:33:28.195Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4791 | 2026-06-08T19:33:28.195Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4792 | 2026-06-08T19:33:29.170Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4793 | 2026-06-08T19:33:29.740Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4794 | 2026-06-08T19:33:32.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s |
| 4795 | 2026-06-08T19:33:32.876Z | |
| 4796 | 2026-06-08T19:33:32.876Z | info: running `cargo check --bins` on omicron-workspace-hack (296/297) |
| 4797 | 2026-06-08T19:33:33.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4798 | 2026-06-08T19:33:33.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4799 | 2026-06-08T19:33:33.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4800 | 2026-06-08T19:33:33.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4801 | 2026-06-08T19:33:33.471Z | |
| 4802 | 2026-06-08T19:33:33.471Z | info: running `cargo check --bins` on zone-setup (297/297) |
| 4803 | 2026-06-08T19:33:34.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4804 | 2026-06-08T19:33:34.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4805 | 2026-06-08T19:33:34.147Z | Checking uzers v0.12.2 |
| 4806 | 2026-06-08T19:33:34.419Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4807 | 2026-06-08T19:33:35.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4808 | 2026-06-08T19:33:35.376Z | |
| 4809 | 2026-06-08T19:33:35.377Z | real 14:06.535369777 |
| 4810 | 2026-06-08T19:33:35.377Z | user 21:07.014847793 |
| 4811 | 2026-06-08T19:33:35.377Z | sys 4:21.926398577 |
| 4812 | 2026-06-08T19:33:35.377Z | trap 0.338331406 |
| 4813 | 2026-06-08T19:33:35.377Z | tflt 0.650356782 |
| 4814 | 2026-06-08T19:33:35.377Z | dflt 1.295731421 |
| 4815 | 2026-06-08T19:33:35.377Z | kflt 0.004822022 |
| 4816 | 2026-06-08T19:33:35.377Z | lock 1:18:36.167495542 |
| 4817 | 2026-06-08T19:33:35.377Z | slp 1:41:04.246612015 |
| 4818 | 2026-06-08T19:33:35.377Z | lat 59.280684526 |
| 4819 | 2026-06-08T19:33:35.377Z | stop 3:43.388931038 |
| 4820 | 2026-06-08T19:33:35.380Z | process exited: duration 985745 ms, exit code 0 |
| |
| 4821 | 2026-06-08T19:33:35.390Z | found 0 output files |