|
|
|
| 1 | 2026-05-28T08:44:28.155Z | job assigned to worker 01KSPW21ZRWNRNZZ1MZRG654P5 [factory aws, i-02607aafeb0c4ce59] (queued for 43 s) |
| |
| 2 | 2026-05-28T08:44:35.175Z | starting task 0: "setup" |
| 3 | 2026-05-28T08:44:35.179Z | ++ uname -s |
| 4 | 2026-05-28T08:44:35.181Z | + kern=SunOS |
| 5 | 2026-05-28T08:44:35.181Z | + build_user=build |
| 6 | 2026-05-28T08:44:35.181Z | + build_uid=12345 |
| 7 | 2026-05-28T08:44:35.181Z | + work_dir=/work |
| 8 | 2026-05-28T08:44:35.181Z | + input_dir=/input |
| 9 | 2026-05-28T08:44:35.181Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T08:44:35.181Z | + case "$kern" in |
| 11 | 2026-05-28T08:44:35.181Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T08:44:35.184Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T08:44:37.190Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T08:44:37.243Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T08:44:37.246Z | + home_fs=zfs |
| 16 | 2026-05-28T08:44:37.246Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T08:44:37.246Z | + mkdir -p /home/build |
| 18 | 2026-05-28T08:44:37.246Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T08:44:39.247Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T08:44:39.250Z | process exited: duration 4077 ms, exit code 0 |
| |
| 21 | 2026-05-28T08:44:39.257Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T08:44:39.262Z | * rust toolchain channel = "1.94.0" |
| 23 | 2026-05-28T08:44:39.262Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 24 | 2026-05-28T08:44:39.262Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-28T08:44:39.262Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-28T08:44:39.262Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T08:44:39.262Z | * rust toolchain profile = "default" |
| 28 | 2026-05-28T08:44:39.265Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T08:44:39.265Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T08:44:39.321Z | info: downloading installer |
| 31 | 2026-05-28T08:44:40.624Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T08:44:40.624Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T08:44:40.624Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T08:44:40.624Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T08:44:40.641Z | info: profile set to default |
| 36 | 2026-05-28T08:44:40.641Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T08:44:40.649Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T08:44:40.769Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T08:44:40.772Z | info: downloading 6 components |
| 40 | 2026-05-28T08:44:54.764Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T08:44:54.764Z | |
| 42 | 2026-05-28T08:44:54.790Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T08:44:54.790Z | |
| 44 | 2026-05-28T08:44:54.794Z | |
| 45 | 2026-05-28T08:44:54.794Z | Rust is installed now. Great! |
| 46 | 2026-05-28T08:44:54.794Z | |
| 47 | 2026-05-28T08:44:54.794Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T08:44:54.794Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T08:44:54.794Z | |
| 50 | 2026-05-28T08:44:54.794Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T08:44:54.794Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T08:44:54.794Z | |
| 53 | 2026-05-28T08:44:54.794Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T08:44:54.794Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T08:44:54.794Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T08:44:54.794Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T08:44:54.794Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T08:44:54.794Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T08:44:54.794Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T08:44:54.794Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T08:44:54.794Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T08:44:54.883Z | + rustup --version |
| 63 | 2026-05-28T08:44:54.892Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T08:44:54.894Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T08:44:54.913Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T08:44:54.916Z | + cargo --version |
| 67 | 2026-05-28T08:44:54.928Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T08:44:54.931Z | + rustc --version |
| 69 | 2026-05-28T08:44:54.950Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T08:44:54.953Z | process exited: duration 15695 ms, exit code 0 |
| |
| 71 | 2026-05-28T08:44:54.959Z | starting task 2: "authentication" |
| 72 | 2026-05-28T08:44:54.975Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T08:44:54.980Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T08:44:54.984Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T08:44:54.986Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T08:44:55.024Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T08:45:04.940Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T08:45:04.940Z | + git fetch origin 93671368d047a190461d9392a97ae5d769a476f4 |
| 79 | 2026-05-28T08:45:05.220Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T08:45:05.220Z | * branch 93671368d047a190461d9392a97ae5d769a476f4 -> FETCH_HEAD |
| 81 | 2026-05-28T08:45:05.230Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-05-28T08:45:05.233Z | ++ git branch --show-current |
| 83 | 2026-05-28T08:45:05.233Z | + current=main |
| 84 | 2026-05-28T08:45:05.233Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-05-28T08:45:05.233Z | + git branch -f multicast-e2e 93671368d047a190461d9392a97ae5d769a476f4 |
| 86 | 2026-05-28T08:45:05.236Z | + git checkout -f multicast-e2e |
| 87 | 2026-05-28T08:45:05.470Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-05-28T08:45:05.473Z | + git reset --hard 93671368d047a190461d9392a97ae5d769a476f4 |
| 89 | 2026-05-28T08:45:05.704Z | HEAD is now at 93671368d [merge+match] merge main + mag update, which needs new ubuntu glibc |
| 90 | 2026-05-28T08:45:05.707Z | process exited: duration 10725 ms, exit code 0 |
| |
| 91 | 2026-05-28T08:45:05.713Z | starting task 4: "build" |
| 92 | 2026-05-28T08:45:05.718Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-28T08:45:05.718Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-28T08:45:05.718Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-28T08:45:05.718Z | + cargo --version |
| 96 | 2026-05-28T08:45:05.728Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-28T08:45:05.731Z | + rustc --version |
| 98 | 2026-05-28T08:45:05.751Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-28T08:45:05.754Z | + source ./env.sh |
| 100 | 2026-05-28T08:45:05.754Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-28T08:45:05.754Z | ++ set -o xtrace |
| 102 | 2026-05-28T08:45:05.757Z | ++++ dirname ./env.sh |
| 103 | 2026-05-28T08:45:05.760Z | +++ readlink -f . |
| 104 | 2026-05-28T08:45:05.763Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-28T08:45:05.763Z | ++ 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-05-28T08:45:05.763Z | ++ 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-05-28T08:45:05.763Z | ++ 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-05-28T08:45:05.763Z | ++ 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-05-28T08:45:05.763Z | ++ 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-05-28T08:45:05.763Z | ++ 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-05-28T08:45:05.763Z | ++ 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-05-28T08:45:05.763Z | ++ 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-05-28T08:45:05.763Z | ++ 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-05-28T08:45:05.763Z | ++ 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-05-28T08:45:05.763Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-05-28T08:45:05.763Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-05-28T08:45:05.763Z | + 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-05-28T08:45:05.763Z | + 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-05-28T08:45:05.763Z | + banner prerequisites |
| 120 | 2026-05-28T08:45:05.766Z | |
| 121 | 2026-05-28T08:45:05.766Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 122 | 2026-05-28T08:45:05.766Z | # # # # # # # # # # # # # # # |
| 123 | 2026-05-28T08:45:05.767Z | # # # # ##### # # ##### # # # # # #### # |
| 124 | 2026-05-28T08:45:05.767Z | ##### ##### # ##### # # # # # # # # # |
| 125 | 2026-05-28T08:45:05.767Z | # # # # # # # # # # # # # # # |
| 126 | 2026-05-28T08:45:05.767Z | # # # ###### # # ###### ### # #### # #### # |
| 127 | 2026-05-28T08:45:05.767Z | |
| 128 | 2026-05-28T08:45:05.767Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 129 | 2026-05-28T08:45:07.177Z | Startup: Refreshing catalog 'helios' ... Done |
| 130 | 2026-05-28T08:45:07.247Z | Startup: Caching catalogs ... Done |
| 131 | 2026-05-28T08:45:07.507Z | Planning: Solver setup ... Done (0.225s) |
| 132 | 2026-05-28T08:45:07.525Z | Planning: Running solver ... Done (0.018s) |
| 133 | 2026-05-28T08:45:07.531Z | Planning: Finding local manifests ... Done (0.003s) |
| 134 | 2026-05-28T08:45:07.542Z | Planning: Fetching manifests: 0/2 0% complete |
| 135 | 2026-05-28T08:45:07.564Z | Planning: Fetching manifests: 2/2 100% complete |
| 136 | 2026-05-28T08:45:07.577Z | Planning: Package planning ... Done (0.013s) |
| 137 | 2026-05-28T08:45:07.580Z | Planning: Merging actions ... Done (0.001s) |
| 138 | 2026-05-28T08:45:07.765Z | Planning: Checking for conflicting actions ... Done (0.186s) |
| 139 | 2026-05-28T08:45:07.768Z | Planning: Consolidating action changes ... Done (0.001s) |
| 140 | 2026-05-28T08:45:08.579Z | Planning: Evaluating mediators ... Done (0.813s) |
| 141 | 2026-05-28T08:45:08.582Z | Planning: Planning completed in 1.32 seconds |
| 142 | 2026-05-28T08:45:08.588Z | Packages to install: 2 |
| 143 | 2026-05-28T08:45:08.591Z | Estimated space available: 156.07 GB |
| 144 | 2026-05-28T08:45:08.591Z | Estimated space to be consumed: 22.53 MB |
| 145 | 2026-05-28T08:45:08.591Z | Create boot environment: No |
| 146 | 2026-05-28T08:45:08.591Z | Create backup boot environment: No |
| 147 | 2026-05-28T08:45:08.591Z | Rebuild boot archive: No |
| 148 | 2026-05-28T08:45:08.591Z | |
| 149 | 2026-05-28T08:45:08.591Z | Changed packages: |
| 150 | 2026-05-28T08:45:08.591Z | helios |
| 151 | 2026-05-28T08:45:08.591Z | developer/build-essential |
| 152 | 2026-05-28T08:45:08.591Z | None -> 11-3.0 |
| 153 | 2026-05-28T08:45:08.591Z | library/libxmlsec1 |
| 154 | 2026-05-28T08:45:08.591Z | None -> 1.2.35-3.0 |
| 155 | 2026-05-28T08:45:08.611Z | |
| 156 | 2026-05-28T08:45:08.611Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 157 | 2026-05-28T08:45:09.100Z | Download: Completed 1.28 MB in 0.49 seconds (2.6M/s) |
| 158 | 2026-05-28T08:45:09.151Z | Actions: 1/268 actions (Installing new actions) |
| 159 | 2026-05-28T08:45:09.188Z | Actions: Completed 268 actions in 0.04 seconds. |
| 160 | 2026-05-28T08:45:09.221Z | Finalize: Updating package state database ... Done (0.032s) |
| 161 | 2026-05-28T08:45:09.224Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-05-28T08:45:09.239Z | Finalize: Updating image state ... Done (0.018s) |
| 163 | 2026-05-28T08:45:11.563Z | Finalize: Creating fast lookup database ... Done (2.301s) |
| 164 | 2026-05-28T08:45:11.633Z | Finalize: Reading search index ... Done (0.011s) |
| 165 | 2026-05-28T08:45:11.636Z | Finalize: Updating search index ... Done (0.000s) |
| 166 | 2026-05-28T08:45:11.689Z | Finalize: Updating package cache ... Done (0.000s) |
| 167 | 2026-05-28T08:45:11.984Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-05-28T08:45:12.088Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-05-28T08:45:12.091Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-05-28T08:45:12.246Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-05-28T08:45:12.249Z | Planning: Planning completed in 0.26 seconds |
| 172 | 2026-05-28T08:45:12.269Z | Mediators to change: 2 |
| 173 | 2026-05-28T08:45:12.269Z | Create boot environment: No |
| 174 | 2026-05-28T08:45:12.269Z | Create backup boot environment: No |
| 175 | 2026-05-28T08:45:12.308Z | Finalize: Updating package state database ... Done |
| 176 | 2026-05-28T08:45:12.308Z | Finalize: Updating package cache ... Done |
| 177 | 2026-05-28T08:45:12.318Z | Finalize: Updating image state ... Done |
| 178 | 2026-05-28T08:45:14.258Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-05-28T08:45:14.317Z | Finalize: Reading search index ... Done |
| 180 | 2026-05-28T08:45:14.320Z | Finalize: Updating search index ... Done |
| 181 | 2026-05-28T08:45:14.366Z | Finalize: Updating package cache ... Done |
| 182 | 2026-05-28T08:45:14.653Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-05-28T08:45:14.757Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-05-28T08:45:14.760Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-05-28T08:45:14.913Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-05-28T08:45:14.916Z | Planning: Planning completed in 0.26 seconds |
| 187 | 2026-05-28T08:45:14.935Z | Mediators to change: 1 |
| 188 | 2026-05-28T08:45:14.935Z | Create boot environment: No |
| 189 | 2026-05-28T08:45:14.935Z | Create backup boot environment: No |
| 190 | 2026-05-28T08:45:14.974Z | Finalize: Updating package state database ... Done |
| 191 | 2026-05-28T08:45:14.974Z | Finalize: Updating package cache ... Done |
| 192 | 2026-05-28T08:45:14.984Z | Finalize: Updating image state ... Done |
| 193 | 2026-05-28T08:45:16.910Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-05-28T08:45:16.969Z | Finalize: Reading search index ... Done |
| 195 | 2026-05-28T08:45:16.972Z | Finalize: Updating search index ... Done |
| 196 | 2026-05-28T08:45:17.021Z | Finalize: Updating package cache ... Done |
| 197 | 2026-05-28T08:45:17.330Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 198 | 2026-05-28T08:45:17.330Z | apache system 2.4 system |
| 199 | 2026-05-28T08:45:17.330Z | clang system 15 system |
| 200 | 2026-05-28T08:45:17.331Z | csh system system illumos |
| 201 | 2026-05-28T08:45:17.331Z | ctags system system illumos |
| 202 | 2026-05-28T08:45:17.331Z | file vendor vendor darwinsys |
| 203 | 2026-05-28T08:45:17.331Z | file system system illumos |
| 204 | 2026-05-28T08:45:17.331Z | gcc vendor 14 vendor |
| 205 | 2026-05-28T08:45:17.331Z | gcc system 13 system |
| 206 | 2026-05-28T08:45:17.331Z | gcc system 10 system |
| 207 | 2026-05-28T08:45:17.331Z | go system 1.25 system |
| 208 | 2026-05-28T08:45:17.331Z | llvm system 15 system |
| 209 | 2026-05-28T08:45:17.331Z | mariadb system 11.4 system |
| 210 | 2026-05-28T08:45:17.331Z | mta vendor vendor dma |
| 211 | 2026-05-28T08:45:17.331Z | openjdk system 17 system |
| 212 | 2026-05-28T08:45:17.331Z | openjdk system 11 system |
| 213 | 2026-05-28T08:45:17.331Z | openssl vendor 3 vendor |
| 214 | 2026-05-28T08:45:17.331Z | perl system 5.40 system |
| 215 | 2026-05-28T08:45:17.331Z | postgresql system 18 system |
| 216 | 2026-05-28T08:45:17.331Z | postgresql system 17 system |
| 217 | 2026-05-28T08:45:17.331Z | python vendor 3 vendor |
| 218 | 2026-05-28T08:45:17.331Z | python system 2 system |
| 219 | 2026-05-28T08:45:17.331Z | python3 vendor 3.13 vendor |
| 220 | 2026-05-28T08:45:17.331Z | ruby system 3.4 system |
| 221 | 2026-05-28T08:45:17.331Z | ruby system 3.0 system |
| 222 | 2026-05-28T08:45:17.331Z | words vendor vendor american-english |
| 223 | 2026-05-28T08:45:17.331Z | words system system australian-english |
| 224 | 2026-05-28T08:45:17.331Z | words system system british-english |
| 225 | 2026-05-28T08:45:17.331Z | words system system canadian-english |
| 226 | 2026-05-28T08:45:17.332Z | words system system french |
| 227 | 2026-05-28T08:45:17.332Z | words system system italian |
| 228 | 2026-05-28T08:45:17.332Z | words system system ngerman |
| 229 | 2026-05-28T08:45:17.332Z | words system system ogerman |
| 230 | 2026-05-28T08:45:17.332Z | words system system spanish |
| 231 | 2026-05-28T08:45:17.579Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2026-05-28T08:45:17.579Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 233 | 2026-05-28T08:45:17.854Z | FMRI IFO |
| 234 | 2026-05-28T08:45:17.854Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 235 | 2026-05-28T08:45:17.854Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 236 | 2026-05-28T08:45:17.854Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 237 | 2026-05-28T08:45:17.854Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 238 | 2026-05-28T08:45:17.854Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 239 | 2026-05-28T08:45:17.854Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 240 | 2026-05-28T08:45:17.854Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 241 | 2026-05-28T08:45:17.854Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 242 | 2026-05-28T08:45:17.854Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 243 | 2026-05-28T08:45:18.109Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 244 | 2026-05-28T08:45:18.410Z | Updating crates.io index |
| 245 | 2026-05-28T08:45:18.444Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 246 | 2026-05-28T08:45:19.187Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 247 | 2026-05-28T08:45:19.495Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-05-28T08:45:20.145Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-05-28T08:45:20.996Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-05-28T08:45:21.522Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-05-28T08:45:23.035Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-05-28T08:45:23.912Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-05-28T08:45:24.275Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 254 | 2026-05-28T08:45:25.335Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-05-28T08:45:25.715Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 256 | 2026-05-28T08:45:26.108Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 257 | 2026-05-28T08:45:26.431Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-05-28T08:45:27.404Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-05-28T08:45:27.850Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-05-28T08:45:28.351Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 261 | 2026-05-28T08:45:28.595Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 262 | 2026-05-28T08:45:28.999Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-05-28T08:45:29.364Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2026-05-28T08:45:29.825Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2026-05-28T08:45:30.078Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2026-05-28T08:45:30.370Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-05-28T08:45:30.790Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-05-28T08:45:31.321Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 269 | 2026-05-28T08:45:31.544Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 270 | 2026-05-28T08:45:32.100Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 271 | 2026-05-28T08:45:32.499Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 272 | 2026-05-28T08:45:32.789Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 273 | 2026-05-28T08:45:33.987Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2026-05-28T08:45:34.574Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-05-28T08:45:35.032Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-05-28T08:45:35.422Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-05-28T08:45:36.123Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-05-28T08:45:36.806Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-05-28T08:45:37.094Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-05-28T08:45:37.374Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 281 | 2026-05-28T08:45:37.657Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 282 | 2026-05-28T08:45:38.142Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 283 | 2026-05-28T08:45:38.376Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 284 | 2026-05-28T08:45:38.595Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 285 | 2026-05-28T08:45:51.900Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 286 | 2026-05-28T08:45:53.771Z | Downloading crates ... |
| 287 | 2026-05-28T08:45:53.827Z | Downloaded thiserror v1.0.69 |
| 288 | 2026-05-28T08:45:53.830Z | Downloaded utf8_iter v1.0.4 |
| 289 | 2026-05-28T08:45:53.833Z | Downloaded autocfg v1.5.0 |
| 290 | 2026-05-28T08:45:53.833Z | Downloaded anstream v1.0.0 |
| 291 | 2026-05-28T08:45:53.836Z | Downloaded serde_spanned v0.6.9 |
| 292 | 2026-05-28T08:45:53.836Z | Downloaded toml v0.8.23 |
| 293 | 2026-05-28T08:45:53.838Z | Downloaded cfg-if v1.0.4 |
| 294 | 2026-05-28T08:45:53.838Z | Downloaded anstyle-parse v1.0.0 |
| 295 | 2026-05-28T08:45:53.838Z | Downloaded ordered-float v2.10.1 |
| 296 | 2026-05-28T08:45:53.838Z | Downloaded anstyle-query v1.1.5 |
| 297 | 2026-05-28T08:45:53.841Z | Downloaded version_check v0.9.5 |
| 298 | 2026-05-28T08:45:53.841Z | Downloaded proc-macro-error-attr v1.0.4 |
| 299 | 2026-05-28T08:45:53.844Z | Downloaded toml_write v0.1.2 |
| 300 | 2026-05-28T08:45:53.844Z | Downloaded memmap v0.7.0 |
| 301 | 2026-05-28T08:45:53.847Z | Downloaded itoa v1.0.17 |
| 302 | 2026-05-28T08:45:53.847Z | Downloaded zerofrom v0.1.6 |
| 303 | 2026-05-28T08:45:53.847Z | Downloaded unicode-xid v0.2.6 |
| 304 | 2026-05-28T08:45:53.849Z | Downloaded utf8parse v0.2.2 |
| 305 | 2026-05-28T08:45:53.849Z | Downloaded usdt-attr-macro v0.5.0 |
| 306 | 2026-05-28T08:45:53.849Z | Downloaded scroll_derive v0.12.1 |
| 307 | 2026-05-28T08:45:53.850Z | Downloaded stable_deref_trait v1.2.1 |
| 308 | 2026-05-28T08:45:53.850Z | Downloaded typeid v1.0.3 |
| 309 | 2026-05-28T08:45:53.852Z | Downloaded generic-array v0.14.7 |
| 310 | 2026-05-28T08:45:53.852Z | Downloaded heck v0.5.0 |
| 311 | 2026-05-28T08:45:53.852Z | Downloaded colorchoice v1.0.4 |
| 312 | 2026-05-28T08:45:53.855Z | Downloaded dof v0.3.0 |
| 313 | 2026-05-28T08:45:53.858Z | Downloaded usdt-macro v0.5.0 |
| 314 | 2026-05-28T08:45:53.858Z | Downloaded toml_datetime v0.6.11 |
| 315 | 2026-05-28T08:45:53.858Z | Downloaded pretty-hex v0.4.1 |
| 316 | 2026-05-28T08:45:53.861Z | Downloaded swrite v0.1.0 |
| 317 | 2026-05-28T08:45:53.863Z | Downloaded block-buffer v0.10.4 |
| 318 | 2026-05-28T08:45:53.863Z | Downloaded zerovec-derive v0.11.2 |
| 319 | 2026-05-28T08:45:53.863Z | Downloaded cargo_toml v0.21.0 |
| 320 | 2026-05-28T08:45:53.866Z | Downloaded tinystr v0.8.2 |
| 321 | 2026-05-28T08:45:53.866Z | Downloaded thiserror-impl v2.0.18 |
| 322 | 2026-05-28T08:45:53.866Z | Downloaded zerofrom-derive v0.1.6 |
| 323 | 2026-05-28T08:45:53.869Z | Downloaded yoke-derive v0.8.1 |
| 324 | 2026-05-28T08:45:53.869Z | Downloaded usdt v0.5.0 |
| 325 | 2026-05-28T08:45:53.869Z | Downloaded is_terminal_polyfill v1.70.2 |
| 326 | 2026-05-28T08:45:53.869Z | Downloaded unicode-linebreak v0.1.5 |
| 327 | 2026-05-28T08:45:53.869Z | Downloaded thread-id v4.2.2 |
| 328 | 2026-05-28T08:45:53.872Z | Downloaded bytecount v0.6.9 |
| 329 | 2026-05-28T08:45:53.872Z | Downloaded macaddr v1.0.1 |
| 330 | 2026-05-28T08:45:53.872Z | Downloaded idna_adapter v1.2.1 |
| 331 | 2026-05-28T08:45:53.875Z | Downloaded usdt-impl v0.5.0 |
| 332 | 2026-05-28T08:45:53.877Z | Downloaded thiserror-impl v1.0.69 |
| 333 | 2026-05-28T08:45:53.877Z | Downloaded yoke v0.8.1 |
| 334 | 2026-05-28T08:45:53.877Z | Downloaded thiserror v2.0.18 |
| 335 | 2026-05-28T08:45:53.880Z | Downloaded zerocopy-derive v0.7.35 |
| 336 | 2026-05-28T08:45:53.883Z | Downloaded quote v1.0.45 |
| 337 | 2026-05-28T08:45:53.885Z | Downloaded synstructure v0.13.2 |
| 338 | 2026-05-28T08:45:53.885Z | Downloaded erased-serde v0.4.9 |
| 339 | 2026-05-28T08:45:53.888Z | Downloaded writeable v0.6.2 |
| 340 | 2026-05-28T08:45:53.888Z | Downloaded byteorder v1.5.0 |
| 341 | 2026-05-28T08:45:53.888Z | Downloaded plain v0.2.3 |
| 342 | 2026-05-28T08:45:53.888Z | Downloaded ucd-trie v0.1.7 |
| 343 | 2026-05-28T08:45:53.891Z | Downloaded serde-untagged v0.1.9 |
| 344 | 2026-05-28T08:45:53.891Z | Downloaded camino-tempfile v1.4.1 |
| 345 | 2026-05-28T08:45:53.894Z | Downloaded cargo_metadata v0.21.0 |
| 346 | 2026-05-28T08:45:53.894Z | Downloaded cargo-util-schemas v0.8.2 |
| 347 | 2026-05-28T08:45:53.896Z | Downloaded zmij v1.0.21 |
| 348 | 2026-05-28T08:45:53.899Z | Downloaded clap_lex v1.0.0 |
| 349 | 2026-05-28T08:45:53.902Z | Downloaded dtrace-parser v0.2.0 |
| 350 | 2026-05-28T08:45:53.902Z | Downloaded cargo-platform v0.2.0 |
| 351 | 2026-05-28T08:45:53.904Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-05-28T08:45:53.907Z | Downloaded toml_edit v0.22.27 |
| 353 | 2026-05-28T08:45:53.910Z | Downloaded textwrap v0.16.2 |
| 354 | 2026-05-28T08:45:53.910Z | Downloaded zerotrie v0.2.3 |
| 355 | 2026-05-28T08:45:53.912Z | Downloaded strsim v0.11.1 |
| 356 | 2026-05-28T08:45:53.912Z | Downloaded smawk v0.3.2 |
| 357 | 2026-05-28T08:45:53.915Z | Downloaded form_urlencoded v1.2.2 |
| 358 | 2026-05-28T08:45:53.915Z | Downloaded typenum v1.19.0 |
| 359 | 2026-05-28T08:45:53.918Z | Downloaded url v2.5.8 |
| 360 | 2026-05-28T08:45:53.920Z | Downloaded equivalent v1.0.2 |
| 361 | 2026-05-28T08:45:53.920Z | Downloaded cpufeatures v0.2.17 |
| 362 | 2026-05-28T08:45:53.920Z | Downloaded fastrand v2.3.0 |
| 363 | 2026-05-28T08:45:53.925Z | Downloaded serde_tokenstream v0.2.3 |
| 364 | 2026-05-28T08:45:53.927Z | Downloaded digest v0.10.7 |
| 365 | 2026-05-28T08:45:53.930Z | Downloaded zerovec v0.11.5 |
| 366 | 2026-05-28T08:45:53.933Z | Downloaded fs-err v3.3.0 |
| 367 | 2026-05-28T08:45:53.940Z | Downloaded percent-encoding v2.3.2 |
| 368 | 2026-05-28T08:45:53.943Z | Downloaded fnv v1.0.7 |
| 369 | 2026-05-28T08:45:53.943Z | Downloaded errno v0.3.14 |
| 370 | 2026-05-28T08:45:53.943Z | Downloaded zerocopy v0.7.35 |
| 371 | 2026-05-28T08:45:53.952Z | Downloaded winnow v0.7.14 |
| 372 | 2026-05-28T08:45:53.957Z | Downloaded clap v4.6.1 |
| 373 | 2026-05-28T08:45:53.962Z | Downloaded proc-macro-error v1.0.4 |
| 374 | 2026-05-28T08:45:53.964Z | Downloaded terminal_size v0.4.3 |
| 375 | 2026-05-28T08:45:53.967Z | Downloaded tabled_derive v0.7.0 |
| 376 | 2026-05-28T08:45:53.967Z | Downloaded unicode-width v0.2.0 |
| 377 | 2026-05-28T08:45:53.970Z | Downloaded unicode-width v0.1.14 |
| 378 | 2026-05-28T08:45:53.973Z | Downloaded once_cell v1.21.3 |
| 379 | 2026-05-28T08:45:53.975Z | Downloaded log v0.4.29 |
| 380 | 2026-05-28T08:45:53.975Z | Downloaded camino v1.2.2 |
| 381 | 2026-05-28T08:45:53.978Z | Downloaded anstyle v1.0.14 |
| 382 | 2026-05-28T08:45:53.978Z | Downloaded smallvec v1.15.1 |
| 383 | 2026-05-28T08:45:53.981Z | Downloaded tempfile v3.25.0 |
| 384 | 2026-05-28T08:45:53.981Z | Downloaded serde-value v0.7.0 |
| 385 | 2026-05-28T08:45:53.981Z | Downloaded heck v0.4.1 |
| 386 | 2026-05-28T08:45:53.984Z | Downloaded potential_utf v0.1.4 |
| 387 | 2026-05-28T08:45:53.984Z | Downloaded litemap v0.8.1 |
| 388 | 2026-05-28T08:45:53.984Z | Downloaded bitflags v2.11.0 |
| 389 | 2026-05-28T08:45:53.986Z | Downloaded crypto-common v0.1.7 |
| 390 | 2026-05-28T08:45:53.987Z | Downloaded clap_derive v4.6.1 |
| 391 | 2026-05-28T08:45:53.994Z | Downloaded displaydoc v0.2.5 |
| 392 | 2026-05-28T08:45:53.996Z | Downloaded pest_generator v2.8.6 |
| 393 | 2026-05-28T08:45:53.996Z | Downloaded pest_derive v2.8.6 |
| 394 | 2026-05-28T08:45:54.002Z | Downloaded sha2 v0.10.9 |
| 395 | 2026-05-28T08:45:54.008Z | Downloaded icu_normalizer v2.1.1 |
| 396 | 2026-05-28T08:45:54.016Z | Downloaded papergrid v0.11.0 |
| 397 | 2026-05-28T08:45:54.020Z | Downloaded num-traits v0.2.19 |
| 398 | 2026-05-28T08:45:54.023Z | Downloaded semver v1.0.28 |
| 399 | 2026-05-28T08:45:54.026Z | Downloaded scroll v0.12.0 |
| 400 | 2026-05-28T08:45:54.029Z | Downloaded proc-macro2 v1.0.106 |
| 401 | 2026-05-28T08:45:54.032Z | Downloaded icu_provider v2.1.1 |
| 402 | 2026-05-28T08:45:54.035Z | Downloaded serde_core v1.0.228 |
| 403 | 2026-05-28T08:45:54.037Z | Downloaded getrandom v0.4.1 |
| 404 | 2026-05-28T08:45:54.040Z | Downloaded pest_meta v2.8.6 |
| 405 | 2026-05-28T08:45:54.042Z | Downloaded serde_derive v1.0.228 |
| 406 | 2026-05-28T08:45:54.047Z | Downloaded icu_normalizer_data v2.1.1 |
| 407 | 2026-05-28T08:45:54.054Z | Downloaded indexmap v2.14.0 |
| 408 | 2026-05-28T08:45:54.056Z | Downloaded serde v1.0.228 |
| 409 | 2026-05-28T08:45:54.059Z | Downloaded icu_locale_core v2.1.1 |
| 410 | 2026-05-28T08:45:54.061Z | Downloaded anyhow v1.0.102 |
| 411 | 2026-05-28T08:45:54.071Z | Downloaded memchr v2.8.0 |
| 412 | 2026-05-28T08:45:54.074Z | Downloaded icu_properties v2.1.2 |
| 413 | 2026-05-28T08:45:54.078Z | Downloaded icu_collections v2.1.1 |
| 414 | 2026-05-28T08:45:54.081Z | Downloaded pest v2.8.6 |
| 415 | 2026-05-28T08:45:54.084Z | Downloaded clap_builder v4.6.0 |
| 416 | 2026-05-28T08:45:54.098Z | Downloaded icu_properties_data v2.1.2 |
| 417 | 2026-05-28T08:45:54.103Z | Downloaded hashbrown v0.17.0 |
| 418 | 2026-05-28T08:45:54.106Z | Downloaded idna v1.1.0 |
| 419 | 2026-05-28T08:45:54.109Z | Downloaded serde_json v1.0.149 |
| 420 | 2026-05-28T08:45:54.123Z | Downloaded goblin v0.8.2 |
| 421 | 2026-05-28T08:45:54.131Z | Downloaded tabled v0.15.0 |
| 422 | 2026-05-28T08:45:54.140Z | Downloaded syn v1.0.109 |
| 423 | 2026-05-28T08:45:54.156Z | Downloaded syn v2.0.117 |
| 424 | 2026-05-28T08:45:54.170Z | Downloaded rustix v1.1.3 |
| 425 | 2026-05-28T08:45:54.194Z | Downloaded libc v0.2.185 |
| 426 | 2026-05-28T08:45:54.262Z | Compiling proc-macro2 v1.0.106 |
| 427 | 2026-05-28T08:45:54.262Z | Compiling unicode-ident v1.0.24 |
| 428 | 2026-05-28T08:45:54.262Z | Compiling quote v1.0.45 |
| 429 | 2026-05-28T08:45:54.265Z | Compiling serde_core v1.0.228 |
| 430 | 2026-05-28T08:45:54.265Z | Compiling libc v0.2.185 |
| 431 | 2026-05-28T08:45:54.265Z | Compiling version_check v0.9.5 |
| 432 | 2026-05-28T08:45:54.265Z | Compiling memchr v2.8.0 |
| 433 | 2026-05-28T08:45:54.447Z | Compiling stable_deref_trait v1.2.1 |
| 434 | 2026-05-28T08:45:54.542Z | Compiling serde v1.0.228 |
| 435 | 2026-05-28T08:45:54.585Z | Compiling zmij v1.0.21 |
| 436 | 2026-05-28T08:45:54.821Z | Compiling itoa v1.0.17 |
| 437 | 2026-05-28T08:45:54.910Z | Compiling thiserror v1.0.69 |
| 438 | 2026-05-28T08:45:54.991Z | Compiling ucd-trie v0.1.7 |
| 439 | 2026-05-28T08:45:55.131Z | Compiling autocfg v1.5.0 |
| 440 | 2026-05-28T08:45:55.205Z | Compiling pest v2.8.6 |
| 441 | 2026-05-28T08:45:55.208Z | Compiling litemap v0.8.1 |
| 442 | 2026-05-28T08:45:55.254Z | Compiling writeable v0.6.2 |
| 443 | 2026-05-28T08:45:55.370Z | Compiling rustix v1.1.3 |
| 444 | 2026-05-28T08:45:55.393Z | Compiling icu_properties_data v2.1.2 |
| 445 | 2026-05-28T08:45:55.573Z | Compiling icu_normalizer_data v2.1.1 |
| 446 | 2026-05-28T08:45:55.716Z | Compiling byteorder v1.5.0 |
| 447 | 2026-05-28T08:45:55.739Z | Compiling syn v2.0.117 |
| 448 | 2026-05-28T08:45:55.831Z | Compiling errno v0.3.14 |
| 449 | 2026-05-28T08:45:55.848Z | Compiling bitflags v2.11.0 |
| 450 | 2026-05-28T08:45:55.943Z | Compiling serde_json v1.0.149 |
| 451 | 2026-05-28T08:45:56.085Z | Compiling num-traits v0.2.19 |
| 452 | 2026-05-28T08:45:56.123Z | Compiling typeid v1.0.3 |
| 453 | 2026-05-28T08:45:56.159Z | Compiling smallvec v1.15.1 |
| 454 | 2026-05-28T08:45:56.265Z | Compiling pest_meta v2.8.6 |
| 455 | 2026-05-28T08:45:56.369Z | Compiling hashbrown v0.17.0 |
| 456 | 2026-05-28T08:45:56.385Z | Compiling equivalent v1.0.2 |
| 457 | 2026-05-28T08:45:56.650Z | Compiling thread-id v4.2.2 |
| 458 | 2026-05-28T08:45:56.666Z | Compiling usdt-impl v0.5.0 |
| 459 | 2026-05-28T08:45:56.681Z | Compiling proc-macro-error-attr v1.0.4 |
| 460 | 2026-05-28T08:45:56.733Z | Compiling winnow v0.7.14 |
| 461 | 2026-05-28T08:45:56.860Z | Compiling indexmap v2.14.0 |
| 462 | 2026-05-28T08:45:56.876Z | Compiling syn v1.0.109 |
| 463 | 2026-05-28T08:45:56.904Z | Compiling erased-serde v0.4.9 |
| 464 | 2026-05-28T08:45:57.209Z | Compiling toml_write v0.1.2 |
| 465 | 2026-05-28T08:45:57.516Z | Compiling proc-macro-error v1.0.4 |
| 466 | 2026-05-28T08:45:57.532Z | Compiling log v0.4.29 |
| 467 | 2026-05-28T08:45:57.717Z | Compiling percent-encoding v2.3.2 |
| 468 | 2026-05-28T08:45:57.731Z | Compiling thiserror v2.0.18 |
| 469 | 2026-05-28T08:45:57.913Z | Compiling camino v1.2.2 |
| 470 | 2026-05-28T08:45:57.955Z | Compiling utf8parse v0.2.2 |
| 471 | 2026-05-28T08:45:57.971Z | Compiling utf8_iter v1.0.4 |
| 472 | 2026-05-28T08:45:58.064Z | Compiling plain v0.2.3 |
| 473 | 2026-05-28T08:45:58.079Z | Compiling getrandom v0.4.1 |
| 474 | 2026-05-28T08:45:58.139Z | Compiling anstyle-parse v1.0.0 |
| 475 | 2026-05-28T08:45:58.177Z | Compiling ordered-float v2.10.1 |
| 476 | 2026-05-28T08:45:58.229Z | Compiling form_urlencoded v1.2.2 |
| 477 | 2026-05-28T08:45:58.347Z | Compiling synstructure v0.13.2 |
| 478 | 2026-05-28T08:45:58.381Z | Compiling pest_generator v2.8.6 |
| 479 | 2026-05-28T08:45:58.471Z | Compiling terminal_size v0.4.3 |
| 480 | 2026-05-28T08:45:58.620Z | Compiling anstyle v1.0.14 |
| 481 | 2026-05-28T08:45:58.702Z | Compiling colorchoice v1.0.4 |
| 482 | 2026-05-28T08:45:58.807Z | Compiling pretty-hex v0.4.1 |
| 483 | 2026-05-28T08:45:58.823Z | Compiling is_terminal_polyfill v1.70.2 |
| 484 | 2026-05-28T08:45:58.847Z | Compiling anstyle-query v1.1.5 |
| 485 | 2026-05-28T08:45:58.863Z | Compiling cfg-if v1.0.4 |
| 486 | 2026-05-28T08:45:58.936Z | Compiling anstream v1.0.0 |
| 487 | 2026-05-28T08:45:58.952Z | Compiling serde-untagged v0.1.9 |
| 488 | 2026-05-28T08:45:59.080Z | Compiling semver v1.0.28 |
| 489 | 2026-05-28T08:45:59.122Z | Compiling fs-err v3.3.0 |
| 490 | 2026-05-28T08:45:59.199Z | Compiling once_cell v1.21.3 |
| 491 | 2026-05-28T08:45:59.254Z | Compiling heck v0.4.1 |
| 492 | 2026-05-28T08:45:59.305Z | Compiling unicode-xid v0.2.6 |
| 493 | 2026-05-28T08:45:59.369Z | Compiling strsim v0.11.1 |
| 494 | 2026-05-28T08:45:59.405Z | Compiling bytecount v0.6.9 |
| 495 | 2026-05-28T08:45:59.421Z | Compiling clap_lex v1.0.0 |
| 496 | 2026-05-28T08:45:59.437Z | Compiling unicode-width v0.1.14 |
| 497 | 2026-05-28T08:45:59.479Z | Compiling heck v0.5.0 |
| 498 | 2026-05-28T08:45:59.650Z | Compiling anyhow v1.0.102 |
| 499 | 2026-05-28T08:45:59.707Z | Compiling fnv v1.0.7 |
| 500 | 2026-05-28T08:45:59.724Z | Compiling fastrand v2.3.0 |
| 501 | 2026-05-28T08:45:59.727Z | Compiling clap_builder v4.6.0 |
| 502 | 2026-05-28T08:45:59.811Z | Compiling papergrid v0.11.0 |
| 503 | 2026-05-28T08:45:59.946Z | Compiling tempfile v3.25.0 |
| 504 | 2026-05-28T08:45:59.985Z | Compiling memmap v0.7.0 |
| 505 | 2026-05-28T08:46:00.040Z | Compiling serde_derive v1.0.228 |
| 506 | 2026-05-28T08:46:00.168Z | Compiling zerofrom-derive v0.1.6 |
| 507 | 2026-05-28T08:46:00.183Z | Compiling yoke-derive v0.8.1 |
| 508 | 2026-05-28T08:46:00.309Z | Compiling zerovec-derive v0.11.2 |
| 509 | 2026-05-28T08:46:00.466Z | Compiling displaydoc v0.2.5 |
| 510 | 2026-05-28T08:46:01.195Z | Compiling thiserror-impl v1.0.69 |
| 511 | 2026-05-28T08:46:01.211Z | Compiling zerocopy-derive v0.7.35 |
| 512 | 2026-05-28T08:46:01.303Z | Compiling pest_derive v2.8.6 |
| 513 | 2026-05-28T08:46:01.381Z | Compiling scroll_derive v0.12.1 |
| 514 | 2026-05-28T08:46:01.539Z | Compiling zerofrom v0.1.6 |
| 515 | 2026-05-28T08:46:01.672Z | Compiling yoke v0.8.1 |
| 516 | 2026-05-28T08:46:01.721Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-05-28T08:46:01.864Z | Compiling zerovec v0.11.5 |
| 518 | 2026-05-28T08:46:02.073Z | Compiling zerotrie v0.2.3 |
| 519 | 2026-05-28T08:46:02.119Z | Compiling zerocopy v0.7.35 |
| 520 | 2026-05-28T08:46:02.385Z | Compiling tinystr v0.8.2 |
| 521 | 2026-05-28T08:46:02.427Z | Compiling potential_utf v0.1.4 |
| 522 | 2026-05-28T08:46:02.596Z | Compiling icu_locale_core v2.1.1 |
| 523 | 2026-05-28T08:46:02.599Z | Compiling icu_collections v2.1.1 |
| 524 | 2026-05-28T08:46:02.629Z | Compiling dtrace-parser v0.2.0 |
| 525 | 2026-05-28T08:46:02.681Z | Compiling scroll v0.12.0 |
| 526 | 2026-05-28T08:46:02.749Z | Compiling tabled_derive v0.7.0 |
| 527 | 2026-05-28T08:46:02.954Z | Compiling goblin v0.8.2 |
| 528 | 2026-05-28T08:46:02.984Z | Compiling clap_derive v4.6.1 |
| 529 | 2026-05-28T08:46:03.227Z | Compiling icu_provider v2.1.1 |
| 530 | 2026-05-28T08:46:03.399Z | Compiling unicode-width v0.2.0 |
| 531 | 2026-05-28T08:46:03.525Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-05-28T08:46:03.541Z | Compiling icu_properties v2.1.2 |
| 533 | 2026-05-28T08:46:03.547Z | Compiling serde_spanned v0.6.9 |
| 534 | 2026-05-28T08:46:03.619Z | Compiling toml_datetime v0.6.11 |
| 535 | 2026-05-28T08:46:03.668Z | Compiling dof v0.3.0 |
| 536 | 2026-05-28T08:46:03.695Z | Compiling serde_tokenstream v0.2.3 |
| 537 | 2026-05-28T08:46:03.716Z | Compiling serde-value v0.7.0 |
| 538 | 2026-05-28T08:46:03.889Z | Compiling toml_edit v0.22.27 |
| 539 | 2026-05-28T08:46:04.036Z | Compiling cargo-platform v0.2.0 |
| 540 | 2026-05-28T08:46:04.050Z | Compiling smawk v0.3.2 |
| 541 | 2026-05-28T08:46:04.063Z | Compiling unicode-linebreak v0.1.5 |
| 542 | 2026-05-28T08:46:04.189Z | Compiling tabled v0.15.0 |
| 543 | 2026-05-28T08:46:04.302Z | Compiling textwrap v0.16.2 |
| 544 | 2026-05-28T08:46:04.311Z | Compiling macaddr v1.0.1 |
| 545 | 2026-05-28T08:46:04.554Z | Compiling idna_adapter v1.2.1 |
| 546 | 2026-05-28T08:46:04.595Z | Compiling usdt-attr-macro v0.5.0 |
| 547 | 2026-05-28T08:46:04.625Z | Compiling usdt-macro v0.5.0 |
| 548 | 2026-05-28T08:46:04.690Z | Compiling idna v1.1.0 |
| 549 | 2026-05-28T08:46:04.765Z | Compiling clap v4.6.1 |
| 550 | 2026-05-28T08:46:04.861Z | Compiling camino-tempfile v1.4.1 |
| 551 | 2026-05-28T08:46:05.089Z | Compiling url v2.5.8 |
| 552 | 2026-05-28T08:46:05.261Z | Compiling toml v0.8.23 |
| 553 | 2026-05-28T08:46:05.339Z | Compiling swrite v0.1.0 |
| 554 | 2026-05-28T08:46:05.402Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 555 | 2026-05-28T08:46:05.652Z | Compiling cargo-util-schemas v0.8.2 |
| 556 | 2026-05-28T08:46:05.833Z | Compiling cargo_toml v0.21.0 |
| 557 | 2026-05-28T08:46:06.054Z | Compiling usdt v0.5.0 |
| 558 | 2026-05-28T08:46:06.545Z | Compiling cargo_metadata v0.21.0 |
| 559 | 2026-05-28T08:46:07.492Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 560 | 2026-05-28T08:46:09.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.63s |
| 561 | 2026-05-28T08:46:09.808Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 562 | 2026-05-28T08:46:10.392Z | Downloading crates ... |
| 563 | 2026-05-28T08:46:10.478Z | Downloaded aead v0.5.2 |
| 564 | 2026-05-28T08:46:10.481Z | Downloaded adler2 v2.0.1 |
| 565 | 2026-05-28T08:46:10.488Z | Downloaded bitflags v1.3.2 |
| 566 | 2026-05-28T08:46:10.503Z | Downloaded crc-any v2.5.0 |
| 567 | 2026-05-28T08:46:10.505Z | Downloaded arrayref v0.3.9 |
| 568 | 2026-05-28T08:46:10.506Z | Downloaded bit-set v0.8.0 |
| 569 | 2026-05-28T08:46:10.508Z | Downloaded dsl_auto_type v0.2.0 |
| 570 | 2026-05-28T08:46:10.512Z | Downloaded darling_macro v0.21.3 |
| 571 | 2026-05-28T08:46:10.512Z | Downloaded fixedbitset v0.4.2 |
| 572 | 2026-05-28T08:46:10.512Z | Downloaded darling_macro v0.23.0 |
| 573 | 2026-05-28T08:46:10.512Z | Downloaded darling_macro v0.20.11 |
| 574 | 2026-05-28T08:46:10.515Z | Downloaded crc-catalog v2.4.0 |
| 575 | 2026-05-28T08:46:10.515Z | Downloaded ciborium-ll v0.2.2 |
| 576 | 2026-05-28T08:46:10.515Z | Downloaded darling_macro v0.13.4 |
| 577 | 2026-05-28T08:46:10.515Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 578 | 2026-05-28T08:46:10.518Z | Downloaded atty v0.2.14 |
| 579 | 2026-05-28T08:46:10.518Z | Downloaded downcast-rs v2.0.2 |
| 580 | 2026-05-28T08:46:10.518Z | Downloaded block-padding v0.3.3 |
| 581 | 2026-05-28T08:46:10.521Z | Downloaded defmt v0.3.100 |
| 582 | 2026-05-28T08:46:10.521Z | Downloaded env_filter v1.0.0 |
| 583 | 2026-05-28T08:46:10.524Z | Downloaded crc8 v0.1.1 |
| 584 | 2026-05-28T08:46:10.524Z | Downloaded atomicwrites v0.4.4 |
| 585 | 2026-05-28T08:46:10.524Z | Downloaded bitfield-struct v0.6.2 |
| 586 | 2026-05-28T08:46:10.524Z | Downloaded bb8 v0.8.6 |
| 587 | 2026-05-28T08:46:10.526Z | Downloaded cfg_aliases v0.1.1 |
| 588 | 2026-05-28T08:46:10.527Z | Downloaded bit-set v0.5.3 |
| 589 | 2026-05-28T08:46:10.527Z | Downloaded cstr-argument v0.1.2 |
| 590 | 2026-05-28T08:46:10.529Z | Downloaded darling_core v0.21.3 |
| 591 | 2026-05-28T08:46:10.532Z | Downloaded fallible-iterator v0.2.0 |
| 592 | 2026-05-28T08:46:10.534Z | Downloaded bitfield-macros v0.19.4 |
| 593 | 2026-05-28T08:46:10.534Z | Downloaded embedded-io v0.4.0 |
| 594 | 2026-05-28T08:46:10.537Z | Downloaded ff v0.13.1 |
| 595 | 2026-05-28T08:46:10.540Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 596 | 2026-05-28T08:46:10.542Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 597 | 2026-05-28T08:46:10.546Z | Downloaded dof v0.4.0 |
| 598 | 2026-05-28T08:46:10.546Z | Downloaded crunchy v0.2.4 |
| 599 | 2026-05-28T08:46:10.548Z | Downloaded cfg_aliases v0.2.1 |
| 600 | 2026-05-28T08:46:10.548Z | Downloaded convert_case v0.4.0 |
| 601 | 2026-05-28T08:46:10.548Z | Downloaded embedded-io v0.6.1 |
| 602 | 2026-05-28T08:46:10.548Z | Downloaded dtrace-parser v0.3.0 |
| 603 | 2026-05-28T08:46:10.551Z | Downloaded crucible-workspace-hack v0.1.0 |
| 604 | 2026-05-28T08:46:10.551Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 605 | 2026-05-28T08:46:10.554Z | Downloaded assert_matches v1.5.0 |
| 606 | 2026-05-28T08:46:10.554Z | Downloaded derive_builder_macro v0.20.2 |
| 607 | 2026-05-28T08:46:10.556Z | Downloaded difflib v0.4.0 |
| 608 | 2026-05-28T08:46:10.556Z | Downloaded defmt-parser v1.0.0 |
| 609 | 2026-05-28T08:46:10.559Z | Downloaded ascii-canvas v3.0.0 |
| 610 | 2026-05-28T08:46:10.559Z | Downloaded array-init v0.0.4 |
| 611 | 2026-05-28T08:46:10.563Z | Downloaded derive-ex v0.1.8 |
| 612 | 2026-05-28T08:46:10.566Z | Downloaded async-stream-impl v0.3.6 |
| 613 | 2026-05-28T08:46:10.566Z | Downloaded async-recursion v1.1.1 |
| 614 | 2026-05-28T08:46:10.568Z | Downloaded critical-section v1.2.0 |
| 615 | 2026-05-28T08:46:10.572Z | Downloaded compression-core v0.4.31 |
| 616 | 2026-05-28T08:46:10.572Z | Downloaded ciborium-io v0.2.2 |
| 617 | 2026-05-28T08:46:10.572Z | Downloaded debug-ignore v1.0.5 |
| 618 | 2026-05-28T08:46:10.575Z | Downloaded cargo-platform v0.3.2 |
| 619 | 2026-05-28T08:46:10.577Z | Downloaded enum-as-inner v0.6.1 |
| 620 | 2026-05-28T08:46:10.580Z | Downloaded document-features v0.2.12 |
| 621 | 2026-05-28T08:46:10.580Z | Downloaded cipher v0.4.4 |
| 622 | 2026-05-28T08:46:10.582Z | Downloaded chacha20 v0.9.1 |
| 623 | 2026-05-28T08:46:10.582Z | Downloaded dunce v1.0.5 |
| 624 | 2026-05-28T08:46:10.582Z | Downloaded backoff v0.4.0 |
| 625 | 2026-05-28T08:46:10.585Z | Downloaded blowfish v0.9.1 |
| 626 | 2026-05-28T08:46:10.585Z | Downloaded bcs v0.1.6 |
| 627 | 2026-05-28T08:46:10.588Z | Downloaded flagset v0.4.7 |
| 628 | 2026-05-28T08:46:10.588Z | Downloaded endian-type v0.1.2 |
| 629 | 2026-05-28T08:46:10.590Z | Downloaded dirs-next v2.0.0 |
| 630 | 2026-05-28T08:46:10.590Z | Downloaded cobs v0.3.0 |
| 631 | 2026-05-28T08:46:10.590Z | Downloaded dyn-clone v1.0.20 |
| 632 | 2026-05-28T08:46:10.593Z | Downloaded dirs-sys-next v0.1.2 |
| 633 | 2026-05-28T08:46:10.593Z | Downloaded fd-lock v4.0.4 |
| 634 | 2026-05-28T08:46:10.596Z | Downloaded crc v3.4.0 |
| 635 | 2026-05-28T08:46:10.596Z | Downloaded atomic-waker v1.1.2 |
| 636 | 2026-05-28T08:46:10.599Z | Downloaded display-error-chain v0.2.2 |
| 637 | 2026-05-28T08:46:10.602Z | Downloaded base16ct v0.2.0 |
| 638 | 2026-05-28T08:46:10.602Z | Downloaded async-stream v0.3.6 |
| 639 | 2026-05-28T08:46:10.605Z | Downloaded foreign-types v0.3.2 |
| 640 | 2026-05-28T08:46:10.608Z | Downloaded float-cmp v0.10.0 |
| 641 | 2026-05-28T08:46:10.608Z | Downloaded buf-list v1.1.2 |
| 642 | 2026-05-28T08:46:10.611Z | Downloaded cpufeatures v0.3.0 |
| 643 | 2026-05-28T08:46:10.614Z | Downloaded bitfield v0.19.4 |
| 644 | 2026-05-28T08:46:10.614Z | Downloaded ed25519 v2.2.3 |
| 645 | 2026-05-28T08:46:10.614Z | Downloaded darling v0.21.3 |
| 646 | 2026-05-28T08:46:10.617Z | Downloaded find-msvc-tools v0.1.9 |
| 647 | 2026-05-28T08:46:10.619Z | Downloaded futures-task v0.3.32 |
| 648 | 2026-05-28T08:46:10.620Z | Downloaded der_derive v0.7.3 |
| 649 | 2026-05-28T08:46:10.620Z | Downloaded futures-sink v0.3.32 |
| 650 | 2026-05-28T08:46:10.622Z | Downloaded foreign-types-shared v0.1.1 |
| 651 | 2026-05-28T08:46:10.622Z | Downloaded futures-macro v0.3.32 |
| 652 | 2026-05-28T08:46:10.622Z | Downloaded foreign-types-macros v0.2.3 |
| 653 | 2026-05-28T08:46:10.622Z | Downloaded foreign-types v0.5.0 |
| 654 | 2026-05-28T08:46:10.625Z | Downloaded erased-serde v0.3.31 |
| 655 | 2026-05-28T08:46:10.625Z | Downloaded ghash v0.5.1 |
| 656 | 2026-05-28T08:46:10.625Z | Downloaded funty v2.0.0 |
| 657 | 2026-05-28T08:46:10.628Z | Downloaded cargo_metadata v0.23.1 |
| 658 | 2026-05-28T08:46:10.628Z | Downloaded darling v0.23.0 |
| 659 | 2026-05-28T08:46:10.630Z | Downloaded either v1.15.0 |
| 660 | 2026-05-28T08:46:10.633Z | Downloaded fxhash v0.2.1 |
| 661 | 2026-05-28T08:46:10.633Z | Downloaded cassowary v0.3.0 |
| 662 | 2026-05-28T08:46:10.633Z | Downloaded foreign-types-shared v0.3.1 |
| 663 | 2026-05-28T08:46:10.636Z | Downloaded git-stub v1.0.0 |
| 664 | 2026-05-28T08:46:10.636Z | Downloaded constant_time_eq v0.4.2 |
| 665 | 2026-05-28T08:46:10.636Z | Downloaded async-trait v0.1.89 |
| 666 | 2026-05-28T08:46:10.639Z | Downloaded globwalk v0.9.1 |
| 667 | 2026-05-28T08:46:10.641Z | Downloaded compression-codecs v0.4.37 |
| 668 | 2026-05-28T08:46:10.641Z | Downloaded cmake v0.1.57 |
| 669 | 2026-05-28T08:46:10.644Z | Downloaded hash32 v0.2.1 |
| 670 | 2026-05-28T08:46:10.644Z | Downloaded foldhash v0.1.5 |
| 671 | 2026-05-28T08:46:10.644Z | Downloaded headers-core v0.3.0 |
| 672 | 2026-05-28T08:46:10.647Z | Downloaded env_logger v0.11.9 |
| 673 | 2026-05-28T08:46:10.647Z | Downloaded daft-derive v0.1.7 |
| 674 | 2026-05-28T08:46:10.649Z | Downloaded hash32 v0.3.1 |
| 675 | 2026-05-28T08:46:10.649Z | Downloaded bit-vec v0.8.0 |
| 676 | 2026-05-28T08:46:10.652Z | Downloaded fixedbitset v0.5.7 |
| 677 | 2026-05-28T08:46:10.652Z | Downloaded corncobs v0.1.4 |
| 678 | 2026-05-28T08:46:10.655Z | Downloaded bit-vec v0.6.3 |
| 679 | 2026-05-28T08:46:10.655Z | Downloaded deranged v0.5.8 |
| 680 | 2026-05-28T08:46:10.659Z | Downloaded darling v0.13.4 |
| 681 | 2026-05-28T08:46:10.659Z | Downloaded crossbeam-deque v0.8.6 |
| 682 | 2026-05-28T08:46:10.659Z | Downloaded float-ord v0.3.2 |
| 683 | 2026-05-28T08:46:10.662Z | Downloaded diesel-dtrace v0.5.0 |
| 684 | 2026-05-28T08:46:10.662Z | Downloaded cbc v0.1.2 |
| 685 | 2026-05-28T08:46:10.662Z | Downloaded camino-tempfile-ext v0.3.3 |
| 686 | 2026-05-28T08:46:10.664Z | Downloaded castaway v0.2.4 |
| 687 | 2026-05-28T08:46:10.664Z | Downloaded foldhash v0.2.0 |
| 688 | 2026-05-28T08:46:10.664Z | Downloaded argon2 v0.5.3 |
| 689 | 2026-05-28T08:46:10.667Z | Downloaded gethostname v0.5.0 |
| 690 | 2026-05-28T08:46:10.667Z | Downloaded hex-literal v0.4.1 |
| 691 | 2026-05-28T08:46:10.667Z | Downloaded convert_case v0.10.0 |
| 692 | 2026-05-28T08:46:10.670Z | Downloaded hex v0.4.3 |
| 693 | 2026-05-28T08:46:10.670Z | Downloaded base64ct v1.8.3 |
| 694 | 2026-05-28T08:46:10.672Z | Downloaded ena v0.14.4 |
| 695 | 2026-05-28T08:46:10.672Z | Downloaded futures-io v0.3.32 |
| 696 | 2026-05-28T08:46:10.672Z | Downloaded darling_core v0.13.4 |
| 697 | 2026-05-28T08:46:10.675Z | Downloaded crossbeam-utils v0.8.21 |
| 698 | 2026-05-28T08:46:10.678Z | Downloaded bzip2 v0.6.1 |
| 699 | 2026-05-28T08:46:10.678Z | Downloaded crc32fast v1.5.0 |
| 700 | 2026-05-28T08:46:10.680Z | Downloaded async-bb8-diesel v0.2.1 |
| 701 | 2026-05-28T08:46:10.680Z | Downloaded cexpr v0.6.0 |
| 702 | 2026-05-28T08:46:10.683Z | Downloaded futures-core v0.3.32 |
| 703 | 2026-05-28T08:46:10.683Z | Downloaded console v0.16.2 |
| 704 | 2026-05-28T08:46:10.686Z | Downloaded git-stub-vcs v0.1.0 |
| 705 | 2026-05-28T08:46:10.686Z | Downloaded fs_extra v1.3.0 |
| 706 | 2026-05-28T08:46:10.686Z | Downloaded drift v0.2.0 |
| 707 | 2026-05-28T08:46:10.692Z | Downloaded hubpack_derive v0.1.1 |
| 708 | 2026-05-28T08:46:10.694Z | Downloaded http-range v0.1.5 |
| 709 | 2026-05-28T08:46:10.695Z | Downloaded hyper-tls v0.6.0 |
| 710 | 2026-05-28T08:46:10.695Z | Downloaded globset v0.4.18 |
| 711 | 2026-05-28T08:46:10.697Z | Downloaded chacha20 v0.10.0 |
| 712 | 2026-05-28T08:46:10.697Z | Downloaded const-oid v0.9.6 |
| 713 | 2026-05-28T08:46:10.700Z | Downloaded ahash v0.8.12 |
| 714 | 2026-05-28T08:46:10.700Z | Downloaded glob v0.3.3 |
| 715 | 2026-05-28T08:46:10.703Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 716 | 2026-05-28T08:46:10.703Z | Downloaded illumos-nvpair v0.3.0 |
| 717 | 2026-05-28T08:46:10.703Z | Downloaded cookie_store v0.22.1 |
| 718 | 2026-05-28T08:46:10.705Z | Downloaded byte-wrapper v0.1.0 |
| 719 | 2026-05-28T08:46:10.708Z | Downloaded indoc v1.0.9 |
| 720 | 2026-05-28T08:46:10.708Z | Downloaded defmt-macros v1.0.1 |
| 721 | 2026-05-28T08:46:10.710Z | Downloaded cookie v0.18.1 |
| 722 | 2026-05-28T08:46:10.710Z | Downloaded ident_case v1.0.1 |
| 723 | 2026-05-28T08:46:10.713Z | Downloaded group v0.13.0 |
| 724 | 2026-05-28T08:46:10.713Z | Downloaded darling v0.20.11 |
| 725 | 2026-05-28T08:46:10.716Z | Downloaded filetime v0.2.27 |
| 726 | 2026-05-28T08:46:10.719Z | Downloaded instant v0.1.13 |
| 727 | 2026-05-28T08:46:10.719Z | Downloaded instability v0.3.11 |
| 728 | 2026-05-28T08:46:10.719Z | Downloaded derive_builder_core v0.20.2 |
| 729 | 2026-05-28T08:46:10.721Z | Downloaded cancel-safe-futures v0.1.5 |
| 730 | 2026-05-28T08:46:10.721Z | Downloaded anstream v0.6.21 |
| 731 | 2026-05-28T08:46:10.724Z | Downloaded backon v1.6.0 |
| 732 | 2026-05-28T08:46:10.727Z | Downloaded colored v3.1.1 |
| 733 | 2026-05-28T08:46:10.727Z | Downloaded ciborium v0.2.2 |
| 734 | 2026-05-28T08:46:10.729Z | Downloaded colored v2.2.0 |
| 735 | 2026-05-28T08:46:10.729Z | Downloaded inout v0.1.4 |
| 736 | 2026-05-28T08:46:10.732Z | Downloaded const_format_proc_macros v0.2.34 |
| 737 | 2026-05-28T08:46:10.732Z | Downloaded lazy_static v1.5.0 |
| 738 | 2026-05-28T08:46:10.734Z | Downloaded internet-checksum v0.2.1 |
| 739 | 2026-05-28T08:46:10.734Z | Downloaded anstyle-parse v0.2.7 |
| 740 | 2026-05-28T08:46:10.734Z | Downloaded is_ci v1.2.0 |
| 741 | 2026-05-28T08:46:10.737Z | Downloaded hubpack v0.1.2 |
| 742 | 2026-05-28T08:46:10.737Z | Downloaded futures-executor v0.3.32 |
| 743 | 2026-05-28T08:46:10.737Z | Downloaded libscf-sys v1.1.0 |
| 744 | 2026-05-28T08:46:10.740Z | Downloaded darling_core v0.20.11 |
| 745 | 2026-05-28T08:46:10.743Z | Downloaded derive_builder v0.20.2 |
| 746 | 2026-05-28T08:46:10.745Z | Downloaded bzip2 v0.4.4 |
| 747 | 2026-05-28T08:46:10.745Z | Downloaded daft v0.1.7 |
| 748 | 2026-05-28T08:46:10.748Z | Downloaded elliptic-curve v0.13.8 |
| 749 | 2026-05-28T08:46:10.750Z | Downloaded des v0.8.1 |
| 750 | 2026-05-28T08:46:10.751Z | Downloaded data-encoding v2.10.0 |
| 751 | 2026-05-28T08:46:10.751Z | Downloaded futures-channel v0.3.32 |
| 752 | 2026-05-28T08:46:10.753Z | Downloaded crossbeam-epoch v0.9.18 |
| 753 | 2026-05-28T08:46:10.753Z | Downloaded kstat-rs v0.2.4 |
| 754 | 2026-05-28T08:46:10.756Z | Downloaded http-body-util v0.1.3 |
| 755 | 2026-05-28T08:46:10.756Z | Downloaded keccak v0.1.6 |
| 756 | 2026-05-28T08:46:10.756Z | Downloaded home v0.5.12 |
| 757 | 2026-05-28T08:46:10.759Z | Downloaded highway v1.3.0 |
| 758 | 2026-05-28T08:46:10.759Z | Downloaded lru v0.12.5 |
| 759 | 2026-05-28T08:46:10.759Z | Downloaded linked-hash-map v0.5.6 |
| 760 | 2026-05-28T08:46:10.762Z | Downloaded httpdate v1.0.3 |
| 761 | 2026-05-28T08:46:10.762Z | Downloaded match_cfg v0.1.0 |
| 762 | 2026-05-28T08:46:10.762Z | Downloaded md-5 v0.10.6 |
| 763 | 2026-05-28T08:46:10.765Z | Downloaded fs-err v2.11.0 |
| 764 | 2026-05-28T08:46:10.765Z | Downloaded lru-slab v0.1.2 |
| 765 | 2026-05-28T08:46:10.765Z | Downloaded humantime v2.3.0 |
| 766 | 2026-05-28T08:46:10.768Z | Downloaded getrandom v0.2.17 |
| 767 | 2026-05-28T08:46:10.768Z | Downloaded maplit v1.0.2 |
| 768 | 2026-05-28T08:46:10.771Z | Downloaded allocator-api2 v0.2.21 |
| 769 | 2026-05-28T08:46:10.771Z | Downloaded hyper-staticfile v0.10.1 |
| 770 | 2026-05-28T08:46:10.774Z | Downloaded memoffset v0.9.1 |
| 771 | 2026-05-28T08:46:10.774Z | Downloaded md5 v0.7.0 |
| 772 | 2026-05-28T08:46:10.774Z | Downloaded maybe-uninit v2.0.0 |
| 773 | 2026-05-28T08:46:10.774Z | Downloaded managed v0.8.0 |
| 774 | 2026-05-28T08:46:10.777Z | Downloaded lzss v0.8.2 |
| 775 | 2026-05-28T08:46:10.777Z | Downloaded nibble_vec v0.1.0 |
| 776 | 2026-05-28T08:46:10.777Z | Downloaded newtype-uuid-macros v0.1.0 |
| 777 | 2026-05-28T08:46:10.779Z | Downloaded mime v0.3.17 |
| 778 | 2026-05-28T08:46:10.779Z | Downloaded fatfs v0.3.6 |
| 779 | 2026-05-28T08:46:10.782Z | Downloaded indent_write v2.2.0 |
| 780 | 2026-05-28T08:46:10.782Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 781 | 2026-05-28T08:46:10.785Z | Downloaded lru-cache v0.1.2 |
| 782 | 2026-05-28T08:46:10.785Z | Downloaded new_debug_unreachable v1.0.6 |
| 783 | 2026-05-28T08:46:10.785Z | Downloaded multimap v0.10.1 |
| 784 | 2026-05-28T08:46:11.790Z | Downloaded derive_more v0.99.20 |
| 785 | 2026-05-28T08:46:11.794Z | Downloaded derive-where v1.6.0 |
| 786 | 2026-05-28T08:46:11.794Z | Downloaded indoc v2.0.7 |
| 787 | 2026-05-28T08:46:11.794Z | Downloaded dropshot_endpoint v0.17.0 |
| 788 | 2026-05-28T08:46:11.794Z | Downloaded ipnet v2.11.0 |
| 789 | 2026-05-28T08:46:11.794Z | Downloaded ingot v0.1.1 |
| 790 | 2026-05-28T08:46:11.794Z | Downloaded is-terminal v0.4.17 |
| 791 | 2026-05-28T08:46:11.794Z | Downloaded newtype_derive v0.1.6 |
| 792 | 2026-05-28T08:46:11.794Z | Downloaded num v0.4.3 |
| 793 | 2026-05-28T08:46:11.794Z | Downloaded nonempty v0.12.0 |
| 794 | 2026-05-28T08:46:11.794Z | Downloaded newline-converter v0.3.0 |
| 795 | 2026-05-28T08:46:11.794Z | Downloaded normalize-line-endings v0.3.0 |
| 796 | 2026-05-28T08:46:11.794Z | Downloaded jobserver v0.1.34 |
| 797 | 2026-05-28T08:46:11.794Z | Downloaded nodrop v0.1.14 |
| 798 | 2026-05-28T08:46:11.794Z | Downloaded num-derive v0.4.2 |
| 799 | 2026-05-28T08:46:11.794Z | Downloaded num-iter v0.1.45 |
| 800 | 2026-05-28T08:46:11.794Z | Downloaded num-conv v0.2.0 |
| 801 | 2026-05-28T08:46:11.794Z | Downloaded ipnetwork v0.21.1 |
| 802 | 2026-05-28T08:46:11.794Z | Downloaded ingot-types v0.1.2 |
| 803 | 2026-05-28T08:46:11.794Z | Downloaded http-body v1.0.1 |
| 804 | 2026-05-28T08:46:11.794Z | Downloaded hostname v0.4.2 |
| 805 | 2026-05-28T08:46:11.794Z | Downloaded darling_core v0.23.0 |
| 806 | 2026-05-28T08:46:11.794Z | Downloaded crossbeam-channel v0.5.15 |
| 807 | 2026-05-28T08:46:11.794Z | Downloaded hostname v0.3.1 |
| 808 | 2026-05-28T08:46:11.794Z | Downloaded lalrpop-util v0.19.12 |
| 809 | 2026-05-28T08:46:11.794Z | Downloaded clang-sys v1.8.1 |
| 810 | 2026-05-28T08:46:11.794Z | Downloaded num_enum_derive v0.5.11 |
| 811 | 2026-05-28T08:46:11.794Z | Downloaded opaque-debug v0.3.1 |
| 812 | 2026-05-28T08:46:11.794Z | Downloaded httparse v1.10.1 |
| 813 | 2026-05-28T08:46:11.795Z | Downloaded openssl-probe v0.1.6 |
| 814 | 2026-05-28T08:46:11.795Z | Downloaded linear-map v1.2.0 |
| 815 | 2026-05-28T08:46:11.795Z | Downloaded futures v0.3.32 |
| 816 | 2026-05-28T08:46:11.795Z | Downloaded libsw-core v0.3.2 |
| 817 | 2026-05-28T08:46:11.795Z | Downloaded olpc-cjson v0.1.4 |
| 818 | 2026-05-28T08:46:11.795Z | Downloaded num_threads v0.1.7 |
| 819 | 2026-05-28T08:46:11.795Z | Downloaded libloading v0.8.9 |
| 820 | 2026-05-28T08:46:11.795Z | Downloaded iana-time-zone v0.1.65 |
| 821 | 2026-05-28T08:46:11.795Z | Downloaded native-tls v0.2.18 |
| 822 | 2026-05-28T08:46:11.795Z | Downloaded multer v3.1.0 |
| 823 | 2026-05-28T08:46:11.795Z | Downloaded packed_struct_codegen v0.10.1 |
| 824 | 2026-05-28T08:46:11.795Z | Downloaded hyper-rustls v0.27.7 |
| 825 | 2026-05-28T08:46:11.795Z | Downloaded chacha20poly1305 v0.10.1 |
| 826 | 2026-05-28T08:46:11.795Z | Downloaded blake2 v0.10.6 |
| 827 | 2026-05-28T08:46:11.795Z | Downloaded openssl-probe v0.2.1 |
| 828 | 2026-05-28T08:46:11.795Z | Downloaded peg-runtime v0.8.5 |
| 829 | 2026-05-28T08:46:11.795Z | Downloaded parse-size v1.1.0 |
| 830 | 2026-05-28T08:46:11.795Z | Downloaded parse-display v0.10.0 |
| 831 | 2026-05-28T08:46:11.795Z | Downloaded oso-derive v0.27.3 |
| 832 | 2026-05-28T08:46:11.795Z | Downloaded openssl-macros v0.1.1 |
| 833 | 2026-05-28T08:46:11.795Z | Downloaded half v1.8.3 |
| 834 | 2026-05-28T08:46:11.795Z | Downloaded const_format v0.2.35 |
| 835 | 2026-05-28T08:46:11.795Z | Downloaded mime_guess v2.0.5 |
| 836 | 2026-05-28T08:46:11.795Z | Downloaded base64 v0.21.7 |
| 837 | 2026-05-28T08:46:11.795Z | Downloaded getrandom v0.3.4 |
| 838 | 2026-05-28T08:46:11.795Z | Downloaded libefi-sys v0.1.0 |
| 839 | 2026-05-28T08:46:11.795Z | Downloaded ecdsa v0.16.9 |
| 840 | 2026-05-28T08:46:11.795Z | Downloaded defmt v1.0.1 |
| 841 | 2026-05-28T08:46:11.795Z | Downloaded ingot-macros v0.1.1 |
| 842 | 2026-05-28T08:46:11.795Z | Downloaded arc-swap v1.8.2 |
| 843 | 2026-05-28T08:46:11.795Z | Downloaded base64 v0.22.1 |
| 844 | 2026-05-28T08:46:11.795Z | Downloaded hmac v0.12.1 |
| 845 | 2026-05-28T08:46:11.795Z | Downloaded csv-core v0.1.13 |
| 846 | 2026-05-28T08:46:11.795Z | Downloaded arrayvec v0.7.6 |
| 847 | 2026-05-28T08:46:11.795Z | Downloaded pbkdf2 v0.12.2 |
| 848 | 2026-05-28T08:46:11.795Z | Downloaded num-complex v0.4.6 |
| 849 | 2026-05-28T08:46:11.795Z | Downloaded path-slash v0.1.5 |
| 850 | 2026-05-28T08:46:11.795Z | Downloaded newtype-uuid v1.3.2 |
| 851 | 2026-05-28T08:46:11.796Z | Downloaded phf_shared v0.13.1 |
| 852 | 2026-05-28T08:46:11.796Z | Downloaded phf_shared v0.12.1 |
| 853 | 2026-05-28T08:46:11.796Z | Downloaded phf_shared v0.11.3 |
| 854 | 2026-05-28T08:46:11.796Z | Downloaded pbkdf2 v0.11.0 |
| 855 | 2026-05-28T08:46:11.796Z | Downloaded num_enum v0.5.11 |
| 856 | 2026-05-28T08:46:11.796Z | Downloaded lock_api v0.4.14 |
| 857 | 2026-05-28T08:46:11.796Z | Downloaded num-rational v0.4.2 |
| 858 | 2026-05-28T08:46:11.796Z | Downloaded num-derive v0.3.3 |
| 859 | 2026-05-28T08:46:11.796Z | Downloaded num_enum_derive v0.7.6 |
| 860 | 2026-05-28T08:46:11.796Z | Downloaded num_enum v0.7.6 |
| 861 | 2026-05-28T08:46:11.796Z | Downloaded packed_struct v0.10.1 |
| 862 | 2026-05-28T08:46:11.796Z | Downloaded ignore v0.4.25 |
| 863 | 2026-05-28T08:46:11.796Z | Downloaded predicates-core v1.0.10 |
| 864 | 2026-05-28T08:46:11.796Z | Downloaded precomputed-hash v0.1.1 |
| 865 | 2026-05-28T08:46:11.796Z | Downloaded bumpalo v3.20.2 |
| 866 | 2026-05-28T08:46:11.796Z | Downloaded litrs v1.0.0 |
| 867 | 2026-05-28T08:46:11.796Z | Downloaded proc-macro-crate v1.3.1 |
| 868 | 2026-05-28T08:46:11.796Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 869 | 2026-05-28T08:46:11.796Z | Downloaded memmap2 v0.9.10 |
| 870 | 2026-05-28T08:46:11.796Z | Downloaded proc-macro-crate v3.4.0 |
| 871 | 2026-05-28T08:46:11.796Z | Downloaded powerfmt v0.2.0 |
| 872 | 2026-05-28T08:46:11.796Z | Downloaded compact_str v0.8.1 |
| 873 | 2026-05-28T08:46:11.796Z | Downloaded progenitor-client v0.11.2 |
| 874 | 2026-05-28T08:46:11.796Z | Downloaded libsw v3.5.0 |
| 875 | 2026-05-28T08:46:11.796Z | Downloaded predicates-tree v1.0.13 |
| 876 | 2026-05-28T08:46:11.796Z | Downloaded oxnet v0.1.5 |
| 877 | 2026-05-28T08:46:11.796Z | Downloaded indexmap v1.9.3 |
| 878 | 2026-05-28T08:46:11.796Z | Downloaded pem v3.0.6 |
| 879 | 2026-05-28T08:46:11.796Z | Downloaded oxide-tokio-rt v0.1.4 |
| 880 | 2026-05-28T08:46:11.796Z | Downloaded flate2 v1.1.9 |
| 881 | 2026-05-28T08:46:11.796Z | Downloaded password-hash v0.4.2 |
| 882 | 2026-05-28T08:46:11.796Z | Downloaded parse-display-derive v0.10.0 |
| 883 | 2026-05-28T08:46:11.796Z | Downloaded heapless v0.7.17 |
| 884 | 2026-05-28T08:46:11.796Z | Downloaded progenitor-macro v0.11.2 |
| 885 | 2026-05-28T08:46:11.801Z | Downloaded paste v1.0.15 |
| 886 | 2026-05-28T08:46:11.801Z | Downloaded pem-rfc7468 v0.7.0 |
| 887 | 2026-05-28T08:46:11.801Z | Downloaded flume v0.11.1 |
| 888 | 2026-05-28T08:46:11.801Z | Downloaded phf v0.12.1 |
| 889 | 2026-05-28T08:46:11.801Z | Downloaded peg-macros v0.8.5 |
| 890 | 2026-05-28T08:46:11.801Z | Downloaded phf v0.13.1 |
| 891 | 2026-05-28T08:46:11.801Z | Downloaded peg v0.8.5 |
| 892 | 2026-05-28T08:46:11.801Z | Downloaded pin-project-lite v0.2.17 |
| 893 | 2026-05-28T08:46:11.801Z | Downloaded psl-types v2.0.11 |
| 894 | 2026-05-28T08:46:11.801Z | Downloaded radium v0.7.0 |
| 895 | 2026-05-28T08:46:11.801Z | Downloaded pkg-config v0.3.32 |
| 896 | 2026-05-28T08:46:11.801Z | Downloaded progenitor-macro v0.14.0 |
| 897 | 2026-05-28T08:46:11.801Z | Downloaded progenitor-macro v0.13.0 |
| 898 | 2026-05-28T08:46:11.801Z | Downloaded derive_more v2.1.1 |
| 899 | 2026-05-28T08:46:11.801Z | Downloaded libbz2-rs-sys v0.2.2 |
| 900 | 2026-05-28T08:46:11.801Z | Downloaded pin-utils v0.1.0 |
| 901 | 2026-05-28T08:46:11.801Z | Downloaded num-integer v0.1.46 |
| 902 | 2026-05-28T08:46:11.801Z | Downloaded headers v0.4.1 |
| 903 | 2026-05-28T08:46:11.801Z | Downloaded ar_archive_writer v0.5.1 |
| 904 | 2026-05-28T08:46:11.801Z | Downloaded polyval v0.6.2 |
| 905 | 2026-05-28T08:46:11.801Z | Downloaded poly1305 v0.8.0 |
| 906 | 2026-05-28T08:46:11.801Z | Downloaded omicron-zone-package v0.12.2 |
| 907 | 2026-05-28T08:46:11.801Z | Downloaded pkcs8 v0.10.2 |
| 908 | 2026-05-28T08:46:11.801Z | Downloaded rand_chacha v0.3.1 |
| 909 | 2026-05-28T08:46:11.801Z | Downloaded rand_xorshift v0.4.0 |
| 910 | 2026-05-28T08:46:11.801Z | Downloaded parking_lot_core v0.8.6 |
| 911 | 2026-05-28T08:46:11.801Z | Downloaded parking_lot v0.12.5 |
| 912 | 2026-05-28T08:46:11.801Z | Downloaded parking_lot_core v0.9.12 |
| 913 | 2026-05-28T08:46:11.801Z | Downloaded proc-macro-error2 v2.0.1 |
| 914 | 2026-05-28T08:46:11.801Z | Downloaded progenitor v0.13.0 |
| 915 | 2026-05-28T08:46:11.801Z | Downloaded ref-cast-impl v1.0.25 |
| 916 | 2026-05-28T08:46:11.801Z | Downloaded cc v1.2.56 |
| 917 | 2026-05-28T08:46:11.801Z | Downloaded ref-cast v1.0.25 |
| 918 | 2026-05-28T08:46:11.801Z | Downloaded predicates v3.1.4 |
| 919 | 2026-05-28T08:46:11.801Z | Downloaded der v0.7.10 |
| 920 | 2026-05-28T08:46:11.802Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 921 | 2026-05-28T08:46:11.802Z | Downloaded derive_more-impl v2.1.1 |
| 922 | 2026-05-28T08:46:11.802Z | Downloaded progenitor-client v0.13.0 |
| 923 | 2026-05-28T08:46:11.802Z | Downloaded heapless v0.8.0 |
| 924 | 2026-05-28T08:46:11.802Z | Downloaded recursive v0.1.1 |
| 925 | 2026-05-28T08:46:11.802Z | Downloaded crypto-bigint v0.5.5 |
| 926 | 2026-05-28T08:46:11.802Z | Downloaded nu-ansi-term v0.50.3 |
| 927 | 2026-05-28T08:46:11.802Z | Downloaded ppv-lite86 v0.2.21 |
| 928 | 2026-05-28T08:46:11.802Z | Downloaded bytes v1.11.1 |
| 929 | 2026-05-28T08:46:11.802Z | Downloaded pkcs1 v0.7.5 |
| 930 | 2026-05-28T08:46:11.802Z | Downloaded pin-project-internal v1.1.11 |
| 931 | 2026-05-28T08:46:11.802Z | Downloaded r2d2 v0.8.10 |
| 932 | 2026-05-28T08:46:11.802Z | Downloaded progenitor-extras v0.2.0 |
| 933 | 2026-05-28T08:46:11.802Z | Downloaded progenitor v0.14.0 |
| 934 | 2026-05-28T08:46:11.802Z | Downloaded quick-error v1.2.3 |
| 935 | 2026-05-28T08:46:11.802Z | Downloaded owo-colors v4.3.0 |
| 936 | 2026-05-28T08:46:11.802Z | Downloaded progenitor v0.11.2 |
| 937 | 2026-05-28T08:46:11.802Z | Downloaded primeorder v0.13.6 |
| 938 | 2026-05-28T08:46:11.802Z | Downloaded rfc6979 v0.4.0 |
| 939 | 2026-05-28T08:46:11.802Z | Downloaded postgres-protocol v0.6.10 |
| 940 | 2026-05-28T08:46:11.802Z | Downloaded rustc_version v0.4.1 |
| 941 | 2026-05-28T08:46:11.802Z | Downloaded diesel_derives v2.3.7 |
| 942 | 2026-05-28T08:46:11.802Z | Downloaded rustc-hash v2.1.1 |
| 943 | 2026-05-28T08:46:11.802Z | Downloaded rtoolbox v0.0.3 |
| 944 | 2026-05-28T08:46:11.802Z | Downloaded nanorand v0.7.0 |
| 945 | 2026-05-28T08:46:11.802Z | Downloaded indicatif v0.18.4 |
| 946 | 2026-05-28T08:46:11.802Z | Downloaded russh-cryptovec v0.7.3 |
| 947 | 2026-05-28T08:46:11.802Z | Downloaded async-compression v0.4.41 |
| 948 | 2026-05-28T08:46:11.802Z | Downloaded pkcs5 v0.7.1 |
| 949 | 2026-05-28T08:46:11.802Z | Downloaded rustc_version v0.1.7 |
| 950 | 2026-05-28T08:46:11.802Z | Downloaded hickory-resolver v0.25.2 |
| 951 | 2026-05-28T08:46:11.802Z | Downloaded hickory-resolver v0.24.4 |
| 952 | 2026-05-28T08:46:11.802Z | Downloaded same-file v1.0.6 |
| 953 | 2026-05-28T08:46:11.802Z | Downloaded rand_chacha v0.9.0 |
| 954 | 2026-05-28T08:46:11.802Z | Downloaded postcard v1.1.3 |
| 955 | 2026-05-28T08:46:11.802Z | Downloaded papergrid v0.17.0 |
| 956 | 2026-05-28T08:46:11.802Z | Downloaded progenitor-client v0.14.0 |
| 957 | 2026-05-28T08:46:11.802Z | Downloaded password-hash v0.5.0 |
| 958 | 2026-05-28T08:46:11.802Z | Downloaded half v2.7.1 |
| 959 | 2026-05-28T08:46:11.803Z | Downloaded rand_core v0.10.0 |
| 960 | 2026-05-28T08:46:11.803Z | Downloaded expectorate v1.2.0 |
| 961 | 2026-05-28T08:46:11.803Z | Downloaded scroll_derive v0.13.1 |
| 962 | 2026-05-28T08:46:11.803Z | Downloaded rand_seeder v0.4.0 |
| 963 | 2026-05-28T08:46:11.803Z | Downloaded oso v0.27.3 |
| 964 | 2026-05-28T08:46:11.803Z | Downloaded sapling-renderdag v0.1.0 |
| 965 | 2026-05-28T08:46:11.803Z | Downloaded resolv-conf v0.7.6 |
| 966 | 2026-05-28T08:46:11.803Z | Downloaded ed25519-dalek v2.2.0 |
| 967 | 2026-05-28T08:46:11.803Z | Downloaded secrecy v0.8.0 |
| 968 | 2026-05-28T08:46:11.803Z | Downloaded scheduled-thread-pool v0.2.7 |
| 969 | 2026-05-28T08:46:11.803Z | Downloaded p256 v0.13.2 |
| 970 | 2026-05-28T08:46:11.803Z | Downloaded salsa20 v0.10.2 |
| 971 | 2026-05-28T08:46:11.803Z | Downloaded hashbrown v0.13.2 |
| 972 | 2026-05-28T08:46:11.803Z | Downloaded scopeguard v1.2.0 |
| 973 | 2026-05-28T08:46:11.803Z | Downloaded semver v0.1.20 |
| 974 | 2026-05-28T08:46:11.803Z | Downloaded parking_lot v0.11.2 |
| 975 | 2026-05-28T08:46:11.803Z | Downloaded ctr v0.9.2 |
| 976 | 2026-05-28T08:46:11.803Z | Downloaded console v0.15.11 |
| 977 | 2026-05-28T08:46:11.803Z | Downloaded diff v0.1.13 |
| 978 | 2026-05-28T08:46:11.803Z | Downloaded serde_bytes v0.11.19 |
| 979 | 2026-05-28T08:46:11.803Z | Downloaded serde_spanned v1.0.4 |
| 980 | 2026-05-28T08:46:11.803Z | Downloaded psm v0.1.30 |
| 981 | 2026-05-28T08:46:11.803Z | Downloaded quinn-udp v0.5.14 |
| 982 | 2026-05-28T08:46:11.803Z | Downloaded serde-big-array v0.5.1 |
| 983 | 2026-05-28T08:46:11.803Z | Downloaded pin-project v1.1.11 |
| 984 | 2026-05-28T08:46:11.803Z | Downloaded secrecy v0.10.3 |
| 985 | 2026-05-28T08:46:11.807Z | Downloaded serde_repr v0.1.20 |
| 986 | 2026-05-28T08:46:11.807Z | Downloaded serde_plain v1.0.2 |
| 987 | 2026-05-28T08:46:11.807Z | Downloaded signal-hook-mio v0.2.5 |
| 988 | 2026-05-28T08:46:11.807Z | Downloaded sha1 v0.10.6 |
| 989 | 2026-05-28T08:46:11.807Z | Downloaded rustls-pemfile v1.0.4 |
| 990 | 2026-05-28T08:46:11.807Z | Downloaded rustls-pemfile v2.2.0 |
| 991 | 2026-05-28T08:46:11.807Z | Downloaded rand_core v0.9.5 |
| 992 | 2026-05-28T08:46:11.807Z | Downloaded signature v2.2.0 |
| 993 | 2026-05-28T08:46:11.807Z | Downloaded shell-words v1.1.1 |
| 994 | 2026-05-28T08:46:11.807Z | Downloaded signal-hook-tokio v0.3.1 |
| 995 | 2026-05-28T08:46:11.807Z | Downloaded postgres-types v0.2.12 |
| 996 | 2026-05-28T08:46:11.807Z | Downloaded aes v0.8.4 |
| 997 | 2026-05-28T08:46:11.807Z | Downloaded rand_core v0.6.4 |
| 998 | 2026-05-28T08:46:11.807Z | Downloaded scrypt v0.11.0 |
| 999 | 2026-05-28T08:46:11.807Z | Downloaded sigpipe v0.1.3 |
| 1000 | 2026-05-28T08:46:11.807Z | Downloaded sct v0.7.1 |
| 1001 | 2026-05-28T08:46:11.807Z | Downloaded schemars_derive v0.8.22 |
| 1002 | 2026-05-28T08:46:11.807Z | Downloaded slog-bunyan v2.5.0 |
| 1003 | 2026-05-28T08:46:11.808Z | Downloaded openssl-sys v0.9.115 |
| 1004 | 2026-05-28T08:46:11.808Z | Downloaded rusty-fork v0.3.1 |
| 1005 | 2026-05-28T08:46:11.808Z | Downloaded rustversion v1.0.22 |
| 1006 | 2026-05-28T08:46:11.808Z | Downloaded siphasher v1.0.2 |
| 1007 | 2026-05-28T08:46:11.808Z | Downloaded progenitor-impl v0.13.0 |
| 1008 | 2026-05-28T08:46:11.808Z | Downloaded prefix-trie v0.7.0 |
| 1009 | 2026-05-28T08:46:11.808Z | Downloaded miniz_oxide v0.8.9 |
| 1010 | 2026-05-28T08:46:11.808Z | Downloaded scroll v0.13.0 |
| 1011 | 2026-05-28T08:46:11.808Z | Downloaded seq-macro v0.3.6 |
| 1012 | 2026-05-28T08:46:11.808Z | Downloaded serde_derive_internals v0.29.1 |
| 1013 | 2026-05-28T08:46:11.808Z | Downloaded serde-hex v0.1.0 |
| 1014 | 2026-05-28T08:46:11.808Z | Downloaded sec1 v0.7.3 |
| 1015 | 2026-05-28T08:46:11.808Z | Downloaded serde_urlencoded v0.7.1 |
| 1016 | 2026-05-28T08:46:11.808Z | Downloaded rustls-native-certs v0.8.3 |
| 1017 | 2026-05-28T08:46:11.808Z | Downloaded signal-hook-registry v1.4.8 |
| 1018 | 2026-05-28T08:46:11.808Z | Downloaded serde_with_macros v1.5.2 |
| 1019 | 2026-05-28T08:46:11.808Z | Downloaded ssh-encoding v0.2.0 |
| 1020 | 2026-05-28T08:46:11.808Z | Downloaded ssh-cipher v0.2.0 |
| 1021 | 2026-05-28T08:46:11.808Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1022 | 2026-05-28T08:46:11.808Z | Downloaded strum v0.26.3 |
| 1023 | 2026-05-28T08:46:11.808Z | Downloaded strsim v0.10.0 |
| 1024 | 2026-05-28T08:46:11.808Z | Downloaded sqlparser_derive v0.5.0 |
| 1025 | 2026-05-28T08:46:11.808Z | Downloaded shlex v1.3.0 |
| 1026 | 2026-05-28T08:46:11.808Z | Downloaded rustls-pki-types v1.14.0 |
| 1027 | 2026-05-28T08:46:11.808Z | Downloaded pretty_assertions v1.4.1 |
| 1028 | 2026-05-28T08:46:11.808Z | Downloaded prettyplease v0.2.37 |
| 1029 | 2026-05-28T08:46:11.808Z | Downloaded hickory-server v0.25.2 |
| 1030 | 2026-05-28T08:46:11.808Z | Downloaded sync-ptr v0.1.4 |
| 1031 | 2026-05-28T08:46:11.808Z | Downloaded simd-adler32 v0.3.8 |
| 1032 | 2026-05-28T08:46:11.808Z | Downloaded structmeta v0.3.0 |
| 1033 | 2026-05-28T08:46:11.808Z | Downloaded slog-async v2.8.0 |
| 1034 | 2026-05-28T08:46:11.808Z | Downloaded structmeta-derive v0.3.0 |
| 1035 | 2026-05-28T08:46:11.808Z | Downloaded sync_wrapper v1.0.2 |
| 1036 | 2026-05-28T08:46:11.808Z | Downloaded subtle v2.6.1 |
| 1037 | 2026-05-28T08:46:11.808Z | Downloaded smallvec v0.6.14 |
| 1038 | 2026-05-28T08:46:11.808Z | Downloaded crossterm v0.29.0 |
| 1039 | 2026-05-28T08:46:11.808Z | Downloaded jiff-static v0.2.21 |
| 1040 | 2026-05-28T08:46:11.809Z | Downloaded itertools v0.10.5 |
| 1041 | 2026-05-28T08:46:11.809Z | Downloaded slog-json v2.6.1 |
| 1042 | 2026-05-28T08:46:11.809Z | Downloaded num-bigint v0.4.6 |
| 1043 | 2026-05-28T08:46:11.809Z | Downloaded smf v0.2.3 |
| 1044 | 2026-05-28T08:46:11.809Z | Downloaded slog-term v2.9.2 |
| 1045 | 2026-05-28T08:46:11.809Z | Downloaded progenitor-impl v0.11.2 |
| 1046 | 2026-05-28T08:46:11.809Z | Downloaded tabwriter v1.4.1 |
| 1047 | 2026-05-28T08:46:11.809Z | Downloaded take_mut v0.2.2 |
| 1048 | 2026-05-28T08:46:11.809Z | Downloaded spki v0.7.3 |
| 1049 | 2026-05-28T08:46:11.809Z | Downloaded termtree v0.5.1 |
| 1050 | 2026-05-28T08:46:11.809Z | Downloaded tap v1.0.1 |
| 1051 | 2026-05-28T08:46:11.809Z | Downloaded serde_path_to_error v0.1.20 |
| 1052 | 2026-05-28T08:46:11.809Z | Downloaded progenitor-impl v0.14.0 |
| 1053 | 2026-05-28T08:46:11.809Z | Downloaded tagptr v0.2.0 |
| 1054 | 2026-05-28T08:46:11.809Z | Downloaded dropshot-api-manager v0.7.2 |
| 1055 | 2026-05-28T08:46:11.809Z | Downloaded crossterm v0.28.1 |
| 1056 | 2026-05-28T08:46:11.809Z | Downloaded thread-id v5.1.0 |
| 1057 | 2026-05-28T08:46:11.809Z | Downloaded serde_cbor v0.11.2 |
| 1058 | 2026-05-28T08:46:11.809Z | Downloaded tabled_derive v0.11.0 |
| 1059 | 2026-05-28T08:46:11.809Z | Downloaded slog-envlogger v2.2.0 |
| 1060 | 2026-05-28T08:46:11.809Z | Downloaded slog-dtrace v0.3.0 |
| 1061 | 2026-05-28T08:46:11.809Z | Downloaded slab v0.4.12 |
| 1062 | 2026-05-28T08:46:11.809Z | Downloaded rcgen v0.12.1 |
| 1063 | 2026-05-28T08:46:11.809Z | Downloaded strum v0.27.2 |
| 1064 | 2026-05-28T08:46:11.809Z | Downloaded static_assertions v1.1.0 |
| 1065 | 2026-05-28T08:46:11.809Z | Downloaded russh-keys v0.45.0 |
| 1066 | 2026-05-28T08:46:11.809Z | Downloaded stacker v0.1.23 |
| 1067 | 2026-05-28T08:46:11.809Z | Downloaded tinyvec_macros v0.1.1 |
| 1068 | 2026-05-28T08:46:11.809Z | Downloaded serde_with_macros v3.17.0 |
| 1069 | 2026-05-28T08:46:11.809Z | Downloaded sqlformat v0.3.5 |
| 1070 | 2026-05-28T08:46:11.809Z | Downloaded minimal-lexical v0.2.1 |
| 1071 | 2026-05-28T08:46:11.809Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1072 | 2026-05-28T08:46:11.809Z | Downloaded testing_table v0.3.0 |
| 1073 | 2026-05-28T08:46:11.809Z | Downloaded time-core v0.1.8 |
| 1074 | 2026-05-28T08:46:11.809Z | Downloaded hashbrown v0.12.3 |
| 1075 | 2026-05-28T08:46:11.809Z | Downloaded slog-stdlog v4.1.1 |
| 1076 | 2026-05-28T08:46:11.809Z | Downloaded slog-scope v4.4.1 |
| 1077 | 2026-05-28T08:46:11.809Z | Downloaded stringprep v0.1.5 |
| 1078 | 2026-05-28T08:46:11.809Z | Downloaded string_cache v0.8.9 |
| 1079 | 2026-05-28T08:46:11.810Z | Downloaded strum_macros v0.27.2 |
| 1080 | 2026-05-28T08:46:11.810Z | Downloaded hashbrown v0.15.5 |
| 1081 | 2026-05-28T08:46:11.810Z | Downloaded nom v7.1.3 |
| 1082 | 2026-05-28T08:46:11.810Z | Downloaded strum_macros v0.26.4 |
| 1083 | 2026-05-28T08:46:11.810Z | Downloaded rayon-core v1.13.0 |
| 1084 | 2026-05-28T08:46:11.810Z | Downloaded qorb v0.4.1 |
| 1085 | 2026-05-28T08:46:11.824Z | Downloaded supports-color v3.0.2 |
| 1086 | 2026-05-28T08:46:11.824Z | Downloaded schemars v0.8.22 |
| 1087 | 2026-05-28T08:46:11.824Z | Downloaded support-bundle-viewer v0.1.2 |
| 1088 | 2026-05-28T08:46:11.824Z | Downloaded snafu-derive v0.8.9 |
| 1089 | 2026-05-28T08:46:11.824Z | Downloaded mio v1.2.0 |
| 1090 | 2026-05-28T08:46:11.824Z | Downloaded tokio-macros v2.7.0 |
| 1091 | 2026-05-28T08:46:11.824Z | Downloaded ryu v1.0.23 |
| 1092 | 2026-05-28T08:46:11.824Z | Downloaded termios v0.3.3 |
| 1093 | 2026-05-28T08:46:11.824Z | Downloaded aes-gcm v0.10.3 |
| 1094 | 2026-05-28T08:46:11.824Z | Downloaded strum_macros v0.24.3 |
| 1095 | 2026-05-28T08:46:11.824Z | Downloaded thiserror-no-std v2.0.2 |
| 1096 | 2026-05-28T08:46:11.824Z | Downloaded tower-layer v0.3.3 |
| 1097 | 2026-05-28T08:46:11.824Z | Downloaded rand v0.8.6 |
| 1098 | 2026-05-28T08:46:11.824Z | Downloaded quinn v0.11.9 |
| 1099 | 2026-05-28T08:46:11.824Z | Downloaded signal-hook v0.3.18 |
| 1100 | 2026-05-28T08:46:11.824Z | Downloaded topological-sort v0.2.2 |
| 1101 | 2026-05-28T08:46:11.824Z | Downloaded publicsuffix v2.3.0 |
| 1102 | 2026-05-28T08:46:11.824Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1103 | 2026-05-28T08:46:11.824Z | Downloaded tower-service v0.3.3 |
| 1104 | 2026-05-28T08:46:11.824Z | Downloaded unarray v0.1.4 |
| 1105 | 2026-05-28T08:46:11.824Z | Downloaded hyper-util v0.1.20 |
| 1106 | 2026-05-28T08:46:11.824Z | Downloaded spin v0.9.8 |
| 1107 | 2026-05-28T08:46:11.824Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1108 | 2026-05-28T08:46:11.824Z | Downloaded try-lock v0.2.5 |
| 1109 | 2026-05-28T08:46:11.825Z | Downloaded time-macros v0.2.27 |
| 1110 | 2026-05-28T08:46:11.825Z | Downloaded thread_local v1.1.9 |
| 1111 | 2026-05-28T08:46:11.825Z | Downloaded http v1.4.0 |
| 1112 | 2026-05-28T08:46:11.825Z | Downloaded trait-variant v0.1.2 |
| 1113 | 2026-05-28T08:46:11.825Z | Downloaded schemars v0.9.0 |
| 1114 | 2026-05-28T08:46:11.825Z | Downloaded typify-macro v0.4.3 |
| 1115 | 2026-05-28T08:46:11.825Z | Downloaded tls_codec v0.4.2 |
| 1116 | 2026-05-28T08:46:11.825Z | Downloaded slog v2.8.2 |
| 1117 | 2026-05-28T08:46:11.825Z | Downloaded tls_codec_derive v0.4.2 |
| 1118 | 2026-05-28T08:46:11.825Z | Downloaded itertools v0.12.1 |
| 1119 | 2026-05-28T08:46:11.825Z | Downloaded libxml v0.3.3 |
| 1120 | 2026-05-28T08:46:11.825Z | Downloaded socket2 v0.5.10 |
| 1121 | 2026-05-28T08:46:11.825Z | Downloaded untrusted v0.9.0 |
| 1122 | 2026-05-28T08:46:11.825Z | Downloaded unicode-truncate v1.1.0 |
| 1123 | 2026-05-28T08:46:11.825Z | Downloaded tokio-rustls v0.25.0 |
| 1124 | 2026-05-28T08:46:11.825Z | Downloaded similar v2.7.0 |
| 1125 | 2026-05-28T08:46:11.825Z | Downloaded usdt v0.6.0 |
| 1126 | 2026-05-28T08:46:11.825Z | Downloaded universal-hash v0.5.1 |
| 1127 | 2026-05-28T08:46:11.825Z | Downloaded term v1.2.1 |
| 1128 | 2026-05-28T08:46:11.825Z | Downloaded unit-prefix v0.5.2 |
| 1129 | 2026-05-28T08:46:11.825Z | Downloaded socket2 v0.6.3 |
| 1130 | 2026-05-28T08:46:11.825Z | Downloaded tokio-dtrace v0.1.1 |
| 1131 | 2026-05-28T08:46:11.825Z | Downloaded rand v0.9.2 |
| 1132 | 2026-05-28T08:46:11.825Z | Downloaded tokio-native-tls v0.3.1 |
| 1133 | 2026-05-28T08:46:11.825Z | Downloaded term v0.7.0 |
| 1134 | 2026-05-28T08:46:11.825Z | Downloaded rsa v0.9.10 |
| 1135 | 2026-05-28T08:46:11.825Z | Downloaded utf-8 v0.7.6 |
| 1136 | 2026-05-28T08:46:11.825Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1137 | 2026-05-28T08:46:11.825Z | Downloaded usdt-macro v0.6.0 |
| 1138 | 2026-05-28T08:46:11.825Z | Downloaded usdt-attr-macro v0.6.0 |
| 1139 | 2026-05-28T08:46:11.825Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1140 | 2026-05-28T08:46:11.825Z | Downloaded tokio-tungstenite v0.23.1 |
| 1141 | 2026-05-28T08:46:11.825Z | Downloaded void v1.0.2 |
| 1142 | 2026-05-28T08:46:11.825Z | Downloaded hashbrown v0.16.1 |
| 1143 | 2026-05-28T08:46:11.825Z | Downloaded want v0.3.1 |
| 1144 | 2026-05-28T08:46:11.825Z | Downloaded waitgroup v0.1.2 |
| 1145 | 2026-05-28T08:46:11.825Z | Downloaded iri-string v0.7.10 |
| 1146 | 2026-05-28T08:46:11.825Z | Downloaded tiny-keccak v2.0.2 |
| 1147 | 2026-05-28T08:46:11.826Z | Downloaded wait-timeout v0.2.1 |
| 1148 | 2026-05-28T08:46:11.826Z | Downloaded h2 v0.4.13 |
| 1149 | 2026-05-28T08:46:11.826Z | Downloaded ron v0.8.1 |
| 1150 | 2026-05-28T08:46:11.826Z | Downloaded samael v0.0.19 |
| 1151 | 2026-05-28T08:46:11.826Z | Downloaded typify-macro v0.6.2 |
| 1152 | 2026-05-28T08:46:11.826Z | Downloaded subprocess v0.2.15 |
| 1153 | 2026-05-28T08:46:11.826Z | Downloaded tui-tree-widget v0.23.1 |
| 1154 | 2026-05-28T08:46:11.826Z | Downloaded schemars v1.2.1 |
| 1155 | 2026-05-28T08:46:11.826Z | Downloaded xattr v1.6.1 |
| 1156 | 2026-05-28T08:46:11.826Z | Downloaded itertools v0.13.0 |
| 1157 | 2026-05-28T08:46:11.826Z | Downloaded tokio-rustls v0.26.4 |
| 1158 | 2026-05-28T08:46:11.826Z | Downloaded untrusted v0.7.1 |
| 1159 | 2026-05-28T08:46:11.826Z | Downloaded futures-util v0.3.32 |
| 1160 | 2026-05-28T08:46:11.826Z | Downloaded zeroize_derive v1.4.3 |
| 1161 | 2026-05-28T08:46:11.826Z | Downloaded xshell-macros v0.2.7 |
| 1162 | 2026-05-28T08:46:11.826Z | Downloaded unicase v2.9.0 |
| 1163 | 2026-05-28T08:46:11.826Z | Downloaded libm v0.2.16 |
| 1164 | 2026-05-28T08:46:11.826Z | Downloaded nom v8.0.0 |
| 1165 | 2026-05-28T08:46:11.826Z | Downloaded zone v0.3.1 |
| 1166 | 2026-05-28T08:46:11.826Z | Downloaded test-strategy v0.4.5 |
| 1167 | 2026-05-28T08:46:11.826Z | Downloaded snafu v0.8.9 |
| 1168 | 2026-05-28T08:46:11.826Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1169 | 2026-05-28T08:46:11.826Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1170 | 2026-05-28T08:46:11.826Z | Downloaded tokio-rustls v0.24.1 |
| 1171 | 2026-05-28T08:46:11.826Z | Downloaded tinyvec v1.10.0 |
| 1172 | 2026-05-28T08:46:11.826Z | Downloaded vergen-lib v0.1.6 |
| 1173 | 2026-05-28T08:46:11.826Z | Downloaded tokio-tungstenite v0.21.0 |
| 1174 | 2026-05-28T08:46:11.826Z | Downloaded zone_cfg_derive v0.3.1 |
| 1175 | 2026-05-28T08:46:11.826Z | Downloaded vsss-rs v3.3.4 |
| 1176 | 2026-05-28T08:46:11.826Z | Downloaded walkdir v2.5.0 |
| 1177 | 2026-05-28T08:46:11.826Z | Downloaded vergen-git2 v9.1.0 |
| 1178 | 2026-05-28T08:46:11.826Z | Downloaded vergen-lib v9.1.0 |
| 1179 | 2026-05-28T08:46:11.826Z | Downloaded whoami v2.1.0 |
| 1180 | 2026-05-28T08:46:11.826Z | Downloaded vergen-gitcl v1.0.8 |
| 1181 | 2026-05-28T08:46:11.826Z | Downloaded tokio-stream v0.1.18 |
| 1182 | 2026-05-28T08:46:11.826Z | Downloaded p521 v0.13.3 |
| 1183 | 2026-05-28T08:46:11.826Z | Downloaded num-bigint-dig v0.8.6 |
| 1184 | 2026-05-28T08:46:11.826Z | Downloaded unicode-properties v0.1.4 |
| 1185 | 2026-05-28T08:46:11.830Z | Downloaded hyper v1.8.1 |
| 1186 | 2026-05-28T08:46:11.830Z | Downloaded twox-hash v2.1.2 |
| 1187 | 2026-05-28T08:46:11.830Z | Downloaded tracing-attributes v0.1.31 |
| 1188 | 2026-05-28T08:46:11.830Z | Downloaded itertools v0.14.0 |
| 1189 | 2026-05-28T08:46:11.830Z | Downloaded whoami v1.6.1 |
| 1190 | 2026-05-28T08:46:11.830Z | Downloaded rustls-webpki v0.103.9 |
| 1191 | 2026-05-28T08:46:11.830Z | Downloaded hkdf v0.12.4 |
| 1192 | 2026-05-28T08:46:11.830Z | Downloaded wyz v0.5.1 |
| 1193 | 2026-05-28T08:46:11.830Z | Downloaded rand v0.10.1 |
| 1194 | 2026-05-28T08:46:11.830Z | Downloaded zeroize v1.8.2 |
| 1195 | 2026-05-28T08:46:11.830Z | Downloaded tar v0.4.45 |
| 1196 | 2026-05-28T08:46:11.830Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1197 | 2026-05-28T08:46:11.830Z | Downloaded toml v0.7.8 |
| 1198 | 2026-05-28T08:46:11.831Z | Downloaded vergen v9.1.0 |
| 1199 | 2026-05-28T08:46:11.831Z | Downloaded uzers v0.12.2 |
| 1200 | 2026-05-28T08:46:11.831Z | Downloaded zstd v0.13.3 |
| 1201 | 2026-05-28T08:46:11.831Z | Downloaded usdt-impl v0.6.0 |
| 1202 | 2026-05-28T08:46:11.831Z | Downloaded tungstenite v0.23.0 |
| 1203 | 2026-05-28T08:46:11.831Z | Downloaded aho-corasick v1.1.4 |
| 1204 | 2026-05-28T08:46:11.831Z | Downloaded typify v0.6.2 |
| 1205 | 2026-05-28T08:46:11.831Z | Downloaded russh v0.45.0 |
| 1206 | 2026-05-28T08:46:11.831Z | Downloaded tungstenite v0.21.0 |
| 1207 | 2026-05-28T08:46:11.831Z | Downloaded typify v0.4.3 |
| 1208 | 2026-05-28T08:46:11.831Z | Downloaded tracing-core v0.1.36 |
| 1209 | 2026-05-28T08:46:11.831Z | Downloaded yasna v0.5.2 |
| 1210 | 2026-05-28T08:46:11.831Z | Downloaded unsafe-libyaml v0.2.11 |
| 1211 | 2026-05-28T08:46:11.831Z | Downloaded unicode-bidi v0.3.18 |
| 1212 | 2026-05-28T08:46:11.831Z | Downloaded xshell v0.2.7 |
| 1213 | 2026-05-28T08:46:11.831Z | Downloaded rustyline v14.0.0 |
| 1214 | 2026-05-28T08:46:11.831Z | Downloaded iddqd v0.4.2 |
| 1215 | 2026-05-28T08:46:11.831Z | Downloaded zstd-safe v7.2.4 |
| 1216 | 2026-05-28T08:46:11.831Z | Downloaded vte v0.14.1 |
| 1217 | 2026-05-28T08:46:11.831Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1218 | 2026-05-28T08:46:11.831Z | Downloaded steno v0.4.1 |
| 1219 | 2026-05-28T08:46:11.831Z | Downloaded rpassword v7.4.0 |
| 1220 | 2026-05-28T08:46:11.831Z | Downloaded bitvec v1.0.1 |
| 1221 | 2026-05-28T08:46:11.831Z | Downloaded zerocopy v0.6.6 |
| 1222 | 2026-05-28T08:46:11.831Z | Downloaded aws-lc-rs v1.16.3 |
| 1223 | 2026-05-28T08:46:11.831Z | Downloaded toml_edit v0.19.15 |
| 1224 | 2026-05-28T08:46:11.831Z | Downloaded uuid v1.23.0 |
| 1225 | 2026-05-28T08:46:11.831Z | Downloaded zopfli v0.8.3 |
| 1226 | 2026-05-28T08:46:11.831Z | Downloaded p384 v0.13.1 |
| 1227 | 2026-05-28T08:46:11.831Z | Downloaded serde_with v1.14.0 |
| 1228 | 2026-05-28T08:46:11.831Z | Downloaded ssh-key v0.6.7 |
| 1229 | 2026-05-28T08:46:11.831Z | Downloaded git2 v0.20.4 |
| 1230 | 2026-05-28T08:46:11.831Z | Downloaded blake3 v1.8.3 |
| 1231 | 2026-05-28T08:46:11.831Z | Downloaded bindgen v0.71.1 |
| 1232 | 2026-05-28T08:46:11.831Z | Downloaded zip v0.6.6 |
| 1233 | 2026-05-28T08:46:11.831Z | Downloaded yansi v1.0.1 |
| 1234 | 2026-05-28T08:46:11.832Z | Downloaded chrono v0.4.44 |
| 1235 | 2026-05-28T08:46:11.832Z | Downloaded unicode_categories v0.1.1 |
| 1236 | 2026-05-28T08:46:11.832Z | Downloaded tokio-postgres v0.7.16 |
| 1237 | 2026-05-28T08:46:11.832Z | Downloaded reqwest v0.13.2 |
| 1238 | 2026-05-28T08:46:11.832Z | Downloaded reedline v0.40.0 |
| 1239 | 2026-05-28T08:46:11.832Z | Downloaded typed-path v0.9.3 |
| 1240 | 2026-05-28T08:46:11.832Z | Downloaded regex v1.12.3 |
| 1241 | 2026-05-28T08:46:11.832Z | Downloaded rayon v1.11.0 |
| 1242 | 2026-05-28T08:46:11.832Z | Downloaded reqwest v0.12.28 |
| 1243 | 2026-05-28T08:46:11.832Z | Downloaded curve25519-dalek v4.1.3 |
| 1244 | 2026-05-28T08:46:11.832Z | Downloaded portable-atomic v1.13.1 |
| 1245 | 2026-05-28T08:46:11.832Z | Downloaded rustls-webpki v0.101.7 |
| 1246 | 2026-05-28T08:46:11.832Z | Downloaded zerocopy-derive v0.8.40 |
| 1247 | 2026-05-28T08:46:11.832Z | Downloaded x509-cert v0.2.5 |
| 1248 | 2026-05-28T08:46:11.832Z | Downloaded unicode-segmentation v1.12.0 |
| 1249 | 2026-05-28T08:46:11.832Z | Downloaded lalrpop v0.19.12 |
| 1250 | 2026-05-28T08:46:11.832Z | Downloaded quick-xml v0.37.5 |
| 1251 | 2026-05-28T08:46:11.832Z | Downloaded moka v0.12.13 |
| 1252 | 2026-05-28T08:46:11.832Z | Downloaded goblin v0.10.5 |
| 1253 | 2026-05-28T08:46:11.832Z | Downloaded zip v4.6.1 |
| 1254 | 2026-05-28T08:46:11.832Z | Downloaded tower v0.5.3 |
| 1255 | 2026-05-28T08:46:11.832Z | Downloaded bstr v1.12.1 |
| 1256 | 2026-05-28T08:46:11.832Z | Downloaded unicode-normalization v0.1.25 |
| 1257 | 2026-05-28T08:46:11.832Z | Downloaded proptest v1.10.0 |
| 1258 | 2026-05-28T08:46:11.832Z | Downloaded tokio-util v0.7.18 |
| 1259 | 2026-05-28T08:46:11.832Z | Downloaded tower-http v0.6.8 |
| 1260 | 2026-05-28T08:46:11.832Z | Downloaded serde_with v3.17.0 |
| 1261 | 2026-05-28T08:46:11.832Z | Downloaded petname v2.0.2 |
| 1262 | 2026-05-28T08:46:11.832Z | Downloaded object v0.30.4 |
| 1263 | 2026-05-28T08:46:11.833Z | Downloaded salty v0.3.0 |
| 1264 | 2026-05-28T08:46:11.833Z | Downloaded tough v0.22.0 |
| 1265 | 2026-05-28T08:46:11.833Z | Downloaded rustls-webpki v0.102.8 |
| 1266 | 2026-05-28T08:46:11.833Z | Downloaded quinn-proto v0.11.13 |
| 1267 | 2026-05-28T08:46:11.833Z | Downloaded winnow v0.6.26 |
| 1268 | 2026-05-28T08:46:11.833Z | Downloaded nix v0.27.1 |
| 1269 | 2026-05-28T08:46:11.836Z | Downloaded winnow v0.5.40 |
| 1270 | 2026-05-28T08:46:11.845Z | Downloaded radix_trie v0.2.1 |
| 1271 | 2026-05-28T08:46:11.848Z | Downloaded polar-core v0.27.3 |
| 1272 | 2026-05-28T08:46:11.864Z | Downloaded rustls v0.21.12 |
| 1273 | 2026-05-28T08:46:11.870Z | Downloaded tabled v0.20.0 |
| 1274 | 2026-05-28T08:46:11.879Z | Downloaded smoltcp v0.9.1 |
| 1275 | 2026-05-28T08:46:11.885Z | Downloaded time v0.3.47 |
| 1276 | 2026-05-28T08:46:11.892Z | Downloaded winnow v1.0.3 |
| 1277 | 2026-05-28T08:46:11.897Z | Downloaded nix v0.28.0 |
| 1278 | 2026-05-28T08:46:11.904Z | Downloaded openssl v0.10.79 |
| 1279 | 2026-05-28T08:46:11.926Z | Downloaded webpki-roots v1.0.6 |
| 1280 | 2026-05-28T08:46:11.928Z | Downloaded hickory-proto v0.24.4 |
| 1281 | 2026-05-28T08:46:11.937Z | Downloaded vcpkg v0.2.15 |
| 1282 | 2026-05-28T08:46:11.961Z | Downloaded zlib-rs v0.6.2 |
| 1283 | 2026-05-28T08:46:11.964Z | Downloaded dropshot v0.17.0 |
| 1284 | 2026-05-28T08:46:11.977Z | Downloaded rustix v0.38.44 |
| 1285 | 2026-05-28T08:46:11.991Z | Downloaded regress v0.11.1 |
| 1286 | 2026-05-28T08:46:11.996Z | Downloaded openapiv3 v2.2.0 |
| 1287 | 2026-05-28T08:46:12.004Z | Downloaded zerocopy v0.8.40 |
| 1288 | 2026-05-28T08:46:12.014Z | Downloaded hickory-proto v0.25.2 |
| 1289 | 2026-05-28T08:46:12.023Z | Downloaded regex-syntax v0.8.10 |
| 1290 | 2026-05-28T08:46:12.034Z | Downloaded smoltcp v0.11.0 |
| 1291 | 2026-05-28T08:46:12.042Z | Downloaded rustls v0.23.37 |
| 1292 | 2026-05-28T08:46:12.049Z | Downloaded diesel v2.3.7 |
| 1293 | 2026-05-28T08:46:12.062Z | Downloaded regress v0.10.5 |
| 1294 | 2026-05-28T08:46:12.067Z | Downloaded regex-syntax v0.6.29 |
| 1295 | 2026-05-28T08:46:12.070Z | Downloaded typify-impl v0.6.2 |
| 1296 | 2026-05-28T08:46:12.078Z | Downloaded rustls v0.22.4 |
| 1297 | 2026-05-28T08:46:12.085Z | Downloaded object v0.37.3 |
| 1298 | 2026-05-28T08:46:12.092Z | Downloaded nix v0.31.2 |
| 1299 | 2026-05-28T08:46:12.100Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1300 | 2026-05-28T08:46:12.117Z | Downloaded sqlparser v0.61.0 |
| 1301 | 2026-05-28T08:46:12.121Z | Downloaded zerocopy-derive v0.6.6 |
| 1302 | 2026-05-28T08:46:12.126Z | Downloaded sled v0.34.7 |
| 1303 | 2026-05-28T08:46:12.132Z | Downloaded tracing v0.1.44 |
| 1304 | 2026-05-28T08:46:12.142Z | Downloaded ratatui v0.29.0 |
| 1305 | 2026-05-28T08:46:12.154Z | Downloaded typify-impl v0.4.3 |
| 1306 | 2026-05-28T08:46:12.160Z | Downloaded petgraph v0.6.5 |
| 1307 | 2026-05-28T08:46:12.170Z | Downloaded regex-automata v0.4.14 |
| 1308 | 2026-05-28T08:46:12.178Z | Downloaded chrono-tz v0.10.4 |
| 1309 | 2026-05-28T08:46:12.202Z | Downloaded jiff v0.2.21 |
| 1310 | 2026-05-28T08:46:12.222Z | Downloaded libz-sys v1.1.24 |
| 1311 | 2026-05-28T08:46:12.235Z | Downloaded petgraph v0.8.3 |
| 1312 | 2026-05-28T08:46:12.248Z | Downloaded csv v1.4.0 |
| 1313 | 2026-05-28T08:46:12.260Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1314 | 2026-05-28T08:46:12.269Z | Downloaded sha3 v0.10.8 |
| 1315 | 2026-05-28T08:46:12.272Z | Downloaded tokio v1.52.1 |
| 1316 | 2026-05-28T08:46:12.308Z | Downloaded encoding_rs v0.8.35 |
| 1317 | 2026-05-28T08:46:12.387Z | Downloaded ring v0.17.14 |
| 1318 | 2026-05-28T08:46:12.427Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1319 | 2026-05-28T08:46:12.965Z | Downloaded aws-lc-sys v0.40.0 |
| 1320 | 2026-05-28T08:46:13.206Z | Compiling libc v0.2.185 |
| 1321 | 2026-05-28T08:46:13.206Z | Compiling serde v1.0.228 |
| 1322 | 2026-05-28T08:46:13.210Z | Compiling log v0.4.29 |
| 1323 | 2026-05-28T08:46:13.210Z | Compiling shlex v1.3.0 |
| 1324 | 2026-05-28T08:46:13.377Z | Compiling find-msvc-tools v0.1.9 |
| 1325 | 2026-05-28T08:46:13.381Z | Compiling smallvec v1.15.1 |
| 1326 | 2026-05-28T08:46:13.387Z | Compiling syn v2.0.117 |
| 1327 | 2026-05-28T08:46:13.400Z | Compiling typenum v1.19.0 |
| 1328 | 2026-05-28T08:46:13.549Z | Compiling generic-array v0.14.7 |
| 1329 | 2026-05-28T08:46:13.565Z | Compiling subtle v2.6.1 |
| 1330 | 2026-05-28T08:46:13.588Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-05-28T08:46:13.636Z | Compiling const-oid v0.9.6 |
| 1332 | 2026-05-28T08:46:13.684Z | Compiling lock_api v0.4.14 |
| 1333 | 2026-05-28T08:46:13.698Z | Compiling serde_json v1.0.149 |
| 1334 | 2026-05-28T08:46:13.730Z | Compiling zerocopy v0.8.40 |
| 1335 | 2026-05-28T08:46:13.806Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-05-28T08:46:13.909Z | Compiling portable-atomic v1.13.1 |
| 1337 | 2026-05-28T08:46:13.937Z | Compiling parking_lot_core v0.9.12 |
| 1338 | 2026-05-28T08:46:14.175Z | Compiling pkg-config v0.3.32 |
| 1339 | 2026-05-28T08:46:14.208Z | Compiling getrandom v0.2.17 |
| 1340 | 2026-05-28T08:46:14.280Z | Compiling jobserver v0.1.34 |
| 1341 | 2026-05-28T08:46:14.368Z | Compiling rand_core v0.6.4 |
| 1342 | 2026-05-28T08:46:14.389Z | Compiling errno v0.3.14 |
| 1343 | 2026-05-28T08:46:14.540Z | Compiling cc v1.2.56 |
| 1344 | 2026-05-28T08:46:14.658Z | Compiling signal-hook-registry v1.4.8 |
| 1345 | 2026-05-28T08:46:14.673Z | Compiling bitflags v2.11.0 |
| 1346 | 2026-05-28T08:46:14.724Z | Compiling futures-core v0.3.32 |
| 1347 | 2026-05-28T08:46:14.751Z | Compiling libm v0.2.16 |
| 1348 | 2026-05-28T08:46:14.880Z | Compiling critical-section v1.2.0 |
| 1349 | 2026-05-28T08:46:14.902Z | Compiling parking_lot v0.12.5 |
| 1350 | 2026-05-28T08:46:14.934Z | Compiling mio v1.2.0 |
| 1351 | 2026-05-28T08:46:14.963Z | Compiling once_cell v1.21.3 |
| 1352 | 2026-05-28T08:46:14.980Z | Compiling num-traits v0.2.19 |
| 1353 | 2026-05-28T08:46:15.060Z | Compiling percent-encoding v2.3.2 |
| 1354 | 2026-05-28T08:46:15.178Z | Compiling socket2 v0.6.3 |
| 1355 | 2026-05-28T08:46:15.248Z | Compiling futures-sink v0.3.32 |
| 1356 | 2026-05-28T08:46:15.263Z | Compiling futures-io v0.3.32 |
| 1357 | 2026-05-28T08:46:15.318Z | Compiling futures-task v0.3.32 |
| 1358 | 2026-05-28T08:46:15.351Z | Compiling futures-channel v0.3.32 |
| 1359 | 2026-05-28T08:46:15.384Z | Compiling slab v0.4.12 |
| 1360 | 2026-05-28T08:46:15.410Z | Compiling cpufeatures v0.2.17 |
| 1361 | 2026-05-28T08:46:15.483Z | Compiling getrandom v0.4.1 |
| 1362 | 2026-05-28T08:46:15.486Z | Compiling rand_core v0.10.0 |
| 1363 | 2026-05-28T08:46:15.558Z | Compiling indexmap v2.14.0 |
| 1364 | 2026-05-28T08:46:15.573Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-05-28T08:46:15.587Z | Compiling getrandom v0.3.4 |
| 1366 | 2026-05-28T08:46:15.658Z | Compiling cmake v0.1.57 |
| 1367 | 2026-05-28T08:46:16.068Z | Compiling form_urlencoded v1.2.2 |
| 1368 | 2026-05-28T08:46:16.097Z | Compiling fs_extra v1.3.0 |
| 1369 | 2026-05-28T08:46:16.136Z | Compiling dunce v1.0.5 |
| 1370 | 2026-05-28T08:46:16.160Z | Compiling synstructure v0.13.2 |
| 1371 | 2026-05-28T08:46:16.228Z | Compiling ident_case v1.0.1 |
| 1372 | 2026-05-28T08:46:16.243Z | Compiling base64ct v1.8.3 |
| 1373 | 2026-05-28T08:46:16.349Z | Compiling flagset v0.4.7 |
| 1374 | 2026-05-28T08:46:16.364Z | Compiling aws-lc-sys v0.40.0 |
| 1375 | 2026-05-28T08:46:16.413Z | Compiling iana-time-zone v0.1.65 |
| 1376 | 2026-05-28T08:46:16.479Z | Compiling pem-rfc7468 v0.7.0 |
| 1377 | 2026-05-28T08:46:16.518Z | Compiling rustix v1.1.3 |
| 1378 | 2026-05-28T08:46:16.533Z | Compiling regex-syntax v0.8.10 |
| 1379 | 2026-05-28T08:46:16.610Z | Compiling rand_core v0.9.5 |
| 1380 | 2026-05-28T08:46:16.749Z | Compiling ring v0.17.14 |
| 1381 | 2026-05-28T08:46:16.752Z | Compiling aws-lc-rs v1.16.3 |
| 1382 | 2026-05-28T08:46:16.777Z | Compiling vcpkg v0.2.15 |
| 1383 | 2026-05-28T08:46:16.881Z | Compiling uuid v1.23.0 |
| 1384 | 2026-05-28T08:46:17.115Z | Compiling rustc_version v0.4.1 |
| 1385 | 2026-05-28T08:46:17.448Z | Compiling tracing-core v0.1.36 |
| 1386 | 2026-05-28T08:46:17.566Z | Compiling openssl-sys v0.9.115 |
| 1387 | 2026-05-28T08:46:17.635Z | Compiling base64 v0.22.1 |
| 1388 | 2026-05-28T08:46:17.883Z | Compiling serde_derive v1.0.228 |
| 1389 | 2026-05-28T08:46:17.957Z | Compiling zeroize_derive v1.4.3 |
| 1390 | 2026-05-28T08:46:18.006Z | Compiling zerofrom-derive v0.1.6 |
| 1391 | 2026-05-28T08:46:18.081Z | Compiling yoke-derive v0.8.1 |
| 1392 | 2026-05-28T08:46:18.289Z | Compiling zerovec-derive v0.11.2 |
| 1393 | 2026-05-28T08:46:18.597Z | Compiling zeroize v1.8.2 |
| 1394 | 2026-05-28T08:46:18.934Z | Compiling zerocopy-derive v0.8.40 |
| 1395 | 2026-05-28T08:46:19.239Z | Compiling displaydoc v0.2.5 |
| 1396 | 2026-05-28T08:46:19.364Z | Compiling crypto-common v0.1.7 |
| 1397 | 2026-05-28T08:46:19.404Z | Compiling zerofrom v0.1.6 |
| 1398 | 2026-05-28T08:46:19.419Z | Compiling block-buffer v0.10.4 |
| 1399 | 2026-05-28T08:46:19.513Z | Compiling yoke v0.8.1 |
| 1400 | 2026-05-28T08:46:19.530Z | Compiling tokio-macros v2.7.0 |
| 1401 | 2026-05-28T08:46:19.586Z | Compiling digest v0.10.7 |
| 1402 | 2026-05-28T08:46:19.697Z | Compiling zerovec v0.11.5 |
| 1403 | 2026-05-28T08:46:19.828Z | Compiling futures-macro v0.3.32 |
| 1404 | 2026-05-28T08:46:19.984Z | Compiling zerotrie v0.2.3 |
| 1405 | 2026-05-28T08:46:20.197Z | Compiling tinystr v0.8.2 |
| 1406 | 2026-05-28T08:46:20.234Z | Compiling potential_utf v0.1.4 |
| 1407 | 2026-05-28T08:46:20.277Z | Compiling hmac v0.12.1 |
| 1408 | 2026-05-28T08:46:20.391Z | Compiling icu_locale_core v2.1.1 |
| 1409 | 2026-05-28T08:46:20.391Z | Compiling icu_collections v2.1.1 |
| 1410 | 2026-05-28T08:46:20.434Z | Compiling block-padding v0.3.3 |
| 1411 | 2026-05-28T08:46:20.584Z | Compiling inout v0.1.4 |
| 1412 | 2026-05-28T08:46:20.609Z | Compiling futures-util v0.3.32 |
| 1413 | 2026-05-28T08:46:20.746Z | Compiling cipher v0.4.4 |
| 1414 | 2026-05-28T08:46:20.862Z | Compiling sha2 v0.10.9 |
| 1415 | 2026-05-28T08:46:21.006Z | Compiling icu_provider v2.1.1 |
| 1416 | 2026-05-28T08:46:21.252Z | Compiling bytes v1.11.1 |
| 1417 | 2026-05-28T08:46:21.293Z | Compiling icu_normalizer v2.1.1 |
| 1418 | 2026-05-28T08:46:21.307Z | Compiling icu_properties v2.1.2 |
| 1419 | 2026-05-28T08:46:21.449Z | Compiling der_derive v0.7.3 |
| 1420 | 2026-05-28T08:46:21.809Z | Compiling tokio v1.52.1 |
| 1421 | 2026-05-28T08:46:21.856Z | Compiling http v1.4.0 |
| 1422 | 2026-05-28T08:46:22.231Z | Compiling idna_adapter v1.2.1 |
| 1423 | 2026-05-28T08:46:22.374Z | Compiling idna v1.1.0 |
| 1424 | 2026-05-28T08:46:22.440Z | Compiling chrono v0.4.44 |
| 1425 | 2026-05-28T08:46:22.461Z | Compiling der v0.7.10 |
| 1426 | 2026-05-28T08:46:22.810Z | Compiling url v2.5.8 |
| 1427 | 2026-05-28T08:46:22.901Z | Compiling salsa20 v0.10.2 |
| 1428 | 2026-05-28T08:46:23.026Z | Compiling pbkdf2 v0.12.2 |
| 1429 | 2026-05-28T08:46:23.042Z | Compiling rustls-pki-types v1.14.0 |
| 1430 | 2026-05-28T08:46:23.141Z | Compiling tracing-attributes v0.1.31 |
| 1431 | 2026-05-28T08:46:23.348Z | Compiling ppv-lite86 v0.2.21 |
| 1432 | 2026-05-28T08:46:23.491Z | Compiling spki v0.7.3 |
| 1433 | 2026-05-28T08:46:23.595Z | Compiling thiserror-impl v2.0.18 |
| 1434 | 2026-05-28T08:46:23.646Z | Compiling rand_chacha v0.9.0 |
| 1435 | 2026-05-28T08:46:23.665Z | Compiling scrypt v0.11.0 |
| 1436 | 2026-05-28T08:46:23.691Z | Compiling http-body v1.0.1 |
| 1437 | 2026-05-28T08:46:23.810Z | Compiling cbc v0.1.2 |
| 1438 | 2026-05-28T08:46:23.837Z | Compiling aes v0.8.4 |
| 1439 | 2026-05-28T08:46:23.956Z | Compiling httparse v1.10.1 |
| 1440 | 2026-05-28T08:46:23.978Z | Compiling untrusted v0.9.0 |
| 1441 | 2026-05-28T08:46:24.098Z | Compiling openssl-probe v0.2.1 |
| 1442 | 2026-05-28T08:46:24.270Z | Compiling untrusted v0.7.1 |
| 1443 | 2026-05-28T08:46:24.284Z | Compiling tinyvec_macros v0.1.1 |
| 1444 | 2026-05-28T08:46:24.355Z | Compiling tinyvec v1.10.0 |
| 1445 | 2026-05-28T08:46:24.368Z | Compiling pkcs5 v0.7.1 |
| 1446 | 2026-05-28T08:46:24.429Z | Compiling tracing v0.1.44 |
| 1447 | 2026-05-28T08:46:24.686Z | Compiling pest_generator v2.8.6 |
| 1448 | 2026-05-28T08:46:24.686Z | Compiling rand v0.9.2 |
| 1449 | 2026-05-28T08:46:24.828Z | Compiling serde_derive_internals v0.29.1 |
| 1450 | 2026-05-28T08:46:24.858Z | Compiling aho-corasick v1.1.4 |
| 1451 | 2026-05-28T08:46:24.889Z | Compiling thiserror v2.0.18 |
| 1452 | 2026-05-28T08:46:24.993Z | Compiling tower-layer v0.3.3 |
| 1453 | 2026-05-28T08:46:25.153Z | Compiling try-lock v0.2.5 |
| 1454 | 2026-05-28T08:46:25.261Z | Compiling atomic-waker v1.1.2 |
| 1455 | 2026-05-28T08:46:25.378Z | Compiling tower-service v0.3.3 |
| 1456 | 2026-05-28T08:46:25.393Z | Compiling schemars v0.8.22 |
| 1457 | 2026-05-28T08:46:25.466Z | Compiling rustls v0.23.37 |
| 1458 | 2026-05-28T08:46:25.482Z | Compiling dyn-clone v1.0.20 |
| 1459 | 2026-05-28T08:46:25.587Z | Compiling tokio-util v0.7.18 |
| 1460 | 2026-05-28T08:46:25.634Z | Compiling regex-automata v0.4.14 |
| 1461 | 2026-05-28T08:46:25.649Z | Compiling pest_derive v2.8.6 |
| 1462 | 2026-05-28T08:46:25.697Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2026-05-28T08:46:26.062Z | Compiling want v0.3.1 |
| 1464 | 2026-05-28T08:46:26.129Z | Compiling pkcs8 v0.10.2 |
| 1465 | 2026-05-28T08:46:26.437Z | Compiling h2 v0.4.13 |
| 1466 | 2026-05-28T08:46:26.505Z | Compiling ipnet v2.11.0 |
| 1467 | 2026-05-28T08:46:26.519Z | Compiling scroll_derive v0.13.1 |
| 1468 | 2026-05-28T08:46:26.588Z | Compiling darling_core v0.20.11 |
| 1469 | 2026-05-28T08:46:26.910Z | Compiling httpdate v1.0.3 |
| 1470 | 2026-05-28T08:46:26.984Z | Compiling pin-utils v0.1.0 |
| 1471 | 2026-05-28T08:46:27.082Z | Compiling openssl v0.10.79 |
| 1472 | 2026-05-28T08:46:27.155Z | Compiling foreign-types-shared v0.1.1 |
| 1473 | 2026-05-28T08:46:27.244Z | Compiling foreign-types v0.3.2 |
| 1474 | 2026-05-28T08:46:27.326Z | Compiling tempfile v3.25.0 |
| 1475 | 2026-05-28T08:46:27.358Z | Compiling scroll v0.13.0 |
| 1476 | 2026-05-28T08:46:27.441Z | Compiling unicode-normalization v0.1.25 |
| 1477 | 2026-05-28T08:46:27.690Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-05-28T08:46:27.897Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1479 | 2026-05-28T08:46:28.032Z | Compiling socket2 v0.5.10 |
| 1480 | 2026-05-28T08:46:28.074Z | Compiling spin v0.9.8 |
| 1481 | 2026-05-28T08:46:28.279Z | Compiling num-conv v0.2.0 |
| 1482 | 2026-05-28T08:46:28.282Z | Compiling time-core v0.1.8 |
| 1483 | 2026-05-28T08:46:28.408Z | Compiling powerfmt v0.2.0 |
| 1484 | 2026-05-28T08:46:28.432Z | Compiling native-tls v0.2.18 |
| 1485 | 2026-05-28T08:46:28.447Z | Compiling crc32fast v1.5.0 |
| 1486 | 2026-05-28T08:46:28.608Z | Compiling deranged v0.5.8 |
| 1487 | 2026-05-28T08:46:28.629Z | Compiling time-macros v0.2.27 |
| 1488 | 2026-05-28T08:46:28.901Z | Compiling darling_macro v0.20.11 |
| 1489 | 2026-05-28T08:46:29.359Z | Compiling darling v0.20.11 |
| 1490 | 2026-05-28T08:46:29.440Z | Compiling hyper v1.8.1 |
| 1491 | 2026-05-28T08:46:29.557Z | Compiling goblin v0.10.5 |
| 1492 | 2026-05-28T08:46:29.681Z | Compiling rustls-native-certs v0.8.3 |
| 1493 | 2026-05-28T08:46:29.706Z | Compiling sync_wrapper v1.0.2 |
| 1494 | 2026-05-28T08:46:29.811Z | Compiling wait-timeout v0.2.1 |
| 1495 | 2026-05-28T08:46:29.961Z | Compiling crossbeam-utils v0.8.21 |
| 1496 | 2026-05-28T08:46:30.076Z | Compiling usdt-impl v0.6.0 |
| 1497 | 2026-05-28T08:46:30.238Z | Compiling syn v1.0.109 |
| 1498 | 2026-05-28T08:46:30.279Z | Compiling siphasher v1.0.2 |
| 1499 | 2026-05-28T08:46:30.390Z | Compiling simd-adler32 v0.3.8 |
| 1500 | 2026-05-28T08:46:30.462Z | Compiling unicode-segmentation v1.12.0 |
| 1501 | 2026-05-28T08:46:30.533Z | Compiling hyper-util v0.1.20 |
| 1502 | 2026-05-28T08:46:30.627Z | Compiling bit-vec v0.8.0 |
| 1503 | 2026-05-28T08:46:30.835Z | Compiling num_threads v0.1.7 |
| 1504 | 2026-05-28T08:46:30.856Z | Compiling quick-error v1.2.3 |
| 1505 | 2026-05-28T08:46:30.961Z | Compiling rusty-fork v0.3.1 |
| 1506 | 2026-05-28T08:46:30.991Z | Compiling time v0.3.47 |
| 1507 | 2026-05-28T08:46:31.234Z | Compiling bit-set v0.8.0 |
| 1508 | 2026-05-28T08:46:31.356Z | Compiling tower v0.5.3 |
| 1509 | 2026-05-28T08:46:31.393Z | Compiling derive_builder_core v0.20.2 |
| 1510 | 2026-05-28T08:46:31.818Z | Compiling dtrace-parser v0.3.0 |
| 1511 | 2026-05-28T08:46:31.863Z | Compiling http-body-util v0.1.3 |
| 1512 | 2026-05-28T08:46:32.168Z | Compiling webpki-roots v1.0.6 |
| 1513 | 2026-05-28T08:46:32.260Z | Compiling dof v0.4.0 |
| 1514 | 2026-05-28T08:46:32.285Z | Compiling signature v2.2.0 |
| 1515 | 2026-05-28T08:46:32.301Z | Compiling scroll_derive v0.12.1 |
| 1516 | 2026-05-28T08:46:32.463Z | Compiling thiserror-impl v1.0.69 |
| 1517 | 2026-05-28T08:46:32.579Z | Compiling heapless v0.7.17 |
| 1518 | 2026-05-28T08:46:32.582Z | Compiling rand_xorshift v0.4.0 |
| 1519 | 2026-05-28T08:46:32.756Z | Compiling slog v2.8.2 |
| 1520 | 2026-05-28T08:46:32.814Z | Compiling darling_core v0.21.3 |
| 1521 | 2026-05-28T08:46:32.939Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1522 | 2026-05-28T08:46:32.955Z | Compiling thread-id v5.1.0 |
| 1523 | 2026-05-28T08:46:33.034Z | Compiling cookie v0.18.1 |
| 1524 | 2026-05-28T08:46:33.210Z | Compiling allocator-api2 v0.2.21 |
| 1525 | 2026-05-28T08:46:33.225Z | Compiling iri-string v0.7.10 |
| 1526 | 2026-05-28T08:46:33.412Z | Compiling anyhow v1.0.102 |
| 1527 | 2026-05-28T08:46:33.527Z | Compiling paste v1.0.15 |
| 1528 | 2026-05-28T08:46:33.690Z | Compiling unicode-bidi v0.3.18 |
| 1529 | 2026-05-28T08:46:33.711Z | Compiling zstd-safe v7.2.4 |
| 1530 | 2026-05-28T08:46:33.731Z | Compiling adler2 v2.0.1 |
| 1531 | 2026-05-28T08:46:33.786Z | Compiling ryu v1.0.23 |
| 1532 | 2026-05-28T08:46:33.860Z | Compiling signal-hook v0.3.18 |
| 1533 | 2026-05-28T08:46:33.900Z | Compiling unicode-properties v0.1.4 |
| 1534 | 2026-05-28T08:46:33.959Z | Compiling unarray v0.1.4 |
| 1535 | 2026-05-28T08:46:34.043Z | Compiling proptest v1.10.0 |
| 1536 | 2026-05-28T08:46:34.066Z | Compiling stringprep v0.1.5 |
| 1537 | 2026-05-28T08:46:34.101Z | Compiling serde_urlencoded v0.7.1 |
| 1538 | 2026-05-28T08:46:34.211Z | Compiling miniz_oxide v0.8.9 |
| 1539 | 2026-05-28T08:46:34.340Z | Compiling tower-http v0.6.8 |
| 1540 | 2026-05-28T08:46:34.678Z | Compiling thiserror v1.0.69 |
| 1541 | 2026-05-28T08:46:34.785Z | Compiling scroll v0.12.0 |
| 1542 | 2026-05-28T08:46:34.864Z | Compiling derive_builder_macro v0.20.2 |
| 1543 | 2026-05-28T08:46:35.260Z | Compiling darling_macro v0.21.3 |
| 1544 | 2026-05-28T08:46:35.302Z | Compiling tokio-native-tls v0.3.1 |
| 1545 | 2026-05-28T08:46:35.333Z | Compiling heck v0.4.1 |
| 1546 | 2026-05-28T08:46:35.464Z | Compiling ipnetwork v0.21.1 |
| 1547 | 2026-05-28T08:46:35.501Z | Compiling bstr v1.12.1 |
| 1548 | 2026-05-28T08:46:35.520Z | Compiling rand_chacha v0.3.1 |
| 1549 | 2026-05-28T08:46:35.551Z | Compiling toml_datetime v0.6.11 |
| 1550 | 2026-05-28T08:46:35.721Z | Compiling erased-serde v0.3.31 |
| 1551 | 2026-05-28T08:46:35.801Z | Compiling serde_tokenstream v0.2.3 |
| 1552 | 2026-05-28T08:46:35.848Z | Compiling serde_spanned v0.6.9 |
| 1553 | 2026-05-28T08:46:35.991Z | Compiling md-5 v0.10.6 |
| 1554 | 2026-05-28T08:46:36.112Z | Compiling zerocopy-derive v0.7.35 |
| 1555 | 2026-05-28T08:46:36.134Z | Compiling async-trait v0.1.89 |
| 1556 | 2026-05-28T08:46:36.155Z | Compiling pin-project-internal v1.1.11 |
| 1557 | 2026-05-28T08:46:36.190Z | Compiling curve25519-dalek v4.1.3 |
| 1558 | 2026-05-28T08:46:36.309Z | Compiling vergen-lib v9.1.0 |
| 1559 | 2026-05-28T08:46:36.485Z | Compiling num-integer v0.1.46 |
| 1560 | 2026-05-28T08:46:36.518Z | Compiling hash32 v0.2.1 |
| 1561 | 2026-05-28T08:46:36.708Z | Compiling ff v0.13.1 |
| 1562 | 2026-05-28T08:46:36.800Z | Compiling memoffset v0.9.1 |
| 1563 | 2026-05-28T08:46:36.844Z | Compiling encoding_rs v0.8.35 |
| 1564 | 2026-05-28T08:46:36.949Z | Compiling mime v0.3.17 |
| 1565 | 2026-05-28T08:46:36.986Z | Compiling num-bigint-dig v0.8.6 |
| 1566 | 2026-05-28T08:46:37.189Z | Compiling cfg_aliases v0.2.1 |
| 1567 | 2026-05-28T08:46:37.222Z | Compiling psl-types v2.0.11 |
| 1568 | 2026-05-28T08:46:37.258Z | Compiling ref-cast v1.0.25 |
| 1569 | 2026-05-28T08:46:37.273Z | Compiling fallible-iterator v0.2.0 |
| 1570 | 2026-05-28T08:46:37.310Z | Compiling base16ct v0.2.0 |
| 1571 | 2026-05-28T08:46:37.346Z | Compiling zlib-rs v0.6.2 |
| 1572 | 2026-05-28T08:46:37.491Z | Compiling rustix v0.38.44 |
| 1573 | 2026-05-28T08:46:37.557Z | Compiling smoltcp v0.9.1 |
| 1574 | 2026-05-28T08:46:37.582Z | Compiling litrs v1.0.0 |
| 1575 | 2026-05-28T08:46:37.931Z | Compiling postgres-protocol v0.6.10 |
| 1576 | 2026-05-28T08:46:37.963Z | Compiling sec1 v0.7.3 |
| 1577 | 2026-05-28T08:46:38.095Z | Compiling document-features v0.2.12 |
| 1578 | 2026-05-28T08:46:38.247Z | Compiling publicsuffix v2.3.0 |
| 1579 | 2026-05-28T08:46:38.389Z | Compiling pin-project v1.1.11 |
| 1580 | 2026-05-28T08:46:38.418Z | Compiling nix v0.31.2 |
| 1581 | 2026-05-28T08:46:38.509Z | Compiling zerocopy v0.7.35 |
| 1582 | 2026-05-28T08:46:38.585Z | Compiling group v0.13.0 |
| 1583 | 2026-05-28T08:46:38.668Z | Compiling num-iter v0.1.45 |
| 1584 | 2026-05-28T08:46:38.809Z | Compiling newtype-uuid v1.3.2 |
| 1585 | 2026-05-28T08:46:39.038Z | Compiling darling v0.21.3 |
| 1586 | 2026-05-28T08:46:39.100Z | Compiling hubpack_derive v0.1.1 |
| 1587 | 2026-05-28T08:46:39.119Z | Compiling rand v0.8.6 |
| 1588 | 2026-05-28T08:46:39.134Z | Compiling oxnet v0.1.5 |
| 1589 | 2026-05-28T08:46:39.219Z | Compiling snafu-derive v0.8.9 |
| 1590 | 2026-05-28T08:46:39.330Z | Compiling hyper-tls v0.6.0 |
| 1591 | 2026-05-28T08:46:39.525Z | Compiling derive_builder v0.20.2 |
| 1592 | 2026-05-28T08:46:39.554Z | Compiling goblin v0.8.2 |
| 1593 | 2026-05-28T08:46:40.171Z | Compiling flate2 v1.1.9 |
| 1594 | 2026-05-28T08:46:40.395Z | Compiling phf_shared v0.13.1 |
| 1595 | 2026-05-28T08:46:40.443Z | Compiling lazy_static v1.5.0 |
| 1596 | 2026-05-28T08:46:40.519Z | Compiling regex v1.12.3 |
| 1597 | 2026-05-28T08:46:40.537Z | Compiling anstyle-parse v0.2.7 |
| 1598 | 2026-05-28T08:46:40.578Z | Compiling strum_macros v0.27.2 |
| 1599 | 2026-05-28T08:46:40.638Z | Compiling futures-executor v0.3.32 |
| 1600 | 2026-05-28T08:46:40.717Z | Compiling hex v0.4.3 |
| 1601 | 2026-05-28T08:46:40.891Z | Compiling hkdf v0.12.4 |
| 1602 | 2026-05-28T08:46:40.946Z | Compiling crypto-bigint v0.5.5 |
| 1603 | 2026-05-28T08:46:40.979Z | Compiling terminal_size v0.4.3 |
| 1604 | 2026-05-28T08:46:41.053Z | Compiling daft-derive v0.1.7 |
| 1605 | 2026-05-28T08:46:41.089Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1606 | 2026-05-28T08:46:41.114Z | Compiling ref-cast-impl v1.0.25 |
| 1607 | 2026-05-28T08:46:41.650Z | Compiling vergen v9.1.0 |
| 1608 | 2026-05-28T08:46:41.719Z | Compiling fs-err v3.3.0 |
| 1609 | 2026-05-28T08:46:41.763Z | Compiling cargo-platform v0.3.2 |
| 1610 | 2026-05-28T08:46:41.824Z | Compiling ahash v0.8.12 |
| 1611 | 2026-05-28T08:46:41.904Z | Compiling same-file v1.0.6 |
| 1612 | 2026-05-28T08:46:42.035Z | Compiling bumpalo v3.20.2 |
| 1613 | 2026-05-28T08:46:42.057Z | Compiling winnow v0.5.40 |
| 1614 | 2026-05-28T08:46:42.129Z | Compiling libbz2-rs-sys v0.2.2 |
| 1615 | 2026-05-28T08:46:42.296Z | Compiling foldhash v0.1.5 |
| 1616 | 2026-05-28T08:46:42.469Z | Compiling bitflags v1.3.2 |
| 1617 | 2026-05-28T08:46:42.549Z | Compiling managed v0.8.0 |
| 1618 | 2026-05-28T08:46:42.575Z | Compiling foldhash v0.2.0 |
| 1619 | 2026-05-28T08:46:42.775Z | Compiling object v0.37.3 |
| 1620 | 2026-05-28T08:46:42.816Z | Compiling hashbrown v0.16.1 |
| 1621 | 2026-05-28T08:46:43.061Z | Compiling strum v0.27.2 |
| 1622 | 2026-05-28T08:46:43.090Z | Compiling bzip2 v0.6.1 |
| 1623 | 2026-05-28T08:46:43.105Z | Compiling hashbrown v0.15.5 |
| 1624 | 2026-05-28T08:46:43.190Z | Compiling clap_builder v4.6.0 |
| 1625 | 2026-05-28T08:46:43.298Z | Compiling zopfli v0.8.3 |
| 1626 | 2026-05-28T08:46:43.401Z | Compiling toml_edit v0.19.15 |
| 1627 | 2026-05-28T08:46:43.549Z | Compiling walkdir v2.5.0 |
| 1628 | 2026-05-28T08:46:43.587Z | Compiling cargo_metadata v0.23.1 |
| 1629 | 2026-05-28T08:46:43.756Z | Compiling elliptic-curve v0.13.8 |
| 1630 | 2026-05-28T08:46:43.870Z | Compiling daft v0.1.7 |
| 1631 | 2026-05-28T08:46:43.953Z | Compiling dof v0.3.0 |
| 1632 | 2026-05-28T08:46:44.259Z | Compiling snafu v0.8.9 |
| 1633 | 2026-05-28T08:46:44.609Z | Compiling futures v0.3.32 |
| 1634 | 2026-05-28T08:46:44.652Z | Compiling anstream v0.6.21 |
| 1635 | 2026-05-28T08:46:44.693Z | Compiling phf v0.13.1 |
| 1636 | 2026-05-28T08:46:44.916Z | Compiling signal-hook-mio v0.2.5 |
| 1637 | 2026-05-28T08:46:44.957Z | Compiling cookie_store v0.22.1 |
| 1638 | 2026-05-28T08:46:45.028Z | Compiling zstd v0.13.3 |
| 1639 | 2026-05-28T08:46:45.289Z | Compiling hubpack v0.1.2 |
| 1640 | 2026-05-28T08:46:45.304Z | Compiling bzip2 v0.4.4 |
| 1641 | 2026-05-28T08:46:45.500Z | Compiling serde_with_macros v3.17.0 |
| 1642 | 2026-05-28T08:46:45.584Z | Compiling postgres-types v0.2.12 |
| 1643 | 2026-05-28T08:46:45.979Z | Compiling usdt-macro v0.6.0 |
| 1644 | 2026-05-28T08:46:46.126Z | Compiling usdt-attr-macro v0.6.0 |
| 1645 | 2026-05-28T08:46:46.142Z | Compiling globset v0.4.18 |
| 1646 | 2026-05-28T08:46:46.616Z | Compiling dtrace-parser v0.2.0 |
| 1647 | 2026-05-28T08:46:46.695Z | Compiling ed25519 v2.2.3 |
| 1648 | 2026-05-28T08:46:46.713Z | Compiling phf_shared v0.11.3 |
| 1649 | 2026-05-28T08:46:46.817Z | Compiling olpc-cjson v0.1.4 |
| 1650 | 2026-05-28T08:46:46.891Z | Compiling pkcs1 v0.7.5 |
| 1651 | 2026-05-28T08:46:46.895Z | Compiling enum-as-inner v0.6.1 |
| 1652 | 2026-05-28T08:46:46.970Z | Compiling clap_derive v4.6.1 |
| 1653 | 2026-05-28T08:46:47.100Z | Compiling strum_macros v0.26.4 |
| 1654 | 2026-05-28T08:46:47.306Z | Compiling serde_plain v1.0.2 |
| 1655 | 2026-05-28T08:46:47.391Z | Compiling serde-big-array v0.5.1 |
| 1656 | 2026-05-28T08:46:47.449Z | Compiling rfc6979 v0.4.0 |
| 1657 | 2026-05-28T08:46:47.508Z | Compiling async-recursion v1.1.1 |
| 1658 | 2026-05-28T08:46:47.543Z | Compiling serde_repr v0.1.20 |
| 1659 | 2026-05-28T08:46:47.573Z | Compiling pem v3.0.6 |
| 1660 | 2026-05-28T08:46:47.643Z | Compiling float-cmp v0.10.0 |
| 1661 | 2026-05-28T08:46:47.792Z | Compiling memmap2 v0.9.10 |
| 1662 | 2026-05-28T08:46:47.900Z | Compiling thread-id v4.2.2 |
| 1663 | 2026-05-28T08:46:47.986Z | Compiling env_filter v1.0.0 |
| 1664 | 2026-05-28T08:46:48.003Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-05-28T08:46:48.065Z | Compiling fixedbitset v0.4.2 |
| 1666 | 2026-05-28T08:46:48.080Z | Compiling typed-path v0.9.3 |
| 1667 | 2026-05-28T08:46:48.151Z | Compiling fixedbitset v0.5.7 |
| 1668 | 2026-05-28T08:46:48.284Z | Compiling normalize-line-endings v0.3.0 |
| 1669 | 2026-05-28T08:46:48.298Z | Compiling difflib v0.4.0 |
| 1670 | 2026-05-28T08:46:48.378Z | Compiling keccak v0.1.6 |
| 1671 | 2026-05-28T08:46:48.450Z | Compiling precomputed-hash v0.1.1 |
| 1672 | 2026-05-28T08:46:48.538Z | Compiling whoami v2.1.0 |
| 1673 | 2026-05-28T08:46:48.781Z | Compiling data-encoding v2.10.0 |
| 1674 | 2026-05-28T08:46:48.844Z | Compiling new_debug_unreachable v1.0.6 |
| 1675 | 2026-05-28T08:46:48.847Z | Compiling jiff v0.2.21 |
| 1676 | 2026-05-28T08:46:48.903Z | Compiling predicates-core v1.0.10 |
| 1677 | 2026-05-28T08:46:48.918Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-05-28T08:46:49.077Z | Compiling hickory-proto v0.25.2 |
| 1679 | 2026-05-28T08:46:49.174Z | Compiling predicates v3.1.4 |
| 1680 | 2026-05-28T08:46:49.264Z | Compiling string_cache v0.8.9 |
| 1681 | 2026-05-28T08:46:49.458Z | Compiling strum v0.26.3 |
| 1682 | 2026-05-28T08:46:49.487Z | Compiling clap v4.6.1 |
| 1683 | 2026-05-28T08:46:49.570Z | Compiling tokio-postgres v0.7.16 |
| 1684 | 2026-05-28T08:46:49.588Z | Compiling sha3 v0.10.8 |
| 1685 | 2026-05-28T08:46:49.812Z | Compiling petgraph v0.8.3 |
| 1686 | 2026-05-28T08:46:50.047Z | Compiling petgraph v0.6.5 |
| 1687 | 2026-05-28T08:46:50.430Z | Compiling env_logger v0.11.9 |
| 1688 | 2026-05-28T08:46:50.777Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1689 | 2026-05-28T08:46:51.516Z | Compiling zip v4.6.1 |
| 1690 | 2026-05-28T08:46:51.651Z | Compiling usdt-impl v0.5.0 |
| 1691 | 2026-05-28T08:46:51.720Z | Compiling usdt v0.6.0 |
| 1692 | 2026-05-28T08:46:51.736Z | Compiling ecdsa v0.16.9 |
| 1693 | 2026-05-28T08:46:51.976Z | Compiling rsa v0.9.10 |
| 1694 | 2026-05-28T08:46:52.156Z | Compiling ed25519-dalek v2.2.0 |
| 1695 | 2026-05-28T08:46:52.245Z | Compiling serde_with v3.17.0 |
| 1696 | 2026-05-28T08:46:52.496Z | Compiling crossterm v0.28.1 |
| 1697 | 2026-05-28T08:46:53.009Z | Compiling zip v0.6.6 |
| 1698 | 2026-05-28T08:46:53.634Z | Compiling toml v0.7.8 |
| 1699 | 2026-05-28T08:46:53.778Z | Compiling iddqd v0.4.2 |
| 1700 | 2026-05-28T08:46:54.199Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1701 | 2026-05-28T08:46:54.203Z | Compiling similar v2.7.0 |
| 1702 | 2026-05-28T08:46:54.229Z | Compiling crossbeam-epoch v0.9.18 |
| 1703 | 2026-05-28T08:46:54.327Z | Compiling tokio-stream v0.1.18 |
| 1704 | 2026-05-28T08:46:54.553Z | Compiling buf-list v1.1.2 |
| 1705 | 2026-05-28T08:46:54.788Z | Compiling x509-cert v0.2.5 |
| 1706 | 2026-05-28T08:46:54.821Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1707 | 2026-05-28T08:46:54.836Z | Compiling openapiv3 v2.2.0 |
| 1708 | 2026-05-28T08:46:55.056Z | Compiling sha1 v0.10.6 |
| 1709 | 2026-05-28T08:46:55.071Z | Compiling either v1.15.0 |
| 1710 | 2026-05-28T08:46:55.116Z | Compiling lalrpop-util v0.19.12 |
| 1711 | 2026-05-28T08:46:55.271Z | Compiling peg-runtime v0.8.5 |
| 1712 | 2026-05-28T08:46:55.287Z | Compiling thread_local v1.1.9 |
| 1713 | 2026-05-28T08:46:55.301Z | Compiling slog-async v2.8.0 |
| 1714 | 2026-05-28T08:46:55.316Z | Compiling crossbeam-channel v0.5.15 |
| 1715 | 2026-05-28T08:46:55.538Z | Compiling is-terminal v0.4.17 |
| 1716 | 2026-05-28T08:46:55.552Z | Compiling filetime v0.2.27 |
| 1717 | 2026-05-28T08:46:55.612Z | Compiling xattr v1.6.1 |
| 1718 | 2026-05-28T08:46:55.632Z | Compiling term v1.2.1 |
| 1719 | 2026-05-28T08:46:55.720Z | Compiling take_mut v0.2.2 |
| 1720 | 2026-05-28T08:46:55.754Z | Compiling tar v0.4.45 |
| 1721 | 2026-05-28T08:46:56.203Z | Compiling slog-term v2.9.2 |
| 1722 | 2026-05-28T08:47:05.982Z | Compiling rustls-webpki v0.103.9 |
| 1723 | 2026-05-28T08:47:08.778Z | Compiling tokio-rustls v0.26.4 |
| 1724 | 2026-05-28T08:47:08.778Z | Compiling rustls-platform-verifier v0.6.2 |
| 1725 | 2026-05-28T08:47:08.985Z | Compiling hyper-rustls v0.27.7 |
| 1726 | 2026-05-28T08:47:09.164Z | Compiling reqwest v0.12.28 |
| 1727 | 2026-05-28T08:47:09.178Z | Compiling reqwest v0.13.2 |
| 1728 | 2026-05-28T08:47:10.421Z | Compiling tough v0.22.0 |
| 1729 | 2026-05-28T08:47:12.980Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1730 | 2026-05-28T08:47:13.192Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1731 | 2026-05-28T08:47:16.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1732 | 2026-05-28T08:47:16.197Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1733 | 2026-05-28T08:47:16.291Z | May 28 08:47:14.767 INFO Starting download, target: DendriteStub |
| 1734 | 2026-05-28T08:47:16.435Z | May 28 08:47:14.768 INFO Starting download, target: Clickhouse |
| 1735 | 2026-05-28T08:47:16.436Z | May 28 08:47:14.768 INFO Starting download, target: MaghemiteDdmd |
| 1736 | 2026-05-28T08:47:16.436Z | May 28 08:47:14.768 INFO Starting download, target: Cockroach |
| 1737 | 2026-05-28T08:47:16.436Z | May 28 08:47:14.768 INFO Starting download, target: Console |
| 1738 | 2026-05-28T08:47:16.436Z | May 28 08:47:14.768 INFO Starting download, target: MaghemiteMgd |
| 1739 | 2026-05-28T08:47:16.436Z | May 28 08:47:14.768 INFO Starting download, target: TransceiverControl |
| 1740 | 2026-05-28T08:47:16.436Z | May 28 08:47:14.768 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1741 | 2026-05-28T08:47:16.436Z | May 28 08:47:14.768 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1742 | 2026-05-28T08:47:16.436Z | May 28 08:47:14.768 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1743 | 2026-05-28T08:47:16.436Z | May 28 08:47:14.768 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1744 | 2026-05-28T08:47:16.436Z | May 28 08:47:14.768 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1745 | 2026-05-28T08:47:16.436Z | May 28 08:47:14.768 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1746 | 2026-05-28T08:47:16.437Z | May 28 08:47:14.768 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1747 | 2026-05-28T08:47:17.341Z | May 28 08:47:15.857 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1748 | 2026-05-28T08:47:17.569Z | May 28 08:47:16.084 INFO Download complete, target: Console |
| 1749 | 2026-05-28T08:47:17.997Z | May 28 08:47:16.512 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1750 | 2026-05-28T08:47:19.055Z | May 28 08:47:17.570 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1751 | 2026-05-28T08:47:19.271Z | May 28 08:47:17.775 INFO Download complete, target: TransceiverControl |
| 1752 | 2026-05-28T08:47:20.618Z | May 28 08:47:19.129 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1753 | 2026-05-28T08:47:20.918Z | May 28 08:47:19.425 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1754 | 2026-05-28T08:47:20.939Z | May 28 08:47:19.449 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1755 | 2026-05-28T08:47:21.332Z | May 28 08:47:19.848 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1756 | 2026-05-28T08:47:21.332Z | May 28 08:47:19.848 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1757 | 2026-05-28T08:47:22.594Z | May 28 08:47:21.110 INFO Download complete, target: MaghemiteDdmd |
| 1758 | 2026-05-28T08:47:23.455Z | May 28 08:47:21.971 INFO Download complete, target: MaghemiteMgd |
| 1759 | 2026-05-28T08:47:23.577Z | May 28 08:47:22.092 INFO Download complete, target: DendriteStub |
| 1760 | 2026-05-28T08:47:24.769Z | May 28 08:47:23.284 INFO Checking that binary works, target: Clickhouse |
| 1761 | 2026-05-28T08:47:24.914Z | May 28 08:47:23.430 INFO Download complete, target: Clickhouse |
| 1762 | 2026-05-28T08:47:25.941Z | May 28 08:47:24.457 INFO Checking that binary works, target: Cockroach |
| 1763 | 2026-05-28T08:47:26.056Z | May 28 08:47:24.572 INFO Download complete, target: Cockroach |
| 1764 | 2026-05-28T08:47:26.073Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1765 | 2026-05-28T08:47:26.076Z | |
| 1766 | 2026-05-28T08:47:26.076Z | real 2:20.306255487 |
| 1767 | 2026-05-28T08:47:26.076Z | user 6:55.720958768 |
| 1768 | 2026-05-28T08:47:26.076Z | sys 1:22.619459481 |
| 1769 | 2026-05-28T08:47:26.076Z | trap 0.216698473 |
| 1770 | 2026-05-28T08:47:26.076Z | tflt 0.673255258 |
| 1771 | 2026-05-28T08:47:26.076Z | dflt 0.662859527 |
| 1772 | 2026-05-28T08:47:26.076Z | kflt 0.029138958 |
| 1773 | 2026-05-28T08:47:26.076Z | lock 22:18.218230357 |
| 1774 | 2026-05-28T08:47:26.076Z | slp 21:11.006150960 |
| 1775 | 2026-05-28T08:47:26.076Z | lat 42.289319575 |
| 1776 | 2026-05-28T08:47:26.076Z | stop 1:57.906644679 |
| 1777 | 2026-05-28T08:47:26.077Z | + banner hack-check |
| 1778 | 2026-05-28T08:47:26.077Z | |
| 1779 | 2026-05-28T08:47:26.077Z | # # ## #### # # #### # # ###### #### # # |
| 1780 | 2026-05-28T08:47:26.077Z | # # # # # # # # # # # # # # # # # |
| 1781 | 2026-05-28T08:47:26.077Z | ###### # # # #### ##### # ###### ##### # #### |
| 1782 | 2026-05-28T08:47:26.077Z | # # ###### # # # # # # # # # # |
| 1783 | 2026-05-28T08:47:26.077Z | # # # # # # # # # # # # # # # # # |
| 1784 | 2026-05-28T08:47:26.077Z | # # # # #### # # #### # # ###### #### # # |
| 1785 | 2026-05-28T08:47:26.077Z | |
| 1786 | 2026-05-28T08:47:26.077Z | + export CARGO_INCREMENTAL=0 |
| 1787 | 2026-05-28T08:47:26.077Z | + CARGO_INCREMENTAL=0 |
| 1788 | 2026-05-28T08:47:26.077Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1789 | 2026-05-28T08:47:26.631Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1790 | 2026-05-28T08:47:26.852Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1791 | 2026-05-28T08:47:28.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 1792 | 2026-05-28T08:47:28.788Z | Running `target/debug/xtask check-features --ci` |
| 1793 | 2026-05-28T08:47:28.816Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1794 | 2026-05-28T08:47:28.816Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1795 | 2026-05-28T08:47:29.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1796 | 2026-05-28T08:47:29.351Z | Running `target/debug/xtask download cargo-hack` |
| 1797 | 2026-05-28T08:47:30.161Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1798 | 2026-05-28T08:47:30.476Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1799 | 2026-05-28T08:47:33.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
| 1800 | 2026-05-28T08:47:33.215Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1801 | 2026-05-28T08:47:33.255Z | May 28 08:47:31.771 INFO Starting download, target: CargoHack |
| 1802 | 2026-05-28T08:47:33.258Z | May 28 08:47:31.771 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1803 | 2026-05-28T08:47:33.833Z | May 28 08:47:32.349 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1804 | 2026-05-28T08:47:33.882Z | May 28 08:47:32.397 INFO Download complete, target: CargoHack |
| 1805 | 2026-05-28T08:47:33.886Z | 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-05-28T08:47:33.899Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1807 | 2026-05-28T08:47:34.055Z | info: running `cargo check --bins` on api_identity (1/298) |
| 1808 | 2026-05-28T08:47:34.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-05-28T08:47:34.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-05-28T08:47:34.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-05-28T08:47:34.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1812 | 2026-05-28T08:47:34.669Z | |
| 1813 | 2026-05-28T08:47:34.669Z | info: running `cargo check --bins` on bootstore (2/298) |
| 1814 | 2026-05-28T08:47:35.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-05-28T08:47:35.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-05-28T08:47:35.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-05-28T08:47:35.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1818 | 2026-05-28T08:47:35.283Z | |
| 1819 | 2026-05-28T08:47:35.283Z | info: running `cargo check --bins` on omicron-ledger (3/298) |
| 1820 | 2026-05-28T08:47:35.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-05-28T08:47:35.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-05-28T08:47:35.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-05-28T08:47:35.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1824 | 2026-05-28T08:47:35.894Z | |
| 1825 | 2026-05-28T08:47:35.894Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298) |
| 1826 | 2026-05-28T08:47:36.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-05-28T08:47:36.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-05-28T08:47:36.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-05-28T08:47:36.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1830 | 2026-05-28T08:47:36.505Z | |
| 1831 | 2026-05-28T08:47:36.505Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298) |
| 1832 | 2026-05-28T08:47:37.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-05-28T08:47:37.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-05-28T08:47:37.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-05-28T08:47:37.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1836 | 2026-05-28T08:47:37.105Z | |
| 1837 | 2026-05-28T08:47:37.106Z | info: running `cargo check --bins` on omicron-certificates (6/298) |
| 1838 | 2026-05-28T08:47:37.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-05-28T08:47:37.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-05-28T08:47:37.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-05-28T08:47:37.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1842 | 2026-05-28T08:47:37.726Z | |
| 1843 | 2026-05-28T08:47:37.726Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/298) |
| 1844 | 2026-05-28T08:47:38.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-05-28T08:47:38.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-05-28T08:47:38.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-05-28T08:47:38.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1848 | 2026-05-28T08:47:38.352Z | |
| 1849 | 2026-05-28T08:47:38.352Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298) |
| 1850 | 2026-05-28T08:47:38.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-05-28T08:47:38.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-05-28T08:47:38.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-05-28T08:47:38.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1854 | 2026-05-28T08:47:38.973Z | |
| 1855 | 2026-05-28T08:47:38.973Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298) |
| 1856 | 2026-05-28T08:47:39.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-05-28T08:47:39.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-05-28T08:47:39.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-05-28T08:47:39.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1860 | 2026-05-28T08:47:39.462Z | |
| 1861 | 2026-05-28T08:47:39.462Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298) |
| 1862 | 2026-05-28T08:47:39.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-05-28T08:47:39.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-05-28T08:47:39.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-05-28T08:47:39.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1866 | 2026-05-28T08:47:39.955Z | |
| 1867 | 2026-05-28T08:47:39.955Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298) |
| 1868 | 2026-05-28T08:47:40.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-05-28T08:47:40.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-05-28T08:47:40.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-05-28T08:47:40.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1872 | 2026-05-28T08:47:40.449Z | |
| 1873 | 2026-05-28T08:47:40.449Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298) |
| 1874 | 2026-05-28T08:47:40.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-05-28T08:47:40.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-05-28T08:47:40.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-05-28T08:47:40.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1878 | 2026-05-28T08:47:40.944Z | |
| 1879 | 2026-05-28T08:47:40.944Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298) |
| 1880 | 2026-05-28T08:47:41.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-05-28T08:47:41.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-05-28T08:47:41.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-05-28T08:47:41.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1884 | 2026-05-28T08:47:41.434Z | |
| 1885 | 2026-05-28T08:47:41.434Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298) |
| 1886 | 2026-05-28T08:47:41.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-05-28T08:47:41.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-05-28T08:47:41.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-05-28T08:47:41.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1890 | 2026-05-28T08:47:41.929Z | |
| 1891 | 2026-05-28T08:47:41.929Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298) |
| 1892 | 2026-05-28T08:47:42.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-05-28T08:47:42.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-05-28T08:47:42.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-05-28T08:47:42.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1896 | 2026-05-28T08:47:42.418Z | |
| 1897 | 2026-05-28T08:47:42.418Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298) |
| 1898 | 2026-05-28T08:47:42.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-05-28T08:47:42.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-05-28T08:47:42.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-05-28T08:47:42.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1902 | 2026-05-28T08:47:42.909Z | |
| 1903 | 2026-05-28T08:47:42.909Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298) |
| 1904 | 2026-05-28T08:47:43.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-05-28T08:47:43.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-05-28T08:47:43.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-05-28T08:47:43.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1908 | 2026-05-28T08:47:43.400Z | |
| 1909 | 2026-05-28T08:47:43.400Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298) |
| 1910 | 2026-05-28T08:47:43.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-05-28T08:47:43.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-05-28T08:47:43.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-05-28T08:47:43.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1914 | 2026-05-28T08:47:43.891Z | |
| 1915 | 2026-05-28T08:47:43.891Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298) |
| 1916 | 2026-05-28T08:47:44.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-05-28T08:47:44.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-05-28T08:47:44.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-05-28T08:47:44.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1920 | 2026-05-28T08:47:44.381Z | |
| 1921 | 2026-05-28T08:47:44.381Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298) |
| 1922 | 2026-05-28T08:47:44.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-05-28T08:47:44.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-05-28T08:47:44.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-05-28T08:47:44.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1926 | 2026-05-28T08:47:44.873Z | |
| 1927 | 2026-05-28T08:47:44.873Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298) |
| 1928 | 2026-05-28T08:47:45.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-05-28T08:47:45.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-05-28T08:47:45.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-05-28T08:47:45.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1932 | 2026-05-28T08:47:45.362Z | |
| 1933 | 2026-05-28T08:47:45.362Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298) |
| 1934 | 2026-05-28T08:47:45.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-05-28T08:47:45.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-05-28T08:47:45.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-05-28T08:47:45.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1938 | 2026-05-28T08:47:45.855Z | |
| 1939 | 2026-05-28T08:47:45.855Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298) |
| 1940 | 2026-05-28T08:47:46.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-05-28T08:47:46.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-05-28T08:47:46.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-05-28T08:47:46.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1944 | 2026-05-28T08:47:46.350Z | |
| 1945 | 2026-05-28T08:47:46.350Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298) |
| 1946 | 2026-05-28T08:47:46.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-05-28T08:47:46.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-05-28T08:47:46.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-05-28T08:47:46.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1950 | 2026-05-28T08:47:46.843Z | |
| 1951 | 2026-05-28T08:47:46.843Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298) |
| 1952 | 2026-05-28T08:47:47.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-05-28T08:47:47.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-05-28T08:47:47.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-05-28T08:47:47.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1956 | 2026-05-28T08:47:47.334Z | |
| 1957 | 2026-05-28T08:47:47.334Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298) |
| 1958 | 2026-05-28T08:47:47.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-05-28T08:47:47.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-05-28T08:47:47.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-05-28T08:47:47.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1962 | 2026-05-28T08:47:47.827Z | |
| 1963 | 2026-05-28T08:47:47.828Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298) |
| 1964 | 2026-05-28T08:47:48.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-05-28T08:47:48.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-05-28T08:47:48.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-05-28T08:47:48.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1968 | 2026-05-28T08:47:48.321Z | |
| 1969 | 2026-05-28T08:47:48.321Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298) |
| 1970 | 2026-05-28T08:47:48.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-05-28T08:47:48.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-05-28T08:47:48.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-05-28T08:47:48.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1974 | 2026-05-28T08:47:48.814Z | |
| 1975 | 2026-05-28T08:47:48.814Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298) |
| 1976 | 2026-05-28T08:47:49.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-05-28T08:47:49.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-05-28T08:47:49.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-05-28T08:47:49.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1980 | 2026-05-28T08:47:49.308Z | |
| 1981 | 2026-05-28T08:47:49.308Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298) |
| 1982 | 2026-05-28T08:47:49.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-05-28T08:47:49.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-05-28T08:47:49.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-05-28T08:47:49.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1986 | 2026-05-28T08:47:49.799Z | |
| 1987 | 2026-05-28T08:47:49.799Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298) |
| 1988 | 2026-05-28T08:47:50.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-05-28T08:47:50.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-05-28T08:47:50.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-05-28T08:47:50.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1992 | 2026-05-28T08:47:50.288Z | |
| 1993 | 2026-05-28T08:47:50.289Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298) |
| 1994 | 2026-05-28T08:47:50.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-05-28T08:47:50.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-05-28T08:47:50.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-05-28T08:47:50.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1998 | 2026-05-28T08:47:50.777Z | |
| 1999 | 2026-05-28T08:47:50.777Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298) |
| 2000 | 2026-05-28T08:47:51.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-05-28T08:47:51.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-05-28T08:47:51.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-05-28T08:47:51.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2004 | 2026-05-28T08:47:51.267Z | |
| 2005 | 2026-05-28T08:47:51.268Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298) |
| 2006 | 2026-05-28T08:47:51.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-05-28T08:47:51.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-05-28T08:47:51.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-05-28T08:47:51.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2010 | 2026-05-28T08:47:51.754Z | |
| 2011 | 2026-05-28T08:47:51.754Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298) |
| 2012 | 2026-05-28T08:47:52.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-05-28T08:47:52.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-05-28T08:47:52.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-05-28T08:47:52.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2016 | 2026-05-28T08:47:52.247Z | |
| 2017 | 2026-05-28T08:47:52.247Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298) |
| 2018 | 2026-05-28T08:47:52.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-05-28T08:47:52.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-05-28T08:47:52.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-05-28T08:47:52.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2022 | 2026-05-28T08:47:52.739Z | |
| 2023 | 2026-05-28T08:47:52.739Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298) |
| 2024 | 2026-05-28T08:47:53.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-05-28T08:47:53.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-05-28T08:47:53.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-05-28T08:47:53.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2028 | 2026-05-28T08:47:53.229Z | |
| 2029 | 2026-05-28T08:47:53.229Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298) |
| 2030 | 2026-05-28T08:47:53.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-05-28T08:47:53.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-05-28T08:47:53.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-05-28T08:47:53.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2034 | 2026-05-28T08:47:53.717Z | |
| 2035 | 2026-05-28T08:47:53.717Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298) |
| 2036 | 2026-05-28T08:47:54.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-05-28T08:47:54.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-05-28T08:47:54.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-05-28T08:47:54.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2040 | 2026-05-28T08:47:54.208Z | |
| 2041 | 2026-05-28T08:47:54.208Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298) |
| 2042 | 2026-05-28T08:47:54.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-05-28T08:47:54.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-05-28T08:47:54.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-05-28T08:47:54.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2046 | 2026-05-28T08:47:54.705Z | |
| 2047 | 2026-05-28T08:47:54.705Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298) |
| 2048 | 2026-05-28T08:47:55.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-05-28T08:47:55.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-05-28T08:47:55.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-05-28T08:47:55.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2052 | 2026-05-28T08:47:55.203Z | |
| 2053 | 2026-05-28T08:47:55.203Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298) |
| 2054 | 2026-05-28T08:47:55.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-05-28T08:47:55.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-05-28T08:47:55.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-05-28T08:47:55.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2058 | 2026-05-28T08:47:55.696Z | |
| 2059 | 2026-05-28T08:47:55.696Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298) |
| 2060 | 2026-05-28T08:47:56.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-05-28T08:47:56.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-05-28T08:47:56.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-05-28T08:47:56.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2064 | 2026-05-28T08:47:56.189Z | |
| 2065 | 2026-05-28T08:47:56.190Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298) |
| 2066 | 2026-05-28T08:47:56.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-05-28T08:47:56.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-05-28T08:47:56.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-05-28T08:47:56.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2070 | 2026-05-28T08:47:56.684Z | |
| 2071 | 2026-05-28T08:47:56.684Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298) |
| 2072 | 2026-05-28T08:47:57.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-05-28T08:47:57.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-05-28T08:47:57.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-05-28T08:47:57.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2076 | 2026-05-28T08:47:57.180Z | |
| 2077 | 2026-05-28T08:47:57.180Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298) |
| 2078 | 2026-05-28T08:47:57.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-05-28T08:47:57.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-05-28T08:47:57.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-05-28T08:47:57.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2082 | 2026-05-28T08:47:57.677Z | |
| 2083 | 2026-05-28T08:47:57.677Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298) |
| 2084 | 2026-05-28T08:47:58.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-05-28T08:47:58.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-05-28T08:47:58.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-05-28T08:47:58.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2088 | 2026-05-28T08:47:58.168Z | |
| 2089 | 2026-05-28T08:47:58.168Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298) |
| 2090 | 2026-05-28T08:47:58.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-05-28T08:47:58.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-05-28T08:47:58.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-05-28T08:47:58.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2094 | 2026-05-28T08:47:58.661Z | |
| 2095 | 2026-05-28T08:47:58.661Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298) |
| 2096 | 2026-05-28T08:47:59.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-05-28T08:47:59.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-05-28T08:47:59.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-05-28T08:47:59.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2100 | 2026-05-28T08:47:59.327Z | |
| 2101 | 2026-05-28T08:47:59.327Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298) |
| 2102 | 2026-05-28T08:47:59.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-05-28T08:47:59.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-05-28T08:47:59.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-05-28T08:47:59.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2106 | 2026-05-28T08:47:59.996Z | |
| 2107 | 2026-05-28T08:47:59.996Z | info: running `cargo check --bins` on nexus-config (51/298) |
| 2108 | 2026-05-28T08:48:00.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-05-28T08:48:00.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-05-28T08:48:00.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-05-28T08:48:00.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2112 | 2026-05-28T08:48:00.662Z | |
| 2113 | 2026-05-28T08:48:00.662Z | info: running `cargo check --bins` on nexus-types (52/298) |
| 2114 | 2026-05-28T08:48:01.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-05-28T08:48:01.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-05-28T08:48:01.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-05-28T08:48:01.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2118 | 2026-05-28T08:48:01.326Z | |
| 2119 | 2026-05-28T08:48:01.326Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298) |
| 2120 | 2026-05-28T08:48:01.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-05-28T08:48:01.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-05-28T08:48:01.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-05-28T08:48:01.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2124 | 2026-05-28T08:48:01.955Z | |
| 2125 | 2026-05-28T08:48:01.955Z | info: running `cargo check --bins` on omicron-passwords (54/298) |
| 2126 | 2026-05-28T08:48:02.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-05-28T08:48:02.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-05-28T08:48:02.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-05-28T08:48:02.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2130 | 2026-05-28T08:48:02.560Z | |
| 2131 | 2026-05-28T08:48:02.560Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/298) |
| 2132 | 2026-05-28T08:48:03.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-05-28T08:48:03.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-05-28T08:48:03.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-05-28T08:48:03.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2136 | 2026-05-28T08:48:03.187Z | |
| 2137 | 2026-05-28T08:48:03.187Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298) |
| 2138 | 2026-05-28T08:48:03.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-05-28T08:48:03.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-05-28T08:48:03.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-05-28T08:48:03.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2142 | 2026-05-28T08:48:03.822Z | |
| 2143 | 2026-05-28T08:48:03.822Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298) |
| 2144 | 2026-05-28T08:48:04.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-05-28T08:48:04.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-05-28T08:48:04.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-05-28T08:48:04.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2148 | 2026-05-28T08:48:04.452Z | |
| 2149 | 2026-05-28T08:48:04.452Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298) |
| 2150 | 2026-05-28T08:48:04.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-05-28T08:48:04.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-05-28T08:48:04.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-05-28T08:48:04.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2154 | 2026-05-28T08:48:05.083Z | |
| 2155 | 2026-05-28T08:48:05.083Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298) |
| 2156 | 2026-05-28T08:48:05.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-05-28T08:48:05.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-05-28T08:48:05.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-05-28T08:48:05.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2160 | 2026-05-28T08:48:05.691Z | |
| 2161 | 2026-05-28T08:48:05.691Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298) |
| 2162 | 2026-05-28T08:48:06.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-05-28T08:48:06.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-05-28T08:48:06.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-05-28T08:48:06.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2166 | 2026-05-28T08:48:06.298Z | |
| 2167 | 2026-05-28T08:48:06.298Z | info: running `cargo check --bins --no-default-features` on gfss (61/298) |
| 2168 | 2026-05-28T08:48:06.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-05-28T08:48:06.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-05-28T08:48:06.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-05-28T08:48:06.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2172 | 2026-05-28T08:48:06.903Z | |
| 2173 | 2026-05-28T08:48:06.903Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298) |
| 2174 | 2026-05-28T08:48:07.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-05-28T08:48:07.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-05-28T08:48:07.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-05-28T08:48:07.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2178 | 2026-05-28T08:48:07.504Z | |
| 2179 | 2026-05-28T08:48:07.504Z | info: running `cargo check --bins` on clickhouse-admin-types (63/298) |
| 2180 | 2026-05-28T08:48:08.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-05-28T08:48:08.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-05-28T08:48:08.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-05-28T08:48:08.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2184 | 2026-05-28T08:48:08.124Z | |
| 2185 | 2026-05-28T08:48:08.124Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/298) |
| 2186 | 2026-05-28T08:48:08.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-05-28T08:48:08.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-05-28T08:48:08.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-05-28T08:48:08.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2190 | 2026-05-28T08:48:08.746Z | |
| 2191 | 2026-05-28T08:48:08.746Z | info: running `cargo check --bins` on cockroach-admin-types (65/298) |
| 2192 | 2026-05-28T08:48:09.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-05-28T08:48:09.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-05-28T08:48:09.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-05-28T08:48:09.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2196 | 2026-05-28T08:48:09.349Z | |
| 2197 | 2026-05-28T08:48:09.349Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/298) |
| 2198 | 2026-05-28T08:48:09.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-05-28T08:48:09.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-05-28T08:48:09.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-05-28T08:48:09.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2202 | 2026-05-28T08:48:09.955Z | |
| 2203 | 2026-05-28T08:48:09.955Z | info: running `cargo check --bins` on ereport-types (67/298) |
| 2204 | 2026-05-28T08:48:10.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-05-28T08:48:10.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-05-28T08:48:10.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-05-28T08:48:10.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2208 | 2026-05-28T08:48:10.572Z | |
| 2209 | 2026-05-28T08:48:10.572Z | info: running `cargo check --bins` on gateway-client (68/298) |
| 2210 | 2026-05-28T08:48:11.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-05-28T08:48:11.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-05-28T08:48:11.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-05-28T08:48:11.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2214 | 2026-05-28T08:48:11.191Z | |
| 2215 | 2026-05-28T08:48:11.191Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/298) |
| 2216 | 2026-05-28T08:48:11.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-05-28T08:48:11.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-05-28T08:48:11.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-05-28T08:48:11.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2220 | 2026-05-28T08:48:11.805Z | |
| 2221 | 2026-05-28T08:48:11.805Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298) |
| 2222 | 2026-05-28T08:48:12.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-05-28T08:48:12.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-05-28T08:48:12.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-05-28T08:48:12.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2226 | 2026-05-28T08:48:12.418Z | |
| 2227 | 2026-05-28T08:48:12.418Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298) |
| 2228 | 2026-05-28T08:48:12.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-05-28T08:48:12.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-05-28T08:48:12.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-05-28T08:48:12.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2232 | 2026-05-28T08:48:13.032Z | |
| 2233 | 2026-05-28T08:48:13.032Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298) |
| 2234 | 2026-05-28T08:48:13.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-05-28T08:48:13.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-05-28T08:48:13.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-05-28T08:48:13.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2238 | 2026-05-28T08:48:13.645Z | |
| 2239 | 2026-05-28T08:48:13.645Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/298) |
| 2240 | 2026-05-28T08:48:14.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-05-28T08:48:14.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-05-28T08:48:14.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-05-28T08:48:14.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2244 | 2026-05-28T08:48:14.284Z | |
| 2245 | 2026-05-28T08:48:14.285Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298) |
| 2246 | 2026-05-28T08:48:14.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-05-28T08:48:14.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-05-28T08:48:14.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2249 | 2026-05-28T08:48:14.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2250 | 2026-05-28T08:48:14.929Z | |
| 2251 | 2026-05-28T08:48:14.929Z | info: running `cargo check --bins` on key-manager-types (75/298) |
| 2252 | 2026-05-28T08:48:15.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2253 | 2026-05-28T08:48:15.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2254 | 2026-05-28T08:48:15.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2255 | 2026-05-28T08:48:15.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2256 | 2026-05-28T08:48:15.536Z | |
| 2257 | 2026-05-28T08:48:15.536Z | info: running `cargo check --bins` on oxlog (76/298) |
| 2258 | 2026-05-28T08:48:16.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2259 | 2026-05-28T08:48:16.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2260 | 2026-05-28T08:48:16.165Z | Checking cfg-if v1.0.4 |
| 2261 | 2026-05-28T08:48:16.168Z | Checking libc v0.2.185 |
| 2262 | 2026-05-28T08:48:16.168Z | Checking serde_core v1.0.228 |
| 2263 | 2026-05-28T08:48:16.287Z | Checking zeroize v1.8.2 |
| 2264 | 2026-05-28T08:48:16.296Z | Checking memchr v2.8.0 |
| 2265 | 2026-05-28T08:48:16.305Z | Checking log v0.4.29 |
| 2266 | 2026-05-28T08:48:16.314Z | Checking smallvec v1.15.1 |
| 2267 | 2026-05-28T08:48:16.325Z | Checking typenum v1.19.0 |
| 2268 | 2026-05-28T08:48:16.325Z | Checking subtle v2.6.1 |
| 2269 | 2026-05-28T08:48:16.424Z | Checking itoa v1.0.17 |
| 2270 | 2026-05-28T08:48:16.464Z | Checking scopeguard v1.2.0 |
| 2271 | 2026-05-28T08:48:16.479Z | Checking stable_deref_trait v1.2.1 |
| 2272 | 2026-05-28T08:48:16.491Z | Checking const-oid v0.9.6 |
| 2273 | 2026-05-28T08:48:16.552Z | Checking zerofrom v0.1.6 |
| 2274 | 2026-05-28T08:48:16.564Z | Checking lock_api v0.4.14 |
| 2275 | 2026-05-28T08:48:16.577Z | Checking pin-project-lite v0.2.17 |
| 2276 | 2026-05-28T08:48:16.663Z | Checking yoke v0.8.1 |
| 2277 | 2026-05-28T08:48:16.676Z | Checking portable-atomic v1.13.1 |
| 2278 | 2026-05-28T08:48:16.679Z | Checking getrandom v0.2.17 |
| 2279 | 2026-05-28T08:48:16.679Z | Checking errno v0.3.14 |
| 2280 | 2026-05-28T08:48:16.755Z | Checking parking_lot_core v0.9.12 |
| 2281 | 2026-05-28T08:48:16.833Z | Checking zerovec v0.11.5 |
| 2282 | 2026-05-28T08:48:16.844Z | Checking generic-array v0.14.7 |
| 2283 | 2026-05-28T08:48:16.847Z | Checking signal-hook-registry v1.4.8 |
| 2284 | 2026-05-28T08:48:16.867Z | Checking rand_core v0.6.4 |
| 2285 | 2026-05-28T08:48:16.937Z | Checking critical-section v1.2.0 |
| 2286 | 2026-05-28T08:48:17.011Z | Checking futures-core v0.3.32 |
| 2287 | 2026-05-28T08:48:17.031Z | Checking parking_lot v0.12.5 |
| 2288 | 2026-05-28T08:48:17.032Z | Checking mio v1.2.0 |
| 2289 | 2026-05-28T08:48:17.105Z | Checking once_cell v1.21.3 |
| 2290 | 2026-05-28T08:48:17.129Z | Checking zerocopy v0.8.40 |
| 2291 | 2026-05-28T08:48:17.160Z | Checking zmij v1.0.21 |
| 2292 | 2026-05-28T08:48:17.224Z | Checking socket2 v0.6.3 |
| 2293 | 2026-05-28T08:48:17.252Z | Checking tinystr v0.8.2 |
| 2294 | 2026-05-28T08:48:17.272Z | Checking libm v0.2.16 |
| 2295 | 2026-05-28T08:48:17.284Z | Checking crypto-common v0.1.7 |
| 2296 | 2026-05-28T08:48:17.306Z | Checking block-buffer v0.10.4 |
| 2297 | 2026-05-28T08:48:17.368Z | Checking writeable v0.6.2 |
| 2298 | 2026-05-28T08:48:17.399Z | Checking percent-encoding v2.3.2 |
| 2299 | 2026-05-28T08:48:17.423Z | Checking litemap v0.8.1 |
| 2300 | 2026-05-28T08:48:17.437Z | Checking digest v0.10.7 |
| 2301 | 2026-05-28T08:48:17.458Z | Checking equivalent v1.0.2 |
| 2302 | 2026-05-28T08:48:17.529Z | Checking potential_utf v0.1.4 |
| 2303 | 2026-05-28T08:48:17.532Z | Checking zerotrie v0.2.3 |
| 2304 | 2026-05-28T08:48:17.553Z | Checking futures-sink v0.3.32 |
| 2305 | 2026-05-28T08:48:17.590Z | Checking icu_locale_core v2.1.1 |
| 2306 | 2026-05-28T08:48:17.626Z | Checking futures-io v0.3.32 |
| 2307 | 2026-05-28T08:48:17.646Z | Checking futures-channel v0.3.32 |
| 2308 | 2026-05-28T08:48:17.659Z | Checking icu_collections v2.1.1 |
| 2309 | 2026-05-28T08:48:17.735Z | Checking serde v1.0.228 |
| 2310 | 2026-05-28T08:48:17.735Z | Checking bitflags v2.11.0 |
| 2311 | 2026-05-28T08:48:17.776Z | Checking serde_json v1.0.149 |
| 2312 | 2026-05-28T08:48:17.846Z | Checking slab v0.4.12 |
| 2313 | 2026-05-28T08:48:17.918Z | Checking cpufeatures v0.2.17 |
| 2314 | 2026-05-28T08:48:17.969Z | Checking futures-task v0.3.32 |
| 2315 | 2026-05-28T08:48:17.982Z | Checking num-traits v0.2.19 |
| 2316 | 2026-05-28T08:48:17.993Z | Checking hmac v0.12.1 |
| 2317 | 2026-05-28T08:48:18.006Z | Checking icu_normalizer_data v2.1.1 |
| 2318 | 2026-05-28T08:48:18.075Z | Checking icu_properties_data v2.1.2 |
| 2319 | 2026-05-28T08:48:18.105Z | Checking futures-util v0.3.32 |
| 2320 | 2026-05-28T08:48:18.120Z | Checking hashbrown v0.17.0 |
| 2321 | 2026-05-28T08:48:18.146Z | Checking bytes v1.11.1 |
| 2322 | 2026-05-28T08:48:18.160Z | Checking icu_provider v2.1.1 |
| 2323 | 2026-05-28T08:48:18.200Z | Checking rand_core v0.10.0 |
| 2324 | 2026-05-28T08:48:18.336Z | Checking getrandom v0.4.1 |
| 2325 | 2026-05-28T08:48:18.380Z | Checking icu_properties v2.1.2 |
| 2326 | 2026-05-28T08:48:18.446Z | Checking icu_normalizer v2.1.1 |
| 2327 | 2026-05-28T08:48:18.480Z | Checking block-padding v0.3.3 |
| 2328 | 2026-05-28T08:48:18.499Z | Checking utf8_iter v1.0.4 |
| 2329 | 2026-05-28T08:48:18.571Z | Checking indexmap v2.14.0 |
| 2330 | 2026-05-28T08:48:18.583Z | Checking tokio v1.52.1 |
| 2331 | 2026-05-28T08:48:18.606Z | Checking inout v0.1.4 |
| 2332 | 2026-05-28T08:48:18.619Z | Checking sha2 v0.10.9 |
| 2333 | 2026-05-28T08:48:18.742Z | Checking cipher v0.4.4 |
| 2334 | 2026-05-28T08:48:18.754Z | Checking form_urlencoded v1.2.2 |
| 2335 | 2026-05-28T08:48:18.879Z | Checking getrandom v0.3.4 |
| 2336 | 2026-05-28T08:48:18.891Z | Checking fnv v1.0.7 |
| 2337 | 2026-05-28T08:48:18.946Z | Checking byteorder v1.5.0 |
| 2338 | 2026-05-28T08:48:18.977Z | Checking base64ct v1.8.3 |
| 2339 | 2026-05-28T08:48:19.022Z | Checking flagset v0.4.7 |
| 2340 | 2026-05-28T08:48:19.108Z | Checking rand_core v0.9.5 |
| 2341 | 2026-05-28T08:48:19.139Z | Checking http v1.4.0 |
| 2342 | 2026-05-28T08:48:19.143Z | Checking regex-syntax v0.8.10 |
| 2343 | 2026-05-28T08:48:19.188Z | Checking idna_adapter v1.2.1 |
| 2344 | 2026-05-28T08:48:19.205Z | Checking pem-rfc7468 v0.7.0 |
| 2345 | 2026-05-28T08:48:19.283Z | Checking salsa20 v0.10.2 |
| 2346 | 2026-05-28T08:48:19.302Z | Checking idna v1.1.0 |
| 2347 | 2026-05-28T08:48:19.361Z | Checking der v0.7.10 |
| 2348 | 2026-05-28T08:48:19.412Z | Checking uuid v1.23.0 |
| 2349 | 2026-05-28T08:48:19.542Z | Checking url v2.5.8 |
| 2350 | 2026-05-28T08:48:19.710Z | Checking pbkdf2 v0.12.2 |
| 2351 | 2026-05-28T08:48:19.727Z | Checking rustix v1.1.3 |
| 2352 | 2026-05-28T08:48:19.821Z | Checking tracing-core v0.1.36 |
| 2353 | 2026-05-28T08:48:19.882Z | Checking ppv-lite86 v0.2.21 |
| 2354 | 2026-05-28T08:48:19.991Z | Checking rustls-pki-types v1.14.0 |
| 2355 | 2026-05-28T08:48:20.005Z | Checking base64 v0.22.1 |
| 2356 | 2026-05-28T08:48:20.087Z | Checking spki v0.7.3 |
| 2357 | 2026-05-28T08:48:20.123Z | Checking iana-time-zone v0.1.65 |
| 2358 | 2026-05-28T08:48:20.178Z | Checking rand_chacha v0.9.0 |
| 2359 | 2026-05-28T08:48:20.225Z | Checking chrono v0.4.44 |
| 2360 | 2026-05-28T08:48:20.238Z | Checking tracing v0.1.44 |
| 2361 | 2026-05-28T08:48:20.251Z | Checking scrypt v0.11.0 |
| 2362 | 2026-05-28T08:48:20.268Z | Checking http-body v1.0.1 |
| 2363 | 2026-05-28T08:48:20.371Z | Checking cbc v0.1.2 |
| 2364 | 2026-05-28T08:48:20.386Z | Checking aes v0.8.4 |
| 2365 | 2026-05-28T08:48:20.398Z | Checking aws-lc-sys v0.40.0 |
| 2366 | 2026-05-28T08:48:20.437Z | Checking tinyvec_macros v0.1.1 |
| 2367 | 2026-05-28T08:48:20.450Z | Checking untrusted v0.9.0 |
| 2368 | 2026-05-28T08:48:20.494Z | Checking openssl-probe v0.2.1 |
| 2369 | 2026-05-28T08:48:20.507Z | Checking untrusted v0.7.1 |
| 2370 | 2026-05-28T08:48:20.537Z | Checking tinyvec v1.10.0 |
| 2371 | 2026-05-28T08:48:20.559Z | Checking ring v0.17.14 |
| 2372 | 2026-05-28T08:48:20.599Z | Checking rand v0.9.2 |
| 2373 | 2026-05-28T08:48:20.616Z | Checking try-lock v0.2.5 |
| 2374 | 2026-05-28T08:48:20.713Z | Checking tower-service v0.3.3 |
| 2375 | 2026-05-28T08:48:20.762Z | Checking pkcs5 v0.7.1 |
| 2376 | 2026-05-28T08:48:20.802Z | Checking atomic-waker v1.1.2 |
| 2377 | 2026-05-28T08:48:20.842Z | Checking tower-layer v0.3.3 |
| 2378 | 2026-05-28T08:48:20.895Z | Checking aws-lc-rs v1.16.3 |
| 2379 | 2026-05-28T08:48:20.908Z | Checking want v0.3.1 |
| 2380 | 2026-05-28T08:48:20.988Z | Checking ipnet v2.11.0 |
| 2381 | 2026-05-28T08:48:21.008Z | Checking pkcs8 v0.10.2 |
| 2382 | 2026-05-28T08:48:21.027Z | Checking httparse v1.10.1 |
| 2383 | 2026-05-28T08:48:21.056Z | Checking aho-corasick v1.1.4 |
| 2384 | 2026-05-28T08:48:21.071Z | Checking foreign-types-shared v0.1.1 |
| 2385 | 2026-05-28T08:48:21.154Z | Checking pin-utils v0.1.0 |
| 2386 | 2026-05-28T08:48:21.181Z | Checking httpdate v1.0.3 |
| 2387 | 2026-05-28T08:48:21.221Z | Checking dyn-clone v1.0.20 |
| 2388 | 2026-05-28T08:48:21.234Z | Checking fastrand v2.3.0 |
| 2389 | 2026-05-28T08:48:21.245Z | Checking utf8parse v0.2.2 |
| 2390 | 2026-05-28T08:48:21.319Z | Checking plain v0.2.3 |
| 2391 | 2026-05-28T08:48:21.332Z | Checking foreign-types v0.3.2 |
| 2392 | 2026-05-28T08:48:21.346Z | Checking unicode-normalization v0.1.25 |
| 2393 | 2026-05-28T08:48:21.398Z | Checking semver v1.0.28 |
| 2394 | 2026-05-28T08:48:21.410Z | Checking tempfile v3.25.0 |
| 2395 | 2026-05-28T08:48:21.421Z | Checking openssl-sys v0.9.115 |
| 2396 | 2026-05-28T08:48:21.534Z | Checking spin v0.9.8 |
| 2397 | 2026-05-28T08:48:21.598Z | Checking socket2 v0.5.10 |
| 2398 | 2026-05-28T08:48:21.613Z | Checking ucd-trie v0.1.7 |
| 2399 | 2026-05-28T08:48:21.717Z | Checking unicode-ident v1.0.24 |
| 2400 | 2026-05-28T08:48:21.730Z | Checking regex-automata v0.4.14 |
| 2401 | 2026-05-28T08:48:21.741Z | Checking rustls-webpki v0.103.9 |
| 2402 | 2026-05-28T08:48:21.755Z | Checking anstyle v1.0.14 |
| 2403 | 2026-05-28T08:48:21.767Z | Checking pest v2.8.6 |
| 2404 | 2026-05-28T08:48:21.780Z | Checking tokio-util v0.7.18 |
| 2405 | 2026-05-28T08:48:21.794Z | Checking openssl v0.10.79 |
| 2406 | 2026-05-28T08:48:21.824Z | Checking proc-macro2 v1.0.106 |
| 2407 | 2026-05-28T08:48:21.841Z | Checking schemars v0.8.22 |
| 2408 | 2026-05-28T08:48:21.932Z | Checking rustls-native-certs v0.8.3 |
| 2409 | 2026-05-28T08:48:22.064Z | Checking thiserror v2.0.18 |
| 2410 | 2026-05-28T08:48:22.132Z | Checking sync_wrapper v1.0.2 |
| 2411 | 2026-05-28T08:48:22.156Z | Checking rustls v0.23.37 |
| 2412 | 2026-05-28T08:48:22.169Z | Checking wait-timeout v0.2.1 |
| 2413 | 2026-05-28T08:48:22.233Z | Checking simd-adler32 v0.3.8 |
| 2414 | 2026-05-28T08:48:22.286Z | Checking bit-vec v0.8.0 |
| 2415 | 2026-05-28T08:48:22.371Z | Checking h2 v0.4.13 |
| 2416 | 2026-05-28T08:48:22.398Z | Checking pretty-hex v0.4.1 |
| 2417 | 2026-05-28T08:48:22.479Z | Checking siphasher v1.0.2 |
| 2418 | 2026-05-28T08:48:22.479Z | Checking powerfmt v0.2.0 |
| 2419 | 2026-05-28T08:48:22.512Z | Checking anstyle-query v1.1.5 |
| 2420 | 2026-05-28T08:48:22.601Z | Checking quick-error v1.2.3 |
| 2421 | 2026-05-28T08:48:22.626Z | Checking colorchoice v1.0.4 |
| 2422 | 2026-05-28T08:48:22.642Z | Checking is_terminal_polyfill v1.70.2 |
| 2423 | 2026-05-28T08:48:22.701Z | Checking rusty-fork v0.3.1 |
| 2424 | 2026-05-28T08:48:22.721Z | Checking deranged v0.5.8 |
| 2425 | 2026-05-28T08:48:22.735Z | Checking bit-set v0.8.0 |
| 2426 | 2026-05-28T08:48:22.816Z | Checking tower v0.5.3 |
| 2427 | 2026-05-28T08:48:22.883Z | Checking quote v1.0.45 |
| 2428 | 2026-05-28T08:48:22.898Z | Compiling newtype-uuid v1.3.2 |
| 2429 | 2026-05-28T08:48:23.057Z | Checking http-body-util v0.1.3 |
| 2430 | 2026-05-28T08:48:23.080Z | Checking webpki-roots v1.0.6 |
| 2431 | 2026-05-28T08:48:23.197Z | Checking crossbeam-utils v0.8.21 |
| 2432 | 2026-05-28T08:48:23.210Z | Checking rand_xorshift v0.4.0 |
| 2433 | 2026-05-28T08:48:23.278Z | Checking crc32fast v1.5.0 |
| 2434 | 2026-05-28T08:48:23.324Z | Checking scroll v0.13.0 |
| 2435 | 2026-05-28T08:48:23.415Z | Checking signature v2.2.0 |
| 2436 | 2026-05-28T08:48:23.525Z | Checking unarray v0.1.4 |
| 2437 | 2026-05-28T08:48:23.548Z | Checking adler2 v2.0.1 |
| 2438 | 2026-05-28T08:48:23.562Z | Checking time-core v0.1.8 |
| 2439 | 2026-05-28T08:48:23.565Z | Checking unicode-bidi v0.3.18 |
| 2440 | 2026-05-28T08:48:23.626Z | Checking num_threads v0.1.7 |
| 2441 | 2026-05-28T08:48:23.648Z | Checking num-conv v0.2.0 |
| 2442 | 2026-05-28T08:48:23.662Z | Checking iri-string v0.7.10 |
| 2443 | 2026-05-28T08:48:23.698Z | Checking ryu v1.0.23 |
| 2444 | 2026-05-28T08:48:23.715Z | Checking allocator-api2 v0.2.21 |
| 2445 | 2026-05-28T08:48:23.765Z | Checking unicode-properties v0.1.4 |
| 2446 | 2026-05-28T08:48:23.810Z | Checking native-tls v0.2.18 |
| 2447 | 2026-05-28T08:48:23.828Z | Checking serde_urlencoded v0.7.1 |
| 2448 | 2026-05-28T08:48:23.856Z | Checking time v0.3.47 |
| 2449 | 2026-05-28T08:48:23.946Z | Checking stringprep v0.1.5 |
| 2450 | 2026-05-28T08:48:23.982Z | Checking tokio-native-tls v0.3.1 |
| 2451 | 2026-05-28T08:48:23.995Z | Checking miniz_oxide v0.8.9 |
| 2452 | 2026-05-28T08:48:24.027Z | Checking proptest v1.10.0 |
| 2453 | 2026-05-28T08:48:24.093Z | Checking bstr v1.12.1 |
| 2454 | 2026-05-28T08:48:24.137Z | Checking goblin v0.10.5 |
| 2455 | 2026-05-28T08:48:24.340Z | Checking crossbeam-epoch v0.9.18 |
| 2456 | 2026-05-28T08:48:24.482Z | Checking syn v2.0.117 |
| 2457 | 2026-05-28T08:48:24.511Z | Checking tokio-rustls v0.26.4 |
| 2458 | 2026-05-28T08:48:24.564Z | Compiling daft v0.1.7 |
| 2459 | 2026-05-28T08:48:24.660Z | Checking tower-http v0.6.8 |
| 2460 | 2026-05-28T08:48:24.738Z | Checking ipnetwork v0.21.1 |
| 2461 | 2026-05-28T08:48:24.843Z | Checking anstyle-parse v1.0.0 |
| 2462 | 2026-05-28T08:48:24.933Z | Checking rand_chacha v0.3.1 |
| 2463 | 2026-05-28T08:48:24.954Z | Checking thiserror v1.0.69 |
| 2464 | 2026-05-28T08:48:24.971Z | Checking scroll v0.12.0 |
| 2465 | 2026-05-28T08:48:24.992Z | Checking hash32 v0.2.1 |
| 2466 | 2026-05-28T08:48:25.048Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2467 | 2026-05-28T08:48:25.061Z | Checking hyper v1.8.1 |
| 2468 | 2026-05-28T08:48:25.138Z | Checking num-integer v0.1.46 |
| 2469 | 2026-05-28T08:48:25.150Z | Checking serde_spanned v0.6.9 |
| 2470 | 2026-05-28T08:48:25.162Z | Checking toml_datetime v0.6.11 |
| 2471 | 2026-05-28T08:48:25.195Z | Checking md-5 v0.10.6 |
| 2472 | 2026-05-28T08:48:25.272Z | Checking ff v0.13.1 |
| 2473 | 2026-05-28T08:48:25.328Z | Checking encoding_rs v0.8.35 |
| 2474 | 2026-05-28T08:48:25.342Z | Checking fallible-iterator v0.2.0 |
| 2475 | 2026-05-28T08:48:25.357Z | Checking mime v0.3.17 |
| 2476 | 2026-05-28T08:48:25.396Z | Checking psl-types v2.0.11 |
| 2477 | 2026-05-28T08:48:25.515Z | Checking base16ct v0.2.0 |
| 2478 | 2026-05-28T08:48:25.529Z | Checking zlib-rs v0.6.2 |
| 2479 | 2026-05-28T08:48:25.606Z | Checking postgres-protocol v0.6.10 |
| 2480 | 2026-05-28T08:48:25.637Z | Checking sec1 v0.7.3 |
| 2481 | 2026-05-28T08:48:25.842Z | Checking publicsuffix v2.3.0 |
| 2482 | 2026-05-28T08:48:25.914Z | Checking group v0.13.0 |
| 2483 | 2026-05-28T08:48:25.951Z | Checking num-iter v0.1.45 |
| 2484 | 2026-05-28T08:48:25.964Z | Checking hyper-util v0.1.20 |
| 2485 | 2026-05-28T08:48:25.999Z | Checking goblin v0.8.2 |
| 2486 | 2026-05-28T08:48:26.057Z | Checking zstd-safe v7.2.4 |
| 2487 | 2026-05-28T08:48:26.060Z | Checking heapless v0.7.17 |
| 2488 | 2026-05-28T08:48:26.222Z | Checking rand v0.8.6 |
| 2489 | 2026-05-28T08:48:26.260Z | Checking anstream v1.0.0 |
| 2490 | 2026-05-28T08:48:26.393Z | Checking flate2 v1.1.9 |
| 2491 | 2026-05-28T08:48:26.446Z | Checking dof v0.4.0 |
| 2492 | 2026-05-28T08:48:26.459Z | Checking cookie v0.18.1 |
| 2493 | 2026-05-28T08:48:26.472Z | Checking oxnet v0.1.5 |
| 2494 | 2026-05-28T08:48:26.684Z | Compiling iddqd v0.4.2 |
| 2495 | 2026-05-28T08:48:26.699Z | Checking dtrace-parser v0.3.0 |
| 2496 | 2026-05-28T08:48:26.711Z | Checking phf_shared v0.13.1 |
| 2497 | 2026-05-28T08:48:26.726Z | Checking lazy_static v1.5.0 |
| 2498 | 2026-05-28T08:48:26.739Z | Checking anstyle-parse v0.2.7 |
| 2499 | 2026-05-28T08:48:26.812Z | Checking pin-project v1.1.11 |
| 2500 | 2026-05-28T08:48:26.884Z | Checking zerocopy v0.7.35 |
| 2501 | 2026-05-28T08:48:26.900Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2502 | 2026-05-28T08:48:26.913Z | Checking signal-hook v0.3.18 |
| 2503 | 2026-05-28T08:48:26.925Z | Checking terminal_size v0.4.3 |
| 2504 | 2026-05-28T08:48:26.982Z | Checking futures-executor v0.3.32 |
| 2505 | 2026-05-28T08:48:27.036Z | Checking hex v0.4.3 |
| 2506 | 2026-05-28T08:48:27.080Z | Checking hkdf v0.12.4 |
| 2507 | 2026-05-28T08:48:27.096Z | Checking crypto-bigint v0.5.5 |
| 2508 | 2026-05-28T08:48:27.127Z | Checking thread-id v5.1.0 |
| 2509 | 2026-05-28T08:48:27.203Z | Checking winnow v0.5.40 |
| 2510 | 2026-05-28T08:48:27.216Z | Checking foldhash v0.1.5 |
| 2511 | 2026-05-28T08:48:27.219Z | Checking hyper-rustls v0.27.7 |
| 2512 | 2026-05-28T08:48:27.249Z | Checking hyper-tls v0.6.0 |
| 2513 | 2026-05-28T08:48:27.345Z | Checking managed v0.8.0 |
| 2514 | 2026-05-28T08:48:27.364Z | Checking strsim v0.11.1 |
| 2515 | 2026-05-28T08:48:27.416Z | Checking winnow v0.7.14 |
| 2516 | 2026-05-28T08:48:27.429Z | Checking clap_lex v1.0.0 |
| 2517 | 2026-05-28T08:48:27.520Z | Checking bitflags v1.3.2 |
| 2518 | 2026-05-28T08:48:27.533Z | Checking foldhash v0.2.0 |
| 2519 | 2026-05-28T08:48:27.574Z | Checking same-file v1.0.6 |
| 2520 | 2026-05-28T08:48:27.590Z | Checking libbz2-rs-sys v0.2.2 |
| 2521 | 2026-05-28T08:48:27.684Z | Compiling rayon-core v1.13.0 |
| 2522 | 2026-05-28T08:48:27.696Z | Checking bumpalo v3.20.2 |
| 2523 | 2026-05-28T08:48:27.884Z | Checking walkdir v2.5.0 |
| 2524 | 2026-05-28T08:48:27.898Z | Checking dof v0.3.0 |
| 2525 | 2026-05-28T08:48:27.910Z | Checking zopfli v0.8.3 |
| 2526 | 2026-05-28T08:48:27.956Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2527 | 2026-05-28T08:48:27.997Z | Checking bzip2 v0.6.1 |
| 2528 | 2026-05-28T08:48:28.015Z | Checking elliptic-curve v0.13.8 |
| 2529 | 2026-05-28T08:48:28.059Z | Checking hashbrown v0.16.1 |
| 2530 | 2026-05-28T08:48:28.139Z | Checking smoltcp v0.9.1 |
| 2531 | 2026-05-28T08:48:28.163Z | Checking clap_builder v4.6.0 |
| 2532 | 2026-05-28T08:48:28.185Z | Checking reqwest v0.12.28 |
| 2533 | 2026-05-28T08:48:28.242Z | Checking hashbrown v0.15.5 |
| 2534 | 2026-05-28T08:48:28.360Z | Checking toml_edit v0.19.15 |
| 2535 | 2026-05-28T08:48:28.373Z | Checking usdt-impl v0.6.0 |
| 2536 | 2026-05-28T08:48:28.554Z | Checking futures v0.3.32 |
| 2537 | 2026-05-28T08:48:28.608Z | Checking signal-hook-mio v0.2.5 |
| 2538 | 2026-05-28T08:48:28.631Z | Checking bzip2 v0.4.4 |
| 2539 | 2026-05-28T08:48:28.647Z | Checking snafu v0.8.9 |
| 2540 | 2026-05-28T08:48:28.700Z | Checking phf v0.13.1 |
| 2541 | 2026-05-28T08:48:28.713Z | Checking anstream v0.6.21 |
| 2542 | 2026-05-28T08:48:28.716Z | Checking num-bigint-dig v0.8.6 |
| 2543 | 2026-05-28T08:48:28.844Z | Checking cookie_store v0.22.1 |
| 2544 | 2026-05-28T08:48:28.878Z | Checking zstd v0.13.3 |
| 2545 | 2026-05-28T08:48:28.916Z | Checking postgres-types v0.2.12 |
| 2546 | 2026-05-28T08:48:29.022Z | Checking dtrace-parser v0.2.0 |
| 2547 | 2026-05-28T08:48:29.034Z | Checking crossbeam-deque v0.8.6 |
| 2548 | 2026-05-28T08:48:29.058Z | Checking rustls-platform-verifier v0.6.2 |
| 2549 | 2026-05-28T08:48:29.166Z | Checking globset v0.4.18 |
| 2550 | 2026-05-28T08:48:29.196Z | Checking regex v1.12.3 |
| 2551 | 2026-05-28T08:48:29.209Z | Checking ed25519 v2.2.3 |
| 2552 | 2026-05-28T08:48:29.223Z | Checking phf_shared v0.11.3 |
| 2553 | 2026-05-28T08:48:29.249Z | Checking olpc-cjson v0.1.4 |
| 2554 | 2026-05-28T08:48:29.363Z | Checking ref-cast v1.0.25 |
| 2555 | 2026-05-28T08:48:29.376Z | Checking curve25519-dalek v4.1.3 |
| 2556 | 2026-05-28T08:48:29.376Z | Checking strum v0.27.2 |
| 2557 | 2026-05-28T08:48:29.400Z | Checking hubpack v0.1.2 |
| 2558 | 2026-05-28T08:48:29.403Z | Checking memoffset v0.9.1 |
| 2559 | 2026-05-28T08:48:29.422Z | Checking rustix v0.38.44 |
| 2560 | 2026-05-28T08:48:29.461Z | Checking pkcs1 v0.7.5 |
| 2561 | 2026-05-28T08:48:29.471Z | Checking pem v3.0.6 |
| 2562 | 2026-05-28T08:48:29.483Z | Checking float-cmp v0.10.0 |
| 2563 | 2026-05-28T08:48:29.486Z | Checking serde-big-array v0.5.1 |
| 2564 | 2026-05-28T08:48:29.509Z | Checking serde_plain v1.0.2 |
| 2565 | 2026-05-28T08:48:29.557Z | Checking erased-serde v0.3.31 |
| 2566 | 2026-05-28T08:48:29.603Z | Checking rfc6979 v0.4.0 |
| 2567 | 2026-05-28T08:48:29.616Z | Checking memmap2 v0.9.10 |
| 2568 | 2026-05-28T08:48:29.620Z | Checking thread-id v4.2.2 |
| 2569 | 2026-05-28T08:48:29.649Z | Checking env_filter v1.0.0 |
| 2570 | 2026-05-28T08:48:29.663Z | Checking precomputed-hash v0.1.1 |
| 2571 | 2026-05-28T08:48:29.700Z | Checking normalize-line-endings v0.3.0 |
| 2572 | 2026-05-28T08:48:29.713Z | Checking fixedbitset v0.5.7 |
| 2573 | 2026-05-28T08:48:29.737Z | Checking difflib v0.4.0 |
| 2574 | 2026-05-28T08:48:29.772Z | Checking fixedbitset v0.4.2 |
| 2575 | 2026-05-28T08:48:29.787Z | Checking either v1.15.0 |
| 2576 | 2026-05-28T08:48:29.790Z | Checking static_assertions v1.1.0 |
| 2577 | 2026-05-28T08:48:29.866Z | Checking predicates-core v1.0.10 |
| 2578 | 2026-05-28T08:48:29.897Z | Checking toml_write v0.1.2 |
| 2579 | 2026-05-28T08:48:29.910Z | Checking jiff v0.2.21 |
| 2580 | 2026-05-28T08:48:29.913Z | Checking typed-path v0.9.3 |
| 2581 | 2026-05-28T08:48:29.935Z | Checking whoami v2.1.0 |
| 2582 | 2026-05-28T08:48:29.969Z | Checking data-encoding v2.10.0 |
| 2583 | 2026-05-28T08:48:29.982Z | Checking keccak v0.1.6 |
| 2584 | 2026-05-28T08:48:30.059Z | Checking new_debug_unreachable v1.0.6 |
| 2585 | 2026-05-28T08:48:30.122Z | Checking unicode-segmentation v1.12.0 |
| 2586 | 2026-05-28T08:48:30.134Z | Checking string_cache v0.8.9 |
| 2587 | 2026-05-28T08:48:30.145Z | Checking sha3 v0.10.8 |
| 2588 | 2026-05-28T08:48:30.158Z | Checking ed25519-dalek v2.2.0 |
| 2589 | 2026-05-28T08:48:30.203Z | Checking crossterm v0.28.1 |
| 2590 | 2026-05-28T08:48:30.241Z | Checking hickory-proto v0.25.2 |
| 2591 | 2026-05-28T08:48:30.296Z | Checking tokio-postgres v0.7.16 |
| 2592 | 2026-05-28T08:48:30.344Z | Checking toml_edit v0.22.27 |
| 2593 | 2026-05-28T08:48:30.387Z | Checking predicates v3.1.4 |
| 2594 | 2026-05-28T08:48:30.433Z | Checking similar v2.7.0 |
| 2595 | 2026-05-28T08:48:30.684Z | Checking tough v0.22.0 |
| 2596 | 2026-05-28T08:48:30.684Z | Checking slog v2.8.2 |
| 2597 | 2026-05-28T08:48:30.812Z | Checking petgraph v0.6.5 |
| 2598 | 2026-05-28T08:48:30.902Z | Checking petgraph v0.8.3 |
| 2599 | 2026-05-28T08:48:30.946Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2600 | 2026-05-28T08:48:31.431Z | Checking env_logger v0.11.9 |
| 2601 | 2026-05-28T08:48:31.527Z | Checking usdt v0.6.0 |
| 2602 | 2026-05-28T08:48:31.625Z | Checking ecdsa v0.16.9 |
| 2603 | 2026-05-28T08:48:31.697Z | Checking usdt-impl v0.5.0 |
| 2604 | 2026-05-28T08:48:31.957Z | Checking rsa v0.9.10 |
| 2605 | 2026-05-28T08:48:31.985Z | Checking nix v0.31.2 |
| 2606 | 2026-05-28T08:48:32.114Z | Checking zip v4.6.1 |
| 2607 | 2026-05-28T08:48:32.419Z | Checking clap v4.6.1 |
| 2608 | 2026-05-28T08:48:32.453Z | Checking toml v0.7.8 |
| 2609 | 2026-05-28T08:48:32.664Z | Checking reqwest v0.13.2 |
| 2610 | 2026-05-28T08:48:32.694Z | Checking zip v0.6.6 |
| 2611 | 2026-05-28T08:48:32.760Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2612 | 2026-05-28T08:48:32.848Z | Checking serde_with v3.17.0 |
| 2613 | 2026-05-28T08:48:32.956Z | Checking strum v0.26.3 |
| 2614 | 2026-05-28T08:48:32.983Z | Checking fs-err v3.3.0 |
| 2615 | 2026-05-28T08:48:33.033Z | Checking ahash v0.8.12 |
| 2616 | 2026-05-28T08:48:33.046Z | Checking object v0.37.3 |
| 2617 | 2026-05-28T08:48:33.069Z | Checking tokio-stream v0.1.18 |
| 2618 | 2026-05-28T08:48:33.092Z | Checking buf-list v1.1.2 |
| 2619 | 2026-05-28T08:48:33.196Z | Checking anyhow v1.0.102 |
| 2620 | 2026-05-28T08:48:33.232Z | Checking camino v1.2.2 |
| 2621 | 2026-05-28T08:48:33.278Z | Checking x509-cert v0.2.5 |
| 2622 | 2026-05-28T08:48:33.291Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2623 | 2026-05-28T08:48:33.395Z | Checking openapiv3 v2.2.0 |
| 2624 | 2026-05-28T08:48:33.450Z | Checking sha1 v0.10.6 |
| 2625 | 2026-05-28T08:48:33.473Z | Checking lalrpop-util v0.19.12 |
| 2626 | 2026-05-28T08:48:33.544Z | Checking peg-runtime v0.8.5 |
| 2627 | 2026-05-28T08:48:33.557Z | Checking rayon v1.11.0 |
| 2628 | 2026-05-28T08:48:33.607Z | Checking sigpipe v0.1.3 |
| 2629 | 2026-05-28T08:48:33.632Z | Checking glob v0.3.3 |
| 2630 | 2026-05-28T08:48:35.238Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2631 | 2026-05-28T08:48:35.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.97s |
| 2632 | 2026-05-28T08:48:35.690Z | |
| 2633 | 2026-05-28T08:48:35.690Z | info: running `cargo check --bins` on internal-dns-types (77/298) |
| 2634 | 2026-05-28T08:48:36.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-05-28T08:48:36.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-05-28T08:48:36.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-05-28T08:48:36.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2638 | 2026-05-28T08:48:36.315Z | |
| 2639 | 2026-05-28T08:48:36.315Z | info: running `cargo check --bins` on internal-dns-types-versions (78/298) |
| 2640 | 2026-05-28T08:48:36.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-05-28T08:48:36.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-05-28T08:48:36.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-05-28T08:48:36.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2644 | 2026-05-28T08:48:36.948Z | |
| 2645 | 2026-05-28T08:48:36.948Z | info: running `cargo check --bins` on nexus-types-versions (79/298) |
| 2646 | 2026-05-28T08:48:37.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-05-28T08:48:37.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-05-28T08:48:37.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-05-28T08:48:37.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2650 | 2026-05-28T08:48:37.614Z | |
| 2651 | 2026-05-28T08:48:37.614Z | info: running `cargo check --bins` on oxql-types (80/298) |
| 2652 | 2026-05-28T08:48:38.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-05-28T08:48:38.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-05-28T08:48:38.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-05-28T08:48:38.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2656 | 2026-05-28T08:48:38.250Z | |
| 2657 | 2026-05-28T08:48:38.251Z | info: running `cargo check --bins` on oximeter-types (81/298) |
| 2658 | 2026-05-28T08:48:38.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-05-28T08:48:38.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-05-28T08:48:38.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-05-28T08:48:38.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2662 | 2026-05-28T08:48:38.870Z | |
| 2663 | 2026-05-28T08:48:38.870Z | info: running `cargo check --bins` on oximeter-types-versions (82/298) |
| 2664 | 2026-05-28T08:48:39.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-05-28T08:48:39.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-05-28T08:48:39.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2026-05-28T08:48:39.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2668 | 2026-05-28T08:48:39.500Z | |
| 2669 | 2026-05-28T08:48:39.500Z | info: running `cargo check --bins` on oximeter-macro-impl (83/298) |
| 2670 | 2026-05-28T08:48:40.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2026-05-28T08:48:40.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2026-05-28T08:48:40.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2026-05-28T08:48:40.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2674 | 2026-05-28T08:48:40.111Z | |
| 2675 | 2026-05-28T08:48:40.111Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/298) |
| 2676 | 2026-05-28T08:48:40.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2026-05-28T08:48:40.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2026-05-28T08:48:40.824Z | Compiling structmeta-derive v0.3.0 |
| 2679 | 2026-05-28T08:48:40.945Z | Compiling rustls v0.22.4 |
| 2680 | 2026-05-28T08:48:40.955Z | Compiling multer v3.1.0 |
| 2681 | 2026-05-28T08:48:40.964Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2682 | 2026-05-28T08:48:40.964Z | Compiling async-stream-impl v0.3.6 |
| 2683 | 2026-05-28T08:48:40.988Z | Compiling dropshot v0.17.0 |
| 2684 | 2026-05-28T08:48:41.006Z | Compiling dropshot_endpoint v0.17.0 |
| 2685 | 2026-05-28T08:48:41.006Z | Compiling newtype-uuid-macros v0.1.0 |
| 2686 | 2026-05-28T08:48:41.135Z | Checking newtype-uuid v1.3.2 |
| 2687 | 2026-05-28T08:48:41.186Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2688 | 2026-05-28T08:48:41.249Z | Checking rustls-webpki v0.102.8 |
| 2689 | 2026-05-28T08:48:41.330Z | Checking daft v0.1.7 |
| 2690 | 2026-05-28T08:48:41.345Z | Checking thread_local v1.1.9 |
| 2691 | 2026-05-28T08:48:41.512Z | Checking match_cfg v0.1.0 |
| 2692 | 2026-05-28T08:48:41.543Z | Checking compression-core v0.4.31 |
| 2693 | 2026-05-28T08:48:41.571Z | Checking iddqd v0.4.2 |
| 2694 | 2026-05-28T08:48:41.584Z | Checking hostname v0.3.1 |
| 2695 | 2026-05-28T08:48:41.623Z | Checking crossbeam-channel v0.5.15 |
| 2696 | 2026-05-28T08:48:41.669Z | Checking compression-codecs v0.4.37 |
| 2697 | 2026-05-28T08:48:41.683Z | Checking slog-json v2.6.1 |
| 2698 | 2026-05-28T08:48:41.752Z | Checking is-terminal v0.4.17 |
| 2699 | 2026-05-28T08:48:41.833Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2700 | 2026-05-28T08:48:41.833Z | Checking serde_spanned v1.0.4 |
| 2701 | 2026-05-28T08:48:41.860Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2702 | 2026-05-28T08:48:41.956Z | Checking term v1.2.1 |
| 2703 | 2026-05-28T08:48:41.969Z | Checking take_mut v0.2.2 |
| 2704 | 2026-05-28T08:48:41.981Z | Compiling structmeta v0.3.0 |
| 2705 | 2026-05-28T08:48:42.037Z | Checking debug-ignore v1.0.5 |
| 2706 | 2026-05-28T08:48:42.049Z | Checking toml v1.0.6+spec-1.1.0 |
| 2707 | 2026-05-28T08:48:42.067Z | Checking slog-async v2.8.0 |
| 2708 | 2026-05-28T08:48:42.134Z | Checking async-compression v0.4.41 |
| 2709 | 2026-05-28T08:48:42.170Z | Checking slog-term v2.9.2 |
| 2710 | 2026-05-28T08:48:42.191Z | Compiling derive-ex v0.1.8 |
| 2711 | 2026-05-28T08:48:42.241Z | Compiling parse-display-derive v0.10.0 |
| 2712 | 2026-05-28T08:48:42.381Z | Checking slog-bunyan v2.5.0 |
| 2713 | 2026-05-28T08:48:42.428Z | Checking async-stream v0.3.6 |
| 2714 | 2026-05-28T08:48:42.493Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2715 | 2026-05-28T08:48:42.500Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2716 | 2026-05-28T08:48:42.552Z | Checking progenitor-client v0.14.0 |
| 2717 | 2026-05-28T08:48:42.569Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2718 | 2026-05-28T08:48:42.619Z | Checking waitgroup v0.1.2 |
| 2719 | 2026-05-28T08:48:42.709Z | Checking backon v1.6.0 |
| 2720 | 2026-05-28T08:48:42.723Z | Checking rustls-pemfile v2.2.0 |
| 2721 | 2026-05-28T08:48:42.778Z | Checking serde_path_to_error v0.1.20 |
| 2722 | 2026-05-28T08:48:42.853Z | Checking hostname v0.4.2 |
| 2723 | 2026-05-28T08:48:42.869Z | Checking instant v0.1.13 |
| 2724 | 2026-05-28T08:48:42.965Z | Checking backoff v0.4.0 |
| 2725 | 2026-05-28T08:48:43.049Z | Checking progenitor-extras v0.2.0 |
| 2726 | 2026-05-28T08:48:43.063Z | Checking tokio-rustls v0.25.0 |
| 2727 | 2026-05-28T08:48:43.111Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2728 | 2026-05-28T08:48:43.141Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2729 | 2026-05-28T08:48:43.335Z | Checking itertools v0.14.0 |
| 2730 | 2026-05-28T08:48:43.360Z | Checking regress v0.10.5 |
| 2731 | 2026-05-28T08:48:43.509Z | Checking progenitor-client v0.13.0 |
| 2732 | 2026-05-28T08:48:43.512Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2733 | 2026-05-28T08:48:43.903Z | Compiling test-strategy v0.4.5 |
| 2734 | 2026-05-28T08:48:43.943Z | Checking parse-display v0.10.0 |
| 2735 | 2026-05-28T08:48:43.956Z | Checking macaddr v1.0.1 |
| 2736 | 2026-05-28T08:48:44.244Z | Checking humantime v2.3.0 |
| 2737 | 2026-05-28T08:48:45.134Z | Compiling prettyplease v0.2.37 |
| 2738 | 2026-05-28T08:48:45.349Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2739 | 2026-05-28T08:48:45.547Z | Checking num-rational v0.4.2 |
| 2740 | 2026-05-28T08:48:45.720Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2741 | 2026-05-28T08:48:46.120Z | Checking num-complex v0.4.6 |
| 2742 | 2026-05-28T08:48:46.699Z | Checking num v0.4.3 |
| 2743 | 2026-05-28T08:48:46.776Z | Compiling usdt-macro v0.5.0 |
| 2744 | 2026-05-28T08:48:46.836Z | Compiling usdt-attr-macro v0.5.0 |
| 2745 | 2026-05-28T08:48:46.852Z | Checking memmap v0.7.0 |
| 2746 | 2026-05-28T08:48:46.901Z | Compiling float-ord v0.3.2 |
| 2747 | 2026-05-28T08:48:46.985Z | Checking unicode-width v0.2.0 |
| 2748 | 2026-05-28T08:48:47.020Z | Compiling convert_case v0.4.0 |
| 2749 | 2026-05-28T08:48:47.235Z | Checking console v0.15.11 |
| 2750 | 2026-05-28T08:48:47.392Z | Compiling derive_more v0.99.20 |
| 2751 | 2026-05-28T08:48:47.496Z | Checking newline-converter v0.3.0 |
| 2752 | 2026-05-28T08:48:47.516Z | Checking atomicwrites v0.4.4 |
| 2753 | 2026-05-28T08:48:47.583Z | Checking usdt v0.5.0 |
| 2754 | 2026-05-28T08:48:47.608Z | Compiling toml v0.8.23 |
| 2755 | 2026-05-28T08:48:47.645Z | Compiling minimal-lexical v0.2.1 |
| 2756 | 2026-05-28T08:48:47.750Z | Checking linked-hash-map v0.5.6 |
| 2757 | 2026-05-28T08:48:47.921Z | Compiling nom v7.1.3 |
| 2758 | 2026-05-28T08:48:47.979Z | Checking lru-cache v0.1.2 |
| 2759 | 2026-05-28T08:48:48.248Z | Checking expectorate v1.2.0 |
| 2760 | 2026-05-28T08:48:48.714Z | Checking camino-tempfile v1.4.1 |
| 2761 | 2026-05-28T08:48:48.775Z | Checking hickory-proto v0.24.4 |
| 2762 | 2026-05-28T08:48:48.789Z | Checking phf_shared v0.12.1 |
| 2763 | 2026-05-28T08:48:48.880Z | Compiling slog-dtrace v0.3.0 |
| 2764 | 2026-05-28T08:48:48.929Z | Checking resolv-conf v0.7.6 |
| 2765 | 2026-05-28T08:48:49.071Z | Checking heck v0.5.0 |
| 2766 | 2026-05-28T08:48:49.114Z | Compiling chrono-tz v0.10.4 |
| 2767 | 2026-05-28T08:48:49.201Z | Compiling const_format_proc_macros v0.2.34 |
| 2768 | 2026-05-28T08:48:49.276Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2769 | 2026-05-28T08:48:49.332Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2770 | 2026-05-28T08:48:49.366Z | Checking phf v0.12.1 |
| 2771 | 2026-05-28T08:48:49.509Z | Checking tokio-dtrace v0.1.1 |
| 2772 | 2026-05-28T08:48:49.699Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2773 | 2026-05-28T08:48:49.752Z | Compiling derive-where v1.6.0 |
| 2774 | 2026-05-28T08:48:50.005Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2775 | 2026-05-28T08:48:50.215Z | Checking highway v1.3.0 |
| 2776 | 2026-05-28T08:48:50.450Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2777 | 2026-05-28T08:48:50.564Z | Checking hickory-resolver v0.24.4 |
| 2778 | 2026-05-28T08:48:50.695Z | Checking const_format v0.2.35 |
| 2779 | 2026-05-28T08:48:50.822Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2780 | 2026-05-28T08:48:50.945Z | Checking oxide-tokio-rt v0.1.4 |
| 2781 | 2026-05-28T08:48:51.088Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2782 | 2026-05-28T08:48:51.114Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2783 | 2026-05-28T08:48:51.284Z | Checking qorb v0.4.1 |
| 2784 | 2026-05-28T08:48:51.298Z | Checking gethostname v0.5.0 |
| 2785 | 2026-05-28T08:48:51.302Z | Checking bcs v0.1.6 |
| 2786 | 2026-05-28T08:48:51.387Z | Checking termtree v0.5.1 |
| 2787 | 2026-05-28T08:48:51.501Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2788 | 2026-05-28T08:48:54.573Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2789 | 2026-05-28T08:48:57.097Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2790 | 2026-05-28T08:48:59.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s |
| 2791 | 2026-05-28T08:48:59.402Z | |
| 2792 | 2026-05-28T08:48:59.402Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298) |
| 2793 | 2026-05-28T08:48:59.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2026-05-28T08:48:59.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2026-05-28T08:49:00.107Z | Compiling ar_archive_writer v0.5.1 |
| 2796 | 2026-05-28T08:49:00.221Z | Compiling stacker v0.1.23 |
| 2797 | 2026-05-28T08:49:00.229Z | Compiling cfg_aliases v0.1.1 |
| 2798 | 2026-05-28T08:49:00.236Z | Compiling convert_case v0.10.0 |
| 2799 | 2026-05-28T08:49:00.239Z | Checking unicode-width v0.1.14 |
| 2800 | 2026-05-28T08:49:00.255Z | Compiling proc-macro-error v1.0.4 |
| 2801 | 2026-05-28T08:49:00.266Z | Checking fd-lock v4.0.4 |
| 2802 | 2026-05-28T08:49:00.269Z | Checking nibble_vec v0.1.0 |
| 2803 | 2026-05-28T08:49:00.289Z | Compiling nix v0.28.0 |
| 2804 | 2026-05-28T08:49:00.382Z | Checking vte v0.14.1 |
| 2805 | 2026-05-28T08:49:00.396Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2806 | 2026-05-28T08:49:00.473Z | Checking endian-type v0.1.2 |
| 2807 | 2026-05-28T08:49:00.493Z | Checking bytecount v0.6.9 |
| 2808 | 2026-05-28T08:49:00.538Z | Compiling derive_more-impl v2.1.1 |
| 2809 | 2026-05-28T08:49:00.541Z | Checking strip-ansi-escapes v0.2.1 |
| 2810 | 2026-05-28T08:49:00.565Z | Compiling tabled_derive v0.7.0 |
| 2811 | 2026-05-28T08:49:00.595Z | Checking radix_trie v0.2.1 |
| 2812 | 2026-05-28T08:49:00.637Z | Checking papergrid v0.11.0 |
| 2813 | 2026-05-28T08:49:00.654Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2814 | 2026-05-28T08:49:00.789Z | Checking itertools v0.13.0 |
| 2815 | 2026-05-28T08:49:00.802Z | Compiling peg-macros v0.8.5 |
| 2816 | 2026-05-28T08:49:01.048Z | Compiling psm v0.1.30 |
| 2817 | 2026-05-28T08:49:01.115Z | Checking winnow v0.6.26 |
| 2818 | 2026-05-28T08:49:01.247Z | Compiling sqlparser_derive v0.5.0 |
| 2819 | 2026-05-28T08:49:01.337Z | Checking derive_more v2.1.1 |
| 2820 | 2026-05-28T08:49:01.415Z | Checking nu-ansi-term v0.50.3 |
| 2821 | 2026-05-28T08:49:01.512Z | Checking home v0.5.12 |
| 2822 | 2026-05-28T08:49:01.603Z | Checking unicode_categories v0.1.1 |
| 2823 | 2026-05-28T08:49:01.616Z | Checking rustyline v14.0.0 |
| 2824 | 2026-05-28T08:49:01.629Z | Checking tabled v0.15.0 |
| 2825 | 2026-05-28T08:49:01.750Z | Checking crossterm v0.29.0 |
| 2826 | 2026-05-28T08:49:01.812Z | Checking recursive v0.1.1 |
| 2827 | 2026-05-28T08:49:01.825Z | Checking reedline v0.40.0 |
| 2828 | 2026-05-28T08:49:01.928Z | Checking display-error-chain v0.2.2 |
| 2829 | 2026-05-28T08:49:01.992Z | Checking sqlparser v0.61.0 |
| 2830 | 2026-05-28T08:49:02.136Z | Checking peg v0.8.5 |
| 2831 | 2026-05-28T08:49:02.243Z | Checking sqlformat v0.3.5 |
| 2832 | 2026-05-28T08:49:13.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s |
| 2833 | 2026-05-28T08:49:13.377Z | |
| 2834 | 2026-05-28T08:49:13.377Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298) |
| 2835 | 2026-05-28T08:49:13.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2836 | 2026-05-28T08:49:13.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2837 | 2026-05-28T08:49:14.084Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2838 | 2026-05-28T08:49:17.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2839 | 2026-05-28T08:49:17.693Z | |
| 2840 | 2026-05-28T08:49:17.693Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298) |
| 2841 | 2026-05-28T08:49:18.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2026-05-28T08:49:18.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2026-05-28T08:49:18.391Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2844 | 2026-05-28T08:49:20.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 2845 | 2026-05-28T08:49:21.015Z | |
| 2846 | 2026-05-28T08:49:21.015Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298) |
| 2847 | 2026-05-28T08:49:21.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2026-05-28T08:49:21.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2026-05-28T08:49:21.714Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2850 | 2026-05-28T08:49:24.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 2851 | 2026-05-28T08:49:25.112Z | |
| 2852 | 2026-05-28T08:49:25.112Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298) |
| 2853 | 2026-05-28T08:49:25.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2026-05-28T08:49:25.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2026-05-28T08:49:25.812Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2856 | 2026-05-28T08:49:29.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2857 | 2026-05-28T08:49:29.226Z | |
| 2858 | 2026-05-28T08:49:29.226Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298) |
| 2859 | 2026-05-28T08:49:29.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2026-05-28T08:49:29.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2026-05-28T08:49:29.926Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2862 | 2026-05-28T08:49:32.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2863 | 2026-05-28T08:49:32.699Z | |
| 2864 | 2026-05-28T08:49:32.700Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298) |
| 2865 | 2026-05-28T08:49:33.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2026-05-28T08:49:33.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2026-05-28T08:49:33.405Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2868 | 2026-05-28T08:49:36.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 2869 | 2026-05-28T08:49:36.193Z | |
| 2870 | 2026-05-28T08:49:36.193Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298) |
| 2871 | 2026-05-28T08:49:36.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2026-05-28T08:49:36.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2026-05-28T08:49:36.895Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2874 | 2026-05-28T08:49:40.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 2875 | 2026-05-28T08:49:40.468Z | |
| 2876 | 2026-05-28T08:49:40.468Z | info: running `cargo check --bins` on oximeter (93/298) |
| 2877 | 2026-05-28T08:49:41.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2026-05-28T08:49:41.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2026-05-28T08:49:41.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2026-05-28T08:49:41.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2881 | 2026-05-28T08:49:41.100Z | |
| 2882 | 2026-05-28T08:49:41.100Z | info: running `cargo check --bins` on oximeter-schema (94/298) |
| 2883 | 2026-05-28T08:49:41.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2026-05-28T08:49:41.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2026-05-28T08:49:41.768Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2886 | 2026-05-28T08:49:41.934Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2887 | 2026-05-28T08:49:41.949Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2888 | 2026-05-28T08:49:42.270Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2889 | 2026-05-28T08:49:45.133Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2890 | 2026-05-28T08:49:46.341Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2891 | 2026-05-28T08:49:46.548Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2892 | 2026-05-28T08:49:47.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
| 2893 | 2026-05-28T08:49:47.393Z | |
| 2894 | 2026-05-28T08:49:47.393Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/298) |
| 2895 | 2026-05-28T08:49:47.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2026-05-28T08:49:47.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2026-05-28T08:49:47.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2898 | 2026-05-28T08:49:47.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2899 | 2026-05-28T08:49:48.024Z | |
| 2900 | 2026-05-28T08:49:48.024Z | info: running `cargo check --bins` on oximeter-test-utils (96/298) |
| 2901 | 2026-05-28T08:49:48.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2902 | 2026-05-28T08:49:48.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2903 | 2026-05-28T08:49:48.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2904 | 2026-05-28T08:49:48.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2905 | 2026-05-28T08:49:48.712Z | |
| 2906 | 2026-05-28T08:49:48.712Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298) |
| 2907 | 2026-05-28T08:49:49.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2908 | 2026-05-28T08:49:49.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2909 | 2026-05-28T08:49:49.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2910 | 2026-05-28T08:49:49.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2911 | 2026-05-28T08:49:49.350Z | |
| 2912 | 2026-05-28T08:49:49.350Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298) |
| 2913 | 2026-05-28T08:49:49.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2914 | 2026-05-28T08:49:49.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2915 | 2026-05-28T08:49:49.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2916 | 2026-05-28T08:49:49.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2917 | 2026-05-28T08:49:49.994Z | |
| 2918 | 2026-05-28T08:49:49.994Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298) |
| 2919 | 2026-05-28T08:49:50.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2920 | 2026-05-28T08:49:50.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2921 | 2026-05-28T08:49:50.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2922 | 2026-05-28T08:49:50.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2923 | 2026-05-28T08:49:50.625Z | |
| 2924 | 2026-05-28T08:49:50.626Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298) |
| 2925 | 2026-05-28T08:49:51.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2926 | 2026-05-28T08:49:51.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2927 | 2026-05-28T08:49:51.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2928 | 2026-05-28T08:49:51.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2929 | 2026-05-28T08:49:51.261Z | |
| 2930 | 2026-05-28T08:49:51.261Z | info: running `cargo check --bins` on trust-quorum-types (101/298) |
| 2931 | 2026-05-28T08:49:51.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2932 | 2026-05-28T08:49:51.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2933 | 2026-05-28T08:49:51.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2934 | 2026-05-28T08:49:51.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2935 | 2026-05-28T08:49:51.882Z | |
| 2936 | 2026-05-28T08:49:51.883Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/298) |
| 2937 | 2026-05-28T08:49:52.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2938 | 2026-05-28T08:49:52.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2939 | 2026-05-28T08:49:52.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2940 | 2026-05-28T08:49:52.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2941 | 2026-05-28T08:49:52.520Z | |
| 2942 | 2026-05-28T08:49:52.520Z | info: running `cargo check --bins` on update-engine (103/298) |
| 2943 | 2026-05-28T08:49:53.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2944 | 2026-05-28T08:49:53.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2945 | 2026-05-28T08:49:53.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2946 | 2026-05-28T08:49:53.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2947 | 2026-05-28T08:49:53.139Z | |
| 2948 | 2026-05-28T08:49:53.139Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/298) |
| 2949 | 2026-05-28T08:49:53.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2950 | 2026-05-28T08:49:53.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2951 | 2026-05-28T08:49:53.887Z | Compiling crucible-workspace-hack v0.1.0 |
| 2952 | 2026-05-28T08:49:54.008Z | Checking secrecy v0.10.3 |
| 2953 | 2026-05-28T08:49:54.015Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2954 | 2026-05-28T08:49:54.018Z | Compiling heapless v0.8.0 |
| 2955 | 2026-05-28T08:49:54.029Z | Compiling ingot-macros v0.1.1 |
| 2956 | 2026-05-28T08:49:54.038Z | Checking hash32 v0.3.1 |
| 2957 | 2026-05-28T08:49:54.051Z | Compiling smoltcp v0.11.0 |
| 2958 | 2026-05-28T08:49:54.054Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2959 | 2026-05-28T08:49:54.110Z | Checking cobs v0.3.0 |
| 2960 | 2026-05-28T08:49:54.155Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2961 | 2026-05-28T08:49:54.237Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2962 | 2026-05-28T08:49:54.250Z | Checking universal-hash v0.5.1 |
| 2963 | 2026-05-28T08:49:54.262Z | Checking half v2.7.1 |
| 2964 | 2026-05-28T08:49:54.303Z | Checking ciborium-io v0.2.2 |
| 2965 | 2026-05-28T08:49:54.369Z | Checking opaque-debug v0.3.1 |
| 2966 | 2026-05-28T08:49:54.397Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 2967 | 2026-05-28T08:49:54.412Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2968 | 2026-05-28T08:49:54.439Z | Checking poly1305 v0.8.0 |
| 2969 | 2026-05-28T08:49:54.517Z | Checking ciborium-ll v0.2.2 |
| 2970 | 2026-05-28T08:49:54.590Z | Checking postcard v1.1.3 |
| 2971 | 2026-05-28T08:49:54.695Z | Compiling proc-macro-crate v3.4.0 |
| 2972 | 2026-05-28T08:49:54.707Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2973 | 2026-05-28T08:49:54.814Z | Checking password-hash v0.5.0 |
| 2974 | 2026-05-28T08:49:54.877Z | Checking chacha20 v0.9.1 |
| 2975 | 2026-05-28T08:49:54.975Z | Compiling proc-macro-crate v1.3.1 |
| 2976 | 2026-05-28T08:49:55.077Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2977 | 2026-05-28T08:49:55.090Z | Checking blake2 v0.10.6 |
| 2978 | 2026-05-28T08:49:55.200Z | Checking aead v0.5.2 |
| 2979 | 2026-05-28T08:49:55.239Z | Compiling num_enum_derive v0.7.6 |
| 2980 | 2026-05-28T08:49:55.310Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2981 | 2026-05-28T08:49:55.324Z | Compiling foreign-types-macros v0.2.3 |
| 2982 | 2026-05-28T08:49:55.344Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2983 | 2026-05-28T08:49:55.391Z | Checking thiserror-no-std v2.0.2 |
| 2984 | 2026-05-28T08:49:55.406Z | Checking foreign-types-shared v0.3.1 |
| 2985 | 2026-05-28T08:49:55.480Z | Checking cpufeatures v0.3.0 |
| 2986 | 2026-05-28T08:49:55.494Z | Checking vsss-rs v3.3.4 |
| 2987 | 2026-05-28T08:49:55.511Z | Compiling num_enum_derive v0.5.11 |
| 2988 | 2026-05-28T08:49:55.554Z | Checking chacha20 v0.10.0 |
| 2989 | 2026-05-28T08:49:55.580Z | Checking chacha20poly1305 v0.10.1 |
| 2990 | 2026-05-28T08:49:55.707Z | Checking argon2 v0.5.3 |
| 2991 | 2026-05-28T08:49:55.774Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2992 | 2026-05-28T08:49:55.906Z | Checking foreign-types v0.5.0 |
| 2993 | 2026-05-28T08:49:55.988Z | Checking ciborium v0.2.2 |
| 2994 | 2026-05-28T08:49:56.132Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2995 | 2026-05-28T08:49:56.154Z | Checking tabwriter v1.4.1 |
| 2996 | 2026-05-28T08:49:56.281Z | Checking num_enum v0.7.6 |
| 2997 | 2026-05-28T08:49:56.296Z | Checking byte-wrapper v0.1.0 |
| 2998 | 2026-05-28T08:49:56.395Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2999 | 2026-05-28T08:49:56.395Z | Checking cstr-argument v0.1.2 |
| 3000 | 2026-05-28T08:49:56.423Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3001 | 2026-05-28T08:49:56.501Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3) |
| 3002 | 2026-05-28T08:49:56.527Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3003 | 2026-05-28T08:49:56.531Z | Checking num_enum v0.5.11 |
| 3004 | 2026-05-28T08:49:56.595Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3005 | 2026-05-28T08:49:56.651Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3006 | 2026-05-28T08:49:56.698Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 3007 | 2026-05-28T08:49:56.715Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3008 | 2026-05-28T08:49:56.800Z | Checking ingot-types v0.1.2 |
| 3009 | 2026-05-28T08:49:56.814Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3010 | 2026-05-28T08:49:56.859Z | Checking rand v0.10.1 |
| 3011 | 2026-05-28T08:49:56.874Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 3012 | 2026-05-28T08:49:56.914Z | Checking winnow v1.0.3 |
| 3013 | 2026-05-28T08:49:56.914Z | Checking indent_write v2.2.0 |
| 3014 | 2026-05-28T08:49:57.048Z | Checking colored v3.1.1 |
| 3015 | 2026-05-28T08:49:57.158Z | Checking ingot v0.1.1 |
| 3016 | 2026-05-28T08:49:57.182Z | Compiling zone_cfg_derive v0.3.1 |
| 3017 | 2026-05-28T08:49:57.197Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3018 | 2026-05-28T08:49:57.246Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3019 | 2026-05-28T08:49:57.262Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3020 | 2026-05-28T08:49:57.290Z | Checking itertools v0.12.1 |
| 3021 | 2026-05-28T08:49:57.333Z | Compiling num-derive v0.4.2 |
| 3022 | 2026-05-28T08:49:57.417Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3023 | 2026-05-28T08:49:57.432Z | Checking swrite v0.1.0 |
| 3024 | 2026-05-28T08:49:57.522Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3025 | 2026-05-28T08:49:57.625Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3026 | 2026-05-28T08:49:57.685Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3027 | 2026-05-28T08:49:57.790Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3028 | 2026-05-28T08:49:57.821Z | Checking dropshot-api-manager-types v0.7.2 |
| 3029 | 2026-05-28T08:49:57.903Z | Checking smf v0.2.3 |
| 3030 | 2026-05-28T08:49:57.924Z | Checking nanorand v0.7.0 |
| 3031 | 2026-05-28T08:49:58.025Z | Checking whoami v1.6.1 |
| 3032 | 2026-05-28T08:49:58.121Z | Checking flume v0.11.1 |
| 3033 | 2026-05-28T08:49:58.135Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3034 | 2026-05-28T08:49:58.304Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3035 | 2026-05-28T08:49:58.360Z | Checking zone v0.3.1 |
| 3036 | 2026-05-28T08:49:58.788Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3037 | 2026-05-28T08:49:59.743Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3038 | 2026-05-28T08:50:00.629Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3039 | 2026-05-28T08:50:03.754Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3040 | 2026-05-28T08:50:05.798Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3041 | 2026-05-28T08:50:06.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s |
| 3042 | 2026-05-28T08:50:07.070Z | |
| 3043 | 2026-05-28T08:50:07.070Z | info: running `cargo check --bins` on clickhouse-admin-api (105/298) |
| 3044 | 2026-05-28T08:50:07.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-05-28T08:50:07.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-05-28T08:50:07.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-05-28T08:50:07.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3048 | 2026-05-28T08:50:07.701Z | |
| 3049 | 2026-05-28T08:50:07.701Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/298) |
| 3050 | 2026-05-28T08:50:08.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-05-28T08:50:08.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-05-28T08:50:08.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-05-28T08:50:08.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3054 | 2026-05-28T08:50:08.335Z | |
| 3055 | 2026-05-28T08:50:08.335Z | info: running `cargo check --bins` on bootstrap-agent-client (107/298) |
| 3056 | 2026-05-28T08:50:08.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-05-28T08:50:08.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-05-28T08:50:08.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-05-28T08:50:08.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3060 | 2026-05-28T08:50:08.975Z | |
| 3061 | 2026-05-28T08:50:08.975Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298) |
| 3062 | 2026-05-28T08:50:09.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-05-28T08:50:09.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-05-28T08:50:09.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-05-28T08:50:09.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3066 | 2026-05-28T08:50:09.615Z | |
| 3067 | 2026-05-28T08:50:09.615Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298) |
| 3068 | 2026-05-28T08:50:10.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-05-28T08:50:10.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-05-28T08:50:10.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2026-05-28T08:50:10.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3072 | 2026-05-28T08:50:10.245Z | |
| 3073 | 2026-05-28T08:50:10.245Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/298) |
| 3074 | 2026-05-28T08:50:10.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2026-05-28T08:50:10.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2026-05-28T08:50:10.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2026-05-28T08:50:10.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3078 | 2026-05-28T08:50:10.882Z | |
| 3079 | 2026-05-28T08:50:10.882Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/298) |
| 3080 | 2026-05-28T08:50:11.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2026-05-28T08:50:11.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2026-05-28T08:50:11.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2026-05-28T08:50:11.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3084 | 2026-05-28T08:50:11.516Z | |
| 3085 | 2026-05-28T08:50:11.516Z | info: running `cargo check --bins` on cockroach-admin-client (112/298) |
| 3086 | 2026-05-28T08:50:12.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2026-05-28T08:50:12.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2026-05-28T08:50:12.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2026-05-28T08:50:12.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3090 | 2026-05-28T08:50:12.131Z | |
| 3091 | 2026-05-28T08:50:12.131Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/298) |
| 3092 | 2026-05-28T08:50:12.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2026-05-28T08:50:12.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2026-05-28T08:50:12.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2026-05-28T08:50:12.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3096 | 2026-05-28T08:50:12.764Z | |
| 3097 | 2026-05-28T08:50:12.764Z | info: running `cargo check --bins` on dns-service-client (114/298) |
| 3098 | 2026-05-28T08:50:13.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2026-05-28T08:50:13.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2026-05-28T08:50:13.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3101 | 2026-05-28T08:50:13.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3102 | 2026-05-28T08:50:13.397Z | |
| 3103 | 2026-05-28T08:50:13.397Z | info: running `cargo check --bins` on installinator-client (115/298) |
| 3104 | 2026-05-28T08:50:13.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2026-05-28T08:50:13.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2026-05-28T08:50:13.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2026-05-28T08:50:13.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3108 | 2026-05-28T08:50:14.027Z | |
| 3109 | 2026-05-28T08:50:14.027Z | info: running `cargo check --bins` on nexus-client (116/298) |
| 3110 | 2026-05-28T08:50:14.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2026-05-28T08:50:14.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2026-05-28T08:50:14.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2026-05-28T08:50:14.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3114 | 2026-05-28T08:50:14.699Z | |
| 3115 | 2026-05-28T08:50:14.699Z | info: running `cargo check --bins` on nexus-lockstep-client (117/298) |
| 3116 | 2026-05-28T08:50:15.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2026-05-28T08:50:15.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2026-05-28T08:50:15.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3119 | 2026-05-28T08:50:15.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3120 | 2026-05-28T08:50:15.376Z | |
| 3121 | 2026-05-28T08:50:15.376Z | info: running `cargo check --bins` on ntp-admin-client (118/298) |
| 3122 | 2026-05-28T08:50:15.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2026-05-28T08:50:15.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2026-05-28T08:50:15.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2026-05-28T08:50:15.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3126 | 2026-05-28T08:50:15.994Z | |
| 3127 | 2026-05-28T08:50:15.994Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/298) |
| 3128 | 2026-05-28T08:50:16.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2026-05-28T08:50:16.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2026-05-28T08:50:16.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2026-05-28T08:50:16.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3132 | 2026-05-28T08:50:16.613Z | |
| 3133 | 2026-05-28T08:50:16.613Z | info: running `cargo check --bins` on oxide-client (120/298) |
| 3134 | 2026-05-28T08:50:17.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2026-05-28T08:50:17.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2026-05-28T08:50:17.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2026-05-28T08:50:17.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3138 | 2026-05-28T08:50:17.235Z | |
| 3139 | 2026-05-28T08:50:17.235Z | info: running `cargo check --bins` on oximeter-client (121/298) |
| 3140 | 2026-05-28T08:50:17.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2026-05-28T08:50:17.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2026-05-28T08:50:17.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2026-05-28T08:50:17.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3144 | 2026-05-28T08:50:17.872Z | |
| 3145 | 2026-05-28T08:50:17.872Z | info: running `cargo check --bins` on repo-depot-client (122/298) |
| 3146 | 2026-05-28T08:50:18.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2026-05-28T08:50:18.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2026-05-28T08:50:18.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2026-05-28T08:50:18.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3150 | 2026-05-28T08:50:18.493Z | |
| 3151 | 2026-05-28T08:50:18.493Z | info: running `cargo check --bins` on sled-agent-client (123/298) |
| 3152 | 2026-05-28T08:50:19.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2026-05-28T08:50:19.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2026-05-28T08:50:19.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2026-05-28T08:50:19.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3156 | 2026-05-28T08:50:19.137Z | |
| 3157 | 2026-05-28T08:50:19.137Z | info: running `cargo check --bins` on wicketd-client (124/298) |
| 3158 | 2026-05-28T08:50:19.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-05-28T08:50:19.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-05-28T08:50:19.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2026-05-28T08:50:19.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3162 | 2026-05-28T08:50:19.801Z | |
| 3163 | 2026-05-28T08:50:19.801Z | info: running `cargo check --bins` on installinator-common (125/298) |
| 3164 | 2026-05-28T08:50:20.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2026-05-28T08:50:20.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2026-05-28T08:50:20.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2026-05-28T08:50:20.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3168 | 2026-05-28T08:50:20.450Z | |
| 3169 | 2026-05-28T08:50:20.451Z | info: running `cargo check --bins` on installinator-common-versions (126/298) |
| 3170 | 2026-05-28T08:50:20.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2026-05-28T08:50:20.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2026-05-28T08:50:20.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2026-05-28T08:50:20.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3174 | 2026-05-28T08:50:21.062Z | |
| 3175 | 2026-05-28T08:50:21.062Z | info: running `cargo check --bins` on wicket-common (127/298) |
| 3176 | 2026-05-28T08:50:21.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2026-05-28T08:50:21.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2026-05-28T08:50:21.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2026-05-28T08:50:21.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3180 | 2026-05-28T08:50:21.705Z | |
| 3181 | 2026-05-28T08:50:21.705Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/298) |
| 3182 | 2026-05-28T08:50:22.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2026-05-28T08:50:22.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2026-05-28T08:50:22.431Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3185 | 2026-05-28T08:50:22.552Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3186 | 2026-05-28T08:50:22.560Z | Checking csv-core v0.1.13 |
| 3187 | 2026-05-28T08:50:22.567Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3188 | 2026-05-28T08:50:22.575Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3189 | 2026-05-28T08:50:22.585Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3190 | 2026-05-28T08:50:22.597Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3191 | 2026-05-28T08:50:22.610Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3192 | 2026-05-28T08:50:22.719Z | Checking csv v1.4.0 |
| 3193 | 2026-05-28T08:50:22.759Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3194 | 2026-05-28T08:50:22.774Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3195 | 2026-05-28T08:50:22.799Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3196 | 2026-05-28T08:50:22.814Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3197 | 2026-05-28T08:50:23.058Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3198 | 2026-05-28T08:50:23.421Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3199 | 2026-05-28T08:50:23.424Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3200 | 2026-05-28T08:50:23.753Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3201 | 2026-05-28T08:50:29.589Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3202 | 2026-05-28T08:50:30.115Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3203 | 2026-05-28T08:50:32.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s |
| 3204 | 2026-05-28T08:50:32.641Z | |
| 3205 | 2026-05-28T08:50:32.641Z | info: running `cargo check --bins` on cockroach-admin-api (129/298) |
| 3206 | 2026-05-28T08:50:33.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2026-05-28T08:50:33.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2026-05-28T08:50:33.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3209 | 2026-05-28T08:50:33.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3210 | 2026-05-28T08:50:33.273Z | |
| 3211 | 2026-05-28T08:50:33.273Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298) |
| 3212 | 2026-05-28T08:50:33.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-05-28T08:50:33.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-05-28T08:50:33.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3215 | 2026-05-28T08:50:33.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3216 | 2026-05-28T08:50:34.000Z | |
| 3217 | 2026-05-28T08:50:34.000Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298) |
| 3218 | 2026-05-28T08:50:34.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-05-28T08:50:34.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-05-28T08:50:34.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3221 | 2026-05-28T08:50:34.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3222 | 2026-05-28T08:50:34.723Z | |
| 3223 | 2026-05-28T08:50:34.723Z | info: running `cargo check --bins` on gateway-test-utils (132/298) |
| 3224 | 2026-05-28T08:50:35.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-05-28T08:50:35.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-05-28T08:50:35.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3227 | 2026-05-28T08:50:35.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3228 | 2026-05-28T08:50:35.399Z | |
| 3229 | 2026-05-28T08:50:35.399Z | info: running `cargo check --bins` on omicron-gateway (133/298) |
| 3230 | 2026-05-28T08:50:35.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-05-28T08:50:35.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-05-28T08:50:36.280Z | Compiling regress v0.11.1 |
| 3233 | 2026-05-28T08:50:36.456Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3234 | 2026-05-28T08:50:36.460Z | Compiling unsafe-libyaml v0.2.11 |
| 3235 | 2026-05-28T08:50:36.460Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3236 | 2026-05-28T08:50:36.460Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3237 | 2026-05-28T08:50:36.460Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3238 | 2026-05-28T08:50:36.463Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3239 | 2026-05-28T08:50:36.715Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3240 | 2026-05-28T08:50:36.734Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3241 | 2026-05-28T08:50:36.827Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3242 | 2026-05-28T08:50:36.915Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3243 | 2026-05-28T08:50:37.299Z | Compiling serde_yaml v0.9.34+deprecated |
| 3244 | 2026-05-28T08:50:37.432Z | Compiling semver v0.1.20 |
| 3245 | 2026-05-28T08:50:37.719Z | Compiling rustc_version v0.1.7 |
| 3246 | 2026-05-28T08:50:37.917Z | Compiling typify-impl v0.6.2 |
| 3247 | 2026-05-28T08:50:37.973Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3248 | 2026-05-28T08:50:38.016Z | Compiling owo-colors v4.3.0 |
| 3249 | 2026-05-28T08:50:38.178Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3250 | 2026-05-28T08:50:38.223Z | Compiling cancel-safe-futures v0.1.5 |
| 3251 | 2026-05-28T08:50:38.281Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3252 | 2026-05-28T08:50:38.399Z | Compiling newtype_derive v0.1.6 |
| 3253 | 2026-05-28T08:50:38.457Z | Checking libsw-core v0.3.2 |
| 3254 | 2026-05-28T08:50:38.613Z | Checking libsw v3.5.0 |
| 3255 | 2026-05-28T08:50:38.821Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3256 | 2026-05-28T08:50:39.115Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3257 | 2026-05-28T08:50:39.436Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3258 | 2026-05-28T08:50:39.545Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3259 | 2026-05-28T08:50:39.589Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3260 | 2026-05-28T08:50:39.592Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3261 | 2026-05-28T08:50:39.879Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3262 | 2026-05-28T08:50:40.017Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3263 | 2026-05-28T08:50:40.130Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3264 | 2026-05-28T08:50:40.196Z | Checking tagptr v0.2.0 |
| 3265 | 2026-05-28T08:50:40.245Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3266 | 2026-05-28T08:50:40.342Z | Checking linear-map v1.2.0 |
| 3267 | 2026-05-28T08:50:40.388Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3268 | 2026-05-28T08:50:40.405Z | Checking moka v0.12.13 |
| 3269 | 2026-05-28T08:50:40.518Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3270 | 2026-05-28T08:50:40.600Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3271 | 2026-05-28T08:50:40.662Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3272 | 2026-05-28T08:50:40.784Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3273 | 2026-05-28T08:50:40.867Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3274 | 2026-05-28T08:50:41.000Z | Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3275 | 2026-05-28T08:50:41.016Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3276 | 2026-05-28T08:50:41.033Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3277 | 2026-05-28T08:50:41.053Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3278 | 2026-05-28T08:50:41.129Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3279 | 2026-05-28T08:50:41.203Z | Checking unicode-linebreak v0.1.5 |
| 3280 | 2026-05-28T08:50:41.225Z | Checking smawk v0.3.2 |
| 3281 | 2026-05-28T08:50:41.320Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3282 | 2026-05-28T08:50:41.360Z | Checking hickory-resolver v0.25.2 |
| 3283 | 2026-05-28T08:50:41.377Z | Checking steno v0.4.1 |
| 3284 | 2026-05-28T08:50:41.419Z | Checking textwrap v0.16.2 |
| 3285 | 2026-05-28T08:50:41.497Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3286 | 2026-05-28T08:50:41.534Z | Compiling num-derive v0.3.3 |
| 3287 | 2026-05-28T08:50:41.640Z | Compiling radium v0.7.0 |
| 3288 | 2026-05-28T08:50:41.936Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3289 | 2026-05-28T08:50:42.069Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3290 | 2026-05-28T08:50:42.376Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3291 | 2026-05-28T08:50:42.423Z | Checking libscf-sys v1.1.0 |
| 3292 | 2026-05-28T08:50:42.442Z | Compiling typify-macro v0.6.2 |
| 3293 | 2026-05-28T08:50:42.490Z | Checking nom v8.0.0 |
| 3294 | 2026-05-28T08:50:42.555Z | Checking tap v1.0.1 |
| 3295 | 2026-05-28T08:50:42.575Z | Compiling maybe-uninit v2.0.0 |
| 3296 | 2026-05-28T08:50:42.614Z | Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3297 | 2026-05-28T08:50:42.668Z | Checking wyz v0.5.1 |
| 3298 | 2026-05-28T08:50:42.863Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3299 | 2026-05-28T08:50:42.922Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3300 | 2026-05-28T08:50:42.949Z | Compiling zerocopy-derive v0.6.6 |
| 3301 | 2026-05-28T08:50:43.058Z | Compiling packed_struct v0.10.1 |
| 3302 | 2026-05-28T08:50:43.074Z | Checking funty v2.0.0 |
| 3303 | 2026-05-28T08:50:43.090Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3304 | 2026-05-28T08:50:43.314Z | Checking crc-catalog v2.4.0 |
| 3305 | 2026-05-28T08:50:43.400Z | Checking bitvec v1.0.1 |
| 3306 | 2026-05-28T08:50:43.416Z | Checking crc v3.4.0 |
| 3307 | 2026-05-28T08:50:43.701Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3308 | 2026-05-28T08:50:43.788Z | Checking zerocopy v0.6.6 |
| 3309 | 2026-05-28T08:50:44.093Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3310 | 2026-05-28T08:50:44.197Z | Compiling typify v0.6.2 |
| 3311 | 2026-05-28T08:50:44.312Z | Compiling progenitor-impl v0.13.0 |
| 3312 | 2026-05-28T08:50:44.351Z | Compiling progenitor-impl v0.14.0 |
| 3313 | 2026-05-28T08:50:44.457Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3314 | 2026-05-28T08:50:44.697Z | Compiling packed_struct_codegen v0.10.1 |
| 3315 | 2026-05-28T08:50:45.202Z | Compiling bitfield-macros v0.19.4 |
| 3316 | 2026-05-28T08:50:45.304Z | Compiling indexmap v1.9.3 |
| 3317 | 2026-05-28T08:50:45.340Z | Checking nodrop v0.1.14 |
| 3318 | 2026-05-28T08:50:45.438Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3319 | 2026-05-28T08:50:45.441Z | Checking array-init v0.0.4 |
| 3320 | 2026-05-28T08:50:45.528Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3321 | 2026-05-28T08:50:45.708Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3322 | 2026-05-28T08:50:45.756Z | Checking smallvec v0.6.14 |
| 3323 | 2026-05-28T08:50:45.896Z | Checking bitfield v0.19.4 |
| 3324 | 2026-05-28T08:50:45.952Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3325 | 2026-05-28T08:50:46.085Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3326 | 2026-05-28T08:50:46.102Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3327 | 2026-05-28T08:50:46.118Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3328 | 2026-05-28T08:50:46.505Z | Checking base64 v0.21.7 |
| 3329 | 2026-05-28T08:50:46.694Z | Checking hashbrown v0.12.3 |
| 3330 | 2026-05-28T08:50:46.752Z | Checking ron v0.8.1 |
| 3331 | 2026-05-28T08:50:46.817Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3332 | 2026-05-28T08:50:46.884Z | Compiling progenitor-macro v0.13.0 |
| 3333 | 2026-05-28T08:50:46.909Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3334 | 2026-05-28T08:50:46.939Z | Compiling progenitor-macro v0.14.0 |
| 3335 | 2026-05-28T08:50:47.087Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3336 | 2026-05-28T08:50:47.270Z | Checking serde-hex v0.1.0 |
| 3337 | 2026-05-28T08:50:47.431Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3338 | 2026-05-28T08:50:47.600Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3339 | 2026-05-28T08:50:47.889Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3340 | 2026-05-28T08:50:48.007Z | Checking hashbrown v0.13.2 |
| 3341 | 2026-05-28T08:50:48.162Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3342 | 2026-05-28T08:50:48.205Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3343 | 2026-05-28T08:50:48.363Z | Checking crc-any v2.5.0 |
| 3344 | 2026-05-28T08:50:48.427Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3345 | 2026-05-28T08:50:48.461Z | Checking object v0.30.4 |
| 3346 | 2026-05-28T08:50:48.552Z | Checking utf-8 v0.7.6 |
| 3347 | 2026-05-28T08:50:48.598Z | Checking void v1.0.2 |
| 3348 | 2026-05-28T08:50:48.695Z | Checking path-slash v0.1.5 |
| 3349 | 2026-05-28T08:50:48.712Z | Checking half v1.8.3 |
| 3350 | 2026-05-28T08:50:48.785Z | Checking lzss v0.8.2 |
| 3351 | 2026-05-28T08:50:48.806Z | Checking tungstenite v0.23.0 |
| 3352 | 2026-05-28T08:50:48.910Z | Checking serde_cbor v0.11.2 |
| 3353 | 2026-05-28T08:50:49.120Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3354 | 2026-05-28T08:50:49.179Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3355 | 2026-05-28T08:50:49.224Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3356 | 2026-05-28T08:50:49.294Z | Checking nix v0.27.1 |
| 3357 | 2026-05-28T08:50:49.344Z | Checking kstat-rs v0.2.4 |
| 3358 | 2026-05-28T08:50:49.483Z | Checking fxhash v0.2.1 |
| 3359 | 2026-05-28T08:50:49.544Z | Checking serde_bytes v0.11.19 |
| 3360 | 2026-05-28T08:50:49.562Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3361 | 2026-05-28T08:50:49.609Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3362 | 2026-05-28T08:50:49.726Z | Checking tokio-tungstenite v0.23.1 |
| 3363 | 2026-05-28T08:50:49.812Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3364 | 2026-05-28T08:50:49.923Z | Checking signal-hook-tokio v0.3.1 |
| 3365 | 2026-05-28T08:50:49.941Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3366 | 2026-05-28T08:50:50.879Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3367 | 2026-05-28T08:50:51.196Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3368 | 2026-05-28T08:50:51.361Z | Checking progenitor v0.14.0 |
| 3369 | 2026-05-28T08:50:51.435Z | Checking progenitor v0.13.0 |
| 3370 | 2026-05-28T08:50:51.484Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3371 | 2026-05-28T08:50:51.487Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3372 | 2026-05-28T08:50:51.559Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3373 | 2026-05-28T08:50:54.663Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3374 | 2026-05-28T08:51:02.209Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3375 | 2026-05-28T08:51:08.448Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3376 | 2026-05-28T08:51:09.836Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3377 | 2026-05-28T08:51:10.351Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3378 | 2026-05-28T08:51:10.949Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3379 | 2026-05-28T08:51:14.062Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3380 | 2026-05-28T08:51:21.919Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3381 | 2026-05-28T08:51:28.367Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3382 | 2026-05-28T08:51:29.850Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3383 | 2026-05-28T08:51:30.430Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3384 | 2026-05-28T08:51:32.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.27s |
| 3385 | 2026-05-28T08:51:32.894Z | |
| 3386 | 2026-05-28T08:51:32.894Z | info: running `cargo check --bins` on gateway-api (134/298) |
| 3387 | 2026-05-28T08:51:33.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2026-05-28T08:51:33.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2026-05-28T08:51:33.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2026-05-28T08:51:33.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3391 | 2026-05-28T08:51:33.524Z | |
| 3392 | 2026-05-28T08:51:33.524Z | info: running `cargo check --bins` on ipcc (135/298) |
| 3393 | 2026-05-28T08:51:34.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2026-05-28T08:51:34.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2026-05-28T08:51:34.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2026-05-28T08:51:34.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3397 | 2026-05-28T08:51:34.155Z | |
| 3398 | 2026-05-28T08:51:34.155Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298) |
| 3399 | 2026-05-28T08:51:34.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2026-05-28T08:51:34.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2026-05-28T08:51:34.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2026-05-28T08:51:34.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3403 | 2026-05-28T08:51:34.774Z | |
| 3404 | 2026-05-28T08:51:34.774Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298) |
| 3405 | 2026-05-28T08:51:35.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2026-05-28T08:51:35.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2026-05-28T08:51:35.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2026-05-28T08:51:35.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3409 | 2026-05-28T08:51:35.424Z | |
| 3410 | 2026-05-28T08:51:35.424Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298) |
| 3411 | 2026-05-28T08:51:35.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2026-05-28T08:51:35.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2026-05-28T08:51:35.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2026-05-28T08:51:35.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3415 | 2026-05-28T08:51:36.051Z | |
| 3416 | 2026-05-28T08:51:36.052Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298) |
| 3417 | 2026-05-28T08:51:36.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2026-05-28T08:51:36.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2026-05-28T08:51:36.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2026-05-28T08:51:36.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3421 | 2026-05-28T08:51:36.687Z | |
| 3422 | 2026-05-28T08:51:36.687Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298) |
| 3423 | 2026-05-28T08:51:37.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2026-05-28T08:51:37.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2026-05-28T08:51:37.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2026-05-28T08:51:37.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3427 | 2026-05-28T08:51:37.319Z | |
| 3428 | 2026-05-28T08:51:37.319Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298) |
| 3429 | 2026-05-28T08:51:37.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2026-05-28T08:51:37.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2026-05-28T08:51:37.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3432 | 2026-05-28T08:51:37.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3433 | 2026-05-28T08:51:37.972Z | |
| 3434 | 2026-05-28T08:51:37.972Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298) |
| 3435 | 2026-05-28T08:51:38.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2026-05-28T08:51:38.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2026-05-28T08:51:38.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3438 | 2026-05-28T08:51:38.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3439 | 2026-05-28T08:51:38.604Z | |
| 3440 | 2026-05-28T08:51:38.604Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298) |
| 3441 | 2026-05-28T08:51:39.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3442 | 2026-05-28T08:51:39.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3443 | 2026-05-28T08:51:39.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3444 | 2026-05-28T08:51:39.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3445 | 2026-05-28T08:51:39.234Z | |
| 3446 | 2026-05-28T08:51:39.234Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298) |
| 3447 | 2026-05-28T08:51:39.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3448 | 2026-05-28T08:51:39.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3449 | 2026-05-28T08:51:39.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3450 | 2026-05-28T08:51:39.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3451 | 2026-05-28T08:51:39.864Z | |
| 3452 | 2026-05-28T08:51:39.864Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298) |
| 3453 | 2026-05-28T08:51:40.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3454 | 2026-05-28T08:51:40.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3455 | 2026-05-28T08:51:40.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3456 | 2026-05-28T08:51:40.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3457 | 2026-05-28T08:51:40.498Z | |
| 3458 | 2026-05-28T08:51:40.498Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298) |
| 3459 | 2026-05-28T08:51:41.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3460 | 2026-05-28T08:51:41.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3461 | 2026-05-28T08:51:41.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3462 | 2026-05-28T08:51:41.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3463 | 2026-05-28T08:51:41.132Z | |
| 3464 | 2026-05-28T08:51:41.133Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298) |
| 3465 | 2026-05-28T08:51:41.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3466 | 2026-05-28T08:51:41.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3467 | 2026-05-28T08:51:41.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3468 | 2026-05-28T08:51:41.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3469 | 2026-05-28T08:51:41.770Z | |
| 3470 | 2026-05-28T08:51:41.770Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298) |
| 3471 | 2026-05-28T08:51:42.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3472 | 2026-05-28T08:51:42.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3473 | 2026-05-28T08:51:42.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3474 | 2026-05-28T08:51:42.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3475 | 2026-05-28T08:51:42.425Z | |
| 3476 | 2026-05-28T08:51:42.426Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298) |
| 3477 | 2026-05-28T08:51:42.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3478 | 2026-05-28T08:51:42.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3479 | 2026-05-28T08:51:42.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3480 | 2026-05-28T08:51:42.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3481 | 2026-05-28T08:51:43.081Z | |
| 3482 | 2026-05-28T08:51:43.082Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298) |
| 3483 | 2026-05-28T08:51:43.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3484 | 2026-05-28T08:51:43.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3485 | 2026-05-28T08:51:43.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3486 | 2026-05-28T08:51:43.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3487 | 2026-05-28T08:51:43.736Z | |
| 3488 | 2026-05-28T08:51:43.736Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298) |
| 3489 | 2026-05-28T08:51:44.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3490 | 2026-05-28T08:51:44.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3491 | 2026-05-28T08:51:44.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3492 | 2026-05-28T08:51:44.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3493 | 2026-05-28T08:51:44.388Z | |
| 3494 | 2026-05-28T08:51:44.388Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298) |
| 3495 | 2026-05-28T08:51:44.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3496 | 2026-05-28T08:51:44.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3497 | 2026-05-28T08:51:44.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3498 | 2026-05-28T08:51:44.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3499 | 2026-05-28T08:51:45.040Z | |
| 3500 | 2026-05-28T08:51:45.040Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298) |
| 3501 | 2026-05-28T08:51:45.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3502 | 2026-05-28T08:51:45.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3503 | 2026-05-28T08:51:45.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3504 | 2026-05-28T08:51:45.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3505 | 2026-05-28T08:51:45.694Z | |
| 3506 | 2026-05-28T08:51:45.694Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298) |
| 3507 | 2026-05-28T08:51:46.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3508 | 2026-05-28T08:51:46.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3509 | 2026-05-28T08:51:46.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3510 | 2026-05-28T08:51:46.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3511 | 2026-05-28T08:51:46.344Z | |
| 3512 | 2026-05-28T08:51:46.344Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298) |
| 3513 | 2026-05-28T08:51:46.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3514 | 2026-05-28T08:51:46.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3515 | 2026-05-28T08:51:46.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3516 | 2026-05-28T08:51:46.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3517 | 2026-05-28T08:51:46.995Z | |
| 3518 | 2026-05-28T08:51:46.995Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298) |
| 3519 | 2026-05-28T08:51:47.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3520 | 2026-05-28T08:51:47.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3521 | 2026-05-28T08:51:47.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3522 | 2026-05-28T08:51:47.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3523 | 2026-05-28T08:51:47.646Z | |
| 3524 | 2026-05-28T08:51:47.646Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298) |
| 3525 | 2026-05-28T08:51:48.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2026-05-28T08:51:48.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2026-05-28T08:51:48.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3528 | 2026-05-28T08:51:48.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3529 | 2026-05-28T08:51:48.293Z | |
| 3530 | 2026-05-28T08:51:48.293Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298) |
| 3531 | 2026-05-28T08:51:48.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3532 | 2026-05-28T08:51:48.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3533 | 2026-05-28T08:51:48.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3534 | 2026-05-28T08:51:48.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3535 | 2026-05-28T08:51:48.928Z | |
| 3536 | 2026-05-28T08:51:48.928Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298) |
| 3537 | 2026-05-28T08:51:49.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3538 | 2026-05-28T08:51:49.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3539 | 2026-05-28T08:51:49.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3540 | 2026-05-28T08:51:49.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3541 | 2026-05-28T08:51:49.570Z | |
| 3542 | 2026-05-28T08:51:49.570Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298) |
| 3543 | 2026-05-28T08:51:50.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3544 | 2026-05-28T08:51:50.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3545 | 2026-05-28T08:51:50.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3546 | 2026-05-28T08:51:50.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3547 | 2026-05-28T08:51:50.207Z | |
| 3548 | 2026-05-28T08:51:50.207Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298) |
| 3549 | 2026-05-28T08:51:50.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3550 | 2026-05-28T08:51:50.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3551 | 2026-05-28T08:51:50.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3552 | 2026-05-28T08:51:50.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3553 | 2026-05-28T08:51:50.843Z | |
| 3554 | 2026-05-28T08:51:50.843Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298) |
| 3555 | 2026-05-28T08:51:51.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3556 | 2026-05-28T08:51:51.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3557 | 2026-05-28T08:51:51.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3558 | 2026-05-28T08:51:51.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3559 | 2026-05-28T08:51:51.478Z | |
| 3560 | 2026-05-28T08:51:51.478Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298) |
| 3561 | 2026-05-28T08:51:52.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3562 | 2026-05-28T08:51:52.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3563 | 2026-05-28T08:51:52.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3564 | 2026-05-28T08:51:52.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3565 | 2026-05-28T08:51:52.120Z | |
| 3566 | 2026-05-28T08:51:52.120Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298) |
| 3567 | 2026-05-28T08:51:52.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3568 | 2026-05-28T08:51:52.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3569 | 2026-05-28T08:51:52.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3570 | 2026-05-28T08:51:52.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3571 | 2026-05-28T08:51:52.760Z | |
| 3572 | 2026-05-28T08:51:52.760Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298) |
| 3573 | 2026-05-28T08:51:53.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3574 | 2026-05-28T08:51:53.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3575 | 2026-05-28T08:51:53.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3576 | 2026-05-28T08:51:53.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3577 | 2026-05-28T08:51:53.388Z | |
| 3578 | 2026-05-28T08:51:53.388Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298) |
| 3579 | 2026-05-28T08:51:53.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3580 | 2026-05-28T08:51:53.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3581 | 2026-05-28T08:51:53.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3582 | 2026-05-28T08:51:53.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3583 | 2026-05-28T08:51:54.045Z | |
| 3584 | 2026-05-28T08:51:54.045Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298) |
| 3585 | 2026-05-28T08:51:54.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3586 | 2026-05-28T08:51:54.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3587 | 2026-05-28T08:51:54.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3588 | 2026-05-28T08:51:54.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3589 | 2026-05-28T08:51:54.700Z | |
| 3590 | 2026-05-28T08:51:54.700Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298) |
| 3591 | 2026-05-28T08:51:55.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2026-05-28T08:51:55.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2026-05-28T08:51:55.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3594 | 2026-05-28T08:51:55.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3595 | 2026-05-28T08:51:55.352Z | |
| 3596 | 2026-05-28T08:51:55.352Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298) |
| 3597 | 2026-05-28T08:51:55.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2026-05-28T08:51:55.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2026-05-28T08:51:55.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2026-05-28T08:51:55.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3601 | 2026-05-28T08:51:56.002Z | |
| 3602 | 2026-05-28T08:51:56.002Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298) |
| 3603 | 2026-05-28T08:51:56.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2026-05-28T08:51:56.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2026-05-28T08:51:56.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3606 | 2026-05-28T08:51:56.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3607 | 2026-05-28T08:51:56.657Z | |
| 3608 | 2026-05-28T08:51:56.657Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298) |
| 3609 | 2026-05-28T08:51:57.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2026-05-28T08:51:57.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2026-05-28T08:51:57.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3612 | 2026-05-28T08:51:57.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3613 | 2026-05-28T08:51:57.310Z | |
| 3614 | 2026-05-28T08:51:57.310Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298) |
| 3615 | 2026-05-28T08:51:57.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3616 | 2026-05-28T08:51:57.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3617 | 2026-05-28T08:51:57.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3618 | 2026-05-28T08:51:57.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3619 | 2026-05-28T08:51:57.965Z | |
| 3620 | 2026-05-28T08:51:57.965Z | info: running `cargo check --bins` on oximeter-producer (173/298) |
| 3621 | 2026-05-28T08:51:58.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3622 | 2026-05-28T08:51:58.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3623 | 2026-05-28T08:51:58.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3624 | 2026-05-28T08:51:58.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3625 | 2026-05-28T08:51:58.638Z | |
| 3626 | 2026-05-28T08:51:58.638Z | info: running `cargo check --bins` on internal-dns-resolver (174/298) |
| 3627 | 2026-05-28T08:51:59.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3628 | 2026-05-28T08:51:59.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3629 | 2026-05-28T08:51:59.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3630 | 2026-05-28T08:51:59.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3631 | 2026-05-28T08:51:59.273Z | |
| 3632 | 2026-05-28T08:51:59.273Z | info: running `cargo check --bins` on dns-server (175/298) |
| 3633 | 2026-05-28T08:51:59.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3634 | 2026-05-28T08:51:59.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3635 | 2026-05-28T08:51:59.960Z | Compiling parking_lot_core v0.8.6 |
| 3636 | 2026-05-28T08:51:59.960Z | Compiling atomicwrites v0.4.4 |
| 3637 | 2026-05-28T08:51:59.960Z | Compiling git-stub v1.0.0 |
| 3638 | 2026-05-28T08:51:59.963Z | Checking prefix-trie v0.7.0 |
| 3639 | 2026-05-28T08:51:59.963Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3640 | 2026-05-28T08:52:00.202Z | Compiling git-stub-vcs v0.1.0 |
| 3641 | 2026-05-28T08:52:00.392Z | Checking hickory-server v0.25.2 |
| 3642 | 2026-05-28T08:52:00.469Z | Checking parking_lot v0.11.2 |
| 3643 | 2026-05-28T08:52:00.483Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3644 | 2026-05-28T08:52:00.556Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3645 | 2026-05-28T08:52:00.557Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3646 | 2026-05-28T08:52:00.640Z | Checking sled v0.34.7 |
| 3647 | 2026-05-28T08:52:02.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 3648 | 2026-05-28T08:52:02.707Z | |
| 3649 | 2026-05-28T08:52:02.707Z | info: running `cargo check --bins` on dns-server-api (176/298) |
| 3650 | 2026-05-28T08:52:03.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-05-28T08:52:03.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-05-28T08:52:03.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-05-28T08:52:03.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3654 | 2026-05-28T08:52:03.337Z | |
| 3655 | 2026-05-28T08:52:03.337Z | info: running `cargo check --bins` on oximeter-producer-api (177/298) |
| 3656 | 2026-05-28T08:52:03.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-05-28T08:52:03.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-05-28T08:52:03.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2026-05-28T08:52:03.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3660 | 2026-05-28T08:52:03.970Z | |
| 3661 | 2026-05-28T08:52:03.970Z | info: running `cargo check --bins` on sp-sim (178/298) |
| 3662 | 2026-05-28T08:52:04.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-05-28T08:52:04.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-05-28T08:52:04.745Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3665 | 2026-05-28T08:52:06.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
| 3666 | 2026-05-28T08:52:06.884Z | |
| 3667 | 2026-05-28T08:52:06.884Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298) |
| 3668 | 2026-05-28T08:52:07.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-05-28T08:52:07.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-05-28T08:52:07.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-05-28T08:52:07.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3672 | 2026-05-28T08:52:07.572Z | |
| 3673 | 2026-05-28T08:52:07.572Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298) |
| 3674 | 2026-05-28T08:52:08.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-05-28T08:52:08.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-05-28T08:52:08.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2026-05-28T08:52:08.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3678 | 2026-05-28T08:52:08.263Z | |
| 3679 | 2026-05-28T08:52:08.263Z | info: running `cargo check --bins` on db-macros (181/298) |
| 3680 | 2026-05-28T08:52:08.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-05-28T08:52:08.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-05-28T08:52:08.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2026-05-28T08:52:08.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3684 | 2026-05-28T08:52:08.885Z | |
| 3685 | 2026-05-28T08:52:08.885Z | info: running `cargo check --bins` on nexus-macros-common (182/298) |
| 3686 | 2026-05-28T08:52:09.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-05-28T08:52:09.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-05-28T08:52:09.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3689 | 2026-05-28T08:52:09.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3690 | 2026-05-28T08:52:09.504Z | |
| 3691 | 2026-05-28T08:52:09.504Z | info: running `cargo check --bins` on nexus-auth (183/298) |
| 3692 | 2026-05-28T08:52:10.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-05-28T08:52:10.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-05-28T08:52:10.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3695 | 2026-05-28T08:52:10.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3696 | 2026-05-28T08:52:10.201Z | |
| 3697 | 2026-05-28T08:52:10.201Z | info: running `cargo check --bins` on authz-macros (184/298) |
| 3698 | 2026-05-28T08:52:10.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-05-28T08:52:10.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-05-28T08:52:10.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3701 | 2026-05-28T08:52:10.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3702 | 2026-05-28T08:52:10.819Z | |
| 3703 | 2026-05-28T08:52:10.819Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/298) |
| 3704 | 2026-05-28T08:52:11.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-05-28T08:52:11.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-05-28T08:52:11.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3707 | 2026-05-28T08:52:11.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3708 | 2026-05-28T08:52:11.505Z | |
| 3709 | 2026-05-28T08:52:11.505Z | info: running `cargo check --bins` on nexus-db-model (186/298) |
| 3710 | 2026-05-28T08:52:12.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-05-28T08:52:12.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-05-28T08:52:12.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3713 | 2026-05-28T08:52:12.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3714 | 2026-05-28T08:52:12.187Z | |
| 3715 | 2026-05-28T08:52:12.188Z | info: running `cargo check --bins` on nexus-db-schema (187/298) |
| 3716 | 2026-05-28T08:52:12.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-05-28T08:52:12.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-05-28T08:52:12.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3719 | 2026-05-28T08:52:12.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3720 | 2026-05-28T08:52:12.807Z | |
| 3721 | 2026-05-28T08:52:12.807Z | info: running `cargo check --bins` on omicron-rpaths (188/298) |
| 3722 | 2026-05-28T08:52:13.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-05-28T08:52:13.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-05-28T08:52:13.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3725 | 2026-05-28T08:52:13.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3726 | 2026-05-28T08:52:13.421Z | |
| 3727 | 2026-05-28T08:52:13.421Z | info: running `cargo check --bins` on nexus-defaults (189/298) |
| 3728 | 2026-05-28T08:52:13.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-05-28T08:52:13.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-05-28T08:52:13.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3731 | 2026-05-28T08:52:13.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3732 | 2026-05-28T08:52:14.056Z | |
| 3733 | 2026-05-28T08:52:14.056Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/298) |
| 3734 | 2026-05-28T08:52:14.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-05-28T08:52:14.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-05-28T08:52:14.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2026-05-28T08:52:14.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3738 | 2026-05-28T08:52:14.678Z | |
| 3739 | 2026-05-28T08:52:14.678Z | info: running `cargo check --bins` on parallel-task-set (191/298) |
| 3740 | 2026-05-28T08:52:15.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-05-28T08:52:15.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-05-28T08:52:15.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3743 | 2026-05-28T08:52:15.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3744 | 2026-05-28T08:52:15.291Z | |
| 3745 | 2026-05-28T08:52:15.291Z | info: running `cargo check --bins` on nexus-db-errors (192/298) |
| 3746 | 2026-05-28T08:52:15.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-05-28T08:52:15.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-05-28T08:52:15.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3749 | 2026-05-28T08:52:15.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3750 | 2026-05-28T08:52:15.977Z | |
| 3751 | 2026-05-28T08:52:15.978Z | info: running `cargo check --bins` on nexus-db-lookup (193/298) |
| 3752 | 2026-05-28T08:52:16.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2026-05-28T08:52:16.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2026-05-28T08:52:16.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3755 | 2026-05-28T08:52:16.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3756 | 2026-05-28T08:52:16.668Z | |
| 3757 | 2026-05-28T08:52:16.668Z | info: running `cargo check --bins` on nexus-inventory (194/298) |
| 3758 | 2026-05-28T08:52:17.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2026-05-28T08:52:17.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2026-05-28T08:52:17.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3761 | 2026-05-28T08:52:17.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3762 | 2026-05-28T08:52:17.354Z | |
| 3763 | 2026-05-28T08:52:17.354Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/298) |
| 3764 | 2026-05-28T08:52:17.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3765 | 2026-05-28T08:52:17.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3766 | 2026-05-28T08:52:17.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3767 | 2026-05-28T08:52:17.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3768 | 2026-05-28T08:52:18.012Z | |
| 3769 | 2026-05-28T08:52:18.012Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/298) |
| 3770 | 2026-05-28T08:52:18.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3771 | 2026-05-28T08:52:18.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3772 | 2026-05-28T08:52:18.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3773 | 2026-05-28T08:52:18.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3774 | 2026-05-28T08:52:18.661Z | |
| 3775 | 2026-05-28T08:52:18.661Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/298) |
| 3776 | 2026-05-28T08:52:19.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3777 | 2026-05-28T08:52:19.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3778 | 2026-05-28T08:52:19.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3779 | 2026-05-28T08:52:19.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3780 | 2026-05-28T08:52:19.310Z | |
| 3781 | 2026-05-28T08:52:19.310Z | info: running `cargo check --bins` on key-manager (198/298) |
| 3782 | 2026-05-28T08:52:19.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3783 | 2026-05-28T08:52:19.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3784 | 2026-05-28T08:52:19.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3785 | 2026-05-28T08:52:19.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3786 | 2026-05-28T08:52:19.936Z | |
| 3787 | 2026-05-28T08:52:19.937Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/298) |
| 3788 | 2026-05-28T08:52:20.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3789 | 2026-05-28T08:52:20.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3790 | 2026-05-28T08:52:20.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3791 | 2026-05-28T08:52:20.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3792 | 2026-05-28T08:52:20.589Z | |
| 3793 | 2026-05-28T08:52:20.589Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/298) |
| 3794 | 2026-05-28T08:52:21.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-05-28T08:52:21.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-05-28T08:52:21.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-05-28T08:52:21.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3798 | 2026-05-28T08:52:21.228Z | |
| 3799 | 2026-05-28T08:52:21.229Z | info: running `cargo check --bins` on typed-rng (201/298) |
| 3800 | 2026-05-28T08:52:21.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-05-28T08:52:21.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-05-28T08:52:21.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2026-05-28T08:52:21.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3804 | 2026-05-28T08:52:21.840Z | |
| 3805 | 2026-05-28T08:52:21.840Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/298) |
| 3806 | 2026-05-28T08:52:22.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2026-05-28T08:52:22.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2026-05-28T08:52:22.731Z | Compiling libefi-sys v0.1.0 |
| 3809 | 2026-05-28T08:52:22.731Z | Compiling bitfield-struct v0.6.2 |
| 3810 | 2026-05-28T08:52:22.881Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3811 | 2026-05-28T08:52:22.885Z | Compiling xshell-macros v0.2.7 |
| 3812 | 2026-05-28T08:52:22.901Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3813 | 2026-05-28T08:52:22.909Z | Compiling typify-impl v0.4.3 |
| 3814 | 2026-05-28T08:52:22.912Z | Compiling salty v0.3.0 |
| 3815 | 2026-05-28T08:52:22.912Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3816 | 2026-05-28T08:52:23.016Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3817 | 2026-05-28T08:52:23.075Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3818 | 2026-05-28T08:52:23.232Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3819 | 2026-05-28T08:52:23.309Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3820 | 2026-05-28T08:52:23.371Z | Checking xshell v0.2.7 |
| 3821 | 2026-05-28T08:52:23.386Z | Checking primeorder v0.13.6 |
| 3822 | 2026-05-28T08:52:23.454Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3823 | 2026-05-28T08:52:23.469Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3824 | 2026-05-28T08:52:23.484Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3825 | 2026-05-28T08:52:23.502Z | Checking tungstenite v0.21.0 |
| 3826 | 2026-05-28T08:52:23.555Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3827 | 2026-05-28T08:52:23.622Z | Checking p384 v0.13.1 |
| 3828 | 2026-05-28T08:52:23.720Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3829 | 2026-05-28T08:52:23.840Z | Compiling proc-macro-error2 v2.0.1 |
| 3830 | 2026-05-28T08:52:23.932Z | Checking tokio-tungstenite v0.21.0 |
| 3831 | 2026-05-28T08:52:23.950Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3832 | 2026-05-28T08:52:24.003Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3833 | 2026-05-28T08:52:24.147Z | Compiling tabled_derive v0.11.0 |
| 3834 | 2026-05-28T08:52:24.165Z | Checking papergrid v0.17.0 |
| 3835 | 2026-05-28T08:52:24.203Z | Checking testing_table v0.3.0 |
| 3836 | 2026-05-28T08:52:24.220Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3837 | 2026-05-28T08:52:24.300Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3838 | 2026-05-28T08:52:24.370Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3839 | 2026-05-28T08:52:24.506Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3840 | 2026-05-28T08:52:24.568Z | Checking corncobs v0.1.4 |
| 3841 | 2026-05-28T08:52:24.698Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3842 | 2026-05-28T08:52:24.714Z | Compiling unicase v2.9.0 |
| 3843 | 2026-05-28T08:52:24.823Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3844 | 2026-05-28T08:52:24.899Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3845 | 2026-05-28T08:52:24.916Z | Compiling mime_guess v2.0.5 |
| 3846 | 2026-05-28T08:52:24.932Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3847 | 2026-05-28T08:52:24.968Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3848 | 2026-05-28T08:52:24.994Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3849 | 2026-05-28T08:52:25.154Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3850 | 2026-05-28T08:52:25.261Z | Checking progenitor-client v0.11.2 |
| 3851 | 2026-05-28T08:52:25.296Z | Checking tabled v0.20.0 |
| 3852 | 2026-05-28T08:52:25.359Z | Checking secrecy v0.8.0 |
| 3853 | 2026-05-28T08:52:25.445Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3854 | 2026-05-28T08:52:25.505Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3855 | 2026-05-28T08:52:25.542Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3856 | 2026-05-28T08:52:25.720Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3857 | 2026-05-28T08:52:25.784Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3858 | 2026-05-28T08:52:25.860Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3859 | 2026-05-28T08:52:25.973Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3860 | 2026-05-28T08:52:26.042Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3861 | 2026-05-28T08:52:26.071Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3862 | 2026-05-28T08:52:26.132Z | Checking filetime v0.2.27 |
| 3863 | 2026-05-28T08:52:26.240Z | Checking crc8 v0.1.1 |
| 3864 | 2026-05-28T08:52:26.274Z | Checking xattr v1.6.1 |
| 3865 | 2026-05-28T08:52:26.343Z | Checking http-range v0.1.5 |
| 3866 | 2026-05-28T08:52:26.432Z | Checking tar v0.4.45 |
| 3867 | 2026-05-28T08:52:26.476Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3868 | 2026-05-28T08:52:26.494Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3869 | 2026-05-28T08:52:26.662Z | Checking illumos-nvpair v0.3.0 |
| 3870 | 2026-05-28T08:52:26.665Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3871 | 2026-05-28T08:52:26.837Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3872 | 2026-05-28T08:52:26.904Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3873 | 2026-05-28T08:52:26.959Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3874 | 2026-05-28T08:52:27.156Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3875 | 2026-05-28T08:52:27.228Z | Checking atty v0.2.14 |
| 3876 | 2026-05-28T08:52:27.311Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3877 | 2026-05-28T08:52:27.329Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3878 | 2026-05-28T08:52:27.375Z | Compiling typify-macro v0.4.3 |
| 3879 | 2026-05-28T08:52:27.398Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3880 | 2026-05-28T08:52:27.495Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3881 | 2026-05-28T08:52:27.513Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3882 | 2026-05-28T08:52:27.533Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3883 | 2026-05-28T08:52:27.640Z | Checking hyper-staticfile v0.10.1 |
| 3884 | 2026-05-28T08:52:27.893Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3885 | 2026-05-28T08:52:27.910Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3886 | 2026-05-28T08:52:27.973Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3887 | 2026-05-28T08:52:28.067Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3888 | 2026-05-28T08:52:28.132Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3889 | 2026-05-28T08:52:28.239Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3890 | 2026-05-28T08:52:28.403Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3891 | 2026-05-28T08:52:28.533Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3892 | 2026-05-28T08:52:28.690Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3893 | 2026-05-28T08:52:29.076Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3894 | 2026-05-28T08:52:29.092Z | Compiling typify v0.4.3 |
| 3895 | 2026-05-28T08:52:29.210Z | Compiling progenitor-impl v0.11.2 |
| 3896 | 2026-05-28T08:52:29.567Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3897 | 2026-05-28T08:52:30.066Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3898 | 2026-05-28T08:52:30.488Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3899 | 2026-05-28T08:52:30.805Z | Compiling progenitor-macro v0.11.2 |
| 3900 | 2026-05-28T08:52:32.868Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3901 | 2026-05-28T08:52:33.190Z | Checking progenitor v0.11.2 |
| 3902 | 2026-05-28T08:52:33.321Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3903 | 2026-05-28T08:52:37.968Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3904 | 2026-05-28T08:52:49.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.30s |
| 3905 | 2026-05-28T08:52:49.365Z | |
| 3906 | 2026-05-28T08:52:49.365Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/298) |
| 3907 | 2026-05-28T08:52:49.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3908 | 2026-05-28T08:52:49.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3909 | 2026-05-28T08:52:50.190Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3910 | 2026-05-28T08:53:00.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s |
| 3911 | 2026-05-28T08:53:01.182Z | |
| 3912 | 2026-05-28T08:53:01.182Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/298) |
| 3913 | 2026-05-28T08:53:01.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3914 | 2026-05-28T08:53:01.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3915 | 2026-05-28T08:53:02.004Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3916 | 2026-05-28T08:53:12.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s |
| 3917 | 2026-05-28T08:53:13.015Z | |
| 3918 | 2026-05-28T08:53:13.015Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/298) |
| 3919 | 2026-05-28T08:53:13.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3920 | 2026-05-28T08:53:13.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3921 | 2026-05-28T08:53:13.842Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3922 | 2026-05-28T08:53:24.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s |
| 3923 | 2026-05-28T08:53:24.902Z | |
| 3924 | 2026-05-28T08:53:24.902Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/298) |
| 3925 | 2026-05-28T08:53:25.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3926 | 2026-05-28T08:53:25.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3927 | 2026-05-28T08:53:25.739Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3928 | 2026-05-28T08:53:36.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s |
| 3929 | 2026-05-28T08:53:36.750Z | |
| 3930 | 2026-05-28T08:53:36.750Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/298) |
| 3931 | 2026-05-28T08:53:37.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-05-28T08:53:37.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-05-28T08:53:37.587Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3934 | 2026-05-28T08:53:48.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s |
| 3935 | 2026-05-28T08:53:48.573Z | |
| 3936 | 2026-05-28T08:53:48.573Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/298) |
| 3937 | 2026-05-28T08:53:49.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-05-28T08:53:49.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-05-28T08:53:49.412Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3940 | 2026-05-28T08:54:00.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s |
| 3941 | 2026-05-28T08:54:00.441Z | |
| 3942 | 2026-05-28T08:54:00.441Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/298) |
| 3943 | 2026-05-28T08:54:01.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3944 | 2026-05-28T08:54:01.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3945 | 2026-05-28T08:54:01.284Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3946 | 2026-05-28T08:54:12.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s |
| 3947 | 2026-05-28T08:54:12.257Z | |
| 3948 | 2026-05-28T08:54:12.257Z | info: running `cargo check --bins` on bootstrap-agent-api (210/298) |
| 3949 | 2026-05-28T08:54:12.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3950 | 2026-05-28T08:54:12.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3951 | 2026-05-28T08:54:12.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3952 | 2026-05-28T08:54:12.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3953 | 2026-05-28T08:54:12.903Z | |
| 3954 | 2026-05-28T08:54:12.903Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/298) |
| 3955 | 2026-05-28T08:54:13.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3956 | 2026-05-28T08:54:13.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3957 | 2026-05-28T08:54:13.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3958 | 2026-05-28T08:54:13.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3959 | 2026-05-28T08:54:13.547Z | |
| 3960 | 2026-05-28T08:54:13.548Z | info: running `cargo check --bins` on range-requests (212/298) |
| 3961 | 2026-05-28T08:54:14.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-05-28T08:54:14.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-05-28T08:54:14.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3964 | 2026-05-28T08:54:14.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3965 | 2026-05-28T08:54:14.175Z | |
| 3966 | 2026-05-28T08:54:14.175Z | info: running `cargo check --bins` on repo-depot-api (213/298) |
| 3967 | 2026-05-28T08:54:14.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2026-05-28T08:54:14.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2026-05-28T08:54:14.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3970 | 2026-05-28T08:54:14.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3971 | 2026-05-28T08:54:14.802Z | |
| 3972 | 2026-05-28T08:54:14.802Z | info: running `cargo check --bins` on sled-agent-api (214/298) |
| 3973 | 2026-05-28T08:54:15.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-05-28T08:54:15.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-05-28T08:54:15.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3976 | 2026-05-28T08:54:15.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3977 | 2026-05-28T08:54:15.447Z | |
| 3978 | 2026-05-28T08:54:15.447Z | info: running `cargo check --bins` on sled-diagnostics (215/298) |
| 3979 | 2026-05-28T08:54:15.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2026-05-28T08:54:15.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2026-05-28T08:54:15.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3982 | 2026-05-28T08:54:16.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3983 | 2026-05-28T08:54:16.099Z | |
| 3984 | 2026-05-28T08:54:16.099Z | info: running `cargo check --bins` on zfs-test-harness (216/298) |
| 3985 | 2026-05-28T08:54:16.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-05-28T08:54:16.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-05-28T08:54:16.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3988 | 2026-05-28T08:54:16.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3989 | 2026-05-28T08:54:16.749Z | |
| 3990 | 2026-05-28T08:54:16.749Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/298) |
| 3991 | 2026-05-28T08:54:17.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3992 | 2026-05-28T08:54:17.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3993 | 2026-05-28T08:54:17.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3994 | 2026-05-28T08:54:17.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3995 | 2026-05-28T08:54:17.405Z | |
| 3996 | 2026-05-28T08:54:17.405Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/298) |
| 3997 | 2026-05-28T08:54:17.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3998 | 2026-05-28T08:54:17.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3999 | 2026-05-28T08:54:17.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4000 | 2026-05-28T08:54:17.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4001 | 2026-05-28T08:54:18.063Z | |
| 4002 | 2026-05-28T08:54:18.064Z | info: running `cargo check --bins` on sled-agent-early-networking (219/298) |
| 4003 | 2026-05-28T08:54:18.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4004 | 2026-05-28T08:54:18.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4005 | 2026-05-28T08:54:18.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4006 | 2026-05-28T08:54:18.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4007 | 2026-05-28T08:54:18.744Z | |
| 4008 | 2026-05-28T08:54:18.744Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/298) |
| 4009 | 2026-05-28T08:54:19.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4010 | 2026-05-28T08:54:19.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4011 | 2026-05-28T08:54:19.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4012 | 2026-05-28T08:54:19.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4013 | 2026-05-28T08:54:19.398Z | |
| 4014 | 2026-05-28T08:54:19.398Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/298) |
| 4015 | 2026-05-28T08:54:19.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4016 | 2026-05-28T08:54:19.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4017 | 2026-05-28T08:54:19.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4018 | 2026-05-28T08:54:19.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4019 | 2026-05-28T08:54:20.060Z | |
| 4020 | 2026-05-28T08:54:20.060Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/298) |
| 4021 | 2026-05-28T08:54:20.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4022 | 2026-05-28T08:54:20.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4023 | 2026-05-28T08:54:20.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4024 | 2026-05-28T08:54:20.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4025 | 2026-05-28T08:54:20.716Z | |
| 4026 | 2026-05-28T08:54:20.716Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/298) |
| 4027 | 2026-05-28T08:54:21.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4028 | 2026-05-28T08:54:21.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4029 | 2026-05-28T08:54:21.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4030 | 2026-05-28T08:54:21.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4031 | 2026-05-28T08:54:21.372Z | |
| 4032 | 2026-05-28T08:54:21.373Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/298) |
| 4033 | 2026-05-28T08:54:21.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4034 | 2026-05-28T08:54:21.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4035 | 2026-05-28T08:54:21.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4036 | 2026-05-28T08:54:21.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4037 | 2026-05-28T08:54:22.055Z | |
| 4038 | 2026-05-28T08:54:22.055Z | info: running `cargo check --bins` on trust-quorum (225/298) |
| 4039 | 2026-05-28T08:54:22.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4040 | 2026-05-28T08:54:22.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4041 | 2026-05-28T08:54:22.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4042 | 2026-05-28T08:54:22.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4043 | 2026-05-28T08:54:22.710Z | |
| 4044 | 2026-05-28T08:54:22.710Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/298) |
| 4045 | 2026-05-28T08:54:23.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4046 | 2026-05-28T08:54:23.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4047 | 2026-05-28T08:54:23.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4048 | 2026-05-28T08:54:23.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4049 | 2026-05-28T08:54:23.385Z | |
| 4050 | 2026-05-28T08:54:23.385Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/298) |
| 4051 | 2026-05-28T08:54:23.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4052 | 2026-05-28T08:54:23.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4053 | 2026-05-28T08:54:23.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4054 | 2026-05-28T08:54:23.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4055 | 2026-05-28T08:54:24.079Z | |
| 4056 | 2026-05-28T08:54:24.079Z | info: running `cargo check --bins` on update-common (228/298) |
| 4057 | 2026-05-28T08:54:24.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4058 | 2026-05-28T08:54:24.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4059 | 2026-05-28T08:54:24.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4060 | 2026-05-28T08:54:24.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4061 | 2026-05-28T08:54:24.720Z | |
| 4062 | 2026-05-28T08:54:24.720Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/298) |
| 4063 | 2026-05-28T08:54:25.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4064 | 2026-05-28T08:54:25.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4065 | 2026-05-28T08:54:25.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4066 | 2026-05-28T08:54:25.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4067 | 2026-05-28T08:54:25.416Z | |
| 4068 | 2026-05-28T08:54:25.417Z | info: running `cargo check --bins` on omicron-deployment-graph (230/298) |
| 4069 | 2026-05-28T08:54:25.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4070 | 2026-05-28T08:54:25.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4071 | 2026-05-28T08:54:25.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4072 | 2026-05-28T08:54:25.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4073 | 2026-05-28T08:54:26.035Z | |
| 4074 | 2026-05-28T08:54:26.036Z | info: running `cargo check --bins` on reconfigurator-cli (231/298) |
| 4075 | 2026-05-28T08:54:26.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4076 | 2026-05-28T08:54:26.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4077 | 2026-05-28T08:54:26.868Z | Compiling fs-err v2.11.0 |
| 4078 | 2026-05-28T08:54:26.871Z | Checking ignore v0.4.25 |
| 4079 | 2026-05-28T08:54:26.871Z | Checking arc-swap v1.8.2 |
| 4080 | 2026-05-28T08:54:27.012Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4081 | 2026-05-28T08:54:27.019Z | Checking predicates-tree v1.0.13 |
| 4082 | 2026-05-28T08:54:27.022Z | Checking parse-size v1.1.0 |
| 4083 | 2026-05-28T08:54:27.044Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4084 | 2026-05-28T08:54:27.058Z | Checking rand_seeder v0.4.0 |
| 4085 | 2026-05-28T08:54:27.123Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4086 | 2026-05-28T08:54:27.144Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4087 | 2026-05-28T08:54:27.200Z | Checking slog-scope v4.4.1 |
| 4088 | 2026-05-28T08:54:27.243Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4089 | 2026-05-28T08:54:27.258Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4090 | 2026-05-28T08:54:27.326Z | Compiling petname v2.0.2 |
| 4091 | 2026-05-28T08:54:27.341Z | Checking slog-stdlog v4.1.1 |
| 4092 | 2026-05-28T08:54:27.377Z | Checking globwalk v0.9.1 |
| 4093 | 2026-05-28T08:54:27.395Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4094 | 2026-05-28T08:54:27.434Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4095 | 2026-05-28T08:54:27.464Z | Checking slog-envlogger v2.2.0 |
| 4096 | 2026-05-28T08:54:27.555Z | Checking camino-tempfile-ext v0.3.3 |
| 4097 | 2026-05-28T08:54:27.612Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4098 | 2026-05-28T08:54:27.644Z | Checking sapling-renderdag v0.1.0 |
| 4099 | 2026-05-28T08:54:27.744Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4100 | 2026-05-28T08:54:27.822Z | Checking subprocess v0.2.15 |
| 4101 | 2026-05-28T08:54:27.884Z | Checking sync-ptr v0.1.4 |
| 4102 | 2026-05-28T08:54:28.029Z | Checking colored v2.2.0 |
| 4103 | 2026-05-28T08:54:28.099Z | Checking assert_matches v1.5.0 |
| 4104 | 2026-05-28T08:54:28.115Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4105 | 2026-05-28T08:54:28.265Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4106 | 2026-05-28T08:54:28.268Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4107 | 2026-05-28T08:54:29.023Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4108 | 2026-05-28T08:54:30.405Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4109 | 2026-05-28T08:54:32.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s |
| 4110 | 2026-05-28T08:54:32.998Z | |
| 4111 | 2026-05-28T08:54:32.998Z | info: running `cargo check --bins` on omicron-repl-utils (232/298) |
| 4112 | 2026-05-28T08:54:33.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4113 | 2026-05-28T08:54:33.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4114 | 2026-05-28T08:54:33.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4115 | 2026-05-28T08:54:33.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4116 | 2026-05-28T08:54:33.624Z | |
| 4117 | 2026-05-28T08:54:33.624Z | info: running `cargo check --bins` on transient-dns-server (233/298) |
| 4118 | 2026-05-28T08:54:34.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4119 | 2026-05-28T08:54:34.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4120 | 2026-05-28T08:54:34.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4121 | 2026-05-28T08:54:34.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4122 | 2026-05-28T08:54:34.268Z | |
| 4123 | 2026-05-28T08:54:34.268Z | info: running `cargo check --bins` on nexus-test-interface (234/298) |
| 4124 | 2026-05-28T08:54:34.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4125 | 2026-05-28T08:54:34.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4126 | 2026-05-28T08:54:34.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4127 | 2026-05-28T08:54:34.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4128 | 2026-05-28T08:54:34.962Z | |
| 4129 | 2026-05-28T08:54:34.962Z | info: running `cargo check --bins` on oximeter-collector (235/298) |
| 4130 | 2026-05-28T08:54:35.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-05-28T08:54:35.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-05-28T08:54:35.744Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4133 | 2026-05-28T08:54:35.744Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4134 | 2026-05-28T08:54:36.398Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4135 | 2026-05-28T08:54:38.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 4136 | 2026-05-28T08:54:38.317Z | |
| 4137 | 2026-05-28T08:54:38.317Z | info: running `cargo check --bins` on oximeter-api (236/298) |
| 4138 | 2026-05-28T08:54:38.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4139 | 2026-05-28T08:54:38.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4140 | 2026-05-28T08:54:38.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4141 | 2026-05-28T08:54:38.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4142 | 2026-05-28T08:54:38.953Z | |
| 4143 | 2026-05-28T08:54:38.954Z | info: running `cargo check --bins` on cert-dev (237/298) |
| 4144 | 2026-05-28T08:54:39.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2026-05-28T08:54:39.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2026-05-28T08:54:39.593Z | Checking yasna v0.5.2 |
| 4147 | 2026-05-28T08:54:39.997Z | Checking rcgen v0.12.1 |
| 4148 | 2026-05-28T08:54:40.247Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4149 | 2026-05-28T08:54:40.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4150 | 2026-05-28T08:54:40.603Z | |
| 4151 | 2026-05-28T08:54:40.603Z | info: running `cargo check --bins` on clickana (238/298) |
| 4152 | 2026-05-28T08:54:41.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4153 | 2026-05-28T08:54:41.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4154 | 2026-05-28T08:54:41.280Z | Compiling darling_core v0.23.0 |
| 4155 | 2026-05-28T08:54:41.284Z | Compiling instability v0.3.11 |
| 4156 | 2026-05-28T08:54:41.400Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4157 | 2026-05-28T08:54:41.400Z | Checking castaway v0.2.4 |
| 4158 | 2026-05-28T08:54:41.404Z | Compiling indoc v2.0.7 |
| 4159 | 2026-05-28T08:54:41.423Z | Checking unicode-truncate v1.1.0 |
| 4160 | 2026-05-28T08:54:41.426Z | Checking lru v0.12.5 |
| 4161 | 2026-05-28T08:54:41.426Z | Checking cassowary v0.3.0 |
| 4162 | 2026-05-28T08:54:41.492Z | Checking compact_str v0.8.1 |
| 4163 | 2026-05-28T08:54:42.698Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4164 | 2026-05-28T08:54:42.808Z | Compiling darling_macro v0.23.0 |
| 4165 | 2026-05-28T08:54:42.874Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4166 | 2026-05-28T08:54:43.215Z | Compiling darling v0.23.0 |
| 4167 | 2026-05-28T08:54:43.834Z | Checking ratatui v0.29.0 |
| 4168 | 2026-05-28T08:54:44.882Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4169 | 2026-05-28T08:54:45.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s |
| 4170 | 2026-05-28T08:54:45.739Z | |
| 4171 | 2026-05-28T08:54:45.739Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/298) |
| 4172 | 2026-05-28T08:54:46.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4173 | 2026-05-28T08:54:46.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4174 | 2026-05-28T08:54:46.525Z | Checking headers-core v0.3.0 |
| 4175 | 2026-05-28T08:54:46.528Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4176 | 2026-05-28T08:54:46.725Z | Checking headers v0.4.1 |
| 4177 | 2026-05-28T08:54:47.088Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4178 | 2026-05-28T08:54:48.035Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4179 | 2026-05-28T08:54:48.596Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4180 | 2026-05-28T08:54:49.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 4181 | 2026-05-28T08:54:49.283Z | |
| 4182 | 2026-05-28T08:54:49.283Z | info: running `cargo check --bins` on ch-dev (240/298) |
| 4183 | 2026-05-28T08:54:49.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4184 | 2026-05-28T08:54:49.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4185 | 2026-05-28T08:54:50.057Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4186 | 2026-05-28T08:54:50.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 4187 | 2026-05-28T08:54:51.076Z | |
| 4188 | 2026-05-28T08:54:51.076Z | info: running `cargo check --bins` on dev-tools-common (241/298) |
| 4189 | 2026-05-28T08:54:51.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-05-28T08:54:51.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-05-28T08:54:51.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4192 | 2026-05-28T08:54:51.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4193 | 2026-05-28T08:54:51.573Z | |
| 4194 | 2026-05-28T08:54:51.573Z | info: running `cargo check --bins` on crdb-seed (242/298) |
| 4195 | 2026-05-28T08:54:52.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-05-28T08:54:52.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-05-28T08:54:52.341Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4198 | 2026-05-28T08:54:53.421Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4199 | 2026-05-28T08:54:53.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
| 4200 | 2026-05-28T08:54:54.029Z | |
| 4201 | 2026-05-28T08:54:54.030Z | info: running `cargo check --bins` on db-dev (243/298) |
| 4202 | 2026-05-28T08:54:54.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-05-28T08:54:54.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-05-28T08:54:54.810Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4205 | 2026-05-28T08:54:55.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 4206 | 2026-05-28T08:54:55.844Z | |
| 4207 | 2026-05-28T08:54:55.844Z | info: running `cargo check --bins` on omicron-dev-lib (244/298) |
| 4208 | 2026-05-28T08:54:56.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-05-28T08:54:56.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-05-28T08:54:56.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2026-05-28T08:54:56.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4212 | 2026-05-28T08:54:56.525Z | |
| 4213 | 2026-05-28T08:54:56.525Z | info: running `cargo check --bins` on xtask-downloader (245/298) |
| 4214 | 2026-05-28T08:54:57.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2026-05-28T08:54:57.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2026-05-28T08:54:57.167Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4217 | 2026-05-28T08:54:57.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4218 | 2026-05-28T08:54:58.057Z | |
| 4219 | 2026-05-28T08:54:58.057Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/298) |
| 4220 | 2026-05-28T08:54:58.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2026-05-28T08:54:58.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2026-05-28T08:54:58.856Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4223 | 2026-05-28T08:54:58.857Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4224 | 2026-05-28T08:54:58.857Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 4225 | 2026-05-28T08:54:58.860Z | Checking git-stub v1.0.0 |
| 4226 | 2026-05-28T08:54:58.861Z | Compiling trait-variant v0.1.2 |
| 4227 | 2026-05-28T08:54:58.861Z | Checking maplit v1.0.2 |
| 4228 | 2026-05-28T08:54:58.861Z | Checking is_ci v1.2.0 |
| 4229 | 2026-05-28T08:54:58.861Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4230 | 2026-05-28T08:54:59.056Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4231 | 2026-05-28T08:54:59.106Z | Checking supports-color v3.0.2 |
| 4232 | 2026-05-28T08:54:59.120Z | Checking git-stub-vcs v0.1.0 |
| 4233 | 2026-05-28T08:54:59.193Z | Checking drift v0.2.0 |
| 4234 | 2026-05-28T08:54:59.228Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4235 | 2026-05-28T08:54:59.256Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4236 | 2026-05-28T08:54:59.311Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4237 | 2026-05-28T08:54:59.468Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4238 | 2026-05-28T08:54:59.511Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4239 | 2026-05-28T08:54:59.526Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4240 | 2026-05-28T08:54:59.541Z | Checking dropshot-api-manager v0.7.2 |
| 4241 | 2026-05-28T08:54:59.727Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4242 | 2026-05-28T08:54:59.779Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4243 | 2026-05-28T08:54:59.984Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 4244 | 2026-05-28T08:55:00.257Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4245 | 2026-05-28T08:55:05.215Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4246 | 2026-05-28T08:55:06.298Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4247 | 2026-05-28T08:55:06.858Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4248 | 2026-05-28T08:55:07.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.33s |
| 4249 | 2026-05-28T08:55:07.612Z | |
| 4250 | 2026-05-28T08:55:07.612Z | info: running `cargo check --bins` on installinator-api (247/298) |
| 4251 | 2026-05-28T08:55:08.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-05-28T08:55:08.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-05-28T08:55:08.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4254 | 2026-05-28T08:55:08.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4255 | 2026-05-28T08:55:08.246Z | |
| 4256 | 2026-05-28T08:55:08.246Z | info: running `cargo check --bins` on nexus-external-api (248/298) |
| 4257 | 2026-05-28T08:55:08.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-05-28T08:55:08.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-05-28T08:55:08.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4260 | 2026-05-28T08:55:08.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4261 | 2026-05-28T08:55:08.922Z | |
| 4262 | 2026-05-28T08:55:08.922Z | info: running `cargo check --bins` on nexus-internal-api (249/298) |
| 4263 | 2026-05-28T08:55:09.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-05-28T08:55:09.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-05-28T08:55:09.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-05-28T08:55:09.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4267 | 2026-05-28T08:55:09.595Z | |
| 4268 | 2026-05-28T08:55:09.595Z | info: running `cargo check --bins` on nexus-lockstep-api (250/298) |
| 4269 | 2026-05-28T08:55:10.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-05-28T08:55:10.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-05-28T08:55:10.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4272 | 2026-05-28T08:55:10.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4273 | 2026-05-28T08:55:10.268Z | |
| 4274 | 2026-05-28T08:55:10.268Z | info: running `cargo check --bins` on ntp-admin-api (251/298) |
| 4275 | 2026-05-28T08:55:10.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-05-28T08:55:10.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-05-28T08:55:10.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4278 | 2026-05-28T08:55:10.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4279 | 2026-05-28T08:55:10.895Z | |
| 4280 | 2026-05-28T08:55:10.895Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/298) |
| 4281 | 2026-05-28T08:55:11.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4282 | 2026-05-28T08:55:11.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4283 | 2026-05-28T08:55:11.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4284 | 2026-05-28T08:55:11.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4285 | 2026-05-28T08:55:11.509Z | |
| 4286 | 2026-05-28T08:55:11.509Z | info: running `cargo check --bins` on wicketd-api (253/298) |
| 4287 | 2026-05-28T08:55:12.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-05-28T08:55:12.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-05-28T08:55:12.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4290 | 2026-05-28T08:55:12.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4291 | 2026-05-28T08:55:12.152Z | |
| 4292 | 2026-05-28T08:55:12.152Z | info: running `cargo check --bins` on omicron-ls-apis (254/298) |
| 4293 | 2026-05-28T08:55:12.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-05-28T08:55:12.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-05-28T08:55:12.792Z | Checking typeid v1.0.3 |
| 4296 | 2026-05-28T08:55:12.909Z | Checking ordered-float v2.10.1 |
| 4297 | 2026-05-28T08:55:12.928Z | Checking unicode-xid v0.2.6 |
| 4298 | 2026-05-28T08:55:12.941Z | Checking cargo-platform v0.2.0 |
| 4299 | 2026-05-28T08:55:12.952Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4300 | 2026-05-28T08:55:12.974Z | Checking erased-serde v0.4.9 |
| 4301 | 2026-05-28T08:55:13.112Z | Checking serde-value v0.7.0 |
| 4302 | 2026-05-28T08:55:13.285Z | Checking serde-untagged v0.1.9 |
| 4303 | 2026-05-28T08:55:13.437Z | Checking cargo-util-schemas v0.8.2 |
| 4304 | 2026-05-28T08:55:14.119Z | Checking cargo_metadata v0.21.0 |
| 4305 | 2026-05-28T08:55:14.719Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4306 | 2026-05-28T08:55:15.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 4307 | 2026-05-28T08:55:15.593Z | |
| 4308 | 2026-05-28T08:55:15.594Z | info: running `cargo check --bins` on mgs-dev (255/298) |
| 4309 | 2026-05-28T08:55:16.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4310 | 2026-05-28T08:55:16.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4311 | 2026-05-28T08:55:16.363Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4312 | 2026-05-28T08:55:17.045Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4313 | 2026-05-28T08:55:17.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
| 4314 | 2026-05-28T08:55:17.828Z | |
| 4315 | 2026-05-28T08:55:17.828Z | info: running `cargo check --bins --no-default-features` on omicron-omdb (256/298) |
| 4316 | 2026-05-28T08:55:18.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4317 | 2026-05-28T08:55:18.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4318 | 2026-05-28T08:55:18.830Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4319 | 2026-05-28T08:55:18.830Z | Compiling itertools v0.10.5 |
| 4320 | 2026-05-28T08:55:18.830Z | Compiling vergen-lib v0.1.6 |
| 4321 | 2026-05-28T08:55:18.833Z | Compiling vergen-gitcl v1.0.8 |
| 4322 | 2026-05-28T08:55:18.833Z | Compiling dirs-sys-next v0.1.2 |
| 4323 | 2026-05-28T08:55:18.833Z | Compiling crunchy v0.2.4 |
| 4324 | 2026-05-28T08:55:18.833Z | Compiling glob v0.3.3 |
| 4325 | 2026-05-28T08:55:18.833Z | Compiling diesel_derives v2.3.7 |
| 4326 | 2026-05-28T08:55:19.198Z | Compiling dirs-next v2.0.0 |
| 4327 | 2026-05-28T08:55:19.282Z | Compiling dsl_auto_type v0.2.0 |
| 4328 | 2026-05-28T08:55:19.300Z | Checking scheduled-thread-pool v0.2.7 |
| 4329 | 2026-05-28T08:55:19.316Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4330 | 2026-05-28T08:55:19.332Z | Compiling tiny-keccak v2.0.2 |
| 4331 | 2026-05-28T08:55:19.348Z | Compiling clang-sys v1.8.1 |
| 4332 | 2026-05-28T08:55:19.439Z | Checking r2d2 v0.8.10 |
| 4333 | 2026-05-28T08:55:19.607Z | Compiling term v0.7.0 |
| 4334 | 2026-05-28T08:55:19.627Z | Compiling bit-vec v0.6.3 |
| 4335 | 2026-05-28T08:55:19.711Z | Checking downcast-rs v2.0.2 |
| 4336 | 2026-05-28T08:55:19.811Z | Compiling bit-set v0.5.3 |
| 4337 | 2026-05-28T08:55:19.860Z | Compiling ena v0.14.4 |
| 4338 | 2026-05-28T08:55:19.971Z | Compiling ascii-canvas v3.0.0 |
| 4339 | 2026-05-28T08:55:20.019Z | Compiling libloading v0.8.9 |
| 4340 | 2026-05-28T08:55:20.073Z | Compiling diff v0.1.13 |
| 4341 | 2026-05-28T08:55:20.123Z | Compiling regex-syntax v0.6.29 |
| 4342 | 2026-05-28T08:55:20.144Z | Compiling bindgen v0.71.1 |
| 4343 | 2026-05-28T08:55:20.161Z | Compiling cexpr v0.6.0 |
| 4344 | 2026-05-28T08:55:20.236Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4345 | 2026-05-28T08:55:20.334Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4346 | 2026-05-28T08:55:20.424Z | Compiling rustc-hash v2.1.1 |
| 4347 | 2026-05-28T08:55:20.520Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4348 | 2026-05-28T08:55:20.559Z | Compiling libxml v0.3.3 |
| 4349 | 2026-05-28T08:55:20.601Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4350 | 2026-05-28T08:55:20.814Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4351 | 2026-05-28T08:55:20.842Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4352 | 2026-05-28T08:55:21.035Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4353 | 2026-05-28T08:55:21.111Z | Compiling strum_macros v0.24.3 |
| 4354 | 2026-05-28T08:55:21.132Z | Compiling indoc v1.0.9 |
| 4355 | 2026-05-28T08:55:21.575Z | Compiling lalrpop v0.19.12 |
| 4356 | 2026-05-28T08:55:21.931Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4357 | 2026-05-28T08:55:22.126Z | Checking derive_builder v0.20.2 |
| 4358 | 2026-05-28T08:55:22.198Z | Compiling oso-derive v0.27.3 |
| 4359 | 2026-05-28T08:55:22.246Z | Checking quick-xml v0.37.5 |
| 4360 | 2026-05-28T08:55:22.462Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4361 | 2026-05-28T08:55:22.698Z | Checking openssl-probe v0.1.6 |
| 4362 | 2026-05-28T08:55:22.877Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4363 | 2026-05-28T08:55:23.114Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4364 | 2026-05-28T08:55:23.311Z | Checking bb8 v0.8.6 |
| 4365 | 2026-05-28T08:55:23.622Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4366 | 2026-05-28T08:55:23.643Z | Compiling libz-sys v1.1.24 |
| 4367 | 2026-05-28T08:55:23.842Z | Checking nonempty v0.12.0 |
| 4368 | 2026-05-28T08:55:23.887Z | Compiling strsim v0.10.0 |
| 4369 | 2026-05-28T08:55:24.016Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4370 | 2026-05-28T08:55:24.072Z | Compiling darling_core v0.13.4 |
| 4371 | 2026-05-28T08:55:24.224Z | Compiling vergen-git2 v9.1.0 |
| 4372 | 2026-05-28T08:55:24.244Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4373 | 2026-05-28T08:55:24.456Z | Compiling base64 v0.21.7 |
| 4374 | 2026-05-28T08:55:24.472Z | Compiling rustls v0.21.12 |
| 4375 | 2026-05-28T08:55:24.685Z | Compiling ron v0.8.1 |
| 4376 | 2026-05-28T08:55:24.801Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4377 | 2026-05-28T08:55:25.191Z | Checking diesel v2.3.7 |
| 4378 | 2026-05-28T08:55:25.644Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4379 | 2026-05-28T08:55:25.769Z | Checking sct v0.7.1 |
| 4380 | 2026-05-28T08:55:25.836Z | Checking rustls-webpki v0.101.7 |
| 4381 | 2026-05-28T08:55:25.937Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4382 | 2026-05-28T08:55:25.953Z | Compiling darling_macro v0.13.4 |
| 4383 | 2026-05-28T08:55:26.424Z | Compiling darling v0.13.4 |
| 4384 | 2026-05-28T08:55:26.521Z | Compiling serde_with_macros v1.5.2 |
| 4385 | 2026-05-28T08:55:26.994Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4386 | 2026-05-28T08:55:27.370Z | Compiling serde_with v1.14.0 |
| 4387 | 2026-05-28T08:55:27.490Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4388 | 2026-05-28T08:55:28.538Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4389 | 2026-05-28T08:55:28.883Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4390 | 2026-05-28T08:55:29.470Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4391 | 2026-05-28T08:55:30.070Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4392 | 2026-05-28T08:55:30.211Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4393 | 2026-05-28T08:55:30.264Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4394 | 2026-05-28T08:55:30.405Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4395 | 2026-05-28T08:55:30.457Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4396 | 2026-05-28T08:55:30.591Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4397 | 2026-05-28T08:55:30.614Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4398 | 2026-05-28T08:55:30.673Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4399 | 2026-05-28T08:55:30.977Z | Checking tokio-rustls v0.24.1 |
| 4400 | 2026-05-28T08:55:31.185Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4401 | 2026-05-28T08:55:31.611Z | Checking rustls-pemfile v1.0.4 |
| 4402 | 2026-05-28T08:55:31.753Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4403 | 2026-05-28T08:55:31.772Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4404 | 2026-05-28T08:55:31.924Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4405 | 2026-05-28T08:55:31.961Z | Checking twox-hash v2.1.2 |
| 4406 | 2026-05-28T08:55:32.258Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4407 | 2026-05-28T08:55:32.276Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4408 | 2026-05-28T08:55:32.298Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4409 | 2026-05-28T08:55:32.342Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4410 | 2026-05-28T08:55:32.406Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4411 | 2026-05-28T08:55:33.675Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4412 | 2026-05-28T08:55:34.121Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4413 | 2026-05-28T08:55:34.439Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4414 | 2026-05-28T08:55:34.478Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4415 | 2026-05-28T08:55:35.119Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4416 | 2026-05-28T08:55:35.315Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4417 | 2026-05-28T08:55:35.625Z | Checking console v0.16.2 |
| 4418 | 2026-05-28T08:55:35.937Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4419 | 2026-05-28T08:55:36.089Z | Checking fatfs v0.3.6 |
| 4420 | 2026-05-28T08:55:36.274Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4421 | 2026-05-28T08:55:36.540Z | Compiling seq-macro v0.3.6 |
| 4422 | 2026-05-28T08:55:37.006Z | Checking unit-prefix v0.5.2 |
| 4423 | 2026-05-28T08:55:37.106Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4424 | 2026-05-28T08:55:37.143Z | Checking indicatif v0.18.4 |
| 4425 | 2026-05-28T08:55:37.521Z | Checking support-bundle-viewer v0.1.2 |
| 4426 | 2026-05-28T08:55:37.623Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4427 | 2026-05-28T08:55:37.768Z | Checking multimap v0.10.1 |
| 4428 | 2026-05-28T08:55:43.744Z | Checking async-bb8-diesel v0.2.1 |
| 4429 | 2026-05-28T08:55:44.102Z | Checking diesel-dtrace v0.5.0 |
| 4430 | 2026-05-28T08:55:46.783Z | Compiling samael v0.0.19 |
| 4431 | 2026-05-28T08:55:51.196Z | Compiling git2 v0.20.4 |
| 4432 | 2026-05-28T08:55:53.169Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4433 | 2026-05-28T08:55:53.478Z | Compiling polar-core v0.27.3 |
| 4434 | 2026-05-28T08:55:53.718Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4435 | 2026-05-28T08:55:57.984Z | Checking oso v0.27.3 |
| 4436 | 2026-05-28T08:56:25.532Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4437 | 2026-05-28T08:57:36.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 4438 | 2026-05-28T08:57:36.817Z | |
| 4439 | 2026-05-28T08:57:36.817Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (257/298) |
| 4440 | 2026-05-28T08:57:37.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4441 | 2026-05-28T08:57:37.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4442 | 2026-05-28T08:57:37.779Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4443 | 2026-05-28T08:57:45.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s |
| 4444 | 2026-05-28T08:57:45.874Z | |
| 4445 | 2026-05-28T08:57:45.874Z | info: running `cargo check --bins --no-default-features --features default` on omicron-omdb (258/298) |
| 4446 | 2026-05-28T08:57:46.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-05-28T08:57:46.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-05-28T08:57:46.758Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4449 | 2026-05-28T08:57:54.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.70s |
| 4450 | 2026-05-28T08:57:54.806Z | |
| 4451 | 2026-05-28T08:57:54.806Z | info: running `cargo check --bins` on nexus-networking (259/298) |
| 4452 | 2026-05-28T08:57:55.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4453 | 2026-05-28T08:57:55.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4454 | 2026-05-28T08:57:55.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4455 | 2026-05-28T08:57:55.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4456 | 2026-05-28T08:57:55.503Z | |
| 4457 | 2026-05-28T08:57:55.503Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (260/298) |
| 4458 | 2026-05-28T08:57:56.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4459 | 2026-05-28T08:57:56.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4460 | 2026-05-28T08:57:56.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4461 | 2026-05-28T08:57:56.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4462 | 2026-05-28T08:57:56.188Z | |
| 4463 | 2026-05-28T08:57:56.188Z | info: running `cargo check --bins` on nexus-saga-recovery (261/298) |
| 4464 | 2026-05-28T08:57:56.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4465 | 2026-05-28T08:57:56.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4466 | 2026-05-28T08:57:56.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4467 | 2026-05-28T08:57:56.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4468 | 2026-05-28T08:57:56.869Z | |
| 4469 | 2026-05-28T08:57:56.869Z | info: running `cargo check --bins` on nexus-test-utils-macros (262/298) |
| 4470 | 2026-05-28T08:57:57.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4471 | 2026-05-28T08:57:57.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4472 | 2026-05-28T08:57:57.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4473 | 2026-05-28T08:57:57.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4474 | 2026-05-28T08:57:57.481Z | |
| 4475 | 2026-05-28T08:57:57.481Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (263/298) |
| 4476 | 2026-05-28T08:57:58.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-05-28T08:57:58.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-05-28T08:57:58.349Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4479 | 2026-05-28T08:58:34.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.14s |
| 4480 | 2026-05-28T08:58:34.868Z | |
| 4481 | 2026-05-28T08:58:34.868Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/298) |
| 4482 | 2026-05-28T08:58:35.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-05-28T08:58:35.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-05-28T08:58:35.738Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4485 | 2026-05-28T08:59:12.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.15s |
| 4486 | 2026-05-28T08:59:12.260Z | |
| 4487 | 2026-05-28T08:59:12.261Z | info: running `cargo check --bins --no-default-features --features default` on omicron-nexus (265/298) |
| 4488 | 2026-05-28T08:59:12.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4489 | 2026-05-28T08:59:12.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4490 | 2026-05-28T08:59:13.121Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4491 | 2026-05-28T08:59:13.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 4492 | 2026-05-28T08:59:14.139Z | |
| 4493 | 2026-05-28T08:59:14.139Z | info: running `cargo check --bins` on nexus-background-task-interface (266/298) |
| 4494 | 2026-05-28T08:59:14.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4495 | 2026-05-28T08:59:14.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4496 | 2026-05-28T08:59:14.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4497 | 2026-05-28T08:59:14.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4498 | 2026-05-28T08:59:14.753Z | |
| 4499 | 2026-05-28T08:59:14.753Z | info: running `cargo check --bins --no-default-features` on nexus-fm (267/298) |
| 4500 | 2026-05-28T08:59:15.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4501 | 2026-05-28T08:59:15.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4502 | 2026-05-28T08:59:15.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4503 | 2026-05-28T08:59:15.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4504 | 2026-05-28T08:59:15.422Z | |
| 4505 | 2026-05-28T08:59:15.422Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/298) |
| 4506 | 2026-05-28T08:59:16.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4507 | 2026-05-28T08:59:16.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4508 | 2026-05-28T08:59:16.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4509 | 2026-05-28T08:59:16.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4510 | 2026-05-28T08:59:16.112Z | |
| 4511 | 2026-05-28T08:59:16.112Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (269/298) |
| 4512 | 2026-05-28T08:59:16.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4513 | 2026-05-28T08:59:16.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4514 | 2026-05-28T08:59:16.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4515 | 2026-05-28T08:59:16.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4516 | 2026-05-28T08:59:16.801Z | |
| 4517 | 2026-05-28T08:59:16.801Z | info: running `cargo check --bins` on nexus-mgs-updates (270/298) |
| 4518 | 2026-05-28T08:59:17.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4519 | 2026-05-28T08:59:17.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4520 | 2026-05-28T08:59:17.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4521 | 2026-05-28T08:59:17.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4522 | 2026-05-28T08:59:17.489Z | |
| 4523 | 2026-05-28T08:59:17.489Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (271/298) |
| 4524 | 2026-05-28T08:59:18.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4525 | 2026-05-28T08:59:18.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4526 | 2026-05-28T08:59:18.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4527 | 2026-05-28T08:59:18.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4528 | 2026-05-28T08:59:18.187Z | |
| 4529 | 2026-05-28T08:59:18.187Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/298) |
| 4530 | 2026-05-28T08:59:18.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4531 | 2026-05-28T08:59:18.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4532 | 2026-05-28T08:59:18.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4533 | 2026-05-28T08:59:18.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4534 | 2026-05-28T08:59:18.880Z | |
| 4535 | 2026-05-28T08:59:18.880Z | info: running `cargo check --bins` on support-bundle-collection (273/298) |
| 4536 | 2026-05-28T08:59:19.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4537 | 2026-05-28T08:59:19.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4538 | 2026-05-28T08:59:19.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4539 | 2026-05-28T08:59:19.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4540 | 2026-05-28T08:59:19.572Z | |
| 4541 | 2026-05-28T08:59:19.572Z | info: running `cargo check --bins` on omicron-dev (274/298) |
| 4542 | 2026-05-28T08:59:20.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4543 | 2026-05-28T08:59:20.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4544 | 2026-05-28T08:59:20.527Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4545 | 2026-05-28T08:59:20.530Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4546 | 2026-05-28T08:59:20.720Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4547 | 2026-05-28T08:59:20.751Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4548 | 2026-05-28T08:59:20.772Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4549 | 2026-05-28T08:59:20.790Z | Checking yansi v1.0.1 |
| 4550 | 2026-05-28T08:59:20.793Z | Checking diff v0.1.13 |
| 4551 | 2026-05-28T08:59:20.823Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4552 | 2026-05-28T08:59:20.870Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4553 | 2026-05-28T08:59:21.038Z | Checking pretty_assertions v1.4.1 |
| 4554 | 2026-05-28T08:59:21.791Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4555 | 2026-05-28T08:59:21.941Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4556 | 2026-05-28T08:59:45.581Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4557 | 2026-05-28T08:59:45.584Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4558 | 2026-05-28T08:59:45.585Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4559 | 2026-05-28T08:59:45.585Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4560 | 2026-05-28T08:59:45.585Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4561 | 2026-05-28T08:59:45.585Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4562 | 2026-05-28T08:59:46.453Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4563 | 2026-05-28T08:59:46.456Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4564 | 2026-05-28T08:59:47.759Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4565 | 2026-05-28T09:00:23.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 4566 | 2026-05-28T09:00:24.156Z | |
| 4567 | 2026-05-28T09:00:24.156Z | info: running `cargo check --bins` on omicron-pins (275/298) |
| 4568 | 2026-05-28T09:00:24.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4569 | 2026-05-28T09:00:24.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4570 | 2026-05-28T09:00:24.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4571 | 2026-05-28T09:00:24.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4572 | 2026-05-28T09:00:24.770Z | |
| 4573 | 2026-05-28T09:00:24.770Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298) |
| 4574 | 2026-05-28T09:00:25.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4575 | 2026-05-28T09:00:25.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4576 | 2026-05-28T09:00:25.596Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4577 | 2026-05-28T09:00:25.725Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4578 | 2026-05-28T09:00:25.725Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4579 | 2026-05-28T09:00:51.528Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4580 | 2026-05-28T09:00:51.995Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4581 | 2026-05-28T09:00:53.792Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4582 | 2026-05-28T09:00:54.327Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4583 | 2026-05-28T09:00:57.350Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4584 | 2026-05-28T09:01:20.519Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4585 | 2026-05-28T09:01:21.287Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4586 | 2026-05-28T09:01:23.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.26s |
| 4587 | 2026-05-28T09:01:23.262Z | |
| 4588 | 2026-05-28T09:01:23.262Z | info: running `cargo check --bins` on reconfigurator-sp-updater (277/298) |
| 4589 | 2026-05-28T09:01:23.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-05-28T09:01:23.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-05-28T09:01:24.029Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4592 | 2026-05-28T09:01:24.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4593 | 2026-05-28T09:01:25.001Z | |
| 4594 | 2026-05-28T09:01:25.001Z | info: running `cargo check --bins` on omicron-releng (278/298) |
| 4595 | 2026-05-28T09:01:25.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-05-28T09:01:25.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-05-28T09:01:25.680Z | Compiling blake3 v1.8.3 |
| 4598 | 2026-05-28T09:01:25.795Z | Checking constant_time_eq v0.4.2 |
| 4599 | 2026-05-28T09:01:25.795Z | Checking arrayref v0.3.9 |
| 4600 | 2026-05-28T09:01:25.798Z | Checking arrayvec v0.7.6 |
| 4601 | 2026-05-28T09:01:25.816Z | Checking topological-sort v0.2.2 |
| 4602 | 2026-05-28T09:01:25.819Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4603 | 2026-05-28T09:01:25.819Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4604 | 2026-05-28T09:01:25.819Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4605 | 2026-05-28T09:01:25.868Z | Checking shell-words v1.1.1 |
| 4606 | 2026-05-28T09:01:26.592Z | Checking omicron-zone-package v0.12.2 |
| 4607 | 2026-05-28T09:01:27.300Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4608 | 2026-05-28T09:01:28.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 4609 | 2026-05-28T09:01:28.369Z | |
| 4610 | 2026-05-28T09:01:28.369Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (279/298) |
| 4611 | 2026-05-28T09:01:28.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4612 | 2026-05-28T09:01:28.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4613 | 2026-05-28T09:01:29.041Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4614 | 2026-05-28T09:01:29.365Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4615 | 2026-05-28T09:01:29.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4616 | 2026-05-28T09:01:29.956Z | |
| 4617 | 2026-05-28T09:01:29.956Z | info: running `cargo check --bins` on schema (280/298) |
| 4618 | 2026-05-28T09:01:30.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4619 | 2026-05-28T09:01:30.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4620 | 2026-05-28T09:01:30.735Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4621 | 2026-05-28T09:01:31.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 4622 | 2026-05-28T09:01:31.745Z | |
| 4623 | 2026-05-28T09:01:31.745Z | info: running `cargo check --bins` on xtask (281/298) |
| 4624 | 2026-05-28T09:01:32.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4625 | 2026-05-28T09:01:32.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4626 | 2026-05-28T09:01:32.218Z | Checking libc v0.2.185 |
| 4627 | 2026-05-28T09:01:32.221Z | Checking serde v1.0.228 |
| 4628 | 2026-05-28T09:01:32.221Z | Checking zerofrom v0.1.6 |
| 4629 | 2026-05-28T09:01:32.312Z | Checking bitflags v2.11.0 |
| 4630 | 2026-05-28T09:01:32.317Z | Checking smallvec v1.15.1 |
| 4631 | 2026-05-28T09:01:32.324Z | Checking indexmap v2.14.0 |
| 4632 | 2026-05-28T09:01:32.335Z | Checking serde_json v1.0.149 |
| 4633 | 2026-05-28T09:01:32.338Z | Checking scroll v0.12.0 |
| 4634 | 2026-05-28T09:01:32.403Z | Checking yoke v0.8.1 |
| 4635 | 2026-05-28T09:01:32.451Z | Checking num-traits v0.2.19 |
| 4636 | 2026-05-28T09:01:32.494Z | Checking thiserror v1.0.69 |
| 4637 | 2026-05-28T09:01:32.565Z | Checking zerovec v0.11.5 |
| 4638 | 2026-05-28T09:01:32.565Z | Checking zerotrie v0.2.3 |
| 4639 | 2026-05-28T09:01:32.590Z | Checking errno v0.3.14 |
| 4640 | 2026-05-28T09:01:32.590Z | Checking log v0.4.29 |
| 4641 | 2026-05-28T09:01:32.687Z | Checking toml_datetime v0.6.11 |
| 4642 | 2026-05-28T09:01:32.715Z | Checking rustix v1.1.3 |
| 4643 | 2026-05-28T09:01:32.736Z | Checking serde_spanned v0.6.9 |
| 4644 | 2026-05-28T09:01:32.802Z | Checking percent-encoding v2.3.2 |
| 4645 | 2026-05-28T09:01:32.859Z | Checking toml_edit v0.22.27 |
| 4646 | 2026-05-28T09:01:32.870Z | Checking zerocopy v0.7.35 |
| 4647 | 2026-05-28T09:01:32.873Z | Checking goblin v0.8.2 |
| 4648 | 2026-05-28T09:01:32.932Z | Checking getrandom v0.4.1 |
| 4649 | 2026-05-28T09:01:32.944Z | Checking form_urlencoded v1.2.2 |
| 4650 | 2026-05-28T09:01:32.970Z | Checking ordered-float v2.10.1 |
| 4651 | 2026-05-28T09:01:33.012Z | Checking tinystr v0.8.2 |
| 4652 | 2026-05-28T09:01:33.060Z | Checking potential_utf v0.1.4 |
| 4653 | 2026-05-28T09:01:33.071Z | Checking thiserror v2.0.18 |
| 4654 | 2026-05-28T09:01:33.166Z | Checking syn v2.0.117 |
| 4655 | 2026-05-28T09:01:33.187Z | Checking serde-value v0.7.0 |
| 4656 | 2026-05-28T09:01:33.190Z | Checking icu_collections v2.1.1 |
| 4657 | 2026-05-28T09:01:33.190Z | Checking icu_locale_core v2.1.1 |
| 4658 | 2026-05-28T09:01:33.348Z | Checking dtrace-parser v0.2.0 |
| 4659 | 2026-05-28T09:01:33.389Z | Checking thread-id v4.2.2 |
| 4660 | 2026-05-28T09:01:33.471Z | Checking once_cell v1.21.3 |
| 4661 | 2026-05-28T09:01:33.503Z | Checking cargo-platform v0.2.0 |
| 4662 | 2026-05-28T09:01:33.519Z | Checking terminal_size v0.4.3 |
| 4663 | 2026-05-28T09:01:33.595Z | Checking memmap v0.7.0 |
| 4664 | 2026-05-28T09:01:33.643Z | Checking tempfile v3.25.0 |
| 4665 | 2026-05-28T09:01:33.655Z | Checking clap_builder v4.6.0 |
| 4666 | 2026-05-28T09:01:33.680Z | Checking textwrap v0.16.2 |
| 4667 | 2026-05-28T09:01:33.723Z | Checking fs-err v3.3.0 |
| 4668 | 2026-05-28T09:01:33.756Z | Checking icu_provider v2.1.1 |
| 4669 | 2026-05-28T09:01:33.833Z | Checking camino-tempfile v1.4.1 |
| 4670 | 2026-05-28T09:01:33.886Z | Checking tabled v0.15.0 |
| 4671 | 2026-05-28T09:01:33.902Z | Checking anyhow v1.0.102 |
| 4672 | 2026-05-28T09:01:33.945Z | Checking toml v0.8.23 |
| 4673 | 2026-05-28T09:01:33.986Z | Checking icu_properties v2.1.2 |
| 4674 | 2026-05-28T09:01:33.997Z | Checking icu_normalizer v2.1.1 |
| 4675 | 2026-05-28T09:01:34.097Z | Checking macaddr v1.0.1 |
| 4676 | 2026-05-28T09:01:34.257Z | Checking cargo_toml v0.21.0 |
| 4677 | 2026-05-28T09:01:34.274Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4678 | 2026-05-28T09:01:34.748Z | Checking dof v0.3.0 |
| 4679 | 2026-05-28T09:01:34.785Z | Checking idna_adapter v1.2.1 |
| 4680 | 2026-05-28T09:01:34.834Z | Checking clap v4.6.1 |
| 4681 | 2026-05-28T09:01:34.902Z | Checking idna v1.1.0 |
| 4682 | 2026-05-28T09:01:35.018Z | Checking usdt-impl v0.5.0 |
| 4683 | 2026-05-28T09:01:35.122Z | Checking url v2.5.8 |
| 4684 | 2026-05-28T09:01:35.263Z | Checking usdt v0.5.0 |
| 4685 | 2026-05-28T09:01:35.459Z | Checking cargo-util-schemas v0.8.2 |
| 4686 | 2026-05-28T09:01:36.136Z | Checking cargo_metadata v0.21.0 |
| 4687 | 2026-05-28T09:01:36.750Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4688 | 2026-05-28T09:01:37.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
| 4689 | 2026-05-28T09:01:37.290Z | |
| 4690 | 2026-05-28T09:01:37.290Z | info: running `cargo check --bins` on dnsadm (282/298) |
| 4691 | 2026-05-28T09:01:37.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4692 | 2026-05-28T09:01:37.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4693 | 2026-05-28T09:01:37.962Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4694 | 2026-05-28T09:01:38.435Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4695 | 2026-05-28T09:01:38.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
| 4696 | 2026-05-28T09:01:39.031Z | |
| 4697 | 2026-05-28T09:01:39.031Z | info: running `cargo check --bins` on end-to-end-tests (283/298) |
| 4698 | 2026-05-28T09:01:39.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4699 | 2026-05-28T09:01:39.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4700 | 2026-05-28T09:01:39.889Z | Checking polyval v0.6.2 |
| 4701 | 2026-05-28T09:01:40.020Z | Checking ctr v0.9.2 |
| 4702 | 2026-05-28T09:01:40.031Z | Checking ssh-encoding v0.2.0 |
| 4703 | 2026-05-28T09:01:40.032Z | Checking blowfish v0.9.1 |
| 4704 | 2026-05-28T09:01:40.053Z | Checking password-hash v0.4.2 |
| 4705 | 2026-05-28T09:01:40.069Z | Checking p521 v0.13.3 |
| 4706 | 2026-05-28T09:01:40.072Z | Checking p256 v0.13.2 |
| 4707 | 2026-05-28T09:01:40.093Z | Checking russh-cryptovec v0.7.3 |
| 4708 | 2026-05-28T09:01:40.162Z | Checking ghash v0.5.1 |
| 4709 | 2026-05-28T09:01:40.176Z | Checking bcrypt-pbkdf v0.10.0 |
| 4710 | 2026-05-28T09:01:40.191Z | Checking md5 v0.7.0 |
| 4711 | 2026-05-28T09:01:40.206Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4712 | 2026-05-28T09:01:40.248Z | Checking num-bigint v0.4.6 |
| 4713 | 2026-05-28T09:01:40.263Z | Checking pbkdf2 v0.11.0 |
| 4714 | 2026-05-28T09:01:40.278Z | Checking aes-gcm v0.10.3 |
| 4715 | 2026-05-28T09:01:40.332Z | Checking des v0.8.1 |
| 4716 | 2026-05-28T09:01:40.352Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4717 | 2026-05-28T09:01:40.383Z | Checking hex-literal v0.4.1 |
| 4718 | 2026-05-28T09:01:40.425Z | Checking ssh-cipher v0.2.0 |
| 4719 | 2026-05-28T09:01:40.428Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4720 | 2026-05-28T09:01:40.440Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4721 | 2026-05-28T09:01:40.479Z | Checking internet-checksum v0.2.1 |
| 4722 | 2026-05-28T09:01:40.594Z | Checking ssh-key v0.6.7 |
| 4723 | 2026-05-28T09:01:40.696Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4724 | 2026-05-28T09:01:41.219Z | Checking russh-keys v0.45.0 |
| 4725 | 2026-05-28T09:01:41.757Z | Checking russh v0.45.0 |
| 4726 | 2026-05-28T09:01:58.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.52s |
| 4727 | 2026-05-28T09:01:58.772Z | |
| 4728 | 2026-05-28T09:01:58.772Z | info: running `cargo check --bins` on gateway-cli (284/298) |
| 4729 | 2026-05-28T09:01:59.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4730 | 2026-05-28T09:01:59.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4731 | 2026-05-28T09:01:59.442Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4732 | 2026-05-28T09:01:59.555Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4733 | 2026-05-28T09:01:59.564Z | Checking termios v0.3.3 |
| 4734 | 2026-05-28T09:02:00.757Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4735 | 2026-05-28T09:02:00.908Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4736 | 2026-05-28T09:02:02.703Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4737 | 2026-05-28T09:02:03.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
| 4738 | 2026-05-28T09:02:03.465Z | |
| 4739 | 2026-05-28T09:02:03.466Z | info: running `cargo check --bins --no-default-features` on installinator (285/298) |
| 4740 | 2026-05-28T09:02:04.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4741 | 2026-05-28T09:02:04.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4742 | 2026-05-28T09:02:04.210Z | Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 4743 | 2026-05-28T09:02:04.213Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4744 | 2026-05-28T09:02:04.339Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4745 | 2026-05-28T09:02:04.346Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4746 | 2026-05-28T09:02:04.346Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4747 | 2026-05-28T09:02:04.365Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4748 | 2026-05-28T09:02:04.614Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 4749 | 2026-05-28T09:02:05.092Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4750 | 2026-05-28T09:02:05.171Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 4751 | 2026-05-28T09:02:05.467Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4752 | 2026-05-28T09:02:05.467Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4753 | 2026-05-28T09:02:05.846Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4754 | 2026-05-28T09:02:06.161Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4755 | 2026-05-28T09:02:07.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 4756 | 2026-05-28T09:02:07.985Z | |
| 4757 | 2026-05-28T09:02:07.985Z | info: running `cargo check --bins` on internal-dns-cli (286/298) |
| 4758 | 2026-05-28T09:02:08.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4759 | 2026-05-28T09:02:08.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4760 | 2026-05-28T09:02:08.650Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4761 | 2026-05-28T09:02:09.101Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4762 | 2026-05-28T09:02:09.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4763 | 2026-05-28T09:02:09.624Z | |
| 4764 | 2026-05-28T09:02:09.624Z | info: running `cargo check --bins` on omicron-live-tests (287/298) |
| 4765 | 2026-05-28T09:02:10.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4766 | 2026-05-28T09:02:10.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4767 | 2026-05-28T09:02:10.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4768 | 2026-05-28T09:02:10.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4769 | 2026-05-28T09:02:10.244Z | |
| 4770 | 2026-05-28T09:02:10.244Z | info: running `cargo check --bins` on live-tests-macros (288/298) |
| 4771 | 2026-05-28T09:02:10.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4772 | 2026-05-28T09:02:10.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4773 | 2026-05-28T09:02:10.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4774 | 2026-05-28T09:02:10.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4775 | 2026-05-28T09:02:10.865Z | |
| 4776 | 2026-05-28T09:02:10.865Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298) |
| 4777 | 2026-05-28T09:02:11.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4778 | 2026-05-28T09:02:11.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4779 | 2026-05-28T09:02:11.665Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4780 | 2026-05-28T09:02:12.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4781 | 2026-05-28T09:02:12.539Z | |
| 4782 | 2026-05-28T09:02:12.539Z | info: running `cargo check --bins` on omicron-ntp-admin (290/298) |
| 4783 | 2026-05-28T09:02:13.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4784 | 2026-05-28T09:02:13.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4785 | 2026-05-28T09:02:13.215Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4786 | 2026-05-28T09:02:13.218Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4787 | 2026-05-28T09:02:13.497Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4788 | 2026-05-28T09:02:13.500Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4789 | 2026-05-28T09:02:14.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4790 | 2026-05-28T09:02:14.488Z | |
| 4791 | 2026-05-28T09:02:14.488Z | info: running `cargo check --bins` on ntp-admin-types (291/298) |
| 4792 | 2026-05-28T09:02:15.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4793 | 2026-05-28T09:02:15.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4794 | 2026-05-28T09:02:15.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4795 | 2026-05-28T09:02:15.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4796 | 2026-05-28T09:02:15.112Z | |
| 4797 | 2026-05-28T09:02:15.112Z | info: running `cargo check --bins` on omicron-package (292/298) |
| 4798 | 2026-05-28T09:02:15.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4799 | 2026-05-28T09:02:15.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4800 | 2026-05-28T09:02:15.822Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4801 | 2026-05-28T09:02:16.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 4802 | 2026-05-28T09:02:17.101Z | |
| 4803 | 2026-05-28T09:02:17.101Z | info: running `cargo check --bins` on tqdb (293/298) |
| 4804 | 2026-05-28T09:02:17.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4805 | 2026-05-28T09:02:17.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4806 | 2026-05-28T09:02:17.936Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4807 | 2026-05-28T09:02:18.293Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4808 | 2026-05-28T09:02:18.808Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4809 | 2026-05-28T09:02:18.811Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4810 | 2026-05-28T09:02:24.688Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4811 | 2026-05-28T09:02:24.688Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4812 | 2026-05-28T09:02:25.256Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4813 | 2026-05-28T09:02:25.259Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4814 | 2026-05-28T09:02:25.259Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4815 | 2026-05-28T09:02:25.259Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4816 | 2026-05-28T09:02:26.048Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4817 | 2026-05-28T09:02:27.006Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4818 | 2026-05-28T09:02:27.782Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4819 | 2026-05-28T09:02:28.395Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4820 | 2026-05-28T09:02:32.833Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4821 | 2026-05-28T09:02:39.343Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4822 | 2026-05-28T09:02:39.346Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4823 | 2026-05-28T09:02:39.346Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4824 | 2026-05-28T09:02:39.346Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4825 | 2026-05-28T09:02:40.975Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4826 | 2026-05-28T09:02:42.390Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4827 | 2026-05-28T09:02:43.148Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4828 | 2026-05-28T09:02:44.457Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4829 | 2026-05-28T09:02:45.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.97s |
| 4830 | 2026-05-28T09:02:45.302Z | |
| 4831 | 2026-05-28T09:02:45.302Z | info: running `cargo check --bins` on wicket-dbg (294/298) |
| 4832 | 2026-05-28T09:02:45.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4833 | 2026-05-28T09:02:45.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4834 | 2026-05-28T09:02:46.044Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4835 | 2026-05-28T09:02:46.046Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4836 | 2026-05-28T09:02:46.047Z | Checking rtoolbox v0.0.3 |
| 4837 | 2026-05-28T09:02:46.178Z | Checking tui-tree-widget v0.23.1 |
| 4838 | 2026-05-28T09:02:46.273Z | Checking rpassword v7.4.0 |
| 4839 | 2026-05-28T09:02:47.301Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4840 | 2026-05-28T09:02:50.240Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4841 | 2026-05-28T09:02:52.060Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4842 | 2026-05-28T09:02:52.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s |
| 4843 | 2026-05-28T09:02:53.159Z | |
| 4844 | 2026-05-28T09:02:53.159Z | info: running `cargo check --bins` on wicket (295/298) |
| 4845 | 2026-05-28T09:02:53.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4846 | 2026-05-28T09:02:53.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4847 | 2026-05-28T09:02:53.882Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4848 | 2026-05-28T09:02:54.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 4849 | 2026-05-28T09:02:54.465Z | |
| 4850 | 2026-05-28T09:02:54.465Z | info: running `cargo check --bins` on wicketd (296/298) |
| 4851 | 2026-05-28T09:02:55.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4852 | 2026-05-28T09:02:55.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4853 | 2026-05-28T09:02:55.217Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4854 | 2026-05-28T09:02:55.220Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4855 | 2026-05-28T09:02:55.220Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4856 | 2026-05-28T09:02:55.220Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4857 | 2026-05-28T09:02:56.199Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4858 | 2026-05-28T09:02:56.770Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4859 | 2026-05-28T09:02:59.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 4860 | 2026-05-28T09:02:59.918Z | |
| 4861 | 2026-05-28T09:02:59.918Z | info: running `cargo check --bins` on omicron-workspace-hack (297/298) |
| 4862 | 2026-05-28T09:03:00.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4863 | 2026-05-28T09:03:00.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4864 | 2026-05-28T09:03:00.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4865 | 2026-05-28T09:03:00.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4866 | 2026-05-28T09:03:00.538Z | |
| 4867 | 2026-05-28T09:03:00.538Z | info: running `cargo check --bins` on zone-setup (298/298) |
| 4868 | 2026-05-28T09:03:01.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4869 | 2026-05-28T09:03:01.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4870 | 2026-05-28T09:03:01.246Z | Checking uzers v0.12.2 |
| 4871 | 2026-05-28T09:03:01.522Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4872 | 2026-05-28T09:03:02.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4873 | 2026-05-28T09:03:02.483Z | |
| 4874 | 2026-05-28T09:03:02.483Z | real 15:36.398330377 |
| 4875 | 2026-05-28T09:03:02.483Z | user 22:47.918562136 |
| 4876 | 2026-05-28T09:03:02.483Z | sys 4:43.666309271 |
| 4877 | 2026-05-28T09:03:02.483Z | trap 0.347835413 |
| 4878 | 2026-05-28T09:03:02.483Z | tflt 0.625150413 |
| 4879 | 2026-05-28T09:03:02.486Z | dflt 1.018135321 |
| 4880 | 2026-05-28T09:03:02.486Z | kflt 0.004957162 |
| 4881 | 2026-05-28T09:03:02.486Z | lock 1:26:33.439064442 |
| 4882 | 2026-05-28T09:03:02.486Z | slp 1:50:43.634283455 |
| 4883 | 2026-05-28T09:03:02.486Z | lat 1:05.508808340 |
| 4884 | 2026-05-28T09:03:02.486Z | stop 4:15.324918714 |
| 4885 | 2026-05-28T09:03:02.486Z | process exited: duration 1076762 ms, exit code 0 |
| |
| 4886 | 2026-05-28T09:03:02.492Z | found 0 output files |