|
|
|
| 1 | 2026-06-10T22:59:43.673Z | job assigned to worker 01KTSW58ZHW7PBKXTEJ76Z9QEM [factory aws, i-007ab48f837841bf4] (queued for 51 s) |
| |
| 2 | 2026-06-10T22:59:50.515Z | starting task 0: "setup" |
| 3 | 2026-06-10T22:59:50.521Z | ++ uname -s |
| 4 | 2026-06-10T22:59:50.524Z | + kern=SunOS |
| 5 | 2026-06-10T22:59:50.524Z | + build_user=build |
| 6 | 2026-06-10T22:59:50.524Z | + build_uid=12345 |
| 7 | 2026-06-10T22:59:50.524Z | + work_dir=/work |
| 8 | 2026-06-10T22:59:50.524Z | + input_dir=/input |
| 9 | 2026-06-10T22:59:50.524Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-10T22:59:50.524Z | + case "$kern" in |
| 11 | 2026-06-10T22:59:50.524Z | + groupadd -g 12345 build |
| 12 | 2026-06-10T22:59:50.527Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-10T22:59:52.529Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-10T22:59:52.587Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-10T22:59:52.590Z | + home_fs=zfs |
| 16 | 2026-06-10T22:59:52.590Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-10T22:59:52.590Z | + mkdir -p /home/build |
| 18 | 2026-06-10T22:59:52.590Z | + chown build:build /home/build /work |
| 19 | 2026-06-10T22:59:54.591Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-10T22:59:54.595Z | process exited: duration 4077 ms, exit code 0 |
| |
| 21 | 2026-06-10T22:59:54.601Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-10T22:59:54.604Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-10T22:59:54.604Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-10T22:59:54.604Z | * rust toolchain profile = "default" |
| 25 | 2026-06-10T22:59:54.604Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-10T22:59:54.604Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-10T22:59:54.604Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-10T22:59:54.607Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-10T22:59:54.607Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-10T22:59:54.710Z | info: downloading installer |
| 31 | 2026-06-10T22:59:56.343Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-10T22:59:56.344Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-10T22:59:56.344Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-10T22:59:56.344Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-10T22:59:56.356Z | info: profile set to default |
| 36 | 2026-06-10T22:59:56.356Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-10T22:59:56.360Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-10T22:59:56.491Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-10T22:59:56.494Z | info: downloading 6 components |
| 40 | 2026-06-10T23:00:11.223Z | |
| 41 | 2026-06-10T23:00:11.223Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-10T23:00:11.250Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-10T23:00:11.250Z | |
| 44 | 2026-06-10T23:00:11.250Z | |
| 45 | 2026-06-10T23:00:11.250Z | Rust is installed now. Great! |
| 46 | 2026-06-10T23:00:11.250Z | |
| 47 | 2026-06-10T23:00:11.250Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-10T23:00:11.250Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-10T23:00:11.251Z | |
| 50 | 2026-06-10T23:00:11.251Z | To configure your current shell, you need to source |
| 51 | 2026-06-10T23:00:11.255Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-10T23:00:11.255Z | |
| 53 | 2026-06-10T23:00:11.255Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-10T23:00:11.255Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-10T23:00:11.255Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-10T23:00:11.255Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-10T23:00:11.255Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-10T23:00:11.255Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-10T23:00:11.255Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-10T23:00:11.255Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-10T23:00:11.255Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-10T23:00:11.337Z | + rustup --version |
| 63 | 2026-06-10T23:00:11.345Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-10T23:00:11.349Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-10T23:00:11.367Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-10T23:00:11.370Z | + cargo --version |
| 67 | 2026-06-10T23:00:11.383Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-10T23:00:11.386Z | + rustc --version |
| 69 | 2026-06-10T23:00:11.405Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-10T23:00:11.408Z | process exited: duration 16806 ms, exit code 0 |
| |
| 71 | 2026-06-10T23:00:11.415Z | starting task 2: "authentication" |
| 72 | 2026-06-10T23:00:11.432Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-10T23:00:11.439Z | starting task 3: "clone repository" |
| 74 | 2026-06-10T23:00:11.442Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-10T23:00:11.446Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-10T23:00:11.474Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-10T23:00:22.677Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-10T23:00:22.678Z | + git fetch origin 5f4d56484a33100dfe8d8daf790074f0196b3223 |
| 79 | 2026-06-10T23:00:22.936Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-10T23:00:22.936Z | * branch 5f4d56484a33100dfe8d8daf790074f0196b3223 -> FETCH_HEAD |
| 81 | 2026-06-10T23:00:22.946Z | + [[ -n check-console-api ]] |
| 82 | 2026-06-10T23:00:22.950Z | ++ git branch --show-current |
| 83 | 2026-06-10T23:00:22.950Z | + current=main |
| 84 | 2026-06-10T23:00:22.950Z | + [[ main != check-console-api ]] |
| 85 | 2026-06-10T23:00:22.950Z | + git branch -f check-console-api 5f4d56484a33100dfe8d8daf790074f0196b3223 |
| 86 | 2026-06-10T23:00:22.953Z | + git checkout -f check-console-api |
| 87 | 2026-06-10T23:00:23.188Z | Switched to branch 'check-console-api' |
| 88 | 2026-06-10T23:00:23.191Z | + git reset --hard 5f4d56484a33100dfe8d8daf790074f0196b3223 |
| 89 | 2026-06-10T23:00:23.428Z | HEAD is now at 5f4d56484 releng: check pinned console's API version matches nexus API version |
| 90 | 2026-06-10T23:00:23.431Z | process exited: duration 11990 ms, exit code 0 |
| |
| 91 | 2026-06-10T23:00:23.438Z | starting task 4: "build" |
| 92 | 2026-06-10T23:00:23.441Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-10T23:00:23.441Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-10T23:00:23.441Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-10T23:00:23.444Z | + cargo --version |
| 96 | 2026-06-10T23:00:23.452Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-10T23:00:23.455Z | + rustc --version |
| 98 | 2026-06-10T23:00:23.486Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-10T23:00:23.490Z | + source ./env.sh |
| 100 | 2026-06-10T23:00:23.490Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-06-10T23:00:23.490Z | ++ set -o xtrace |
| 102 | 2026-06-10T23:00:23.490Z | ++++ dirname ./env.sh |
| 103 | 2026-06-10T23:00:23.490Z | +++ readlink -f . |
| 104 | 2026-06-10T23:00:23.490Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-06-10T23:00:23.490Z | ++ export PATH=/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-10T23:00:23.490Z | ++ PATH=/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-10T23:00:23.490Z | ++ 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 |
| 108 | 2026-06-10T23:00:23.490Z | ++ 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 |
| 109 | 2026-06-10T23:00:23.490Z | ++ 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 |
| 110 | 2026-06-10T23:00:23.490Z | ++ 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 |
| 111 | 2026-06-10T23:00:23.490Z | ++ 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 |
| 112 | 2026-06-10T23:00:23.490Z | ++ 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 |
| 113 | 2026-06-10T23:00:23.490Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 114 | 2026-06-10T23:00:23.490Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 115 | 2026-06-10T23:00:23.490Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-06-10T23:00:23.490Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-06-10T23:00:23.490Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 118 | 2026-06-10T23:00:23.490Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 119 | 2026-06-10T23:00:23.490Z | + banner prerequisites |
| 120 | 2026-06-10T23:00:23.490Z | |
| 121 | 2026-06-10T23:00:23.490Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 122 | 2026-06-10T23:00:23.490Z | # # # # # # # # # # # # # # # |
| 123 | 2026-06-10T23:00:23.490Z | # # # # ##### # # ##### # # # # # #### # |
| 124 | 2026-06-10T23:00:23.491Z | ##### ##### # ##### # # # # # # # # # |
| 125 | 2026-06-10T23:00:23.491Z | # # # # # # # # # # # # # # # |
| 126 | 2026-06-10T23:00:23.491Z | # # # ###### # # ###### ### # #### # #### # |
| 127 | 2026-06-10T23:00:23.491Z | |
| 128 | 2026-06-10T23:00:23.491Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 129 | 2026-06-10T23:00:25.195Z | Startup: Refreshing catalog 'helios' ... Done |
| 130 | 2026-06-10T23:00:25.278Z | Startup: Caching catalogs ... Done |
| 131 | 2026-06-10T23:00:25.603Z | Planning: Solver setup ... Done (0.286s) |
| 132 | 2026-06-10T23:00:25.625Z | Planning: Running solver ... Done (0.022s) |
| 133 | 2026-06-10T23:00:25.632Z | Planning: Finding local manifests ... Done (0.003s) |
| 134 | 2026-06-10T23:00:25.643Z | Planning: Fetching manifests: 0/2 0% complete |
| 135 | 2026-06-10T23:00:25.665Z | Planning: Fetching manifests: 2/2 100% complete |
| 136 | 2026-06-10T23:00:25.679Z | Planning: Package planning ... Done (0.013s) |
| 137 | 2026-06-10T23:00:25.682Z | Planning: Merging actions ... Done (0.002s) |
| 138 | 2026-06-10T23:00:25.870Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 139 | 2026-06-10T23:00:25.874Z | Planning: Consolidating action changes ... Done (0.001s) |
| 140 | 2026-06-10T23:00:26.749Z | Planning: Evaluating mediators ... Done (0.878s) |
| 141 | 2026-06-10T23:00:26.753Z | Planning: Planning completed in 1.45 seconds |
| 142 | 2026-06-10T23:00:26.758Z | Packages to install: 2 |
| 143 | 2026-06-10T23:00:26.761Z | Estimated space available: 156.07 GB |
| 144 | 2026-06-10T23:00:26.762Z | Estimated space to be consumed: 25.37 MB |
| 145 | 2026-06-10T23:00:26.762Z | Create boot environment: No |
| 146 | 2026-06-10T23:00:26.762Z | Create backup boot environment: No |
| 147 | 2026-06-10T23:00:26.762Z | Rebuild boot archive: No |
| 148 | 2026-06-10T23:00:26.762Z | |
| 149 | 2026-06-10T23:00:26.762Z | Changed packages: |
| 150 | 2026-06-10T23:00:26.762Z | helios |
| 151 | 2026-06-10T23:00:26.762Z | developer/build-essential |
| 152 | 2026-06-10T23:00:26.762Z | None -> 11-3.0 |
| 153 | 2026-06-10T23:00:26.762Z | library/libxmlsec1 |
| 154 | 2026-06-10T23:00:26.762Z | None -> 1.2.35-3.0 |
| 155 | 2026-06-10T23:00:26.783Z | |
| 156 | 2026-06-10T23:00:26.783Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 157 | 2026-06-10T23:00:27.364Z | Download: Completed 1.28 MB in 0.58 seconds (2.2M/s) |
| 158 | 2026-06-10T23:00:27.427Z | Actions: 1/268 actions (Installing new actions) |
| 159 | 2026-06-10T23:00:27.465Z | Actions: Completed 268 actions in 0.04 seconds. |
| 160 | 2026-06-10T23:00:27.473Z | Finalize: Updating package state database ... Done (0.008s) |
| 161 | 2026-06-10T23:00:27.473Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-06-10T23:00:27.495Z | Finalize: Updating image state ... Done (0.022s) |
| 163 | 2026-06-10T23:00:29.904Z | Finalize: Creating fast lookup database ... Done (2.387s) |
| 164 | 2026-06-10T23:00:29.972Z | Finalize: Reading search index ... Done (0.011s) |
| 165 | 2026-06-10T23:00:29.975Z | Finalize: Updating search index ... Done (0.000s) |
| 166 | 2026-06-10T23:00:30.056Z | Finalize: Updating package cache ... Done (0.000s) |
| 167 | 2026-06-10T23:00:30.363Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-06-10T23:00:30.469Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-06-10T23:00:30.472Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-06-10T23:00:30.625Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-06-10T23:00:30.628Z | Planning: Planning completed in 0.26 seconds |
| 172 | 2026-06-10T23:00:30.649Z | Mediators to change: 2 |
| 173 | 2026-06-10T23:00:30.649Z | Create boot environment: No |
| 174 | 2026-06-10T23:00:30.652Z | Create backup boot environment: No |
| 175 | 2026-06-10T23:00:30.694Z | Finalize: Updating package state database ... Done |
| 176 | 2026-06-10T23:00:30.695Z | Finalize: Updating package cache ... Done |
| 177 | 2026-06-10T23:00:30.707Z | Finalize: Updating image state ... Done |
| 178 | 2026-06-10T23:00:32.660Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-06-10T23:00:32.725Z | Finalize: Reading search index ... Done |
| 180 | 2026-06-10T23:00:32.728Z | Finalize: Updating search index ... Done |
| 181 | 2026-06-10T23:00:32.799Z | Finalize: Updating package cache ... Done |
| 182 | 2026-06-10T23:00:33.086Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-06-10T23:00:33.191Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-06-10T23:00:33.195Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-06-10T23:00:33.349Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-06-10T23:00:33.351Z | Planning: Planning completed in 0.26 seconds |
| 187 | 2026-06-10T23:00:33.372Z | Mediators to change: 1 |
| 188 | 2026-06-10T23:00:33.372Z | Create boot environment: No |
| 189 | 2026-06-10T23:00:33.372Z | Create backup boot environment: No |
| 190 | 2026-06-10T23:00:33.411Z | Finalize: Updating package state database ... Done |
| 191 | 2026-06-10T23:00:33.411Z | Finalize: Updating package cache ... Done |
| 192 | 2026-06-10T23:00:33.423Z | Finalize: Updating image state ... Done |
| 193 | 2026-06-10T23:00:35.377Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-06-10T23:00:35.445Z | Finalize: Reading search index ... Done |
| 195 | 2026-06-10T23:00:35.448Z | Finalize: Updating search index ... Done |
| 196 | 2026-06-10T23:00:35.510Z | Finalize: Updating package cache ... Done |
| 197 | 2026-06-10T23:00:35.824Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 198 | 2026-06-10T23:00:35.824Z | apache system 2.4 system |
| 199 | 2026-06-10T23:00:35.824Z | clang system 15 system |
| 200 | 2026-06-10T23:00:35.824Z | csh system system illumos |
| 201 | 2026-06-10T23:00:35.824Z | ctags system system illumos |
| 202 | 2026-06-10T23:00:35.825Z | file vendor vendor darwinsys |
| 203 | 2026-06-10T23:00:35.825Z | file system system illumos |
| 204 | 2026-06-10T23:00:35.825Z | gcc vendor 14 vendor |
| 205 | 2026-06-10T23:00:35.825Z | gcc system 13 system |
| 206 | 2026-06-10T23:00:35.825Z | gcc system 10 system |
| 207 | 2026-06-10T23:00:35.825Z | go system 1.25 system |
| 208 | 2026-06-10T23:00:35.825Z | llvm system 15 system |
| 209 | 2026-06-10T23:00:35.825Z | mariadb system 11.4 system |
| 210 | 2026-06-10T23:00:35.825Z | mta vendor vendor dma |
| 211 | 2026-06-10T23:00:35.825Z | openjdk system 17 system |
| 212 | 2026-06-10T23:00:35.825Z | openjdk system 11 system |
| 213 | 2026-06-10T23:00:35.825Z | openssl vendor 3 vendor |
| 214 | 2026-06-10T23:00:35.825Z | perl system 5.40 system |
| 215 | 2026-06-10T23:00:35.825Z | postgresql system 18 system |
| 216 | 2026-06-10T23:00:35.825Z | postgresql system 17 system |
| 217 | 2026-06-10T23:00:35.825Z | python vendor 3 vendor |
| 218 | 2026-06-10T23:00:35.825Z | python system 2 system |
| 219 | 2026-06-10T23:00:35.825Z | python3 vendor 3.13 vendor |
| 220 | 2026-06-10T23:00:35.825Z | ruby system 3.4 system |
| 221 | 2026-06-10T23:00:35.825Z | ruby system 3.0 system |
| 222 | 2026-06-10T23:00:35.825Z | words vendor vendor american-english |
| 223 | 2026-06-10T23:00:35.825Z | words system system australian-english |
| 224 | 2026-06-10T23:00:35.825Z | words system system british-english |
| 225 | 2026-06-10T23:00:35.825Z | words system system canadian-english |
| 226 | 2026-06-10T23:00:35.825Z | words system system french |
| 227 | 2026-06-10T23:00:35.825Z | words system system italian |
| 228 | 2026-06-10T23:00:35.825Z | words system system ngerman |
| 229 | 2026-06-10T23:00:35.825Z | words system system ogerman |
| 230 | 2026-06-10T23:00:35.825Z | words system system spanish |
| 231 | 2026-06-10T23:00:36.078Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2026-06-10T23:00:36.078Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 233 | 2026-06-10T23:00:36.363Z | FMRI IFO |
| 234 | 2026-06-10T23:00:36.363Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 235 | 2026-06-10T23:00:36.363Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 236 | 2026-06-10T23:00:36.363Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 237 | 2026-06-10T23:00:36.363Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 238 | 2026-06-10T23:00:36.363Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 239 | 2026-06-10T23:00:36.363Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 240 | 2026-06-10T23:00:36.363Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 241 | 2026-06-10T23:00:36.363Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 242 | 2026-06-10T23:00:36.363Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 243 | 2026-06-10T23:00:36.617Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 244 | 2026-06-10T23:00:36.863Z | Updating crates.io index |
| 245 | 2026-06-10T23:00:36.865Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 246 | 2026-06-10T23:00:37.100Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 247 | 2026-06-10T23:00:38.118Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-06-10T23:00:38.743Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-06-10T23:00:39.626Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-06-10T23:00:40.098Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-06-10T23:00:41.624Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-06-10T23:00:42.368Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-06-10T23:00:42.767Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 254 | 2026-06-10T23:00:44.081Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-06-10T23:00:44.582Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 256 | 2026-06-10T23:00:44.914Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 257 | 2026-06-10T23:00:45.176Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-06-10T23:00:46.198Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-06-10T23:00:46.658Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-06-10T23:00:46.952Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 261 | 2026-06-10T23:00:47.225Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 262 | 2026-06-10T23:00:47.543Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-06-10T23:00:47.815Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2026-06-10T23:00:48.106Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2026-06-10T23:00:48.330Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2026-06-10T23:00:48.585Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-06-10T23:00:48.965Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-06-10T23:00:49.357Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 269 | 2026-06-10T23:00:49.759Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 270 | 2026-06-10T23:00:50.237Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 271 | 2026-06-10T23:00:50.467Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 272 | 2026-06-10T23:00:50.977Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 273 | 2026-06-10T23:00:51.268Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2026-06-10T23:00:52.745Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-06-10T23:00:53.126Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-06-10T23:00:53.543Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-06-10T23:00:53.852Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-06-10T23:00:54.257Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-06-10T23:00:54.578Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-06-10T23:00:54.916Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 281 | 2026-06-10T23:00:55.438Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 282 | 2026-06-10T23:00:55.667Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 283 | 2026-06-10T23:00:55.911Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 284 | 2026-06-10T23:00:56.209Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 285 | 2026-06-10T23:00:56.505Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 286 | 2026-06-10T23:01:08.586Z | Downloading crates ... |
| 287 | 2026-06-10T23:01:08.647Z | Downloaded crypto-common v0.1.7 |
| 288 | 2026-06-10T23:01:08.650Z | Downloaded dof v0.3.0 |
| 289 | 2026-06-10T23:01:08.657Z | Downloaded heck v0.5.0 |
| 290 | 2026-06-10T23:01:08.660Z | Downloaded cargo_toml v0.21.0 |
| 291 | 2026-06-10T23:01:08.660Z | Downloaded quote v1.0.45 |
| 292 | 2026-06-10T23:01:08.664Z | Downloaded thiserror v1.0.69 |
| 293 | 2026-06-10T23:01:08.667Z | Downloaded itoa v1.0.17 |
| 294 | 2026-06-10T23:01:08.667Z | Downloaded unicode-xid v0.2.6 |
| 295 | 2026-06-10T23:01:08.668Z | Downloaded fastrand v2.3.0 |
| 296 | 2026-06-10T23:01:08.671Z | Downloaded is_terminal_polyfill v1.70.2 |
| 297 | 2026-06-10T23:01:08.671Z | Downloaded unicode-linebreak v0.1.5 |
| 298 | 2026-06-10T23:01:08.671Z | Downloaded generic-array v0.14.7 |
| 299 | 2026-06-10T23:01:08.674Z | Downloaded percent-encoding v2.3.2 |
| 300 | 2026-06-10T23:01:08.676Z | Downloaded heck v0.4.1 |
| 301 | 2026-06-10T23:01:08.680Z | Downloaded textwrap v0.16.2 |
| 302 | 2026-06-10T23:01:08.683Z | Downloaded scroll_derive v0.12.1 |
| 303 | 2026-06-10T23:01:08.686Z | Downloaded potential_utf v0.1.4 |
| 304 | 2026-06-10T23:01:08.686Z | Downloaded colorchoice v1.0.4 |
| 305 | 2026-06-10T23:01:08.689Z | Downloaded version_check v0.9.5 |
| 306 | 2026-06-10T23:01:08.694Z | Downloaded fnv v1.0.7 |
| 307 | 2026-06-10T23:01:08.697Z | Downloaded usdt-macro v0.5.0 |
| 308 | 2026-06-10T23:01:08.697Z | Downloaded usdt v0.5.0 |
| 309 | 2026-06-10T23:01:08.697Z | Downloaded utf8_iter v1.0.4 |
| 310 | 2026-06-10T23:01:08.704Z | Downloaded block-buffer v0.10.4 |
| 311 | 2026-06-10T23:01:08.707Z | Downloaded toml_datetime v0.6.11 |
| 312 | 2026-06-10T23:01:08.707Z | Downloaded thiserror-impl v1.0.69 |
| 313 | 2026-06-10T23:01:08.707Z | Downloaded errno v0.3.14 |
| 314 | 2026-06-10T23:01:08.710Z | Downloaded autocfg v1.5.0 |
| 315 | 2026-06-10T23:01:08.710Z | Downloaded cpufeatures v0.2.17 |
| 316 | 2026-06-10T23:01:08.710Z | Downloaded zerofrom-derive v0.1.6 |
| 317 | 2026-06-10T23:01:08.710Z | Downloaded typeid v1.0.3 |
| 318 | 2026-06-10T23:01:08.713Z | Downloaded utf8parse v0.2.2 |
| 319 | 2026-06-10T23:01:08.713Z | Downloaded usdt-attr-macro v0.5.0 |
| 320 | 2026-06-10T23:01:08.716Z | Downloaded zerofrom v0.1.6 |
| 321 | 2026-06-10T23:01:08.716Z | Downloaded zerovec-derive v0.11.2 |
| 322 | 2026-06-10T23:01:08.716Z | Downloaded thiserror-impl v2.0.18 |
| 323 | 2026-06-10T23:01:08.716Z | Downloaded usdt-impl v0.5.0 |
| 324 | 2026-06-10T23:01:08.719Z | Downloaded thiserror v2.0.18 |
| 325 | 2026-06-10T23:01:08.722Z | Downloaded thread-id v4.2.2 |
| 326 | 2026-06-10T23:01:08.725Z | Downloaded pretty-hex v0.4.1 |
| 327 | 2026-06-10T23:01:08.725Z | Downloaded tinystr v0.8.2 |
| 328 | 2026-06-10T23:01:08.728Z | Downloaded yoke v0.8.1 |
| 329 | 2026-06-10T23:01:08.731Z | Downloaded macaddr v1.0.1 |
| 330 | 2026-06-10T23:01:08.731Z | Downloaded form_urlencoded v1.2.2 |
| 331 | 2026-06-10T23:01:08.734Z | Downloaded yoke-derive v0.8.1 |
| 332 | 2026-06-10T23:01:08.734Z | Downloaded writeable v0.6.2 |
| 333 | 2026-06-10T23:01:08.737Z | Downloaded strsim v0.11.1 |
| 334 | 2026-06-10T23:01:08.737Z | Downloaded anstyle-query v1.1.5 |
| 335 | 2026-06-10T23:01:08.737Z | Downloaded unicode-ident v1.0.24 |
| 336 | 2026-06-10T23:01:08.740Z | Downloaded ucd-trie v0.1.7 |
| 337 | 2026-06-10T23:01:08.743Z | Downloaded erased-serde v0.4.9 |
| 338 | 2026-06-10T23:01:08.747Z | Downloaded toml_write v0.1.2 |
| 339 | 2026-06-10T23:01:08.747Z | Downloaded toml v0.8.23 |
| 340 | 2026-06-10T23:01:08.751Z | Downloaded equivalent v1.0.2 |
| 341 | 2026-06-10T23:01:08.751Z | Downloaded dtrace-parser v0.2.0 |
| 342 | 2026-06-10T23:01:08.751Z | Downloaded smawk v0.3.2 |
| 343 | 2026-06-10T23:01:08.751Z | Downloaded zerocopy-derive v0.7.35 |
| 344 | 2026-06-10T23:01:08.754Z | Downloaded tabled_derive v0.7.0 |
| 345 | 2026-06-10T23:01:08.754Z | Downloaded plain v0.2.3 |
| 346 | 2026-06-10T23:01:08.757Z | Downloaded zmij v1.0.21 |
| 347 | 2026-06-10T23:01:08.757Z | Downloaded camino-tempfile v1.4.1 |
| 348 | 2026-06-10T23:01:08.768Z | Downloaded swrite v0.1.0 |
| 349 | 2026-06-10T23:01:08.771Z | Downloaded idna_adapter v1.2.1 |
| 350 | 2026-06-10T23:01:08.774Z | Downloaded stable_deref_trait v1.2.1 |
| 351 | 2026-06-10T23:01:08.774Z | Downloaded getrandom v0.4.1 |
| 352 | 2026-06-10T23:01:08.777Z | Downloaded digest v0.10.7 |
| 353 | 2026-06-10T23:01:08.777Z | Downloaded unicode-width v0.2.0 |
| 354 | 2026-06-10T23:01:08.781Z | Downloaded camino v1.2.2 |
| 355 | 2026-06-10T23:01:08.784Z | Downloaded ordered-float v2.10.1 |
| 356 | 2026-06-10T23:01:08.787Z | Downloaded url v2.5.8 |
| 357 | 2026-06-10T23:01:08.787Z | Downloaded zerocopy v0.7.35 |
| 358 | 2026-06-10T23:01:08.794Z | Downloaded zerotrie v0.2.3 |
| 359 | 2026-06-10T23:01:08.797Z | Downloaded typenum v1.19.0 |
| 360 | 2026-06-10T23:01:08.800Z | Downloaded cargo-platform v0.2.0 |
| 361 | 2026-06-10T23:01:08.800Z | Downloaded toml_edit v0.22.27 |
| 362 | 2026-06-10T23:01:08.803Z | Downloaded serde-value v0.7.0 |
| 363 | 2026-06-10T23:01:08.803Z | Downloaded serde_tokenstream v0.2.3 |
| 364 | 2026-06-10T23:01:08.803Z | Downloaded cfg-if v1.0.4 |
| 365 | 2026-06-10T23:01:08.803Z | Downloaded serde-untagged v0.1.9 |
| 366 | 2026-06-10T23:01:08.806Z | Downloaded winnow v0.7.14 |
| 367 | 2026-06-10T23:01:08.809Z | Downloaded zerovec v0.11.5 |
| 368 | 2026-06-10T23:01:08.812Z | Downloaded cargo-util-schemas v0.8.2 |
| 369 | 2026-06-10T23:01:08.815Z | Downloaded proc-macro-error-attr v1.0.4 |
| 370 | 2026-06-10T23:01:08.815Z | Downloaded pest_generator v2.8.6 |
| 371 | 2026-06-10T23:01:08.815Z | Downloaded anyhow v1.0.102 |
| 372 | 2026-06-10T23:01:08.818Z | Downloaded clap_lex v1.0.0 |
| 373 | 2026-06-10T23:01:08.818Z | Downloaded unicode-width v0.1.14 |
| 374 | 2026-06-10T23:01:08.821Z | Downloaded proc-macro-error v1.0.4 |
| 375 | 2026-06-10T23:01:08.826Z | Downloaded memmap v0.7.0 |
| 376 | 2026-06-10T23:01:08.829Z | Downloaded serde_spanned v0.6.9 |
| 377 | 2026-06-10T23:01:08.829Z | Downloaded log v0.4.29 |
| 378 | 2026-06-10T23:01:08.832Z | Downloaded cargo_metadata v0.21.0 |
| 379 | 2026-06-10T23:01:08.838Z | Downloaded sha2 v0.10.9 |
| 380 | 2026-06-10T23:01:08.841Z | Downloaded num-traits v0.2.19 |
| 381 | 2026-06-10T23:01:08.844Z | Downloaded serde_derive v1.0.228 |
| 382 | 2026-06-10T23:01:08.849Z | Downloaded terminal_size v0.4.3 |
| 383 | 2026-06-10T23:01:08.852Z | Downloaded byteorder v1.5.0 |
| 384 | 2026-06-10T23:01:08.852Z | Downloaded anstream v1.0.0 |
| 385 | 2026-06-10T23:01:08.855Z | Downloaded displaydoc v0.2.5 |
| 386 | 2026-06-10T23:01:08.860Z | Downloaded synstructure v0.13.2 |
| 387 | 2026-06-10T23:01:08.860Z | Downloaded bytecount v0.6.9 |
| 388 | 2026-06-10T23:01:08.860Z | Downloaded anstyle-parse v1.0.0 |
| 389 | 2026-06-10T23:01:08.863Z | Downloaded scroll v0.12.0 |
| 390 | 2026-06-10T23:01:08.866Z | Downloaded proc-macro2 v1.0.106 |
| 391 | 2026-06-10T23:01:08.871Z | Downloaded icu_locale_core v2.1.1 |
| 392 | 2026-06-10T23:01:08.874Z | Downloaded semver v1.0.28 |
| 393 | 2026-06-10T23:01:08.877Z | Downloaded icu_properties v2.1.2 |
| 394 | 2026-06-10T23:01:08.891Z | Downloaded smallvec v1.15.1 |
| 395 | 2026-06-10T23:01:08.894Z | Downloaded fs-err v3.3.0 |
| 396 | 2026-06-10T23:01:08.894Z | Downloaded icu_normalizer v2.1.1 |
| 397 | 2026-06-10T23:01:08.897Z | Downloaded bitflags v2.11.0 |
| 398 | 2026-06-10T23:01:08.900Z | Downloaded litemap v0.8.1 |
| 399 | 2026-06-10T23:01:08.900Z | Downloaded tempfile v3.25.0 |
| 400 | 2026-06-10T23:01:08.902Z | Downloaded once_cell v1.21.3 |
| 401 | 2026-06-10T23:01:08.903Z | Downloaded clap_derive v4.6.1 |
| 402 | 2026-06-10T23:01:08.907Z | Downloaded serde_core v1.0.228 |
| 403 | 2026-06-10T23:01:08.910Z | Downloaded anstyle v1.0.14 |
| 404 | 2026-06-10T23:01:08.913Z | Downloaded pest_derive v2.8.6 |
| 405 | 2026-06-10T23:01:08.917Z | Downloaded icu_provider v2.1.1 |
| 406 | 2026-06-10T23:01:08.921Z | Downloaded papergrid v0.11.0 |
| 407 | 2026-06-10T23:01:08.927Z | Downloaded pest_meta v2.8.6 |
| 408 | 2026-06-10T23:01:08.930Z | Downloaded icu_collections v2.1.1 |
| 409 | 2026-06-10T23:01:08.933Z | Downloaded icu_normalizer_data v2.1.1 |
| 410 | 2026-06-10T23:01:08.942Z | Downloaded clap v4.6.1 |
| 411 | 2026-06-10T23:01:08.954Z | Downloaded serde v1.0.228 |
| 412 | 2026-06-10T23:01:08.960Z | Downloaded memchr v2.8.0 |
| 413 | 2026-06-10T23:01:08.971Z | Downloaded indexmap v2.14.0 |
| 414 | 2026-06-10T23:01:08.975Z | Downloaded icu_properties_data v2.1.2 |
| 415 | 2026-06-10T23:01:08.982Z | Downloaded idna v1.1.0 |
| 416 | 2026-06-10T23:01:08.985Z | Downloaded pest v2.8.6 |
| 417 | 2026-06-10T23:01:08.999Z | Downloaded clap_builder v4.6.0 |
| 418 | 2026-06-10T23:01:09.010Z | Downloaded goblin v0.8.2 |
| 419 | 2026-06-10T23:01:09.013Z | Downloaded serde_json v1.0.149 |
| 420 | 2026-06-10T23:01:09.021Z | Downloaded tabled v0.15.0 |
| 421 | 2026-06-10T23:01:09.029Z | Downloaded hashbrown v0.17.0 |
| 422 | 2026-06-10T23:01:09.048Z | Downloaded syn v1.0.109 |
| 423 | 2026-06-10T23:01:09.063Z | Downloaded syn v2.0.117 |
| 424 | 2026-06-10T23:01:09.076Z | Downloaded rustix v1.1.3 |
| 425 | 2026-06-10T23:01:09.107Z | Downloaded libc v0.2.185 |
| 426 | 2026-06-10T23:01:09.175Z | Compiling proc-macro2 v1.0.106 |
| 427 | 2026-06-10T23:01:09.175Z | Compiling unicode-ident v1.0.24 |
| 428 | 2026-06-10T23:01:09.178Z | Compiling quote v1.0.45 |
| 429 | 2026-06-10T23:01:09.178Z | Compiling serde_core v1.0.228 |
| 430 | 2026-06-10T23:01:09.178Z | Compiling libc v0.2.185 |
| 431 | 2026-06-10T23:01:09.178Z | Compiling version_check v0.9.5 |
| 432 | 2026-06-10T23:01:09.178Z | Compiling serde v1.0.228 |
| 433 | 2026-06-10T23:01:09.178Z | Compiling stable_deref_trait v1.2.1 |
| 434 | 2026-06-10T23:01:09.457Z | Compiling memchr v2.8.0 |
| 435 | 2026-06-10T23:01:09.495Z | Compiling zmij v1.0.21 |
| 436 | 2026-06-10T23:01:09.732Z | Compiling thiserror v1.0.69 |
| 437 | 2026-06-10T23:01:09.761Z | Compiling autocfg v1.5.0 |
| 438 | 2026-06-10T23:01:10.007Z | Compiling ucd-trie v0.1.7 |
| 439 | 2026-06-10T23:01:10.067Z | Compiling itoa v1.0.17 |
| 440 | 2026-06-10T23:01:10.147Z | Compiling pest v2.8.6 |
| 441 | 2026-06-10T23:01:10.183Z | Compiling writeable v0.6.2 |
| 442 | 2026-06-10T23:01:10.200Z | Compiling litemap v0.8.1 |
| 443 | 2026-06-10T23:01:10.300Z | Compiling byteorder v1.5.0 |
| 444 | 2026-06-10T23:01:10.372Z | Compiling rustix v1.1.3 |
| 445 | 2026-06-10T23:01:10.391Z | Compiling icu_normalizer_data v2.1.1 |
| 446 | 2026-06-10T23:01:10.607Z | Compiling icu_properties_data v2.1.2 |
| 447 | 2026-06-10T23:01:10.692Z | Compiling errno v0.3.14 |
| 448 | 2026-06-10T23:01:10.757Z | Compiling syn v2.0.117 |
| 449 | 2026-06-10T23:01:10.809Z | Compiling bitflags v2.11.0 |
| 450 | 2026-06-10T23:01:10.845Z | Compiling serde_json v1.0.149 |
| 451 | 2026-06-10T23:01:11.051Z | Compiling num-traits v0.2.19 |
| 452 | 2026-06-10T23:01:11.087Z | Compiling typeid v1.0.3 |
| 453 | 2026-06-10T23:01:11.103Z | Compiling smallvec v1.15.1 |
| 454 | 2026-06-10T23:01:11.238Z | Compiling pest_meta v2.8.6 |
| 455 | 2026-06-10T23:01:11.359Z | Compiling hashbrown v0.17.0 |
| 456 | 2026-06-10T23:01:11.432Z | Compiling equivalent v1.0.2 |
| 457 | 2026-06-10T23:01:11.582Z | Compiling thread-id v4.2.2 |
| 458 | 2026-06-10T23:01:11.646Z | Compiling usdt-impl v0.5.0 |
| 459 | 2026-06-10T23:01:11.666Z | Compiling proc-macro-error-attr v1.0.4 |
| 460 | 2026-06-10T23:01:11.717Z | Compiling toml_write v0.1.2 |
| 461 | 2026-06-10T23:01:11.848Z | Compiling erased-serde v0.4.9 |
| 462 | 2026-06-10T23:01:11.865Z | Compiling indexmap v2.14.0 |
| 463 | 2026-06-10T23:01:11.921Z | Compiling syn v1.0.109 |
| 464 | 2026-06-10T23:01:11.921Z | Compiling winnow v0.7.14 |
| 465 | 2026-06-10T23:01:12.408Z | Compiling proc-macro-error v1.0.4 |
| 466 | 2026-06-10T23:01:12.483Z | Compiling getrandom v0.4.1 |
| 467 | 2026-06-10T23:01:12.599Z | Compiling plain v0.2.3 |
| 468 | 2026-06-10T23:01:12.717Z | Compiling log v0.4.29 |
| 469 | 2026-06-10T23:01:12.816Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-06-10T23:01:12.832Z | Compiling thiserror v2.0.18 |
| 471 | 2026-06-10T23:01:12.878Z | Compiling camino v1.2.2 |
| 472 | 2026-06-10T23:01:12.897Z | Compiling utf8_iter v1.0.4 |
| 473 | 2026-06-10T23:01:12.938Z | Compiling percent-encoding v2.3.2 |
| 474 | 2026-06-10T23:01:13.047Z | Compiling anstyle-parse v1.0.0 |
| 475 | 2026-06-10T23:01:13.127Z | Compiling form_urlencoded v1.2.2 |
| 476 | 2026-06-10T23:01:13.179Z | Compiling ordered-float v2.10.1 |
| 477 | 2026-06-10T23:01:13.335Z | Compiling terminal_size v0.4.3 |
| 478 | 2026-06-10T23:01:13.362Z | Compiling synstructure v0.13.2 |
| 479 | 2026-06-10T23:01:13.388Z | Compiling pest_generator v2.8.6 |
| 480 | 2026-06-10T23:01:13.468Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-06-10T23:01:13.585Z | Compiling anstyle v1.0.14 |
| 482 | 2026-06-10T23:01:13.646Z | Compiling pretty-hex v0.4.1 |
| 483 | 2026-06-10T23:01:13.698Z | Compiling is_terminal_polyfill v1.70.2 |
| 484 | 2026-06-10T23:01:13.714Z | Compiling cfg-if v1.0.4 |
| 485 | 2026-06-10T23:01:13.784Z | Compiling anstyle-query v1.1.5 |
| 486 | 2026-06-10T23:01:13.817Z | Compiling serde-untagged v0.1.9 |
| 487 | 2026-06-10T23:01:13.895Z | Compiling anstream v1.0.0 |
| 488 | 2026-06-10T23:01:13.972Z | Compiling semver v1.0.28 |
| 489 | 2026-06-10T23:01:14.073Z | Compiling fs-err v3.3.0 |
| 490 | 2026-06-10T23:01:14.089Z | Compiling fnv v1.0.7 |
| 491 | 2026-06-10T23:01:14.194Z | Compiling once_cell v1.21.3 |
| 492 | 2026-06-10T23:01:14.222Z | Compiling heck v0.5.0 |
| 493 | 2026-06-10T23:01:14.259Z | Compiling fastrand v2.3.0 |
| 494 | 2026-06-10T23:01:14.290Z | Compiling anyhow v1.0.102 |
| 495 | 2026-06-10T23:01:14.333Z | Compiling bytecount v0.6.9 |
| 496 | 2026-06-10T23:01:14.458Z | Compiling unicode-width v0.1.14 |
| 497 | 2026-06-10T23:01:14.474Z | Compiling strsim v0.11.1 |
| 498 | 2026-06-10T23:01:14.514Z | Compiling unicode-xid v0.2.6 |
| 499 | 2026-06-10T23:01:14.594Z | Compiling clap_lex v1.0.0 |
| 500 | 2026-06-10T23:01:14.639Z | Compiling heck v0.4.1 |
| 501 | 2026-06-10T23:01:14.709Z | Compiling papergrid v0.11.0 |
| 502 | 2026-06-10T23:01:14.814Z | Compiling clap_builder v4.6.0 |
| 503 | 2026-06-10T23:01:14.831Z | Compiling tempfile v3.25.0 |
| 504 | 2026-06-10T23:01:14.942Z | Compiling memmap v0.7.0 |
| 505 | 2026-06-10T23:01:14.963Z | Compiling smawk v0.3.2 |
| 506 | 2026-06-10T23:01:15.045Z | Compiling serde_derive v1.0.228 |
| 507 | 2026-06-10T23:01:15.098Z | Compiling zerofrom-derive v0.1.6 |
| 508 | 2026-06-10T23:01:15.121Z | Compiling yoke-derive v0.8.1 |
| 509 | 2026-06-10T23:01:15.201Z | Compiling zerovec-derive v0.11.2 |
| 510 | 2026-06-10T23:01:15.318Z | Compiling displaydoc v0.2.5 |
| 511 | 2026-06-10T23:01:16.101Z | Compiling thiserror-impl v1.0.69 |
| 512 | 2026-06-10T23:01:16.140Z | Compiling zerocopy-derive v0.7.35 |
| 513 | 2026-06-10T23:01:16.283Z | Compiling pest_derive v2.8.6 |
| 514 | 2026-06-10T23:01:16.351Z | Compiling scroll_derive v0.12.1 |
| 515 | 2026-06-10T23:01:16.519Z | Compiling zerofrom v0.1.6 |
| 516 | 2026-06-10T23:01:16.656Z | Compiling yoke v0.8.1 |
| 517 | 2026-06-10T23:01:16.708Z | Compiling thiserror-impl v2.0.18 |
| 518 | 2026-06-10T23:01:16.847Z | Compiling zerovec v0.11.5 |
| 519 | 2026-06-10T23:01:17.006Z | Compiling zerotrie v0.2.3 |
| 520 | 2026-06-10T23:01:17.025Z | Compiling zerocopy v0.7.35 |
| 521 | 2026-06-10T23:01:17.308Z | Compiling tinystr v0.8.2 |
| 522 | 2026-06-10T23:01:17.354Z | Compiling potential_utf v0.1.4 |
| 523 | 2026-06-10T23:01:17.480Z | Compiling icu_locale_core v2.1.1 |
| 524 | 2026-06-10T23:01:17.514Z | Compiling icu_collections v2.1.1 |
| 525 | 2026-06-10T23:01:17.533Z | Compiling dtrace-parser v0.2.0 |
| 526 | 2026-06-10T23:01:17.570Z | Compiling scroll v0.12.0 |
| 527 | 2026-06-10T23:01:17.835Z | Compiling goblin v0.8.2 |
| 528 | 2026-06-10T23:01:17.852Z | Compiling tabled_derive v0.7.0 |
| 529 | 2026-06-10T23:01:17.893Z | Compiling clap_derive v4.6.1 |
| 530 | 2026-06-10T23:01:17.986Z | Compiling unicode-width v0.2.0 |
| 531 | 2026-06-10T23:01:18.264Z | Compiling icu_provider v2.1.1 |
| 532 | 2026-06-10T23:01:18.354Z | Compiling unicode-linebreak v0.1.5 |
| 533 | 2026-06-10T23:01:18.397Z | Compiling camino-tempfile v1.4.1 |
| 534 | 2026-06-10T23:01:18.544Z | Compiling icu_properties v2.1.2 |
| 535 | 2026-06-10T23:01:18.548Z | Compiling icu_normalizer v2.1.1 |
| 536 | 2026-06-10T23:01:18.569Z | Compiling serde_spanned v0.6.9 |
| 537 | 2026-06-10T23:01:18.593Z | Compiling toml_datetime v0.6.11 |
| 538 | 2026-06-10T23:01:18.632Z | Compiling dof v0.3.0 |
| 539 | 2026-06-10T23:01:18.720Z | Compiling serde_tokenstream v0.2.3 |
| 540 | 2026-06-10T23:01:18.760Z | Compiling serde-value v0.7.0 |
| 541 | 2026-06-10T23:01:18.852Z | Compiling toml_edit v0.22.27 |
| 542 | 2026-06-10T23:01:19.033Z | Compiling cargo-platform v0.2.0 |
| 543 | 2026-06-10T23:01:19.083Z | Compiling tabled v0.15.0 |
| 544 | 2026-06-10T23:01:19.118Z | Compiling textwrap v0.16.2 |
| 545 | 2026-06-10T23:01:19.301Z | Compiling macaddr v1.0.1 |
| 546 | 2026-06-10T23:01:19.533Z | Compiling idna_adapter v1.2.1 |
| 547 | 2026-06-10T23:01:19.626Z | Compiling usdt-attr-macro v0.5.0 |
| 548 | 2026-06-10T23:01:19.642Z | Compiling idna v1.1.0 |
| 549 | 2026-06-10T23:01:19.668Z | Compiling usdt-macro v0.5.0 |
| 550 | 2026-06-10T23:01:19.861Z | Compiling clap v4.6.1 |
| 551 | 2026-06-10T23:01:19.942Z | Compiling url v2.5.8 |
| 552 | 2026-06-10T23:01:19.960Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-06-10T23:01:20.248Z | Compiling toml v0.8.23 |
| 554 | 2026-06-10T23:01:20.301Z | Compiling swrite v0.1.0 |
| 555 | 2026-06-10T23:01:20.694Z | Compiling cargo-util-schemas v0.8.2 |
| 556 | 2026-06-10T23:01:20.911Z | Compiling cargo_toml v0.21.0 |
| 557 | 2026-06-10T23:01:21.067Z | Compiling usdt v0.5.0 |
| 558 | 2026-06-10T23:01:21.584Z | Compiling cargo_metadata v0.21.0 |
| 559 | 2026-06-10T23:01:22.520Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 560 | 2026-06-10T23:01:24.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.12s |
| 561 | 2026-06-10T23:01:24.817Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 562 | 2026-06-10T23:01:25.386Z | Downloading crates ... |
| 563 | 2026-06-10T23:01:25.481Z | Downloaded atty v0.2.14 |
| 564 | 2026-06-10T23:01:25.487Z | Downloaded backoff v0.4.0 |
| 565 | 2026-06-10T23:01:25.491Z | Downloaded cexpr v0.6.0 |
| 566 | 2026-06-10T23:01:25.494Z | Downloaded compression-core v0.4.31 |
| 567 | 2026-06-10T23:01:25.494Z | Downloaded ciborium-io v0.2.2 |
| 568 | 2026-06-10T23:01:25.497Z | Downloaded bzip2 v0.4.4 |
| 569 | 2026-06-10T23:01:25.497Z | Downloaded argon2 v0.5.3 |
| 570 | 2026-06-10T23:01:25.501Z | Downloaded arrayref v0.3.9 |
| 571 | 2026-06-10T23:01:25.501Z | Downloaded ascii-canvas v3.0.0 |
| 572 | 2026-06-10T23:01:25.506Z | Downloaded colored v2.2.0 |
| 573 | 2026-06-10T23:01:25.506Z | Downloaded async-stream-impl v0.3.6 |
| 574 | 2026-06-10T23:01:25.506Z | Downloaded castaway v0.2.4 |
| 575 | 2026-06-10T23:01:25.509Z | Downloaded atomic-waker v1.1.2 |
| 576 | 2026-06-10T23:01:25.509Z | Downloaded crc-catalog v2.4.0 |
| 577 | 2026-06-10T23:01:25.509Z | Downloaded ahash v0.8.12 |
| 578 | 2026-06-10T23:01:25.509Z | Downloaded aead v0.5.2 |
| 579 | 2026-06-10T23:01:25.527Z | Downloaded defmt v0.3.100 |
| 580 | 2026-06-10T23:01:25.527Z | Downloaded der_derive v0.7.3 |
| 581 | 2026-06-10T23:01:25.527Z | Downloaded assert_matches v1.5.0 |
| 582 | 2026-06-10T23:01:25.527Z | Downloaded arrayvec v0.7.6 |
| 583 | 2026-06-10T23:01:25.527Z | Downloaded crossbeam-epoch v0.9.18 |
| 584 | 2026-06-10T23:01:25.532Z | Downloaded either v1.15.0 |
| 585 | 2026-06-10T23:01:25.537Z | Downloaded ciborium v0.2.2 |
| 586 | 2026-06-10T23:01:25.545Z | Downloaded dsl_auto_type v0.2.0 |
| 587 | 2026-06-10T23:01:25.551Z | Downloaded expectorate v1.2.0 |
| 588 | 2026-06-10T23:01:25.555Z | Downloaded crossbeam-deque v0.8.6 |
| 589 | 2026-06-10T23:01:25.558Z | Downloaded curve25519-dalek v4.1.3 |
| 590 | 2026-06-10T23:01:25.562Z | Downloaded dtrace-parser v0.3.0 |
| 591 | 2026-06-10T23:01:25.565Z | Downloaded crc8 v0.1.1 |
| 592 | 2026-06-10T23:01:25.565Z | Downloaded float-cmp v0.10.0 |
| 593 | 2026-06-10T23:01:25.565Z | Downloaded aws-lc-rs v1.16.3 |
| 594 | 2026-06-10T23:01:25.569Z | Downloaded crossterm v0.29.0 |
| 595 | 2026-06-10T23:01:25.573Z | Downloaded foreign-types-shared v0.1.1 |
| 596 | 2026-06-10T23:01:25.576Z | Downloaded dunce v1.0.5 |
| 597 | 2026-06-10T23:01:25.576Z | Downloaded fixedbitset v0.4.2 |
| 598 | 2026-06-10T23:01:25.576Z | Downloaded cstr-argument v0.1.2 |
| 599 | 2026-06-10T23:01:25.581Z | Downloaded crc32fast v1.5.0 |
| 600 | 2026-06-10T23:01:25.581Z | Downloaded difflib v0.4.0 |
| 601 | 2026-06-10T23:01:25.581Z | Downloaded darling_macro v0.20.11 |
| 602 | 2026-06-10T23:01:25.585Z | Downloaded cargo_metadata v0.23.1 |
| 603 | 2026-06-10T23:01:25.585Z | Downloaded cfg_aliases v0.1.1 |
| 604 | 2026-06-10T23:01:25.585Z | Downloaded cargo-platform v0.3.2 |
| 605 | 2026-06-10T23:01:25.585Z | Downloaded debug-ignore v1.0.5 |
| 606 | 2026-06-10T23:01:25.585Z | Downloaded dyn-clone v1.0.20 |
| 607 | 2026-06-10T23:01:25.589Z | Downloaded atomicwrites v0.4.4 |
| 608 | 2026-06-10T23:01:25.589Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 609 | 2026-06-10T23:01:25.589Z | Downloaded deranged v0.5.8 |
| 610 | 2026-06-10T23:01:25.592Z | Downloaded adler2 v2.0.1 |
| 611 | 2026-06-10T23:01:25.592Z | Downloaded critical-section v1.2.0 |
| 612 | 2026-06-10T23:01:25.592Z | Downloaded ecdsa v0.16.9 |
| 613 | 2026-06-10T23:01:25.596Z | Downloaded crucible-workspace-hack v0.1.0 |
| 614 | 2026-06-10T23:01:25.596Z | Downloaded bitfield-macros v0.19.4 |
| 615 | 2026-06-10T23:01:25.599Z | Downloaded base16ct v0.2.0 |
| 616 | 2026-06-10T23:01:25.599Z | Downloaded async-trait v0.1.89 |
| 617 | 2026-06-10T23:01:25.603Z | Downloaded blowfish v0.9.1 |
| 618 | 2026-06-10T23:01:25.606Z | Downloaded filetime v0.2.27 |
| 619 | 2026-06-10T23:01:25.606Z | Downloaded defmt-macros v1.0.1 |
| 620 | 2026-06-10T23:01:25.606Z | Downloaded dof v0.4.0 |
| 621 | 2026-06-10T23:01:25.610Z | Downloaded clang-sys v1.8.1 |
| 622 | 2026-06-10T23:01:25.610Z | Downloaded daft v0.1.7 |
| 623 | 2026-06-10T23:01:25.613Z | Downloaded bit-set v0.8.0 |
| 624 | 2026-06-10T23:01:25.613Z | Downloaded crossbeam-utils v0.8.21 |
| 625 | 2026-06-10T23:01:25.613Z | Downloaded foreign-types v0.5.0 |
| 626 | 2026-06-10T23:01:25.613Z | Downloaded cpufeatures v0.3.0 |
| 627 | 2026-06-10T23:01:25.616Z | Downloaded embedded-io v0.4.0 |
| 628 | 2026-06-10T23:01:25.616Z | Downloaded ciborium-ll v0.2.2 |
| 629 | 2026-06-10T23:01:25.617Z | Downloaded dirs-sys-next v0.1.2 |
| 630 | 2026-06-10T23:01:25.620Z | Downloaded display-error-chain v0.2.2 |
| 631 | 2026-06-10T23:01:25.620Z | Downloaded cobs v0.3.0 |
| 632 | 2026-06-10T23:01:25.620Z | Downloaded dirs-next v2.0.0 |
| 633 | 2026-06-10T23:01:25.620Z | Downloaded derive_builder_macro v0.20.2 |
| 634 | 2026-06-10T23:01:25.623Z | Downloaded cfg_aliases v0.2.1 |
| 635 | 2026-06-10T23:01:25.623Z | Downloaded float-ord v0.3.2 |
| 636 | 2026-06-10T23:01:25.623Z | Downloaded enum-as-inner v0.6.1 |
| 637 | 2026-06-10T23:01:25.623Z | Downloaded convert_case v0.4.0 |
| 638 | 2026-06-10T23:01:25.627Z | Downloaded darling_macro v0.21.3 |
| 639 | 2026-06-10T23:01:25.631Z | Downloaded embedded-io v0.6.1 |
| 640 | 2026-06-10T23:01:25.635Z | Downloaded block-padding v0.3.3 |
| 641 | 2026-06-10T23:01:25.635Z | Downloaded async-recursion v1.1.1 |
| 642 | 2026-06-10T23:01:25.643Z | Downloaded derive-ex v0.1.8 |
| 643 | 2026-06-10T23:01:25.643Z | Downloaded ctr v0.9.2 |
| 644 | 2026-06-10T23:01:25.646Z | Downloaded funty v2.0.0 |
| 645 | 2026-06-10T23:01:25.646Z | Downloaded crunchy v0.2.4 |
| 646 | 2026-06-10T23:01:25.649Z | Downloaded futures-io v0.3.32 |
| 647 | 2026-06-10T23:01:25.654Z | Downloaded futures-macro v0.3.32 |
| 648 | 2026-06-10T23:01:25.658Z | Downloaded futures-task v0.3.32 |
| 649 | 2026-06-10T23:01:25.658Z | Downloaded flagset v0.4.7 |
| 650 | 2026-06-10T23:01:25.658Z | Downloaded env_filter v1.0.0 |
| 651 | 2026-06-10T23:01:25.658Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 652 | 2026-06-10T23:01:25.658Z | Downloaded bit-set v0.5.3 |
| 653 | 2026-06-10T23:01:25.661Z | Downloaded array-init v0.0.4 |
| 654 | 2026-06-10T23:01:25.661Z | Downloaded gethostname v0.5.0 |
| 655 | 2026-06-10T23:01:25.664Z | Downloaded futures-core v0.3.32 |
| 656 | 2026-06-10T23:01:25.664Z | Downloaded fd-lock v4.0.4 |
| 657 | 2026-06-10T23:01:25.669Z | Downloaded foreign-types-shared v0.3.1 |
| 658 | 2026-06-10T23:01:25.669Z | Downloaded foreign-types v0.3.2 |
| 659 | 2026-06-10T23:01:25.669Z | Downloaded fxhash v0.2.1 |
| 660 | 2026-06-10T23:01:25.669Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 661 | 2026-06-10T23:01:25.673Z | Downloaded crc v3.4.0 |
| 662 | 2026-06-10T23:01:25.673Z | Downloaded document-features v0.2.12 |
| 663 | 2026-06-10T23:01:25.673Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 664 | 2026-06-10T23:01:25.673Z | Downloaded bb8 v0.8.6 |
| 665 | 2026-06-10T23:01:25.673Z | Downloaded async-stream v0.3.6 |
| 666 | 2026-06-10T23:01:25.677Z | Downloaded futures-sink v0.3.32 |
| 667 | 2026-06-10T23:01:25.681Z | Downloaded fixedbitset v0.5.7 |
| 668 | 2026-06-10T23:01:25.681Z | Downloaded endian-type v0.1.2 |
| 669 | 2026-06-10T23:01:25.681Z | Downloaded foreign-types-macros v0.2.3 |
| 670 | 2026-06-10T23:01:25.681Z | Downloaded bitflags v1.3.2 |
| 671 | 2026-06-10T23:01:25.685Z | Downloaded downcast-rs v2.0.2 |
| 672 | 2026-06-10T23:01:25.685Z | Downloaded darling v0.13.4 |
| 673 | 2026-06-10T23:01:25.688Z | Downloaded daft-derive v0.1.7 |
| 674 | 2026-06-10T23:01:25.688Z | Downloaded darling_macro v0.23.0 |
| 675 | 2026-06-10T23:01:25.692Z | Downloaded git-stub v1.0.0 |
| 676 | 2026-06-10T23:01:25.692Z | Downloaded defmt-parser v1.0.0 |
| 677 | 2026-06-10T23:01:25.692Z | Downloaded bit-vec v0.8.0 |
| 678 | 2026-06-10T23:01:25.695Z | Downloaded base64ct v1.8.3 |
| 679 | 2026-06-10T23:01:25.695Z | Downloaded fatfs v0.3.6 |
| 680 | 2026-06-10T23:01:25.698Z | Downloaded cassowary v0.3.0 |
| 681 | 2026-06-10T23:01:25.698Z | Downloaded darling v0.23.0 |
| 682 | 2026-06-10T23:01:25.701Z | Downloaded darling_macro v0.13.4 |
| 683 | 2026-06-10T23:01:25.701Z | Downloaded hash32 v0.2.1 |
| 684 | 2026-06-10T23:01:25.705Z | Downloaded csv-core v0.1.13 |
| 685 | 2026-06-10T23:01:25.705Z | Downloaded crc-any v2.5.0 |
| 686 | 2026-06-10T23:01:25.705Z | Downloaded globwalk v0.9.1 |
| 687 | 2026-06-10T23:01:25.708Z | Downloaded anstream v0.6.21 |
| 688 | 2026-06-10T23:01:25.708Z | Downloaded hash32 v0.3.1 |
| 689 | 2026-06-10T23:01:25.712Z | Downloaded headers-core v0.3.0 |
| 690 | 2026-06-10T23:01:25.712Z | Downloaded ed25519 v2.2.3 |
| 691 | 2026-06-10T23:01:25.712Z | Downloaded anstyle-parse v0.2.7 |
| 692 | 2026-06-10T23:01:25.715Z | Downloaded find-msvc-tools v0.1.9 |
| 693 | 2026-06-10T23:01:25.715Z | Downloaded derive_builder_core v0.20.2 |
| 694 | 2026-06-10T23:01:25.715Z | Downloaded data-encoding v2.10.0 |
| 695 | 2026-06-10T23:01:25.718Z | Downloaded fallible-iterator v0.2.0 |
| 696 | 2026-06-10T23:01:25.719Z | Downloaded env_logger v0.11.9 |
| 697 | 2026-06-10T23:01:25.719Z | Downloaded camino-tempfile-ext v0.3.3 |
| 698 | 2026-06-10T23:01:25.722Z | Downloaded bit-vec v0.6.3 |
| 699 | 2026-06-10T23:01:25.722Z | Downloaded bitfield v0.19.4 |
| 700 | 2026-06-10T23:01:25.725Z | Downloaded ghash v0.5.1 |
| 701 | 2026-06-10T23:01:25.725Z | Downloaded erased-serde v0.3.31 |
| 702 | 2026-06-10T23:01:25.725Z | Downloaded defmt v1.0.1 |
| 703 | 2026-06-10T23:01:25.728Z | Downloaded cbc v0.1.2 |
| 704 | 2026-06-10T23:01:25.731Z | Downloaded convert_case v0.10.0 |
| 705 | 2026-06-10T23:01:25.731Z | Downloaded corncobs v0.1.4 |
| 706 | 2026-06-10T23:01:25.731Z | Downloaded hex v0.4.3 |
| 707 | 2026-06-10T23:01:25.735Z | Downloaded http-body v1.0.1 |
| 708 | 2026-06-10T23:01:25.735Z | Downloaded hubpack_derive v0.1.1 |
| 709 | 2026-06-10T23:01:25.735Z | Downloaded constant_time_eq v0.4.2 |
| 710 | 2026-06-10T23:01:25.738Z | Downloaded cmake v0.1.57 |
| 711 | 2026-06-10T23:01:25.739Z | Downloaded hubpack v0.1.2 |
| 712 | 2026-06-10T23:01:25.739Z | Downloaded darling v0.20.11 |
| 713 | 2026-06-10T23:01:25.742Z | Downloaded futures-executor v0.3.32 |
| 714 | 2026-06-10T23:01:25.742Z | Downloaded diesel-dtrace v0.5.0 |
| 715 | 2026-06-10T23:01:25.746Z | Downloaded const_format_proc_macros v0.2.34 |
| 716 | 2026-06-10T23:01:25.746Z | Downloaded compression-codecs v0.4.37 |
| 717 | 2026-06-10T23:01:25.749Z | Downloaded chacha20 v0.9.1 |
| 718 | 2026-06-10T23:01:25.749Z | Downloaded bcs v0.1.6 |
| 719 | 2026-06-10T23:01:25.753Z | Downloaded hostname v0.4.2 |
| 720 | 2026-06-10T23:01:25.753Z | Downloaded http-range v0.1.5 |
| 721 | 2026-06-10T23:01:25.753Z | Downloaded hostname v0.3.1 |
| 722 | 2026-06-10T23:01:25.753Z | Downloaded bitfield-struct v0.6.2 |
| 723 | 2026-06-10T23:01:25.756Z | Downloaded derive_builder v0.20.2 |
| 724 | 2026-06-10T23:01:25.759Z | Downloaded fs_extra v1.3.0 |
| 725 | 2026-06-10T23:01:25.759Z | Downloaded ident_case v1.0.1 |
| 726 | 2026-06-10T23:01:25.762Z | Downloaded hyper-tls v0.6.0 |
| 727 | 2026-06-10T23:01:25.762Z | Downloaded git-stub-vcs v0.1.0 |
| 728 | 2026-06-10T23:01:25.762Z | Downloaded chacha20 v0.10.0 |
| 729 | 2026-06-10T23:01:25.765Z | Downloaded backon v1.6.0 |
| 730 | 2026-06-10T23:01:25.768Z | Downloaded illumos-nvpair v0.3.0 |
| 731 | 2026-06-10T23:01:25.768Z | Downloaded cancel-safe-futures v0.1.5 |
| 732 | 2026-06-10T23:01:25.769Z | Downloaded group v0.13.0 |
| 733 | 2026-06-10T23:01:25.772Z | Downloaded ena v0.14.4 |
| 734 | 2026-06-10T23:01:25.772Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 735 | 2026-06-10T23:01:25.772Z | Downloaded httpdate v1.0.3 |
| 736 | 2026-06-10T23:01:25.775Z | Downloaded crossbeam-channel v0.5.15 |
| 737 | 2026-06-10T23:01:25.775Z | Downloaded foldhash v0.1.5 |
| 738 | 2026-06-10T23:01:25.779Z | Downloaded home v0.5.12 |
| 739 | 2026-06-10T23:01:25.779Z | Downloaded hex-literal v0.4.1 |
| 740 | 2026-06-10T23:01:25.780Z | Downloaded cipher v0.4.4 |
| 741 | 2026-06-10T23:01:25.783Z | Downloaded globset v0.4.18 |
| 742 | 2026-06-10T23:01:25.783Z | Downloaded ff v0.13.1 |
| 743 | 2026-06-10T23:01:25.783Z | Downloaded byte-wrapper v0.1.0 |
| 744 | 2026-06-10T23:01:25.787Z | Downloaded indoc v1.0.9 |
| 745 | 2026-06-10T23:01:25.790Z | Downloaded is_ci v1.2.0 |
| 746 | 2026-06-10T23:01:25.793Z | Downloaded lazy_static v1.5.0 |
| 747 | 2026-06-10T23:01:25.793Z | Downloaded glob v0.3.3 |
| 748 | 2026-06-10T23:01:25.798Z | Downloaded indent_write v2.2.0 |
| 749 | 2026-06-10T23:01:25.798Z | Downloaded derive_more v0.99.20 |
| 750 | 2026-06-10T23:01:25.801Z | Downloaded darling_core v0.13.4 |
| 751 | 2026-06-10T23:01:25.801Z | Downloaded http-body-util v0.1.3 |
| 752 | 2026-06-10T23:01:25.806Z | Downloaded des v0.8.1 |
| 753 | 2026-06-10T23:01:25.806Z | Downloaded elliptic-curve v0.13.8 |
| 754 | 2026-06-10T23:01:25.809Z | Downloaded kstat-rs v0.2.4 |
| 755 | 2026-06-10T23:01:25.809Z | Downloaded darling v0.21.3 |
| 756 | 2026-06-10T23:01:25.813Z | Downloaded foldhash v0.2.0 |
| 757 | 2026-06-10T23:01:25.813Z | Downloaded flate2 v1.1.9 |
| 758 | 2026-06-10T23:01:25.816Z | Downloaded inout v0.1.4 |
| 759 | 2026-06-10T23:01:25.816Z | Downloaded futures-channel v0.3.32 |
| 760 | 2026-06-10T23:01:25.819Z | Downloaded md-5 v0.10.6 |
| 761 | 2026-06-10T23:01:25.819Z | Downloaded fs-err v2.11.0 |
| 762 | 2026-06-10T23:01:25.819Z | Downloaded async-bb8-diesel v0.2.1 |
| 763 | 2026-06-10T23:01:25.822Z | Downloaded diff v0.1.13 |
| 764 | 2026-06-10T23:01:25.825Z | Downloaded lalrpop-util v0.19.12 |
| 765 | 2026-06-10T23:01:25.825Z | Downloaded hyper-staticfile v0.10.1 |
| 766 | 2026-06-10T23:01:25.825Z | Downloaded humantime v2.3.0 |
| 767 | 2026-06-10T23:01:25.828Z | Downloaded cookie_store v0.22.1 |
| 768 | 2026-06-10T23:01:25.828Z | Downloaded linked-hash-map v0.5.6 |
| 769 | 2026-06-10T23:01:25.831Z | Downloaded internet-checksum v0.2.1 |
| 770 | 2026-06-10T23:01:25.831Z | Downloaded managed v0.8.0 |
| 771 | 2026-06-10T23:01:25.831Z | Downloaded console v0.16.2 |
| 772 | 2026-06-10T23:01:25.834Z | Downloaded blake2 v0.10.6 |
| 773 | 2026-06-10T23:01:25.834Z | Downloaded ipnetwork v0.21.1 |
| 774 | 2026-06-10T23:01:25.837Z | Downloaded indoc v2.0.7 |
| 775 | 2026-06-10T23:01:25.838Z | Downloaded getrandom v0.2.17 |
| 776 | 2026-06-10T23:01:25.841Z | Downloaded dropshot_endpoint v0.17.0 |
| 777 | 2026-06-10T23:01:25.841Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 778 | 2026-06-10T23:01:25.844Z | Downloaded cookie v0.18.1 |
| 779 | 2026-06-10T23:01:25.857Z | Downloaded memoffset v0.9.1 |
| 780 | 2026-06-10T23:01:25.857Z | Downloaded derive-where v1.6.0 |
| 781 | 2026-06-10T23:01:25.857Z | Downloaded bzip2 v0.6.1 |
| 782 | 2026-06-10T23:01:25.857Z | Downloaded maybe-uninit v2.0.0 |
| 783 | 2026-06-10T23:01:25.857Z | Downloaded const-oid v0.9.6 |
| 784 | 2026-06-10T23:01:25.857Z | Downloaded darling_core v0.20.11 |
| 785 | 2026-06-10T23:01:25.857Z | Downloaded half v1.8.3 |
| 786 | 2026-06-10T23:01:25.857Z | Downloaded aes-gcm v0.10.3 |
| 787 | 2026-06-10T23:01:25.862Z | Downloaded console v0.15.11 |
| 788 | 2026-06-10T23:01:25.862Z | Downloaded keccak v0.1.6 |
| 789 | 2026-06-10T23:01:25.863Z | Downloaded ingot-types v0.1.2 |
| 790 | 2026-06-10T23:01:25.863Z | Downloaded darling_core v0.23.0 |
| 791 | 2026-06-10T23:01:25.866Z | Downloaded buf-list v1.1.2 |
| 792 | 2026-06-10T23:01:25.869Z | Downloaded newtype_derive v0.1.6 |
| 793 | 2026-06-10T23:01:25.869Z | Downloaded hmac v0.12.1 |
| 794 | 2026-06-10T23:01:25.872Z | Downloaded nodrop v0.1.14 |
| 795 | 2026-06-10T23:01:25.872Z | Downloaded nibble_vec v0.1.0 |
| 796 | 2026-06-10T23:01:25.872Z | Downloaded lru-slab v0.1.2 |
| 797 | 2026-06-10T23:01:25.872Z | Downloaded drift v0.2.0 |
| 798 | 2026-06-10T23:01:25.877Z | Downloaded num v0.4.3 |
| 799 | 2026-06-10T23:01:25.881Z | Downloaded libsw v3.5.0 |
| 800 | 2026-06-10T23:01:25.881Z | Downloaded is-terminal v0.4.17 |
| 801 | 2026-06-10T23:01:25.881Z | Downloaded instant v0.1.13 |
| 802 | 2026-06-10T23:01:25.884Z | Downloaded jobserver v0.1.34 |
| 803 | 2026-06-10T23:01:25.884Z | Downloaded num-derive v0.3.3 |
| 804 | 2026-06-10T23:01:25.884Z | Downloaded nonempty v0.12.0 |
| 805 | 2026-06-10T23:01:25.889Z | Downloaded newline-converter v0.3.0 |
| 806 | 2026-06-10T23:01:25.899Z | Downloaded colored v3.1.1 |
| 807 | 2026-06-10T23:01:25.902Z | Downloaded hyper-rustls v0.27.7 |
| 808 | 2026-06-10T23:01:25.905Z | Downloaded httparse v1.10.1 |
| 809 | 2026-06-10T23:01:25.905Z | Downloaded futures v0.3.32 |
| 810 | 2026-06-10T23:01:25.908Z | Downloaded darling_core v0.21.3 |
| 811 | 2026-06-10T23:01:25.912Z | Downloaded num-derive v0.4.2 |
| 812 | 2026-06-10T23:01:25.912Z | Downloaded olpc-cjson v0.1.4 |
| 813 | 2026-06-10T23:01:25.915Z | Downloaded libefi-sys v0.1.0 |
| 814 | 2026-06-10T23:01:25.915Z | Downloaded ingot v0.1.1 |
| 815 | 2026-06-10T23:01:25.915Z | Downloaded getrandom v0.3.4 |
| 816 | 2026-06-10T23:01:25.918Z | Downloaded num-iter v0.1.45 |
| 817 | 2026-06-10T23:01:25.918Z | Downloaded derive_more v2.1.1 |
| 818 | 2026-06-10T23:01:25.923Z | Downloaded pbkdf2 v0.12.2 |
| 819 | 2026-06-10T23:01:25.926Z | Downloaded allocator-api2 v0.2.21 |
| 820 | 2026-06-10T23:01:25.926Z | Downloaded opaque-debug v0.3.1 |
| 821 | 2026-06-10T23:01:25.929Z | Downloaded mime v0.3.17 |
| 822 | 2026-06-10T23:01:25.929Z | Downloaded lock_api v0.4.14 |
| 823 | 2026-06-10T23:01:25.929Z | Downloaded lzss v0.8.2 |
| 824 | 2026-06-10T23:01:25.932Z | Downloaded libloading v0.8.9 |
| 825 | 2026-06-10T23:01:25.932Z | Downloaded ignore v0.4.25 |
| 826 | 2026-06-10T23:01:25.937Z | Downloaded openssl-probe v0.2.1 |
| 827 | 2026-06-10T23:01:25.937Z | Downloaded openssl-probe v0.1.6 |
| 828 | 2026-06-10T23:01:25.937Z | Downloaded multimap v0.10.1 |
| 829 | 2026-06-10T23:01:25.940Z | Downloaded md5 v0.7.0 |
| 830 | 2026-06-10T23:01:25.940Z | Downloaded match_cfg v0.1.0 |
| 831 | 2026-06-10T23:01:25.940Z | Downloaded maplit v1.0.2 |
| 832 | 2026-06-10T23:01:25.940Z | Downloaded lru-cache v0.1.2 |
| 833 | 2026-06-10T23:01:25.940Z | Downloaded lru v0.12.5 |
| 834 | 2026-06-10T23:01:25.944Z | Downloaded openssl-macros v0.1.1 |
| 835 | 2026-06-10T23:01:25.944Z | Downloaded arc-swap v1.8.2 |
| 836 | 2026-06-10T23:01:25.944Z | Downloaded newtype-uuid v1.3.2 |
| 837 | 2026-06-10T23:01:25.949Z | Downloaded headers v0.4.1 |
| 838 | 2026-06-10T23:01:25.952Z | Downloaded highway v1.3.0 |
| 839 | 2026-06-10T23:01:25.952Z | Downloaded ed25519-dalek v2.2.0 |
| 840 | 2026-06-10T23:01:25.952Z | Downloaded half v2.7.1 |
| 841 | 2026-06-10T23:01:25.955Z | Downloaded new_debug_unreachable v1.0.6 |
| 842 | 2026-06-10T23:01:25.956Z | Downloaded multer v3.1.0 |
| 843 | 2026-06-10T23:01:25.956Z | Downloaded native-tls v0.2.18 |
| 844 | 2026-06-10T23:01:25.959Z | Downloaded mime_guess v2.0.5 |
| 845 | 2026-06-10T23:01:25.959Z | Downloaded normalize-line-endings v0.3.0 |
| 846 | 2026-06-10T23:01:25.959Z | Downloaded ingot-macros v0.1.1 |
| 847 | 2026-06-10T23:01:25.963Z | Downloaded bytes v1.11.1 |
| 848 | 2026-06-10T23:01:25.963Z | Downloaded parse-size v1.1.0 |
| 849 | 2026-06-10T23:01:25.966Z | Downloaded parse-display v0.10.0 |
| 850 | 2026-06-10T23:01:25.966Z | Downloaded chacha20poly1305 v0.10.1 |
| 851 | 2026-06-10T23:01:25.966Z | Downloaded instability v0.3.11 |
| 852 | 2026-06-10T23:01:25.970Z | Downloaded packed_struct_codegen v0.10.1 |
| 853 | 2026-06-10T23:01:25.970Z | Downloaded oso-derive v0.27.3 |
| 854 | 2026-06-10T23:01:25.973Z | Downloaded ipnet v2.11.0 |
| 855 | 2026-06-10T23:01:25.973Z | Downloaded iana-time-zone v0.1.65 |
| 856 | 2026-06-10T23:01:25.976Z | Downloaded flume v0.11.1 |
| 857 | 2026-06-10T23:01:25.976Z | Downloaded num-conv v0.2.0 |
| 858 | 2026-06-10T23:01:25.979Z | Downloaded newtype-uuid-macros v0.1.0 |
| 859 | 2026-06-10T23:01:25.979Z | Downloaded num_threads v0.1.7 |
| 860 | 2026-06-10T23:01:25.979Z | Downloaded peg-runtime v0.8.5 |
| 861 | 2026-06-10T23:01:25.983Z | Downloaded path-slash v0.1.5 |
| 862 | 2026-06-10T23:01:25.983Z | Downloaded compact_str v0.8.1 |
| 863 | 2026-06-10T23:01:25.983Z | Downloaded indicatif v0.18.4 |
| 864 | 2026-06-10T23:01:25.986Z | Downloaded nu-ansi-term v0.50.3 |
| 865 | 2026-06-10T23:01:25.989Z | Downloaded num_enum v0.7.6 |
| 866 | 2026-06-10T23:01:25.992Z | Downloaded phf_shared v0.12.1 |
| 867 | 2026-06-10T23:01:25.992Z | Downloaded num_enum_derive v0.5.11 |
| 868 | 2026-06-10T23:01:25.992Z | Downloaded linear-map v1.2.0 |
| 869 | 2026-06-10T23:01:25.996Z | Downloaded libsw-core v0.3.2 |
| 870 | 2026-06-10T23:01:25.996Z | Downloaded ar_archive_writer v0.5.1 |
| 871 | 2026-06-10T23:01:25.996Z | Downloaded num_enum v0.5.11 |
| 872 | 2026-06-10T23:01:25.999Z | Downloaded num-rational v0.4.2 |
| 873 | 2026-06-10T23:01:26.003Z | Downloaded num-integer v0.1.46 |
| 874 | 2026-06-10T23:01:26.003Z | Downloaded phf_shared v0.13.1 |
| 875 | 2026-06-10T23:01:26.003Z | Downloaded num_enum_derive v0.7.6 |
| 876 | 2026-06-10T23:01:26.006Z | Downloaded phf_shared v0.11.3 |
| 877 | 2026-06-10T23:01:26.009Z | Downloaded pin-utils v0.1.0 |
| 878 | 2026-06-10T23:01:26.009Z | Downloaded litrs v1.0.0 |
| 879 | 2026-06-10T23:01:26.016Z | Downloaded precomputed-hash v0.1.1 |
| 880 | 2026-06-10T23:01:26.020Z | Downloaded paste v1.0.15 |
| 881 | 2026-06-10T23:01:26.020Z | Downloaded packed_struct v0.10.1 |
| 882 | 2026-06-10T23:01:26.023Z | Downloaded nanorand v0.7.0 |
| 883 | 2026-06-10T23:01:26.023Z | Downloaded predicates-core v1.0.10 |
| 884 | 2026-06-10T23:01:26.026Z | Downloaded heapless v0.8.0 |
| 885 | 2026-06-10T23:01:26.026Z | Downloaded indexmap v1.9.3 |
| 886 | 2026-06-10T23:01:26.029Z | Downloaded memmap2 v0.9.10 |
| 887 | 2026-06-10T23:01:26.034Z | Downloaded heapless v0.7.17 |
| 888 | 2026-06-10T23:01:26.037Z | Downloaded pbkdf2 v0.11.0 |
| 889 | 2026-06-10T23:01:26.037Z | Downloaded derive_more-impl v2.1.1 |
| 890 | 2026-06-10T23:01:26.041Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 891 | 2026-06-10T23:01:26.043Z | Downloaded progenitor-client v0.11.2 |
| 892 | 2026-06-10T23:01:26.043Z | Downloaded predicates-tree v1.0.13 |
| 893 | 2026-06-10T23:01:26.044Z | Downloaded proc-macro-crate v3.4.0 |
| 894 | 2026-06-10T23:01:26.047Z | Downloaded proc-macro-crate v1.3.1 |
| 895 | 2026-06-10T23:01:26.047Z | Downloaded peg v0.8.5 |
| 896 | 2026-06-10T23:01:26.050Z | Downloaded const_format v0.2.35 |
| 897 | 2026-06-10T23:01:26.050Z | Downloaded libbz2-rs-sys v0.2.2 |
| 898 | 2026-06-10T23:01:26.053Z | Downloaded progenitor-client v0.10.0 |
| 899 | 2026-06-10T23:01:26.053Z | Downloaded hickory-resolver v0.24.4 |
| 900 | 2026-06-10T23:01:26.056Z | Downloaded base64 v0.22.1 |
| 901 | 2026-06-10T23:01:26.059Z | Downloaded oxide-tokio-rt v0.1.4 |
| 902 | 2026-06-10T23:01:26.059Z | Downloaded cc v1.2.56 |
| 903 | 2026-06-10T23:01:26.062Z | Downloaded num-complex v0.4.6 |
| 904 | 2026-06-10T23:01:26.062Z | Downloaded libscf-sys v1.1.0 |
| 905 | 2026-06-10T23:01:26.062Z | Downloaded hashbrown v0.12.3 |
| 906 | 2026-06-10T23:01:26.066Z | Downloaded owo-colors v4.3.0 |
| 907 | 2026-06-10T23:01:26.068Z | Downloaded progenitor-macro v0.13.0 |
| 908 | 2026-06-10T23:01:26.069Z | Downloaded ppv-lite86 v0.2.21 |
| 909 | 2026-06-10T23:01:26.069Z | Downloaded progenitor-macro v0.11.2 |
| 910 | 2026-06-10T23:01:26.071Z | Downloaded pem-rfc7468 v0.7.0 |
| 911 | 2026-06-10T23:01:26.071Z | Downloaded pin-project-lite v0.2.17 |
| 912 | 2026-06-10T23:01:26.074Z | Downloaded progenitor-macro v0.14.0 |
| 913 | 2026-06-10T23:01:26.075Z | Downloaded omicron-zone-package v0.12.2 |
| 914 | 2026-06-10T23:01:26.078Z | Downloaded pem v3.0.6 |
| 915 | 2026-06-10T23:01:26.078Z | Downloaded peg-macros v0.8.5 |
| 916 | 2026-06-10T23:01:26.078Z | Downloaded password-hash v0.4.2 |
| 917 | 2026-06-10T23:01:26.081Z | Downloaded parse-display-derive v0.10.0 |
| 918 | 2026-06-10T23:01:26.081Z | Downloaded oxnet v0.1.5 |
| 919 | 2026-06-10T23:01:26.081Z | Downloaded progenitor-client v0.14.0 |
| 920 | 2026-06-10T23:01:26.084Z | Downloaded hashbrown v0.13.2 |
| 921 | 2026-06-10T23:01:26.087Z | Downloaded der v0.7.10 |
| 922 | 2026-06-10T23:01:26.090Z | Downloaded powerfmt v0.2.0 |
| 923 | 2026-06-10T23:01:26.090Z | Downloaded poly1305 v0.8.0 |
| 924 | 2026-06-10T23:01:26.094Z | Downloaded diesel_derives v2.3.7 |
| 925 | 2026-06-10T23:01:26.098Z | Downloaded radium v0.7.0 |
| 926 | 2026-06-10T23:01:26.098Z | Downloaded psl-types v2.0.11 |
| 927 | 2026-06-10T23:01:26.098Z | Downloaded pkcs8 v0.10.2 |
| 928 | 2026-06-10T23:01:26.098Z | Downloaded predicates v3.1.4 |
| 929 | 2026-06-10T23:01:26.102Z | Downloaded postgres-protocol v0.6.10 |
| 930 | 2026-06-10T23:01:26.102Z | Downloaded crypto-bigint v0.5.5 |
| 931 | 2026-06-10T23:01:26.105Z | Downloaded rand_chacha v0.3.1 |
| 932 | 2026-06-10T23:01:26.105Z | Downloaded polyval v0.6.2 |
| 933 | 2026-06-10T23:01:26.109Z | Downloaded dropshot-api-manager v0.7.2 |
| 934 | 2026-06-10T23:01:26.113Z | Downloaded progenitor v0.14.0 |
| 935 | 2026-06-10T23:01:26.114Z | Downloaded aes v0.8.4 |
| 936 | 2026-06-10T23:01:26.116Z | Downloaded proc-macro-error2 v2.0.1 |
| 937 | 2026-06-10T23:01:26.116Z | Downloaded primeorder v0.13.6 |
| 938 | 2026-06-10T23:01:26.116Z | Downloaded pkg-config v0.3.32 |
| 939 | 2026-06-10T23:01:26.117Z | Downloaded ref-cast v1.0.25 |
| 940 | 2026-06-10T23:01:26.120Z | Downloaded recursive v0.1.1 |
| 941 | 2026-06-10T23:01:26.120Z | Downloaded rtoolbox v0.0.3 |
| 942 | 2026-06-10T23:01:26.123Z | Downloaded parking_lot v0.12.5 |
| 943 | 2026-06-10T23:01:26.123Z | Downloaded parking_lot_core v0.9.12 |
| 944 | 2026-06-10T23:01:26.126Z | Downloaded phf v0.13.1 |
| 945 | 2026-06-10T23:01:26.126Z | Downloaded hyper-util v0.1.20 |
| 946 | 2026-06-10T23:01:26.129Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 947 | 2026-06-10T23:01:26.132Z | Downloaded parking_lot v0.11.2 |
| 948 | 2026-06-10T23:01:26.132Z | Downloaded pin-project-internal v1.1.11 |
| 949 | 2026-06-10T23:01:26.132Z | Downloaded parking_lot_core v0.8.6 |
| 950 | 2026-06-10T23:01:26.136Z | Downloaded phf v0.12.1 |
| 951 | 2026-06-10T23:01:26.136Z | Downloaded russh-cryptovec v0.7.3 |
| 952 | 2026-06-10T23:01:26.136Z | Downloaded bumpalo v3.20.2 |
| 953 | 2026-06-10T23:01:26.139Z | Downloaded base64 v0.21.7 |
| 954 | 2026-06-10T23:01:26.139Z | Downloaded progenitor v0.13.0 |
| 955 | 2026-06-10T23:01:26.143Z | Downloaded progenitor v0.11.2 |
| 956 | 2026-06-10T23:01:26.143Z | Downloaded hickory-resolver v0.25.2 |
| 957 | 2026-06-10T23:01:26.146Z | Downloaded rfc6979 v0.4.0 |
| 958 | 2026-06-10T23:01:26.149Z | Downloaded password-hash v0.5.0 |
| 959 | 2026-06-10T23:01:26.149Z | Downloaded progenitor-extras v0.2.0 |
| 960 | 2026-06-10T23:01:26.149Z | Downloaded progenitor-client v0.13.0 |
| 961 | 2026-06-10T23:01:26.154Z | Downloaded rustc_version v0.4.1 |
| 962 | 2026-06-10T23:01:26.157Z | Downloaded rustc-hash v2.1.1 |
| 963 | 2026-06-10T23:01:26.161Z | Downloaded crossterm v0.28.1 |
| 964 | 2026-06-10T23:01:26.164Z | Downloaded pkcs1 v0.7.5 |
| 965 | 2026-06-10T23:01:26.167Z | Downloaded r2d2 v0.8.10 |
| 966 | 2026-06-10T23:01:26.167Z | Downloaded postgres-types v0.2.12 |
| 967 | 2026-06-10T23:01:26.167Z | Downloaded pkcs5 v0.7.1 |
| 968 | 2026-06-10T23:01:26.170Z | Downloaded rand_chacha v0.9.0 |
| 969 | 2026-06-10T23:01:26.170Z | Downloaded rand_xorshift v0.4.0 |
| 970 | 2026-06-10T23:01:26.173Z | Downloaded psm v0.1.30 |
| 971 | 2026-06-10T23:01:26.173Z | Downloaded rustc_version v0.1.7 |
| 972 | 2026-06-10T23:01:26.173Z | Downloaded rand_core v0.10.0 |
| 973 | 2026-06-10T23:01:26.177Z | Downloaded quick-error v1.2.3 |
| 974 | 2026-06-10T23:01:26.177Z | Downloaded jiff-static v0.2.21 |
| 975 | 2026-06-10T23:01:26.177Z | Downloaded ref-cast-impl v1.0.25 |
| 976 | 2026-06-10T23:01:26.180Z | Downloaded rand_core v0.9.5 |
| 977 | 2026-06-10T23:01:26.180Z | Downloaded oso v0.27.3 |
| 978 | 2026-06-10T23:01:26.183Z | Downloaded salsa20 v0.10.2 |
| 979 | 2026-06-10T23:01:26.189Z | Downloaded hickory-server v0.25.2 |
| 980 | 2026-06-10T23:01:26.192Z | Downloaded p256 v0.13.2 |
| 981 | 2026-06-10T23:01:26.195Z | Downloaded rand_seeder v0.4.0 |
| 982 | 2026-06-10T23:01:26.198Z | Downloaded postcard v1.1.3 |
| 983 | 2026-06-10T23:01:26.201Z | Downloaded sapling-renderdag v0.1.0 |
| 984 | 2026-06-10T23:01:26.201Z | Downloaded secrecy v0.10.3 |
| 985 | 2026-06-10T23:01:26.201Z | Downloaded scheduled-thread-pool v0.2.7 |
| 986 | 2026-06-10T23:01:26.204Z | Downloaded semver v0.1.20 |
| 987 | 2026-06-10T23:01:26.204Z | Downloaded scrypt v0.11.0 |
| 988 | 2026-06-10T23:01:26.207Z | Downloaded serde-big-array v0.5.1 |
| 989 | 2026-06-10T23:01:26.207Z | Downloaded async-compression v0.4.41 |
| 990 | 2026-06-10T23:01:26.213Z | Downloaded rustls-pemfile v1.0.4 |
| 991 | 2026-06-10T23:01:26.216Z | Downloaded miniz_oxide v0.8.9 |
| 992 | 2026-06-10T23:01:26.219Z | Downloaded seq-macro v0.3.6 |
| 993 | 2026-06-10T23:01:26.219Z | Downloaded scroll_derive v0.13.1 |
| 994 | 2026-06-10T23:01:26.219Z | Downloaded serde_repr v0.1.20 |
| 995 | 2026-06-10T23:01:26.222Z | Downloaded scopeguard v1.2.0 |
| 996 | 2026-06-10T23:01:26.222Z | Downloaded secrecy v0.8.0 |
| 997 | 2026-06-10T23:01:26.222Z | Downloaded resolv-conf v0.7.6 |
| 998 | 2026-06-10T23:01:26.223Z | Downloaded quinn-udp v0.5.14 |
| 999 | 2026-06-10T23:01:26.226Z | Downloaded papergrid v0.17.0 |
| 1000 | 2026-06-10T23:01:26.229Z | Downloaded serde_plain v1.0.2 |
| 1001 | 2026-06-10T23:01:26.232Z | Downloaded serde_urlencoded v0.7.1 |
| 1002 | 2026-06-10T23:01:26.232Z | Downloaded serde_spanned v1.0.4 |
| 1003 | 2026-06-10T23:01:26.236Z | Downloaded siphasher v1.0.2 |
| 1004 | 2026-06-10T23:01:26.241Z | Downloaded rustversion v1.0.22 |
| 1005 | 2026-06-10T23:01:26.244Z | Downloaded same-file v1.0.6 |
| 1006 | 2026-06-10T23:01:26.247Z | Downloaded prefix-trie v0.7.0 |
| 1007 | 2026-06-10T23:01:26.250Z | Downloaded openssl-sys v0.9.115 |
| 1008 | 2026-06-10T23:01:26.253Z | Downloaded rand_core v0.6.4 |
| 1009 | 2026-06-10T23:01:26.253Z | Downloaded rusty-fork v0.3.1 |
| 1010 | 2026-06-10T23:01:26.256Z | Downloaded rustls-pemfile v2.2.0 |
| 1011 | 2026-06-10T23:01:26.261Z | Downloaded signal-hook-tokio v0.3.1 |
| 1012 | 2026-06-10T23:01:26.264Z | Downloaded shell-words v1.1.1 |
| 1013 | 2026-06-10T23:01:26.264Z | Downloaded sha1 v0.10.6 |
| 1014 | 2026-06-10T23:01:26.267Z | Downloaded signal-hook-mio v0.2.5 |
| 1015 | 2026-06-10T23:01:26.271Z | Downloaded sigpipe v0.1.3 |
| 1016 | 2026-06-10T23:01:26.271Z | Downloaded slog-envlogger v2.2.0 |
| 1017 | 2026-06-10T23:01:26.274Z | Downloaded minimal-lexical v0.2.1 |
| 1018 | 2026-06-10T23:01:26.285Z | Downloaded schemars_derive v0.8.22 |
| 1019 | 2026-06-10T23:01:26.290Z | Downloaded serde_bytes v0.11.19 |
| 1020 | 2026-06-10T23:01:26.293Z | Downloaded sec1 v0.7.3 |
| 1021 | 2026-06-10T23:01:26.293Z | Downloaded slog-bunyan v2.5.0 |
| 1022 | 2026-06-10T23:01:26.296Z | Downloaded http v1.4.0 |
| 1023 | 2026-06-10T23:01:26.299Z | Downloaded progenitor-impl v0.13.0 |
| 1024 | 2026-06-10T23:01:26.302Z | Downloaded pin-project v1.1.11 |
| 1025 | 2026-06-10T23:01:26.307Z | Downloaded serde-hex v0.1.0 |
| 1026 | 2026-06-10T23:01:26.310Z | Downloaded ssh-encoding v0.2.0 |
| 1027 | 2026-06-10T23:01:26.310Z | Downloaded sqlparser_derive v0.5.0 |
| 1028 | 2026-06-10T23:01:26.310Z | Downloaded rustls-native-certs v0.8.3 |
| 1029 | 2026-06-10T23:01:26.317Z | Downloaded hashbrown v0.16.1 |
| 1030 | 2026-06-10T23:01:26.325Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1031 | 2026-06-10T23:01:26.332Z | Downloaded signal-hook-registry v1.4.8 |
| 1032 | 2026-06-10T23:01:26.333Z | Downloaded shlex v1.3.0 |
| 1033 | 2026-06-10T23:01:26.336Z | Downloaded ssh-cipher v0.2.0 |
| 1034 | 2026-06-10T23:01:26.336Z | Downloaded strum v0.27.2 |
| 1035 | 2026-06-10T23:01:26.339Z | Downloaded progenitor-impl v0.14.0 |
| 1036 | 2026-06-10T23:01:26.339Z | Downloaded sct v0.7.1 |
| 1037 | 2026-06-10T23:01:26.344Z | Downloaded strsim v0.10.0 |
| 1038 | 2026-06-10T23:01:26.348Z | Downloaded signature v2.2.0 |
| 1039 | 2026-06-10T23:01:26.348Z | Downloaded serde_derive_internals v0.29.1 |
| 1040 | 2026-06-10T23:01:26.351Z | Downloaded tabled_derive v0.11.0 |
| 1041 | 2026-06-10T23:01:26.351Z | Downloaded structmeta-derive v0.3.0 |
| 1042 | 2026-06-10T23:01:26.351Z | Downloaded prettyplease v0.2.37 |
| 1043 | 2026-06-10T23:01:26.354Z | Downloaded serde_with_macros v1.5.2 |
| 1044 | 2026-06-10T23:01:26.354Z | Downloaded tap v1.0.1 |
| 1045 | 2026-06-10T23:01:26.354Z | Downloaded tabwriter v1.4.1 |
| 1046 | 2026-06-10T23:01:26.354Z | Downloaded supports-color v3.0.2 |
| 1047 | 2026-06-10T23:01:26.358Z | Downloaded slab v0.4.12 |
| 1048 | 2026-06-10T23:01:26.358Z | Downloaded simd-adler32 v0.3.8 |
| 1049 | 2026-06-10T23:01:26.364Z | Downloaded russh-keys v0.45.0 |
| 1050 | 2026-06-10T23:01:26.367Z | Downloaded ron v0.8.1 |
| 1051 | 2026-06-10T23:01:26.370Z | Downloaded sync_wrapper v1.0.2 |
| 1052 | 2026-06-10T23:01:26.370Z | Downloaded strum v0.26.3 |
| 1053 | 2026-06-10T23:01:26.376Z | Downloaded take_mut v0.2.2 |
| 1054 | 2026-06-10T23:01:26.379Z | Downloaded smf v0.2.3 |
| 1055 | 2026-06-10T23:01:26.380Z | Downloaded slog-stdlog v4.1.1 |
| 1056 | 2026-06-10T23:01:26.380Z | Downloaded tagptr v0.2.0 |
| 1057 | 2026-06-10T23:01:26.380Z | Downloaded sync-ptr v0.1.4 |
| 1058 | 2026-06-10T23:01:26.383Z | Downloaded slog-dtrace v0.3.0 |
| 1059 | 2026-06-10T23:01:26.387Z | Downloaded progenitor-impl v0.11.2 |
| 1060 | 2026-06-10T23:01:26.387Z | Downloaded serde_cbor v0.11.2 |
| 1061 | 2026-06-10T23:01:26.390Z | Downloaded slog-scope v4.4.1 |
| 1062 | 2026-06-10T23:01:26.390Z | Downloaded termtree v0.5.1 |
| 1063 | 2026-06-10T23:01:26.393Z | Downloaded structmeta v0.3.0 |
| 1064 | 2026-06-10T23:01:26.393Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1065 | 2026-06-10T23:01:26.393Z | Downloaded testing_table v0.3.0 |
| 1066 | 2026-06-10T23:01:26.397Z | Downloaded thread-id v5.1.0 |
| 1067 | 2026-06-10T23:01:26.400Z | Downloaded stringprep v0.1.5 |
| 1068 | 2026-06-10T23:01:26.400Z | Downloaded string_cache v0.8.9 |
| 1069 | 2026-06-10T23:01:26.403Z | Downloaded serde_with_macros v3.17.0 |
| 1070 | 2026-06-10T23:01:26.406Z | Downloaded mio v1.2.0 |
| 1071 | 2026-06-10T23:01:26.409Z | Downloaded static_assertions v1.1.0 |
| 1072 | 2026-06-10T23:01:26.409Z | Downloaded stacker v0.1.23 |
| 1073 | 2026-06-10T23:01:26.409Z | Downloaded spki v0.7.3 |
| 1074 | 2026-06-10T23:01:26.412Z | Downloaded snafu-derive v0.8.9 |
| 1075 | 2026-06-10T23:01:26.412Z | Downloaded smallvec v0.6.14 |
| 1076 | 2026-06-10T23:01:26.412Z | Downloaded slog-term v2.9.2 |
| 1077 | 2026-06-10T23:01:26.416Z | Downloaded time-core v0.1.8 |
| 1078 | 2026-06-10T23:01:26.416Z | Downloaded tinyvec_macros v0.1.1 |
| 1079 | 2026-06-10T23:01:26.416Z | Downloaded serde_path_to_error v0.1.20 |
| 1080 | 2026-06-10T23:01:26.419Z | Downloaded tokio-macros v2.7.0 |
| 1081 | 2026-06-10T23:01:26.419Z | Downloaded hyper v1.8.1 |
| 1082 | 2026-06-10T23:01:26.422Z | Downloaded strum_macros v0.26.4 |
| 1083 | 2026-06-10T23:01:26.426Z | Downloaded scroll v0.13.0 |
| 1084 | 2026-06-10T23:01:26.429Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1085 | 2026-06-10T23:01:26.432Z | Downloaded ryu v1.0.23 |
| 1086 | 2026-06-10T23:01:26.438Z | Downloaded strum_macros v0.24.3 |
| 1087 | 2026-06-10T23:01:26.441Z | Downloaded slog-json v2.6.1 |
| 1088 | 2026-06-10T23:01:26.441Z | Downloaded itertools v0.10.5 |
| 1089 | 2026-06-10T23:01:26.448Z | Downloaded support-bundle-viewer v0.1.2 |
| 1090 | 2026-06-10T23:01:26.453Z | Downloaded slog-async v2.8.0 |
| 1091 | 2026-06-10T23:01:26.453Z | Downloaded rayon-core v1.13.0 |
| 1092 | 2026-06-10T23:01:26.456Z | Downloaded num-bigint v0.4.6 |
| 1093 | 2026-06-10T23:01:26.459Z | Downloaded schemars v0.8.22 |
| 1094 | 2026-06-10T23:01:26.466Z | Downloaded qorb v0.4.1 |
| 1095 | 2026-06-10T23:01:26.469Z | Downloaded publicsuffix v2.3.0 |
| 1096 | 2026-06-10T23:01:26.472Z | Downloaded termios v0.3.3 |
| 1097 | 2026-06-10T23:01:26.472Z | Downloaded subtle v2.6.1 |
| 1098 | 2026-06-10T23:01:26.476Z | Downloaded sqlformat v0.3.5 |
| 1099 | 2026-06-10T23:01:26.476Z | Downloaded rustls-pki-types v1.14.0 |
| 1100 | 2026-06-10T23:01:26.479Z | Downloaded topological-sort v0.2.2 |
| 1101 | 2026-06-10T23:01:26.483Z | Downloaded futures-util v0.3.32 |
| 1102 | 2026-06-10T23:01:26.487Z | Downloaded tiny-keccak v2.0.2 |
| 1103 | 2026-06-10T23:01:26.490Z | Downloaded spin v0.9.8 |
| 1104 | 2026-06-10T23:01:26.490Z | Downloaded iri-string v0.7.10 |
| 1105 | 2026-06-10T23:01:26.494Z | Downloaded tower-layer v0.3.3 |
| 1106 | 2026-06-10T23:01:26.498Z | Downloaded tls_codec v0.4.2 |
| 1107 | 2026-06-10T23:01:26.498Z | Downloaded time-macros v0.2.27 |
| 1108 | 2026-06-10T23:01:26.498Z | Downloaded rcgen v0.12.1 |
| 1109 | 2026-06-10T23:01:26.501Z | Downloaded trait-variant v0.1.2 |
| 1110 | 2026-06-10T23:01:26.504Z | Downloaded nom v7.1.3 |
| 1111 | 2026-06-10T23:01:26.507Z | Downloaded tokio-native-tls v0.3.1 |
| 1112 | 2026-06-10T23:01:26.512Z | Downloaded signal-hook v0.3.18 |
| 1113 | 2026-06-10T23:01:26.517Z | Downloaded tls_codec_derive v0.4.2 |
| 1114 | 2026-06-10T23:01:26.518Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1115 | 2026-06-10T23:01:26.521Z | Downloaded unarray v0.1.4 |
| 1116 | 2026-06-10T23:01:26.521Z | Downloaded typify-macro v0.4.3 |
| 1117 | 2026-06-10T23:01:26.521Z | Downloaded tower-service v0.3.3 |
| 1118 | 2026-06-10T23:01:26.524Z | Downloaded universal-hash v0.5.1 |
| 1119 | 2026-06-10T23:01:26.524Z | Downloaded typify-macro v0.6.2 |
| 1120 | 2026-06-10T23:01:26.524Z | Downloaded similar v2.7.0 |
| 1121 | 2026-06-10T23:01:26.527Z | Downloaded tokio-tungstenite v0.23.1 |
| 1122 | 2026-06-10T23:01:26.530Z | Downloaded pretty_assertions v1.4.1 |
| 1123 | 2026-06-10T23:01:26.530Z | Downloaded hashbrown v0.15.5 |
| 1124 | 2026-06-10T23:01:26.534Z | Downloaded strum_macros v0.27.2 |
| 1125 | 2026-06-10T23:01:26.537Z | Downloaded tokio-rustls v0.25.0 |
| 1126 | 2026-06-10T23:01:26.537Z | Downloaded rand v0.8.6 |
| 1127 | 2026-06-10T23:01:26.546Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1128 | 2026-06-10T23:01:26.549Z | Downloaded tokio-tungstenite v0.21.0 |
| 1129 | 2026-06-10T23:01:26.549Z | Downloaded unit-prefix v0.5.2 |
| 1130 | 2026-06-10T23:01:26.552Z | Downloaded quinn v0.11.9 |
| 1131 | 2026-06-10T23:01:26.555Z | Downloaded itertools v0.12.1 |
| 1132 | 2026-06-10T23:01:26.561Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1133 | 2026-06-10T23:01:26.564Z | Downloaded thread_local v1.1.9 |
| 1134 | 2026-06-10T23:01:26.564Z | Downloaded term v1.2.1 |
| 1135 | 2026-06-10T23:01:26.567Z | Downloaded usdt-macro v0.6.0 |
| 1136 | 2026-06-10T23:01:26.567Z | Downloaded untrusted v0.9.0 |
| 1137 | 2026-06-10T23:01:26.567Z | Downloaded unicode-truncate v1.1.0 |
| 1138 | 2026-06-10T23:01:26.571Z | Downloaded usdt v0.6.0 |
| 1139 | 2026-06-10T23:01:26.571Z | Downloaded utf-8 v0.7.6 |
| 1140 | 2026-06-10T23:01:26.571Z | Downloaded socket2 v0.5.10 |
| 1141 | 2026-06-10T23:01:26.575Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1142 | 2026-06-10T23:01:26.575Z | Downloaded term v0.7.0 |
| 1143 | 2026-06-10T23:01:26.575Z | Downloaded rsa v0.9.10 |
| 1144 | 2026-06-10T23:01:26.578Z | Downloaded nom v8.0.0 |
| 1145 | 2026-06-10T23:01:26.581Z | Downloaded thiserror-no-std v2.0.2 |
| 1146 | 2026-06-10T23:01:26.585Z | Downloaded tui-tree-widget v0.23.1 |
| 1147 | 2026-06-10T23:01:26.585Z | Downloaded iddqd v0.4.2 |
| 1148 | 2026-06-10T23:01:26.588Z | Downloaded void v1.0.2 |
| 1149 | 2026-06-10T23:01:26.591Z | Downloaded usdt-attr-macro v0.6.0 |
| 1150 | 2026-06-10T23:01:26.591Z | Downloaded num-bigint-dig v0.8.6 |
| 1151 | 2026-06-10T23:01:26.594Z | Downloaded tokio-rustls v0.24.1 |
| 1152 | 2026-06-10T23:01:26.594Z | Downloaded untrusted v0.7.1 |
| 1153 | 2026-06-10T23:01:26.598Z | Downloaded try-lock v0.2.5 |
| 1154 | 2026-06-10T23:01:26.598Z | Downloaded tokio-dtrace v0.1.1 |
| 1155 | 2026-06-10T23:01:26.598Z | Downloaded xattr v1.6.1 |
| 1156 | 2026-06-10T23:01:26.601Z | Downloaded libxml v0.3.3 |
| 1157 | 2026-06-10T23:01:26.604Z | Downloaded rand v0.9.2 |
| 1158 | 2026-06-10T23:01:26.604Z | Downloaded subprocess v0.2.15 |
| 1159 | 2026-06-10T23:01:26.609Z | Downloaded want v0.3.1 |
| 1160 | 2026-06-10T23:01:26.612Z | Downloaded waitgroup v0.1.2 |
| 1161 | 2026-06-10T23:01:26.615Z | Downloaded schemars v1.2.1 |
| 1162 | 2026-06-10T23:01:26.622Z | Downloaded xshell-macros v0.2.7 |
| 1163 | 2026-06-10T23:01:26.625Z | Downloaded tokio-stream v0.1.18 |
| 1164 | 2026-06-10T23:01:26.625Z | Downloaded slog v2.8.2 |
| 1165 | 2026-06-10T23:01:26.629Z | Downloaded zeroize_derive v1.4.3 |
| 1166 | 2026-06-10T23:01:26.629Z | Downloaded itertools v0.13.0 |
| 1167 | 2026-06-10T23:01:26.632Z | Downloaded unicase v2.9.0 |
| 1168 | 2026-06-10T23:01:26.632Z | Downloaded tokio-rustls v0.26.4 |
| 1169 | 2026-06-10T23:01:26.636Z | Downloaded test-strategy v0.4.5 |
| 1170 | 2026-06-10T23:01:26.641Z | Downloaded hkdf v0.12.4 |
| 1171 | 2026-06-10T23:01:26.641Z | Downloaded h2 v0.4.13 |
| 1172 | 2026-06-10T23:01:26.644Z | Downloaded itertools v0.14.0 |
| 1173 | 2026-06-10T23:01:26.644Z | Downloaded samael v0.0.19 |
| 1174 | 2026-06-10T23:01:26.652Z | Downloaded zone_cfg_derive v0.3.1 |
| 1175 | 2026-06-10T23:01:26.655Z | Downloaded zone v0.3.1 |
| 1176 | 2026-06-10T23:01:26.659Z | Downloaded schemars v0.9.0 |
| 1177 | 2026-06-10T23:01:26.663Z | Downloaded vergen-git2 v9.1.0 |
| 1178 | 2026-06-10T23:01:26.667Z | Downloaded vergen-gitcl v1.0.8 |
| 1179 | 2026-06-10T23:01:26.667Z | Downloaded tracing-attributes v0.1.31 |
| 1180 | 2026-06-10T23:01:26.670Z | Downloaded usdt-impl v0.6.0 |
| 1181 | 2026-06-10T23:01:26.670Z | Downloaded wait-timeout v0.2.1 |
| 1182 | 2026-06-10T23:01:26.670Z | Downloaded vsss-rs v3.3.4 |
| 1183 | 2026-06-10T23:01:26.673Z | Downloaded libm v0.2.16 |
| 1184 | 2026-06-10T23:01:26.676Z | Downloaded tinyvec v1.10.0 |
| 1185 | 2026-06-10T23:01:26.679Z | Downloaded walkdir v2.5.0 |
| 1186 | 2026-06-10T23:01:26.680Z | Downloaded rustls-webpki v0.103.9 |
| 1187 | 2026-06-10T23:01:26.683Z | Downloaded blake3 v1.8.3 |
| 1188 | 2026-06-10T23:01:26.686Z | Downloaded whoami v2.1.0 |
| 1189 | 2026-06-10T23:01:26.689Z | Downloaded rand v0.10.0 |
| 1190 | 2026-06-10T23:01:26.692Z | Downloaded xshell v0.2.7 |
| 1191 | 2026-06-10T23:01:26.692Z | Downloaded twox-hash v2.1.2 |
| 1192 | 2026-06-10T23:01:26.692Z | Downloaded wyz v0.5.1 |
| 1193 | 2026-06-10T23:01:26.695Z | Downloaded whoami v1.6.1 |
| 1194 | 2026-06-10T23:01:26.695Z | Downloaded vergen-lib v9.1.0 |
| 1195 | 2026-06-10T23:01:26.695Z | Downloaded vergen-lib v0.1.6 |
| 1196 | 2026-06-10T23:01:26.695Z | Downloaded socket2 v0.6.3 |
| 1197 | 2026-06-10T23:01:26.698Z | Downloaded toml v0.7.8 |
| 1198 | 2026-06-10T23:01:26.698Z | Downloaded aho-corasick v1.1.4 |
| 1199 | 2026-06-10T23:01:26.701Z | Downloaded russh v0.45.0 |
| 1200 | 2026-06-10T23:01:26.708Z | Downloaded unicode-properties v0.1.4 |
| 1201 | 2026-06-10T23:01:26.713Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1202 | 2026-06-10T23:01:26.717Z | Downloaded zeroize v1.8.2 |
| 1203 | 2026-06-10T23:01:26.717Z | Downloaded vergen v9.1.0 |
| 1204 | 2026-06-10T23:01:26.720Z | Downloaded uzers v0.12.2 |
| 1205 | 2026-06-10T23:01:26.720Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1206 | 2026-06-10T23:01:26.723Z | Downloaded zstd v0.13.3 |
| 1207 | 2026-06-10T23:01:26.723Z | Downloaded zstd-safe v7.2.4 |
| 1208 | 2026-06-10T23:01:26.726Z | Downloaded tar v0.4.45 |
| 1209 | 2026-06-10T23:01:26.726Z | Downloaded snafu v0.8.9 |
| 1210 | 2026-06-10T23:01:26.732Z | Downloaded p521 v0.13.3 |
| 1211 | 2026-06-10T23:01:26.737Z | Downloaded tungstenite v0.21.0 |
| 1212 | 2026-06-10T23:01:26.740Z | Downloaded typify v0.6.2 |
| 1213 | 2026-06-10T23:01:26.743Z | Downloaded tungstenite v0.23.0 |
| 1214 | 2026-06-10T23:01:26.743Z | Downloaded typify v0.4.3 |
| 1215 | 2026-06-10T23:01:26.758Z | Downloaded rpassword v7.4.0 |
| 1216 | 2026-06-10T23:01:26.762Z | Downloaded steno v0.4.1 |
| 1217 | 2026-06-10T23:01:26.765Z | Downloaded zerocopy v0.6.6 |
| 1218 | 2026-06-10T23:01:26.765Z | Downloaded unicode-bidi v0.3.18 |
| 1219 | 2026-06-10T23:01:26.768Z | Downloaded unsafe-libyaml v0.2.11 |
| 1220 | 2026-06-10T23:01:26.773Z | Downloaded yasna v0.5.2 |
| 1221 | 2026-06-10T23:01:26.777Z | Downloaded uuid v1.23.0 |
| 1222 | 2026-06-10T23:01:26.781Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1223 | 2026-06-10T23:01:26.784Z | Downloaded vte v0.14.1 |
| 1224 | 2026-06-10T23:01:26.787Z | Downloaded serde_with v1.14.0 |
| 1225 | 2026-06-10T23:01:26.796Z | Downloaded tracing-core v0.1.36 |
| 1226 | 2026-06-10T23:01:26.799Z | Downloaded rustyline v14.0.0 |
| 1227 | 2026-06-10T23:01:26.802Z | Downloaded tokio-postgres v0.7.16 |
| 1228 | 2026-06-10T23:01:26.806Z | Downloaded reedline v0.40.0 |
| 1229 | 2026-06-10T23:01:26.812Z | Downloaded git2 v0.20.4 |
| 1230 | 2026-06-10T23:01:26.831Z | Downloaded bitvec v1.0.1 |
| 1231 | 2026-06-10T23:01:26.844Z | Downloaded toml_edit v0.19.15 |
| 1232 | 2026-06-10T23:01:26.854Z | Downloaded regex v1.12.3 |
| 1233 | 2026-06-10T23:01:26.859Z | Downloaded chrono v0.4.44 |
| 1234 | 2026-06-10T23:01:26.863Z | Downloaded bindgen v0.71.1 |
| 1235 | 2026-06-10T23:01:26.867Z | Downloaded ssh-key v0.6.7 |
| 1236 | 2026-06-10T23:01:26.872Z | Downloaded unicode_categories v0.1.1 |
| 1237 | 2026-06-10T23:01:26.875Z | Downloaded reqwest v0.12.28 |
| 1238 | 2026-06-10T23:01:26.880Z | Downloaded goblin v0.10.5 |
| 1239 | 2026-06-10T23:01:26.885Z | Downloaded p384 v0.13.1 |
| 1240 | 2026-06-10T23:01:26.908Z | Downloaded reqwest v0.13.2 |
| 1241 | 2026-06-10T23:01:26.923Z | Downloaded zopfli v0.8.3 |
| 1242 | 2026-06-10T23:01:26.930Z | Downloaded zip v0.6.6 |
| 1243 | 2026-06-10T23:01:26.938Z | Downloaded moka v0.12.13 |
| 1244 | 2026-06-10T23:01:26.943Z | Downloaded unicode-segmentation v1.12.0 |
| 1245 | 2026-06-10T23:01:26.947Z | Downloaded lalrpop v0.19.12 |
| 1246 | 2026-06-10T23:01:26.965Z | Downloaded quick-xml v0.37.5 |
| 1247 | 2026-06-10T23:01:26.969Z | Downloaded zerocopy-derive v0.8.40 |
| 1248 | 2026-06-10T23:01:26.982Z | Downloaded rayon v1.11.0 |
| 1249 | 2026-06-10T23:01:26.987Z | Downloaded x509-cert v0.2.5 |
| 1250 | 2026-06-10T23:01:26.990Z | Downloaded typed-path v0.9.3 |
| 1251 | 2026-06-10T23:01:26.994Z | Downloaded salty v0.3.0 |
| 1252 | 2026-06-10T23:01:26.997Z | Downloaded yansi v1.0.1 |
| 1253 | 2026-06-10T23:01:27.001Z | Downloaded rustls-webpki v0.101.7 |
| 1254 | 2026-06-10T23:01:27.019Z | Downloaded portable-atomic v1.13.1 |
| 1255 | 2026-06-10T23:01:27.024Z | Downloaded unicode-normalization v0.1.25 |
| 1256 | 2026-06-10T23:01:27.027Z | Downloaded tower v0.5.3 |
| 1257 | 2026-06-10T23:01:27.031Z | Downloaded proptest v1.10.0 |
| 1258 | 2026-06-10T23:01:27.038Z | Downloaded rustls-webpki v0.102.8 |
| 1259 | 2026-06-10T23:01:27.056Z | Downloaded object v0.30.4 |
| 1260 | 2026-06-10T23:01:27.061Z | Downloaded zip v4.6.1 |
| 1261 | 2026-06-10T23:01:27.065Z | Downloaded petname v2.0.2 |
| 1262 | 2026-06-10T23:01:27.071Z | Downloaded tokio-util v0.7.18 |
| 1263 | 2026-06-10T23:01:27.075Z | Downloaded winnow v0.5.40 |
| 1264 | 2026-06-10T23:01:27.080Z | Downloaded winnow v0.6.26 |
| 1265 | 2026-06-10T23:01:27.085Z | Downloaded serde_with v3.17.0 |
| 1266 | 2026-06-10T23:01:27.091Z | Downloaded tough v0.22.0 |
| 1267 | 2026-06-10T23:01:27.096Z | Downloaded tower-http v0.6.8 |
| 1268 | 2026-06-10T23:01:27.102Z | Downloaded radix_trie v0.2.1 |
| 1269 | 2026-06-10T23:01:27.123Z | Downloaded openssl v0.10.79 |
| 1270 | 2026-06-10T23:01:27.145Z | Downloaded rustls v0.21.12 |
| 1271 | 2026-06-10T23:01:27.151Z | Downloaded time v0.3.47 |
| 1272 | 2026-06-10T23:01:27.158Z | Downloaded quinn-proto v0.11.13 |
| 1273 | 2026-06-10T23:01:27.162Z | Downloaded bstr v1.12.1 |
| 1274 | 2026-06-10T23:01:27.167Z | Downloaded polar-core v0.27.3 |
| 1275 | 2026-06-10T23:01:27.172Z | Downloaded smoltcp v0.9.1 |
| 1276 | 2026-06-10T23:01:27.196Z | Downloaded dropshot v0.17.0 |
| 1277 | 2026-06-10T23:01:27.209Z | Downloaded webpki-roots v1.0.6 |
| 1278 | 2026-06-10T23:01:27.213Z | Downloaded nix v0.28.0 |
| 1279 | 2026-06-10T23:01:27.216Z | Downloaded object v0.37.3 |
| 1280 | 2026-06-10T23:01:27.222Z | Downloaded tabled v0.20.0 |
| 1281 | 2026-06-10T23:01:27.231Z | Downloaded regex-syntax v0.6.29 |
| 1282 | 2026-06-10T23:01:27.235Z | Downloaded nix v0.27.1 |
| 1283 | 2026-06-10T23:01:27.241Z | Downloaded nix v0.31.2 |
| 1284 | 2026-06-10T23:01:27.247Z | Downloaded regress v0.10.5 |
| 1285 | 2026-06-10T23:01:27.254Z | Downloaded hickory-proto v0.24.4 |
| 1286 | 2026-06-10T23:01:27.261Z | Downloaded vcpkg v0.2.15 |
| 1287 | 2026-06-10T23:01:27.282Z | Downloaded zlib-rs v0.6.2 |
| 1288 | 2026-06-10T23:01:27.285Z | Downloaded regress v0.11.1 |
| 1289 | 2026-06-10T23:01:27.291Z | Downloaded smoltcp v0.11.0 |
| 1290 | 2026-06-10T23:01:27.298Z | Downloaded regex-syntax v0.8.10 |
| 1291 | 2026-06-10T23:01:27.301Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-06-10T23:01:27.311Z | Downloaded zerocopy v0.8.40 |
| 1293 | 2026-06-10T23:01:27.315Z | Downloaded openapiv3 v2.2.0 |
| 1294 | 2026-06-10T23:01:27.322Z | Downloaded rustls v0.22.4 |
| 1295 | 2026-06-10T23:01:27.329Z | Downloaded rustix v0.38.44 |
| 1296 | 2026-06-10T23:01:27.341Z | Downloaded diesel v2.3.7 |
| 1297 | 2026-06-10T23:01:27.369Z | Downloaded sqlparser v0.61.0 |
| 1298 | 2026-06-10T23:01:27.383Z | Downloaded rustls v0.23.37 |
| 1299 | 2026-06-10T23:01:27.426Z | Downloaded typify-impl v0.6.2 |
| 1300 | 2026-06-10T23:01:27.436Z | Downloaded typify-impl v0.4.3 |
| 1301 | 2026-06-10T23:01:27.443Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1302 | 2026-06-10T23:01:27.462Z | Downloaded sled v0.34.7 |
| 1303 | 2026-06-10T23:01:27.485Z | Downloaded regex-automata v0.4.14 |
| 1304 | 2026-06-10T23:01:27.506Z | Downloaded tracing v0.1.44 |
| 1305 | 2026-06-10T23:01:27.520Z | Downloaded ratatui v0.29.0 |
| 1306 | 2026-06-10T23:01:27.532Z | Downloaded chrono-tz v0.10.4 |
| 1307 | 2026-06-10T23:01:27.544Z | Downloaded zerocopy-derive v0.6.6 |
| 1308 | 2026-06-10T23:01:27.590Z | Downloaded sha3 v0.10.8 |
| 1309 | 2026-06-10T23:01:27.599Z | Downloaded tokio v1.52.1 |
| 1310 | 2026-06-10T23:01:27.622Z | Downloaded jiff v0.2.21 |
| 1311 | 2026-06-10T23:01:27.633Z | Downloaded petgraph v0.6.5 |
| 1312 | 2026-06-10T23:01:27.674Z | Downloaded csv v1.4.0 |
| 1313 | 2026-06-10T23:01:27.689Z | Downloaded petgraph v0.8.3 |
| 1314 | 2026-06-10T23:01:27.700Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1315 | 2026-06-10T23:01:27.711Z | Downloaded libz-sys v1.1.24 |
| 1316 | 2026-06-10T23:01:27.766Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1317 | 2026-06-10T23:01:27.798Z | Downloaded encoding_rs v0.8.35 |
| 1318 | 2026-06-10T23:01:27.811Z | Downloaded ring v0.17.14 |
| 1319 | 2026-06-10T23:01:28.352Z | Downloaded aws-lc-sys v0.40.0 |
| 1320 | 2026-06-10T23:01:28.599Z | Compiling libc v0.2.185 |
| 1321 | 2026-06-10T23:01:28.599Z | Compiling serde v1.0.228 |
| 1322 | 2026-06-10T23:01:28.603Z | Compiling log v0.4.29 |
| 1323 | 2026-06-10T23:01:28.603Z | Compiling find-msvc-tools v0.1.9 |
| 1324 | 2026-06-10T23:01:28.746Z | Compiling shlex v1.3.0 |
| 1325 | 2026-06-10T23:01:28.758Z | Compiling syn v2.0.117 |
| 1326 | 2026-06-10T23:01:28.763Z | Compiling smallvec v1.15.1 |
| 1327 | 2026-06-10T23:01:28.766Z | Compiling typenum v1.19.0 |
| 1328 | 2026-06-10T23:01:28.928Z | Compiling generic-array v0.14.7 |
| 1329 | 2026-06-10T23:01:28.928Z | Compiling subtle v2.6.1 |
| 1330 | 2026-06-10T23:01:28.973Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-06-10T23:01:28.989Z | Compiling const-oid v0.9.6 |
| 1332 | 2026-06-10T23:01:29.053Z | Compiling serde_json v1.0.149 |
| 1333 | 2026-06-10T23:01:29.080Z | Compiling lock_api v0.4.14 |
| 1334 | 2026-06-10T23:01:29.112Z | Compiling zerocopy v0.8.40 |
| 1335 | 2026-06-10T23:01:29.161Z | Compiling portable-atomic v1.13.1 |
| 1336 | 2026-06-10T23:01:29.292Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-06-10T23:01:29.523Z | Compiling pin-project-lite v0.2.17 |
| 1338 | 2026-06-10T23:01:29.561Z | Compiling getrandom v0.2.17 |
| 1339 | 2026-06-10T23:01:29.606Z | Compiling jobserver v0.1.34 |
| 1340 | 2026-06-10T23:01:29.620Z | Compiling errno v0.3.14 |
| 1341 | 2026-06-10T23:01:29.678Z | Compiling pkg-config v0.3.32 |
| 1342 | 2026-06-10T23:01:29.691Z | Compiling rand_core v0.6.4 |
| 1343 | 2026-06-10T23:01:29.765Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-06-10T23:01:29.960Z | Compiling cc v1.2.56 |
| 1345 | 2026-06-10T23:01:29.972Z | Compiling bitflags v2.11.0 |
| 1346 | 2026-06-10T23:01:30.029Z | Compiling futures-core v0.3.32 |
| 1347 | 2026-06-10T23:01:30.058Z | Compiling critical-section v1.2.0 |
| 1348 | 2026-06-10T23:01:30.164Z | Compiling libm v0.2.16 |
| 1349 | 2026-06-10T23:01:30.177Z | Compiling once_cell v1.21.3 |
| 1350 | 2026-06-10T23:01:30.190Z | Compiling parking_lot v0.12.5 |
| 1351 | 2026-06-10T23:01:30.190Z | Compiling mio v1.2.0 |
| 1352 | 2026-06-10T23:01:30.216Z | Compiling num-traits v0.2.19 |
| 1353 | 2026-06-10T23:01:30.350Z | Compiling percent-encoding v2.3.2 |
| 1354 | 2026-06-10T23:01:30.377Z | Compiling socket2 v0.6.3 |
| 1355 | 2026-06-10T23:01:30.622Z | Compiling futures-sink v0.3.32 |
| 1356 | 2026-06-10T23:01:30.664Z | Compiling cpufeatures v0.2.17 |
| 1357 | 2026-06-10T23:01:30.679Z | Compiling getrandom v0.4.1 |
| 1358 | 2026-06-10T23:01:30.727Z | Compiling futures-channel v0.3.32 |
| 1359 | 2026-06-10T23:01:30.741Z | Compiling futures-task v0.3.32 |
| 1360 | 2026-06-10T23:01:30.796Z | Compiling slab v0.4.12 |
| 1361 | 2026-06-10T23:01:30.886Z | Compiling futures-io v0.3.32 |
| 1362 | 2026-06-10T23:01:30.906Z | Compiling rand_core v0.10.0 |
| 1363 | 2026-06-10T23:01:30.955Z | Compiling indexmap v2.14.0 |
| 1364 | 2026-06-10T23:01:30.974Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-06-10T23:01:31.022Z | Compiling getrandom v0.3.4 |
| 1366 | 2026-06-10T23:01:31.071Z | Compiling cmake v0.1.57 |
| 1367 | 2026-06-10T23:01:31.263Z | Compiling form_urlencoded v1.2.2 |
| 1368 | 2026-06-10T23:01:31.445Z | Compiling fs_extra v1.3.0 |
| 1369 | 2026-06-10T23:01:31.482Z | Compiling dunce v1.0.5 |
| 1370 | 2026-06-10T23:01:31.579Z | Compiling ident_case v1.0.1 |
| 1371 | 2026-06-10T23:01:31.620Z | Compiling base64ct v1.8.3 |
| 1372 | 2026-06-10T23:01:31.714Z | Compiling synstructure v0.13.2 |
| 1373 | 2026-06-10T23:01:31.726Z | Compiling aws-lc-sys v0.40.0 |
| 1374 | 2026-06-10T23:01:31.739Z | Compiling flagset v0.4.7 |
| 1375 | 2026-06-10T23:01:31.868Z | Compiling pem-rfc7468 v0.7.0 |
| 1376 | 2026-06-10T23:01:31.918Z | Compiling rustix v1.1.3 |
| 1377 | 2026-06-10T23:01:31.991Z | Compiling iana-time-zone v0.1.65 |
| 1378 | 2026-06-10T23:01:32.010Z | Compiling regex-syntax v0.8.10 |
| 1379 | 2026-06-10T23:01:32.166Z | Compiling rand_core v0.9.5 |
| 1380 | 2026-06-10T23:01:32.179Z | Compiling ring v0.17.14 |
| 1381 | 2026-06-10T23:01:32.195Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-06-10T23:01:32.326Z | Compiling aws-lc-rs v1.16.3 |
| 1383 | 2026-06-10T23:01:32.447Z | Compiling uuid v1.23.0 |
| 1384 | 2026-06-10T23:01:32.619Z | Compiling rustc_version v0.4.1 |
| 1385 | 2026-06-10T23:01:32.945Z | Compiling openssl-sys v0.9.115 |
| 1386 | 2026-06-10T23:01:32.960Z | Compiling tracing-core v0.1.36 |
| 1387 | 2026-06-10T23:01:33.173Z | Compiling base64 v0.22.1 |
| 1388 | 2026-06-10T23:01:33.438Z | Compiling serde_derive v1.0.228 |
| 1389 | 2026-06-10T23:01:33.479Z | Compiling zeroize_derive v1.4.3 |
| 1390 | 2026-06-10T23:01:33.512Z | Compiling zerofrom-derive v0.1.6 |
| 1391 | 2026-06-10T23:01:33.525Z | Compiling yoke-derive v0.8.1 |
| 1392 | 2026-06-10T23:01:33.706Z | Compiling zerocopy-derive v0.8.40 |
| 1393 | 2026-06-10T23:01:34.151Z | Compiling zeroize v1.8.2 |
| 1394 | 2026-06-10T23:01:34.429Z | Compiling zerovec-derive v0.11.2 |
| 1395 | 2026-06-10T23:01:34.745Z | Compiling displaydoc v0.2.5 |
| 1396 | 2026-06-10T23:01:34.936Z | Compiling crypto-common v0.1.7 |
| 1397 | 2026-06-10T23:01:34.953Z | Compiling zerofrom v0.1.6 |
| 1398 | 2026-06-10T23:01:35.073Z | Compiling yoke v0.8.1 |
| 1399 | 2026-06-10T23:01:35.073Z | Compiling block-buffer v0.10.4 |
| 1400 | 2026-06-10T23:01:35.238Z | Compiling digest v0.10.7 |
| 1401 | 2026-06-10T23:01:35.265Z | Compiling tokio-macros v2.7.0 |
| 1402 | 2026-06-10T23:01:35.470Z | Compiling zerotrie v0.2.3 |
| 1403 | 2026-06-10T23:01:35.525Z | Compiling futures-macro v0.3.32 |
| 1404 | 2026-06-10T23:01:35.560Z | Compiling zerovec v0.11.5 |
| 1405 | 2026-06-10T23:01:35.783Z | Compiling hmac v0.12.1 |
| 1406 | 2026-06-10T23:01:35.941Z | Compiling block-padding v0.3.3 |
| 1407 | 2026-06-10T23:01:35.990Z | Compiling sha2 v0.10.9 |
| 1408 | 2026-06-10T23:01:36.066Z | Compiling tinystr v0.8.2 |
| 1409 | 2026-06-10T23:01:36.093Z | Compiling potential_utf v0.1.4 |
| 1410 | 2026-06-10T23:01:36.252Z | Compiling icu_locale_core v2.1.1 |
| 1411 | 2026-06-10T23:01:36.265Z | Compiling icu_collections v2.1.1 |
| 1412 | 2026-06-10T23:01:36.323Z | Compiling futures-util v0.3.32 |
| 1413 | 2026-06-10T23:01:36.740Z | Compiling inout v0.1.4 |
| 1414 | 2026-06-10T23:01:36.852Z | Compiling der_derive v0.7.3 |
| 1415 | 2026-06-10T23:01:36.905Z | Compiling bytes v1.11.1 |
| 1416 | 2026-06-10T23:01:36.949Z | Compiling icu_provider v2.1.1 |
| 1417 | 2026-06-10T23:01:37.128Z | Compiling cipher v0.4.4 |
| 1418 | 2026-06-10T23:01:37.238Z | Compiling icu_properties v2.1.2 |
| 1419 | 2026-06-10T23:01:37.363Z | Compiling tokio v1.52.1 |
| 1420 | 2026-06-10T23:01:37.392Z | Compiling icu_normalizer v2.1.1 |
| 1421 | 2026-06-10T23:01:37.508Z | Compiling http v1.4.0 |
| 1422 | 2026-06-10T23:01:37.782Z | Compiling der v0.7.10 |
| 1423 | 2026-06-10T23:01:37.921Z | Compiling chrono v0.4.44 |
| 1424 | 2026-06-10T23:01:38.187Z | Compiling idna_adapter v1.2.1 |
| 1425 | 2026-06-10T23:01:38.303Z | Compiling idna v1.1.0 |
| 1426 | 2026-06-10T23:01:38.320Z | Compiling ppv-lite86 v0.2.21 |
| 1427 | 2026-06-10T23:01:38.386Z | Compiling salsa20 v0.10.2 |
| 1428 | 2026-06-10T23:01:38.522Z | Compiling pbkdf2 v0.12.2 |
| 1429 | 2026-06-10T23:01:38.550Z | Compiling rustls-pki-types v1.14.0 |
| 1430 | 2026-06-10T23:01:38.635Z | Compiling url v2.5.8 |
| 1431 | 2026-06-10T23:01:38.641Z | Compiling spki v0.7.3 |
| 1432 | 2026-06-10T23:01:38.838Z | Compiling tracing-attributes v0.1.31 |
| 1433 | 2026-06-10T23:01:38.942Z | Compiling thiserror-impl v2.0.18 |
| 1434 | 2026-06-10T23:01:38.947Z | Compiling scrypt v0.11.0 |
| 1435 | 2026-06-10T23:01:38.981Z | Compiling rand_chacha v0.9.0 |
| 1436 | 2026-06-10T23:01:39.187Z | Compiling http-body v1.0.1 |
| 1437 | 2026-06-10T23:01:39.281Z | Compiling aes v0.8.4 |
| 1438 | 2026-06-10T23:01:39.335Z | Compiling cbc v0.1.2 |
| 1439 | 2026-06-10T23:01:39.472Z | Compiling openssl-probe v0.2.1 |
| 1440 | 2026-06-10T23:01:39.485Z | Compiling tinyvec_macros v0.1.1 |
| 1441 | 2026-06-10T23:01:39.552Z | Compiling untrusted v0.9.0 |
| 1442 | 2026-06-10T23:01:39.643Z | Compiling httparse v1.10.1 |
| 1443 | 2026-06-10T23:01:39.659Z | Compiling untrusted v0.7.1 |
| 1444 | 2026-06-10T23:01:39.672Z | Compiling pkcs5 v0.7.1 |
| 1445 | 2026-06-10T23:01:40.016Z | Compiling tinyvec v1.10.0 |
| 1446 | 2026-06-10T23:01:40.115Z | Compiling tracing v0.1.44 |
| 1447 | 2026-06-10T23:01:40.259Z | Compiling pest_generator v2.8.6 |
| 1448 | 2026-06-10T23:01:40.262Z | Compiling thiserror v2.0.18 |
| 1449 | 2026-06-10T23:01:40.316Z | Compiling rand v0.9.2 |
| 1450 | 2026-06-10T23:01:40.348Z | Compiling serde_derive_internals v0.29.1 |
| 1451 | 2026-06-10T23:01:40.361Z | Compiling aho-corasick v1.1.4 |
| 1452 | 2026-06-10T23:01:40.373Z | Compiling tower-service v0.3.3 |
| 1453 | 2026-06-10T23:01:40.463Z | Compiling dyn-clone v1.0.20 |
| 1454 | 2026-06-10T23:01:40.605Z | Compiling tower-layer v0.3.3 |
| 1455 | 2026-06-10T23:01:40.766Z | Compiling schemars v0.8.22 |
| 1456 | 2026-06-10T23:01:40.869Z | Compiling atomic-waker v1.1.2 |
| 1457 | 2026-06-10T23:01:40.964Z | Compiling try-lock v0.2.5 |
| 1458 | 2026-06-10T23:01:40.994Z | Compiling rustls v0.23.37 |
| 1459 | 2026-06-10T23:01:41.075Z | Compiling tokio-util v0.7.18 |
| 1460 | 2026-06-10T23:01:41.151Z | Compiling want v0.3.1 |
| 1461 | 2026-06-10T23:01:41.184Z | Compiling pest_derive v2.8.6 |
| 1462 | 2026-06-10T23:01:41.265Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2026-06-10T23:01:41.313Z | Compiling regex-automata v0.4.14 |
| 1464 | 2026-06-10T23:01:41.601Z | Compiling pkcs8 v0.10.2 |
| 1465 | 2026-06-10T23:01:41.853Z | Compiling h2 v0.4.13 |
| 1466 | 2026-06-10T23:01:41.909Z | Compiling ipnet v2.11.0 |
| 1467 | 2026-06-10T23:01:42.084Z | Compiling scroll_derive v0.13.1 |
| 1468 | 2026-06-10T23:01:42.111Z | Compiling darling_core v0.20.11 |
| 1469 | 2026-06-10T23:01:42.396Z | Compiling httpdate v1.0.3 |
| 1470 | 2026-06-10T23:01:42.505Z | Compiling pin-utils v0.1.0 |
| 1471 | 2026-06-10T23:01:42.579Z | Compiling foreign-types-shared v0.1.1 |
| 1472 | 2026-06-10T23:01:42.614Z | Compiling openssl v0.10.79 |
| 1473 | 2026-06-10T23:01:42.664Z | Compiling foreign-types v0.3.2 |
| 1474 | 2026-06-10T23:01:42.735Z | Compiling tempfile v3.25.0 |
| 1475 | 2026-06-10T23:01:42.874Z | Compiling scroll v0.13.0 |
| 1476 | 2026-06-10T23:01:43.025Z | Compiling unicode-normalization v0.1.25 |
| 1477 | 2026-06-10T23:01:43.142Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-06-10T23:01:43.462Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1479 | 2026-06-10T23:01:43.514Z | Compiling spin v0.9.8 |
| 1480 | 2026-06-10T23:01:43.527Z | Compiling crc32fast v1.5.0 |
| 1481 | 2026-06-10T23:01:43.717Z | Compiling native-tls v0.2.18 |
| 1482 | 2026-06-10T23:01:43.788Z | Compiling time-core v0.1.8 |
| 1483 | 2026-06-10T23:01:43.840Z | Compiling powerfmt v0.2.0 |
| 1484 | 2026-06-10T23:01:43.912Z | Compiling num-conv v0.2.0 |
| 1485 | 2026-06-10T23:01:44.037Z | Compiling deranged v0.5.8 |
| 1486 | 2026-06-10T23:01:44.041Z | Compiling time-macros v0.2.27 |
| 1487 | 2026-06-10T23:01:44.340Z | Compiling darling_macro v0.20.11 |
| 1488 | 2026-06-10T23:01:44.796Z | Compiling hyper v1.8.1 |
| 1489 | 2026-06-10T23:01:44.991Z | Compiling darling v0.20.11 |
| 1490 | 2026-06-10T23:01:45.067Z | Compiling goblin v0.10.5 |
| 1491 | 2026-06-10T23:01:45.081Z | Compiling rustls-native-certs v0.8.3 |
| 1492 | 2026-06-10T23:01:45.354Z | Compiling sync_wrapper v1.0.2 |
| 1493 | 2026-06-10T23:01:45.365Z | Compiling wait-timeout v0.2.1 |
| 1494 | 2026-06-10T23:01:45.459Z | Compiling syn v1.0.109 |
| 1495 | 2026-06-10T23:01:45.670Z | Compiling crossbeam-utils v0.8.21 |
| 1496 | 2026-06-10T23:01:45.738Z | Compiling simd-adler32 v0.3.8 |
| 1497 | 2026-06-10T23:01:45.824Z | Compiling unicode-segmentation v1.12.0 |
| 1498 | 2026-06-10T23:01:45.951Z | Compiling hyper-util v0.1.20 |
| 1499 | 2026-06-10T23:01:45.977Z | Compiling quick-error v1.2.3 |
| 1500 | 2026-06-10T23:01:46.084Z | Compiling usdt-impl v0.6.0 |
| 1501 | 2026-06-10T23:01:46.211Z | Compiling siphasher v1.0.2 |
| 1502 | 2026-06-10T23:01:46.291Z | Compiling bit-vec v0.8.0 |
| 1503 | 2026-06-10T23:01:46.395Z | Compiling num_threads v0.1.7 |
| 1504 | 2026-06-10T23:01:46.492Z | Compiling bit-set v0.8.0 |
| 1505 | 2026-06-10T23:01:46.515Z | Compiling time v0.3.47 |
| 1506 | 2026-06-10T23:01:46.671Z | Compiling rusty-fork v0.3.1 |
| 1507 | 2026-06-10T23:01:46.789Z | Compiling tower v0.5.3 |
| 1508 | 2026-06-10T23:01:46.988Z | Compiling derive_builder_core v0.20.2 |
| 1509 | 2026-06-10T23:01:47.259Z | Compiling dtrace-parser v0.3.0 |
| 1510 | 2026-06-10T23:01:47.365Z | Compiling http-body-util v0.1.3 |
| 1511 | 2026-06-10T23:01:47.605Z | Compiling webpki-roots v1.0.6 |
| 1512 | 2026-06-10T23:01:47.678Z | Compiling signature v2.2.0 |
| 1513 | 2026-06-10T23:01:47.725Z | Compiling thiserror-impl v1.0.69 |
| 1514 | 2026-06-10T23:01:47.845Z | Compiling dof v0.4.0 |
| 1515 | 2026-06-10T23:01:47.858Z | Compiling scroll_derive v0.12.1 |
| 1516 | 2026-06-10T23:01:48.005Z | Compiling heapless v0.7.17 |
| 1517 | 2026-06-10T23:01:48.078Z | Compiling rand_xorshift v0.4.0 |
| 1518 | 2026-06-10T23:01:48.233Z | Compiling slog v2.8.2 |
| 1519 | 2026-06-10T23:01:48.236Z | Compiling darling_core v0.21.3 |
| 1520 | 2026-06-10T23:01:48.413Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1521 | 2026-06-10T23:01:48.494Z | Compiling thread-id v5.1.0 |
| 1522 | 2026-06-10T23:01:48.576Z | Compiling cookie v0.18.1 |
| 1523 | 2026-06-10T23:01:48.678Z | Compiling paste v1.0.15 |
| 1524 | 2026-06-10T23:01:48.753Z | Compiling unicode-bidi v0.3.18 |
| 1525 | 2026-06-10T23:01:48.936Z | Compiling allocator-api2 v0.2.21 |
| 1526 | 2026-06-10T23:01:48.950Z | Compiling unicode-properties v0.1.4 |
| 1527 | 2026-06-10T23:01:48.979Z | Compiling adler2 v2.0.1 |
| 1528 | 2026-06-10T23:01:49.106Z | Compiling anyhow v1.0.102 |
| 1529 | 2026-06-10T23:01:49.149Z | Compiling iri-string v0.7.10 |
| 1530 | 2026-06-10T23:01:49.251Z | Compiling ryu v1.0.23 |
| 1531 | 2026-06-10T23:01:49.277Z | Compiling unarray v0.1.4 |
| 1532 | 2026-06-10T23:01:49.332Z | Compiling zstd-safe v7.2.4 |
| 1533 | 2026-06-10T23:01:49.382Z | Compiling signal-hook v0.3.18 |
| 1534 | 2026-06-10T23:01:49.424Z | Compiling serde_urlencoded v0.7.1 |
| 1535 | 2026-06-10T23:01:49.520Z | Compiling proptest v1.10.0 |
| 1536 | 2026-06-10T23:01:49.564Z | Compiling stringprep v0.1.5 |
| 1537 | 2026-06-10T23:01:49.604Z | Compiling miniz_oxide v0.8.9 |
| 1538 | 2026-06-10T23:01:49.661Z | Compiling thiserror v1.0.69 |
| 1539 | 2026-06-10T23:01:50.190Z | Compiling scroll v0.12.0 |
| 1540 | 2026-06-10T23:01:50.447Z | Compiling tower-http v0.6.8 |
| 1541 | 2026-06-10T23:01:50.629Z | Compiling derive_builder_macro v0.20.2 |
| 1542 | 2026-06-10T23:01:50.667Z | Compiling tokio-native-tls v0.3.1 |
| 1543 | 2026-06-10T23:01:50.744Z | Compiling darling_macro v0.21.3 |
| 1544 | 2026-06-10T23:01:50.833Z | Compiling heck v0.4.1 |
| 1545 | 2026-06-10T23:01:50.879Z | Compiling ipnetwork v0.21.1 |
| 1546 | 2026-06-10T23:01:51.055Z | Compiling bstr v1.12.1 |
| 1547 | 2026-06-10T23:01:51.073Z | Compiling rand_chacha v0.3.1 |
| 1548 | 2026-06-10T23:01:51.139Z | Compiling erased-serde v0.3.31 |
| 1549 | 2026-06-10T23:01:51.218Z | Compiling serde_tokenstream v0.2.3 |
| 1550 | 2026-06-10T23:01:51.276Z | Compiling serde_spanned v0.6.9 |
| 1551 | 2026-06-10T23:01:51.420Z | Compiling toml_datetime v0.6.11 |
| 1552 | 2026-06-10T23:01:51.531Z | Compiling md-5 v0.10.6 |
| 1553 | 2026-06-10T23:01:51.622Z | Compiling zerocopy-derive v0.7.35 |
| 1554 | 2026-06-10T23:01:51.683Z | Compiling pin-project-internal v1.1.11 |
| 1555 | 2026-06-10T23:01:51.696Z | Compiling async-trait v0.1.89 |
| 1556 | 2026-06-10T23:01:51.710Z | Compiling curve25519-dalek v4.1.3 |
| 1557 | 2026-06-10T23:01:51.880Z | Compiling vergen-lib v9.1.0 |
| 1558 | 2026-06-10T23:01:52.034Z | Compiling num-integer v0.1.46 |
| 1559 | 2026-06-10T23:01:52.056Z | Compiling hash32 v0.2.1 |
| 1560 | 2026-06-10T23:01:52.249Z | Compiling ff v0.13.1 |
| 1561 | 2026-06-10T23:01:52.349Z | Compiling memoffset v0.9.1 |
| 1562 | 2026-06-10T23:01:52.387Z | Compiling encoding_rs v0.8.35 |
| 1563 | 2026-06-10T23:01:52.475Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-06-10T23:01:52.540Z | Compiling psl-types v2.0.11 |
| 1565 | 2026-06-10T23:01:52.667Z | Compiling num-bigint-dig v0.8.6 |
| 1566 | 2026-06-10T23:01:52.705Z | Compiling litrs v1.0.0 |
| 1567 | 2026-06-10T23:01:52.779Z | Compiling cfg_aliases v0.2.1 |
| 1568 | 2026-06-10T23:01:52.851Z | Compiling base16ct v0.2.0 |
| 1569 | 2026-06-10T23:01:52.854Z | Compiling ref-cast v1.0.25 |
| 1570 | 2026-06-10T23:01:53.027Z | Compiling rustix v0.38.44 |
| 1571 | 2026-06-10T23:01:53.162Z | Compiling smoltcp v0.9.1 |
| 1572 | 2026-06-10T23:01:53.202Z | Compiling fallible-iterator v0.2.0 |
| 1573 | 2026-06-10T23:01:53.369Z | Compiling mime v0.3.17 |
| 1574 | 2026-06-10T23:01:53.508Z | Compiling postgres-protocol v0.6.10 |
| 1575 | 2026-06-10T23:01:53.609Z | Compiling document-features v0.2.12 |
| 1576 | 2026-06-10T23:01:53.668Z | Compiling sec1 v0.7.3 |
| 1577 | 2026-06-10T23:01:53.882Z | Compiling nix v0.31.2 |
| 1578 | 2026-06-10T23:01:53.940Z | Compiling pin-project v1.1.11 |
| 1579 | 2026-06-10T23:01:54.036Z | Compiling publicsuffix v2.3.0 |
| 1580 | 2026-06-10T23:01:54.135Z | Compiling zerocopy v0.7.35 |
| 1581 | 2026-06-10T23:01:54.178Z | Compiling group v0.13.0 |
| 1582 | 2026-06-10T23:01:54.212Z | Compiling num-iter v0.1.45 |
| 1583 | 2026-06-10T23:01:54.359Z | Compiling newtype-uuid v1.3.2 |
| 1584 | 2026-06-10T23:01:54.464Z | Compiling hubpack_derive v0.1.1 |
| 1585 | 2026-06-10T23:01:54.662Z | Compiling rand v0.8.6 |
| 1586 | 2026-06-10T23:01:54.677Z | Compiling darling v0.21.3 |
| 1587 | 2026-06-10T23:01:54.680Z | Compiling oxnet v0.1.5 |
| 1588 | 2026-06-10T23:01:54.757Z | Compiling derive_builder v0.20.2 |
| 1589 | 2026-06-10T23:01:54.794Z | Compiling snafu-derive v0.8.9 |
| 1590 | 2026-06-10T23:01:54.881Z | Compiling hyper-tls v0.6.0 |
| 1591 | 2026-06-10T23:01:55.093Z | Compiling goblin v0.8.2 |
| 1592 | 2026-06-10T23:01:55.478Z | Compiling flate2 v1.1.9 |
| 1593 | 2026-06-10T23:01:55.747Z | Compiling phf_shared v0.13.1 |
| 1594 | 2026-06-10T23:01:55.909Z | Compiling lazy_static v1.5.0 |
| 1595 | 2026-06-10T23:01:55.976Z | Compiling regex v1.12.3 |
| 1596 | 2026-06-10T23:01:55.989Z | Compiling anstyle-parse v0.2.7 |
| 1597 | 2026-06-10T23:01:56.003Z | Compiling strum_macros v0.27.2 |
| 1598 | 2026-06-10T23:01:56.015Z | Compiling futures-executor v0.3.32 |
| 1599 | 2026-06-10T23:01:56.168Z | Compiling hex v0.4.3 |
| 1600 | 2026-06-10T23:01:56.272Z | Compiling hkdf v0.12.4 |
| 1601 | 2026-06-10T23:01:56.403Z | Compiling crypto-bigint v0.5.5 |
| 1602 | 2026-06-10T23:01:56.436Z | Compiling daft-derive v0.1.7 |
| 1603 | 2026-06-10T23:01:56.440Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1604 | 2026-06-10T23:01:56.769Z | Compiling ref-cast-impl v1.0.25 |
| 1605 | 2026-06-10T23:01:57.082Z | Compiling terminal_size v0.4.3 |
| 1606 | 2026-06-10T23:01:57.172Z | Compiling vergen v9.1.0 |
| 1607 | 2026-06-10T23:01:57.216Z | Compiling fs-err v3.3.0 |
| 1608 | 2026-06-10T23:01:57.291Z | Compiling cargo-platform v0.3.2 |
| 1609 | 2026-06-10T23:01:57.345Z | Compiling ahash v0.8.12 |
| 1610 | 2026-06-10T23:01:57.400Z | Compiling bitflags v1.3.2 |
| 1611 | 2026-06-10T23:01:57.476Z | Compiling managed v0.8.0 |
| 1612 | 2026-06-10T23:01:57.539Z | Compiling libbz2-rs-sys v0.2.2 |
| 1613 | 2026-06-10T23:01:57.558Z | Compiling bumpalo v3.20.2 |
| 1614 | 2026-06-10T23:01:57.685Z | Compiling foldhash v0.1.5 |
| 1615 | 2026-06-10T23:01:57.808Z | Compiling object v0.37.3 |
| 1616 | 2026-06-10T23:01:57.965Z | Compiling same-file v1.0.6 |
| 1617 | 2026-06-10T23:01:57.972Z | Compiling foldhash v0.2.0 |
| 1618 | 2026-06-10T23:01:58.018Z | Compiling winnow v0.5.40 |
| 1619 | 2026-06-10T23:01:58.123Z | Compiling walkdir v2.5.0 |
| 1620 | 2026-06-10T23:01:58.173Z | Compiling hashbrown v0.16.1 |
| 1621 | 2026-06-10T23:01:58.209Z | Compiling strum v0.27.2 |
| 1622 | 2026-06-10T23:01:58.342Z | Compiling bzip2 v0.6.1 |
| 1623 | 2026-06-10T23:01:58.429Z | Compiling clap_builder v4.6.0 |
| 1624 | 2026-06-10T23:01:58.497Z | Compiling hashbrown v0.15.5 |
| 1625 | 2026-06-10T23:01:58.551Z | Compiling zopfli v0.8.3 |
| 1626 | 2026-06-10T23:01:58.798Z | Compiling cargo_metadata v0.23.1 |
| 1627 | 2026-06-10T23:01:59.150Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-06-10T23:01:59.201Z | Compiling dof v0.3.0 |
| 1629 | 2026-06-10T23:01:59.380Z | Compiling toml_edit v0.19.15 |
| 1630 | 2026-06-10T23:01:59.515Z | Compiling daft v0.1.7 |
| 1631 | 2026-06-10T23:01:59.784Z | Compiling snafu v0.8.9 |
| 1632 | 2026-06-10T23:01:59.901Z | Compiling futures v0.3.32 |
| 1633 | 2026-06-10T23:01:59.985Z | Compiling anstream v0.6.21 |
| 1634 | 2026-06-10T23:02:00.148Z | Compiling phf v0.13.1 |
| 1635 | 2026-06-10T23:02:00.303Z | Compiling signal-hook-mio v0.2.5 |
| 1636 | 2026-06-10T23:02:00.420Z | Compiling cookie_store v0.22.1 |
| 1637 | 2026-06-10T23:02:00.504Z | Compiling bzip2 v0.4.4 |
| 1638 | 2026-06-10T23:02:00.694Z | Compiling zstd v0.13.3 |
| 1639 | 2026-06-10T23:02:00.718Z | Compiling hubpack v0.1.2 |
| 1640 | 2026-06-10T23:02:00.939Z | Compiling serde_with_macros v3.17.0 |
| 1641 | 2026-06-10T23:02:01.060Z | Compiling postgres-types v0.2.12 |
| 1642 | 2026-06-10T23:02:01.402Z | Compiling usdt-attr-macro v0.6.0 |
| 1643 | 2026-06-10T23:02:01.615Z | Compiling usdt-macro v0.6.0 |
| 1644 | 2026-06-10T23:02:02.025Z | Compiling globset v0.4.18 |
| 1645 | 2026-06-10T23:02:02.058Z | Compiling dtrace-parser v0.2.0 |
| 1646 | 2026-06-10T23:02:02.189Z | Compiling ed25519 v2.2.3 |
| 1647 | 2026-06-10T23:02:02.217Z | Compiling phf_shared v0.11.3 |
| 1648 | 2026-06-10T23:02:02.337Z | Compiling olpc-cjson v0.1.4 |
| 1649 | 2026-06-10T23:02:02.397Z | Compiling pkcs1 v0.7.5 |
| 1650 | 2026-06-10T23:02:02.493Z | Compiling clap_derive v4.6.1 |
| 1651 | 2026-06-10T23:02:02.613Z | Compiling enum-as-inner v0.6.1 |
| 1652 | 2026-06-10T23:02:02.690Z | Compiling strum_macros v0.26.4 |
| 1653 | 2026-06-10T23:02:02.797Z | Compiling serde-big-array v0.5.1 |
| 1654 | 2026-06-10T23:02:02.811Z | Compiling serde_plain v1.0.2 |
| 1655 | 2026-06-10T23:02:02.937Z | Compiling rfc6979 v0.4.0 |
| 1656 | 2026-06-10T23:02:03.006Z | Compiling async-recursion v1.1.1 |
| 1657 | 2026-06-10T23:02:03.062Z | Compiling serde_repr v0.1.20 |
| 1658 | 2026-06-10T23:02:03.078Z | Compiling pem v3.0.6 |
| 1659 | 2026-06-10T23:02:03.113Z | Compiling float-cmp v0.10.0 |
| 1660 | 2026-06-10T23:02:03.259Z | Compiling memmap2 v0.9.10 |
| 1661 | 2026-06-10T23:02:03.395Z | Compiling thread-id v4.2.2 |
| 1662 | 2026-06-10T23:02:03.471Z | Compiling env_filter v1.0.0 |
| 1663 | 2026-06-10T23:02:03.483Z | Compiling predicates-core v1.0.10 |
| 1664 | 2026-06-10T23:02:03.571Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-06-10T23:02:03.643Z | Compiling difflib v0.4.0 |
| 1666 | 2026-06-10T23:02:03.659Z | Compiling jiff v0.2.21 |
| 1667 | 2026-06-10T23:02:03.659Z | Compiling whoami v2.1.0 |
| 1668 | 2026-06-10T23:02:03.765Z | Compiling typed-path v0.9.3 |
| 1669 | 2026-06-10T23:02:04.030Z | Compiling precomputed-hash v0.1.1 |
| 1670 | 2026-06-10T23:02:04.119Z | Compiling fixedbitset v0.5.7 |
| 1671 | 2026-06-10T23:02:04.195Z | Compiling either v1.15.0 |
| 1672 | 2026-06-10T23:02:04.234Z | Compiling data-encoding v2.10.0 |
| 1673 | 2026-06-10T23:02:04.398Z | Compiling new_debug_unreachable v1.0.6 |
| 1674 | 2026-06-10T23:02:04.419Z | Compiling fixedbitset v0.4.2 |
| 1675 | 2026-06-10T23:02:04.433Z | Compiling keccak v0.1.6 |
| 1676 | 2026-06-10T23:02:04.472Z | Compiling normalize-line-endings v0.3.0 |
| 1677 | 2026-06-10T23:02:04.568Z | Compiling predicates v3.1.4 |
| 1678 | 2026-06-10T23:02:04.628Z | Compiling sha3 v0.10.8 |
| 1679 | 2026-06-10T23:02:04.941Z | Compiling petgraph v0.6.5 |
| 1680 | 2026-06-10T23:02:04.968Z | Compiling hickory-proto v0.25.2 |
| 1681 | 2026-06-10T23:02:05.076Z | Compiling string_cache v0.8.9 |
| 1682 | 2026-06-10T23:02:05.199Z | Compiling strum v0.26.3 |
| 1683 | 2026-06-10T23:02:05.227Z | Compiling itertools v0.13.0 |
| 1684 | 2026-06-10T23:02:05.298Z | Compiling petgraph v0.8.3 |
| 1685 | 2026-06-10T23:02:05.328Z | Compiling clap v4.6.1 |
| 1686 | 2026-06-10T23:02:05.412Z | Compiling tokio-postgres v0.7.16 |
| 1687 | 2026-06-10T23:02:05.749Z | Compiling toml_edit v0.22.27 |
| 1688 | 2026-06-10T23:02:06.465Z | Compiling zip v4.6.1 |
| 1689 | 2026-06-10T23:02:06.507Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1690 | 2026-06-10T23:02:07.289Z | Compiling env_logger v0.11.9 |
| 1691 | 2026-06-10T23:02:07.434Z | Compiling usdt-impl v0.5.0 |
| 1692 | 2026-06-10T23:02:07.658Z | Compiling usdt v0.6.0 |
| 1693 | 2026-06-10T23:02:07.666Z | Compiling ecdsa v0.16.9 |
| 1694 | 2026-06-10T23:02:07.887Z | Compiling rsa v0.9.10 |
| 1695 | 2026-06-10T23:02:07.941Z | Compiling ed25519-dalek v2.2.0 |
| 1696 | 2026-06-10T23:02:08.029Z | Compiling serde_with v3.17.0 |
| 1697 | 2026-06-10T23:02:08.050Z | Compiling crossterm v0.28.1 |
| 1698 | 2026-06-10T23:02:08.582Z | Compiling toml v0.7.8 |
| 1699 | 2026-06-10T23:02:09.195Z | Compiling zip v0.6.6 |
| 1700 | 2026-06-10T23:02:09.334Z | Compiling iddqd v0.4.2 |
| 1701 | 2026-06-10T23:02:09.741Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1702 | 2026-06-10T23:02:09.941Z | Compiling similar v2.7.0 |
| 1703 | 2026-06-10T23:02:09.973Z | Compiling crossbeam-epoch v0.9.18 |
| 1704 | 2026-06-10T23:02:10.095Z | Compiling tokio-stream v0.1.18 |
| 1705 | 2026-06-10T23:02:10.295Z | Compiling buf-list v1.1.2 |
| 1706 | 2026-06-10T23:02:10.368Z | Compiling x509-cert v0.2.5 |
| 1707 | 2026-06-10T23:02:10.589Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1708 | 2026-06-10T23:02:10.602Z | Compiling openapiv3 v2.2.0 |
| 1709 | 2026-06-10T23:02:10.620Z | Compiling sha1 v0.10.6 |
| 1710 | 2026-06-10T23:02:10.818Z | Compiling lalrpop-util v0.19.12 |
| 1711 | 2026-06-10T23:02:10.844Z | Compiling peg-runtime v0.8.5 |
| 1712 | 2026-06-10T23:02:10.888Z | Compiling thread_local v1.1.9 |
| 1713 | 2026-06-10T23:02:11.012Z | Compiling slog-async v2.8.0 |
| 1714 | 2026-06-10T23:02:11.125Z | Compiling crossbeam-channel v0.5.15 |
| 1715 | 2026-06-10T23:02:11.144Z | Compiling filetime v0.2.27 |
| 1716 | 2026-06-10T23:02:11.171Z | Compiling is-terminal v0.4.17 |
| 1717 | 2026-06-10T23:02:11.269Z | Compiling xattr v1.6.1 |
| 1718 | 2026-06-10T23:02:11.315Z | Compiling take_mut v0.2.2 |
| 1719 | 2026-06-10T23:02:11.330Z | Compiling term v1.2.1 |
| 1720 | 2026-06-10T23:02:11.430Z | Compiling tar v0.4.45 |
| 1721 | 2026-06-10T23:02:11.909Z | Compiling slog-term v2.9.2 |
| 1722 | 2026-06-10T23:02:21.563Z | Compiling rustls-webpki v0.103.9 |
| 1723 | 2026-06-10T23:02:24.358Z | Compiling tokio-rustls v0.26.4 |
| 1724 | 2026-06-10T23:02:24.358Z | Compiling rustls-platform-verifier v0.6.2 |
| 1725 | 2026-06-10T23:02:24.552Z | Compiling hyper-rustls v0.27.7 |
| 1726 | 2026-06-10T23:02:24.752Z | Compiling reqwest v0.12.28 |
| 1727 | 2026-06-10T23:02:24.752Z | Compiling reqwest v0.13.2 |
| 1728 | 2026-06-10T23:02:26.009Z | Compiling tough v0.22.0 |
| 1729 | 2026-06-10T23:02:28.534Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1730 | 2026-06-10T23:02:28.744Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1731 | 2026-06-10T23:02:31.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1732 | 2026-06-10T23:02:31.775Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1733 | 2026-06-10T23:02:31.830Z | Jun 10 23:02:31.485 INFO Starting download, target: Clickhouse |
| 1734 | 2026-06-10T23:02:31.830Z | Jun 10 23:02:31.485 INFO Starting download, target: Cockroach |
| 1735 | 2026-06-10T23:02:31.830Z | Jun 10 23:02:31.485 INFO Starting download, target: Console |
| 1736 | 2026-06-10T23:02:31.833Z | Jun 10 23:02:31.485 INFO Starting download, target: DendriteStub |
| 1737 | 2026-06-10T23:02:31.833Z | Jun 10 23:02:31.485 INFO Starting download, target: MaghemiteMgd |
| 1738 | 2026-06-10T23:02:31.833Z | Jun 10 23:02:31.485 INFO Starting download, target: MaghemiteDdmd |
| 1739 | 2026-06-10T23:02:31.833Z | Jun 10 23:02:31.485 INFO Starting download, target: TransceiverControl |
| 1740 | 2026-06-10T23:02:31.833Z | Jun 10 23:02:31.486 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1741 | 2026-06-10T23:02:31.833Z | Jun 10 23:02:31.486 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1742 | 2026-06-10T23:02:31.833Z | Jun 10 23:02:31.486 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1743 | 2026-06-10T23:02:31.833Z | Jun 10 23:02:31.486 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1744 | 2026-06-10T23:02:31.833Z | Jun 10 23:02:31.486 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1745 | 2026-06-10T23:02:31.833Z | Jun 10 23:02:31.486 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1746 | 2026-06-10T23:02:31.833Z | Jun 10 23:02:31.486 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1747 | 2026-06-10T23:02:32.132Z | Jun 10 23:02:31.789 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1748 | 2026-06-10T23:02:32.346Z | Jun 10 23:02:32.003 INFO Download complete, target: TransceiverControl |
| 1749 | 2026-06-10T23:02:32.763Z | Jun 10 23:02:32.418 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1750 | 2026-06-10T23:02:33.008Z | Jun 10 23:02:32.658 INFO Download complete, target: Console |
| 1751 | 2026-06-10T23:02:33.767Z | Jun 10 23:02:33.411 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1752 | 2026-06-10T23:02:33.810Z | Jun 10 23:02:33.456 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1753 | 2026-06-10T23:02:34.011Z | Jun 10 23:02:33.665 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1754 | 2026-06-10T23:02:34.323Z | Jun 10 23:02:33.979 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1755 | 2026-06-10T23:02:34.323Z | Jun 10 23:02:33.979 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1756 | 2026-06-10T23:02:35.460Z | Jun 10 23:02:35.116 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1757 | 2026-06-10T23:02:35.768Z | Jun 10 23:02:35.418 INFO Download complete, target: MaghemiteDdmd |
| 1758 | 2026-06-10T23:02:36.341Z | Jun 10 23:02:35.996 INFO Download complete, target: DendriteStub |
| 1759 | 2026-06-10T23:02:36.387Z | Jun 10 23:02:36.044 INFO Download complete, target: MaghemiteMgd |
| 1760 | 2026-06-10T23:02:39.046Z | Jun 10 23:02:38.702 INFO Checking that binary works, target: Cockroach |
| 1761 | 2026-06-10T23:02:39.162Z | Jun 10 23:02:38.818 INFO Download complete, target: Cockroach |
| 1762 | 2026-06-10T23:02:42.227Z | Jun 10 23:02:41.883 INFO Checking that binary works, target: Clickhouse |
| 1763 | 2026-06-10T23:02:42.312Z | Jun 10 23:02:41.969 INFO Download complete, target: Clickhouse |
| 1764 | 2026-06-10T23:02:42.328Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1765 | 2026-06-10T23:02:42.331Z | |
| 1766 | 2026-06-10T23:02:42.331Z | real 2:18.840219715 |
| 1767 | 2026-06-10T23:02:42.331Z | user 6:57.129617290 |
| 1768 | 2026-06-10T23:02:42.331Z | sys 1:22.990621512 |
| 1769 | 2026-06-10T23:02:42.331Z | trap 0.242388275 |
| 1770 | 2026-06-10T23:02:42.331Z | tflt 0.702129703 |
| 1771 | 2026-06-10T23:02:42.331Z | dflt 0.565046308 |
| 1772 | 2026-06-10T23:02:42.331Z | kflt 0.022901855 |
| 1773 | 2026-06-10T23:02:42.331Z | lock 22:13.262806746 |
| 1774 | 2026-06-10T23:02:42.332Z | slp 21:21.974808430 |
| 1775 | 2026-06-10T23:02:42.332Z | lat 43.441373671 |
| 1776 | 2026-06-10T23:02:42.332Z | stop 1:52.484965791 |
| 1777 | 2026-06-10T23:02:42.332Z | + banner hack-check |
| 1778 | 2026-06-10T23:02:42.332Z | |
| 1779 | 2026-06-10T23:02:42.332Z | # # ## #### # # #### # # ###### #### # # |
| 1780 | 2026-06-10T23:02:42.332Z | # # # # # # # # # # # # # # # # # |
| 1781 | 2026-06-10T23:02:42.332Z | ###### # # # #### ##### # ###### ##### # #### |
| 1782 | 2026-06-10T23:02:42.332Z | # # ###### # # # # # # # # # # |
| 1783 | 2026-06-10T23:02:42.332Z | # # # # # # # # # # # # # # # # # |
| 1784 | 2026-06-10T23:02:42.332Z | # # # # #### # # #### # # ###### #### # # |
| 1785 | 2026-06-10T23:02:42.332Z | |
| 1786 | 2026-06-10T23:02:42.332Z | + export CARGO_INCREMENTAL=0 |
| 1787 | 2026-06-10T23:02:42.332Z | + CARGO_INCREMENTAL=0 |
| 1788 | 2026-06-10T23:02:42.332Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1789 | 2026-06-10T23:02:42.855Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1790 | 2026-06-10T23:02:43.076Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1791 | 2026-06-10T23:02:44.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 1792 | 2026-06-10T23:02:44.997Z | Running `target/debug/xtask check-features --ci` |
| 1793 | 2026-06-10T23:02:45.049Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1794 | 2026-06-10T23:02:45.049Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1795 | 2026-06-10T23:02:45.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1796 | 2026-06-10T23:02:45.526Z | Running `target/debug/xtask download cargo-hack` |
| 1797 | 2026-06-10T23:02:46.314Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1798 | 2026-06-10T23:02:46.642Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1799 | 2026-06-10T23:02:49.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
| 1800 | 2026-06-10T23:02:49.339Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1801 | 2026-06-10T23:02:49.381Z | Jun 10 23:02:49.037 INFO Starting download, target: CargoHack |
| 1802 | 2026-06-10T23:02:49.384Z | Jun 10 23:02:49.038 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1803 | 2026-06-10T23:02:49.895Z | Jun 10 23:02:49.525 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1804 | 2026-06-10T23:02:49.947Z | Jun 10 23:02:49.575 INFO Download complete, target: CargoHack |
| 1805 | 2026-06-10T23:02:49.950Z | 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" |
| 1806 | 2026-06-10T23:02:49.950Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1807 | 2026-06-10T23:02:50.117Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1808 | 2026-06-10T23:02:50.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-06-10T23:02:50.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-06-10T23:02:50.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-06-10T23:02:50.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1812 | 2026-06-10T23:02:50.683Z | |
| 1813 | 2026-06-10T23:02:50.683Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1814 | 2026-06-10T23:02:51.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-06-10T23:02:51.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-06-10T23:02:51.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-06-10T23:02:51.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1818 | 2026-06-10T23:02:51.299Z | |
| 1819 | 2026-06-10T23:02:51.299Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1820 | 2026-06-10T23:02:51.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-06-10T23:02:51.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-06-10T23:02:51.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-06-10T23:02:51.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1824 | 2026-06-10T23:02:51.871Z | |
| 1825 | 2026-06-10T23:02:51.871Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1826 | 2026-06-10T23:02:52.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-06-10T23:02:52.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-06-10T23:02:52.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-06-10T23:02:52.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1830 | 2026-06-10T23:02:52.439Z | |
| 1831 | 2026-06-10T23:02:52.439Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1832 | 2026-06-10T23:02:52.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-06-10T23:02:52.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-06-10T23:02:52.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-06-10T23:02:52.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1836 | 2026-06-10T23:02:53.022Z | |
| 1837 | 2026-06-10T23:02:53.022Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1838 | 2026-06-10T23:02:53.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-06-10T23:02:53.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-06-10T23:02:53.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-06-10T23:02:53.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1842 | 2026-06-10T23:02:53.621Z | |
| 1843 | 2026-06-10T23:02:53.621Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1844 | 2026-06-10T23:02:54.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-06-10T23:02:54.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-06-10T23:02:54.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-06-10T23:02:54.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1848 | 2026-06-10T23:02:54.213Z | |
| 1849 | 2026-06-10T23:02:54.213Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1850 | 2026-06-10T23:02:54.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-06-10T23:02:54.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-06-10T23:02:54.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-06-10T23:02:54.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1854 | 2026-06-10T23:02:54.813Z | |
| 1855 | 2026-06-10T23:02:54.813Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1856 | 2026-06-10T23:02:55.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-06-10T23:02:55.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-06-10T23:02:55.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-06-10T23:02:55.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2026-06-10T23:02:55.280Z | |
| 1861 | 2026-06-10T23:02:55.280Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1862 | 2026-06-10T23:02:55.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-06-10T23:02:55.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-06-10T23:02:55.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-06-10T23:02:55.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1866 | 2026-06-10T23:02:55.749Z | |
| 1867 | 2026-06-10T23:02:55.749Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1868 | 2026-06-10T23:02:56.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-06-10T23:02:56.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-06-10T23:02:56.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-06-10T23:02:56.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1872 | 2026-06-10T23:02:56.215Z | |
| 1873 | 2026-06-10T23:02:56.215Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1874 | 2026-06-10T23:02:56.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-06-10T23:02:56.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-06-10T23:02:56.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-06-10T23:02:56.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1878 | 2026-06-10T23:02:56.683Z | |
| 1879 | 2026-06-10T23:02:56.683Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1880 | 2026-06-10T23:02:57.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-06-10T23:02:57.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-06-10T23:02:57.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-06-10T23:02:57.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1884 | 2026-06-10T23:02:57.155Z | |
| 1885 | 2026-06-10T23:02:57.155Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1886 | 2026-06-10T23:02:57.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-06-10T23:02:57.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-06-10T23:02:57.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-06-10T23:02:57.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1890 | 2026-06-10T23:02:57.628Z | |
| 1891 | 2026-06-10T23:02:57.628Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1892 | 2026-06-10T23:02:58.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-06-10T23:02:58.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-06-10T23:02:58.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-06-10T23:02:58.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1896 | 2026-06-10T23:02:58.100Z | |
| 1897 | 2026-06-10T23:02:58.100Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1898 | 2026-06-10T23:02:58.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-06-10T23:02:58.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-06-10T23:02:58.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-06-10T23:02:58.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1902 | 2026-06-10T23:02:58.567Z | |
| 1903 | 2026-06-10T23:02:58.567Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1904 | 2026-06-10T23:02:58.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-06-10T23:02:58.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-06-10T23:02:58.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-06-10T23:02:58.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1908 | 2026-06-10T23:02:59.034Z | |
| 1909 | 2026-06-10T23:02:59.034Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1910 | 2026-06-10T23:02:59.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-06-10T23:02:59.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-06-10T23:02:59.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-06-10T23:02:59.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1914 | 2026-06-10T23:02:59.502Z | |
| 1915 | 2026-06-10T23:02:59.502Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1916 | 2026-06-10T23:02:59.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-06-10T23:02:59.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-06-10T23:02:59.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-06-10T23:02:59.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1920 | 2026-06-10T23:02:59.972Z | |
| 1921 | 2026-06-10T23:02:59.972Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1922 | 2026-06-10T23:03:00.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-06-10T23:03:00.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-06-10T23:03:00.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-06-10T23:03:00.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1926 | 2026-06-10T23:03:00.448Z | |
| 1927 | 2026-06-10T23:03:00.448Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1928 | 2026-06-10T23:03:00.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-06-10T23:03:00.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-06-10T23:03:00.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-06-10T23:03:00.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1932 | 2026-06-10T23:03:00.909Z | |
| 1933 | 2026-06-10T23:03:00.909Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1934 | 2026-06-10T23:03:01.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-06-10T23:03:01.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-06-10T23:03:01.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-06-10T23:03:01.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1938 | 2026-06-10T23:03:01.377Z | |
| 1939 | 2026-06-10T23:03:01.377Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1940 | 2026-06-10T23:03:01.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-06-10T23:03:01.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-06-10T23:03:01.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-06-10T23:03:01.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1944 | 2026-06-10T23:03:01.850Z | |
| 1945 | 2026-06-10T23:03:01.850Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1946 | 2026-06-10T23:03:02.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-06-10T23:03:02.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-06-10T23:03:02.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-06-10T23:03:02.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1950 | 2026-06-10T23:03:02.318Z | |
| 1951 | 2026-06-10T23:03:02.318Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1952 | 2026-06-10T23:03:02.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-06-10T23:03:02.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-06-10T23:03:02.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-06-10T23:03:02.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1956 | 2026-06-10T23:03:02.787Z | |
| 1957 | 2026-06-10T23:03:02.787Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1958 | 2026-06-10T23:03:03.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-06-10T23:03:05.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-06-10T23:03:05.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-06-10T23:03:05.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1962 | 2026-06-10T23:03:05.794Z | |
| 1963 | 2026-06-10T23:03:05.794Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1964 | 2026-06-10T23:03:05.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-06-10T23:03:05.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-06-10T23:03:05.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-06-10T23:03:05.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1968 | 2026-06-10T23:03:05.795Z | |
| 1969 | 2026-06-10T23:03:05.795Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1970 | 2026-06-10T23:03:05.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-06-10T23:03:05.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-06-10T23:03:05.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-06-10T23:03:05.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1974 | 2026-06-10T23:03:05.795Z | |
| 1975 | 2026-06-10T23:03:05.795Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1976 | 2026-06-10T23:03:05.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-06-10T23:03:05.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-06-10T23:03:05.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-06-10T23:03:05.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1980 | 2026-06-10T23:03:05.795Z | |
| 1981 | 2026-06-10T23:03:05.795Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1982 | 2026-06-10T23:03:05.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-06-10T23:03:05.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-06-10T23:03:05.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-06-10T23:03:05.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1986 | 2026-06-10T23:03:05.796Z | |
| 1987 | 2026-06-10T23:03:05.796Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1988 | 2026-06-10T23:03:05.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-06-10T23:03:05.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-06-10T23:03:05.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-06-10T23:03:05.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1992 | 2026-06-10T23:03:05.865Z | |
| 1993 | 2026-06-10T23:03:05.865Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1994 | 2026-06-10T23:03:06.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-06-10T23:03:06.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-06-10T23:03:06.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-06-10T23:03:06.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1998 | 2026-06-10T23:03:06.087Z | |
| 1999 | 2026-06-10T23:03:06.087Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 2000 | 2026-06-10T23:03:06.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-06-10T23:03:06.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-06-10T23:03:06.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-06-10T23:03:06.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2004 | 2026-06-10T23:03:06.531Z | |
| 2005 | 2026-06-10T23:03:06.532Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 2006 | 2026-06-10T23:03:06.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-06-10T23:03:06.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-06-10T23:03:06.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-06-10T23:03:06.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2010 | 2026-06-10T23:03:06.994Z | |
| 2011 | 2026-06-10T23:03:06.994Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2012 | 2026-06-10T23:03:07.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-06-10T23:03:07.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-06-10T23:03:07.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-06-10T23:03:07.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2016 | 2026-06-10T23:03:07.463Z | |
| 2017 | 2026-06-10T23:03:07.463Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2018 | 2026-06-10T23:03:07.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-06-10T23:03:07.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-06-10T23:03:07.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-06-10T23:03:07.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2022 | 2026-06-10T23:03:07.929Z | |
| 2023 | 2026-06-10T23:03:07.929Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2024 | 2026-06-10T23:03:08.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-06-10T23:03:08.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-06-10T23:03:08.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-06-10T23:03:08.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2028 | 2026-06-10T23:03:08.392Z | |
| 2029 | 2026-06-10T23:03:08.392Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2030 | 2026-06-10T23:03:08.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-06-10T23:03:08.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-06-10T23:03:08.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-06-10T23:03:08.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2034 | 2026-06-10T23:03:08.854Z | |
| 2035 | 2026-06-10T23:03:08.854Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2036 | 2026-06-10T23:03:09.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-06-10T23:03:09.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-06-10T23:03:09.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-06-10T23:03:09.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2040 | 2026-06-10T23:03:09.315Z | |
| 2041 | 2026-06-10T23:03:09.315Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2042 | 2026-06-10T23:03:09.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-06-10T23:03:09.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-06-10T23:03:09.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-06-10T23:03:09.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2046 | 2026-06-10T23:03:09.783Z | |
| 2047 | 2026-06-10T23:03:09.784Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2048 | 2026-06-10T23:03:10.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-06-10T23:03:10.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-06-10T23:03:10.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-06-10T23:03:10.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2052 | 2026-06-10T23:03:10.253Z | |
| 2053 | 2026-06-10T23:03:10.253Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2054 | 2026-06-10T23:03:10.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-06-10T23:03:10.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-06-10T23:03:10.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-06-10T23:03:10.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2058 | 2026-06-10T23:03:10.720Z | |
| 2059 | 2026-06-10T23:03:10.720Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2060 | 2026-06-10T23:03:11.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-06-10T23:03:11.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-06-10T23:03:11.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-06-10T23:03:11.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2064 | 2026-06-10T23:03:11.189Z | |
| 2065 | 2026-06-10T23:03:11.189Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2066 | 2026-06-10T23:03:11.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-06-10T23:03:11.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-06-10T23:03:11.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-06-10T23:03:11.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2070 | 2026-06-10T23:03:11.655Z | |
| 2071 | 2026-06-10T23:03:11.655Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2072 | 2026-06-10T23:03:12.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-06-10T23:03:12.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-06-10T23:03:12.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-06-10T23:03:12.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2076 | 2026-06-10T23:03:12.124Z | |
| 2077 | 2026-06-10T23:03:12.124Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2078 | 2026-06-10T23:03:12.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-06-10T23:03:12.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-06-10T23:03:12.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-06-10T23:03:12.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2082 | 2026-06-10T23:03:12.597Z | |
| 2083 | 2026-06-10T23:03:12.597Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2084 | 2026-06-10T23:03:13.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-06-10T23:03:13.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-06-10T23:03:13.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-06-10T23:03:13.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2088 | 2026-06-10T23:03:13.067Z | |
| 2089 | 2026-06-10T23:03:13.067Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2090 | 2026-06-10T23:03:13.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-06-10T23:03:13.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-06-10T23:03:13.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-06-10T23:03:13.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2094 | 2026-06-10T23:03:13.528Z | |
| 2095 | 2026-06-10T23:03:13.528Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2096 | 2026-06-10T23:03:14.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-06-10T23:03:14.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-06-10T23:03:14.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-06-10T23:03:14.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2100 | 2026-06-10T23:03:14.168Z | |
| 2101 | 2026-06-10T23:03:14.168Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2102 | 2026-06-10T23:03:14.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-06-10T23:03:14.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-06-10T23:03:14.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-06-10T23:03:14.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2106 | 2026-06-10T23:03:14.790Z | |
| 2107 | 2026-06-10T23:03:14.790Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2108 | 2026-06-10T23:03:15.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-06-10T23:03:15.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-06-10T23:03:15.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-06-10T23:03:15.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2112 | 2026-06-10T23:03:15.413Z | |
| 2113 | 2026-06-10T23:03:15.413Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2114 | 2026-06-10T23:03:15.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-06-10T23:03:15.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-06-10T23:03:15.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-06-10T23:03:15.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2118 | 2026-06-10T23:03:16.044Z | |
| 2119 | 2026-06-10T23:03:16.044Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2120 | 2026-06-10T23:03:16.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-06-10T23:03:16.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-06-10T23:03:16.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-06-10T23:03:16.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2124 | 2026-06-10T23:03:16.649Z | |
| 2125 | 2026-06-10T23:03:16.649Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2126 | 2026-06-10T23:03:17.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-06-10T23:03:17.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-06-10T23:03:17.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-06-10T23:03:17.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2130 | 2026-06-10T23:03:17.218Z | |
| 2131 | 2026-06-10T23:03:17.218Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2132 | 2026-06-10T23:03:17.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-06-10T23:03:17.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-06-10T23:03:17.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-06-10T23:03:17.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2136 | 2026-06-10T23:03:17.820Z | |
| 2137 | 2026-06-10T23:03:17.820Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2138 | 2026-06-10T23:03:18.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-06-10T23:03:18.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-06-10T23:03:18.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-06-10T23:03:18.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2142 | 2026-06-10T23:03:18.434Z | |
| 2143 | 2026-06-10T23:03:18.434Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2144 | 2026-06-10T23:03:18.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-06-10T23:03:18.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-06-10T23:03:18.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-06-10T23:03:18.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2148 | 2026-06-10T23:03:19.043Z | |
| 2149 | 2026-06-10T23:03:19.043Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2150 | 2026-06-10T23:03:19.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-06-10T23:03:19.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-06-10T23:03:19.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-06-10T23:03:19.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2154 | 2026-06-10T23:03:19.656Z | |
| 2155 | 2026-06-10T23:03:19.656Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2156 | 2026-06-10T23:03:20.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-06-10T23:03:20.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-06-10T23:03:20.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-06-10T23:03:20.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2160 | 2026-06-10T23:03:20.248Z | |
| 2161 | 2026-06-10T23:03:20.248Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2162 | 2026-06-10T23:03:20.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-06-10T23:03:20.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-06-10T23:03:20.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-06-10T23:03:20.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2166 | 2026-06-10T23:03:20.839Z | |
| 2167 | 2026-06-10T23:03:20.839Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2168 | 2026-06-10T23:03:21.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-06-10T23:03:21.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-06-10T23:03:21.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-06-10T23:03:21.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2172 | 2026-06-10T23:03:21.421Z | |
| 2173 | 2026-06-10T23:03:21.421Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2174 | 2026-06-10T23:03:21.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-06-10T23:03:21.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-06-10T23:03:21.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-06-10T23:03:21.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2178 | 2026-06-10T23:03:22.002Z | |
| 2179 | 2026-06-10T23:03:22.002Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2180 | 2026-06-10T23:03:22.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-06-10T23:03:22.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-06-10T23:03:22.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-06-10T23:03:22.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2184 | 2026-06-10T23:03:22.602Z | |
| 2185 | 2026-06-10T23:03:22.602Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2186 | 2026-06-10T23:03:23.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-06-10T23:03:23.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-06-10T23:03:23.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-06-10T23:03:23.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2190 | 2026-06-10T23:03:23.206Z | |
| 2191 | 2026-06-10T23:03:23.206Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2192 | 2026-06-10T23:03:23.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-06-10T23:03:23.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-06-10T23:03:23.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-06-10T23:03:23.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2196 | 2026-06-10T23:03:23.797Z | |
| 2197 | 2026-06-10T23:03:23.797Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2198 | 2026-06-10T23:03:24.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-06-10T23:03:24.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-06-10T23:03:24.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-06-10T23:03:24.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2202 | 2026-06-10T23:03:24.380Z | |
| 2203 | 2026-06-10T23:03:24.380Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2204 | 2026-06-10T23:03:24.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-06-10T23:03:24.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-06-10T23:03:24.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-06-10T23:03:24.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2208 | 2026-06-10T23:03:24.970Z | |
| 2209 | 2026-06-10T23:03:24.970Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2210 | 2026-06-10T23:03:25.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-06-10T23:03:25.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-06-10T23:03:25.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-06-10T23:03:25.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2214 | 2026-06-10T23:03:25.590Z | |
| 2215 | 2026-06-10T23:03:25.590Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2216 | 2026-06-10T23:03:26.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-06-10T23:03:26.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-06-10T23:03:26.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-06-10T23:03:26.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2220 | 2026-06-10T23:03:26.177Z | |
| 2221 | 2026-06-10T23:03:26.177Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2222 | 2026-06-10T23:03:26.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-06-10T23:03:26.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-06-10T23:03:26.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-06-10T23:03:26.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2226 | 2026-06-10T23:03:26.774Z | |
| 2227 | 2026-06-10T23:03:26.774Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2228 | 2026-06-10T23:03:27.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-06-10T23:03:27.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-06-10T23:03:27.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-06-10T23:03:27.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2232 | 2026-06-10T23:03:27.376Z | |
| 2233 | 2026-06-10T23:03:27.376Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2234 | 2026-06-10T23:03:27.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-06-10T23:03:27.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-06-10T23:03:27.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-06-10T23:03:27.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2238 | 2026-06-10T23:03:27.976Z | |
| 2239 | 2026-06-10T23:03:27.976Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2240 | 2026-06-10T23:03:28.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-06-10T23:03:28.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-06-10T23:03:28.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-06-10T23:03:28.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2244 | 2026-06-10T23:03:28.590Z | |
| 2245 | 2026-06-10T23:03:28.590Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2246 | 2026-06-10T23:03:29.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-06-10T23:03:29.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-06-10T23:03:29.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2249 | 2026-06-10T23:03:29.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2250 | 2026-06-10T23:03:29.204Z | |
| 2251 | 2026-06-10T23:03:29.204Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2252 | 2026-06-10T23:03:29.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2253 | 2026-06-10T23:03:29.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2254 | 2026-06-10T23:03:29.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2255 | 2026-06-10T23:03:29.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2256 | 2026-06-10T23:03:29.786Z | |
| 2257 | 2026-06-10T23:03:29.787Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2258 | 2026-06-10T23:03:30.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2259 | 2026-06-10T23:03:30.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2260 | 2026-06-10T23:03:30.402Z | Checking cfg-if v1.0.4 |
| 2261 | 2026-06-10T23:03:30.405Z | Checking libc v0.2.185 |
| 2262 | 2026-06-10T23:03:30.406Z | Checking serde_core v1.0.228 |
| 2263 | 2026-06-10T23:03:30.522Z | Checking zeroize v1.8.2 |
| 2264 | 2026-06-10T23:03:30.529Z | Checking memchr v2.8.0 |
| 2265 | 2026-06-10T23:03:30.537Z | Checking log v0.4.29 |
| 2266 | 2026-06-10T23:03:30.546Z | Checking smallvec v1.15.1 |
| 2267 | 2026-06-10T23:03:30.558Z | Checking typenum v1.19.0 |
| 2268 | 2026-06-10T23:03:30.558Z | Checking subtle v2.6.1 |
| 2269 | 2026-06-10T23:03:30.659Z | Checking itoa v1.0.17 |
| 2270 | 2026-06-10T23:03:30.694Z | Checking scopeguard v1.2.0 |
| 2271 | 2026-06-10T23:03:30.713Z | Checking stable_deref_trait v1.2.1 |
| 2272 | 2026-06-10T23:03:30.720Z | Checking const-oid v0.9.6 |
| 2273 | 2026-06-10T23:03:30.783Z | Checking zerofrom v0.1.6 |
| 2274 | 2026-06-10T23:03:30.795Z | Checking lock_api v0.4.14 |
| 2275 | 2026-06-10T23:03:30.808Z | Checking pin-project-lite v0.2.17 |
| 2276 | 2026-06-10T23:03:30.900Z | Checking yoke v0.8.1 |
| 2277 | 2026-06-10T23:03:30.912Z | Checking portable-atomic v1.13.1 |
| 2278 | 2026-06-10T23:03:30.923Z | Checking getrandom v0.2.17 |
| 2279 | 2026-06-10T23:03:30.926Z | Checking errno v0.3.14 |
| 2280 | 2026-06-10T23:03:30.987Z | Checking parking_lot_core v0.9.12 |
| 2281 | 2026-06-10T23:03:31.045Z | Checking signal-hook-registry v1.4.8 |
| 2282 | 2026-06-10T23:03:31.061Z | Checking rand_core v0.6.4 |
| 2283 | 2026-06-10T23:03:31.065Z | Checking zerovec v0.11.5 |
| 2284 | 2026-06-10T23:03:31.084Z | Checking generic-array v0.14.7 |
| 2285 | 2026-06-10T23:03:31.170Z | Checking futures-core v0.3.32 |
| 2286 | 2026-06-10T23:03:31.199Z | Checking critical-section v1.2.0 |
| 2287 | 2026-06-10T23:03:31.243Z | Checking parking_lot v0.12.5 |
| 2288 | 2026-06-10T23:03:31.289Z | Checking mio v1.2.0 |
| 2289 | 2026-06-10T23:03:31.302Z | Checking once_cell v1.21.3 |
| 2290 | 2026-06-10T23:03:31.306Z | Checking zerocopy v0.8.40 |
| 2291 | 2026-06-10T23:03:31.382Z | Checking zmij v1.0.21 |
| 2292 | 2026-06-10T23:03:31.427Z | Checking socket2 v0.6.3 |
| 2293 | 2026-06-10T23:03:31.470Z | Checking libm v0.2.16 |
| 2294 | 2026-06-10T23:03:31.489Z | Checking tinystr v0.8.2 |
| 2295 | 2026-06-10T23:03:31.518Z | Checking crypto-common v0.1.7 |
| 2296 | 2026-06-10T23:03:31.561Z | Checking block-buffer v0.10.4 |
| 2297 | 2026-06-10T23:03:31.591Z | Checking percent-encoding v2.3.2 |
| 2298 | 2026-06-10T23:03:31.636Z | Checking litemap v0.8.1 |
| 2299 | 2026-06-10T23:03:31.663Z | Checking equivalent v1.0.2 |
| 2300 | 2026-06-10T23:03:31.694Z | Checking writeable v0.6.2 |
| 2301 | 2026-06-10T23:03:31.694Z | Checking digest v0.10.7 |
| 2302 | 2026-06-10T23:03:31.725Z | Checking potential_utf v0.1.4 |
| 2303 | 2026-06-10T23:03:31.738Z | Checking zerotrie v0.2.3 |
| 2304 | 2026-06-10T23:03:31.805Z | Checking futures-sink v0.3.32 |
| 2305 | 2026-06-10T23:03:31.850Z | Checking icu_collections v2.1.1 |
| 2306 | 2026-06-10T23:03:31.862Z | Checking icu_locale_core v2.1.1 |
| 2307 | 2026-06-10T23:03:31.879Z | Checking cpufeatures v0.2.17 |
| 2308 | 2026-06-10T23:03:31.897Z | Checking futures-channel v0.3.32 |
| 2309 | 2026-06-10T23:03:31.944Z | Checking slab v0.4.12 |
| 2310 | 2026-06-10T23:03:31.982Z | Checking serde v1.0.228 |
| 2311 | 2026-06-10T23:03:31.982Z | Checking bitflags v2.11.0 |
| 2312 | 2026-06-10T23:03:32.085Z | Checking serde_json v1.0.149 |
| 2313 | 2026-06-10T23:03:32.098Z | Checking futures-task v0.3.32 |
| 2314 | 2026-06-10T23:03:32.146Z | Checking futures-io v0.3.32 |
| 2315 | 2026-06-10T23:03:32.160Z | Checking num-traits v0.2.19 |
| 2316 | 2026-06-10T23:03:32.171Z | Checking hmac v0.12.1 |
| 2317 | 2026-06-10T23:03:32.233Z | Checking icu_normalizer_data v2.1.1 |
| 2318 | 2026-06-10T23:03:32.256Z | Checking futures-util v0.3.32 |
| 2319 | 2026-06-10T23:03:32.303Z | Checking icu_properties_data v2.1.2 |
| 2320 | 2026-06-10T23:03:32.306Z | Checking hashbrown v0.17.0 |
| 2321 | 2026-06-10T23:03:32.389Z | Checking bytes v1.11.1 |
| 2322 | 2026-06-10T23:03:32.401Z | Checking icu_provider v2.1.1 |
| 2323 | 2026-06-10T23:03:32.438Z | Checking rand_core v0.10.0 |
| 2324 | 2026-06-10T23:03:32.577Z | Checking getrandom v0.4.1 |
| 2325 | 2026-06-10T23:03:32.621Z | Checking icu_normalizer v2.1.1 |
| 2326 | 2026-06-10T23:03:32.673Z | Checking icu_properties v2.1.2 |
| 2327 | 2026-06-10T23:03:32.722Z | Checking block-padding v0.3.3 |
| 2328 | 2026-06-10T23:03:32.736Z | Checking utf8_iter v1.0.4 |
| 2329 | 2026-06-10T23:03:32.757Z | Checking indexmap v2.14.0 |
| 2330 | 2026-06-10T23:03:32.814Z | Checking tokio v1.52.1 |
| 2331 | 2026-06-10T23:03:32.849Z | Checking inout v0.1.4 |
| 2332 | 2026-06-10T23:03:32.862Z | Checking sha2 v0.10.9 |
| 2333 | 2026-06-10T23:03:32.921Z | Checking form_urlencoded v1.2.2 |
| 2334 | 2026-06-10T23:03:32.988Z | Checking cipher v0.4.4 |
| 2335 | 2026-06-10T23:03:33.046Z | Checking getrandom v0.3.4 |
| 2336 | 2026-06-10T23:03:33.130Z | Checking fnv v1.0.7 |
| 2337 | 2026-06-10T23:03:33.186Z | Checking base64ct v1.8.3 |
| 2338 | 2026-06-10T23:03:33.199Z | Checking byteorder v1.5.0 |
| 2339 | 2026-06-10T23:03:33.221Z | Checking flagset v0.4.7 |
| 2340 | 2026-06-10T23:03:33.298Z | Checking rand_core v0.9.5 |
| 2341 | 2026-06-10T23:03:33.355Z | Checking http v1.4.0 |
| 2342 | 2026-06-10T23:03:33.391Z | Checking regex-syntax v0.8.10 |
| 2343 | 2026-06-10T23:03:33.414Z | Checking pem-rfc7468 v0.7.0 |
| 2344 | 2026-06-10T23:03:33.472Z | Checking salsa20 v0.10.2 |
| 2345 | 2026-06-10T23:03:33.489Z | Checking idna_adapter v1.2.1 |
| 2346 | 2026-06-10T23:03:33.566Z | Checking der v0.7.10 |
| 2347 | 2026-06-10T23:03:33.601Z | Checking uuid v1.23.0 |
| 2348 | 2026-06-10T23:03:33.611Z | Checking idna v1.1.0 |
| 2349 | 2026-06-10T23:03:33.850Z | Checking url v2.5.8 |
| 2350 | 2026-06-10T23:03:33.891Z | Checking pbkdf2 v0.12.2 |
| 2351 | 2026-06-10T23:03:33.906Z | Checking rustix v1.1.3 |
| 2352 | 2026-06-10T23:03:34.001Z | Checking tracing-core v0.1.36 |
| 2353 | 2026-06-10T23:03:34.029Z | Checking ppv-lite86 v0.2.21 |
| 2354 | 2026-06-10T23:03:34.119Z | Checking rustls-pki-types v1.14.0 |
| 2355 | 2026-06-10T23:03:34.278Z | Checking base64 v0.22.1 |
| 2356 | 2026-06-10T23:03:34.298Z | Checking spki v0.7.3 |
| 2357 | 2026-06-10T23:03:34.310Z | Checking iana-time-zone v0.1.65 |
| 2358 | 2026-06-10T23:03:34.322Z | Checking rand_chacha v0.9.0 |
| 2359 | 2026-06-10T23:03:34.405Z | Checking tracing v0.1.44 |
| 2360 | 2026-06-10T23:03:34.419Z | Checking chrono v0.4.44 |
| 2361 | 2026-06-10T23:03:34.471Z | Checking scrypt v0.11.0 |
| 2362 | 2026-06-10T23:03:34.507Z | Checking http-body v1.0.1 |
| 2363 | 2026-06-10T23:03:34.519Z | Checking aes v0.8.4 |
| 2364 | 2026-06-10T23:03:34.594Z | Checking cbc v0.1.2 |
| 2365 | 2026-06-10T23:03:34.609Z | Checking aws-lc-sys v0.40.0 |
| 2366 | 2026-06-10T23:03:34.637Z | Checking tinyvec_macros v0.1.1 |
| 2367 | 2026-06-10T23:03:34.694Z | Checking untrusted v0.9.0 |
| 2368 | 2026-06-10T23:03:34.706Z | Checking openssl-probe v0.2.1 |
| 2369 | 2026-06-10T23:03:34.717Z | Checking untrusted v0.7.1 |
| 2370 | 2026-06-10T23:03:34.729Z | Checking tinyvec v1.10.0 |
| 2371 | 2026-06-10T23:03:34.800Z | Checking ring v0.17.14 |
| 2372 | 2026-06-10T23:03:34.813Z | Checking rand v0.9.2 |
| 2373 | 2026-06-10T23:03:34.825Z | Checking tower-service v0.3.3 |
| 2374 | 2026-06-10T23:03:34.897Z | Checking pkcs5 v0.7.1 |
| 2375 | 2026-06-10T23:03:34.911Z | Checking atomic-waker v1.1.2 |
| 2376 | 2026-06-10T23:03:35.008Z | Checking try-lock v0.2.5 |
| 2377 | 2026-06-10T23:03:35.031Z | Checking tower-layer v0.3.3 |
| 2378 | 2026-06-10T23:03:35.105Z | Checking want v0.3.1 |
| 2379 | 2026-06-10T23:03:35.117Z | Checking aws-lc-rs v1.16.3 |
| 2380 | 2026-06-10T23:03:35.143Z | Checking pkcs8 v0.10.2 |
| 2381 | 2026-06-10T23:03:35.180Z | Checking ipnet v2.11.0 |
| 2382 | 2026-06-10T23:03:35.222Z | Checking httparse v1.10.1 |
| 2383 | 2026-06-10T23:03:35.261Z | Checking aho-corasick v1.1.4 |
| 2384 | 2026-06-10T23:03:35.274Z | Checking pin-utils v0.1.0 |
| 2385 | 2026-06-10T23:03:35.319Z | Checking fastrand v2.3.0 |
| 2386 | 2026-06-10T23:03:35.340Z | Checking dyn-clone v1.0.20 |
| 2387 | 2026-06-10T23:03:35.426Z | Checking httpdate v1.0.3 |
| 2388 | 2026-06-10T23:03:35.438Z | Checking foreign-types-shared v0.1.1 |
| 2389 | 2026-06-10T23:03:35.448Z | Checking utf8parse v0.2.2 |
| 2390 | 2026-06-10T23:03:35.497Z | Checking plain v0.2.3 |
| 2391 | 2026-06-10T23:03:35.514Z | Checking foreign-types v0.3.2 |
| 2392 | 2026-06-10T23:03:35.544Z | Checking tempfile v3.25.0 |
| 2393 | 2026-06-10T23:03:35.571Z | Checking unicode-normalization v0.1.25 |
| 2394 | 2026-06-10T23:03:35.584Z | Checking semver v1.0.28 |
| 2395 | 2026-06-10T23:03:35.595Z | Checking openssl-sys v0.9.115 |
| 2396 | 2026-06-10T23:03:35.735Z | Checking spin v0.9.8 |
| 2397 | 2026-06-10T23:03:35.783Z | Checking anstyle v1.0.14 |
| 2398 | 2026-06-10T23:03:35.799Z | Checking ucd-trie v0.1.7 |
| 2399 | 2026-06-10T23:03:35.924Z | Checking unicode-ident v1.0.24 |
| 2400 | 2026-06-10T23:03:35.937Z | Checking pest v2.8.6 |
| 2401 | 2026-06-10T23:03:35.960Z | Checking regex-automata v0.4.14 |
| 2402 | 2026-06-10T23:03:35.973Z | Checking rustls-webpki v0.103.9 |
| 2403 | 2026-06-10T23:03:35.973Z | Checking schemars v0.8.22 |
| 2404 | 2026-06-10T23:03:35.996Z | Checking openssl v0.10.79 |
| 2405 | 2026-06-10T23:03:36.007Z | Checking rustls-native-certs v0.8.3 |
| 2406 | 2026-06-10T23:03:36.026Z | Checking proc-macro2 v1.0.106 |
| 2407 | 2026-06-10T23:03:36.040Z | Checking tokio-util v0.7.18 |
| 2408 | 2026-06-10T23:03:36.129Z | Checking thiserror v2.0.18 |
| 2409 | 2026-06-10T23:03:36.230Z | Checking sync_wrapper v1.0.2 |
| 2410 | 2026-06-10T23:03:36.331Z | Checking wait-timeout v0.2.1 |
| 2411 | 2026-06-10T23:03:36.344Z | Checking is_terminal_polyfill v1.70.2 |
| 2412 | 2026-06-10T23:03:36.410Z | Checking rustls v0.23.37 |
| 2413 | 2026-06-10T23:03:36.428Z | Checking colorchoice v1.0.4 |
| 2414 | 2026-06-10T23:03:36.448Z | Checking bit-vec v0.8.0 |
| 2415 | 2026-06-10T23:03:36.526Z | Checking siphasher v1.0.2 |
| 2416 | 2026-06-10T23:03:36.613Z | Checking simd-adler32 v0.3.8 |
| 2417 | 2026-06-10T23:03:36.638Z | Checking powerfmt v0.2.0 |
| 2418 | 2026-06-10T23:03:36.650Z | Checking h2 v0.4.13 |
| 2419 | 2026-06-10T23:03:36.677Z | Checking quick-error v1.2.3 |
| 2420 | 2026-06-10T23:03:36.777Z | Checking anstyle-query v1.1.5 |
| 2421 | 2026-06-10T23:03:36.780Z | Checking pretty-hex v0.4.1 |
| 2422 | 2026-06-10T23:03:36.801Z | Checking deranged v0.5.8 |
| 2423 | 2026-06-10T23:03:36.868Z | Checking rusty-fork v0.3.1 |
| 2424 | 2026-06-10T23:03:36.901Z | Checking bit-set v0.8.0 |
| 2425 | 2026-06-10T23:03:36.992Z | Checking quote v1.0.45 |
| 2426 | 2026-06-10T23:03:37.035Z | Checking tower v0.5.3 |
| 2427 | 2026-06-10T23:03:37.049Z | Compiling newtype-uuid v1.3.2 |
| 2428 | 2026-06-10T23:03:37.160Z | Checking http-body-util v0.1.3 |
| 2429 | 2026-06-10T23:03:37.229Z | Checking webpki-roots v1.0.6 |
| 2430 | 2026-06-10T23:03:37.346Z | Checking crossbeam-utils v0.8.21 |
| 2431 | 2026-06-10T23:03:37.377Z | Checking rand_xorshift v0.4.0 |
| 2432 | 2026-06-10T23:03:37.407Z | Checking crc32fast v1.5.0 |
| 2433 | 2026-06-10T23:03:37.488Z | Checking scroll v0.13.0 |
| 2434 | 2026-06-10T23:03:37.545Z | Checking signature v2.2.0 |
| 2435 | 2026-06-10T23:03:37.683Z | Checking ryu v1.0.23 |
| 2436 | 2026-06-10T23:03:37.688Z | Checking unicode-bidi v0.3.18 |
| 2437 | 2026-06-10T23:03:37.701Z | Checking unarray v0.1.4 |
| 2438 | 2026-06-10T23:03:37.713Z | Checking allocator-api2 v0.2.21 |
| 2439 | 2026-06-10T23:03:37.777Z | Checking time-core v0.1.8 |
| 2440 | 2026-06-10T23:03:37.799Z | Checking num_threads v0.1.7 |
| 2441 | 2026-06-10T23:03:37.802Z | Checking iri-string v0.7.10 |
| 2442 | 2026-06-10T23:03:37.885Z | Checking num-conv v0.2.0 |
| 2443 | 2026-06-10T23:03:37.916Z | Checking unicode-properties v0.1.4 |
| 2444 | 2026-06-10T23:03:37.964Z | Checking adler2 v2.0.1 |
| 2445 | 2026-06-10T23:03:37.987Z | Checking native-tls v0.2.18 |
| 2446 | 2026-06-10T23:03:38.001Z | Checking time v0.3.47 |
| 2447 | 2026-06-10T23:03:38.001Z | Checking serde_urlencoded v0.7.1 |
| 2448 | 2026-06-10T23:03:38.104Z | Checking miniz_oxide v0.8.9 |
| 2449 | 2026-06-10T23:03:38.111Z | Checking stringprep v0.1.5 |
| 2450 | 2026-06-10T23:03:38.164Z | Checking tokio-native-tls v0.3.1 |
| 2451 | 2026-06-10T23:03:38.200Z | Checking proptest v1.10.0 |
| 2452 | 2026-06-10T23:03:38.250Z | Checking bstr v1.12.1 |
| 2453 | 2026-06-10T23:03:38.318Z | Checking goblin v0.10.5 |
| 2454 | 2026-06-10T23:03:38.411Z | Checking crossbeam-epoch v0.9.18 |
| 2455 | 2026-06-10T23:03:38.630Z | Compiling daft v0.1.7 |
| 2456 | 2026-06-10T23:03:38.668Z | Checking syn v2.0.117 |
| 2457 | 2026-06-10T23:03:38.762Z | Checking tokio-rustls v0.26.4 |
| 2458 | 2026-06-10T23:03:38.818Z | Checking tower-http v0.6.8 |
| 2459 | 2026-06-10T23:03:38.905Z | Checking ipnetwork v0.21.1 |
| 2460 | 2026-06-10T23:03:38.991Z | Checking anstyle-parse v1.0.0 |
| 2461 | 2026-06-10T23:03:39.093Z | Checking rand_chacha v0.3.1 |
| 2462 | 2026-06-10T23:03:39.118Z | Checking scroll v0.12.0 |
| 2463 | 2026-06-10T23:03:39.136Z | Checking thiserror v1.0.69 |
| 2464 | 2026-06-10T23:03:39.148Z | Checking hash32 v0.2.1 |
| 2465 | 2026-06-10T23:03:39.232Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2466 | 2026-06-10T23:03:39.298Z | Checking num-integer v0.1.46 |
| 2467 | 2026-06-10T23:03:39.298Z | Checking toml_datetime v0.6.11 |
| 2468 | 2026-06-10T23:03:39.322Z | Checking hyper v1.8.1 |
| 2469 | 2026-06-10T23:03:39.339Z | Checking serde_spanned v0.6.9 |
| 2470 | 2026-06-10T23:03:39.345Z | Checking md-5 v0.10.6 |
| 2471 | 2026-06-10T23:03:39.475Z | Checking ff v0.13.1 |
| 2472 | 2026-06-10T23:03:39.479Z | Checking encoding_rs v0.8.35 |
| 2473 | 2026-06-10T23:03:39.497Z | Checking psl-types v2.0.11 |
| 2474 | 2026-06-10T23:03:39.525Z | Checking fallible-iterator v0.2.0 |
| 2475 | 2026-06-10T23:03:39.599Z | Checking mime v0.3.17 |
| 2476 | 2026-06-10T23:03:39.611Z | Checking base16ct v0.2.0 |
| 2477 | 2026-06-10T23:03:39.733Z | Checking zlib-rs v0.6.2 |
| 2478 | 2026-06-10T23:03:39.767Z | Checking sec1 v0.7.3 |
| 2479 | 2026-06-10T23:03:39.789Z | Checking postgres-protocol v0.6.10 |
| 2480 | 2026-06-10T23:03:39.972Z | Checking publicsuffix v2.3.0 |
| 2481 | 2026-06-10T23:03:40.101Z | Checking group v0.13.0 |
| 2482 | 2026-06-10T23:03:40.128Z | Checking num-iter v0.1.45 |
| 2483 | 2026-06-10T23:03:40.142Z | Checking zstd-safe v7.2.4 |
| 2484 | 2026-06-10T23:03:40.208Z | Checking hyper-util v0.1.20 |
| 2485 | 2026-06-10T23:03:40.235Z | Checking goblin v0.8.2 |
| 2486 | 2026-06-10T23:03:40.247Z | Checking rand v0.8.6 |
| 2487 | 2026-06-10T23:03:40.306Z | Checking heapless v0.7.17 |
| 2488 | 2026-06-10T23:03:40.422Z | Checking anstream v1.0.0 |
| 2489 | 2026-06-10T23:03:40.602Z | Checking flate2 v1.1.9 |
| 2490 | 2026-06-10T23:03:40.615Z | Checking cookie v0.18.1 |
| 2491 | 2026-06-10T23:03:40.625Z | Checking dof v0.4.0 |
| 2492 | 2026-06-10T23:03:40.703Z | Checking oxnet v0.1.5 |
| 2493 | 2026-06-10T23:03:40.769Z | Compiling iddqd v0.4.2 |
| 2494 | 2026-06-10T23:03:40.873Z | Checking dtrace-parser v0.3.0 |
| 2495 | 2026-06-10T23:03:40.906Z | Checking phf_shared v0.13.1 |
| 2496 | 2026-06-10T23:03:40.918Z | Checking lazy_static v1.5.0 |
| 2497 | 2026-06-10T23:03:40.963Z | Checking anstyle-parse v0.2.7 |
| 2498 | 2026-06-10T23:03:41.002Z | Checking pin-project v1.1.11 |
| 2499 | 2026-06-10T23:03:41.100Z | Checking zerocopy v0.7.35 |
| 2500 | 2026-06-10T23:03:41.103Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2501 | 2026-06-10T23:03:41.103Z | Checking signal-hook v0.3.18 |
| 2502 | 2026-06-10T23:03:41.103Z | Checking terminal_size v0.4.3 |
| 2503 | 2026-06-10T23:03:41.211Z | Checking futures-executor v0.3.32 |
| 2504 | 2026-06-10T23:03:41.229Z | Checking hex v0.4.3 |
| 2505 | 2026-06-10T23:03:41.270Z | Checking hkdf v0.12.4 |
| 2506 | 2026-06-10T23:03:41.295Z | Checking crypto-bigint v0.5.5 |
| 2507 | 2026-06-10T23:03:41.361Z | Checking thread-id v5.1.0 |
| 2508 | 2026-06-10T23:03:41.401Z | Checking either v1.15.0 |
| 2509 | 2026-06-10T23:03:41.437Z | Checking clap_lex v1.0.0 |
| 2510 | 2026-06-10T23:03:41.458Z | Checking winnow v0.7.14 |
| 2511 | 2026-06-10T23:03:41.475Z | Checking hyper-rustls v0.27.7 |
| 2512 | 2026-06-10T23:03:41.607Z | Checking hyper-tls v0.6.0 |
| 2513 | 2026-06-10T23:03:41.612Z | Checking managed v0.8.0 |
| 2514 | 2026-06-10T23:03:41.612Z | Checking bumpalo v3.20.2 |
| 2515 | 2026-06-10T23:03:41.683Z | Checking strsim v0.11.1 |
| 2516 | 2026-06-10T23:03:41.752Z | Compiling rayon-core v1.13.0 |
| 2517 | 2026-06-10T23:03:41.770Z | Checking foldhash v0.1.5 |
| 2518 | 2026-06-10T23:03:41.803Z | Checking foldhash v0.2.0 |
| 2519 | 2026-06-10T23:03:41.845Z | Checking winnow v0.5.40 |
| 2520 | 2026-06-10T23:03:41.904Z | Checking libbz2-rs-sys v0.2.2 |
| 2521 | 2026-06-10T23:03:41.926Z | Checking same-file v1.0.6 |
| 2522 | 2026-06-10T23:03:41.955Z | Checking bitflags v1.3.2 |
| 2523 | 2026-06-10T23:03:42.032Z | Checking smoltcp v0.9.1 |
| 2524 | 2026-06-10T23:03:42.042Z | Checking walkdir v2.5.0 |
| 2525 | 2026-06-10T23:03:42.053Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2526 | 2026-06-10T23:03:42.122Z | Checking dof v0.3.0 |
| 2527 | 2026-06-10T23:03:42.177Z | Checking elliptic-curve v0.13.8 |
| 2528 | 2026-06-10T23:03:42.196Z | Checking hashbrown v0.16.1 |
| 2529 | 2026-06-10T23:03:42.249Z | Checking hashbrown v0.15.5 |
| 2530 | 2026-06-10T23:03:42.291Z | Checking bzip2 v0.6.1 |
| 2531 | 2026-06-10T23:03:42.404Z | Checking clap_builder v4.6.0 |
| 2532 | 2026-06-10T23:03:42.451Z | Checking zopfli v0.8.3 |
| 2533 | 2026-06-10T23:03:42.481Z | Checking reqwest v0.12.28 |
| 2534 | 2026-06-10T23:03:42.604Z | Checking usdt-impl v0.6.0 |
| 2535 | 2026-06-10T23:03:42.629Z | Checking futures v0.3.32 |
| 2536 | 2026-06-10T23:03:42.687Z | Checking signal-hook-mio v0.2.5 |
| 2537 | 2026-06-10T23:03:42.702Z | Checking bzip2 v0.4.4 |
| 2538 | 2026-06-10T23:03:42.714Z | Checking snafu v0.8.9 |
| 2539 | 2026-06-10T23:03:42.777Z | Checking anstream v0.6.21 |
| 2540 | 2026-06-10T23:03:42.787Z | Checking phf v0.13.1 |
| 2541 | 2026-06-10T23:03:42.866Z | Checking num-bigint-dig v0.8.6 |
| 2542 | 2026-06-10T23:03:42.929Z | Checking cookie_store v0.22.1 |
| 2543 | 2026-06-10T23:03:42.945Z | Checking zstd v0.13.3 |
| 2544 | 2026-06-10T23:03:42.968Z | Checking postgres-types v0.2.12 |
| 2545 | 2026-06-10T23:03:42.984Z | Checking toml_edit v0.19.15 |
| 2546 | 2026-06-10T23:03:43.120Z | Checking dtrace-parser v0.2.0 |
| 2547 | 2026-06-10T23:03:43.132Z | Checking rustls-platform-verifier v0.6.2 |
| 2548 | 2026-06-10T23:03:43.255Z | Checking globset v0.4.18 |
| 2549 | 2026-06-10T23:03:43.266Z | Checking crossbeam-deque v0.8.6 |
| 2550 | 2026-06-10T23:03:43.282Z | Checking regex v1.12.3 |
| 2551 | 2026-06-10T23:03:43.330Z | Checking ed25519 v2.2.3 |
| 2552 | 2026-06-10T23:03:43.362Z | Checking phf_shared v0.11.3 |
| 2553 | 2026-06-10T23:03:43.436Z | Checking olpc-cjson v0.1.4 |
| 2554 | 2026-06-10T23:03:43.494Z | Checking ref-cast v1.0.25 |
| 2555 | 2026-06-10T23:03:43.502Z | Checking curve25519-dalek v4.1.3 |
| 2556 | 2026-06-10T23:03:43.515Z | Checking strum v0.27.2 |
| 2557 | 2026-06-10T23:03:43.550Z | Checking hubpack v0.1.2 |
| 2558 | 2026-06-10T23:03:43.572Z | Checking memoffset v0.9.1 |
| 2559 | 2026-06-10T23:03:43.588Z | Checking rustix v0.38.44 |
| 2560 | 2026-06-10T23:03:43.620Z | Checking pkcs1 v0.7.5 |
| 2561 | 2026-06-10T23:03:43.633Z | Checking pem v3.0.6 |
| 2562 | 2026-06-10T23:03:43.644Z | Checking float-cmp v0.10.0 |
| 2563 | 2026-06-10T23:03:43.668Z | Checking serde_plain v1.0.2 |
| 2564 | 2026-06-10T23:03:43.715Z | Checking serde-big-array v0.5.1 |
| 2565 | 2026-06-10T23:03:43.767Z | Checking erased-serde v0.3.31 |
| 2566 | 2026-06-10T23:03:43.781Z | Checking rfc6979 v0.4.0 |
| 2567 | 2026-06-10T23:03:43.810Z | Checking memmap2 v0.9.10 |
| 2568 | 2026-06-10T23:03:43.821Z | Checking thread-id v4.2.2 |
| 2569 | 2026-06-10T23:03:43.847Z | Checking env_filter v1.0.0 |
| 2570 | 2026-06-10T23:03:43.893Z | Checking normalize-line-endings v0.3.0 |
| 2571 | 2026-06-10T23:03:43.903Z | Checking jiff v0.2.21 |
| 2572 | 2026-06-10T23:03:43.968Z | Checking typed-path v0.9.3 |
| 2573 | 2026-06-10T23:03:43.980Z | Checking precomputed-hash v0.1.1 |
| 2574 | 2026-06-10T23:03:43.990Z | Checking whoami v2.1.0 |
| 2575 | 2026-06-10T23:03:44.026Z | Checking data-encoding v2.10.0 |
| 2576 | 2026-06-10T23:03:44.057Z | Checking unicode-segmentation v1.12.0 |
| 2577 | 2026-06-10T23:03:44.142Z | Checking fixedbitset v0.4.2 |
| 2578 | 2026-06-10T23:03:44.179Z | Checking difflib v0.4.0 |
| 2579 | 2026-06-10T23:03:44.275Z | Checking static_assertions v1.1.0 |
| 2580 | 2026-06-10T23:03:44.289Z | Checking predicates-core v1.0.10 |
| 2581 | 2026-06-10T23:03:44.293Z | Checking keccak v0.1.6 |
| 2582 | 2026-06-10T23:03:44.343Z | Checking new_debug_unreachable v1.0.6 |
| 2583 | 2026-06-10T23:03:44.354Z | Checking fixedbitset v0.5.7 |
| 2584 | 2026-06-10T23:03:44.368Z | Checking toml_write v0.1.2 |
| 2585 | 2026-06-10T23:03:44.383Z | Checking crossterm v0.28.1 |
| 2586 | 2026-06-10T23:03:44.408Z | Checking string_cache v0.8.9 |
| 2587 | 2026-06-10T23:03:44.417Z | Checking predicates v3.1.4 |
| 2588 | 2026-06-10T23:03:44.468Z | Checking sha3 v0.10.8 |
| 2589 | 2026-06-10T23:03:44.528Z | Checking toml_edit v0.22.27 |
| 2590 | 2026-06-10T23:03:44.543Z | Checking petgraph v0.8.3 |
| 2591 | 2026-06-10T23:03:44.572Z | Checking similar v2.7.0 |
| 2592 | 2026-06-10T23:03:44.663Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2593 | 2026-06-10T23:03:44.709Z | Checking petgraph v0.6.5 |
| 2594 | 2026-06-10T23:03:44.741Z | Checking tough v0.22.0 |
| 2595 | 2026-06-10T23:03:44.972Z | Checking hickory-proto v0.25.2 |
| 2596 | 2026-06-10T23:03:45.088Z | Checking ed25519-dalek v2.2.0 |
| 2597 | 2026-06-10T23:03:45.340Z | Checking tokio-postgres v0.7.16 |
| 2598 | 2026-06-10T23:03:45.614Z | Checking slog v2.8.2 |
| 2599 | 2026-06-10T23:03:45.900Z | Checking toml v0.7.8 |
| 2600 | 2026-06-10T23:03:45.972Z | Checking env_logger v0.11.9 |
| 2601 | 2026-06-10T23:03:46.136Z | Checking usdt v0.6.0 |
| 2602 | 2026-06-10T23:03:46.156Z | Checking zip v4.6.1 |
| 2603 | 2026-06-10T23:03:46.167Z | Checking usdt-impl v0.5.0 |
| 2604 | 2026-06-10T23:03:46.216Z | Checking ecdsa v0.16.9 |
| 2605 | 2026-06-10T23:03:46.303Z | Checking rsa v0.9.10 |
| 2606 | 2026-06-10T23:03:46.442Z | Checking nix v0.31.2 |
| 2607 | 2026-06-10T23:03:46.562Z | Checking clap v4.6.1 |
| 2608 | 2026-06-10T23:03:46.722Z | Checking reqwest v0.13.2 |
| 2609 | 2026-06-10T23:03:46.750Z | Checking zip v0.6.6 |
| 2610 | 2026-06-10T23:03:46.766Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2611 | 2026-06-10T23:03:46.954Z | Checking itertools v0.13.0 |
| 2612 | 2026-06-10T23:03:46.963Z | Checking serde_with v3.17.0 |
| 2613 | 2026-06-10T23:03:47.169Z | Checking strum v0.26.3 |
| 2614 | 2026-06-10T23:03:47.278Z | Checking fs-err v3.3.0 |
| 2615 | 2026-06-10T23:03:47.278Z | Checking ahash v0.8.12 |
| 2616 | 2026-06-10T23:03:47.439Z | Checking object v0.37.3 |
| 2617 | 2026-06-10T23:03:47.439Z | Checking tokio-stream v0.1.18 |
| 2618 | 2026-06-10T23:03:47.533Z | Checking buf-list v1.1.2 |
| 2619 | 2026-06-10T23:03:47.634Z | Checking camino v1.2.2 |
| 2620 | 2026-06-10T23:03:47.756Z | Checking anyhow v1.0.102 |
| 2621 | 2026-06-10T23:03:47.756Z | Checking x509-cert v0.2.5 |
| 2622 | 2026-06-10T23:03:47.880Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2623 | 2026-06-10T23:03:47.880Z | Checking openapiv3 v2.2.0 |
| 2624 | 2026-06-10T23:03:47.880Z | Checking sha1 v0.10.6 |
| 2625 | 2026-06-10T23:03:47.880Z | Checking peg-runtime v0.8.5 |
| 2626 | 2026-06-10T23:03:48.048Z | Checking lalrpop-util v0.19.12 |
| 2627 | 2026-06-10T23:03:48.190Z | Checking rayon v1.11.0 |
| 2628 | 2026-06-10T23:03:48.190Z | Checking sigpipe v0.1.3 |
| 2629 | 2026-06-10T23:03:48.190Z | Checking glob v0.3.3 |
| 2630 | 2026-06-10T23:03:49.587Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2631 | 2026-06-10T23:03:49.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.06s |
| 2632 | 2026-06-10T23:03:50.020Z | |
| 2633 | 2026-06-10T23:03:50.020Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2634 | 2026-06-10T23:03:50.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-06-10T23:03:50.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-06-10T23:03:50.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-06-10T23:03:50.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2638 | 2026-06-10T23:03:50.646Z | |
| 2639 | 2026-06-10T23:03:50.646Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2640 | 2026-06-10T23:03:51.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-06-10T23:03:51.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-06-10T23:03:51.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-06-10T23:03:51.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2644 | 2026-06-10T23:03:51.229Z | |
| 2645 | 2026-06-10T23:03:51.229Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2646 | 2026-06-10T23:03:51.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-06-10T23:03:51.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-06-10T23:03:51.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-06-10T23:03:51.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2650 | 2026-06-10T23:03:51.844Z | |
| 2651 | 2026-06-10T23:03:51.844Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2652 | 2026-06-10T23:03:52.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-06-10T23:03:52.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-06-10T23:03:52.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-06-10T23:03:52.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2656 | 2026-06-10T23:03:52.449Z | |
| 2657 | 2026-06-10T23:03:52.449Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2658 | 2026-06-10T23:03:52.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-06-10T23:03:52.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-06-10T23:03:52.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-06-10T23:03:52.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2662 | 2026-06-10T23:03:53.053Z | |
| 2663 | 2026-06-10T23:03:53.053Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2664 | 2026-06-10T23:03:53.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-06-10T23:03:53.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-06-10T23:03:53.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2026-06-10T23:03:53.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2668 | 2026-06-10T23:03:53.698Z | |
| 2669 | 2026-06-10T23:03:53.698Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2670 | 2026-06-10T23:03:54.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2026-06-10T23:03:54.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2026-06-10T23:03:54.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2026-06-10T23:03:54.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2674 | 2026-06-10T23:03:54.255Z | |
| 2675 | 2026-06-10T23:03:54.255Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2676 | 2026-06-10T23:03:54.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2026-06-10T23:03:54.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2026-06-10T23:03:54.953Z | Compiling structmeta-derive v0.3.0 |
| 2679 | 2026-06-10T23:03:55.077Z | Compiling rustls v0.22.4 |
| 2680 | 2026-06-10T23:03:55.080Z | Compiling multer v3.1.0 |
| 2681 | 2026-06-10T23:03:55.088Z | Compiling async-stream-impl v0.3.6 |
| 2682 | 2026-06-10T23:03:55.091Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2683 | 2026-06-10T23:03:55.115Z | Compiling dropshot v0.17.0 |
| 2684 | 2026-06-10T23:03:55.125Z | Compiling dropshot_endpoint v0.17.0 |
| 2685 | 2026-06-10T23:03:55.125Z | Compiling newtype-uuid-macros v0.1.0 |
| 2686 | 2026-06-10T23:03:55.245Z | Checking newtype-uuid v1.3.2 |
| 2687 | 2026-06-10T23:03:55.318Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2688 | 2026-06-10T23:03:55.382Z | Checking rustls-webpki v0.102.8 |
| 2689 | 2026-06-10T23:03:55.444Z | Checking daft v0.1.7 |
| 2690 | 2026-06-10T23:03:55.469Z | Checking thread_local v1.1.9 |
| 2691 | 2026-06-10T23:03:55.636Z | Checking match_cfg v0.1.0 |
| 2692 | 2026-06-10T23:03:55.658Z | Checking compression-core v0.4.31 |
| 2693 | 2026-06-10T23:03:55.681Z | Checking iddqd v0.4.2 |
| 2694 | 2026-06-10T23:03:55.707Z | Checking hostname v0.3.1 |
| 2695 | 2026-06-10T23:03:55.739Z | Checking crossbeam-channel v0.5.15 |
| 2696 | 2026-06-10T23:03:55.802Z | Checking compression-codecs v0.4.37 |
| 2697 | 2026-06-10T23:03:55.811Z | Checking atomicwrites v0.4.4 |
| 2698 | 2026-06-10T23:03:55.890Z | Checking slog-json v2.6.1 |
| 2699 | 2026-06-10T23:03:55.935Z | Checking is-terminal v0.4.17 |
| 2700 | 2026-06-10T23:03:55.964Z | Checking serde_spanned v1.0.4 |
| 2701 | 2026-06-10T23:03:56.026Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2702 | 2026-06-10T23:03:56.047Z | Checking term v1.2.1 |
| 2703 | 2026-06-10T23:03:56.084Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2704 | 2026-06-10T23:03:56.097Z | Checking debug-ignore v1.0.5 |
| 2705 | 2026-06-10T23:03:56.142Z | Compiling structmeta v0.3.0 |
| 2706 | 2026-06-10T23:03:56.193Z | Checking take_mut v0.2.2 |
| 2707 | 2026-06-10T23:03:56.223Z | Checking slog-bunyan v2.5.0 |
| 2708 | 2026-06-10T23:03:56.259Z | Checking toml v1.0.6+spec-1.1.0 |
| 2709 | 2026-06-10T23:03:56.272Z | Checking slog-term v2.9.2 |
| 2710 | 2026-06-10T23:03:56.311Z | Checking slog-async v2.8.0 |
| 2711 | 2026-06-10T23:03:56.336Z | Checking async-compression v0.4.41 |
| 2712 | 2026-06-10T23:03:56.349Z | Compiling derive-ex v0.1.8 |
| 2713 | 2026-06-10T23:03:56.464Z | Compiling parse-display-derive v0.10.0 |
| 2714 | 2026-06-10T23:03:56.525Z | Checking async-stream v0.3.6 |
| 2715 | 2026-06-10T23:03:56.580Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2716 | 2026-06-10T23:03:56.609Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2717 | 2026-06-10T23:03:56.672Z | Checking progenitor-client v0.14.0 |
| 2718 | 2026-06-10T23:03:56.684Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2719 | 2026-06-10T23:03:56.827Z | Checking waitgroup v0.1.2 |
| 2720 | 2026-06-10T23:03:56.841Z | Checking backon v1.6.0 |
| 2721 | 2026-06-10T23:03:56.878Z | Checking rustls-pemfile v2.2.0 |
| 2722 | 2026-06-10T23:03:56.915Z | Checking serde_path_to_error v0.1.20 |
| 2723 | 2026-06-10T23:03:56.939Z | Checking hostname v0.4.2 |
| 2724 | 2026-06-10T23:03:57.003Z | Checking instant v0.1.13 |
| 2725 | 2026-06-10T23:03:57.084Z | Checking backoff v0.4.0 |
| 2726 | 2026-06-10T23:03:57.204Z | Checking progenitor-extras v0.2.0 |
| 2727 | 2026-06-10T23:03:57.236Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2728 | 2026-06-10T23:03:57.317Z | Checking tokio-rustls v0.25.0 |
| 2729 | 2026-06-10T23:03:57.328Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2730 | 2026-06-10T23:03:57.436Z | Checking itertools v0.14.0 |
| 2731 | 2026-06-10T23:03:57.467Z | Checking progenitor-client v0.10.0 |
| 2732 | 2026-06-10T23:03:57.620Z | Checking regress v0.10.5 |
| 2733 | 2026-06-10T23:03:57.666Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2734 | 2026-06-10T23:03:57.888Z | Checking macaddr v1.0.1 |
| 2735 | 2026-06-10T23:03:58.010Z | Compiling test-strategy v0.4.5 |
| 2736 | 2026-06-10T23:03:58.134Z | Checking parse-display v0.10.0 |
| 2737 | 2026-06-10T23:03:58.267Z | Checking humantime v2.3.0 |
| 2738 | 2026-06-10T23:03:59.351Z | Compiling prettyplease v0.2.37 |
| 2739 | 2026-06-10T23:03:59.490Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2740 | 2026-06-10T23:03:59.694Z | Checking num-rational v0.4.2 |
| 2741 | 2026-06-10T23:03:59.845Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2742 | 2026-06-10T23:04:00.275Z | Checking num-complex v0.4.6 |
| 2743 | 2026-06-10T23:04:00.949Z | Checking num v0.4.3 |
| 2744 | 2026-06-10T23:04:01.014Z | Compiling usdt-attr-macro v0.5.0 |
| 2745 | 2026-06-10T23:04:01.027Z | Compiling usdt-macro v0.5.0 |
| 2746 | 2026-06-10T23:04:01.030Z | Checking memmap v0.7.0 |
| 2747 | 2026-06-10T23:04:01.060Z | Compiling float-ord v0.3.2 |
| 2748 | 2026-06-10T23:04:01.167Z | Checking unicode-width v0.2.0 |
| 2749 | 2026-06-10T23:04:01.184Z | Compiling convert_case v0.4.0 |
| 2750 | 2026-06-10T23:04:01.423Z | Checking console v0.15.11 |
| 2751 | 2026-06-10T23:04:01.583Z | Compiling derive_more v0.99.20 |
| 2752 | 2026-06-10T23:04:01.704Z | Checking newline-converter v0.3.0 |
| 2753 | 2026-06-10T23:04:01.750Z | Compiling toml v0.8.23 |
| 2754 | 2026-06-10T23:04:01.792Z | Checking usdt v0.5.0 |
| 2755 | 2026-06-10T23:04:01.835Z | Compiling minimal-lexical v0.2.1 |
| 2756 | 2026-06-10T23:04:01.980Z | Checking linked-hash-map v0.5.6 |
| 2757 | 2026-06-10T23:04:02.083Z | Compiling nom v7.1.3 |
| 2758 | 2026-06-10T23:04:02.141Z | Checking lru-cache v0.1.2 |
| 2759 | 2026-06-10T23:04:02.353Z | Checking expectorate v1.2.0 |
| 2760 | 2026-06-10T23:04:02.814Z | Checking camino-tempfile v1.4.1 |
| 2761 | 2026-06-10T23:04:02.889Z | Checking hickory-proto v0.24.4 |
| 2762 | 2026-06-10T23:04:02.976Z | Checking phf_shared v0.12.1 |
| 2763 | 2026-06-10T23:04:03.098Z | Compiling slog-dtrace v0.3.0 |
| 2764 | 2026-06-10T23:04:03.115Z | Compiling chrono-tz v0.10.4 |
| 2765 | 2026-06-10T23:04:03.295Z | Checking heck v0.5.0 |
| 2766 | 2026-06-10T23:04:03.307Z | Checking resolv-conf v0.7.6 |
| 2767 | 2026-06-10T23:04:03.409Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2768 | 2026-06-10T23:04:03.420Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2769 | 2026-06-10T23:04:03.500Z | Compiling const_format_proc_macros v0.2.34 |
| 2770 | 2026-06-10T23:04:03.515Z | Checking phf v0.12.1 |
| 2771 | 2026-06-10T23:04:03.656Z | Checking tokio-dtrace v0.1.1 |
| 2772 | 2026-06-10T23:04:03.832Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2773 | 2026-06-10T23:04:03.873Z | Compiling derive-where v1.6.0 |
| 2774 | 2026-06-10T23:04:04.174Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2775 | 2026-06-10T23:04:04.292Z | Checking highway v1.3.0 |
| 2776 | 2026-06-10T23:04:04.524Z | Checking const_format v0.2.35 |
| 2777 | 2026-06-10T23:04:04.675Z | Checking hickory-resolver v0.24.4 |
| 2778 | 2026-06-10T23:04:04.752Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2779 | 2026-06-10T23:04:04.871Z | Checking oxide-tokio-rt v0.1.4 |
| 2780 | 2026-06-10T23:04:04.946Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2781 | 2026-06-10T23:04:05.216Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2782 | 2026-06-10T23:04:05.245Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2783 | 2026-06-10T23:04:05.400Z | Checking qorb v0.4.1 |
| 2784 | 2026-06-10T23:04:05.421Z | Checking gethostname v0.5.0 |
| 2785 | 2026-06-10T23:04:05.513Z | Checking bcs v0.1.6 |
| 2786 | 2026-06-10T23:04:05.615Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2787 | 2026-06-10T23:04:05.631Z | Checking termtree v0.5.1 |
| 2788 | 2026-06-10T23:04:08.708Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2789 | 2026-06-10T23:04:11.456Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2790 | 2026-06-10T23:04:13.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s |
| 2791 | 2026-06-10T23:04:13.782Z | |
| 2792 | 2026-06-10T23:04:13.782Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2793 | 2026-06-10T23:04:14.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2026-06-10T23:04:14.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2026-06-10T23:04:14.469Z | Compiling ar_archive_writer v0.5.1 |
| 2796 | 2026-06-10T23:04:14.589Z | Compiling stacker v0.1.23 |
| 2797 | 2026-06-10T23:04:14.597Z | Compiling cfg_aliases v0.1.1 |
| 2798 | 2026-06-10T23:04:14.597Z | Compiling convert_case v0.10.0 |
| 2799 | 2026-06-10T23:04:14.606Z | Checking unicode-width v0.1.14 |
| 2800 | 2026-06-10T23:04:14.612Z | Compiling proc-macro-error v1.0.4 |
| 2801 | 2026-06-10T23:04:14.617Z | Checking fd-lock v4.0.4 |
| 2802 | 2026-06-10T23:04:14.620Z | Checking nibble_vec v0.1.0 |
| 2803 | 2026-06-10T23:04:14.646Z | Compiling nix v0.28.0 |
| 2804 | 2026-06-10T23:04:14.728Z | Checking vte v0.14.1 |
| 2805 | 2026-06-10T23:04:14.746Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2806 | 2026-06-10T23:04:14.829Z | Checking bytecount v0.6.9 |
| 2807 | 2026-06-10T23:04:14.843Z | Checking endian-type v0.1.2 |
| 2808 | 2026-06-10T23:04:14.874Z | Checking strip-ansi-escapes v0.2.1 |
| 2809 | 2026-06-10T23:04:14.879Z | Compiling derive_more-impl v2.1.1 |
| 2810 | 2026-06-10T23:04:14.896Z | Compiling tabled_derive v0.7.0 |
| 2811 | 2026-06-10T23:04:14.934Z | Checking papergrid v0.11.0 |
| 2812 | 2026-06-10T23:04:14.964Z | Checking radix_trie v0.2.1 |
| 2813 | 2026-06-10T23:04:15.010Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2814 | 2026-06-10T23:04:15.142Z | Compiling peg-macros v0.8.5 |
| 2815 | 2026-06-10T23:04:15.167Z | Checking winnow v0.6.26 |
| 2816 | 2026-06-10T23:04:15.396Z | Compiling psm v0.1.30 |
| 2817 | 2026-06-10T23:04:15.479Z | Compiling sqlparser_derive v0.5.0 |
| 2818 | 2026-06-10T23:04:15.552Z | Checking unicode_categories v0.1.1 |
| 2819 | 2026-06-10T23:04:15.711Z | Checking home v0.5.12 |
| 2820 | 2026-06-10T23:04:15.735Z | Checking derive_more v2.1.1 |
| 2821 | 2026-06-10T23:04:15.838Z | Checking nu-ansi-term v0.50.3 |
| 2822 | 2026-06-10T23:04:15.861Z | Checking crossterm v0.29.0 |
| 2823 | 2026-06-10T23:04:15.917Z | Checking tabled v0.15.0 |
| 2824 | 2026-06-10T23:04:15.959Z | Checking rustyline v14.0.0 |
| 2825 | 2026-06-10T23:04:16.084Z | Checking reedline v0.40.0 |
| 2826 | 2026-06-10T23:04:16.212Z | Checking recursive v0.1.1 |
| 2827 | 2026-06-10T23:04:16.280Z | Checking display-error-chain v0.2.2 |
| 2828 | 2026-06-10T23:04:16.307Z | Checking sqlparser v0.61.0 |
| 2829 | 2026-06-10T23:04:16.368Z | Checking sqlformat v0.3.5 |
| 2830 | 2026-06-10T23:04:16.562Z | Checking peg v0.8.5 |
| 2831 | 2026-06-10T23:04:27.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
| 2832 | 2026-06-10T23:04:27.693Z | |
| 2833 | 2026-06-10T23:04:27.693Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2834 | 2026-06-10T23:04:28.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-06-10T23:04:28.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-06-10T23:04:28.375Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-06-10T23:04:31.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 2838 | 2026-06-10T23:04:32.004Z | |
| 2839 | 2026-06-10T23:04:32.004Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2840 | 2026-06-10T23:04:32.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-06-10T23:04:32.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-06-10T23:04:32.679Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-06-10T23:04:35.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 2844 | 2026-06-10T23:04:35.298Z | |
| 2845 | 2026-06-10T23:04:35.298Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2846 | 2026-06-10T23:04:35.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-06-10T23:04:35.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-06-10T23:04:35.973Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-06-10T23:04:39.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 2850 | 2026-06-10T23:04:39.381Z | |
| 2851 | 2026-06-10T23:04:39.381Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2852 | 2026-06-10T23:04:39.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-06-10T23:04:39.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-06-10T23:04:40.055Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-06-10T23:04:43.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2856 | 2026-06-10T23:04:43.491Z | |
| 2857 | 2026-06-10T23:04:43.491Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2858 | 2026-06-10T23:04:44.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-06-10T23:04:44.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-06-10T23:04:44.167Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-06-10T23:04:46.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 2862 | 2026-06-10T23:04:46.962Z | |
| 2863 | 2026-06-10T23:04:46.962Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2864 | 2026-06-10T23:04:47.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-06-10T23:04:47.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-06-10T23:04:47.627Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2867 | 2026-06-10T23:04:50.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 2868 | 2026-06-10T23:04:50.425Z | |
| 2869 | 2026-06-10T23:04:50.426Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2870 | 2026-06-10T23:04:50.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-06-10T23:04:50.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-06-10T23:04:51.154Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2873 | 2026-06-10T23:04:54.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2874 | 2026-06-10T23:04:54.714Z | |
| 2875 | 2026-06-10T23:04:54.714Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2876 | 2026-06-10T23:04:55.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-06-10T23:04:55.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-06-10T23:04:55.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2879 | 2026-06-10T23:04:55.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2880 | 2026-06-10T23:04:55.492Z | |
| 2881 | 2026-06-10T23:04:55.492Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2882 | 2026-06-10T23:04:55.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-06-10T23:04:55.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-06-10T23:04:56.080Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2885 | 2026-06-10T23:04:56.167Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2886 | 2026-06-10T23:04:56.219Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2887 | 2026-06-10T23:04:56.490Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2888 | 2026-06-10T23:04:59.359Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2889 | 2026-06-10T23:05:00.546Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2890 | 2026-06-10T23:05:00.762Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2891 | 2026-06-10T23:05:01.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
| 2892 | 2026-06-10T23:05:01.621Z | |
| 2893 | 2026-06-10T23:05:01.621Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2894 | 2026-06-10T23:05:02.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-06-10T23:05:02.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-06-10T23:05:02.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-06-10T23:05:02.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2898 | 2026-06-10T23:05:02.225Z | |
| 2899 | 2026-06-10T23:05:02.225Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2900 | 2026-06-10T23:05:02.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-06-10T23:05:02.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-06-10T23:05:02.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-06-10T23:05:02.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2904 | 2026-06-10T23:05:02.872Z | |
| 2905 | 2026-06-10T23:05:02.872Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2906 | 2026-06-10T23:05:03.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-06-10T23:05:03.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-06-10T23:05:03.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-06-10T23:05:03.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2910 | 2026-06-10T23:05:03.503Z | |
| 2911 | 2026-06-10T23:05:03.503Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2912 | 2026-06-10T23:05:04.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-06-10T23:05:04.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-06-10T23:05:04.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-06-10T23:05:04.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2916 | 2026-06-10T23:05:04.149Z | |
| 2917 | 2026-06-10T23:05:04.149Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2918 | 2026-06-10T23:05:04.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-06-10T23:05:04.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-06-10T23:05:04.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-06-10T23:05:04.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2922 | 2026-06-10T23:05:04.791Z | |
| 2923 | 2026-06-10T23:05:04.801Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2924 | 2026-06-10T23:05:05.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-06-10T23:05:05.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-06-10T23:05:05.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-06-10T23:05:05.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2928 | 2026-06-10T23:05:05.331Z | |
| 2929 | 2026-06-10T23:05:05.332Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2930 | 2026-06-10T23:05:05.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-06-10T23:05:05.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-06-10T23:05:05.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-06-10T23:05:05.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2934 | 2026-06-10T23:05:05.941Z | |
| 2935 | 2026-06-10T23:05:05.942Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2936 | 2026-06-10T23:05:06.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-06-10T23:05:06.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-06-10T23:05:06.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2939 | 2026-06-10T23:05:06.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2940 | 2026-06-10T23:05:06.554Z | |
| 2941 | 2026-06-10T23:05:06.554Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2942 | 2026-06-10T23:05:07.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2026-06-10T23:05:07.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2026-06-10T23:05:07.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2945 | 2026-06-10T23:05:07.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2946 | 2026-06-10T23:05:07.115Z | |
| 2947 | 2026-06-10T23:05:07.115Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2948 | 2026-06-10T23:05:07.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2949 | 2026-06-10T23:05:07.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2950 | 2026-06-10T23:05:07.845Z | Compiling crucible-workspace-hack v0.1.0 |
| 2951 | 2026-06-10T23:05:07.971Z | Checking secrecy v0.10.3 |
| 2952 | 2026-06-10T23:05:07.981Z | Compiling heapless v0.8.0 |
| 2953 | 2026-06-10T23:05:07.982Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2954 | 2026-06-10T23:05:07.987Z | Compiling ingot-macros v0.1.1 |
| 2955 | 2026-06-10T23:05:07.994Z | Checking hash32 v0.3.1 |
| 2956 | 2026-06-10T23:05:08.007Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2957 | 2026-06-10T23:05:08.011Z | Compiling smoltcp v0.11.0 |
| 2958 | 2026-06-10T23:05:08.065Z | Checking cobs v0.3.0 |
| 2959 | 2026-06-10T23:05:08.119Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2960 | 2026-06-10T23:05:08.202Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2961 | 2026-06-10T23:05:08.213Z | Checking universal-hash v0.5.1 |
| 2962 | 2026-06-10T23:05:08.226Z | Checking half v2.7.1 |
| 2963 | 2026-06-10T23:05:08.264Z | Checking opaque-debug v0.3.1 |
| 2964 | 2026-06-10T23:05:08.333Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2965 | 2026-06-10T23:05:08.348Z | Checking ciborium-io v0.2.2 |
| 2966 | 2026-06-10T23:05:08.377Z | Checking poly1305 v0.8.0 |
| 2967 | 2026-06-10T23:05:08.435Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2968 | 2026-06-10T23:05:08.491Z | Checking ciborium-ll v0.2.2 |
| 2969 | 2026-06-10T23:05:08.526Z | Checking postcard v1.1.3 |
| 2970 | 2026-06-10T23:05:08.633Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2971 | 2026-06-10T23:05:08.664Z | Checking password-hash v0.5.0 |
| 2972 | 2026-06-10T23:05:08.795Z | Compiling proc-macro-crate v3.4.0 |
| 2973 | 2026-06-10T23:05:08.841Z | Checking chacha20 v0.9.1 |
| 2974 | 2026-06-10T23:05:08.915Z | Compiling proc-macro-crate v1.3.1 |
| 2975 | 2026-06-10T23:05:08.939Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2976 | 2026-06-10T23:05:09.044Z | Checking blake2 v0.10.6 |
| 2977 | 2026-06-10T23:05:09.167Z | Checking aead v0.5.2 |
| 2978 | 2026-06-10T23:05:09.296Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2979 | 2026-06-10T23:05:09.313Z | Compiling foreign-types-macros v0.2.3 |
| 2980 | 2026-06-10T23:05:09.313Z | Checking thiserror-no-std v2.0.2 |
| 2981 | 2026-06-10T23:05:09.313Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2982 | 2026-06-10T23:05:09.356Z | Checking foreign-types-shared v0.3.1 |
| 2983 | 2026-06-10T23:05:09.383Z | Compiling num_enum_derive v0.7.6 |
| 2984 | 2026-06-10T23:05:09.427Z | Checking cpufeatures v0.3.0 |
| 2985 | 2026-06-10T23:05:09.427Z | Checking vsss-rs v3.3.4 |
| 2986 | 2026-06-10T23:05:09.474Z | Checking chacha20 v0.10.0 |
| 2987 | 2026-06-10T23:05:09.489Z | Compiling num_enum_derive v0.5.11 |
| 2988 | 2026-06-10T23:05:09.555Z | Checking chacha20poly1305 v0.10.1 |
| 2989 | 2026-06-10T23:05:09.694Z | Checking argon2 v0.5.3 |
| 2990 | 2026-06-10T23:05:09.742Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2991 | 2026-06-10T23:05:09.860Z | Checking foreign-types v0.5.0 |
| 2992 | 2026-06-10T23:05:09.973Z | Checking ciborium v0.2.2 |
| 2993 | 2026-06-10T23:05:10.105Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2994 | 2026-06-10T23:05:10.157Z | Checking tabwriter v1.4.1 |
| 2995 | 2026-06-10T23:05:10.283Z | Checking byte-wrapper v0.1.0 |
| 2996 | 2026-06-10T23:05:10.358Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2997 | 2026-06-10T23:05:10.426Z | Checking num_enum v0.7.6 |
| 2998 | 2026-06-10T23:05:10.458Z | Checking cstr-argument v0.1.2 |
| 2999 | 2026-06-10T23:05:10.488Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3000 | 2026-06-10T23:05:10.499Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3001 | 2026-06-10T23:05:10.509Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3002 | 2026-06-10T23:05:10.509Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3003 | 2026-06-10T23:05:10.558Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3004 | 2026-06-10T23:05:10.688Z | Checking num_enum v0.5.11 |
| 3005 | 2026-06-10T23:05:10.727Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3006 | 2026-06-10T23:05:10.728Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3007 | 2026-06-10T23:05:10.816Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3008 | 2026-06-10T23:05:10.822Z | Checking rand v0.10.0 |
| 3009 | 2026-06-10T23:05:10.852Z | Checking ingot-types v0.1.2 |
| 3010 | 2026-06-10T23:05:10.928Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3011 | 2026-06-10T23:05:10.975Z | Checking colored v3.1.1 |
| 3012 | 2026-06-10T23:05:10.997Z | Checking indent_write v2.2.0 |
| 3013 | 2026-06-10T23:05:11.091Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3014 | 2026-06-10T23:05:11.141Z | Compiling zone_cfg_derive v0.3.1 |
| 3015 | 2026-06-10T23:05:11.205Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3016 | 2026-06-10T23:05:11.236Z | Checking ingot v0.1.1 |
| 3017 | 2026-06-10T23:05:11.265Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3018 | 2026-06-10T23:05:11.289Z | Checking itertools v0.12.1 |
| 3019 | 2026-06-10T23:05:11.320Z | Compiling num-derive v0.4.2 |
| 3020 | 2026-06-10T23:05:11.356Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3021 | 2026-06-10T23:05:11.404Z | Checking swrite v0.1.0 |
| 3022 | 2026-06-10T23:05:11.500Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3023 | 2026-06-10T23:05:11.550Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3024 | 2026-06-10T23:05:11.635Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3025 | 2026-06-10T23:05:11.716Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3026 | 2026-06-10T23:05:11.782Z | Checking dropshot-api-manager-types v0.7.2 |
| 3027 | 2026-06-10T23:05:11.808Z | Checking smf v0.2.3 |
| 3028 | 2026-06-10T23:05:11.830Z | Checking nanorand v0.7.0 |
| 3029 | 2026-06-10T23:05:11.949Z | Checking whoami v1.6.1 |
| 3030 | 2026-06-10T23:05:12.027Z | Checking flume v0.11.1 |
| 3031 | 2026-06-10T23:05:12.040Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3032 | 2026-06-10T23:05:12.213Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3033 | 2026-06-10T23:05:12.256Z | Checking zone v0.3.1 |
| 3034 | 2026-06-10T23:05:12.767Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3035 | 2026-06-10T23:05:13.733Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3036 | 2026-06-10T23:05:14.613Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3037 | 2026-06-10T23:05:17.749Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3038 | 2026-06-10T23:05:19.792Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3039 | 2026-06-10T23:05:20.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s |
| 3040 | 2026-06-10T23:05:21.115Z | |
| 3041 | 2026-06-10T23:05:21.115Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3042 | 2026-06-10T23:05:21.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-06-10T23:05:21.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-06-10T23:05:21.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-06-10T23:05:21.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3046 | 2026-06-10T23:05:21.724Z | |
| 3047 | 2026-06-10T23:05:21.724Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3048 | 2026-06-10T23:05:22.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-06-10T23:05:22.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-06-10T23:05:22.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-06-10T23:05:22.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3052 | 2026-06-10T23:05:22.335Z | |
| 3053 | 2026-06-10T23:05:22.336Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3054 | 2026-06-10T23:05:22.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-06-10T23:05:22.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-06-10T23:05:22.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-06-10T23:05:22.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3058 | 2026-06-10T23:05:22.940Z | |
| 3059 | 2026-06-10T23:05:22.940Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3060 | 2026-06-10T23:05:23.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-06-10T23:05:23.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-06-10T23:05:23.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-06-10T23:05:23.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3064 | 2026-06-10T23:05:23.554Z | |
| 3065 | 2026-06-10T23:05:23.554Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3066 | 2026-06-10T23:05:24.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-06-10T23:05:24.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-06-10T23:05:24.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-06-10T23:05:24.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3070 | 2026-06-10T23:05:24.161Z | |
| 3071 | 2026-06-10T23:05:24.161Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3072 | 2026-06-10T23:05:24.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-06-10T23:05:24.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-06-10T23:05:24.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-06-10T23:05:24.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3076 | 2026-06-10T23:05:25.406Z | |
| 3077 | 2026-06-10T23:05:25.406Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3078 | 2026-06-10T23:05:25.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-06-10T23:05:25.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-06-10T23:05:25.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-06-10T23:05:25.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3082 | 2026-06-10T23:05:25.509Z | |
| 3083 | 2026-06-10T23:05:25.509Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3084 | 2026-06-10T23:05:25.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-06-10T23:05:25.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-06-10T23:05:25.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-06-10T23:05:25.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3088 | 2026-06-10T23:05:25.965Z | |
| 3089 | 2026-06-10T23:05:25.965Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3090 | 2026-06-10T23:05:26.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-06-10T23:05:26.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-06-10T23:05:26.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2026-06-10T23:05:26.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3094 | 2026-06-10T23:05:26.573Z | |
| 3095 | 2026-06-10T23:05:26.573Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3096 | 2026-06-10T23:05:27.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2026-06-10T23:05:27.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2026-06-10T23:05:27.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2026-06-10T23:05:27.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3100 | 2026-06-10T23:05:27.175Z | |
| 3101 | 2026-06-10T23:05:27.175Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3102 | 2026-06-10T23:05:27.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2026-06-10T23:05:27.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2026-06-10T23:05:27.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2026-06-10T23:05:27.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3106 | 2026-06-10T23:05:27.780Z | |
| 3107 | 2026-06-10T23:05:27.780Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3108 | 2026-06-10T23:05:28.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2026-06-10T23:05:28.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2026-06-10T23:05:28.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2026-06-10T23:05:28.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3112 | 2026-06-10T23:05:28.417Z | |
| 3113 | 2026-06-10T23:05:28.417Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3114 | 2026-06-10T23:05:29.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2026-06-10T23:05:29.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2026-06-10T23:05:29.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2026-06-10T23:05:29.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3118 | 2026-06-10T23:05:29.779Z | |
| 3119 | 2026-06-10T23:05:29.779Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3120 | 2026-06-10T23:05:29.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2026-06-10T23:05:29.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2026-06-10T23:05:29.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2026-06-10T23:05:29.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3124 | 2026-06-10T23:05:29.779Z | |
| 3125 | 2026-06-10T23:05:29.779Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3126 | 2026-06-10T23:05:30.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2026-06-10T23:05:30.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2026-06-10T23:05:30.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2026-06-10T23:05:30.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3130 | 2026-06-10T23:05:30.232Z | |
| 3131 | 2026-06-10T23:05:30.232Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3132 | 2026-06-10T23:05:30.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2026-06-10T23:05:30.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2026-06-10T23:05:30.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2026-06-10T23:05:30.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3136 | 2026-06-10T23:05:30.862Z | |
| 3137 | 2026-06-10T23:05:30.863Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3138 | 2026-06-10T23:05:31.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2026-06-10T23:05:31.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2026-06-10T23:05:31.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2026-06-10T23:05:31.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3142 | 2026-06-10T23:05:31.423Z | |
| 3143 | 2026-06-10T23:05:31.423Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3144 | 2026-06-10T23:05:31.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-06-10T23:05:31.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-06-10T23:05:31.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-06-10T23:05:31.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3148 | 2026-06-10T23:05:32.028Z | |
| 3149 | 2026-06-10T23:05:32.028Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3150 | 2026-06-10T23:05:32.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-06-10T23:05:32.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-06-10T23:05:32.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-06-10T23:05:32.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3154 | 2026-06-10T23:05:32.614Z | |
| 3155 | 2026-06-10T23:05:32.614Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3156 | 2026-06-10T23:05:36.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-06-10T23:05:36.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-06-10T23:05:36.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-06-10T23:05:36.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3160 | 2026-06-10T23:05:36.580Z | |
| 3161 | 2026-06-10T23:05:36.580Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3162 | 2026-06-10T23:05:36.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-06-10T23:05:36.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-06-10T23:05:36.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-06-10T23:05:36.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3166 | 2026-06-10T23:05:36.580Z | |
| 3167 | 2026-06-10T23:05:36.580Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3168 | 2026-06-10T23:05:36.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-06-10T23:05:36.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-06-10T23:05:36.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2026-06-10T23:05:36.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3172 | 2026-06-10T23:05:36.580Z | |
| 3173 | 2026-06-10T23:05:36.580Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3174 | 2026-06-10T23:05:36.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-06-10T23:05:36.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-06-10T23:05:36.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3177 | 2026-06-10T23:05:36.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3178 | 2026-06-10T23:05:36.581Z | |
| 3179 | 2026-06-10T23:05:36.581Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3180 | 2026-06-10T23:05:36.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3181 | 2026-06-10T23:05:36.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3182 | 2026-06-10T23:05:36.622Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3183 | 2026-06-10T23:05:36.622Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3184 | 2026-06-10T23:05:36.622Z | Checking csv-core v0.1.13 |
| 3185 | 2026-06-10T23:05:36.622Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3186 | 2026-06-10T23:05:36.622Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3187 | 2026-06-10T23:05:36.622Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3188 | 2026-06-10T23:05:36.622Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3189 | 2026-06-10T23:05:36.622Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3190 | 2026-06-10T23:05:36.622Z | Checking csv v1.4.0 |
| 3191 | 2026-06-10T23:05:36.622Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3192 | 2026-06-10T23:05:36.622Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3193 | 2026-06-10T23:05:36.622Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3194 | 2026-06-10T23:05:36.622Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3195 | 2026-06-10T23:05:36.622Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3196 | 2026-06-10T23:05:36.740Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3197 | 2026-06-10T23:05:36.743Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3198 | 2026-06-10T23:05:37.058Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3199 | 2026-06-10T23:05:43.021Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3200 | 2026-06-10T23:05:43.558Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3201 | 2026-06-10T23:05:45.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s |
| 3202 | 2026-06-10T23:05:46.099Z | |
| 3203 | 2026-06-10T23:05:46.099Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3204 | 2026-06-10T23:05:46.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-06-10T23:05:46.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-06-10T23:05:46.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-06-10T23:05:46.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3208 | 2026-06-10T23:05:46.697Z | |
| 3209 | 2026-06-10T23:05:46.697Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3210 | 2026-06-10T23:05:47.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-06-10T23:05:47.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-06-10T23:05:47.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-06-10T23:05:47.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3214 | 2026-06-10T23:05:47.392Z | |
| 3215 | 2026-06-10T23:05:47.392Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3216 | 2026-06-10T23:05:47.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-06-10T23:05:47.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-06-10T23:05:47.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2026-06-10T23:05:47.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3220 | 2026-06-10T23:05:48.051Z | |
| 3221 | 2026-06-10T23:05:48.052Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3222 | 2026-06-10T23:05:48.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-06-10T23:05:48.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-06-10T23:05:48.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3225 | 2026-06-10T23:05:48.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3226 | 2026-06-10T23:05:48.700Z | |
| 3227 | 2026-06-10T23:05:48.700Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3228 | 2026-06-10T23:05:49.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3229 | 2026-06-10T23:05:49.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3230 | 2026-06-10T23:05:49.470Z | Compiling regress v0.11.1 |
| 3231 | 2026-06-10T23:05:49.613Z | Compiling unsafe-libyaml v0.2.11 |
| 3232 | 2026-06-10T23:05:49.625Z | Compiling semver v0.1.20 |
| 3233 | 2026-06-10T23:05:49.625Z | Compiling radium v0.7.0 |
| 3234 | 2026-06-10T23:05:49.646Z | Checking nom v8.0.0 |
| 3235 | 2026-06-10T23:05:49.650Z | Compiling maybe-uninit v2.0.0 |
| 3236 | 2026-06-10T23:05:49.650Z | Checking tap v1.0.1 |
| 3237 | 2026-06-10T23:05:49.773Z | Checking wyz v0.5.1 |
| 3238 | 2026-06-10T23:05:49.897Z | Compiling rustc_version v0.1.7 |
| 3239 | 2026-06-10T23:05:49.951Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3240 | 2026-06-10T23:05:49.970Z | Compiling zerocopy-derive v0.6.6 |
| 3241 | 2026-06-10T23:05:50.070Z | Compiling owo-colors v4.3.0 |
| 3242 | 2026-06-10T23:05:50.126Z | Compiling serde_yaml v0.9.34+deprecated |
| 3243 | 2026-06-10T23:05:50.347Z | Compiling newtype_derive v0.1.6 |
| 3244 | 2026-06-10T23:05:50.388Z | Compiling packed_struct v0.10.1 |
| 3245 | 2026-06-10T23:05:50.545Z | Checking crc-catalog v2.4.0 |
| 3246 | 2026-06-10T23:05:50.643Z | Compiling cancel-safe-futures v0.1.5 |
| 3247 | 2026-06-10T23:05:50.657Z | Checking funty v2.0.0 |
| 3248 | 2026-06-10T23:05:50.828Z | Checking zerocopy v0.6.6 |
| 3249 | 2026-06-10T23:05:50.905Z | Checking crc v3.4.0 |
| 3250 | 2026-06-10T23:05:51.016Z | Checking bitvec v1.0.1 |
| 3251 | 2026-06-10T23:05:51.084Z | Checking typify-impl v0.6.2 |
| 3252 | 2026-06-10T23:05:51.267Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3253 | 2026-06-10T23:05:51.466Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3254 | 2026-06-10T23:05:51.582Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3255 | 2026-06-10T23:05:51.597Z | Compiling packed_struct_codegen v0.10.1 |
| 3256 | 2026-06-10T23:05:51.812Z | Checking libsw-core v0.3.2 |
| 3257 | 2026-06-10T23:05:51.826Z | Compiling bitfield-macros v0.19.4 |
| 3258 | 2026-06-10T23:05:51.958Z | Compiling indexmap v1.9.3 |
| 3259 | 2026-06-10T23:05:52.190Z | Checking nodrop v0.1.14 |
| 3260 | 2026-06-10T23:05:52.230Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3261 | 2026-06-10T23:05:52.254Z | Checking array-init v0.0.4 |
| 3262 | 2026-06-10T23:05:52.321Z | Checking libsw v3.5.0 |
| 3263 | 2026-06-10T23:05:52.339Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3264 | 2026-06-10T23:05:52.476Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3265 | 2026-06-10T23:05:52.542Z | Checking bitfield v0.19.4 |
| 3266 | 2026-06-10T23:05:52.556Z | Checking smallvec v0.6.14 |
| 3267 | 2026-06-10T23:05:52.657Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3268 | 2026-06-10T23:05:52.827Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3269 | 2026-06-10T23:05:52.841Z | Checking smawk v0.3.2 |
| 3270 | 2026-06-10T23:05:52.954Z | Checking base64 v0.21.7 |
| 3271 | 2026-06-10T23:05:52.972Z | Checking linear-map v1.2.0 |
| 3272 | 2026-06-10T23:05:53.049Z | Checking unicode-linebreak v0.1.5 |
| 3273 | 2026-06-10T23:05:53.070Z | Checking tagptr v0.2.0 |
| 3274 | 2026-06-10T23:05:53.138Z | Checking hashbrown v0.12.3 |
| 3275 | 2026-06-10T23:05:53.190Z | Checking ron v0.8.1 |
| 3276 | 2026-06-10T23:05:53.209Z | Checking moka v0.12.13 |
| 3277 | 2026-06-10T23:05:53.265Z | Checking textwrap v0.16.2 |
| 3278 | 2026-06-10T23:05:53.307Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3279 | 2026-06-10T23:05:53.482Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3280 | 2026-06-10T23:05:53.665Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3281 | 2026-06-10T23:05:53.704Z | Checking steno v0.4.1 |
| 3282 | 2026-06-10T23:05:53.720Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3283 | 2026-06-10T23:05:53.838Z | Checking serde-hex v0.1.0 |
| 3284 | 2026-06-10T23:05:53.867Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3285 | 2026-06-10T23:05:54.027Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3286 | 2026-06-10T23:05:54.464Z | Checking hashbrown v0.13.2 |
| 3287 | 2026-06-10T23:05:54.564Z | Checking crc-any v2.5.0 |
| 3288 | 2026-06-10T23:05:54.615Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3289 | 2026-06-10T23:05:54.684Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3290 | 2026-06-10T23:05:54.745Z | Checking hickory-resolver v0.25.2 |
| 3291 | 2026-06-10T23:05:54.827Z | Checking path-slash v0.1.5 |
| 3292 | 2026-06-10T23:05:54.850Z | Checking void v1.0.2 |
| 3293 | 2026-06-10T23:05:54.886Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3294 | 2026-06-10T23:05:54.900Z | Checking object v0.30.4 |
| 3295 | 2026-06-10T23:05:54.927Z | Checking utf-8 v0.7.6 |
| 3296 | 2026-06-10T23:05:54.955Z | Checking half v1.8.3 |
| 3297 | 2026-06-10T23:05:54.992Z | Checking lzss v0.8.2 |
| 3298 | 2026-06-10T23:05:55.063Z | Checking tungstenite v0.23.0 |
| 3299 | 2026-06-10T23:05:55.153Z | Checking serde_cbor v0.11.2 |
| 3300 | 2026-06-10T23:05:55.310Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3301 | 2026-06-10T23:05:55.325Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3302 | 2026-06-10T23:05:55.468Z | Checking nix v0.27.1 |
| 3303 | 2026-06-10T23:05:55.471Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3304 | 2026-06-10T23:05:55.495Z | Checking kstat-rs v0.2.4 |
| 3305 | 2026-06-10T23:05:55.542Z | Checking fxhash v0.2.1 |
| 3306 | 2026-06-10T23:05:55.563Z | Checking serde_bytes v0.11.19 |
| 3307 | 2026-06-10T23:05:55.646Z | Compiling typify-macro v0.6.2 |
| 3308 | 2026-06-10T23:05:55.660Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3309 | 2026-06-10T23:05:55.679Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3310 | 2026-06-10T23:05:55.736Z | Checking tokio-tungstenite v0.23.1 |
| 3311 | 2026-06-10T23:05:55.933Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3312 | 2026-06-10T23:05:55.994Z | Checking signal-hook-tokio v0.3.1 |
| 3313 | 2026-06-10T23:05:56.735Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3314 | 2026-06-10T23:05:56.963Z | Compiling typify v0.6.2 |
| 3315 | 2026-06-10T23:05:57.029Z | Compiling progenitor-impl v0.14.0 |
| 3316 | 2026-06-10T23:05:57.627Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3317 | 2026-06-10T23:05:57.930Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3318 | 2026-06-10T23:05:58.440Z | Compiling progenitor-macro v0.14.0 |
| 3319 | 2026-06-10T23:06:00.761Z | Checking progenitor v0.14.0 |
| 3320 | 2026-06-10T23:06:00.887Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3321 | 2026-06-10T23:06:00.892Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3322 | 2026-06-10T23:06:03.526Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3323 | 2026-06-10T23:06:11.423Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3324 | 2026-06-10T23:06:17.785Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3325 | 2026-06-10T23:06:19.132Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3326 | 2026-06-10T23:06:19.630Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3327 | 2026-06-10T23:06:21.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.01s |
| 3328 | 2026-06-10T23:06:21.920Z | |
| 3329 | 2026-06-10T23:06:21.920Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3330 | 2026-06-10T23:06:22.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3331 | 2026-06-10T23:06:22.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3332 | 2026-06-10T23:06:22.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3333 | 2026-06-10T23:06:22.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3334 | 2026-06-10T23:06:22.521Z | |
| 3335 | 2026-06-10T23:06:22.521Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3336 | 2026-06-10T23:06:23.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3337 | 2026-06-10T23:06:23.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3338 | 2026-06-10T23:06:23.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3339 | 2026-06-10T23:06:23.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3340 | 2026-06-10T23:06:23.120Z | |
| 3341 | 2026-06-10T23:06:23.120Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3342 | 2026-06-10T23:06:23.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3343 | 2026-06-10T23:06:23.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3344 | 2026-06-10T23:06:23.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3345 | 2026-06-10T23:06:23.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3346 | 2026-06-10T23:06:23.738Z | |
| 3347 | 2026-06-10T23:06:23.738Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3348 | 2026-06-10T23:06:24.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3349 | 2026-06-10T23:06:24.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3350 | 2026-06-10T23:06:24.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3351 | 2026-06-10T23:06:24.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3352 | 2026-06-10T23:06:24.330Z | |
| 3353 | 2026-06-10T23:06:24.330Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3354 | 2026-06-10T23:06:24.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3355 | 2026-06-10T23:06:24.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3356 | 2026-06-10T23:06:24.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3357 | 2026-06-10T23:06:24.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3358 | 2026-06-10T23:06:24.936Z | |
| 3359 | 2026-06-10T23:06:24.936Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3360 | 2026-06-10T23:06:25.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3361 | 2026-06-10T23:06:25.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3362 | 2026-06-10T23:06:25.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3363 | 2026-06-10T23:06:25.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3364 | 2026-06-10T23:06:25.541Z | |
| 3365 | 2026-06-10T23:06:25.541Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3366 | 2026-06-10T23:06:26.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3367 | 2026-06-10T23:06:26.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3368 | 2026-06-10T23:06:26.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3369 | 2026-06-10T23:06:26.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3370 | 2026-06-10T23:06:26.146Z | |
| 3371 | 2026-06-10T23:06:26.146Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3372 | 2026-06-10T23:06:26.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3373 | 2026-06-10T23:06:26.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3374 | 2026-06-10T23:06:26.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3375 | 2026-06-10T23:06:26.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3376 | 2026-06-10T23:06:26.764Z | |
| 3377 | 2026-06-10T23:06:26.764Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3378 | 2026-06-10T23:06:27.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3379 | 2026-06-10T23:06:27.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3380 | 2026-06-10T23:06:27.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3381 | 2026-06-10T23:06:27.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3382 | 2026-06-10T23:06:27.369Z | |
| 3383 | 2026-06-10T23:06:27.369Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3384 | 2026-06-10T23:06:27.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2026-06-10T23:06:27.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2026-06-10T23:06:27.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3387 | 2026-06-10T23:06:27.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3388 | 2026-06-10T23:06:27.974Z | |
| 3389 | 2026-06-10T23:06:27.974Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3390 | 2026-06-10T23:06:28.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3391 | 2026-06-10T23:06:28.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3392 | 2026-06-10T23:06:28.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3393 | 2026-06-10T23:06:28.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3394 | 2026-06-10T23:06:28.579Z | |
| 3395 | 2026-06-10T23:06:28.580Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3396 | 2026-06-10T23:06:29.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2026-06-10T23:06:29.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2026-06-10T23:06:29.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2026-06-10T23:06:29.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3400 | 2026-06-10T23:06:29.183Z | |
| 3401 | 2026-06-10T23:06:29.183Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3402 | 2026-06-10T23:06:29.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2026-06-10T23:06:29.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2026-06-10T23:06:29.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3405 | 2026-06-10T23:06:29.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3406 | 2026-06-10T23:06:29.794Z | |
| 3407 | 2026-06-10T23:06:29.794Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3408 | 2026-06-10T23:06:30.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2026-06-10T23:06:30.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2026-06-10T23:06:30.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2026-06-10T23:06:30.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3412 | 2026-06-10T23:06:30.400Z | |
| 3413 | 2026-06-10T23:06:30.400Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3414 | 2026-06-10T23:06:30.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2026-06-10T23:06:30.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2026-06-10T23:06:30.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2026-06-10T23:06:30.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3418 | 2026-06-10T23:06:31.026Z | |
| 3419 | 2026-06-10T23:06:31.026Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3420 | 2026-06-10T23:06:31.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2026-06-10T23:06:31.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2026-06-10T23:06:31.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2026-06-10T23:06:31.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3424 | 2026-06-10T23:06:31.649Z | |
| 3425 | 2026-06-10T23:06:31.649Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3426 | 2026-06-10T23:06:32.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2026-06-10T23:06:32.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2026-06-10T23:06:32.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3429 | 2026-06-10T23:06:32.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3430 | 2026-06-10T23:06:32.268Z | |
| 3431 | 2026-06-10T23:06:32.268Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3432 | 2026-06-10T23:06:32.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3433 | 2026-06-10T23:06:32.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3434 | 2026-06-10T23:06:32.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3435 | 2026-06-10T23:06:32.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3436 | 2026-06-10T23:06:32.888Z | |
| 3437 | 2026-06-10T23:06:32.888Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3438 | 2026-06-10T23:06:33.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3439 | 2026-06-10T23:06:33.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3440 | 2026-06-10T23:06:33.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3441 | 2026-06-10T23:06:33.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3442 | 2026-06-10T23:06:33.509Z | |
| 3443 | 2026-06-10T23:06:33.509Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3444 | 2026-06-10T23:06:34.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3445 | 2026-06-10T23:06:34.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3446 | 2026-06-10T23:06:34.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3447 | 2026-06-10T23:06:34.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3448 | 2026-06-10T23:06:34.132Z | |
| 3449 | 2026-06-10T23:06:34.132Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3450 | 2026-06-10T23:06:34.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3451 | 2026-06-10T23:06:34.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3452 | 2026-06-10T23:06:34.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3453 | 2026-06-10T23:06:34.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3454 | 2026-06-10T23:06:34.758Z | |
| 3455 | 2026-06-10T23:06:34.758Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3456 | 2026-06-10T23:06:35.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2026-06-10T23:06:35.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2026-06-10T23:06:35.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3459 | 2026-06-10T23:06:35.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3460 | 2026-06-10T23:06:35.376Z | |
| 3461 | 2026-06-10T23:06:35.376Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3462 | 2026-06-10T23:06:35.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2026-06-10T23:06:35.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2026-06-10T23:06:35.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3465 | 2026-06-10T23:06:35.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3466 | 2026-06-10T23:06:35.997Z | |
| 3467 | 2026-06-10T23:06:35.998Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3468 | 2026-06-10T23:06:36.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-06-10T23:06:36.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-06-10T23:06:36.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3471 | 2026-06-10T23:06:36.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3472 | 2026-06-10T23:06:36.622Z | |
| 3473 | 2026-06-10T23:06:36.622Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3474 | 2026-06-10T23:06:37.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-06-10T23:06:37.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-06-10T23:06:37.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-06-10T23:06:37.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3478 | 2026-06-10T23:06:37.226Z | |
| 3479 | 2026-06-10T23:06:37.226Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3480 | 2026-06-10T23:06:37.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-06-10T23:06:37.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-06-10T23:06:37.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-06-10T23:06:37.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3484 | 2026-06-10T23:06:37.830Z | |
| 3485 | 2026-06-10T23:06:37.830Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3486 | 2026-06-10T23:06:38.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-06-10T23:06:38.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-06-10T23:06:38.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-06-10T23:06:38.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3490 | 2026-06-10T23:06:38.431Z | |
| 3491 | 2026-06-10T23:06:38.431Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3492 | 2026-06-10T23:06:38.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-06-10T23:06:38.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-06-10T23:06:38.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-06-10T23:06:38.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3496 | 2026-06-10T23:06:39.024Z | |
| 3497 | 2026-06-10T23:06:39.025Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3498 | 2026-06-10T23:06:39.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-06-10T23:06:39.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-06-10T23:06:39.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-06-10T23:06:39.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3502 | 2026-06-10T23:06:39.619Z | |
| 3503 | 2026-06-10T23:06:39.619Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3504 | 2026-06-10T23:06:40.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-06-10T23:06:40.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-06-10T23:06:40.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-06-10T23:06:40.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3508 | 2026-06-10T23:06:40.218Z | |
| 3509 | 2026-06-10T23:06:40.218Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3510 | 2026-06-10T23:06:40.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-06-10T23:06:40.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-06-10T23:06:40.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-06-10T23:06:40.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3514 | 2026-06-10T23:06:40.818Z | |
| 3515 | 2026-06-10T23:06:40.819Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3516 | 2026-06-10T23:06:41.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-06-10T23:06:41.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-06-10T23:06:41.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-06-10T23:06:41.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3520 | 2026-06-10T23:06:41.420Z | |
| 3521 | 2026-06-10T23:06:41.420Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3522 | 2026-06-10T23:06:41.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-06-10T23:06:41.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-06-10T23:06:41.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-06-10T23:06:41.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3526 | 2026-06-10T23:06:42.040Z | |
| 3527 | 2026-06-10T23:06:42.040Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3528 | 2026-06-10T23:06:42.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-06-10T23:06:42.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-06-10T23:06:42.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-06-10T23:06:42.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3532 | 2026-06-10T23:06:42.734Z | |
| 3533 | 2026-06-10T23:06:42.734Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3534 | 2026-06-10T23:06:43.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-06-10T23:06:43.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-06-10T23:06:43.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-06-10T23:06:43.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3538 | 2026-06-10T23:06:43.271Z | |
| 3539 | 2026-06-10T23:06:43.271Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3540 | 2026-06-10T23:06:43.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-06-10T23:06:43.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-06-10T23:06:43.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-06-10T23:06:43.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3544 | 2026-06-10T23:06:43.892Z | |
| 3545 | 2026-06-10T23:06:43.892Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3546 | 2026-06-10T23:06:44.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-06-10T23:06:44.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-06-10T23:06:44.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-06-10T23:06:44.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3550 | 2026-06-10T23:06:44.517Z | |
| 3551 | 2026-06-10T23:06:44.517Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3552 | 2026-06-10T23:06:45.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-06-10T23:06:45.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-06-10T23:06:45.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-06-10T23:06:45.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3556 | 2026-06-10T23:06:45.135Z | |
| 3557 | 2026-06-10T23:06:45.135Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3558 | 2026-06-10T23:06:45.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-06-10T23:06:45.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-06-10T23:06:45.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-06-10T23:06:45.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3562 | 2026-06-10T23:06:45.856Z | |
| 3563 | 2026-06-10T23:06:45.856Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3564 | 2026-06-10T23:06:46.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-06-10T23:06:46.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-06-10T23:06:46.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-06-10T23:06:46.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3568 | 2026-06-10T23:06:46.404Z | |
| 3569 | 2026-06-10T23:06:46.404Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3570 | 2026-06-10T23:06:46.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-06-10T23:06:46.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-06-10T23:06:46.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-06-10T23:06:46.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3574 | 2026-06-10T23:06:47.013Z | |
| 3575 | 2026-06-10T23:06:47.013Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3576 | 2026-06-10T23:06:47.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-06-10T23:06:47.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-06-10T23:06:47.668Z | Compiling parking_lot_core v0.8.6 |
| 3579 | 2026-06-10T23:06:47.676Z | Compiling git-stub v1.0.0 |
| 3580 | 2026-06-10T23:06:47.676Z | Checking prefix-trie v0.7.0 |
| 3581 | 2026-06-10T23:06:47.676Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3582 | 2026-06-10T23:06:47.901Z | Compiling git-stub-vcs v0.1.0 |
| 3583 | 2026-06-10T23:06:48.061Z | Checking hickory-server v0.25.2 |
| 3584 | 2026-06-10T23:06:48.176Z | Checking parking_lot v0.11.2 |
| 3585 | 2026-06-10T23:06:48.180Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3586 | 2026-06-10T23:06:48.260Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3587 | 2026-06-10T23:06:48.260Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3588 | 2026-06-10T23:06:48.348Z | Checking sled v0.34.7 |
| 3589 | 2026-06-10T23:06:50.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 3590 | 2026-06-10T23:06:50.414Z | |
| 3591 | 2026-06-10T23:06:50.414Z | info: running `cargo check --bins` on dns-server-api (176/295) |
| 3592 | 2026-06-10T23:06:50.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-06-10T23:06:50.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-06-10T23:06:50.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-06-10T23:06:50.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3596 | 2026-06-10T23:06:51.018Z | |
| 3597 | 2026-06-10T23:06:51.018Z | info: running `cargo check --bins` on oximeter-producer-api (177/295) |
| 3598 | 2026-06-10T23:06:51.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-06-10T23:06:51.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-06-10T23:06:51.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-06-10T23:06:51.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3602 | 2026-06-10T23:06:51.615Z | |
| 3603 | 2026-06-10T23:06:51.615Z | info: running `cargo check --bins` on sp-sim (178/295) |
| 3604 | 2026-06-10T23:06:52.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-06-10T23:06:52.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-06-10T23:06:52.337Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3607 | 2026-06-10T23:06:54.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
| 3608 | 2026-06-10T23:06:54.287Z | |
| 3609 | 2026-06-10T23:06:54.287Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295) |
| 3610 | 2026-06-10T23:06:54.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-06-10T23:06:54.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-06-10T23:06:54.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-06-10T23:06:54.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3614 | 2026-06-10T23:06:54.943Z | |
| 3615 | 2026-06-10T23:06:54.943Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295) |
| 3616 | 2026-06-10T23:06:55.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-06-10T23:06:55.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-06-10T23:06:55.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-06-10T23:06:55.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3620 | 2026-06-10T23:06:55.591Z | |
| 3621 | 2026-06-10T23:06:55.591Z | info: running `cargo check --bins` on db-macros (181/295) |
| 3622 | 2026-06-10T23:06:56.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-06-10T23:06:56.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-06-10T23:06:56.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-06-10T23:06:56.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3626 | 2026-06-10T23:06:56.216Z | |
| 3627 | 2026-06-10T23:06:56.216Z | info: running `cargo check --bins` on nexus-macros-common (182/295) |
| 3628 | 2026-06-10T23:06:56.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-06-10T23:06:56.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-06-10T23:06:56.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-06-10T23:06:56.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3632 | 2026-06-10T23:06:56.766Z | |
| 3633 | 2026-06-10T23:06:56.766Z | info: running `cargo check --bins` on nexus-auth (183/295) |
| 3634 | 2026-06-10T23:06:57.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-06-10T23:06:57.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-06-10T23:06:57.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-06-10T23:06:57.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3638 | 2026-06-10T23:06:57.431Z | |
| 3639 | 2026-06-10T23:06:57.431Z | info: running `cargo check --bins` on authz-macros (184/295) |
| 3640 | 2026-06-10T23:06:57.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-06-10T23:06:57.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-06-10T23:06:57.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-06-10T23:06:57.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3644 | 2026-06-10T23:06:58.002Z | |
| 3645 | 2026-06-10T23:06:58.002Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/295) |
| 3646 | 2026-06-10T23:06:58.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-06-10T23:06:58.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-06-10T23:06:58.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-06-10T23:06:58.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3650 | 2026-06-10T23:06:58.660Z | |
| 3651 | 2026-06-10T23:06:58.660Z | info: running `cargo check --bins` on nexus-db-model (186/295) |
| 3652 | 2026-06-10T23:06:59.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-06-10T23:06:59.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-06-10T23:06:59.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-06-10T23:06:59.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3656 | 2026-06-10T23:06:59.293Z | |
| 3657 | 2026-06-10T23:06:59.293Z | info: running `cargo check --bins` on nexus-db-schema (187/295) |
| 3658 | 2026-06-10T23:06:59.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-06-10T23:06:59.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-06-10T23:06:59.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-06-10T23:06:59.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3662 | 2026-06-10T23:06:59.887Z | |
| 3663 | 2026-06-10T23:06:59.887Z | info: running `cargo check --bins` on omicron-rpaths (188/295) |
| 3664 | 2026-06-10T23:07:00.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-06-10T23:07:00.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-06-10T23:07:00.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-06-10T23:07:00.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3668 | 2026-06-10T23:07:00.481Z | |
| 3669 | 2026-06-10T23:07:00.481Z | info: running `cargo check --bins` on nexus-defaults (189/295) |
| 3670 | 2026-06-10T23:07:00.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-06-10T23:07:00.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-06-10T23:07:00.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-06-10T23:07:00.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3674 | 2026-06-10T23:07:01.086Z | |
| 3675 | 2026-06-10T23:07:01.086Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/295) |
| 3676 | 2026-06-10T23:07:01.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-06-10T23:07:01.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-06-10T23:07:01.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-06-10T23:07:01.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3680 | 2026-06-10T23:07:01.679Z | |
| 3681 | 2026-06-10T23:07:01.680Z | info: running `cargo check --bins` on parallel-task-set (191/295) |
| 3682 | 2026-06-10T23:07:02.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-06-10T23:07:02.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-06-10T23:07:02.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-06-10T23:07:02.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3686 | 2026-06-10T23:07:02.270Z | |
| 3687 | 2026-06-10T23:07:02.270Z | info: running `cargo check --bins` on nexus-db-errors (192/295) |
| 3688 | 2026-06-10T23:07:02.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-06-10T23:07:02.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-06-10T23:07:02.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-06-10T23:07:02.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3692 | 2026-06-10T23:07:02.928Z | |
| 3693 | 2026-06-10T23:07:02.929Z | info: running `cargo check --bins` on nexus-db-lookup (193/295) |
| 3694 | 2026-06-10T23:07:03.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-06-10T23:07:03.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-06-10T23:07:03.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2026-06-10T23:07:03.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3698 | 2026-06-10T23:07:03.592Z | |
| 3699 | 2026-06-10T23:07:03.592Z | info: running `cargo check --bins` on nexus-inventory (194/295) |
| 3700 | 2026-06-10T23:07:04.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-06-10T23:07:04.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-06-10T23:07:04.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-06-10T23:07:04.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3704 | 2026-06-10T23:07:04.238Z | |
| 3705 | 2026-06-10T23:07:04.238Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295) |
| 3706 | 2026-06-10T23:07:04.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-06-10T23:07:04.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-06-10T23:07:04.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-06-10T23:07:04.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3710 | 2026-06-10T23:07:04.868Z | |
| 3711 | 2026-06-10T23:07:04.868Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/295) |
| 3712 | 2026-06-10T23:07:05.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-06-10T23:07:05.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-06-10T23:07:05.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-06-10T23:07:05.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3716 | 2026-06-10T23:07:05.490Z | |
| 3717 | 2026-06-10T23:07:05.490Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295) |
| 3718 | 2026-06-10T23:07:06.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-06-10T23:07:06.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-06-10T23:07:06.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-06-10T23:07:06.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3722 | 2026-06-10T23:07:06.117Z | |
| 3723 | 2026-06-10T23:07:06.117Z | info: running `cargo check --bins` on key-manager (198/295) |
| 3724 | 2026-06-10T23:07:06.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-06-10T23:07:06.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-06-10T23:07:06.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-06-10T23:07:06.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3728 | 2026-06-10T23:07:06.709Z | |
| 3729 | 2026-06-10T23:07:06.709Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/295) |
| 3730 | 2026-06-10T23:07:07.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-06-10T23:07:07.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-06-10T23:07:07.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-06-10T23:07:07.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3734 | 2026-06-10T23:07:07.336Z | |
| 3735 | 2026-06-10T23:07:07.336Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295) |
| 3736 | 2026-06-10T23:07:07.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-06-10T23:07:07.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-06-10T23:07:07.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3739 | 2026-06-10T23:07:07.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3740 | 2026-06-10T23:07:07.956Z | |
| 3741 | 2026-06-10T23:07:07.956Z | info: running `cargo check --bins` on typed-rng (201/295) |
| 3742 | 2026-06-10T23:07:08.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-06-10T23:07:08.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-06-10T23:07:08.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3745 | 2026-06-10T23:07:08.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3746 | 2026-06-10T23:07:08.544Z | |
| 3747 | 2026-06-10T23:07:08.544Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295) |
| 3748 | 2026-06-10T23:07:09.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-06-10T23:07:09.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-06-10T23:07:09.413Z | Compiling libefi-sys v0.1.0 |
| 3751 | 2026-06-10T23:07:09.416Z | Compiling bitfield-struct v0.6.2 |
| 3752 | 2026-06-10T23:07:09.560Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3753 | 2026-06-10T23:07:09.568Z | Compiling xshell-macros v0.2.7 |
| 3754 | 2026-06-10T23:07:09.578Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3755 | 2026-06-10T23:07:09.591Z | Compiling typify-impl v0.4.3 |
| 3756 | 2026-06-10T23:07:09.593Z | Compiling salty v0.3.0 |
| 3757 | 2026-06-10T23:07:09.623Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3758 | 2026-06-10T23:07:09.647Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3759 | 2026-06-10T23:07:09.793Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3760 | 2026-06-10T23:07:09.902Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3761 | 2026-06-10T23:07:09.917Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3762 | 2026-06-10T23:07:09.930Z | Checking xshell v0.2.7 |
| 3763 | 2026-06-10T23:07:10.115Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3764 | 2026-06-10T23:07:10.128Z | Checking primeorder v0.13.6 |
| 3765 | 2026-06-10T23:07:10.142Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3766 | 2026-06-10T23:07:10.156Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3767 | 2026-06-10T23:07:10.280Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3768 | 2026-06-10T23:07:10.320Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3769 | 2026-06-10T23:07:10.361Z | Checking tungstenite v0.21.0 |
| 3770 | 2026-06-10T23:07:10.389Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3771 | 2026-06-10T23:07:10.525Z | Compiling proc-macro-error2 v2.0.1 |
| 3772 | 2026-06-10T23:07:10.530Z | Checking p384 v0.13.1 |
| 3773 | 2026-06-10T23:07:10.555Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3774 | 2026-06-10T23:07:10.627Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3775 | 2026-06-10T23:07:10.985Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3776 | 2026-06-10T23:07:11.123Z | Compiling num-derive v0.3.3 |
| 3777 | 2026-06-10T23:07:11.219Z | Compiling tabled_derive v0.11.0 |
| 3778 | 2026-06-10T23:07:11.373Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3779 | 2026-06-10T23:07:11.533Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3780 | 2026-06-10T23:07:11.671Z | Checking tokio-tungstenite v0.21.0 |
| 3781 | 2026-06-10T23:07:11.821Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3782 | 2026-06-10T23:07:12.014Z | Checking libscf-sys v1.1.0 |
| 3783 | 2026-06-10T23:07:12.150Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3784 | 2026-06-10T23:07:12.165Z | Checking papergrid v0.17.0 |
| 3785 | 2026-06-10T23:07:12.230Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3786 | 2026-06-10T23:07:12.388Z | Checking testing_table v0.3.0 |
| 3787 | 2026-06-10T23:07:12.466Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3788 | 2026-06-10T23:07:12.487Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3789 | 2026-06-10T23:07:12.533Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3790 | 2026-06-10T23:07:12.688Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3791 | 2026-06-10T23:07:12.745Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3792 | 2026-06-10T23:07:12.848Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3793 | 2026-06-10T23:07:12.945Z | Compiling unicase v2.9.0 |
| 3794 | 2026-06-10T23:07:12.962Z | Checking corncobs v0.1.4 |
| 3795 | 2026-06-10T23:07:12.989Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3796 | 2026-06-10T23:07:13.088Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3797 | 2026-06-10T23:07:13.103Z | Checking tabled v0.20.0 |
| 3798 | 2026-06-10T23:07:13.152Z | Compiling mime_guess v2.0.5 |
| 3799 | 2026-06-10T23:07:13.221Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3800 | 2026-06-10T23:07:13.252Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3801 | 2026-06-10T23:07:13.255Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3802 | 2026-06-10T23:07:13.347Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3803 | 2026-06-10T23:07:13.393Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3804 | 2026-06-10T23:07:13.551Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3805 | 2026-06-10T23:07:13.567Z | Checking progenitor-client v0.11.2 |
| 3806 | 2026-06-10T23:07:13.683Z | Checking secrecy v0.8.0 |
| 3807 | 2026-06-10T23:07:13.801Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3808 | 2026-06-10T23:07:14.011Z | Compiling typify-macro v0.4.3 |
| 3809 | 2026-06-10T23:07:14.108Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3810 | 2026-06-10T23:07:14.132Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3811 | 2026-06-10T23:07:14.136Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3812 | 2026-06-10T23:07:14.179Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3813 | 2026-06-10T23:07:14.379Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3814 | 2026-06-10T23:07:14.445Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3815 | 2026-06-10T23:07:14.461Z | Checking filetime v0.2.27 |
| 3816 | 2026-06-10T23:07:14.604Z | Checking xattr v1.6.1 |
| 3817 | 2026-06-10T23:07:14.619Z | Checking http-range v0.1.5 |
| 3818 | 2026-06-10T23:07:14.754Z | Checking crc8 v0.1.1 |
| 3819 | 2026-06-10T23:07:14.853Z | Checking tar v0.4.45 |
| 3820 | 2026-06-10T23:07:14.867Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3821 | 2026-06-10T23:07:15.061Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3822 | 2026-06-10T23:07:15.132Z | Checking illumos-nvpair v0.3.0 |
| 3823 | 2026-06-10T23:07:15.258Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3824 | 2026-06-10T23:07:15.296Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3825 | 2026-06-10T23:07:15.382Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3826 | 2026-06-10T23:07:15.649Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3827 | 2026-06-10T23:07:15.736Z | Compiling typify v0.4.3 |
| 3828 | 2026-06-10T23:07:15.769Z | Checking atty v0.2.14 |
| 3829 | 2026-06-10T23:07:15.852Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3830 | 2026-06-10T23:07:15.891Z | Compiling progenitor-impl v0.11.2 |
| 3831 | 2026-06-10T23:07:15.921Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3832 | 2026-06-10T23:07:16.266Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3833 | 2026-06-10T23:07:16.282Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3834 | 2026-06-10T23:07:16.372Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3835 | 2026-06-10T23:07:16.532Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3836 | 2026-06-10T23:07:16.607Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3837 | 2026-06-10T23:07:16.810Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3838 | 2026-06-10T23:07:16.908Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3839 | 2026-06-10T23:07:16.957Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3840 | 2026-06-10T23:07:16.988Z | Checking hyper-staticfile v0.10.1 |
| 3841 | 2026-06-10T23:07:17.206Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3842 | 2026-06-10T23:07:17.282Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3843 | 2026-06-10T23:07:17.352Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3844 | 2026-06-10T23:07:17.422Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3845 | 2026-06-10T23:07:17.460Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3846 | 2026-06-10T23:07:17.647Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3847 | 2026-06-10T23:07:17.733Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3848 | 2026-06-10T23:07:17.929Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3849 | 2026-06-10T23:07:17.961Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3850 | 2026-06-10T23:07:18.029Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3851 | 2026-06-10T23:07:18.454Z | Compiling progenitor-macro v0.11.2 |
| 3852 | 2026-06-10T23:07:20.861Z | Checking progenitor v0.11.2 |
| 3853 | 2026-06-10T23:07:21.007Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3854 | 2026-06-10T23:07:21.252Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3855 | 2026-06-10T23:07:25.666Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3856 | 2026-06-10T23:07:36.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.00s |
| 3857 | 2026-06-10T23:07:36.767Z | |
| 3858 | 2026-06-10T23:07:36.767Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295) |
| 3859 | 2026-06-10T23:07:37.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3860 | 2026-06-10T23:07:37.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3861 | 2026-06-10T23:07:37.563Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3862 | 2026-06-10T23:07:48.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s |
| 3863 | 2026-06-10T23:07:48.546Z | |
| 3864 | 2026-06-10T23:07:48.547Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295) |
| 3865 | 2026-06-10T23:07:49.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2026-06-10T23:07:49.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2026-06-10T23:07:49.342Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3868 | 2026-06-10T23:08:00.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s |
| 3869 | 2026-06-10T23:08:00.320Z | |
| 3870 | 2026-06-10T23:08:00.321Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295) |
| 3871 | 2026-06-10T23:08:00.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2026-06-10T23:08:00.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2026-06-10T23:08:01.112Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3874 | 2026-06-10T23:08:11.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s |
| 3875 | 2026-06-10T23:08:12.009Z | |
| 3876 | 2026-06-10T23:08:12.009Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295) |
| 3877 | 2026-06-10T23:08:12.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3878 | 2026-06-10T23:08:12.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3879 | 2026-06-10T23:08:12.799Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3880 | 2026-06-10T23:08:23.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s |
| 3881 | 2026-06-10T23:08:23.809Z | |
| 3882 | 2026-06-10T23:08:23.809Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295) |
| 3883 | 2026-06-10T23:08:24.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2026-06-10T23:08:24.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2026-06-10T23:08:24.599Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3886 | 2026-06-10T23:08:35.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s |
| 3887 | 2026-06-10T23:08:35.553Z | |
| 3888 | 2026-06-10T23:08:35.553Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295) |
| 3889 | 2026-06-10T23:08:36.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2026-06-10T23:08:36.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2026-06-10T23:08:36.347Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3892 | 2026-06-10T23:08:47.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s |
| 3893 | 2026-06-10T23:08:47.258Z | |
| 3894 | 2026-06-10T23:08:47.258Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295) |
| 3895 | 2026-06-10T23:08:47.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3896 | 2026-06-10T23:08:47.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3897 | 2026-06-10T23:08:48.050Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3898 | 2026-06-10T23:08:58.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3899 | 2026-06-10T23:08:58.907Z | |
| 3900 | 2026-06-10T23:08:58.907Z | info: running `cargo check --bins` on bootstrap-agent-api (210/295) |
| 3901 | 2026-06-10T23:08:59.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3902 | 2026-06-10T23:08:59.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3903 | 2026-06-10T23:08:59.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3904 | 2026-06-10T23:08:59.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3905 | 2026-06-10T23:08:59.524Z | |
| 3906 | 2026-06-10T23:08:59.524Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295) |
| 3907 | 2026-06-10T23:09:00.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3908 | 2026-06-10T23:09:00.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3909 | 2026-06-10T23:09:00.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3910 | 2026-06-10T23:09:00.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3911 | 2026-06-10T23:09:00.139Z | |
| 3912 | 2026-06-10T23:09:00.139Z | info: running `cargo check --bins` on range-requests (212/295) |
| 3913 | 2026-06-10T23:09:00.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3914 | 2026-06-10T23:09:00.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3915 | 2026-06-10T23:09:00.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3916 | 2026-06-10T23:09:00.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3917 | 2026-06-10T23:09:00.738Z | |
| 3918 | 2026-06-10T23:09:00.738Z | info: running `cargo check --bins` on repo-depot-api (213/295) |
| 3919 | 2026-06-10T23:09:01.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3920 | 2026-06-10T23:09:01.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3921 | 2026-06-10T23:09:01.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3922 | 2026-06-10T23:09:01.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3923 | 2026-06-10T23:09:01.346Z | |
| 3924 | 2026-06-10T23:09:01.346Z | info: running `cargo check --bins` on sled-agent-api (214/295) |
| 3925 | 2026-06-10T23:09:01.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3926 | 2026-06-10T23:09:01.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3927 | 2026-06-10T23:09:01.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3928 | 2026-06-10T23:09:01.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3929 | 2026-06-10T23:09:01.978Z | |
| 3930 | 2026-06-10T23:09:01.978Z | info: running `cargo check --bins` on sled-diagnostics (215/295) |
| 3931 | 2026-06-10T23:09:02.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-06-10T23:09:02.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-06-10T23:09:02.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3934 | 2026-06-10T23:09:02.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3935 | 2026-06-10T23:09:02.608Z | |
| 3936 | 2026-06-10T23:09:02.608Z | info: running `cargo check --bins` on zfs-test-harness (216/295) |
| 3937 | 2026-06-10T23:09:03.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-06-10T23:09:03.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-06-10T23:09:03.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3940 | 2026-06-10T23:09:03.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3941 | 2026-06-10T23:09:03.235Z | |
| 3942 | 2026-06-10T23:09:03.235Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295) |
| 3943 | 2026-06-10T23:09:03.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3944 | 2026-06-10T23:09:03.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3945 | 2026-06-10T23:09:03.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3946 | 2026-06-10T23:09:03.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3947 | 2026-06-10T23:09:03.862Z | |
| 3948 | 2026-06-10T23:09:03.862Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295) |
| 3949 | 2026-06-10T23:09:04.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3950 | 2026-06-10T23:09:04.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3951 | 2026-06-10T23:09:04.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3952 | 2026-06-10T23:09:04.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3953 | 2026-06-10T23:09:04.495Z | |
| 3954 | 2026-06-10T23:09:04.495Z | info: running `cargo check --bins` on sled-agent-early-networking (219/295) |
| 3955 | 2026-06-10T23:09:05.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3956 | 2026-06-10T23:09:05.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3957 | 2026-06-10T23:09:05.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3958 | 2026-06-10T23:09:05.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3959 | 2026-06-10T23:09:05.121Z | |
| 3960 | 2026-06-10T23:09:05.121Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/295) |
| 3961 | 2026-06-10T23:09:05.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-06-10T23:09:05.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-06-10T23:09:05.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3964 | 2026-06-10T23:09:05.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3965 | 2026-06-10T23:09:05.749Z | |
| 3966 | 2026-06-10T23:09:05.749Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295) |
| 3967 | 2026-06-10T23:09:06.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2026-06-10T23:09:06.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2026-06-10T23:09:06.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3970 | 2026-06-10T23:09:06.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3971 | 2026-06-10T23:09:06.375Z | |
| 3972 | 2026-06-10T23:09:06.375Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295) |
| 3973 | 2026-06-10T23:09:06.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-06-10T23:09:06.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-06-10T23:09:06.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3976 | 2026-06-10T23:09:06.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3977 | 2026-06-10T23:09:07.010Z | |
| 3978 | 2026-06-10T23:09:07.010Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/295) |
| 3979 | 2026-06-10T23:09:07.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2026-06-10T23:09:07.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2026-06-10T23:09:07.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3982 | 2026-06-10T23:09:07.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3983 | 2026-06-10T23:09:07.649Z | |
| 3984 | 2026-06-10T23:09:07.649Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/295) |
| 3985 | 2026-06-10T23:09:08.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-06-10T23:09:08.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-06-10T23:09:08.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3988 | 2026-06-10T23:09:08.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3989 | 2026-06-10T23:09:08.310Z | |
| 3990 | 2026-06-10T23:09:08.310Z | info: running `cargo check --bins` on trust-quorum (225/295) |
| 3991 | 2026-06-10T23:09:08.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3992 | 2026-06-10T23:09:08.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3993 | 2026-06-10T23:09:08.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3994 | 2026-06-10T23:09:08.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3995 | 2026-06-10T23:09:08.949Z | |
| 3996 | 2026-06-10T23:09:08.949Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295) |
| 3997 | 2026-06-10T23:09:09.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3998 | 2026-06-10T23:09:09.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3999 | 2026-06-10T23:09:09.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4000 | 2026-06-10T23:09:09.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4001 | 2026-06-10T23:09:09.595Z | |
| 4002 | 2026-06-10T23:09:09.595Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/295) |
| 4003 | 2026-06-10T23:09:10.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4004 | 2026-06-10T23:09:10.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4005 | 2026-06-10T23:09:10.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4006 | 2026-06-10T23:09:10.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4007 | 2026-06-10T23:09:10.256Z | |
| 4008 | 2026-06-10T23:09:10.256Z | info: running `cargo check --bins` on update-common (228/295) |
| 4009 | 2026-06-10T23:09:10.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4010 | 2026-06-10T23:09:10.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4011 | 2026-06-10T23:09:10.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4012 | 2026-06-10T23:09:10.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4013 | 2026-06-10T23:09:10.866Z | |
| 4014 | 2026-06-10T23:09:10.866Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295) |
| 4015 | 2026-06-10T23:09:11.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4016 | 2026-06-10T23:09:11.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4017 | 2026-06-10T23:09:11.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4018 | 2026-06-10T23:09:11.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4019 | 2026-06-10T23:09:11.522Z | |
| 4020 | 2026-06-10T23:09:11.522Z | info: running `cargo check --bins` on omicron-deployment-graph (230/295) |
| 4021 | 2026-06-10T23:09:12.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4022 | 2026-06-10T23:09:12.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4023 | 2026-06-10T23:09:12.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4024 | 2026-06-10T23:09:12.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4025 | 2026-06-10T23:09:12.115Z | |
| 4026 | 2026-06-10T23:09:12.115Z | info: running `cargo check --bins` on reconfigurator-cli (231/295) |
| 4027 | 2026-06-10T23:09:12.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4028 | 2026-06-10T23:09:12.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4029 | 2026-06-10T23:09:12.895Z | Compiling fs-err v2.11.0 |
| 4030 | 2026-06-10T23:09:12.898Z | Checking ignore v0.4.25 |
| 4031 | 2026-06-10T23:09:12.898Z | Checking arc-swap v1.8.2 |
| 4032 | 2026-06-10T23:09:13.033Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4033 | 2026-06-10T23:09:13.033Z | Checking predicates-tree v1.0.13 |
| 4034 | 2026-06-10T23:09:13.040Z | Checking parse-size v1.1.0 |
| 4035 | 2026-06-10T23:09:13.063Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4036 | 2026-06-10T23:09:13.067Z | Checking rand_seeder v0.4.0 |
| 4037 | 2026-06-10T23:09:13.143Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4038 | 2026-06-10T23:09:13.166Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4039 | 2026-06-10T23:09:13.221Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4040 | 2026-06-10T23:09:13.237Z | Checking slog-scope v4.4.1 |
| 4041 | 2026-06-10T23:09:13.283Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4042 | 2026-06-10T23:09:13.351Z | Compiling petname v2.0.2 |
| 4043 | 2026-06-10T23:09:13.370Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4044 | 2026-06-10T23:09:13.383Z | Checking slog-stdlog v4.1.1 |
| 4045 | 2026-06-10T23:09:13.396Z | Checking globwalk v0.9.1 |
| 4046 | 2026-06-10T23:09:13.470Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4047 | 2026-06-10T23:09:13.504Z | Checking slog-envlogger v2.2.0 |
| 4048 | 2026-06-10T23:09:13.573Z | Checking camino-tempfile-ext v0.3.3 |
| 4049 | 2026-06-10T23:09:13.652Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4050 | 2026-06-10T23:09:13.713Z | Checking sapling-renderdag v0.1.0 |
| 4051 | 2026-06-10T23:09:13.766Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4052 | 2026-06-10T23:09:13.843Z | Checking subprocess v0.2.15 |
| 4053 | 2026-06-10T23:09:13.944Z | Checking sync-ptr v0.1.4 |
| 4054 | 2026-06-10T23:09:14.072Z | Checking colored v2.2.0 |
| 4055 | 2026-06-10T23:09:14.077Z | Checking assert_matches v1.5.0 |
| 4056 | 2026-06-10T23:09:14.118Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4057 | 2026-06-10T23:09:14.275Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4058 | 2026-06-10T23:09:14.278Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4059 | 2026-06-10T23:09:14.932Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4060 | 2026-06-10T23:09:16.253Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4061 | 2026-06-10T23:09:18.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s |
| 4062 | 2026-06-10T23:09:18.617Z | |
| 4063 | 2026-06-10T23:09:18.617Z | info: running `cargo check --bins` on omicron-repl-utils (232/295) |
| 4064 | 2026-06-10T23:09:19.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4065 | 2026-06-10T23:09:19.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4066 | 2026-06-10T23:09:19.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4067 | 2026-06-10T23:09:19.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4068 | 2026-06-10T23:09:19.216Z | |
| 4069 | 2026-06-10T23:09:19.216Z | info: running `cargo check --bins` on transient-dns-server (233/295) |
| 4070 | 2026-06-10T23:09:19.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4071 | 2026-06-10T23:09:19.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4072 | 2026-06-10T23:09:19.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4073 | 2026-06-10T23:09:19.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4074 | 2026-06-10T23:09:19.829Z | |
| 4075 | 2026-06-10T23:09:19.829Z | info: running `cargo check --bins` on nexus-test-interface (234/295) |
| 4076 | 2026-06-10T23:09:20.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2026-06-10T23:09:20.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2026-06-10T23:09:20.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4079 | 2026-06-10T23:09:20.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4080 | 2026-06-10T23:09:20.493Z | |
| 4081 | 2026-06-10T23:09:20.493Z | info: running `cargo check --bins` on oximeter-collector (235/295) |
| 4082 | 2026-06-10T23:09:21.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4083 | 2026-06-10T23:09:21.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4084 | 2026-06-10T23:09:21.216Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4085 | 2026-06-10T23:09:21.216Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4086 | 2026-06-10T23:09:21.868Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4087 | 2026-06-10T23:09:23.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s |
| 4088 | 2026-06-10T23:09:23.660Z | |
| 4089 | 2026-06-10T23:09:23.660Z | info: running `cargo check --bins` on oximeter-api (236/295) |
| 4090 | 2026-06-10T23:09:24.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-06-10T23:09:24.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-06-10T23:09:24.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-06-10T23:09:24.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4094 | 2026-06-10T23:09:24.266Z | |
| 4095 | 2026-06-10T23:09:24.266Z | info: running `cargo check --bins` on cert-dev (237/295) |
| 4096 | 2026-06-10T23:09:24.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-06-10T23:09:24.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-06-10T23:09:24.877Z | Checking yasna v0.5.2 |
| 4099 | 2026-06-10T23:09:25.277Z | Checking rcgen v0.12.1 |
| 4100 | 2026-06-10T23:09:25.523Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4101 | 2026-06-10T23:09:25.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4102 | 2026-06-10T23:09:25.872Z | |
| 4103 | 2026-06-10T23:09:25.872Z | info: running `cargo check --bins` on clickana (238/295) |
| 4104 | 2026-06-10T23:09:26.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4105 | 2026-06-10T23:09:26.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4106 | 2026-06-10T23:09:26.529Z | Compiling darling_core v0.23.0 |
| 4107 | 2026-06-10T23:09:26.637Z | Compiling instability v0.3.11 |
| 4108 | 2026-06-10T23:09:26.644Z | Checking castaway v0.2.4 |
| 4109 | 2026-06-10T23:09:26.647Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4110 | 2026-06-10T23:09:26.655Z | Compiling indoc v2.0.7 |
| 4111 | 2026-06-10T23:09:26.662Z | Checking unicode-truncate v1.1.0 |
| 4112 | 2026-06-10T23:09:26.674Z | Checking lru v0.12.5 |
| 4113 | 2026-06-10T23:09:26.674Z | Checking cassowary v0.3.0 |
| 4114 | 2026-06-10T23:09:26.734Z | Checking compact_str v0.8.1 |
| 4115 | 2026-06-10T23:09:27.975Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4116 | 2026-06-10T23:09:28.039Z | Compiling darling_macro v0.23.0 |
| 4117 | 2026-06-10T23:09:28.157Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4118 | 2026-06-10T23:09:28.447Z | Compiling darling v0.23.0 |
| 4119 | 2026-06-10T23:09:29.068Z | Checking ratatui v0.29.0 |
| 4120 | 2026-06-10T23:09:30.127Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4121 | 2026-06-10T23:09:30.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s |
| 4122 | 2026-06-10T23:09:30.982Z | |
| 4123 | 2026-06-10T23:09:30.982Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/295) |
| 4124 | 2026-06-10T23:09:31.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4125 | 2026-06-10T23:09:31.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4126 | 2026-06-10T23:09:31.703Z | Checking headers-core v0.3.0 |
| 4127 | 2026-06-10T23:09:31.706Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4128 | 2026-06-10T23:09:31.902Z | Checking headers v0.4.1 |
| 4129 | 2026-06-10T23:09:32.271Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4130 | 2026-06-10T23:09:33.123Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4131 | 2026-06-10T23:09:33.613Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4132 | 2026-06-10T23:09:34.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 4133 | 2026-06-10T23:09:34.227Z | |
| 4134 | 2026-06-10T23:09:34.227Z | info: running `cargo check --bins` on ch-dev (240/295) |
| 4135 | 2026-06-10T23:09:34.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4136 | 2026-06-10T23:09:34.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4137 | 2026-06-10T23:09:34.958Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4138 | 2026-06-10T23:09:35.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4139 | 2026-06-10T23:09:35.907Z | |
| 4140 | 2026-06-10T23:09:35.908Z | info: running `cargo check --bins` on dev-tools-common (241/295) |
| 4141 | 2026-06-10T23:09:36.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4142 | 2026-06-10T23:09:36.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4143 | 2026-06-10T23:09:36.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4144 | 2026-06-10T23:09:36.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 4145 | 2026-06-10T23:09:36.384Z | |
| 4146 | 2026-06-10T23:09:36.384Z | info: running `cargo check --bins` on crdb-seed (242/295) |
| 4147 | 2026-06-10T23:09:36.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4148 | 2026-06-10T23:09:36.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4149 | 2026-06-10T23:09:37.113Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4150 | 2026-06-10T23:09:38.095Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4151 | 2026-06-10T23:09:38.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 4152 | 2026-06-10T23:09:38.630Z | |
| 4153 | 2026-06-10T23:09:38.631Z | info: running `cargo check --bins` on db-dev (243/295) |
| 4154 | 2026-06-10T23:09:39.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4155 | 2026-06-10T23:09:39.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4156 | 2026-06-10T23:09:39.346Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4157 | 2026-06-10T23:09:40.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4158 | 2026-06-10T23:09:40.292Z | |
| 4159 | 2026-06-10T23:09:40.292Z | info: running `cargo check --bins` on omicron-dev-lib (244/295) |
| 4160 | 2026-06-10T23:09:40.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4161 | 2026-06-10T23:09:40.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4162 | 2026-06-10T23:09:40.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4163 | 2026-06-10T23:09:40.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4164 | 2026-06-10T23:09:40.934Z | |
| 4165 | 2026-06-10T23:09:40.934Z | info: running `cargo check --bins` on xtask-downloader (245/295) |
| 4166 | 2026-06-10T23:09:41.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4167 | 2026-06-10T23:09:41.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4168 | 2026-06-10T23:09:41.555Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4169 | 2026-06-10T23:09:42.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4170 | 2026-06-10T23:09:42.432Z | |
| 4171 | 2026-06-10T23:09:42.432Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/295) |
| 4172 | 2026-06-10T23:09:42.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4173 | 2026-06-10T23:09:42.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4174 | 2026-06-10T23:09:43.194Z | Compiling progenitor-impl v0.13.0 |
| 4175 | 2026-06-10T23:09:43.316Z | Checking progenitor-client v0.13.0 |
| 4176 | 2026-06-10T23:09:43.316Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4177 | 2026-06-10T23:09:43.319Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4178 | 2026-06-10T23:09:43.322Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4179 | 2026-06-10T23:09:43.361Z | Checking git-stub v1.0.0 |
| 4180 | 2026-06-10T23:09:43.364Z | Compiling trait-variant v0.1.2 |
| 4181 | 2026-06-10T23:09:43.519Z | Checking is_ci v1.2.0 |
| 4182 | 2026-06-10T23:09:43.554Z | Checking maplit v1.0.2 |
| 4183 | 2026-06-10T23:09:43.576Z | Checking git-stub-vcs v0.1.0 |
| 4184 | 2026-06-10T23:09:43.614Z | Checking supports-color v3.0.2 |
| 4185 | 2026-06-10T23:09:43.639Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4186 | 2026-06-10T23:09:43.741Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4187 | 2026-06-10T23:09:43.773Z | Checking drift v0.2.0 |
| 4188 | 2026-06-10T23:09:43.894Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4189 | 2026-06-10T23:09:43.953Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4190 | 2026-06-10T23:09:44.070Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4191 | 2026-06-10T23:09:44.138Z | Checking dropshot-api-manager v0.7.2 |
| 4192 | 2026-06-10T23:09:44.258Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4193 | 2026-06-10T23:09:44.266Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4194 | 2026-06-10T23:09:44.293Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4195 | 2026-06-10T23:09:44.459Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4196 | 2026-06-10T23:09:44.660Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4197 | 2026-06-10T23:09:44.683Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4198 | 2026-06-10T23:09:45.175Z | Compiling progenitor-macro v0.13.0 |
| 4199 | 2026-06-10T23:09:47.639Z | Checking progenitor v0.13.0 |
| 4200 | 2026-06-10T23:09:47.702Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4201 | 2026-06-10T23:09:52.783Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4202 | 2026-06-10T23:09:53.866Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4203 | 2026-06-10T23:09:54.427Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4204 | 2026-06-10T23:09:54.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.42s |
| 4205 | 2026-06-10T23:09:55.066Z | |
| 4206 | 2026-06-10T23:09:55.066Z | info: running `cargo check --bins` on installinator-api (247/295) |
| 4207 | 2026-06-10T23:09:55.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-06-10T23:09:55.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-06-10T23:09:55.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4210 | 2026-06-10T23:09:55.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4211 | 2026-06-10T23:09:55.668Z | |
| 4212 | 2026-06-10T23:09:55.668Z | info: running `cargo check --bins` on nexus-external-api (248/295) |
| 4213 | 2026-06-10T23:09:56.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-06-10T23:09:56.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-06-10T23:09:56.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-06-10T23:09:56.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4217 | 2026-06-10T23:09:56.314Z | |
| 4218 | 2026-06-10T23:09:56.314Z | info: running `cargo check --bins` on nexus-internal-api (249/295) |
| 4219 | 2026-06-10T23:09:56.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-06-10T23:09:56.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-06-10T23:09:56.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-06-10T23:09:56.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4223 | 2026-06-10T23:09:56.950Z | |
| 4224 | 2026-06-10T23:09:56.950Z | info: running `cargo check --bins` on nexus-lockstep-api (250/295) |
| 4225 | 2026-06-10T23:09:57.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-06-10T23:09:57.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-06-10T23:09:57.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4228 | 2026-06-10T23:09:57.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4229 | 2026-06-10T23:09:57.593Z | |
| 4230 | 2026-06-10T23:09:57.593Z | info: running `cargo check --bins` on ntp-admin-api (251/295) |
| 4231 | 2026-06-10T23:09:58.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-06-10T23:09:58.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-06-10T23:09:58.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4234 | 2026-06-10T23:09:58.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4235 | 2026-06-10T23:09:58.199Z | |
| 4236 | 2026-06-10T23:09:58.199Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/295) |
| 4237 | 2026-06-10T23:09:58.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4238 | 2026-06-10T23:09:58.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4239 | 2026-06-10T23:09:58.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4240 | 2026-06-10T23:09:58.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4241 | 2026-06-10T23:09:58.789Z | |
| 4242 | 2026-06-10T23:09:58.789Z | info: running `cargo check --bins` on wicketd-api (253/295) |
| 4243 | 2026-06-10T23:09:59.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4244 | 2026-06-10T23:09:59.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4245 | 2026-06-10T23:09:59.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4246 | 2026-06-10T23:09:59.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4247 | 2026-06-10T23:09:59.413Z | |
| 4248 | 2026-06-10T23:09:59.413Z | info: running `cargo check --bins` on omicron-ls-apis (254/295) |
| 4249 | 2026-06-10T23:09:59.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4250 | 2026-06-10T23:09:59.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4251 | 2026-06-10T23:10:00.021Z | Checking typeid v1.0.3 |
| 4252 | 2026-06-10T23:10:00.136Z | Checking ordered-float v2.10.1 |
| 4253 | 2026-06-10T23:10:00.158Z | Checking unicode-xid v0.2.6 |
| 4254 | 2026-06-10T23:10:00.167Z | Checking cargo-platform v0.2.0 |
| 4255 | 2026-06-10T23:10:00.179Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4256 | 2026-06-10T23:10:00.205Z | Checking erased-serde v0.4.9 |
| 4257 | 2026-06-10T23:10:00.339Z | Checking serde-value v0.7.0 |
| 4258 | 2026-06-10T23:10:00.512Z | Checking serde-untagged v0.1.9 |
| 4259 | 2026-06-10T23:10:00.670Z | Checking cargo-util-schemas v0.8.2 |
| 4260 | 2026-06-10T23:10:01.352Z | Checking cargo_metadata v0.21.0 |
| 4261 | 2026-06-10T23:10:01.952Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4262 | 2026-06-10T23:10:02.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 4263 | 2026-06-10T23:10:02.888Z | |
| 4264 | 2026-06-10T23:10:02.888Z | info: running `cargo check --bins` on mgs-dev (255/295) |
| 4265 | 2026-06-10T23:10:03.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-06-10T23:10:03.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-06-10T23:10:03.640Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4268 | 2026-06-10T23:10:04.266Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4269 | 2026-06-10T23:10:04.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 4270 | 2026-06-10T23:10:04.972Z | |
| 4271 | 2026-06-10T23:10:04.972Z | info: running `cargo check --bins` on omicron-omdb (256/295) |
| 4272 | 2026-06-10T23:10:05.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4273 | 2026-06-10T23:10:05.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4274 | 2026-06-10T23:10:05.930Z | Compiling vergen-lib v0.1.6 |
| 4275 | 2026-06-10T23:10:05.930Z | Compiling vergen-gitcl v1.0.8 |
| 4276 | 2026-06-10T23:10:05.930Z | Compiling dirs-sys-next v0.1.2 |
| 4277 | 2026-06-10T23:10:05.933Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4278 | 2026-06-10T23:10:05.933Z | Compiling diesel_derives v2.3.7 |
| 4279 | 2026-06-10T23:10:05.933Z | Compiling glob v0.3.3 |
| 4280 | 2026-06-10T23:10:05.933Z | Compiling crunchy v0.2.4 |
| 4281 | 2026-06-10T23:10:06.096Z | Compiling dsl_auto_type v0.2.0 |
| 4282 | 2026-06-10T23:10:06.293Z | Compiling dirs-next v2.0.0 |
| 4283 | 2026-06-10T23:10:06.352Z | Checking scheduled-thread-pool v0.2.7 |
| 4284 | 2026-06-10T23:10:06.384Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4285 | 2026-06-10T23:10:06.387Z | Compiling tiny-keccak v2.0.2 |
| 4286 | 2026-06-10T23:10:06.486Z | Compiling clang-sys v1.8.1 |
| 4287 | 2026-06-10T23:10:06.503Z | Compiling term v0.7.0 |
| 4288 | 2026-06-10T23:10:06.506Z | Checking r2d2 v0.8.10 |
| 4289 | 2026-06-10T23:10:06.640Z | Checking downcast-rs v2.0.2 |
| 4290 | 2026-06-10T23:10:06.685Z | Compiling bit-vec v0.6.3 |
| 4291 | 2026-06-10T23:10:06.745Z | Compiling itertools v0.10.5 |
| 4292 | 2026-06-10T23:10:06.862Z | Compiling bit-set v0.5.3 |
| 4293 | 2026-06-10T23:10:06.905Z | Compiling ascii-canvas v3.0.0 |
| 4294 | 2026-06-10T23:10:07.023Z | Compiling ena v0.14.4 |
| 4295 | 2026-06-10T23:10:07.082Z | Compiling libloading v0.8.9 |
| 4296 | 2026-06-10T23:10:07.148Z | Compiling diff v0.1.13 |
| 4297 | 2026-06-10T23:10:07.152Z | Compiling regex-syntax v0.6.29 |
| 4298 | 2026-06-10T23:10:07.184Z | Compiling bindgen v0.71.1 |
| 4299 | 2026-06-10T23:10:07.288Z | Compiling cexpr v0.6.0 |
| 4300 | 2026-06-10T23:10:07.399Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4301 | 2026-06-10T23:10:07.595Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4302 | 2026-06-10T23:10:07.635Z | Compiling rustc-hash v2.1.1 |
| 4303 | 2026-06-10T23:10:07.774Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4304 | 2026-06-10T23:10:07.793Z | Compiling libxml v0.3.3 |
| 4305 | 2026-06-10T23:10:07.822Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4306 | 2026-06-10T23:10:07.970Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4307 | 2026-06-10T23:10:08.047Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4308 | 2026-06-10T23:10:08.314Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4309 | 2026-06-10T23:10:08.332Z | Compiling strum_macros v0.24.3 |
| 4310 | 2026-06-10T23:10:08.375Z | Compiling indoc v1.0.9 |
| 4311 | 2026-06-10T23:10:08.508Z | Compiling lalrpop v0.19.12 |
| 4312 | 2026-06-10T23:10:09.254Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4313 | 2026-06-10T23:10:09.444Z | Checking derive_builder v0.20.2 |
| 4314 | 2026-06-10T23:10:09.566Z | Compiling oso-derive v0.27.3 |
| 4315 | 2026-06-10T23:10:09.686Z | Checking quick-xml v0.37.5 |
| 4316 | 2026-06-10T23:10:09.712Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4317 | 2026-06-10T23:10:10.066Z | Checking openssl-probe v0.1.6 |
| 4318 | 2026-06-10T23:10:10.213Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4319 | 2026-06-10T23:10:10.566Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4320 | 2026-06-10T23:10:10.775Z | Checking bb8 v0.8.6 |
| 4321 | 2026-06-10T23:10:10.901Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4322 | 2026-06-10T23:10:10.970Z | Compiling libz-sys v1.1.24 |
| 4323 | 2026-06-10T23:10:11.086Z | Checking nonempty v0.12.0 |
| 4324 | 2026-06-10T23:10:11.126Z | Compiling strsim v0.10.0 |
| 4325 | 2026-06-10T23:10:11.258Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4326 | 2026-06-10T23:10:11.290Z | Compiling vergen-git2 v9.1.0 |
| 4327 | 2026-06-10T23:10:11.427Z | Compiling darling_core v0.13.4 |
| 4328 | 2026-06-10T23:10:11.515Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4329 | 2026-06-10T23:10:11.588Z | Compiling rustls v0.21.12 |
| 4330 | 2026-06-10T23:10:11.711Z | Compiling base64 v0.21.7 |
| 4331 | 2026-06-10T23:10:11.825Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4332 | 2026-06-10T23:10:12.045Z | Compiling ron v0.8.1 |
| 4333 | 2026-06-10T23:10:12.097Z | Checking diesel v2.3.7 |
| 4334 | 2026-06-10T23:10:12.815Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4335 | 2026-06-10T23:10:13.009Z | Checking rustls-webpki v0.101.7 |
| 4336 | 2026-06-10T23:10:13.009Z | Checking sct v0.7.1 |
| 4337 | 2026-06-10T23:10:13.175Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4338 | 2026-06-10T23:10:13.316Z | Compiling darling_macro v0.13.4 |
| 4339 | 2026-06-10T23:10:13.788Z | Compiling darling v0.13.4 |
| 4340 | 2026-06-10T23:10:13.880Z | Compiling serde_with_macros v1.5.2 |
| 4341 | 2026-06-10T23:10:13.932Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4342 | 2026-06-10T23:10:14.669Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4343 | 2026-06-10T23:10:14.714Z | Compiling serde_with v1.14.0 |
| 4344 | 2026-06-10T23:10:15.581Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4345 | 2026-06-10T23:10:15.867Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4346 | 2026-06-10T23:10:16.467Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4347 | 2026-06-10T23:10:17.131Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4348 | 2026-06-10T23:10:17.179Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4349 | 2026-06-10T23:10:17.327Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4350 | 2026-06-10T23:10:17.373Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4351 | 2026-06-10T23:10:17.440Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4352 | 2026-06-10T23:10:17.517Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4353 | 2026-06-10T23:10:17.691Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4354 | 2026-06-10T23:10:17.723Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4355 | 2026-06-10T23:10:17.745Z | Checking tokio-rustls v0.24.1 |
| 4356 | 2026-06-10T23:10:17.953Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4357 | 2026-06-10T23:10:18.469Z | Checking rustls-pemfile v1.0.4 |
| 4358 | 2026-06-10T23:10:18.562Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4359 | 2026-06-10T23:10:18.615Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4360 | 2026-06-10T23:10:18.801Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4361 | 2026-06-10T23:10:18.820Z | Checking twox-hash v2.1.2 |
| 4362 | 2026-06-10T23:10:19.132Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4363 | 2026-06-10T23:10:19.150Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4364 | 2026-06-10T23:10:19.198Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4365 | 2026-06-10T23:10:19.573Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4366 | 2026-06-10T23:10:19.732Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4367 | 2026-06-10T23:10:20.857Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4368 | 2026-06-10T23:10:21.007Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4369 | 2026-06-10T23:10:21.184Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4370 | 2026-06-10T23:10:21.547Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4371 | 2026-06-10T23:10:21.849Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4372 | 2026-06-10T23:10:22.243Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4373 | 2026-06-10T23:10:22.369Z | Checking console v0.16.2 |
| 4374 | 2026-06-10T23:10:22.680Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4375 | 2026-06-10T23:10:22.830Z | Checking fatfs v0.3.6 |
| 4376 | 2026-06-10T23:10:23.226Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4377 | 2026-06-10T23:10:23.297Z | Checking unit-prefix v0.5.2 |
| 4378 | 2026-06-10T23:10:23.435Z | Compiling seq-macro v0.3.6 |
| 4379 | 2026-06-10T23:10:23.840Z | Checking indicatif v0.18.4 |
| 4380 | 2026-06-10T23:10:24.003Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4381 | 2026-06-10T23:10:24.227Z | Checking support-bundle-viewer v0.1.2 |
| 4382 | 2026-06-10T23:10:24.478Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4383 | 2026-06-10T23:10:24.553Z | Checking multimap v0.10.1 |
| 4384 | 2026-06-10T23:10:30.482Z | Checking diesel-dtrace v0.5.0 |
| 4385 | 2026-06-10T23:10:30.738Z | Checking async-bb8-diesel v0.2.1 |
| 4386 | 2026-06-10T23:10:33.785Z | Compiling samael v0.0.19 |
| 4387 | 2026-06-10T23:10:38.541Z | Compiling git2 v0.20.4 |
| 4388 | 2026-06-10T23:10:39.923Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4389 | 2026-06-10T23:10:40.388Z | Compiling polar-core v0.27.3 |
| 4390 | 2026-06-10T23:10:41.007Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4391 | 2026-06-10T23:10:44.901Z | Checking oso v0.27.3 |
| 4392 | 2026-06-10T23:11:12.714Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4393 | 2026-06-10T23:12:23.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 4394 | 2026-06-10T23:12:23.573Z | |
| 4395 | 2026-06-10T23:12:23.573Z | info: running `cargo check --bins` on nexus-networking (257/295) |
| 4396 | 2026-06-10T23:12:24.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4397 | 2026-06-10T23:12:24.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4398 | 2026-06-10T23:12:24.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4399 | 2026-06-10T23:12:24.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4400 | 2026-06-10T23:12:24.278Z | |
| 4401 | 2026-06-10T23:12:24.278Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295) |
| 4402 | 2026-06-10T23:12:24.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4403 | 2026-06-10T23:12:24.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4404 | 2026-06-10T23:12:24.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4405 | 2026-06-10T23:12:24.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4406 | 2026-06-10T23:12:24.936Z | |
| 4407 | 2026-06-10T23:12:24.936Z | info: running `cargo check --bins` on nexus-saga-recovery (259/295) |
| 4408 | 2026-06-10T23:12:25.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4409 | 2026-06-10T23:12:25.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4410 | 2026-06-10T23:12:25.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4411 | 2026-06-10T23:12:25.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4412 | 2026-06-10T23:12:25.621Z | |
| 4413 | 2026-06-10T23:12:25.621Z | info: running `cargo check --bins` on nexus-test-utils-macros (260/295) |
| 4414 | 2026-06-10T23:12:26.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4415 | 2026-06-10T23:12:26.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4416 | 2026-06-10T23:12:26.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4417 | 2026-06-10T23:12:26.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4418 | 2026-06-10T23:12:26.189Z | |
| 4419 | 2026-06-10T23:12:26.189Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (261/295) |
| 4420 | 2026-06-10T23:12:26.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4421 | 2026-06-10T23:12:26.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4422 | 2026-06-10T23:12:27.028Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4423 | 2026-06-10T23:12:27.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 4424 | 2026-06-10T23:12:27.999Z | |
| 4425 | 2026-06-10T23:12:27.999Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295) |
| 4426 | 2026-06-10T23:12:28.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-06-10T23:12:28.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-06-10T23:12:28.853Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4429 | 2026-06-10T23:13:05.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.23s |
| 4430 | 2026-06-10T23:13:05.462Z | |
| 4431 | 2026-06-10T23:13:05.462Z | info: running `cargo check --bins` on nexus-background-task-interface (263/295) |
| 4432 | 2026-06-10T23:13:05.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4433 | 2026-06-10T23:13:05.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4434 | 2026-06-10T23:13:05.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4435 | 2026-06-10T23:13:05.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4436 | 2026-06-10T23:13:06.058Z | |
| 4437 | 2026-06-10T23:13:06.058Z | info: running `cargo check --bins --no-default-features` on nexus-fm (264/295) |
| 4438 | 2026-06-10T23:13:06.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-06-10T23:13:06.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-06-10T23:13:06.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4441 | 2026-06-10T23:13:06.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4442 | 2026-06-10T23:13:06.702Z | |
| 4443 | 2026-06-10T23:13:06.702Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295) |
| 4444 | 2026-06-10T23:13:07.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-06-10T23:13:07.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-06-10T23:13:07.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-06-10T23:13:07.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4448 | 2026-06-10T23:13:07.363Z | |
| 4449 | 2026-06-10T23:13:07.363Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (266/295) |
| 4450 | 2026-06-10T23:13:07.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-06-10T23:13:07.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-06-10T23:13:07.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-06-10T23:13:07.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4454 | 2026-06-10T23:13:08.023Z | |
| 4455 | 2026-06-10T23:13:08.023Z | info: running `cargo check --bins` on nexus-mgs-updates (267/295) |
| 4456 | 2026-06-10T23:13:08.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-06-10T23:13:08.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-06-10T23:13:08.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4459 | 2026-06-10T23:13:08.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4460 | 2026-06-10T23:13:08.680Z | |
| 4461 | 2026-06-10T23:13:08.680Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (268/295) |
| 4462 | 2026-06-10T23:13:09.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-06-10T23:13:09.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-06-10T23:13:09.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-06-10T23:13:09.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4466 | 2026-06-10T23:13:09.337Z | |
| 4467 | 2026-06-10T23:13:09.337Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295) |
| 4468 | 2026-06-10T23:13:09.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-06-10T23:13:09.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-06-10T23:13:09.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4471 | 2026-06-10T23:13:09.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4472 | 2026-06-10T23:13:09.996Z | |
| 4473 | 2026-06-10T23:13:09.996Z | info: running `cargo check --bins` on support-bundle-collection (270/295) |
| 4474 | 2026-06-10T23:13:10.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-06-10T23:13:10.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-06-10T23:13:10.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4477 | 2026-06-10T23:13:10.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4478 | 2026-06-10T23:13:10.651Z | |
| 4479 | 2026-06-10T23:13:10.651Z | info: running `cargo check --bins` on omicron-dev (271/295) |
| 4480 | 2026-06-10T23:13:11.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4481 | 2026-06-10T23:13:11.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4482 | 2026-06-10T23:13:11.552Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4483 | 2026-06-10T23:13:11.555Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4484 | 2026-06-10T23:13:11.741Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4485 | 2026-06-10T23:13:11.772Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4486 | 2026-06-10T23:13:11.792Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4487 | 2026-06-10T23:13:11.809Z | Checking yansi v1.0.1 |
| 4488 | 2026-06-10T23:13:11.812Z | Checking diff v0.1.13 |
| 4489 | 2026-06-10T23:13:11.851Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4490 | 2026-06-10T23:13:11.876Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4491 | 2026-06-10T23:13:12.071Z | Checking pretty_assertions v1.4.1 |
| 4492 | 2026-06-10T23:13:12.702Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4493 | 2026-06-10T23:13:12.847Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4494 | 2026-06-10T23:13:36.413Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4495 | 2026-06-10T23:13:36.422Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4496 | 2026-06-10T23:13:36.422Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4497 | 2026-06-10T23:13:36.422Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4498 | 2026-06-10T23:13:36.422Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4499 | 2026-06-10T23:13:36.423Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4500 | 2026-06-10T23:13:37.188Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4501 | 2026-06-10T23:13:37.188Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4502 | 2026-06-10T23:13:38.456Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4503 | 2026-06-10T23:14:14.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 4504 | 2026-06-10T23:14:14.762Z | |
| 4505 | 2026-06-10T23:14:14.762Z | info: running `cargo check --bins` on omicron-pins (272/295) |
| 4506 | 2026-06-10T23:14:15.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4507 | 2026-06-10T23:14:15.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4508 | 2026-06-10T23:14:15.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4509 | 2026-06-10T23:14:15.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4510 | 2026-06-10T23:14:15.357Z | |
| 4511 | 2026-06-10T23:14:15.357Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295) |
| 4512 | 2026-06-10T23:14:15.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4513 | 2026-06-10T23:14:15.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4514 | 2026-06-10T23:14:16.141Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4515 | 2026-06-10T23:14:16.262Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4516 | 2026-06-10T23:14:16.265Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4517 | 2026-06-10T23:14:42.074Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4518 | 2026-06-10T23:14:42.457Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4519 | 2026-06-10T23:14:44.143Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4520 | 2026-06-10T23:14:44.597Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4521 | 2026-06-10T23:14:47.514Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4522 | 2026-06-10T23:15:10.438Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4523 | 2026-06-10T23:15:11.141Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4524 | 2026-06-10T23:15:12.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.40s |
| 4525 | 2026-06-10T23:15:12.977Z | |
| 4526 | 2026-06-10T23:15:12.977Z | info: running `cargo check --bins` on reconfigurator-sp-updater (274/295) |
| 4527 | 2026-06-10T23:15:13.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4528 | 2026-06-10T23:15:13.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4529 | 2026-06-10T23:15:13.714Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4530 | 2026-06-10T23:15:14.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4531 | 2026-06-10T23:15:14.587Z | |
| 4532 | 2026-06-10T23:15:14.587Z | info: running `cargo check --bins` on omicron-releng (275/295) |
| 4533 | 2026-06-10T23:15:15.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4534 | 2026-06-10T23:15:15.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4535 | 2026-06-10T23:15:15.251Z | Compiling blake3 v1.8.3 |
| 4536 | 2026-06-10T23:15:15.363Z | Checking arrayvec v0.7.6 |
| 4537 | 2026-06-10T23:15:15.363Z | Checking constant_time_eq v0.4.2 |
| 4538 | 2026-06-10T23:15:15.366Z | Checking arrayref v0.3.9 |
| 4539 | 2026-06-10T23:15:15.384Z | Checking topological-sort v0.2.2 |
| 4540 | 2026-06-10T23:15:15.387Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4541 | 2026-06-10T23:15:15.387Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4542 | 2026-06-10T23:15:15.387Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4543 | 2026-06-10T23:15:15.436Z | Checking shell-words v1.1.1 |
| 4544 | 2026-06-10T23:15:16.158Z | Checking omicron-zone-package v0.12.2 |
| 4545 | 2026-06-10T23:15:16.869Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4546 | 2026-06-10T23:15:17.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 4547 | 2026-06-10T23:15:17.982Z | |
| 4548 | 2026-06-10T23:15:17.982Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (276/295) |
| 4549 | 2026-06-10T23:15:18.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-06-10T23:15:18.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-06-10T23:15:18.603Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4552 | 2026-06-10T23:15:18.925Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4553 | 2026-06-10T23:15:19.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4554 | 2026-06-10T23:15:19.510Z | |
| 4555 | 2026-06-10T23:15:19.510Z | info: running `cargo check --bins` on schema (277/295) |
| 4556 | 2026-06-10T23:15:20.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4557 | 2026-06-10T23:15:20.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4558 | 2026-06-10T23:15:20.245Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4559 | 2026-06-10T23:15:20.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4560 | 2026-06-10T23:15:21.150Z | |
| 4561 | 2026-06-10T23:15:21.150Z | info: running `cargo check --bins` on xtask (278/295) |
| 4562 | 2026-06-10T23:15:21.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4563 | 2026-06-10T23:15:21.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4564 | 2026-06-10T23:15:21.607Z | Checking libc v0.2.185 |
| 4565 | 2026-06-10T23:15:21.689Z | Checking serde v1.0.228 |
| 4566 | 2026-06-10T23:15:21.694Z | Checking zerofrom v0.1.6 |
| 4567 | 2026-06-10T23:15:21.700Z | Checking bitflags v2.11.0 |
| 4568 | 2026-06-10T23:15:21.704Z | Checking smallvec v1.15.1 |
| 4569 | 2026-06-10T23:15:21.711Z | Checking indexmap v2.14.0 |
| 4570 | 2026-06-10T23:15:21.721Z | Checking serde_json v1.0.149 |
| 4571 | 2026-06-10T23:15:21.731Z | Checking scroll v0.12.0 |
| 4572 | 2026-06-10T23:15:21.792Z | Checking yoke v0.8.1 |
| 4573 | 2026-06-10T23:15:21.843Z | Checking num-traits v0.2.19 |
| 4574 | 2026-06-10T23:15:21.878Z | Checking thiserror v1.0.69 |
| 4575 | 2026-06-10T23:15:21.956Z | Checking zerovec v0.11.5 |
| 4576 | 2026-06-10T23:15:21.956Z | Checking zerotrie v0.2.3 |
| 4577 | 2026-06-10T23:15:21.977Z | Checking errno v0.3.14 |
| 4578 | 2026-06-10T23:15:21.987Z | Checking log v0.4.29 |
| 4579 | 2026-06-10T23:15:22.070Z | Checking toml_datetime v0.6.11 |
| 4580 | 2026-06-10T23:15:22.094Z | Checking rustix v1.1.3 |
| 4581 | 2026-06-10T23:15:22.171Z | Checking serde_spanned v0.6.9 |
| 4582 | 2026-06-10T23:15:22.199Z | Checking percent-encoding v2.3.2 |
| 4583 | 2026-06-10T23:15:22.225Z | Checking goblin v0.8.2 |
| 4584 | 2026-06-10T23:15:22.247Z | Checking zerocopy v0.7.35 |
| 4585 | 2026-06-10T23:15:22.258Z | Checking toml_edit v0.22.27 |
| 4586 | 2026-06-10T23:15:22.318Z | Checking getrandom v0.4.1 |
| 4587 | 2026-06-10T23:15:22.346Z | Checking form_urlencoded v1.2.2 |
| 4588 | 2026-06-10T23:15:22.367Z | Checking ordered-float v2.10.1 |
| 4589 | 2026-06-10T23:15:22.381Z | Checking tinystr v0.8.2 |
| 4590 | 2026-06-10T23:15:22.465Z | Checking potential_utf v0.1.4 |
| 4591 | 2026-06-10T23:15:22.509Z | Checking thiserror v2.0.18 |
| 4592 | 2026-06-10T23:15:22.557Z | Checking icu_locale_core v2.1.1 |
| 4593 | 2026-06-10T23:15:22.575Z | Checking syn v2.0.117 |
| 4594 | 2026-06-10T23:15:22.594Z | Checking serde-value v0.7.0 |
| 4595 | 2026-06-10T23:15:22.594Z | Checking icu_collections v2.1.1 |
| 4596 | 2026-06-10T23:15:22.735Z | Checking dtrace-parser v0.2.0 |
| 4597 | 2026-06-10T23:15:22.800Z | Checking thread-id v4.2.2 |
| 4598 | 2026-06-10T23:15:22.882Z | Checking once_cell v1.21.3 |
| 4599 | 2026-06-10T23:15:22.900Z | Checking terminal_size v0.4.3 |
| 4600 | 2026-06-10T23:15:22.914Z | Checking cargo-platform v0.2.0 |
| 4601 | 2026-06-10T23:15:22.971Z | Checking memmap v0.7.0 |
| 4602 | 2026-06-10T23:15:23.010Z | Checking clap_builder v4.6.0 |
| 4603 | 2026-06-10T23:15:23.050Z | Checking tempfile v3.25.0 |
| 4604 | 2026-06-10T23:15:23.111Z | Checking textwrap v0.16.2 |
| 4605 | 2026-06-10T23:15:23.114Z | Checking fs-err v3.3.0 |
| 4606 | 2026-06-10T23:15:23.114Z | Checking icu_provider v2.1.1 |
| 4607 | 2026-06-10T23:15:23.241Z | Checking camino-tempfile v1.4.1 |
| 4608 | 2026-06-10T23:15:23.276Z | Checking tabled v0.15.0 |
| 4609 | 2026-06-10T23:15:23.296Z | Checking anyhow v1.0.102 |
| 4610 | 2026-06-10T23:15:23.345Z | Checking icu_properties v2.1.2 |
| 4611 | 2026-06-10T23:15:23.363Z | Checking icu_normalizer v2.1.1 |
| 4612 | 2026-06-10T23:15:23.395Z | Checking toml v0.8.23 |
| 4613 | 2026-06-10T23:15:23.502Z | Checking macaddr v1.0.1 |
| 4614 | 2026-06-10T23:15:23.676Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4615 | 2026-06-10T23:15:23.715Z | Checking cargo_toml v0.21.0 |
| 4616 | 2026-06-10T23:15:24.087Z | Checking dof v0.3.0 |
| 4617 | 2026-06-10T23:15:24.157Z | Checking idna_adapter v1.2.1 |
| 4618 | 2026-06-10T23:15:24.209Z | Checking clap v4.6.1 |
| 4619 | 2026-06-10T23:15:24.276Z | Checking idna v1.1.0 |
| 4620 | 2026-06-10T23:15:24.390Z | Checking usdt-impl v0.5.0 |
| 4621 | 2026-06-10T23:15:24.499Z | Checking url v2.5.8 |
| 4622 | 2026-06-10T23:15:24.640Z | Checking usdt v0.5.0 |
| 4623 | 2026-06-10T23:15:24.836Z | Checking cargo-util-schemas v0.8.2 |
| 4624 | 2026-06-10T23:15:25.525Z | Checking cargo_metadata v0.21.0 |
| 4625 | 2026-06-10T23:15:26.132Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4626 | 2026-06-10T23:15:26.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
| 4627 | 2026-06-10T23:15:26.684Z | |
| 4628 | 2026-06-10T23:15:26.684Z | info: running `cargo check --bins` on dnsadm (279/295) |
| 4629 | 2026-06-10T23:15:27.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4630 | 2026-06-10T23:15:27.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4631 | 2026-06-10T23:15:27.318Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4632 | 2026-06-10T23:15:27.796Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4633 | 2026-06-10T23:15:28.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4634 | 2026-06-10T23:15:28.389Z | |
| 4635 | 2026-06-10T23:15:28.389Z | info: running `cargo check --bins` on end-to-end-tests (280/295) |
| 4636 | 2026-06-10T23:15:28.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4637 | 2026-06-10T23:15:28.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4638 | 2026-06-10T23:15:29.208Z | Checking polyval v0.6.2 |
| 4639 | 2026-06-10T23:15:29.331Z | Checking ctr v0.9.2 |
| 4640 | 2026-06-10T23:15:29.344Z | Checking ssh-encoding v0.2.0 |
| 4641 | 2026-06-10T23:15:29.344Z | Checking blowfish v0.9.1 |
| 4642 | 2026-06-10T23:15:29.369Z | Checking password-hash v0.4.2 |
| 4643 | 2026-06-10T23:15:29.380Z | Checking p521 v0.13.3 |
| 4644 | 2026-06-10T23:15:29.384Z | Checking p256 v0.13.2 |
| 4645 | 2026-06-10T23:15:29.413Z | Checking russh-cryptovec v0.7.3 |
| 4646 | 2026-06-10T23:15:29.471Z | Checking ghash v0.5.1 |
| 4647 | 2026-06-10T23:15:29.486Z | Checking md5 v0.7.0 |
| 4648 | 2026-06-10T23:15:29.497Z | Checking bcrypt-pbkdf v0.10.0 |
| 4649 | 2026-06-10T23:15:29.516Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4650 | 2026-06-10T23:15:29.551Z | Checking num-bigint v0.4.6 |
| 4651 | 2026-06-10T23:15:29.585Z | Checking aes-gcm v0.10.3 |
| 4652 | 2026-06-10T23:15:29.588Z | Checking pbkdf2 v0.11.0 |
| 4653 | 2026-06-10T23:15:29.639Z | Checking des v0.8.1 |
| 4654 | 2026-06-10T23:15:29.655Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4655 | 2026-06-10T23:15:29.659Z | Checking hex-literal v0.4.1 |
| 4656 | 2026-06-10T23:15:29.719Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4657 | 2026-06-10T23:15:29.734Z | Checking ssh-cipher v0.2.0 |
| 4658 | 2026-06-10T23:15:29.763Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4659 | 2026-06-10T23:15:29.763Z | Checking socket2 v0.5.10 |
| 4660 | 2026-06-10T23:15:29.797Z | Checking internet-checksum v0.2.1 |
| 4661 | 2026-06-10T23:15:29.903Z | Checking ssh-key v0.6.7 |
| 4662 | 2026-06-10T23:15:30.044Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4663 | 2026-06-10T23:15:30.528Z | Checking russh-keys v0.45.0 |
| 4664 | 2026-06-10T23:15:31.070Z | Checking russh v0.45.0 |
| 4665 | 2026-06-10T23:15:47.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.13s |
| 4666 | 2026-06-10T23:15:47.734Z | |
| 4667 | 2026-06-10T23:15:47.734Z | info: running `cargo check --bins` on gateway-cli (281/295) |
| 4668 | 2026-06-10T23:15:48.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4669 | 2026-06-10T23:15:48.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4670 | 2026-06-10T23:15:48.412Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4671 | 2026-06-10T23:15:48.494Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4672 | 2026-06-10T23:15:48.540Z | Checking termios v0.3.3 |
| 4673 | 2026-06-10T23:15:49.734Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4674 | 2026-06-10T23:15:49.881Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4675 | 2026-06-10T23:15:51.652Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4676 | 2026-06-10T23:15:52.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
| 4677 | 2026-06-10T23:15:52.403Z | |
| 4678 | 2026-06-10T23:15:52.403Z | info: running `cargo check --bins --no-default-features` on installinator (282/295) |
| 4679 | 2026-06-10T23:15:52.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4680 | 2026-06-10T23:15:52.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4681 | 2026-06-10T23:15:53.124Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4682 | 2026-06-10T23:15:53.127Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4683 | 2026-06-10T23:15:53.247Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4684 | 2026-06-10T23:15:53.250Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4685 | 2026-06-10T23:15:53.260Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4686 | 2026-06-10T23:15:53.263Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4687 | 2026-06-10T23:15:53.992Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4688 | 2026-06-10T23:15:54.329Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4689 | 2026-06-10T23:15:54.329Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4690 | 2026-06-10T23:15:54.958Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4691 | 2026-06-10T23:15:56.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 4692 | 2026-06-10T23:15:56.768Z | |
| 4693 | 2026-06-10T23:15:56.768Z | info: running `cargo check --bins` on internal-dns-cli (283/295) |
| 4694 | 2026-06-10T23:15:57.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4695 | 2026-06-10T23:15:57.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4696 | 2026-06-10T23:15:57.409Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4697 | 2026-06-10T23:15:57.865Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4698 | 2026-06-10T23:15:58.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4699 | 2026-06-10T23:15:58.374Z | |
| 4700 | 2026-06-10T23:15:58.374Z | info: running `cargo check --bins` on omicron-live-tests (284/295) |
| 4701 | 2026-06-10T23:15:58.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4702 | 2026-06-10T23:15:58.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4703 | 2026-06-10T23:15:58.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4704 | 2026-06-10T23:15:58.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4705 | 2026-06-10T23:15:58.967Z | |
| 4706 | 2026-06-10T23:15:58.967Z | info: running `cargo check --bins` on live-tests-macros (285/295) |
| 4707 | 2026-06-10T23:15:59.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4708 | 2026-06-10T23:15:59.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4709 | 2026-06-10T23:15:59.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4710 | 2026-06-10T23:15:59.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4711 | 2026-06-10T23:15:59.556Z | |
| 4712 | 2026-06-10T23:15:59.556Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295) |
| 4713 | 2026-06-10T23:16:00.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4714 | 2026-06-10T23:16:00.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4715 | 2026-06-10T23:16:00.303Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4716 | 2026-06-10T23:16:00.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4717 | 2026-06-10T23:16:01.099Z | |
| 4718 | 2026-06-10T23:16:01.099Z | info: running `cargo check --bins` on omicron-ntp-admin (287/295) |
| 4719 | 2026-06-10T23:16:01.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4720 | 2026-06-10T23:16:01.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4721 | 2026-06-10T23:16:01.753Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4722 | 2026-06-10T23:16:01.757Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4723 | 2026-06-10T23:16:02.034Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4724 | 2026-06-10T23:16:02.034Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4725 | 2026-06-10T23:16:02.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4726 | 2026-06-10T23:16:03.035Z | |
| 4727 | 2026-06-10T23:16:03.035Z | info: running `cargo check --bins` on ntp-admin-types (288/295) |
| 4728 | 2026-06-10T23:16:03.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4729 | 2026-06-10T23:16:03.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4730 | 2026-06-10T23:16:03.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4731 | 2026-06-10T23:16:03.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4732 | 2026-06-10T23:16:03.632Z | |
| 4733 | 2026-06-10T23:16:03.632Z | info: running `cargo check --bins` on omicron-package (289/295) |
| 4734 | 2026-06-10T23:16:04.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4735 | 2026-06-10T23:16:04.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4736 | 2026-06-10T23:16:04.321Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4737 | 2026-06-10T23:16:05.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4738 | 2026-06-10T23:16:05.588Z | |
| 4739 | 2026-06-10T23:16:05.588Z | info: running `cargo check --bins` on tqdb (290/295) |
| 4740 | 2026-06-10T23:16:06.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4741 | 2026-06-10T23:16:06.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4742 | 2026-06-10T23:16:06.376Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4743 | 2026-06-10T23:16:06.734Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4744 | 2026-06-10T23:16:07.245Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4745 | 2026-06-10T23:16:07.245Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4746 | 2026-06-10T23:16:13.160Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4747 | 2026-06-10T23:16:13.160Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4748 | 2026-06-10T23:16:13.744Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4749 | 2026-06-10T23:16:13.749Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4750 | 2026-06-10T23:16:13.749Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4751 | 2026-06-10T23:16:13.749Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4752 | 2026-06-10T23:16:14.504Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4753 | 2026-06-10T23:16:15.528Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4754 | 2026-06-10T23:16:16.299Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4755 | 2026-06-10T23:16:16.907Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4756 | 2026-06-10T23:16:21.417Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4757 | 2026-06-10T23:16:27.793Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4758 | 2026-06-10T23:16:27.810Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4759 | 2026-06-10T23:16:27.811Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4760 | 2026-06-10T23:16:27.811Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4761 | 2026-06-10T23:16:29.266Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4762 | 2026-06-10T23:16:30.597Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4763 | 2026-06-10T23:16:31.244Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4764 | 2026-06-10T23:16:32.465Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4765 | 2026-06-10T23:16:33.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.40s |
| 4766 | 2026-06-10T23:16:33.529Z | |
| 4767 | 2026-06-10T23:16:33.530Z | info: running `cargo check --bins` on wicket-dbg (291/295) |
| 4768 | 2026-06-10T23:16:33.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4769 | 2026-06-10T23:16:33.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4770 | 2026-06-10T23:16:33.931Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4771 | 2026-06-10T23:16:33.931Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4772 | 2026-06-10T23:16:33.939Z | Checking rtoolbox v0.0.3 |
| 4773 | 2026-06-10T23:16:34.055Z | Checking tui-tree-widget v0.23.1 |
| 4774 | 2026-06-10T23:16:34.154Z | Checking rpassword v7.4.0 |
| 4775 | 2026-06-10T23:16:35.165Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4776 | 2026-06-10T23:16:40.169Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4777 | 2026-06-10T23:16:40.209Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4778 | 2026-06-10T23:16:40.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s |
| 4779 | 2026-06-10T23:16:41.076Z | |
| 4780 | 2026-06-10T23:16:41.076Z | info: running `cargo check --bins` on wicket (292/295) |
| 4781 | 2026-06-10T23:16:41.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4782 | 2026-06-10T23:16:41.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4783 | 2026-06-10T23:16:41.784Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4784 | 2026-06-10T23:16:42.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4785 | 2026-06-10T23:16:42.360Z | |
| 4786 | 2026-06-10T23:16:42.360Z | info: running `cargo check --bins` on wicketd (293/295) |
| 4787 | 2026-06-10T23:16:42.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4788 | 2026-06-10T23:16:42.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4789 | 2026-06-10T23:16:43.090Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4790 | 2026-06-10T23:16:43.093Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4791 | 2026-06-10T23:16:43.093Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4792 | 2026-06-10T23:16:43.093Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4793 | 2026-06-10T23:16:44.090Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4794 | 2026-06-10T23:16:44.662Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4795 | 2026-06-10T23:16:47.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
| 4796 | 2026-06-10T23:16:47.803Z | |
| 4797 | 2026-06-10T23:16:47.803Z | info: running `cargo check --bins` on omicron-workspace-hack (294/295) |
| 4798 | 2026-06-10T23:16:48.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4799 | 2026-06-10T23:16:48.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4800 | 2026-06-10T23:16:48.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4801 | 2026-06-10T23:16:48.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4802 | 2026-06-10T23:16:48.398Z | |
| 4803 | 2026-06-10T23:16:48.398Z | info: running `cargo check --bins` on zone-setup (295/295) |
| 4804 | 2026-06-10T23:16:48.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4805 | 2026-06-10T23:16:48.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4806 | 2026-06-10T23:16:49.084Z | Checking uzers v0.12.2 |
| 4807 | 2026-06-10T23:16:49.357Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4808 | 2026-06-10T23:16:50.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4809 | 2026-06-10T23:16:50.319Z | |
| 4810 | 2026-06-10T23:16:50.319Z | real 14:07.981129091 |
| 4811 | 2026-06-10T23:16:50.319Z | user 21:07.116453124 |
| 4812 | 2026-06-10T23:16:50.319Z | sys 4:24.766409568 |
| 4813 | 2026-06-10T23:16:50.319Z | trap 0.340154220 |
| 4814 | 2026-06-10T23:16:50.319Z | tflt 0.709065478 |
| 4815 | 2026-06-10T23:16:50.319Z | dflt 1.339912167 |
| 4816 | 2026-06-10T23:16:50.319Z | kflt 0.004724030 |
| 4817 | 2026-06-10T23:16:50.319Z | lock 1:18:28.455328643 |
| 4818 | 2026-06-10T23:16:50.319Z | slp 1:41:39.382763055 |
| 4819 | 2026-06-10T23:16:50.319Z | lat 58.783598601 |
| 4820 | 2026-06-10T23:16:50.319Z | stop 3:38.355274859 |
| 4821 | 2026-06-10T23:16:50.322Z | process exited: duration 986875 ms, exit code 0 |
| |
| 4822 | 2026-06-10T23:16:50.331Z | found 0 output files |