|
|
|
| 1 | 2026-08-04T17:41:57.032Z | job assigned to worker 01KZ6XV29W5XK1AS2T85SWFM82 [factory aws, i-05577c4bf19643647] (queued for 49 s) |
| |
| 2 | 2026-08-04T17:42:03.572Z | starting task 0: "setup" |
| 3 | 2026-08-04T17:42:03.579Z | ++ uname -s |
| 4 | 2026-08-04T17:42:03.582Z | + kern=SunOS |
| 5 | 2026-08-04T17:42:03.582Z | + build_user=build |
| 6 | 2026-08-04T17:42:03.582Z | + build_uid=12345 |
| 7 | 2026-08-04T17:42:03.582Z | + work_dir=/work |
| 8 | 2026-08-04T17:42:03.582Z | + input_dir=/input |
| 9 | 2026-08-04T17:42:03.582Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-04T17:42:03.582Z | + case "$kern" in |
| 11 | 2026-08-04T17:42:03.582Z | + groupadd -g 12345 build |
| 12 | 2026-08-04T17:42:03.585Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-04T17:42:05.588Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-04T17:42:05.652Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-04T17:42:05.655Z | + home_fs=zfs |
| 16 | 2026-08-04T17:42:05.655Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-04T17:42:05.655Z | + mkdir -p /home/build |
| 18 | 2026-08-04T17:42:05.655Z | + chown build:build /home/build /work |
| 19 | 2026-08-04T17:42:07.656Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-04T17:42:07.659Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-08-04T17:42:07.666Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-04T17:42:07.670Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-04T17:42:07.671Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-04T17:42:07.671Z | * rust toolchain profile = "default" |
| 25 | 2026-08-04T17:42:07.671Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-04T17:42:07.671Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-04T17:42:07.671Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-04T17:42:07.675Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-04T17:42:07.675Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-04T17:42:07.805Z | info: downloading installer |
| 31 | 2026-08-04T17:42:09.093Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-04T17:42:09.093Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-04T17:42:09.093Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-04T17:42:09.093Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-04T17:42:09.106Z | info: profile set to default |
| 36 | 2026-08-04T17:42:09.106Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-04T17:42:09.110Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-04T17:42:09.242Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-04T17:42:09.246Z | info: downloading 6 components |
| 40 | 2026-08-04T17:42:23.393Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-04T17:42:23.393Z | |
| 42 | 2026-08-04T17:42:23.419Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-04T17:42:23.420Z | |
| 44 | 2026-08-04T17:42:23.420Z | |
| 45 | 2026-08-04T17:42:23.420Z | Rust is installed now. Great! |
| 46 | 2026-08-04T17:42:23.420Z | |
| 47 | 2026-08-04T17:42:23.424Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-04T17:42:23.424Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-04T17:42:23.424Z | |
| 50 | 2026-08-04T17:42:23.424Z | To configure your current shell, you need to source |
| 51 | 2026-08-04T17:42:23.424Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-04T17:42:23.424Z | |
| 53 | 2026-08-04T17:42:23.424Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-04T17:42:23.424Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-04T17:42:23.424Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-04T17:42:23.424Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-04T17:42:23.424Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-04T17:42:23.425Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-04T17:42:23.425Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-04T17:42:23.425Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-04T17:42:23.425Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-04T17:42:23.528Z | + rustup --version |
| 63 | 2026-08-04T17:42:23.535Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-04T17:42:23.543Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-04T17:42:23.556Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-04T17:42:23.559Z | + cargo --version |
| 67 | 2026-08-04T17:42:23.573Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-04T17:42:23.579Z | + rustc --version |
| 69 | 2026-08-04T17:42:23.594Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-04T17:42:23.598Z | process exited: duration 15930 ms, exit code 0 |
| |
| 71 | 2026-08-04T17:42:23.607Z | starting task 2: "authentication" |
| 72 | 2026-08-04T17:42:23.624Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-04T17:42:23.633Z | starting task 3: "clone repository" |
| 74 | 2026-08-04T17:42:23.636Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-04T17:42:23.639Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-04T17:42:23.670Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-04T17:42:34.105Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-04T17:42:34.106Z | + git fetch origin 6cc81ce3932cf9c476fca9721fea85d8035760dd |
| 79 | 2026-08-04T17:42:34.415Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-04T17:42:34.415Z | * branch 6cc81ce3932cf9c476fca9721fea85d8035760dd -> FETCH_HEAD |
| 81 | 2026-08-04T17:42:34.424Z | + [[ -n multirack-join-service-part-2 ]] |
| 82 | 2026-08-04T17:42:34.428Z | ++ git branch --show-current |
| 83 | 2026-08-04T17:42:34.428Z | + current=main |
| 84 | 2026-08-04T17:42:34.428Z | + [[ main != multirack-join-service-part-2 ]] |
| 85 | 2026-08-04T17:42:34.428Z | + git branch -f multirack-join-service-part-2 6cc81ce3932cf9c476fca9721fea85d8035760dd |
| 86 | 2026-08-04T17:42:34.432Z | + git checkout -f multirack-join-service-part-2 |
| 87 | 2026-08-04T17:42:34.673Z | Switched to branch 'multirack-join-service-part-2' |
| 88 | 2026-08-04T17:42:34.678Z | + git reset --hard 6cc81ce3932cf9c476fca9721fea85d8035760dd |
| 89 | 2026-08-04T17:42:34.729Z | HEAD is now at 6cc81ce39 move some types and break a circular dep |
| 90 | 2026-08-04T17:42:34.732Z | process exited: duration 11096 ms, exit code 0 |
| |
| 91 | 2026-08-04T17:42:34.739Z | starting task 4: "build" |
| 92 | 2026-08-04T17:42:34.743Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-04T17:42:34.746Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-04T17:42:34.746Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-04T17:42:34.746Z | +++ uname -s |
| 96 | 2026-08-04T17:42:34.746Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-04T17:42:34.746Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-04T17:42:34.749Z | + cargo --version |
| 99 | 2026-08-04T17:42:34.756Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-04T17:42:34.759Z | + rustc --version |
| 101 | 2026-08-04T17:42:34.778Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-04T17:42:34.781Z | + source ./env.sh |
| 103 | 2026-08-04T17:42:34.781Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-04T17:42:34.781Z | ++ set -o xtrace |
| 105 | 2026-08-04T17:42:34.784Z | ++++ dirname ./env.sh |
| 106 | 2026-08-04T17:42:34.784Z | +++ readlink -f . |
| 107 | 2026-08-04T17:42:34.787Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-04T17:42:34.787Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-04T17:42:34.787Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-04T17:42:34.787Z | ++ 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 |
| 111 | 2026-08-04T17:42:34.787Z | ++ 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 |
| 112 | 2026-08-04T17:42:34.787Z | ++ 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 |
| 113 | 2026-08-04T17:42:34.787Z | ++ 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 |
| 114 | 2026-08-04T17:42:34.787Z | ++ 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 |
| 115 | 2026-08-04T17:42:34.787Z | ++ 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 |
| 116 | 2026-08-04T17:42:34.787Z | ++ 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 |
| 117 | 2026-08-04T17:42:34.789Z | ++ 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 |
| 118 | 2026-08-04T17:42:34.789Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-04T17:42:34.789Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-04T17:42:34.789Z | + 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 |
| 121 | 2026-08-04T17:42:34.789Z | + 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 |
| 122 | 2026-08-04T17:42:34.789Z | + banner prerequisites |
| 123 | 2026-08-04T17:42:34.866Z | |
| 124 | 2026-08-04T17:42:34.866Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-04T17:42:34.866Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-04T17:42:34.867Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-04T17:42:34.867Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-04T17:42:34.867Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-04T17:42:34.867Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-04T17:42:34.867Z | |
| 131 | 2026-08-04T17:42:34.867Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-04T17:42:36.507Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-04T17:42:36.752Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-04T17:42:38.082Z | Planning: Solver setup ... Done (1.238s) |
| 135 | 2026-08-04T17:42:38.120Z | Planning: Running solver ... Done (0.045s) |
| 136 | 2026-08-04T17:42:38.151Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-04T17:42:38.169Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-04T17:42:38.186Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-04T17:42:38.232Z | Planning: Package planning ... Done (0.014s) |
| 140 | 2026-08-04T17:42:38.260Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-04T17:42:38.361Z | Planning: Checking for conflicting actions ... Done (0.160s) |
| 142 | 2026-08-04T17:42:38.366Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-04T17:42:39.141Z | Planning: Evaluating mediators ... Done (0.760s) |
| 144 | 2026-08-04T17:42:39.152Z | Planning: Planning completed in 2.34 seconds |
| 145 | 2026-08-04T17:42:39.152Z | Packages to install: 2 |
| 146 | 2026-08-04T17:42:39.152Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-04T17:42:39.152Z | Estimated space to be consumed: 56.46 MB |
| 148 | 2026-08-04T17:42:39.152Z | Create boot environment: No |
| 149 | 2026-08-04T17:42:39.152Z | Create backup boot environment: No |
| 150 | 2026-08-04T17:42:39.152Z | Rebuild boot archive: No |
| 151 | 2026-08-04T17:42:39.152Z | |
| 152 | 2026-08-04T17:42:39.153Z | Changed packages: |
| 153 | 2026-08-04T17:42:39.153Z | helios |
| 154 | 2026-08-04T17:42:39.153Z | developer/build-essential |
| 155 | 2026-08-04T17:42:39.153Z | None -> 11-3.0 |
| 156 | 2026-08-04T17:42:39.153Z | library/libxmlsec1 |
| 157 | 2026-08-04T17:42:39.153Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-04T17:42:39.161Z | |
| 159 | 2026-08-04T17:42:39.162Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-04T17:42:39.224Z | Download: Completed 1.28 MB in 0.07 seconds (18.9M/s) |
| 161 | 2026-08-04T17:42:39.298Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-04T17:42:39.329Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-04T17:42:39.342Z | Finalize: Updating package state database ... Done (0.023s) |
| 164 | 2026-08-04T17:42:39.346Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-04T17:42:39.427Z | Finalize: Updating image state ... Done (0.059s) |
| 166 | 2026-08-04T17:42:41.896Z | Finalize: Creating fast lookup database ... Done (2.456s) |
| 167 | 2026-08-04T17:42:41.966Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-04T17:42:41.986Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-04T17:42:42.052Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-04T17:42:42.385Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-04T17:42:42.486Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-04T17:42:42.491Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-04T17:42:42.698Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-04T17:42:42.705Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-04T17:42:42.705Z | Mediators to change: 2 |
| 176 | 2026-08-04T17:42:42.705Z | Create boot environment: No |
| 177 | 2026-08-04T17:42:42.705Z | Create backup boot environment: No |
| 178 | 2026-08-04T17:42:42.710Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-04T17:42:42.710Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-04T17:42:42.769Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-04T17:42:44.669Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-04T17:42:44.733Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-04T17:42:44.736Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-04T17:42:44.800Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-04T17:42:45.081Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-04T17:42:45.182Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-04T17:42:45.194Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-04T17:42:45.437Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-04T17:42:45.481Z | Planning: Planning completed in 0.25 seconds |
| 190 | 2026-08-04T17:42:45.484Z | Mediators to change: 1 |
| 191 | 2026-08-04T17:42:45.484Z | Create boot environment: No |
| 192 | 2026-08-04T17:42:45.484Z | Create backup boot environment: No |
| 193 | 2026-08-04T17:42:45.484Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-04T17:42:45.484Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-04T17:42:45.484Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-04T17:42:47.359Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-04T17:42:47.416Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-04T17:42:47.424Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-04T17:42:47.476Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-04T17:42:47.782Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-04T17:42:47.783Z | apache system 2.4 system |
| 202 | 2026-08-04T17:42:47.783Z | clang system 15 system |
| 203 | 2026-08-04T17:42:47.783Z | csh system system illumos |
| 204 | 2026-08-04T17:42:47.783Z | ctags system system illumos |
| 205 | 2026-08-04T17:42:47.783Z | file vendor vendor darwinsys |
| 206 | 2026-08-04T17:42:47.783Z | file system system illumos |
| 207 | 2026-08-04T17:42:47.783Z | gcc vendor 14 vendor |
| 208 | 2026-08-04T17:42:47.783Z | gcc system 13 system |
| 209 | 2026-08-04T17:42:47.783Z | gcc system 10 system |
| 210 | 2026-08-04T17:42:47.783Z | go system 1.25 system |
| 211 | 2026-08-04T17:42:47.783Z | llvm system 15 system |
| 212 | 2026-08-04T17:42:47.783Z | mariadb system 11.4 system |
| 213 | 2026-08-04T17:42:47.783Z | mta vendor vendor dma |
| 214 | 2026-08-04T17:42:47.783Z | openjdk system 17 system |
| 215 | 2026-08-04T17:42:47.783Z | openjdk system 11 system |
| 216 | 2026-08-04T17:42:47.783Z | openssl vendor 3 vendor |
| 217 | 2026-08-04T17:42:47.783Z | perl system 5.40 system |
| 218 | 2026-08-04T17:42:47.783Z | postgresql system 18 system |
| 219 | 2026-08-04T17:42:47.783Z | postgresql system 17 system |
| 220 | 2026-08-04T17:42:47.783Z | python vendor 3 vendor |
| 221 | 2026-08-04T17:42:47.783Z | python system 2 system |
| 222 | 2026-08-04T17:42:47.783Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-04T17:42:47.783Z | ruby system 3.4 system |
| 224 | 2026-08-04T17:42:47.784Z | ruby system 3.0 system |
| 225 | 2026-08-04T17:42:47.784Z | words vendor vendor american-english |
| 226 | 2026-08-04T17:42:47.784Z | words system system australian-english |
| 227 | 2026-08-04T17:42:47.784Z | words system system british-english |
| 228 | 2026-08-04T17:42:47.784Z | words system system canadian-english |
| 229 | 2026-08-04T17:42:47.784Z | words system system french |
| 230 | 2026-08-04T17:42:47.784Z | words system system italian |
| 231 | 2026-08-04T17:42:47.784Z | words system system ngerman |
| 232 | 2026-08-04T17:42:47.784Z | words system system ogerman |
| 233 | 2026-08-04T17:42:47.784Z | words system system spanish |
| 234 | 2026-08-04T17:42:48.033Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-04T17:42:48.033Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-04T17:42:48.425Z | FMRI IFO |
| 237 | 2026-08-04T17:42:48.425Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-04T17:42:48.425Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-04T17:42:48.425Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-04T17:42:48.425Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-04T17:42:48.425Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-04T17:42:48.425Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-04T17:42:48.425Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-04T17:42:48.426Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-04T17:42:48.426Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-04T17:42:48.762Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-04T17:42:49.019Z | Updating crates.io index |
| 248 | 2026-08-04T17:42:49.258Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-04T17:42:49.478Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-04T17:42:49.856Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-04T17:42:51.278Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-04T17:42:51.773Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-04T17:42:57.825Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-04T17:42:57.865Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-04T17:42:57.866Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-04T17:42:57.866Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-04T17:43:02.780Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-04T17:43:03.236Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-04T17:43:03.578Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 260 | 2026-08-04T17:43:03.905Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 261 | 2026-08-04T17:43:04.336Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 262 | 2026-08-04T17:43:04.892Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 263 | 2026-08-04T17:43:05.308Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-04T17:43:05.544Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-04T17:43:05.824Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-08-04T17:43:06.120Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 267 | 2026-08-04T17:43:06.332Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 268 | 2026-08-04T17:43:06.643Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 269 | 2026-08-04T17:43:06.938Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 270 | 2026-08-04T17:43:07.343Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 271 | 2026-08-04T17:43:08.680Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-08-04T17:43:08.952Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-08-04T17:43:09.437Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-08-04T17:43:09.708Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-08-04T17:43:10.085Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-08-04T17:43:10.368Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-08-04T17:43:10.612Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 278 | 2026-08-04T17:43:10.863Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-08-04T17:43:11.183Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 280 | 2026-08-04T17:43:11.601Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2026-08-04T17:43:11.850Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 282 | 2026-08-04T17:43:12.148Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-04T17:43:12.413Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-08-04T17:43:12.925Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-08-04T17:43:13.451Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-08-04T17:43:13.709Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-08-04T17:43:14.063Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-08-04T17:43:14.339Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 289 | 2026-08-04T17:43:17.190Z | Downloading crates ... |
| 290 | 2026-08-04T17:43:17.237Z | Downloaded heck v0.5.0 |
| 291 | 2026-08-04T17:43:17.240Z | Downloaded autocfg v1.5.0 |
| 292 | 2026-08-04T17:43:17.243Z | Downloaded fastrand v2.3.0 |
| 293 | 2026-08-04T17:43:17.243Z | Downloaded anstyle-parse v1.0.0 |
| 294 | 2026-08-04T17:43:17.247Z | Downloaded toml_datetime v0.6.11 |
| 295 | 2026-08-04T17:43:17.250Z | Downloaded equivalent v1.0.2 |
| 296 | 2026-08-04T17:43:17.250Z | Downloaded usdt-impl v0.5.0 |
| 297 | 2026-08-04T17:43:17.250Z | Downloaded clap_derive v4.6.1 |
| 298 | 2026-08-04T17:43:17.258Z | Downloaded memmap v0.7.0 |
| 299 | 2026-08-04T17:43:17.261Z | Downloaded anstyle-query v1.1.5 |
| 300 | 2026-08-04T17:43:17.261Z | Downloaded colorchoice v1.0.4 |
| 301 | 2026-08-04T17:43:17.261Z | Downloaded generic-array v0.14.7 |
| 302 | 2026-08-04T17:43:17.261Z | Downloaded cpufeatures v0.2.17 |
| 303 | 2026-08-04T17:43:17.264Z | Downloaded errno v0.3.14 |
| 304 | 2026-08-04T17:43:17.268Z | Downloaded heck v0.4.1 |
| 305 | 2026-08-04T17:43:17.271Z | Downloaded block-buffer v0.10.4 |
| 306 | 2026-08-04T17:43:17.271Z | Downloaded itoa v1.0.17 |
| 307 | 2026-08-04T17:43:17.271Z | Downloaded macaddr v1.0.1 |
| 308 | 2026-08-04T17:43:17.276Z | Downloaded cfg-if v1.0.4 |
| 309 | 2026-08-04T17:43:17.276Z | Downloaded clap_lex v1.0.0 |
| 310 | 2026-08-04T17:43:17.276Z | Downloaded dtrace-parser v0.2.0 |
| 311 | 2026-08-04T17:43:17.276Z | Downloaded is_terminal_polyfill v1.70.2 |
| 312 | 2026-08-04T17:43:17.279Z | Downloaded zerocopy v0.7.35 |
| 313 | 2026-08-04T17:43:17.286Z | Downloaded zmij v1.0.21 |
| 314 | 2026-08-04T17:43:17.289Z | Downloaded crypto-common v0.1.7 |
| 315 | 2026-08-04T17:43:17.289Z | Downloaded dof v0.3.0 |
| 316 | 2026-08-04T17:43:17.289Z | Downloaded fnv v1.0.7 |
| 317 | 2026-08-04T17:43:17.289Z | Downloaded digest v0.10.7 |
| 318 | 2026-08-04T17:43:17.289Z | Downloaded anstream v1.0.0 |
| 319 | 2026-08-04T17:43:17.289Z | Downloaded anstyle v1.0.14 |
| 320 | 2026-08-04T17:43:17.295Z | Downloaded cargo-platform v0.3.2 |
| 321 | 2026-08-04T17:43:17.299Z | Downloaded proc-macro-error-attr v1.0.4 |
| 322 | 2026-08-04T17:43:17.299Z | Downloaded version_check v0.9.5 |
| 323 | 2026-08-04T17:43:17.301Z | Downloaded tabled_derive v0.7.0 |
| 324 | 2026-08-04T17:43:17.304Z | Downloaded smawk v0.3.2 |
| 325 | 2026-08-04T17:43:17.307Z | Downloaded pretty-hex v0.4.1 |
| 326 | 2026-08-04T17:43:17.310Z | Downloaded usdt-macro v0.5.0 |
| 327 | 2026-08-04T17:43:17.314Z | Downloaded camino-tempfile v1.4.1 |
| 328 | 2026-08-04T17:43:17.319Z | Downloaded cargo_metadata v0.23.1 |
| 329 | 2026-08-04T17:43:17.324Z | Downloaded strsim v0.11.1 |
| 330 | 2026-08-04T17:43:17.333Z | Downloaded usdt-attr-macro v0.5.0 |
| 331 | 2026-08-04T17:43:17.336Z | Downloaded thread-id v4.2.2 |
| 332 | 2026-08-04T17:43:17.341Z | Downloaded usdt v0.5.0 |
| 333 | 2026-08-04T17:43:17.341Z | Downloaded scroll_derive v0.12.1 |
| 334 | 2026-08-04T17:43:17.344Z | Downloaded unicode-linebreak v0.1.5 |
| 335 | 2026-08-04T17:43:17.347Z | Downloaded terminal_size v0.4.3 |
| 336 | 2026-08-04T17:43:17.350Z | Downloaded utf8parse v0.2.2 |
| 337 | 2026-08-04T17:43:17.350Z | Downloaded plain v0.2.3 |
| 338 | 2026-08-04T17:43:17.353Z | Downloaded toml_write v0.1.2 |
| 339 | 2026-08-04T17:43:17.356Z | Downloaded bytecount v0.6.9 |
| 340 | 2026-08-04T17:43:17.356Z | Downloaded byteorder v1.5.0 |
| 341 | 2026-08-04T17:43:17.356Z | Downloaded swrite v0.1.0 |
| 342 | 2026-08-04T17:43:17.356Z | Downloaded proc-macro-error v1.0.4 |
| 343 | 2026-08-04T17:43:17.360Z | Downloaded fs-err v3.3.0 |
| 344 | 2026-08-04T17:43:17.365Z | Downloaded sha2 v0.10.9 |
| 345 | 2026-08-04T17:43:17.368Z | Downloaded scroll v0.12.0 |
| 346 | 2026-08-04T17:43:17.377Z | Downloaded cargo_toml v0.21.0 |
| 347 | 2026-08-04T17:43:17.383Z | Downloaded thiserror v1.0.69 |
| 348 | 2026-08-04T17:43:17.386Z | Downloaded thiserror-impl v1.0.69 |
| 349 | 2026-08-04T17:43:17.391Z | Downloaded serde_tokenstream v0.2.3 |
| 350 | 2026-08-04T17:43:17.394Z | Downloaded thiserror-impl v2.0.18 |
| 351 | 2026-08-04T17:43:17.394Z | Downloaded serde_spanned v0.6.9 |
| 352 | 2026-08-04T17:43:17.401Z | Downloaded tempfile v3.25.0 |
| 353 | 2026-08-04T17:43:17.404Z | Downloaded anyhow v1.0.102 |
| 354 | 2026-08-04T17:43:17.407Z | Downloaded semver v1.0.28 |
| 355 | 2026-08-04T17:43:17.411Z | Downloaded ucd-trie v0.1.7 |
| 356 | 2026-08-04T17:43:17.414Z | Downloaded thiserror v2.0.18 |
| 357 | 2026-08-04T17:43:17.414Z | Downloaded log v0.4.29 |
| 358 | 2026-08-04T17:43:17.414Z | Downloaded clap v4.6.1 |
| 359 | 2026-08-04T17:43:17.419Z | Downloaded getrandom v0.4.1 |
| 360 | 2026-08-04T17:43:17.422Z | Downloaded quote v1.0.45 |
| 361 | 2026-08-04T17:43:17.425Z | Downloaded toml v0.8.23 |
| 362 | 2026-08-04T17:43:17.425Z | Downloaded bitflags v2.11.0 |
| 363 | 2026-08-04T17:43:17.429Z | Downloaded pest_derive v2.8.6 |
| 364 | 2026-08-04T17:43:17.438Z | Downloaded once_cell v1.21.3 |
| 365 | 2026-08-04T17:43:17.441Z | Downloaded pest_generator v2.8.6 |
| 366 | 2026-08-04T17:43:17.447Z | Downloaded camino v1.2.2 |
| 367 | 2026-08-04T17:43:17.450Z | Downloaded papergrid v0.11.0 |
| 368 | 2026-08-04T17:43:17.455Z | Downloaded proc-macro2 v1.0.106 |
| 369 | 2026-08-04T17:43:17.458Z | Downloaded textwrap v0.16.2 |
| 370 | 2026-08-04T17:43:17.461Z | Downloaded unicode-ident v1.0.24 |
| 371 | 2026-08-04T17:43:17.461Z | Downloaded zerocopy-derive v0.7.35 |
| 372 | 2026-08-04T17:43:17.464Z | Downloaded serde_core v1.0.228 |
| 373 | 2026-08-04T17:43:17.464Z | Downloaded pest_meta v2.8.6 |
| 374 | 2026-08-04T17:43:17.471Z | Downloaded serde_derive v1.0.228 |
| 375 | 2026-08-04T17:43:17.482Z | Downloaded memchr v2.8.0 |
| 376 | 2026-08-04T17:43:17.486Z | Downloaded serde v1.0.228 |
| 377 | 2026-08-04T17:43:17.492Z | Downloaded toml_edit v0.22.27 |
| 378 | 2026-08-04T17:43:17.498Z | Downloaded typenum v1.20.1 |
| 379 | 2026-08-04T17:43:17.502Z | Downloaded goblin v0.8.2 |
| 380 | 2026-08-04T17:43:17.526Z | Downloaded pest v2.8.6 |
| 381 | 2026-08-04T17:43:17.529Z | Downloaded indexmap v2.14.0 |
| 382 | 2026-08-04T17:43:17.533Z | Downloaded hashbrown v0.17.0 |
| 383 | 2026-08-04T17:43:17.536Z | Downloaded serde_json v1.0.151 |
| 384 | 2026-08-04T17:43:17.559Z | Downloaded clap_builder v4.6.0 |
| 385 | 2026-08-04T17:43:17.565Z | Downloaded winnow v0.7.14 |
| 386 | 2026-08-04T17:43:17.572Z | Downloaded tabled v0.15.0 |
| 387 | 2026-08-04T17:43:17.592Z | Downloaded syn v1.0.109 |
| 388 | 2026-08-04T17:43:17.601Z | Downloaded unicode-width v0.1.14 |
| 389 | 2026-08-04T17:43:17.604Z | Downloaded unicode-width v0.2.0 |
| 390 | 2026-08-04T17:43:17.610Z | Downloaded syn v2.0.117 |
| 391 | 2026-08-04T17:43:17.625Z | Downloaded rustix v1.1.3 |
| 392 | 2026-08-04T17:43:17.653Z | Downloaded libc v0.2.185 |
| 393 | 2026-08-04T17:43:17.714Z | Compiling proc-macro2 v1.0.106 |
| 394 | 2026-08-04T17:43:17.714Z | Compiling quote v1.0.45 |
| 395 | 2026-08-04T17:43:17.714Z | Compiling unicode-ident v1.0.24 |
| 396 | 2026-08-04T17:43:17.718Z | Compiling serde_core v1.0.228 |
| 397 | 2026-08-04T17:43:17.718Z | Compiling libc v0.2.185 |
| 398 | 2026-08-04T17:43:17.718Z | Compiling version_check v0.9.5 |
| 399 | 2026-08-04T17:43:17.718Z | Compiling memchr v2.8.0 |
| 400 | 2026-08-04T17:43:17.718Z | Compiling serde v1.0.228 |
| 401 | 2026-08-04T17:43:18.025Z | Compiling zmij v1.0.21 |
| 402 | 2026-08-04T17:43:18.234Z | Compiling ucd-trie v0.1.7 |
| 403 | 2026-08-04T17:43:18.325Z | Compiling thiserror v1.0.69 |
| 404 | 2026-08-04T17:43:18.486Z | Compiling itoa v1.0.17 |
| 405 | 2026-08-04T17:43:18.508Z | Compiling pest v2.8.6 |
| 406 | 2026-08-04T17:43:18.680Z | Compiling byteorder v1.5.0 |
| 407 | 2026-08-04T17:43:18.739Z | Compiling rustix v1.1.3 |
| 408 | 2026-08-04T17:43:18.800Z | Compiling errno v0.3.14 |
| 409 | 2026-08-04T17:43:18.905Z | Compiling bitflags v2.11.0 |
| 410 | 2026-08-04T17:43:19.040Z | Compiling serde_json v1.0.151 |
| 411 | 2026-08-04T17:43:19.125Z | Compiling syn v2.0.117 |
| 412 | 2026-08-04T17:43:19.224Z | Compiling thread-id v4.2.2 |
| 413 | 2026-08-04T17:43:19.243Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2026-08-04T17:43:19.320Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-08-04T17:43:19.410Z | Compiling camino v1.2.2 |
| 416 | 2026-08-04T17:43:19.436Z | Compiling syn v1.0.109 |
| 417 | 2026-08-04T17:43:19.632Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-08-04T17:43:19.769Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-08-04T17:43:19.784Z | Compiling equivalent v1.0.2 |
| 420 | 2026-08-04T17:43:19.801Z | Compiling getrandom v0.4.1 |
| 421 | 2026-08-04T17:43:19.877Z | Compiling hashbrown v0.17.0 |
| 422 | 2026-08-04T17:43:19.947Z | Compiling log v0.4.29 |
| 423 | 2026-08-04T17:43:20.158Z | Compiling utf8parse v0.2.2 |
| 424 | 2026-08-04T17:43:20.205Z | Compiling plain v0.2.3 |
| 425 | 2026-08-04T17:43:20.269Z | Compiling anstyle-parse v1.0.0 |
| 426 | 2026-08-04T17:43:20.374Z | Compiling indexmap v2.14.0 |
| 427 | 2026-08-04T17:43:20.443Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-08-04T17:43:20.960Z | Compiling cfg-if v1.0.4 |
| 429 | 2026-08-04T17:43:20.984Z | Compiling toml_write v0.1.2 |
| 430 | 2026-08-04T17:43:21.035Z | Compiling is_terminal_polyfill v1.70.2 |
| 431 | 2026-08-04T17:43:21.052Z | Compiling pretty-hex v0.4.1 |
| 432 | 2026-08-04T17:43:21.134Z | Compiling anstyle v1.0.14 |
| 433 | 2026-08-04T17:43:21.137Z | Compiling autocfg v1.5.0 |
| 434 | 2026-08-04T17:43:21.180Z | Compiling winnow v0.7.14 |
| 435 | 2026-08-04T17:43:21.198Z | Compiling colorchoice v1.0.4 |
| 436 | 2026-08-04T17:43:21.242Z | Compiling thiserror v2.0.18 |
| 437 | 2026-08-04T17:43:21.314Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-08-04T17:43:21.317Z | Compiling anstyle-query v1.1.5 |
| 439 | 2026-08-04T17:43:21.440Z | Compiling anstream v1.0.0 |
| 440 | 2026-08-04T17:43:21.565Z | Compiling fs-err v3.3.0 |
| 441 | 2026-08-04T17:43:21.656Z | Compiling heck v0.4.1 |
| 442 | 2026-08-04T17:43:21.766Z | Compiling fnv v1.0.7 |
| 443 | 2026-08-04T17:43:21.785Z | Compiling once_cell v1.21.3 |
| 444 | 2026-08-04T17:43:21.851Z | Compiling bytecount v0.6.9 |
| 445 | 2026-08-04T17:43:21.871Z | Compiling unicode-width v0.1.14 |
| 446 | 2026-08-04T17:43:21.989Z | Compiling clap_lex v1.0.0 |
| 447 | 2026-08-04T17:43:22.006Z | Compiling anyhow v1.0.102 |
| 448 | 2026-08-04T17:43:22.022Z | Compiling heck v0.5.0 |
| 449 | 2026-08-04T17:43:22.047Z | Compiling strsim v0.11.1 |
| 450 | 2026-08-04T17:43:22.140Z | Compiling fastrand v2.3.0 |
| 451 | 2026-08-04T17:43:22.216Z | Compiling papergrid v0.11.0 |
| 452 | 2026-08-04T17:43:22.252Z | Compiling clap_builder v4.6.0 |
| 453 | 2026-08-04T17:43:22.388Z | Compiling tempfile v3.25.0 |
| 454 | 2026-08-04T17:43:22.566Z | Compiling semver v1.0.28 |
| 455 | 2026-08-04T17:43:22.583Z | Compiling cargo-platform v0.3.2 |
| 456 | 2026-08-04T17:43:22.618Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-08-04T17:43:22.703Z | Compiling memmap v0.7.0 |
| 458 | 2026-08-04T17:43:22.777Z | Compiling smawk v0.3.2 |
| 459 | 2026-08-04T17:43:22.857Z | Compiling unicode-width v0.2.0 |
| 460 | 2026-08-04T17:43:22.895Z | Compiling unicode-linebreak v0.1.5 |
| 461 | 2026-08-04T17:43:22.895Z | Compiling camino-tempfile v1.4.1 |
| 462 | 2026-08-04T17:43:22.970Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-08-04T17:43:23.128Z | Compiling thiserror-impl v1.0.69 |
| 464 | 2026-08-04T17:43:23.147Z | Compiling zerocopy-derive v0.7.35 |
| 465 | 2026-08-04T17:43:23.164Z | Compiling pest_derive v2.8.6 |
| 466 | 2026-08-04T17:43:23.278Z | Compiling scroll_derive v0.12.1 |
| 467 | 2026-08-04T17:43:23.528Z | Compiling thiserror-impl v2.0.18 |
| 468 | 2026-08-04T17:43:23.608Z | Compiling clap_derive v4.6.1 |
| 469 | 2026-08-04T17:43:23.693Z | Compiling tabled v0.15.0 |
| 470 | 2026-08-04T17:43:23.957Z | Compiling scroll v0.12.0 |
| 471 | 2026-08-04T17:43:24.022Z | Compiling zerocopy v0.7.35 |
| 472 | 2026-08-04T17:43:24.236Z | Compiling goblin v0.8.2 |
| 473 | 2026-08-04T17:43:24.526Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2026-08-04T17:43:24.579Z | Compiling textwrap v0.16.2 |
| 475 | 2026-08-04T17:43:25.036Z | Compiling swrite v0.1.0 |
| 476 | 2026-08-04T17:43:25.355Z | Compiling clap v4.6.1 |
| 477 | 2026-08-04T17:43:26.073Z | Compiling serde_spanned v0.6.9 |
| 478 | 2026-08-04T17:43:26.080Z | Compiling dof v0.3.0 |
| 479 | 2026-08-04T17:43:26.080Z | Compiling serde_tokenstream v0.2.3 |
| 480 | 2026-08-04T17:43:26.080Z | Compiling toml_datetime v0.6.11 |
| 481 | 2026-08-04T17:43:26.080Z | Compiling macaddr v1.0.1 |
| 482 | 2026-08-04T17:43:26.151Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-08-04T17:43:26.168Z | Compiling cargo_metadata v0.23.1 |
| 484 | 2026-08-04T17:43:26.297Z | Compiling toml_edit v0.22.27 |
| 485 | 2026-08-04T17:43:26.900Z | Compiling usdt-attr-macro v0.5.0 |
| 486 | 2026-08-04T17:43:26.905Z | Compiling usdt-macro v0.5.0 |
| 487 | 2026-08-04T17:43:27.498Z | Compiling usdt v0.5.0 |
| 488 | 2026-08-04T17:43:27.643Z | Compiling toml v0.8.23 |
| 489 | 2026-08-04T17:43:27.969Z | Compiling cargo_toml v0.21.0 |
| 490 | 2026-08-04T17:43:29.232Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 491 | 2026-08-04T17:43:31.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.67s |
| 492 | 2026-08-04T17:43:31.426Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 493 | 2026-08-04T17:43:31.931Z | Downloading crates ... |
| 494 | 2026-08-04T17:43:31.986Z | Downloaded adler2 v2.0.1 |
| 495 | 2026-08-04T17:43:31.991Z | Downloaded backon v1.6.0 |
| 496 | 2026-08-04T17:43:31.994Z | Downloaded base16ct v1.0.0 |
| 497 | 2026-08-04T17:43:32.001Z | Downloaded bcs v0.1.6 |
| 498 | 2026-08-04T17:43:32.001Z | Downloaded async-recursion v1.1.1 |
| 499 | 2026-08-04T17:43:32.005Z | Downloaded async-trait v0.1.89 |
| 500 | 2026-08-04T17:43:32.005Z | Downloaded bit-set v0.5.3 |
| 501 | 2026-08-04T17:43:32.005Z | Downloaded ascii-canvas v3.0.0 |
| 502 | 2026-08-04T17:43:32.005Z | Downloaded async-stream v0.3.6 |
| 503 | 2026-08-04T17:43:32.005Z | Downloaded atty v0.2.14 |
| 504 | 2026-08-04T17:43:32.005Z | Downloaded assert_matches v1.5.0 |
| 505 | 2026-08-04T17:43:32.010Z | Downloaded futures-task v0.3.32 |
| 506 | 2026-08-04T17:43:32.013Z | Downloaded aes v0.9.1 |
| 507 | 2026-08-04T17:43:32.016Z | Downloaded ahash v0.8.12 |
| 508 | 2026-08-04T17:43:32.019Z | Downloaded bb8 v0.8.6 |
| 509 | 2026-08-04T17:43:32.024Z | Downloaded enum_dispatch v0.3.13 |
| 510 | 2026-08-04T17:43:32.024Z | Downloaded async-stream-impl v0.3.6 |
| 511 | 2026-08-04T17:43:32.024Z | Downloaded futures-channel v0.3.32 |
| 512 | 2026-08-04T17:43:32.027Z | Downloaded getrandom v0.3.4 |
| 513 | 2026-08-04T17:43:32.027Z | Downloaded arrayvec v0.7.6 |
| 514 | 2026-08-04T17:43:32.027Z | Downloaded async-bb8-diesel v0.2.1 |
| 515 | 2026-08-04T17:43:32.027Z | Downloaded array-init v0.0.4 |
| 516 | 2026-08-04T17:43:32.031Z | Downloaded convert_case v0.4.0 |
| 517 | 2026-08-04T17:43:32.031Z | Downloaded atomic-waker v1.1.2 |
| 518 | 2026-08-04T17:43:32.031Z | Downloaded hex v0.4.3 |
| 519 | 2026-08-04T17:43:32.034Z | Downloaded gethostname v0.5.0 |
| 520 | 2026-08-04T17:43:32.037Z | Downloaded flagset v0.4.7 |
| 521 | 2026-08-04T17:43:32.038Z | Downloaded float-cmp v0.10.0 |
| 522 | 2026-08-04T17:43:32.038Z | Downloaded futures-core v0.3.32 |
| 523 | 2026-08-04T17:43:32.042Z | Downloaded base16ct v0.2.0 |
| 524 | 2026-08-04T17:43:32.042Z | Downloaded aead v0.5.2 |
| 525 | 2026-08-04T17:43:32.042Z | Downloaded env_filter v1.0.0 |
| 526 | 2026-08-04T17:43:32.042Z | Downloaded futures-sink v0.3.32 |
| 527 | 2026-08-04T17:43:32.042Z | Downloaded fxhash v0.2.1 |
| 528 | 2026-08-04T17:43:32.047Z | Downloaded headers-core v0.3.0 |
| 529 | 2026-08-04T17:43:32.047Z | Downloaded foreign-types-shared v0.1.1 |
| 530 | 2026-08-04T17:43:32.050Z | Downloaded fd-lock v4.0.4 |
| 531 | 2026-08-04T17:43:32.050Z | Downloaded fs_extra v1.3.0 |
| 532 | 2026-08-04T17:43:32.050Z | Downloaded humantime v2.3.0 |
| 533 | 2026-08-04T17:43:32.050Z | Downloaded hyper-rustls v0.27.7 |
| 534 | 2026-08-04T17:43:32.053Z | Downloaded ff v0.13.1 |
| 535 | 2026-08-04T17:43:32.053Z | Downloaded filetime v0.2.27 |
| 536 | 2026-08-04T17:43:32.053Z | Downloaded erased-serde v0.3.31 |
| 537 | 2026-08-04T17:43:32.053Z | Downloaded find-msvc-tools v0.1.9 |
| 538 | 2026-08-04T17:43:32.056Z | Downloaded arrayref v0.3.9 |
| 539 | 2026-08-04T17:43:32.059Z | Downloaded backoff v0.4.0 |
| 540 | 2026-08-04T17:43:32.059Z | Downloaded compression-core v0.4.31 |
| 541 | 2026-08-04T17:43:32.059Z | Downloaded endian-type v0.1.2 |
| 542 | 2026-08-04T17:43:32.063Z | Downloaded env_logger v0.11.9 |
| 543 | 2026-08-04T17:43:32.067Z | Downloaded fixedbitset v0.4.2 |
| 544 | 2026-08-04T17:43:32.070Z | Downloaded getrandom v0.2.17 |
| 545 | 2026-08-04T17:43:32.070Z | Downloaded fatfs v0.3.6 |
| 546 | 2026-08-04T17:43:32.073Z | Downloaded ciborium-ll v0.2.2 |
| 547 | 2026-08-04T17:43:32.078Z | Downloaded hostname v0.3.1 |
| 548 | 2026-08-04T17:43:32.078Z | Downloaded foreign-types v0.5.0 |
| 549 | 2026-08-04T17:43:32.083Z | Downloaded funty v2.0.0 |
| 550 | 2026-08-04T17:43:32.083Z | Downloaded futures-io v0.3.32 |
| 551 | 2026-08-04T17:43:32.083Z | Downloaded enum-as-inner v0.6.1 |
| 552 | 2026-08-04T17:43:32.083Z | Downloaded cfg_aliases v0.1.1 |
| 553 | 2026-08-04T17:43:32.088Z | Downloaded fs-err v2.11.0 |
| 554 | 2026-08-04T17:43:32.088Z | Downloaded generic-array v1.4.3 |
| 555 | 2026-08-04T17:43:32.088Z | Downloaded ghash v0.6.0 |
| 556 | 2026-08-04T17:43:32.088Z | Downloaded float-ord v0.3.2 |
| 557 | 2026-08-04T17:43:32.088Z | Downloaded bitfield-macros v0.19.4 |
| 558 | 2026-08-04T17:43:32.088Z | Downloaded atomicwrites v0.4.4 |
| 559 | 2026-08-04T17:43:32.091Z | Downloaded http-range v0.1.5 |
| 560 | 2026-08-04T17:43:32.091Z | Downloaded foreign-types-shared v0.3.1 |
| 561 | 2026-08-04T17:43:32.094Z | Downloaded ciborium-io v0.2.2 |
| 562 | 2026-08-04T17:43:32.094Z | Downloaded cobs v0.3.0 |
| 563 | 2026-08-04T17:43:32.097Z | Downloaded httpdate v1.0.3 |
| 564 | 2026-08-04T17:43:32.100Z | Downloaded foreign-types-macros v0.2.3 |
| 565 | 2026-08-04T17:43:32.100Z | Downloaded home v0.5.12 |
| 566 | 2026-08-04T17:43:32.103Z | Downloaded block-padding v0.4.2 |
| 567 | 2026-08-04T17:43:32.106Z | Downloaded bit-set v0.8.0 |
| 568 | 2026-08-04T17:43:32.106Z | Downloaded hyper-tls v0.6.0 |
| 569 | 2026-08-04T17:43:32.111Z | Downloaded hostname v0.4.2 |
| 570 | 2026-08-04T17:43:32.111Z | Downloaded num-derive v0.4.2 |
| 571 | 2026-08-04T17:43:32.111Z | Downloaded hash32 v0.2.1 |
| 572 | 2026-08-04T17:43:32.114Z | Downloaded block-buffer v0.12.1 |
| 573 | 2026-08-04T17:43:32.114Z | Downloaded foldhash v0.1.5 |
| 574 | 2026-08-04T17:43:32.118Z | Downloaded cfg_aliases v0.2.1 |
| 575 | 2026-08-04T17:43:32.121Z | Downloaded cipher v0.5.2 |
| 576 | 2026-08-04T17:43:32.121Z | Downloaded cmov v0.5.4 |
| 577 | 2026-08-04T17:43:32.121Z | Downloaded futures-macro v0.3.32 |
| 578 | 2026-08-04T17:43:32.121Z | Downloaded git-stub v1.0.0 |
| 579 | 2026-08-04T17:43:32.125Z | Downloaded argon2 v0.5.3 |
| 580 | 2026-08-04T17:43:32.128Z | Downloaded base64ct v1.8.3 |
| 581 | 2026-08-04T17:43:32.128Z | Downloaded hash32 v0.3.1 |
| 582 | 2026-08-04T17:43:32.135Z | Downloaded castaway v0.2.4 |
| 583 | 2026-08-04T17:43:32.138Z | Downloaded http-body v1.0.1 |
| 584 | 2026-08-04T17:43:32.138Z | Downloaded hubpack v0.1.2 |
| 585 | 2026-08-04T17:43:32.138Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 586 | 2026-08-04T17:43:32.138Z | Downloaded nonempty v0.12.0 |
| 587 | 2026-08-04T17:43:32.138Z | Downloaded olpc-cjson v0.1.4 |
| 588 | 2026-08-04T17:43:32.138Z | Downloaded form_urlencoded v1.2.2 |
| 589 | 2026-08-04T17:43:32.138Z | Downloaded hex-literal v1.1.0 |
| 590 | 2026-08-04T17:43:32.143Z | Downloaded hubpack_derive v0.1.1 |
| 591 | 2026-08-04T17:43:32.143Z | Downloaded foreign-types v0.3.2 |
| 592 | 2026-08-04T17:43:32.146Z | Downloaded predicates-core v1.0.10 |
| 593 | 2026-08-04T17:43:32.146Z | Downloaded proc-macro-crate v3.4.0 |
| 594 | 2026-08-04T17:43:32.149Z | Downloaded parse-display v0.10.0 |
| 595 | 2026-08-04T17:43:32.149Z | Downloaded quick-error v1.2.3 |
| 596 | 2026-08-04T17:43:32.149Z | Downloaded password-hash v0.6.1 |
| 597 | 2026-08-04T17:43:32.159Z | Downloaded anstream v0.6.21 |
| 598 | 2026-08-04T17:43:32.162Z | Downloaded bitflags v1.3.2 |
| 599 | 2026-08-04T17:43:32.162Z | Downloaded byte-wrapper v0.1.0 |
| 600 | 2026-08-04T17:43:32.167Z | Downloaded ref-cast v1.0.25 |
| 601 | 2026-08-04T17:43:32.167Z | Downloaded anstyle-parse v0.2.7 |
| 602 | 2026-08-04T17:43:32.167Z | Downloaded aead v0.6.1 |
| 603 | 2026-08-04T17:43:32.174Z | Downloaded bitfield-struct v0.6.2 |
| 604 | 2026-08-04T17:43:32.178Z | Downloaded foldhash v0.2.0 |
| 605 | 2026-08-04T17:43:32.180Z | Downloaded highway v1.3.0 |
| 606 | 2026-08-04T17:43:32.180Z | Downloaded http-body-util v0.1.3 |
| 607 | 2026-08-04T17:43:32.180Z | Downloaded const_format_proc_macros v0.2.34 |
| 608 | 2026-08-04T17:43:32.180Z | Downloaded fixedbitset v0.5.7 |
| 609 | 2026-08-04T17:43:32.180Z | Downloaded glob v0.3.3 |
| 610 | 2026-08-04T17:43:32.180Z | Downloaded hyper-staticfile v0.10.1 |
| 611 | 2026-08-04T17:43:32.180Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 612 | 2026-08-04T17:43:32.180Z | Downloaded ref-cast-impl v1.0.25 |
| 613 | 2026-08-04T17:43:32.183Z | Downloaded cexpr v0.6.0 |
| 614 | 2026-08-04T17:43:32.183Z | Downloaded globset v0.4.18 |
| 615 | 2026-08-04T17:43:32.183Z | Downloaded bitfield v0.19.4 |
| 616 | 2026-08-04T17:43:32.186Z | Downloaded russh-cryptovec v0.62.0 |
| 617 | 2026-08-04T17:43:32.186Z | Downloaded fallible-iterator v0.2.0 |
| 618 | 2026-08-04T17:43:32.186Z | Downloaded bit-vec v0.8.0 |
| 619 | 2026-08-04T17:43:32.186Z | Downloaded bs58 v0.5.1 |
| 620 | 2026-08-04T17:43:32.189Z | Downloaded compression-codecs v0.4.37 |
| 621 | 2026-08-04T17:43:32.189Z | Downloaded sapling-renderdag v0.1.0 |
| 622 | 2026-08-04T17:43:32.189Z | Downloaded scroll_derive v0.13.1 |
| 623 | 2026-08-04T17:43:32.189Z | Downloaded serde_repr v0.1.20 |
| 624 | 2026-08-04T17:43:32.194Z | Downloaded constant_time_eq v0.4.2 |
| 625 | 2026-08-04T17:43:32.194Z | Downloaded slog-bunyan v2.5.0 |
| 626 | 2026-08-04T17:43:32.197Z | Downloaded argon2 v0.6.0-rc.8 |
| 627 | 2026-08-04T17:43:32.197Z | Downloaded base64 v0.22.1 |
| 628 | 2026-08-04T17:43:32.201Z | Downloaded chacha20 v0.9.1 |
| 629 | 2026-08-04T17:43:32.201Z | Downloaded strum v0.27.2 |
| 630 | 2026-08-04T17:43:32.205Z | Downloaded tap v1.0.1 |
| 631 | 2026-08-04T17:43:32.205Z | Downloaded camino-tempfile-ext v0.3.3 |
| 632 | 2026-08-04T17:43:32.205Z | Downloaded console v0.16.2 |
| 633 | 2026-08-04T17:43:32.211Z | Downloaded git-stub-vcs v0.1.0 |
| 634 | 2026-08-04T17:43:32.211Z | Downloaded group v0.13.0 |
| 635 | 2026-08-04T17:43:32.211Z | Downloaded group v0.14.0 |
| 636 | 2026-08-04T17:43:32.215Z | Downloaded ff v0.14.0 |
| 637 | 2026-08-04T17:43:32.215Z | Downloaded futures-executor v0.3.32 |
| 638 | 2026-08-04T17:43:32.215Z | Downloaded globwalk v0.9.1 |
| 639 | 2026-08-04T17:43:32.215Z | Downloaded signal-hook-tokio v0.3.1 |
| 640 | 2026-08-04T17:43:32.215Z | Downloaded base64 v0.21.7 |
| 641 | 2026-08-04T17:43:32.215Z | Downloaded stable_deref_trait v1.2.1 |
| 642 | 2026-08-04T17:43:32.215Z | Downloaded bit-vec v0.6.3 |
| 643 | 2026-08-04T17:43:32.215Z | Downloaded cbc v0.2.1 |
| 644 | 2026-08-04T17:43:32.218Z | Downloaded cipher v0.4.4 |
| 645 | 2026-08-04T17:43:32.218Z | Downloaded oxnet v0.1.6 |
| 646 | 2026-08-04T17:43:32.221Z | Downloaded num_enum_derive v0.7.6 |
| 647 | 2026-08-04T17:43:32.221Z | Downloaded paste v1.0.15 |
| 648 | 2026-08-04T17:43:32.224Z | Downloaded ppv-lite86 v0.2.21 |
| 649 | 2026-08-04T17:43:32.225Z | Downloaded postgres-protocol v0.6.10 |
| 650 | 2026-08-04T17:43:32.225Z | Downloaded phf v0.13.1 |
| 651 | 2026-08-04T17:43:32.228Z | Downloaded polyval v0.7.1 |
| 652 | 2026-08-04T17:43:32.228Z | Downloaded primefield v0.14.0 |
| 653 | 2026-08-04T17:43:32.228Z | Downloaded proc-macro-error2 v2.0.1 |
| 654 | 2026-08-04T17:43:32.232Z | Downloaded russh-util v0.52.0 |
| 655 | 2026-08-04T17:43:32.232Z | Downloaded tabled_derive v0.11.0 |
| 656 | 2026-08-04T17:43:32.232Z | Downloaded testing_table v0.3.0 |
| 657 | 2026-08-04T17:43:32.232Z | Downloaded resolv-conf v0.7.6 |
| 658 | 2026-08-04T17:43:32.235Z | Downloaded tower-layer v0.3.3 |
| 659 | 2026-08-04T17:43:32.235Z | Downloaded tower-service v0.3.3 |
| 660 | 2026-08-04T17:43:32.239Z | Downloaded untrusted v0.7.1 |
| 661 | 2026-08-04T17:43:32.239Z | Downloaded hmac v0.13.0 |
| 662 | 2026-08-04T17:43:32.243Z | Downloaded rustls-pemfile v2.2.0 |
| 663 | 2026-08-04T17:43:32.244Z | Downloaded half v1.8.3 |
| 664 | 2026-08-04T17:43:32.247Z | Downloaded rand_core v0.10.0 |
| 665 | 2026-08-04T17:43:32.247Z | Downloaded blake2 v0.10.6 |
| 666 | 2026-08-04T17:43:32.247Z | Downloaded bzip2 v0.4.4 |
| 667 | 2026-08-04T17:43:32.247Z | Downloaded chacha20 v0.10.0 |
| 668 | 2026-08-04T17:43:32.252Z | Downloaded ciborium v0.2.2 |
| 669 | 2026-08-04T17:43:32.252Z | Downloaded clang-sys v1.8.1 |
| 670 | 2026-08-04T17:43:32.252Z | Downloaded colored v3.1.1 |
| 671 | 2026-08-04T17:43:32.256Z | Downloaded topological-sort v0.2.2 |
| 672 | 2026-08-04T17:43:32.257Z | Downloaded typify-macro v0.6.2 |
| 673 | 2026-08-04T17:43:32.257Z | Downloaded utf-8 v0.7.6 |
| 674 | 2026-08-04T17:43:32.257Z | Downloaded utf8_iter v1.0.4 |
| 675 | 2026-08-04T17:43:32.257Z | Downloaded wait-timeout v0.2.1 |
| 676 | 2026-08-04T17:43:32.257Z | Downloaded bzip2 v0.6.1 |
| 677 | 2026-08-04T17:43:32.257Z | Downloaded buf-list v1.1.2 |
| 678 | 2026-08-04T17:43:32.260Z | Downloaded cassowary v0.3.0 |
| 679 | 2026-08-04T17:43:32.261Z | Downloaded cmake v0.1.57 |
| 680 | 2026-08-04T17:43:32.261Z | Downloaded colored v2.2.0 |
| 681 | 2026-08-04T17:43:32.261Z | Downloaded console v0.15.11 |
| 682 | 2026-08-04T17:43:32.261Z | Downloaded blowfish v0.10.0 |
| 683 | 2026-08-04T17:43:32.261Z | Downloaded hickory-server v0.25.2 |
| 684 | 2026-08-04T17:43:32.266Z | Downloaded sec1 v0.8.1 |
| 685 | 2026-08-04T17:43:32.266Z | Downloaded seq-macro v0.3.6 |
| 686 | 2026-08-04T17:43:32.266Z | Downloaded unicode-truncate v1.1.0 |
| 687 | 2026-08-04T17:43:32.266Z | Downloaded allocator-api2 v0.2.21 |
| 688 | 2026-08-04T17:43:32.269Z | Downloaded serde_with_macros v1.5.2 |
| 689 | 2026-08-04T17:43:32.269Z | Downloaded shlex v1.3.0 |
| 690 | 2026-08-04T17:43:32.269Z | Downloaded simd-adler32 v0.3.8 |
| 691 | 2026-08-04T17:43:32.269Z | Downloaded slog-stdlog v4.1.1 |
| 692 | 2026-08-04T17:43:32.269Z | Downloaded strum_macros v0.24.3 |
| 693 | 2026-08-04T17:43:32.272Z | Downloaded async-compression v0.4.41 |
| 694 | 2026-08-04T17:43:32.275Z | Downloaded snafu-derive v0.8.9 |
| 695 | 2026-08-04T17:43:32.275Z | Downloaded crc-catalog v2.4.0 |
| 696 | 2026-08-04T17:43:32.275Z | Downloaded zerofrom v0.1.6 |
| 697 | 2026-08-04T17:43:32.275Z | Downloaded zerofrom-derive v0.1.6 |
| 698 | 2026-08-04T17:43:32.278Z | Downloaded defmt-parser v1.0.0 |
| 699 | 2026-08-04T17:43:32.278Z | Downloaded cpubits v0.1.1 |
| 700 | 2026-08-04T17:43:32.278Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 701 | 2026-08-04T17:43:32.278Z | Downloaded cancel-safe-futures v0.1.5 |
| 702 | 2026-08-04T17:43:32.284Z | Downloaded stacker v0.1.23 |
| 703 | 2026-08-04T17:43:32.284Z | Downloaded tls_codec_derive v0.4.2 |
| 704 | 2026-08-04T17:43:32.284Z | Downloaded hmac v0.12.1 |
| 705 | 2026-08-04T17:43:32.288Z | Downloaded parking_lot v0.11.2 |
| 706 | 2026-08-04T17:43:32.293Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 707 | 2026-08-04T17:43:32.294Z | Downloaded support-bundle-viewer v0.1.2 |
| 708 | 2026-08-04T17:43:32.298Z | Downloaded tinystr v0.8.2 |
| 709 | 2026-08-04T17:43:32.298Z | Downloaded tokio-native-tls v0.3.1 |
| 710 | 2026-08-04T17:43:32.298Z | Downloaded usdt v0.6.0 |
| 711 | 2026-08-04T17:43:32.298Z | Downloaded defmt v0.3.100 |
| 712 | 2026-08-04T17:43:32.301Z | Downloaded termios v0.3.3 |
| 713 | 2026-08-04T17:43:32.308Z | Downloaded lru v0.12.5 |
| 714 | 2026-08-04T17:43:32.311Z | Downloaded lru-cache v0.1.2 |
| 715 | 2026-08-04T17:43:32.311Z | Downloaded dof v0.4.0 |
| 716 | 2026-08-04T17:43:32.311Z | Downloaded document-features v0.2.12 |
| 717 | 2026-08-04T17:43:32.316Z | Downloaded hybrid-array v0.4.13 |
| 718 | 2026-08-04T17:43:32.322Z | Downloaded const-oid v0.9.6 |
| 719 | 2026-08-04T17:43:32.325Z | Downloaded num-traits v0.2.19 |
| 720 | 2026-08-04T17:43:32.325Z | Downloaded rustls-pki-types v1.14.0 |
| 721 | 2026-08-04T17:43:32.328Z | Downloaded illumos-nvpair v0.3.0 |
| 722 | 2026-08-04T17:43:32.328Z | Downloaded inout v0.2.2 |
| 723 | 2026-08-04T17:43:32.328Z | Downloaded instant v0.1.13 |
| 724 | 2026-08-04T17:43:32.329Z | Downloaded instability v0.3.11 |
| 725 | 2026-08-04T17:43:32.329Z | Downloaded lazy_static v1.5.0 |
| 726 | 2026-08-04T17:43:32.332Z | Downloaded md-5 v0.10.6 |
| 727 | 2026-08-04T17:43:32.332Z | Downloaded mime v0.3.17 |
| 728 | 2026-08-04T17:43:32.337Z | Downloaded futures v0.3.32 |
| 729 | 2026-08-04T17:43:32.340Z | Downloaded httparse v1.10.1 |
| 730 | 2026-08-04T17:43:32.340Z | Downloaded serde_with_macros v3.21.0 |
| 731 | 2026-08-04T17:43:32.340Z | Downloaded hashbrown v0.13.2 |
| 732 | 2026-08-04T17:43:32.344Z | Downloaded smf v0.2.3 |
| 733 | 2026-08-04T17:43:32.344Z | Downloaded whoami v1.6.1 |
| 734 | 2026-08-04T17:43:32.347Z | Downloaded yoke v0.8.1 |
| 735 | 2026-08-04T17:43:32.347Z | Downloaded convert_case v0.10.0 |
| 736 | 2026-08-04T17:43:32.351Z | Downloaded ctr v0.10.1 |
| 737 | 2026-08-04T17:43:32.351Z | Downloaded spki v0.7.3 |
| 738 | 2026-08-04T17:43:32.351Z | Downloaded xattr v1.6.1 |
| 739 | 2026-08-04T17:43:32.351Z | Downloaded ctutils v0.4.2 |
| 740 | 2026-08-04T17:43:32.351Z | Downloaded new_debug_unreachable v1.0.6 |
| 741 | 2026-08-04T17:43:32.351Z | Downloaded newtype_derive v0.1.6 |
| 742 | 2026-08-04T17:43:32.351Z | Downloaded num_threads v0.1.7 |
| 743 | 2026-08-04T17:43:32.351Z | Downloaded normalize-line-endings v0.3.0 |
| 744 | 2026-08-04T17:43:32.351Z | Downloaded num v0.4.3 |
| 745 | 2026-08-04T17:43:32.351Z | Downloaded openssl-probe v0.2.1 |
| 746 | 2026-08-04T17:43:32.351Z | Downloaded proc-macro-crate v1.3.1 |
| 747 | 2026-08-04T17:43:32.396Z | Downloaded phf_shared v0.12.1 |
| 748 | 2026-08-04T17:43:32.410Z | Downloaded phf_shared v0.13.1 |
| 749 | 2026-08-04T17:43:32.410Z | Downloaded crossbeam-deque v0.8.6 |
| 750 | 2026-08-04T17:43:32.410Z | Downloaded critical-section v1.2.0 |
| 751 | 2026-08-04T17:43:32.410Z | Downloaded deranged v0.5.8 |
| 752 | 2026-08-04T17:43:32.410Z | Downloaded blake2 v0.11.0-rc.6 |
| 753 | 2026-08-04T17:43:32.410Z | Downloaded oso v0.27.3 |
| 754 | 2026-08-04T17:43:32.410Z | Downloaded pkcs5 v0.8.1 |
| 755 | 2026-08-04T17:43:32.410Z | Downloaded tokio-rustls v0.26.4 |
| 756 | 2026-08-04T17:43:32.410Z | Downloaded zeroize v1.9.0 |
| 757 | 2026-08-04T17:43:32.410Z | Downloaded ed25519 v2.2.3 |
| 758 | 2026-08-04T17:43:32.410Z | Downloaded pem-rfc7468 v0.7.0 |
| 759 | 2026-08-04T17:43:32.411Z | Downloaded pin-project v1.1.11 |
| 760 | 2026-08-04T17:43:32.411Z | Downloaded rcgen v0.12.1 |
| 761 | 2026-08-04T17:43:32.411Z | Downloaded either v1.15.0 |
| 762 | 2026-08-04T17:43:32.411Z | Downloaded same-file v1.0.6 |
| 763 | 2026-08-04T17:43:32.411Z | Downloaded progenitor-macro v0.13.0 |
| 764 | 2026-08-04T17:43:32.411Z | Downloaded progenitor-macro v0.14.0 |
| 765 | 2026-08-04T17:43:32.411Z | Downloaded rtoolbox v0.0.3 |
| 766 | 2026-08-04T17:43:32.411Z | Downloaded scopeguard v1.2.0 |
| 767 | 2026-08-04T17:43:32.411Z | Downloaded flume v0.11.1 |
| 768 | 2026-08-04T17:43:32.411Z | Downloaded rustc_version v0.4.1 |
| 769 | 2026-08-04T17:43:32.411Z | Downloaded arc-swap v1.8.2 |
| 770 | 2026-08-04T17:43:32.411Z | Downloaded const-oid v0.10.2 |
| 771 | 2026-08-04T17:43:32.412Z | Downloaded derive_builder_core v0.20.2 |
| 772 | 2026-08-04T17:43:32.412Z | Downloaded displaydoc v0.2.5 |
| 773 | 2026-08-04T17:43:32.412Z | Downloaded chacha20poly1305 v0.10.1 |
| 774 | 2026-08-04T17:43:32.412Z | Downloaded const_format v0.2.35 |
| 775 | 2026-08-04T17:43:32.412Z | Downloaded rustls-platform-verifier v0.6.2 |
| 776 | 2026-08-04T17:43:32.412Z | Downloaded libsw-core v0.3.2 |
| 777 | 2026-08-04T17:43:32.413Z | Downloaded serde_cbor v0.11.2 |
| 778 | 2026-08-04T17:43:32.423Z | Downloaded sha1 v0.10.6 |
| 779 | 2026-08-04T17:43:32.423Z | Downloaded signal-hook-mio v0.2.5 |
| 780 | 2026-08-04T17:43:32.423Z | Downloaded signature v3.0.0 |
| 781 | 2026-08-04T17:43:32.423Z | Downloaded structmeta-derive v0.3.0 |
| 782 | 2026-08-04T17:43:32.423Z | Downloaded whoami v2.1.0 |
| 783 | 2026-08-04T17:43:32.423Z | Downloaded sigpipe v0.1.3 |
| 784 | 2026-08-04T17:43:32.423Z | Downloaded sync-ptr v0.1.4 |
| 785 | 2026-08-04T17:43:32.423Z | Downloaded tagptr v0.2.0 |
| 786 | 2026-08-04T17:43:32.423Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 787 | 2026-08-04T17:43:32.429Z | Downloaded parse-display-derive v0.10.0 |
| 788 | 2026-08-04T17:43:32.429Z | Downloaded oxide-update-engine v0.1.2 |
| 789 | 2026-08-04T17:43:32.429Z | Downloaded oxide-update-engine-display v0.1.2 |
| 790 | 2026-08-04T17:43:32.429Z | Downloaded pbkdf2 v0.13.0 |
| 791 | 2026-08-04T17:43:32.429Z | Downloaded pin-project-internal v1.1.11 |
| 792 | 2026-08-04T17:43:32.429Z | Downloaded nu-ansi-term v0.50.3 |
| 793 | 2026-08-04T17:43:32.432Z | Downloaded pem v3.0.6 |
| 794 | 2026-08-04T17:43:32.432Z | Downloaded pkcs8 v0.10.2 |
| 795 | 2026-08-04T17:43:32.433Z | Downloaded termtree v0.5.1 |
| 796 | 2026-08-04T17:43:32.433Z | Downloaded unarray v0.1.4 |
| 797 | 2026-08-04T17:43:32.440Z | Downloaded crossbeam-epoch v0.9.18 |
| 798 | 2026-08-04T17:43:32.452Z | Downloaded rand_chacha v0.9.0 |
| 799 | 2026-08-04T17:43:32.452Z | Downloaded rand_core v0.6.4 |
| 800 | 2026-08-04T17:43:32.458Z | Downloaded headers v0.4.1 |
| 801 | 2026-08-04T17:43:32.458Z | Downloaded heapless v0.7.17 |
| 802 | 2026-08-04T17:43:32.462Z | Downloaded void v1.0.2 |
| 803 | 2026-08-04T17:43:32.462Z | Downloaded yoke-derive v0.8.1 |
| 804 | 2026-08-04T17:43:32.462Z | Downloaded rand_core v0.9.5 |
| 805 | 2026-08-04T17:43:32.463Z | Downloaded crypto-common v0.2.2 |
| 806 | 2026-08-04T17:43:32.463Z | Downloaded darling_macro v0.13.4 |
| 807 | 2026-08-04T17:43:32.467Z | Downloaded darling_macro v0.20.11 |
| 808 | 2026-08-04T17:43:32.467Z | Downloaded flate2 v1.1.9 |
| 809 | 2026-08-04T17:43:32.470Z | Downloaded hickory-resolver v0.24.4 |
| 810 | 2026-08-04T17:43:32.470Z | Downloaded bytes v1.11.1 |
| 811 | 2026-08-04T17:43:32.480Z | Downloaded ar_archive_writer v0.5.1 |
| 812 | 2026-08-04T17:43:32.484Z | Downloaded bumpalo v3.20.2 |
| 813 | 2026-08-04T17:43:32.485Z | Downloaded schemars_derive v0.8.22 |
| 814 | 2026-08-04T17:43:32.485Z | Downloaded serde_urlencoded v0.7.1 |
| 815 | 2026-08-04T17:43:32.485Z | Downloaded typify v0.6.2 |
| 816 | 2026-08-04T17:43:32.485Z | Downloaded embedded-io v0.4.0 |
| 817 | 2026-08-04T17:43:32.485Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 818 | 2026-08-04T17:43:32.485Z | Downloaded tungstenite v0.21.0 |
| 819 | 2026-08-04T17:43:32.491Z | Downloaded half v2.7.1 |
| 820 | 2026-08-04T17:43:32.491Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 821 | 2026-08-04T17:43:32.491Z | Downloaded compact_str v0.8.1 |
| 822 | 2026-08-04T17:43:32.495Z | Downloaded scroll v0.13.0 |
| 823 | 2026-08-04T17:43:32.495Z | Downloaded static_assertions v1.1.0 |
| 824 | 2026-08-04T17:43:32.495Z | Downloaded ssh-encoding v0.3.0 |
| 825 | 2026-08-04T17:43:32.495Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 826 | 2026-08-04T17:43:32.502Z | Downloaded uuid v1.23.4 |
| 827 | 2026-08-04T17:43:32.509Z | Downloaded pkcs1 v0.7.5 |
| 828 | 2026-08-04T17:43:32.513Z | Downloaded pin-project-lite v0.2.17 |
| 829 | 2026-08-04T17:43:32.513Z | Downloaded unicase v2.9.0 |
| 830 | 2026-08-04T17:43:32.513Z | Downloaded zopfli v0.8.3 |
| 831 | 2026-08-04T17:43:32.513Z | Downloaded nodrop v0.1.14 |
| 832 | 2026-08-04T17:43:32.518Z | Downloaded tui-tree-widget v0.23.1 |
| 833 | 2026-08-04T17:43:32.518Z | Downloaded untrusted v0.9.0 |
| 834 | 2026-08-04T17:43:32.518Z | Downloaded packed_struct_codegen v0.10.1 |
| 835 | 2026-08-04T17:43:32.519Z | Downloaded num-conv v0.2.0 |
| 836 | 2026-08-04T17:43:32.523Z | Downloaded openssl-sys v0.9.115 |
| 837 | 2026-08-04T17:43:32.530Z | Downloaded xshell v0.2.7 |
| 838 | 2026-08-04T17:43:32.536Z | Downloaded vergen-git2 v9.1.0 |
| 839 | 2026-08-04T17:43:32.536Z | Downloaded hickory-resolver v0.25.2 |
| 840 | 2026-08-04T17:43:32.559Z | Downloaded elliptic-curve v0.13.8 |
| 841 | 2026-08-04T17:43:32.559Z | Downloaded icu_properties v2.1.2 |
| 842 | 2026-08-04T17:43:32.559Z | Downloaded indexmap v1.9.3 |
| 843 | 2026-08-04T17:43:32.559Z | Downloaded diff v0.1.13 |
| 844 | 2026-08-04T17:43:32.559Z | Downloaded percent-encoding v2.3.2 |
| 845 | 2026-08-04T17:43:32.559Z | Downloaded quinn v0.11.9 |
| 846 | 2026-08-04T17:43:32.559Z | Downloaded precomputed-hash v0.1.1 |
| 847 | 2026-08-04T17:43:32.565Z | Downloaded rand_pcg v0.10.2 |
| 848 | 2026-08-04T17:43:32.565Z | Downloaded rustc-hash v2.1.1 |
| 849 | 2026-08-04T17:43:32.565Z | Downloaded heapless v0.8.0 |
| 850 | 2026-08-04T17:43:32.565Z | Downloaded corncobs v0.1.4 |
| 851 | 2026-08-04T17:43:32.569Z | Downloaded difflib v0.4.0 |
| 852 | 2026-08-04T17:43:32.570Z | Downloaded rand_xorshift v0.4.0 |
| 853 | 2026-08-04T17:43:32.570Z | Downloaded elliptic-curve v0.14.1 |
| 854 | 2026-08-04T17:43:32.573Z | Downloaded cc v1.2.56 |
| 855 | 2026-08-04T17:43:32.578Z | Downloaded digest v0.11.3 |
| 856 | 2026-08-04T17:43:32.605Z | Downloaded serde_plain v1.0.2 |
| 857 | 2026-08-04T17:43:32.605Z | Downloaded spin v0.9.8 |
| 858 | 2026-08-04T17:43:32.605Z | Downloaded shell-words v1.1.1 |
| 859 | 2026-08-04T17:43:32.605Z | Downloaded smallvec v1.15.1 |
| 860 | 2026-08-04T17:43:32.605Z | Downloaded inout v0.1.4 |
| 861 | 2026-08-04T17:43:32.605Z | Downloaded secrecy v0.8.0 |
| 862 | 2026-08-04T17:43:32.606Z | Downloaded secrecy v0.10.3 |
| 863 | 2026-08-04T17:43:32.606Z | Downloaded indoc v2.0.7 |
| 864 | 2026-08-04T17:43:32.607Z | Downloaded tokio-stream v0.1.18 |
| 865 | 2026-08-04T17:43:32.607Z | Downloaded oxide-update-engine-types v0.1.2 |
| 866 | 2026-08-04T17:43:32.607Z | Downloaded term v1.2.1 |
| 867 | 2026-08-04T17:43:32.607Z | Downloaded ipnetwork v0.21.1 |
| 868 | 2026-08-04T17:43:32.607Z | Downloaded libsw v3.5.0 |
| 869 | 2026-08-04T17:43:32.607Z | Downloaded opaque-debug v0.3.1 |
| 870 | 2026-08-04T17:43:32.607Z | Downloaded lock_api v0.4.14 |
| 871 | 2026-08-04T17:43:32.607Z | Downloaded nanorand v0.7.0 |
| 872 | 2026-08-04T17:43:32.607Z | Downloaded native-tls v0.2.18 |
| 873 | 2026-08-04T17:43:32.614Z | Downloaded parking_lot_core v0.8.6 |
| 874 | 2026-08-04T17:43:32.614Z | Downloaded strum v0.26.3 |
| 875 | 2026-08-04T17:43:32.614Z | Downloaded primeorder v0.14.0 |
| 876 | 2026-08-04T17:43:32.614Z | Downloaded tracing-attributes v0.1.31 |
| 877 | 2026-08-04T17:43:32.614Z | Downloaded mime_guess v2.0.5 |
| 878 | 2026-08-04T17:43:32.614Z | Downloaded time-core v0.1.8 |
| 879 | 2026-08-04T17:43:32.614Z | Downloaded peg v0.8.5 |
| 880 | 2026-08-04T17:43:32.652Z | Downloaded vergen-lib v9.1.0 |
| 881 | 2026-08-04T17:43:32.653Z | Downloaded qorb v0.4.1 |
| 882 | 2026-08-04T17:43:32.653Z | Downloaded usdt-attr-macro v0.6.0 |
| 883 | 2026-08-04T17:43:32.653Z | Downloaded indicatif v0.18.4 |
| 884 | 2026-08-04T17:43:32.683Z | Downloaded libbz2-rs-sys v0.2.2 |
| 885 | 2026-08-04T17:43:32.683Z | Downloaded num-integer v0.1.46 |
| 886 | 2026-08-04T17:43:32.683Z | Downloaded ron v0.8.1 |
| 887 | 2026-08-04T17:43:32.683Z | Downloaded zeroize_derive v1.5.0 |
| 888 | 2026-08-04T17:43:32.683Z | Downloaded cookie v0.18.1 |
| 889 | 2026-08-04T17:43:32.683Z | Downloaded hashbrown v0.12.3 |
| 890 | 2026-08-04T17:43:32.683Z | Downloaded predicates v3.1.4 |
| 891 | 2026-08-04T17:43:32.684Z | Downloaded darling_core v0.21.3 |
| 892 | 2026-08-04T17:43:32.684Z | Downloaded darling_core v0.23.0 |
| 893 | 2026-08-04T17:43:32.684Z | Downloaded rand_seeder v0.4.0 |
| 894 | 2026-08-04T17:43:32.684Z | Downloaded poly1305 v0.8.0 |
| 895 | 2026-08-04T17:43:32.684Z | Downloaded wnaf v0.14.0 |
| 896 | 2026-08-04T17:43:32.684Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 897 | 2026-08-04T17:43:32.684Z | Downloaded darling_macro v0.21.3 |
| 898 | 2026-08-04T17:43:32.684Z | Downloaded ml-kem v0.3.2 |
| 899 | 2026-08-04T17:43:32.684Z | Downloaded progenitor-client v0.13.0 |
| 900 | 2026-08-04T17:43:32.687Z | Downloaded http v1.4.2 |
| 901 | 2026-08-04T17:43:32.687Z | Downloaded zerocopy v0.6.6 |
| 902 | 2026-08-04T17:43:32.688Z | Downloaded derive_builder v0.20.2 |
| 903 | 2026-08-04T17:43:32.695Z | Downloaded downcast-rs v2.0.2 |
| 904 | 2026-08-04T17:43:32.696Z | Downloaded indent_write v2.2.0 |
| 905 | 2026-08-04T17:43:32.697Z | Downloaded display-error-chain v0.2.2 |
| 906 | 2026-08-04T17:43:32.697Z | Downloaded similar v2.7.0 |
| 907 | 2026-08-04T17:43:32.697Z | Downloaded subprocess v0.2.15 |
| 908 | 2026-08-04T17:43:32.697Z | Downloaded toml v0.7.8 |
| 909 | 2026-08-04T17:43:32.697Z | Downloaded synstructure v0.13.2 |
| 910 | 2026-08-04T17:43:32.697Z | Downloaded tokio-dtrace v0.1.1 |
| 911 | 2026-08-04T17:43:32.697Z | Downloaded embedded-io v0.6.1 |
| 912 | 2026-08-04T17:43:32.697Z | Downloaded ident_case v1.0.1 |
| 913 | 2026-08-04T17:43:32.697Z | Downloaded serde_spanned v1.1.1 |
| 914 | 2026-08-04T17:43:32.697Z | Downloaded unicode-bidi v0.3.18 |
| 915 | 2026-08-04T17:43:32.697Z | Downloaded tokio-tungstenite v0.23.1 |
| 916 | 2026-08-04T17:43:32.697Z | Downloaded num-bigint v0.4.6 |
| 917 | 2026-08-04T17:43:32.697Z | Downloaded schemars v1.2.1 |
| 918 | 2026-08-04T17:43:32.697Z | Downloaded slog-scope v4.4.1 |
| 919 | 2026-08-04T17:43:32.697Z | Downloaded smallvec v0.6.14 |
| 920 | 2026-08-04T17:43:32.697Z | Downloaded string_cache v0.8.9 |
| 921 | 2026-08-04T17:43:32.697Z | Downloaded tokio-postgres v0.7.16 |
| 922 | 2026-08-04T17:43:32.697Z | Downloaded p521 v0.14.0 |
| 923 | 2026-08-04T17:43:32.718Z | Downloaded litemap v0.8.1 |
| 924 | 2026-08-04T17:43:32.718Z | Downloaded litrs v1.0.0 |
| 925 | 2026-08-04T17:43:32.718Z | Downloaded slog-term v2.9.2 |
| 926 | 2026-08-04T17:43:32.718Z | Downloaded lzss v0.8.2 |
| 927 | 2026-08-04T17:43:32.718Z | Downloaded cookie_store v0.22.1 |
| 928 | 2026-08-04T17:43:32.718Z | Downloaded progenitor v0.14.0 |
| 929 | 2026-08-04T17:43:32.718Z | Downloaded maybe-uninit v2.0.0 |
| 930 | 2026-08-04T17:43:32.747Z | Downloaded nibble_vec v0.1.0 |
| 931 | 2026-08-04T17:43:32.747Z | Downloaded expectorate v1.2.0 |
| 932 | 2026-08-04T17:43:32.747Z | Downloaded crossbeam-channel v0.5.15 |
| 933 | 2026-08-04T17:43:32.747Z | Downloaded salsa20 v0.11.0 |
| 934 | 2026-08-04T17:43:32.747Z | Downloaded progenitor-impl v0.14.0 |
| 935 | 2026-08-04T17:43:32.747Z | Downloaded num_enum_derive v0.5.11 |
| 936 | 2026-08-04T17:43:32.748Z | Downloaded vergen-lib v0.1.6 |
| 937 | 2026-08-04T17:43:32.748Z | Downloaded walkdir v2.5.0 |
| 938 | 2026-08-04T17:43:32.748Z | Downloaded phf_shared v0.11.3 |
| 939 | 2026-08-04T17:43:32.748Z | Downloaded potential_utf v0.1.4 |
| 940 | 2026-08-04T17:43:32.748Z | Downloaded psl-types v2.0.11 |
| 941 | 2026-08-04T17:43:32.748Z | Downloaded postcard v1.1.3 |
| 942 | 2026-08-04T17:43:32.748Z | Downloaded rand_chacha v0.3.1 |
| 943 | 2026-08-04T17:43:32.748Z | Downloaded recursive v0.1.1 |
| 944 | 2026-08-04T17:43:32.748Z | Downloaded icu_provider v2.1.1 |
| 945 | 2026-08-04T17:43:32.748Z | Downloaded zstd v0.13.3 |
| 946 | 2026-08-04T17:43:32.748Z | Downloaded diesel-dtrace v0.5.0 |
| 947 | 2026-08-04T17:43:32.752Z | Downloaded rustc_version v0.1.7 |
| 948 | 2026-08-04T17:43:32.752Z | Downloaded scheduled-thread-pool v0.2.7 |
| 949 | 2026-08-04T17:43:32.752Z | Downloaded test-strategy v0.4.5 |
| 950 | 2026-08-04T17:43:32.752Z | Downloaded derive-where v1.6.0 |
| 951 | 2026-08-04T17:43:32.752Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 952 | 2026-08-04T17:43:32.752Z | Downloaded signature v2.2.0 |
| 953 | 2026-08-04T17:43:32.753Z | Downloaded sqlparser_derive v0.5.0 |
| 954 | 2026-08-04T17:43:32.753Z | Downloaded structmeta v0.3.0 |
| 955 | 2026-08-04T17:43:32.753Z | Downloaded omicron-zone-package v0.12.3 |
| 956 | 2026-08-04T17:43:32.753Z | Downloaded strsim v0.10.0 |
| 957 | 2026-08-04T17:43:32.756Z | Downloaded tinyvec_macros v0.1.1 |
| 958 | 2026-08-04T17:43:32.757Z | Downloaded thread-id v5.1.0 |
| 959 | 2026-08-04T17:43:32.769Z | Downloaded usdt-macro v0.6.0 |
| 960 | 2026-08-04T17:43:32.775Z | Downloaded crc8 v0.1.1 |
| 961 | 2026-08-04T17:43:32.775Z | Downloaded debug-ignore v1.0.5 |
| 962 | 2026-08-04T17:43:32.779Z | Downloaded thread_local v1.1.9 |
| 963 | 2026-08-04T17:43:32.779Z | Downloaded jobserver v0.1.34 |
| 964 | 2026-08-04T17:43:32.779Z | Downloaded waitgroup v0.1.2 |
| 965 | 2026-08-04T17:43:32.814Z | Downloaded phf v0.12.1 |
| 966 | 2026-08-04T17:43:32.814Z | Downloaded peg-macros v0.8.5 |
| 967 | 2026-08-04T17:43:32.814Z | Downloaded progenitor v0.13.0 |
| 968 | 2026-08-04T17:43:32.814Z | Downloaded x509-cert v0.2.5 |
| 969 | 2026-08-04T17:43:32.814Z | Downloaded managed v0.8.0 |
| 970 | 2026-08-04T17:43:32.814Z | Downloaded dunce v1.0.5 |
| 971 | 2026-08-04T17:43:32.814Z | Downloaded memoffset v0.9.1 |
| 972 | 2026-08-04T17:43:32.814Z | Downloaded zip v0.6.6 |
| 973 | 2026-08-04T17:43:32.814Z | Downloaded aes-gcm v0.11.0 |
| 974 | 2026-08-04T17:43:32.819Z | Downloaded icu_normalizer v2.1.1 |
| 975 | 2026-08-04T17:43:32.819Z | Downloaded sec1 v0.7.3 |
| 976 | 2026-08-04T17:43:32.819Z | Downloaded num-iter v0.1.45 |
| 977 | 2026-08-04T17:43:32.822Z | Downloaded serdect v0.4.3 |
| 978 | 2026-08-04T17:43:32.822Z | Downloaded slog-json v2.6.1 |
| 979 | 2026-08-04T17:43:32.822Z | Downloaded internet-checksum v0.2.1 |
| 980 | 2026-08-04T17:43:32.826Z | Downloaded signal-hook-registry v1.4.8 |
| 981 | 2026-08-04T17:43:32.833Z | Downloaded path-slash v0.1.5 |
| 982 | 2026-08-04T17:43:32.836Z | Downloaded libefi-sys v0.1.0 |
| 983 | 2026-08-04T17:43:32.836Z | Downloaded darling v0.20.11 |
| 984 | 2026-08-04T17:43:32.840Z | Downloaded schemars v0.8.22 |
| 985 | 2026-08-04T17:43:32.845Z | Downloaded schemars v0.9.0 |
| 986 | 2026-08-04T17:43:32.854Z | Downloaded strum_macros v0.26.4 |
| 987 | 2026-08-04T17:43:32.858Z | Downloaded tls_codec v0.4.2 |
| 988 | 2026-08-04T17:43:32.863Z | Downloaded ipnet v2.11.0 |
| 989 | 2026-08-04T17:43:32.863Z | Downloaded progenitor-client v0.14.0 |
| 990 | 2026-08-04T17:43:32.863Z | Downloaded usdt-impl v0.6.0 |
| 991 | 2026-08-04T17:43:32.863Z | Downloaded hashbrown v0.16.1 |
| 992 | 2026-08-04T17:43:32.869Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 993 | 2026-08-04T17:43:32.869Z | Downloaded supports-color v3.0.2 |
| 994 | 2026-08-04T17:43:32.870Z | Downloaded signal-hook v0.3.18 |
| 995 | 2026-08-04T17:43:32.873Z | Downloaded der v0.7.10 |
| 996 | 2026-08-04T17:43:32.878Z | Downloaded slog-envlogger v2.2.0 |
| 997 | 2026-08-04T17:43:32.878Z | Downloaded parking_lot_core v0.9.12 |
| 998 | 2026-08-04T17:43:32.878Z | Downloaded url v2.5.8 |
| 999 | 2026-08-04T17:43:32.881Z | Downloaded crc-any v2.5.0 |
| 1000 | 2026-08-04T17:43:32.884Z | Downloaded defmt v1.0.1 |
| 1001 | 2026-08-04T17:43:32.887Z | Downloaded tokio-test v0.4.5 |
| 1002 | 2026-08-04T17:43:32.891Z | Downloaded daft v0.1.7 |
| 1003 | 2026-08-04T17:43:32.901Z | Downloaded ed25519 v3.0.0 |
| 1004 | 2026-08-04T17:43:32.904Z | Downloaded aho-corasick v1.1.4 |
| 1005 | 2026-08-04T17:43:32.908Z | Downloaded drift v0.2.0 |
| 1006 | 2026-08-04T17:43:32.910Z | Downloaded ingot v0.2.1 |
| 1007 | 2026-08-04T17:43:32.913Z | Downloaded num_enum v0.7.6 |
| 1008 | 2026-08-04T17:43:32.914Z | Downloaded serde_derive_internals v0.29.1 |
| 1009 | 2026-08-04T17:43:32.917Z | Downloaded zone v0.3.1 |
| 1010 | 2026-08-04T17:43:32.917Z | Downloaded owo-colors v4.3.0 |
| 1011 | 2026-08-04T17:43:32.917Z | Downloaded mio v1.2.0 |
| 1012 | 2026-08-04T17:43:32.921Z | Downloaded ingot-types v0.2.0 |
| 1013 | 2026-08-04T17:43:32.921Z | Downloaded cstr-argument v0.1.2 |
| 1014 | 2026-08-04T17:43:32.921Z | Downloaded dirs-next v2.0.0 |
| 1015 | 2026-08-04T17:43:32.924Z | Downloaded indoc v1.0.9 |
| 1016 | 2026-08-04T17:43:32.924Z | Downloaded phc v0.6.1 |
| 1017 | 2026-08-04T17:43:32.927Z | Downloaded p256 v0.14.0 |
| 1018 | 2026-08-04T17:43:32.927Z | Downloaded rand v0.9.2 |
| 1019 | 2026-08-04T17:43:32.930Z | Downloaded diesel_derives v2.3.7 |
| 1020 | 2026-08-04T17:43:32.933Z | Downloaded serde-hex v0.1.0 |
| 1021 | 2026-08-04T17:43:32.933Z | Downloaded derive_more v0.99.20 |
| 1022 | 2026-08-04T17:43:32.937Z | Downloaded keccak v0.1.6 |
| 1023 | 2026-08-04T17:43:32.937Z | Downloaded port-file v0.1.0 |
| 1024 | 2026-08-04T17:43:32.941Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1025 | 2026-08-04T17:43:32.944Z | Downloaded yansi v1.0.1 |
| 1026 | 2026-08-04T17:43:32.944Z | Downloaded lalrpop-util v0.19.12 |
| 1027 | 2026-08-04T17:43:32.944Z | Downloaded oso-derive v0.27.3 |
| 1028 | 2026-08-04T17:43:32.944Z | Downloaded twox-hash v2.1.2 |
| 1029 | 2026-08-04T17:43:32.944Z | Downloaded zstd-safe v7.2.4 |
| 1030 | 2026-08-04T17:43:32.947Z | Downloaded writeable v0.6.2 |
| 1031 | 2026-08-04T17:43:32.948Z | Downloaded slab v0.4.12 |
| 1032 | 2026-08-04T17:43:32.948Z | Downloaded match_cfg v0.1.0 |
| 1033 | 2026-08-04T17:43:32.948Z | Downloaded maplit v1.0.2 |
| 1034 | 2026-08-04T17:43:32.952Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1035 | 2026-08-04T17:43:32.952Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1036 | 2026-08-04T17:43:32.956Z | Downloaded unsafe-libyaml v0.2.11 |
| 1037 | 2026-08-04T17:43:32.956Z | Downloaded libxml v0.3.3 |
| 1038 | 2026-08-04T17:43:32.961Z | Downloaded spki v0.8.0 |
| 1039 | 2026-08-04T17:43:32.961Z | Downloaded darling v0.23.0 |
| 1040 | 2026-08-04T17:43:32.968Z | Downloaded stringprep v0.1.5 |
| 1041 | 2026-08-04T17:43:32.968Z | Downloaded predicates-tree v1.0.13 |
| 1042 | 2026-08-04T17:43:32.968Z | Downloaded rfc6979 v0.4.0 |
| 1043 | 2026-08-04T17:43:32.968Z | Downloaded rustls-webpki v0.103.13 |
| 1044 | 2026-08-04T17:43:32.968Z | Downloaded darling_core v0.20.11 |
| 1045 | 2026-08-04T17:43:32.972Z | Downloaded hashbrown v0.15.5 |
| 1046 | 2026-08-04T17:43:32.972Z | Downloaded postgres-types v0.2.12 |
| 1047 | 2026-08-04T17:43:32.977Z | Downloaded iana-time-zone v0.1.65 |
| 1048 | 2026-08-04T17:43:32.977Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1049 | 2026-08-04T17:43:32.981Z | Downloaded uzers v0.12.2 |
| 1050 | 2026-08-04T17:43:32.988Z | Downloaded take_mut v0.2.2 |
| 1051 | 2026-08-04T17:43:32.991Z | Downloaded derive_more-impl v2.1.1 |
| 1052 | 2026-08-04T17:43:32.994Z | Downloaded futures-util v0.3.32 |
| 1053 | 2026-08-04T17:43:32.998Z | Downloaded data-encoding v2.10.0 |
| 1054 | 2026-08-04T17:43:33.002Z | Downloaded socket2 v0.6.3 |
| 1055 | 2026-08-04T17:43:33.002Z | Downloaded dtrace-parser v0.3.0 |
| 1056 | 2026-08-04T17:43:33.003Z | Downloaded cpufeatures v0.3.0 |
| 1057 | 2026-08-04T17:43:33.009Z | Downloaded ingot-macros v0.2.0 |
| 1058 | 2026-08-04T17:43:33.009Z | Downloaded memmap2 v0.9.10 |
| 1059 | 2026-08-04T17:43:33.009Z | Downloaded quinn-udp v0.5.14 |
| 1060 | 2026-08-04T17:43:33.009Z | Downloaded darling v0.13.4 |
| 1061 | 2026-08-04T17:43:33.019Z | Downloaded unit-prefix v0.5.2 |
| 1062 | 2026-08-04T17:43:33.019Z | Downloaded derive-ex v0.1.8 |
| 1063 | 2026-08-04T17:43:33.023Z | Downloaded num-rational v0.4.2 |
| 1064 | 2026-08-04T17:43:33.027Z | Downloaded progenitor-extras v0.2.0 |
| 1065 | 2026-08-04T17:43:33.027Z | Downloaded crunchy v0.2.4 |
| 1066 | 2026-08-04T17:43:33.032Z | Downloaded dirs-sys-next v0.1.2 |
| 1067 | 2026-08-04T17:43:33.032Z | Downloaded lru-slab v0.1.2 |
| 1068 | 2026-08-04T17:43:33.039Z | Downloaded steno v0.4.1 |
| 1069 | 2026-08-04T17:43:33.042Z | Downloaded miniz_oxide v0.8.9 |
| 1070 | 2026-08-04T17:43:33.048Z | Downloaded progenitor-impl v0.13.0 |
| 1071 | 2026-08-04T17:43:33.051Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1072 | 2026-08-04T17:43:33.051Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1073 | 2026-08-04T17:43:33.054Z | Downloaded multimap v0.10.1 |
| 1074 | 2026-08-04T17:43:33.054Z | Downloaded parse-size v1.1.0 |
| 1075 | 2026-08-04T17:43:33.054Z | Downloaded serde_bytes v0.11.19 |
| 1076 | 2026-08-04T17:43:33.057Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1077 | 2026-08-04T17:43:33.057Z | Downloaded try-lock v0.2.5 |
| 1078 | 2026-08-04T17:43:33.058Z | Downloaded powerfmt v0.2.0 |
| 1079 | 2026-08-04T17:43:33.060Z | Downloaded r2d2 v0.8.10 |
| 1080 | 2026-08-04T17:43:33.060Z | Downloaded h2 v0.4.15 |
| 1081 | 2026-08-04T17:43:33.064Z | Downloaded hkdf v0.13.0 |
| 1082 | 2026-08-04T17:43:33.067Z | Downloaded hyper v1.10.1 |
| 1083 | 2026-08-04T17:43:33.070Z | Downloaded slog-dtrace v0.3.0 |
| 1084 | 2026-08-04T17:43:33.070Z | Downloaded crc32fast v1.5.0 |
| 1085 | 2026-08-04T17:43:33.073Z | Downloaded regex v1.12.3 |
| 1086 | 2026-08-04T17:43:33.076Z | Downloaded ed25519-dalek v3.0.0 |
| 1087 | 2026-08-04T17:43:33.077Z | Downloaded rusty-fork v0.3.1 |
| 1088 | 2026-08-04T17:43:33.077Z | Downloaded serde_path_to_error v0.1.20 |
| 1089 | 2026-08-04T17:43:33.080Z | Downloaded scrypt v0.12.0 |
| 1090 | 2026-08-04T17:43:33.080Z | Downloaded xshell-macros v0.2.7 |
| 1091 | 2026-08-04T17:43:33.080Z | Downloaded unicode_categories v0.1.1 |
| 1092 | 2026-08-04T17:43:33.080Z | Downloaded tabwriter v1.4.1 |
| 1093 | 2026-08-04T17:43:33.080Z | Downloaded trait-variant v0.1.2 |
| 1094 | 2026-08-04T17:43:33.085Z | Downloaded idna_adapter v1.2.1 |
| 1095 | 2026-08-04T17:43:33.089Z | Downloaded libscf-sys v1.2.0 |
| 1096 | 2026-08-04T17:43:33.089Z | Downloaded peg-runtime v0.8.5 |
| 1097 | 2026-08-04T17:43:33.095Z | Downloaded sponge-cursor v0.1.0 |
| 1098 | 2026-08-04T17:43:33.104Z | Downloaded itertools v0.10.5 |
| 1099 | 2026-08-04T17:43:33.108Z | Downloaded digest-io v0.1.0 |
| 1100 | 2026-08-04T17:43:33.112Z | Downloaded unicode-xid v0.2.6 |
| 1101 | 2026-08-04T17:43:33.119Z | Downloaded itertools v0.13.0 |
| 1102 | 2026-08-04T17:43:33.127Z | Downloaded reqwest v0.13.2 |
| 1103 | 2026-08-04T17:43:33.132Z | Downloaded keccak v0.2.0 |
| 1104 | 2026-08-04T17:43:33.132Z | Downloaded jiff-static v0.2.21 |
| 1105 | 2026-08-04T17:43:33.142Z | Downloaded tracing-core v0.1.36 |
| 1106 | 2026-08-04T17:43:33.142Z | Downloaded serde-big-array v0.5.1 |
| 1107 | 2026-08-04T17:43:33.142Z | Downloaded tiny-keccak v2.0.2 |
| 1108 | 2026-08-04T17:43:33.146Z | Downloaded kem v0.3.0 |
| 1109 | 2026-08-04T17:43:33.146Z | Downloaded linked-hash-map v0.5.6 |
| 1110 | 2026-08-04T17:43:33.146Z | Downloaded md5 v0.8.0 |
| 1111 | 2026-08-04T17:43:33.146Z | Downloaded dsl_auto_type v0.2.0 |
| 1112 | 2026-08-04T17:43:33.146Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1113 | 2026-08-04T17:43:33.146Z | Downloaded primeorder v0.13.6 |
| 1114 | 2026-08-04T17:43:33.146Z | Downloaded vergen v9.1.0 |
| 1115 | 2026-08-04T17:43:33.146Z | Downloaded want v0.3.1 |
| 1116 | 2026-08-04T17:43:33.146Z | Downloaded hkdf v0.12.4 |
| 1117 | 2026-08-04T17:43:33.152Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1118 | 2026-08-04T17:43:33.155Z | Downloaded tokio-util v0.7.18 |
| 1119 | 2026-08-04T17:43:33.159Z | Downloaded prefix-trie v0.7.0 |
| 1120 | 2026-08-04T17:43:33.165Z | Downloaded siphasher v1.0.2 |
| 1121 | 2026-08-04T17:43:33.165Z | Downloaded defmt-macros v1.0.1 |
| 1122 | 2026-08-04T17:43:33.212Z | Downloaded darling_macro v0.23.0 |
| 1123 | 2026-08-04T17:43:33.220Z | Downloaded sqlformat v0.3.5 |
| 1124 | 2026-08-04T17:43:33.220Z | Downloaded tokio-macros v2.7.0 |
| 1125 | 2026-08-04T17:43:33.220Z | Downloaded is-terminal v0.4.17 |
| 1126 | 2026-08-04T17:43:33.220Z | Downloaded is_ci v1.2.0 |
| 1127 | 2026-08-04T17:43:33.221Z | Downloaded module-lattice v0.2.3 |
| 1128 | 2026-08-04T17:43:33.221Z | Downloaded rpassword v7.5.4 |
| 1129 | 2026-08-04T17:43:33.221Z | Downloaded crc v3.4.0 |
| 1130 | 2026-08-04T17:43:33.221Z | Downloaded dyn-clone v1.0.20 |
| 1131 | 2026-08-04T17:43:33.221Z | Downloaded papergrid v0.17.0 |
| 1132 | 2026-08-04T17:43:33.221Z | Downloaded num_enum v0.5.11 |
| 1133 | 2026-08-04T17:43:33.221Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1134 | 2026-08-04T17:43:33.221Z | Downloaded icu_collections v2.1.1 |
| 1135 | 2026-08-04T17:43:33.221Z | Downloaded itertools v0.15.0 |
| 1136 | 2026-08-04T17:43:33.221Z | Downloaded tar v0.4.46 |
| 1137 | 2026-08-04T17:43:33.221Z | Downloaded toml_edit v0.19.15 |
| 1138 | 2026-08-04T17:43:33.221Z | Downloaded vsss-rs v3.3.4 |
| 1139 | 2026-08-04T17:43:33.221Z | Downloaded darling v0.21.3 |
| 1140 | 2026-08-04T17:43:33.221Z | Downloaded sha1 v0.11.0 |
| 1141 | 2026-08-04T17:43:33.221Z | Downloaded openssl-macros v0.1.1 |
| 1142 | 2026-08-04T17:43:33.221Z | Downloaded ssh-cipher v0.3.0 |
| 1143 | 2026-08-04T17:43:33.221Z | Downloaded derive_builder_macro v0.20.2 |
| 1144 | 2026-08-04T17:43:33.221Z | Downloaded universal-hash v0.6.1 |
| 1145 | 2026-08-04T17:43:33.221Z | Downloaded zone_cfg_derive v0.3.1 |
| 1146 | 2026-08-04T17:43:33.221Z | Downloaded sync_wrapper v1.0.2 |
| 1147 | 2026-08-04T17:43:33.226Z | Downloaded itertools v0.14.0 |
| 1148 | 2026-08-04T17:43:33.226Z | Downloaded rayon-core v1.13.0 |
| 1149 | 2026-08-04T17:43:33.227Z | Downloaded minimal-lexical v0.2.1 |
| 1150 | 2026-08-04T17:43:33.232Z | Downloaded delegate v0.13.5 |
| 1151 | 2026-08-04T17:43:33.232Z | Downloaded time-macros v0.2.27 |
| 1152 | 2026-08-04T17:43:33.232Z | Downloaded zip v4.6.1 |
| 1153 | 2026-08-04T17:43:33.232Z | Downloaded des v0.9.0 |
| 1154 | 2026-08-04T17:43:33.236Z | Downloaded num-complex v0.4.6 |
| 1155 | 2026-08-04T17:43:33.236Z | Downloaded scuffle v0.1.0 |
| 1156 | 2026-08-04T17:43:33.236Z | Downloaded thiserror-no-std v2.0.2 |
| 1157 | 2026-08-04T17:43:33.240Z | Downloaded pkcs8 v0.11.0 |
| 1158 | 2026-08-04T17:43:33.240Z | Downloaded universal-hash v0.5.1 |
| 1159 | 2026-08-04T17:43:33.240Z | Downloaded dropshot-api-manager v0.7.2 |
| 1160 | 2026-08-04T17:43:33.246Z | Downloaded quick-xml v0.37.5 |
| 1161 | 2026-08-04T17:43:33.250Z | Downloaded aws-lc-rs v1.16.3 |
| 1162 | 2026-08-04T17:43:33.250Z | Downloaded bitvec v1.0.1 |
| 1163 | 2026-08-04T17:43:33.257Z | Downloaded crypto-bigint v0.5.5 |
| 1164 | 2026-08-04T17:43:33.261Z | Downloaded packed_struct v0.10.1 |
| 1165 | 2026-08-04T17:43:33.264Z | Downloaded pkg-config v0.3.32 |
| 1166 | 2026-08-04T17:43:33.264Z | Downloaded psm v0.1.30 |
| 1167 | 2026-08-04T17:43:33.264Z | Downloaded rfc6979 v0.6.0 |
| 1168 | 2026-08-04T17:43:33.267Z | Downloaded ecdsa v0.16.9 |
| 1169 | 2026-08-04T17:43:33.267Z | Downloaded rustversion v1.0.22 |
| 1170 | 2026-08-04T17:43:33.267Z | Downloaded newline-converter v0.3.0 |
| 1171 | 2026-08-04T17:43:33.268Z | Downloaded unicode-normalization v0.1.25 |
| 1172 | 2026-08-04T17:43:33.271Z | Downloaded icu_normalizer_data v2.1.1 |
| 1173 | 2026-08-04T17:43:33.271Z | Downloaded tinyvec v1.10.0 |
| 1174 | 2026-08-04T17:43:33.274Z | Downloaded typed-path v0.9.3 |
| 1175 | 2026-08-04T17:43:33.277Z | Downloaded radium v0.7.0 |
| 1176 | 2026-08-04T17:43:33.277Z | Downloaded strum_macros v0.27.2 |
| 1177 | 2026-08-04T17:43:33.277Z | Downloaded darling_core v0.13.4 |
| 1178 | 2026-08-04T17:43:33.282Z | Downloaded itertools v0.12.1 |
| 1179 | 2026-08-04T17:43:33.287Z | Downloaded tungstenite v0.23.0 |
| 1180 | 2026-08-04T17:43:33.287Z | Downloaded der v0.8.0 |
| 1181 | 2026-08-04T17:43:33.291Z | Downloaded linear-map v1.2.0 |
| 1182 | 2026-08-04T17:43:33.291Z | Downloaded semver v0.1.20 |
| 1183 | 2026-08-04T17:43:33.291Z | Downloaded password-hash v0.5.0 |
| 1184 | 2026-08-04T17:43:33.291Z | Downloaded der_derive v0.7.3 |
| 1185 | 2026-08-04T17:43:33.294Z | Downloaded rustls-native-certs v0.8.3 |
| 1186 | 2026-08-04T17:43:33.294Z | Downloaded blake3 v1.8.5 |
| 1187 | 2026-08-04T17:43:33.298Z | Downloaded tough v0.22.0 |
| 1188 | 2026-08-04T17:43:33.303Z | Downloaded yasna v0.5.2 |
| 1189 | 2026-08-04T17:43:33.303Z | Downloaded vergen-gitcl v1.0.8 |
| 1190 | 2026-08-04T17:43:33.306Z | Downloaded kstat-rs v0.2.4 |
| 1191 | 2026-08-04T17:43:33.310Z | Downloaded ryu v1.0.23 |
| 1192 | 2026-08-04T17:43:33.315Z | Downloaded vte v0.14.1 |
| 1193 | 2026-08-04T17:43:33.315Z | Downloaded libloading v0.8.9 |
| 1194 | 2026-08-04T17:43:33.316Z | Downloaded openssl-probe v0.1.6 |
| 1195 | 2026-08-04T17:43:33.316Z | Downloaded slog-async v2.8.0 |
| 1196 | 2026-08-04T17:43:33.320Z | Downloaded term v0.7.0 |
| 1197 | 2026-08-04T17:43:33.323Z | Downloaded zerotrie v0.2.3 |
| 1198 | 2026-08-04T17:43:33.324Z | Downloaded rustyline v14.0.0 |
| 1199 | 2026-08-04T17:43:33.326Z | Downloaded crossterm v0.28.1 |
| 1200 | 2026-08-04T17:43:33.329Z | Downloaded ignore v0.4.25 |
| 1201 | 2026-08-04T17:43:33.329Z | Downloaded zerovec-derive v0.11.2 |
| 1202 | 2026-08-04T17:43:33.330Z | Downloaded unicode-properties v0.1.4 |
| 1203 | 2026-08-04T17:43:33.332Z | Downloaded pem-rfc7468 v1.0.0 |
| 1204 | 2026-08-04T17:43:33.333Z | Downloaded csv-core v0.1.13 |
| 1205 | 2026-08-04T17:43:33.333Z | Downloaded proptest v1.11.0 |
| 1206 | 2026-08-04T17:43:33.336Z | Downloaded wyz v0.5.1 |
| 1207 | 2026-08-04T17:43:33.339Z | Downloaded ed25519-dalek v2.2.0 |
| 1208 | 2026-08-04T17:43:33.339Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1209 | 2026-08-04T17:43:33.342Z | Downloaded icu_locale_core v2.1.1 |
| 1210 | 2026-08-04T17:43:33.345Z | Downloaded slog v2.8.2 |
| 1211 | 2026-08-04T17:43:33.349Z | Downloaded subtle v2.6.1 |
| 1212 | 2026-08-04T17:43:33.349Z | Downloaded tokio-tungstenite v0.21.0 |
| 1213 | 2026-08-04T17:43:33.353Z | Downloaded newtype-uuid v1.3.2 |
| 1214 | 2026-08-04T17:43:33.353Z | Downloaded multer v3.1.0 |
| 1215 | 2026-08-04T17:43:33.353Z | Downloaded bindgen v0.71.1 |
| 1216 | 2026-08-04T17:43:33.356Z | Downloaded poly1305 v0.9.0 |
| 1217 | 2026-08-04T17:43:33.356Z | Downloaded ecdsa v0.17.0 |
| 1218 | 2026-08-04T17:43:33.359Z | Downloaded tower v0.5.3 |
| 1219 | 2026-08-04T17:43:33.362Z | Downloaded num-bigint-dig v0.8.6 |
| 1220 | 2026-08-04T17:43:33.366Z | Downloaded git2 v0.20.4 |
| 1221 | 2026-08-04T17:43:33.371Z | Downloaded tower-http v0.6.8 |
| 1222 | 2026-08-04T17:43:33.374Z | Downloaded zerocopy-derive v0.8.40 |
| 1223 | 2026-08-04T17:43:33.380Z | Downloaded ena v0.14.4 |
| 1224 | 2026-08-04T17:43:33.383Z | Downloaded sha2 v0.11.0 |
| 1225 | 2026-08-04T17:43:33.383Z | Downloaded crossterm v0.29.0 |
| 1226 | 2026-08-04T17:43:33.387Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1227 | 2026-08-04T17:43:33.390Z | Downloaded daft-derive v0.1.7 |
| 1228 | 2026-08-04T17:43:33.390Z | Downloaded iddqd v0.4.2 |
| 1229 | 2026-08-04T17:43:33.394Z | Downloaded crossbeam-utils v0.8.21 |
| 1230 | 2026-08-04T17:43:33.400Z | Downloaded winnow v1.0.3 |
| 1231 | 2026-08-04T17:43:33.403Z | Downloaded parking_lot v0.12.5 |
| 1232 | 2026-08-04T17:43:33.403Z | Downloaded rand v0.10.1 |
| 1233 | 2026-08-04T17:43:33.406Z | Downloaded zerovec v0.11.5 |
| 1234 | 2026-08-04T17:43:33.408Z | Downloaded chrono v0.4.45 |
| 1235 | 2026-08-04T17:43:33.412Z | Downloaded serde_with v3.21.0 |
| 1236 | 2026-08-04T17:43:33.419Z | Downloaded nom v8.0.0 |
| 1237 | 2026-08-04T17:43:33.427Z | Downloaded dropshot_endpoint v0.17.1 |
| 1238 | 2026-08-04T17:43:33.435Z | Downloaded publicsuffix v2.3.0 |
| 1239 | 2026-08-04T17:43:33.438Z | Downloaded prettyplease v0.2.37 |
| 1240 | 2026-08-04T17:43:33.438Z | Downloaded derive_more v2.1.1 |
| 1241 | 2026-08-04T17:43:33.450Z | Downloaded goblin v0.10.5 |
| 1242 | 2026-08-04T17:43:33.454Z | Downloaded socket2 v0.5.10 |
| 1243 | 2026-08-04T17:43:33.458Z | Downloaded time v0.3.47 |
| 1244 | 2026-08-04T17:43:33.463Z | Downloaded reqwest v0.12.28 |
| 1245 | 2026-08-04T17:43:33.468Z | Downloaded serde_with v1.14.0 |
| 1246 | 2026-08-04T17:43:33.472Z | Downloaded pretty_assertions v1.4.1 |
| 1247 | 2026-08-04T17:43:33.472Z | Downloaded idna v1.1.0 |
| 1248 | 2026-08-04T17:43:33.472Z | Downloaded rand v0.8.6 |
| 1249 | 2026-08-04T17:43:33.475Z | Downloaded rsa v0.9.10 |
| 1250 | 2026-08-04T17:43:33.478Z | Downloaded snafu v0.8.9 |
| 1251 | 2026-08-04T17:43:33.481Z | Downloaded p384 v0.14.0 |
| 1252 | 2026-08-04T17:43:33.492Z | Downloaded samael v0.0.19 |
| 1253 | 2026-08-04T17:43:33.495Z | Downloaded crypto-primes v0.7.2 |
| 1254 | 2026-08-04T17:43:33.501Z | Downloaded hyper-util v0.1.20 |
| 1255 | 2026-08-04T17:43:33.508Z | Downloaded petname v2.0.2 |
| 1256 | 2026-08-04T17:43:33.511Z | Downloaded nom v7.1.3 |
| 1257 | 2026-08-04T17:43:33.539Z | Downloaded moka v0.12.13 |
| 1258 | 2026-08-04T17:43:33.558Z | Downloaded unicode-segmentation v1.12.0 |
| 1259 | 2026-08-04T17:43:33.563Z | Downloaded object v0.30.4 |
| 1260 | 2026-08-04T17:43:33.573Z | Downloaded zerocopy v0.8.40 |
| 1261 | 2026-08-04T17:43:33.580Z | Downloaded curve25519-dalek v4.1.3 |
| 1262 | 2026-08-04T17:43:33.586Z | Downloaded rayon v1.11.0 |
| 1263 | 2026-08-04T17:43:33.591Z | Downloaded rawzip v0.4.4 |
| 1264 | 2026-08-04T17:43:33.598Z | Downloaded quinn-proto v0.11.16 |
| 1265 | 2026-08-04T17:43:33.605Z | Downloaded reedline v0.40.0 |
| 1266 | 2026-08-04T17:43:33.609Z | Downloaded sha3 v0.12.0 |
| 1267 | 2026-08-04T17:43:33.614Z | Downloaded p384 v0.13.1 |
| 1268 | 2026-08-04T17:43:33.617Z | Downloaded tabled v0.20.0 |
| 1269 | 2026-08-04T17:43:33.624Z | Downloaded openssl v0.10.79 |
| 1270 | 2026-08-04T17:43:33.630Z | Downloaded libm v0.2.16 |
| 1271 | 2026-08-04T17:43:33.643Z | Downloaded crypto-bigint v0.7.5 |
| 1272 | 2026-08-04T17:43:33.654Z | Downloaded rsa v0.10.0-rc.18 |
| 1273 | 2026-08-04T17:43:33.662Z | Downloaded hickory-proto v0.24.4 |
| 1274 | 2026-08-04T17:43:33.672Z | Downloaded smoltcp v0.9.1 |
| 1275 | 2026-08-04T17:43:33.677Z | Downloaded icu_properties_data v2.1.2 |
| 1276 | 2026-08-04T17:43:33.682Z | Downloaded lalrpop v0.19.12 |
| 1277 | 2026-08-04T17:43:33.689Z | Downloaded winnow v0.6.26 |
| 1278 | 2026-08-04T17:43:33.696Z | Downloaded regex-syntax v0.6.29 |
| 1279 | 2026-08-04T17:43:33.699Z | Downloaded winnow v0.5.40 |
| 1280 | 2026-08-04T17:43:33.704Z | Downloaded iri-string v0.7.10 |
| 1281 | 2026-08-04T17:43:33.710Z | Downloaded portable-atomic v1.13.1 |
| 1282 | 2026-08-04T17:43:33.715Z | Downloaded nix v0.27.1 |
| 1283 | 2026-08-04T17:43:33.721Z | Downloaded radix_trie v0.2.1 |
| 1284 | 2026-08-04T17:43:33.724Z | Downloaded vcpkg v0.2.15 |
| 1285 | 2026-08-04T17:43:33.747Z | Downloaded curve25519-dalek v5.0.0 |
| 1286 | 2026-08-04T17:43:33.753Z | Downloaded russh v0.62.4 |
| 1287 | 2026-08-04T17:43:33.758Z | Downloaded rustix v0.38.44 |
| 1288 | 2026-08-04T17:43:33.772Z | Downloaded rustls v0.23.41 |
| 1289 | 2026-08-04T17:43:33.778Z | Downloaded hickory-proto v0.25.2 |
| 1290 | 2026-08-04T17:43:33.789Z | Downloaded bstr v1.12.1 |
| 1291 | 2026-08-04T17:43:33.794Z | Downloaded salty v0.3.0 |
| 1292 | 2026-08-04T17:43:33.798Z | Downloaded zlib-rs v0.6.2 |
| 1293 | 2026-08-04T17:43:33.802Z | Downloaded regex-syntax v0.8.10 |
| 1294 | 2026-08-04T17:43:33.815Z | Downloaded sqlparser v0.61.0 |
| 1295 | 2026-08-04T17:43:33.821Z | Downloaded nix v0.31.2 |
| 1296 | 2026-08-04T17:43:33.821Z | Downloaded regress v0.11.1 |
| 1297 | 2026-08-04T17:43:33.824Z | Downloaded regress v0.10.5 |
| 1298 | 2026-08-04T17:43:33.829Z | Downloaded nix v0.28.0 |
| 1299 | 2026-08-04T17:43:33.835Z | Downloaded typify-impl v0.6.2 |
| 1300 | 2026-08-04T17:43:33.847Z | Downloaded sled v0.34.7 |
| 1301 | 2026-08-04T17:43:33.853Z | Downloaded dropshot v0.17.1 |
| 1302 | 2026-08-04T17:43:33.870Z | Downloaded polar-core v0.27.3 |
| 1303 | 2026-08-04T17:43:33.874Z | Downloaded tracing v0.1.44 |
| 1304 | 2026-08-04T17:43:33.886Z | Downloaded ratatui v0.29.0 |
| 1305 | 2026-08-04T17:43:33.890Z | Downloaded object v0.37.3 |
| 1306 | 2026-08-04T17:43:33.895Z | Downloaded openapiv3 v2.2.0 |
| 1307 | 2026-08-04T17:43:33.903Z | Downloaded zerocopy-derive v0.6.6 |
| 1308 | 2026-08-04T17:43:33.907Z | Downloaded smoltcp v0.11.0 |
| 1309 | 2026-08-04T17:43:33.914Z | Downloaded regex-automata v0.4.14 |
| 1310 | 2026-08-04T17:43:33.944Z | Downloaded jiff v0.2.21 |
| 1311 | 2026-08-04T17:43:33.951Z | Downloaded diesel v2.3.7 |
| 1312 | 2026-08-04T17:43:33.965Z | Downloaded sha3 v0.11.0 |
| 1313 | 2026-08-04T17:43:33.972Z | Downloaded libz-sys v1.1.24 |
| 1314 | 2026-08-04T17:43:34.026Z | Downloaded encoding_rs v0.8.35 |
| 1315 | 2026-08-04T17:43:34.037Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1316 | 2026-08-04T17:43:34.044Z | Downloaded ring v0.17.14 |
| 1317 | 2026-08-04T17:43:34.080Z | Downloaded petgraph v0.6.5 |
| 1318 | 2026-08-04T17:43:34.091Z | Downloaded chrono-tz v0.10.4 |
| 1319 | 2026-08-04T17:43:34.124Z | Downloaded petgraph v0.8.3 |
| 1320 | 2026-08-04T17:43:34.173Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1321 | 2026-08-04T17:43:34.210Z | Downloaded csv v1.4.0 |
| 1322 | 2026-08-04T17:43:34.220Z | Downloaded sha3 v0.10.8 |
| 1323 | 2026-08-04T17:43:34.225Z | Downloaded tokio v1.52.1 |
| 1324 | 2026-08-04T17:43:34.426Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1325 | 2026-08-04T17:43:34.873Z | Downloaded aws-lc-sys v0.40.0 |
| 1326 | 2026-08-04T17:43:35.120Z | Compiling libc v0.2.185 |
| 1327 | 2026-08-04T17:43:35.121Z | Compiling serde_core v1.0.228 |
| 1328 | 2026-08-04T17:43:35.121Z | Compiling serde v1.0.228 |
| 1329 | 2026-08-04T17:43:35.124Z | Compiling log v0.4.29 |
| 1330 | 2026-08-04T17:43:35.124Z | Compiling smallvec v1.15.1 |
| 1331 | 2026-08-04T17:43:35.124Z | Compiling shlex v1.3.0 |
| 1332 | 2026-08-04T17:43:35.124Z | Compiling find-msvc-tools v0.1.9 |
| 1333 | 2026-08-04T17:43:35.124Z | Compiling syn v2.0.117 |
| 1334 | 2026-08-04T17:43:35.461Z | Compiling subtle v2.6.1 |
| 1335 | 2026-08-04T17:43:35.486Z | Compiling scopeguard v1.2.0 |
| 1336 | 2026-08-04T17:43:35.512Z | Compiling stable_deref_trait v1.2.1 |
| 1337 | 2026-08-04T17:43:35.554Z | Compiling typenum v1.20.1 |
| 1338 | 2026-08-04T17:43:35.575Z | Compiling lock_api v0.4.14 |
| 1339 | 2026-08-04T17:43:35.587Z | Compiling serde_json v1.0.151 |
| 1340 | 2026-08-04T17:43:35.590Z | Compiling portable-atomic v1.13.1 |
| 1341 | 2026-08-04T17:43:35.629Z | Compiling zerocopy v0.8.40 |
| 1342 | 2026-08-04T17:43:35.779Z | Compiling parking_lot_core v0.9.12 |
| 1343 | 2026-08-04T17:43:35.793Z | Compiling pin-project-lite v0.2.17 |
| 1344 | 2026-08-04T17:43:35.901Z | Compiling critical-section v1.2.0 |
| 1345 | 2026-08-04T17:43:36.020Z | Compiling libm v0.2.16 |
| 1346 | 2026-08-04T17:43:36.062Z | Compiling getrandom v0.4.1 |
| 1347 | 2026-08-04T17:43:36.077Z | Compiling pkg-config v0.3.32 |
| 1348 | 2026-08-04T17:43:36.093Z | Compiling jobserver v0.1.34 |
| 1349 | 2026-08-04T17:43:36.145Z | Compiling errno v0.3.14 |
| 1350 | 2026-08-04T17:43:36.293Z | Compiling cc v1.2.56 |
| 1351 | 2026-08-04T17:43:36.326Z | Compiling getrandom v0.2.17 |
| 1352 | 2026-08-04T17:43:36.429Z | Compiling signal-hook-registry v1.4.8 |
| 1353 | 2026-08-04T17:43:36.457Z | Compiling rand_core v0.6.4 |
| 1354 | 2026-08-04T17:43:36.601Z | Compiling num-traits v0.2.19 |
| 1355 | 2026-08-04T17:43:36.694Z | Compiling futures-core v0.3.32 |
| 1356 | 2026-08-04T17:43:36.728Z | Compiling once_cell v1.21.3 |
| 1357 | 2026-08-04T17:43:36.783Z | Compiling rand_core v0.10.0 |
| 1358 | 2026-08-04T17:43:36.824Z | Compiling parking_lot v0.12.5 |
| 1359 | 2026-08-04T17:43:36.950Z | Compiling mio v1.2.0 |
| 1360 | 2026-08-04T17:43:36.963Z | Compiling generic-array v0.14.7 |
| 1361 | 2026-08-04T17:43:37.152Z | Compiling litemap v0.8.1 |
| 1362 | 2026-08-04T17:43:37.166Z | Compiling percent-encoding v2.3.2 |
| 1363 | 2026-08-04T17:43:37.191Z | Compiling const-oid v0.9.6 |
| 1364 | 2026-08-04T17:43:37.352Z | Compiling bitflags v2.11.0 |
| 1365 | 2026-08-04T17:43:37.406Z | Compiling writeable v0.6.2 |
| 1366 | 2026-08-04T17:43:37.420Z | Compiling semver v1.0.28 |
| 1367 | 2026-08-04T17:43:37.780Z | Compiling icu_normalizer_data v2.1.1 |
| 1368 | 2026-08-04T17:43:37.785Z | Compiling icu_properties_data v2.1.2 |
| 1369 | 2026-08-04T17:43:37.950Z | Compiling socket2 v0.6.3 |
| 1370 | 2026-08-04T17:43:37.978Z | Compiling futures-sink v0.3.32 |
| 1371 | 2026-08-04T17:43:38.053Z | Compiling slab v0.4.12 |
| 1372 | 2026-08-04T17:43:38.081Z | Compiling synstructure v0.13.2 |
| 1373 | 2026-08-04T17:43:38.096Z | Compiling futures-channel v0.3.32 |
| 1374 | 2026-08-04T17:43:38.152Z | Compiling futures-io v0.3.32 |
| 1375 | 2026-08-04T17:43:38.235Z | Compiling futures-task v0.3.32 |
| 1376 | 2026-08-04T17:43:38.305Z | Compiling utf8_iter v1.0.4 |
| 1377 | 2026-08-04T17:43:38.326Z | Compiling indexmap v2.14.0 |
| 1378 | 2026-08-04T17:43:38.343Z | Compiling form_urlencoded v1.2.2 |
| 1379 | 2026-08-04T17:43:38.359Z | Compiling rustversion v1.0.22 |
| 1380 | 2026-08-04T17:43:38.411Z | Compiling getrandom v0.3.4 |
| 1381 | 2026-08-04T17:43:38.457Z | Compiling cmake v0.1.57 |
| 1382 | 2026-08-04T17:43:38.522Z | Compiling iana-time-zone v0.1.65 |
| 1383 | 2026-08-04T17:43:38.564Z | Compiling ident_case v1.0.1 |
| 1384 | 2026-08-04T17:43:38.681Z | Compiling fs_extra v1.3.0 |
| 1385 | 2026-08-04T17:43:38.695Z | Compiling rustix v1.1.3 |
| 1386 | 2026-08-04T17:43:38.728Z | Compiling dunce v1.0.5 |
| 1387 | 2026-08-04T17:43:38.835Z | Compiling regex-syntax v0.8.10 |
| 1388 | 2026-08-04T17:43:38.871Z | Compiling uuid v1.23.4 |
| 1389 | 2026-08-04T17:43:38.983Z | Compiling aws-lc-sys v0.40.0 |
| 1390 | 2026-08-04T17:43:39.030Z | Compiling base64ct v1.8.3 |
| 1391 | 2026-08-04T17:43:39.324Z | Compiling rand_core v0.9.5 |
| 1392 | 2026-08-04T17:43:39.357Z | Compiling base64 v0.22.1 |
| 1393 | 2026-08-04T17:43:39.378Z | Compiling vcpkg v0.2.15 |
| 1394 | 2026-08-04T17:43:39.618Z | Compiling pem-rfc7468 v0.7.0 |
| 1395 | 2026-08-04T17:43:39.618Z | Compiling rustc_version v0.4.1 |
| 1396 | 2026-08-04T17:43:39.696Z | Compiling tracing-core v0.1.36 |
| 1397 | 2026-08-04T17:43:39.864Z | Compiling serde_derive v1.0.228 |
| 1398 | 2026-08-04T17:43:39.948Z | Compiling zeroize_derive v1.5.0 |
| 1399 | 2026-08-04T17:43:39.956Z | Compiling zerofrom-derive v0.1.6 |
| 1400 | 2026-08-04T17:43:40.118Z | Compiling yoke-derive v0.8.1 |
| 1401 | 2026-08-04T17:43:40.259Z | Compiling zerovec-derive v0.11.2 |
| 1402 | 2026-08-04T17:43:40.462Z | Compiling zerocopy-derive v0.8.40 |
| 1403 | 2026-08-04T17:43:40.582Z | Compiling zeroize v1.9.0 |
| 1404 | 2026-08-04T17:43:40.799Z | Compiling displaydoc v0.2.5 |
| 1405 | 2026-08-04T17:43:41.311Z | Compiling tokio-macros v2.7.0 |
| 1406 | 2026-08-04T17:43:41.389Z | Compiling zerofrom v0.1.6 |
| 1407 | 2026-08-04T17:43:41.420Z | Compiling futures-macro v0.3.32 |
| 1408 | 2026-08-04T17:43:41.520Z | Compiling yoke v0.8.1 |
| 1409 | 2026-08-04T17:43:41.563Z | Compiling openssl-sys v0.9.115 |
| 1410 | 2026-08-04T17:43:41.705Z | Compiling zerovec v0.11.5 |
| 1411 | 2026-08-04T17:43:41.809Z | Compiling zerotrie v0.2.3 |
| 1412 | 2026-08-04T17:43:42.037Z | Compiling block-buffer v0.10.4 |
| 1413 | 2026-08-04T17:43:42.070Z | Compiling crypto-common v0.1.7 |
| 1414 | 2026-08-04T17:43:42.105Z | Compiling thiserror-impl v2.0.18 |
| 1415 | 2026-08-04T17:43:42.205Z | Compiling tinystr v0.8.2 |
| 1416 | 2026-08-04T17:43:42.212Z | Compiling potential_utf v0.1.4 |
| 1417 | 2026-08-04T17:43:42.232Z | Compiling digest v0.10.7 |
| 1418 | 2026-08-04T17:43:42.236Z | Compiling futures-util v0.3.32 |
| 1419 | 2026-08-04T17:43:42.378Z | Compiling icu_locale_core v2.1.1 |
| 1420 | 2026-08-04T17:43:42.404Z | Compiling icu_collections v2.1.1 |
| 1421 | 2026-08-04T17:43:42.481Z | Compiling tracing-attributes v0.1.31 |
| 1422 | 2026-08-04T17:43:42.951Z | Compiling der_derive v0.7.3 |
| 1423 | 2026-08-04T17:43:43.256Z | Compiling icu_provider v2.1.1 |
| 1424 | 2026-08-04T17:43:43.454Z | Compiling bytes v1.11.1 |
| 1425 | 2026-08-04T17:43:43.500Z | Compiling icu_properties v2.1.2 |
| 1426 | 2026-08-04T17:43:43.557Z | Compiling icu_normalizer v2.1.1 |
| 1427 | 2026-08-04T17:43:43.818Z | Compiling chrono v0.4.45 |
| 1428 | 2026-08-04T17:43:43.913Z | Compiling flagset v0.4.7 |
| 1429 | 2026-08-04T17:43:44.049Z | Compiling tokio v1.52.1 |
| 1430 | 2026-08-04T17:43:44.081Z | Compiling http v1.4.2 |
| 1431 | 2026-08-04T17:43:44.090Z | Compiling aws-lc-rs v1.16.3 |
| 1432 | 2026-08-04T17:43:44.382Z | Compiling idna_adapter v1.2.1 |
| 1433 | 2026-08-04T17:43:44.513Z | Compiling idna v1.1.0 |
| 1434 | 2026-08-04T17:43:44.584Z | Compiling der v0.7.10 |
| 1435 | 2026-08-04T17:43:44.601Z | Compiling tracing v0.1.44 |
| 1436 | 2026-08-04T17:43:44.854Z | Compiling ppv-lite86 v0.2.21 |
| 1437 | 2026-08-04T17:43:44.867Z | Compiling url v2.5.8 |
| 1438 | 2026-08-04T17:43:44.992Z | Compiling http-body v1.0.1 |
| 1439 | 2026-08-04T17:43:45.146Z | Compiling rand_chacha v0.9.0 |
| 1440 | 2026-08-04T17:43:45.156Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-08-04T17:43:45.170Z | Compiling rustls-pki-types v1.14.0 |
| 1442 | 2026-08-04T17:43:45.237Z | Compiling serde_derive_internals v0.29.1 |
| 1443 | 2026-08-04T17:43:45.257Z | Compiling httparse v1.10.1 |
| 1444 | 2026-08-04T17:43:45.584Z | Compiling tinyvec_macros v0.1.1 |
| 1445 | 2026-08-04T17:43:45.621Z | Compiling cmov v0.5.4 |
| 1446 | 2026-08-04T17:43:45.630Z | Compiling schemars v0.8.22 |
| 1447 | 2026-08-04T17:43:45.654Z | Compiling openssl-probe v0.2.1 |
| 1448 | 2026-08-04T17:43:45.746Z | Compiling dyn-clone v1.0.20 |
| 1449 | 2026-08-04T17:43:45.816Z | Compiling ctutils v0.4.2 |
| 1450 | 2026-08-04T17:43:45.816Z | Compiling tinyvec v1.10.0 |
| 1451 | 2026-08-04T17:43:45.870Z | Compiling spki v0.7.3 |
| 1452 | 2026-08-04T17:43:45.885Z | Compiling rand v0.9.2 |
| 1453 | 2026-08-04T17:43:45.888Z | Compiling pest_generator v2.8.6 |
| 1454 | 2026-08-04T17:43:46.073Z | Compiling aho-corasick v1.1.4 |
| 1455 | 2026-08-04T17:43:46.085Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-08-04T17:43:46.085Z | Compiling tower-layer v0.3.3 |
| 1457 | 2026-08-04T17:43:46.148Z | Compiling atomic-waker v1.1.2 |
| 1458 | 2026-08-04T17:43:46.239Z | Compiling try-lock v0.2.5 |
| 1459 | 2026-08-04T17:43:46.291Z | Compiling untrusted v0.7.1 |
| 1460 | 2026-08-04T17:43:46.347Z | Compiling tower-service v0.3.3 |
| 1461 | 2026-08-04T17:43:46.391Z | Compiling want v0.3.1 |
| 1462 | 2026-08-04T17:43:46.445Z | Compiling tempfile v3.25.0 |
| 1463 | 2026-08-04T17:43:46.555Z | Compiling hybrid-array v0.4.13 |
| 1464 | 2026-08-04T17:43:46.569Z | Compiling pest_derive v2.8.6 |
| 1465 | 2026-08-04T17:43:46.800Z | Compiling ipnet v2.11.0 |
| 1466 | 2026-08-04T17:43:46.905Z | Compiling regex-automata v0.4.14 |
| 1467 | 2026-08-04T17:43:47.007Z | Compiling scroll_derive v0.13.1 |
| 1468 | 2026-08-04T17:43:47.287Z | Compiling darling_core v0.20.11 |
| 1469 | 2026-08-04T17:43:47.316Z | Compiling httpdate v1.0.3 |
| 1470 | 2026-08-04T17:43:47.569Z | Compiling openssl v0.10.79 |
| 1471 | 2026-08-04T17:43:47.688Z | Compiling untrusted v0.9.0 |
| 1472 | 2026-08-04T17:43:47.793Z | Compiling tokio-util v0.7.18 |
| 1473 | 2026-08-04T17:43:47.808Z | Compiling rustls v0.23.41 |
| 1474 | 2026-08-04T17:43:47.809Z | Compiling foreign-types-shared v0.1.1 |
| 1475 | 2026-08-04T17:43:47.908Z | Compiling cpufeatures v0.2.17 |
| 1476 | 2026-08-04T17:43:47.975Z | Compiling foreign-types v0.3.2 |
| 1477 | 2026-08-04T17:43:47.990Z | Compiling scroll v0.13.0 |
| 1478 | 2026-08-04T17:43:48.070Z | Compiling unicode-normalization v0.1.25 |
| 1479 | 2026-08-04T17:43:48.255Z | Compiling pkcs8 v0.10.2 |
| 1480 | 2026-08-04T17:43:48.530Z | Compiling h2 v0.4.15 |
| 1481 | 2026-08-04T17:43:48.630Z | Compiling openssl-macros v0.1.1 |
| 1482 | 2026-08-04T17:43:48.824Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1483 | 2026-08-04T17:43:48.923Z | Compiling spin v0.9.8 |
| 1484 | 2026-08-04T17:43:49.019Z | Compiling native-tls v0.2.18 |
| 1485 | 2026-08-04T17:43:49.127Z | Compiling crc32fast v1.5.0 |
| 1486 | 2026-08-04T17:43:49.207Z | Compiling num-conv v0.2.0 |
| 1487 | 2026-08-04T17:43:49.222Z | Compiling powerfmt v0.2.0 |
| 1488 | 2026-08-04T17:43:49.338Z | Compiling time-core v0.1.8 |
| 1489 | 2026-08-04T17:43:49.416Z | Compiling deranged v0.5.8 |
| 1490 | 2026-08-04T17:43:49.479Z | Compiling time-macros v0.2.27 |
| 1491 | 2026-08-04T17:43:49.550Z | Compiling darling_macro v0.20.11 |
| 1492 | 2026-08-04T17:43:50.020Z | Compiling darling v0.20.11 |
| 1493 | 2026-08-04T17:43:50.100Z | Compiling goblin v0.10.5 |
| 1494 | 2026-08-04T17:43:50.384Z | Compiling sha2 v0.10.9 |
| 1495 | 2026-08-04T17:43:50.487Z | Compiling hmac v0.12.1 |
| 1496 | 2026-08-04T17:43:50.643Z | Compiling sync_wrapper v1.0.2 |
| 1497 | 2026-08-04T17:43:50.784Z | Compiling wait-timeout v0.2.1 |
| 1498 | 2026-08-04T17:43:50.928Z | Compiling num_threads v0.1.7 |
| 1499 | 2026-08-04T17:43:51.008Z | Compiling bit-vec v0.8.0 |
| 1500 | 2026-08-04T17:43:51.026Z | Compiling siphasher v1.0.2 |
| 1501 | 2026-08-04T17:43:51.213Z | Compiling quick-error v1.2.3 |
| 1502 | 2026-08-04T17:43:51.233Z | Compiling crossbeam-utils v0.8.21 |
| 1503 | 2026-08-04T17:43:51.317Z | Compiling usdt-impl v0.6.0 |
| 1504 | 2026-08-04T17:43:51.509Z | Compiling hyper v1.10.1 |
| 1505 | 2026-08-04T17:43:51.563Z | Compiling syn v1.0.109 |
| 1506 | 2026-08-04T17:43:51.660Z | Compiling simd-adler32 v0.3.8 |
| 1507 | 2026-08-04T17:43:51.921Z | Compiling rusty-fork v0.3.1 |
| 1508 | 2026-08-04T17:43:52.193Z | Compiling bit-set v0.8.0 |
| 1509 | 2026-08-04T17:43:52.227Z | Compiling time v0.3.47 |
| 1510 | 2026-08-04T17:43:52.357Z | Compiling tower v0.5.3 |
| 1511 | 2026-08-04T17:43:52.508Z | Compiling derive_builder_core v0.20.2 |
| 1512 | 2026-08-04T17:43:52.633Z | Compiling hyper-util v0.1.20 |
| 1513 | 2026-08-04T17:43:52.876Z | Compiling dof v0.4.0 |
| 1514 | 2026-08-04T17:43:53.303Z | Compiling dtrace-parser v0.3.0 |
| 1515 | 2026-08-04T17:43:53.371Z | Compiling http-body-util v0.1.3 |
| 1516 | 2026-08-04T17:43:53.627Z | Compiling heapless v0.7.17 |
| 1517 | 2026-08-04T17:43:53.837Z | Compiling scroll_derive v0.12.1 |
| 1518 | 2026-08-04T17:43:53.859Z | Compiling thiserror-impl v1.0.69 |
| 1519 | 2026-08-04T17:43:54.019Z | Compiling rand_xorshift v0.4.0 |
| 1520 | 2026-08-04T17:43:54.027Z | Compiling slog v2.8.2 |
| 1521 | 2026-08-04T17:43:54.185Z | Compiling darling_core v0.23.0 |
| 1522 | 2026-08-04T17:43:54.214Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1523 | 2026-08-04T17:43:54.273Z | Compiling thread-id v5.1.0 |
| 1524 | 2026-08-04T17:43:54.351Z | Compiling cookie v0.18.1 |
| 1525 | 2026-08-04T17:43:54.355Z | Compiling allocator-api2 v0.2.21 |
| 1526 | 2026-08-04T17:43:54.478Z | Compiling iri-string v0.7.10 |
| 1527 | 2026-08-04T17:43:54.482Z | Compiling paste v1.0.15 |
| 1528 | 2026-08-04T17:43:54.530Z | Compiling unicode-properties v0.1.4 |
| 1529 | 2026-08-04T17:43:54.682Z | Compiling ryu v1.0.23 |
| 1530 | 2026-08-04T17:43:54.735Z | Compiling signal-hook v0.3.18 |
| 1531 | 2026-08-04T17:43:54.745Z | Compiling zstd-safe v7.2.4 |
| 1532 | 2026-08-04T17:43:54.854Z | Compiling unarray v0.1.4 |
| 1533 | 2026-08-04T17:43:54.897Z | Compiling anyhow v1.0.102 |
| 1534 | 2026-08-04T17:43:54.934Z | Compiling adler2 v2.0.1 |
| 1535 | 2026-08-04T17:43:54.965Z | Compiling unicode-bidi v0.3.18 |
| 1536 | 2026-08-04T17:43:55.063Z | Compiling miniz_oxide v0.8.9 |
| 1537 | 2026-08-04T17:43:55.077Z | Compiling thiserror v1.0.69 |
| 1538 | 2026-08-04T17:43:55.178Z | Compiling proptest v1.11.0 |
| 1539 | 2026-08-04T17:43:55.401Z | Compiling stringprep v0.1.5 |
| 1540 | 2026-08-04T17:43:55.493Z | Compiling serde_urlencoded v0.7.1 |
| 1541 | 2026-08-04T17:43:55.642Z | Compiling tower-http v0.6.8 |
| 1542 | 2026-08-04T17:43:55.841Z | Compiling scroll v0.12.0 |
| 1543 | 2026-08-04T17:43:56.061Z | Compiling derive_builder_macro v0.20.2 |
| 1544 | 2026-08-04T17:43:56.090Z | Compiling camino v1.2.2 |
| 1545 | 2026-08-04T17:43:56.096Z | Compiling tokio-native-tls v0.3.1 |
| 1546 | 2026-08-04T17:43:56.518Z | Compiling bstr v1.12.1 |
| 1547 | 2026-08-04T17:43:56.535Z | Compiling ipnetwork v0.21.1 |
| 1548 | 2026-08-04T17:43:56.574Z | Compiling block-buffer v0.12.1 |
| 1549 | 2026-08-04T17:43:56.625Z | Compiling darling_macro v0.23.0 |
| 1550 | 2026-08-04T17:43:56.753Z | Compiling crypto-common v0.2.2 |
| 1551 | 2026-08-04T17:43:56.767Z | Compiling block-padding v0.4.2 |
| 1552 | 2026-08-04T17:43:56.908Z | Compiling rustls-native-certs v0.8.3 |
| 1553 | 2026-08-04T17:43:56.932Z | Compiling rand_chacha v0.3.1 |
| 1554 | 2026-08-04T17:43:57.114Z | Compiling serde_spanned v0.6.9 |
| 1555 | 2026-08-04T17:43:57.139Z | Compiling hex v0.4.3 |
| 1556 | 2026-08-04T17:43:57.191Z | Compiling serde_tokenstream v0.2.3 |
| 1557 | 2026-08-04T17:43:57.255Z | Compiling erased-serde v0.3.31 |
| 1558 | 2026-08-04T17:43:57.399Z | Compiling toml_datetime v0.6.11 |
| 1559 | 2026-08-04T17:43:57.538Z | Compiling md-5 v0.10.6 |
| 1560 | 2026-08-04T17:43:57.691Z | Compiling signature v2.2.0 |
| 1561 | 2026-08-04T17:43:57.705Z | Compiling curve25519-dalek v4.1.3 |
| 1562 | 2026-08-04T17:43:57.708Z | Compiling zerocopy-derive v0.7.35 |
| 1563 | 2026-08-04T17:43:57.792Z | Compiling pin-project-internal v1.1.11 |
| 1564 | 2026-08-04T17:43:57.870Z | Compiling async-trait v0.1.89 |
| 1565 | 2026-08-04T17:43:58.037Z | Compiling vergen-lib v9.1.0 |
| 1566 | 2026-08-04T17:43:58.217Z | Compiling hash32 v0.2.1 |
| 1567 | 2026-08-04T17:43:58.407Z | Compiling num-integer v0.1.46 |
| 1568 | 2026-08-04T17:43:58.513Z | Compiling memoffset v0.9.1 |
| 1569 | 2026-08-04T17:43:58.588Z | Compiling encoding_rs v0.8.35 |
| 1570 | 2026-08-04T17:43:59.709Z | Compiling fallible-iterator v0.2.0 |
| 1571 | 2026-08-04T17:43:59.712Z | Compiling psl-types v2.0.11 |
| 1572 | 2026-08-04T17:43:59.712Z | Compiling ref-cast v1.0.25 |
| 1573 | 2026-08-04T17:43:59.712Z | Compiling num-bigint-dig v0.8.6 |
| 1574 | 2026-08-04T17:43:59.712Z | Compiling cfg_aliases v0.2.1 |
| 1575 | 2026-08-04T17:43:59.712Z | Compiling rustix v0.38.44 |
| 1576 | 2026-08-04T17:43:59.712Z | Compiling litrs v1.0.0 |
| 1577 | 2026-08-04T17:43:59.712Z | Compiling zlib-rs v0.6.2 |
| 1578 | 2026-08-04T17:43:59.712Z | Compiling smoltcp v0.9.1 |
| 1579 | 2026-08-04T17:43:59.712Z | Compiling mime v0.3.17 |
| 1580 | 2026-08-04T17:43:59.712Z | Compiling document-features v0.2.12 |
| 1581 | 2026-08-04T17:43:59.713Z | Compiling postgres-protocol v0.6.10 |
| 1582 | 2026-08-04T17:43:59.713Z | Compiling nix v0.31.2 |
| 1583 | 2026-08-04T17:43:59.983Z | Compiling pin-project v1.1.11 |
| 1584 | 2026-08-04T17:44:00.057Z | Compiling publicsuffix v2.3.0 |
| 1585 | 2026-08-04T17:44:00.090Z | Compiling num-iter v0.1.45 |
| 1586 | 2026-08-04T17:44:00.146Z | Compiling zerocopy v0.7.35 |
| 1587 | 2026-08-04T17:44:00.296Z | Compiling newtype-uuid v1.3.2 |
| 1588 | 2026-08-04T17:44:00.310Z | Compiling hubpack_derive v0.1.1 |
| 1589 | 2026-08-04T17:44:00.610Z | Compiling rand v0.8.6 |
| 1590 | 2026-08-04T17:44:00.613Z | Compiling darling v0.23.0 |
| 1591 | 2026-08-04T17:44:00.637Z | Compiling inout v0.2.2 |
| 1592 | 2026-08-04T17:44:00.682Z | Compiling oxnet v0.1.6 |
| 1593 | 2026-08-04T17:44:00.740Z | Compiling derive_builder v0.20.2 |
| 1594 | 2026-08-04T17:44:00.800Z | Compiling hyper-tls v0.6.0 |
| 1595 | 2026-08-04T17:44:00.814Z | Compiling goblin v0.8.2 |
| 1596 | 2026-08-04T17:44:01.422Z | Compiling phf_shared v0.13.1 |
| 1597 | 2026-08-04T17:44:01.533Z | Compiling regex v1.12.3 |
| 1598 | 2026-08-04T17:44:01.551Z | Compiling lazy_static v1.5.0 |
| 1599 | 2026-08-04T17:44:01.644Z | Compiling anstyle-parse v0.2.7 |
| 1600 | 2026-08-04T17:44:01.661Z | Compiling futures-executor v0.3.32 |
| 1601 | 2026-08-04T17:44:01.727Z | Compiling terminal_size v0.4.3 |
| 1602 | 2026-08-04T17:44:01.822Z | Compiling snafu-derive v0.8.9 |
| 1603 | 2026-08-04T17:44:01.867Z | Compiling flate2 v1.1.9 |
| 1604 | 2026-08-04T17:44:01.908Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1605 | 2026-08-04T17:44:01.943Z | Compiling strum_macros v0.27.2 |
| 1606 | 2026-08-04T17:44:02.229Z | Compiling ref-cast-impl v1.0.25 |
| 1607 | 2026-08-04T17:44:02.264Z | Compiling daft-derive v0.1.7 |
| 1608 | 2026-08-04T17:44:02.571Z | Compiling vergen v9.1.0 |
| 1609 | 2026-08-04T17:44:02.758Z | Compiling cargo-platform v0.3.2 |
| 1610 | 2026-08-04T17:44:02.778Z | Compiling ff v0.13.1 |
| 1611 | 2026-08-04T17:44:02.920Z | Compiling fs-err v3.3.0 |
| 1612 | 2026-08-04T17:44:03.029Z | Compiling ahash v0.8.12 |
| 1613 | 2026-08-04T17:44:03.045Z | Compiling winnow v0.5.40 |
| 1614 | 2026-08-04T17:44:03.106Z | Compiling object v0.37.3 |
| 1615 | 2026-08-04T17:44:03.240Z | Compiling base16ct v0.2.0 |
| 1616 | 2026-08-04T17:44:03.373Z | Compiling libbz2-rs-sys v0.2.2 |
| 1617 | 2026-08-04T17:44:03.422Z | Compiling bitflags v1.3.2 |
| 1618 | 2026-08-04T17:44:03.501Z | Compiling foldhash v0.1.5 |
| 1619 | 2026-08-04T17:44:03.673Z | Compiling same-file v1.0.6 |
| 1620 | 2026-08-04T17:44:03.752Z | Compiling unicode-segmentation v1.12.0 |
| 1621 | 2026-08-04T17:44:03.836Z | Compiling bumpalo v3.20.2 |
| 1622 | 2026-08-04T17:44:03.917Z | Compiling managed v0.8.0 |
| 1623 | 2026-08-04T17:44:04.051Z | Compiling foldhash v0.2.0 |
| 1624 | 2026-08-04T17:44:04.088Z | Compiling zopfli v0.8.3 |
| 1625 | 2026-08-04T17:44:04.136Z | Compiling strum v0.27.2 |
| 1626 | 2026-08-04T17:44:04.258Z | Compiling hashbrown v0.16.1 |
| 1627 | 2026-08-04T17:44:04.273Z | Compiling walkdir v2.5.0 |
| 1628 | 2026-08-04T17:44:04.276Z | Compiling bzip2 v0.6.1 |
| 1629 | 2026-08-04T17:44:04.465Z | Compiling toml_edit v0.19.15 |
| 1630 | 2026-08-04T17:44:04.480Z | Compiling snafu v0.8.9 |
| 1631 | 2026-08-04T17:44:04.587Z | Compiling hashbrown v0.15.5 |
| 1632 | 2026-08-04T17:44:04.774Z | Compiling sec1 v0.7.3 |
| 1633 | 2026-08-04T17:44:04.848Z | Compiling clap_builder v4.6.0 |
| 1634 | 2026-08-04T17:44:04.897Z | Compiling daft v0.1.7 |
| 1635 | 2026-08-04T17:44:04.964Z | Compiling dof v0.3.0 |
| 1636 | 2026-08-04T17:44:05.037Z | Compiling cargo_metadata v0.23.1 |
| 1637 | 2026-08-04T17:44:05.130Z | Compiling group v0.13.0 |
| 1638 | 2026-08-04T17:44:05.319Z | Compiling futures v0.3.32 |
| 1639 | 2026-08-04T17:44:05.394Z | Compiling anstream v0.6.21 |
| 1640 | 2026-08-04T17:44:05.688Z | Compiling phf v0.13.1 |
| 1641 | 2026-08-04T17:44:06.068Z | Compiling signal-hook-mio v0.2.5 |
| 1642 | 2026-08-04T17:44:06.188Z | Compiling cookie_store v0.22.1 |
| 1643 | 2026-08-04T17:44:06.208Z | Compiling zstd v0.13.3 |
| 1644 | 2026-08-04T17:44:06.370Z | Compiling reqwest v0.12.28 |
| 1645 | 2026-08-04T17:44:06.465Z | Compiling bzip2 v0.4.4 |
| 1646 | 2026-08-04T17:44:06.675Z | Compiling cipher v0.5.2 |
| 1647 | 2026-08-04T17:44:06.824Z | Compiling hubpack v0.1.2 |
| 1648 | 2026-08-04T17:44:06.998Z | Compiling serde_with_macros v3.21.0 |
| 1649 | 2026-08-04T17:44:07.079Z | Compiling postgres-types v0.2.12 |
| 1650 | 2026-08-04T17:44:07.629Z | Compiling ed25519 v2.2.3 |
| 1651 | 2026-08-04T17:44:07.843Z | Compiling usdt-macro v0.6.0 |
| 1652 | 2026-08-04T17:44:08.178Z | Compiling usdt-attr-macro v0.6.0 |
| 1653 | 2026-08-04T17:44:08.226Z | Compiling globset v0.4.18 |
| 1654 | 2026-08-04T17:44:08.254Z | Compiling dtrace-parser v0.2.0 |
| 1655 | 2026-08-04T17:44:08.527Z | Compiling phf_shared v0.11.3 |
| 1656 | 2026-08-04T17:44:08.599Z | Compiling hkdf v0.12.4 |
| 1657 | 2026-08-04T17:44:08.713Z | Compiling olpc-cjson v0.1.4 |
| 1658 | 2026-08-04T17:44:08.773Z | Compiling pkcs1 v0.7.5 |
| 1659 | 2026-08-04T17:44:08.873Z | Compiling serde-big-array v0.5.1 |
| 1660 | 2026-08-04T17:44:08.899Z | Compiling serde_plain v1.0.2 |
| 1661 | 2026-08-04T17:44:08.965Z | Compiling crypto-bigint v0.5.5 |
| 1662 | 2026-08-04T17:44:08.980Z | Compiling strum_macros v0.26.4 |
| 1663 | 2026-08-04T17:44:09.014Z | Compiling serde_repr v0.1.20 |
| 1664 | 2026-08-04T17:44:09.115Z | Compiling clap_derive v4.6.1 |
| 1665 | 2026-08-04T17:44:09.163Z | Compiling enum-as-inner v0.6.1 |
| 1666 | 2026-08-04T17:44:09.540Z | Compiling async-recursion v1.1.1 |
| 1667 | 2026-08-04T17:44:09.677Z | Compiling pem v3.0.6 |
| 1668 | 2026-08-04T17:44:09.989Z | Compiling float-cmp v0.10.0 |
| 1669 | 2026-08-04T17:44:10.079Z | Compiling memmap2 v0.9.10 |
| 1670 | 2026-08-04T17:44:10.131Z | Compiling thread-id v4.2.2 |
| 1671 | 2026-08-04T17:44:10.169Z | Compiling env_filter v1.0.0 |
| 1672 | 2026-08-04T17:44:10.217Z | Compiling fixedbitset v0.4.2 |
| 1673 | 2026-08-04T17:44:10.302Z | Compiling either v1.15.0 |
| 1674 | 2026-08-04T17:44:10.432Z | Compiling static_assertions v1.1.0 |
| 1675 | 2026-08-04T17:44:10.462Z | Compiling whoami v2.1.0 |
| 1676 | 2026-08-04T17:44:10.500Z | Compiling cpufeatures v0.3.0 |
| 1677 | 2026-08-04T17:44:10.515Z | Compiling data-encoding v2.10.0 |
| 1678 | 2026-08-04T17:44:10.579Z | Compiling difflib v0.4.0 |
| 1679 | 2026-08-04T17:44:10.718Z | Compiling typed-path v0.9.3 |
| 1680 | 2026-08-04T17:44:10.809Z | Compiling new_debug_unreachable v1.0.6 |
| 1681 | 2026-08-04T17:44:10.827Z | Compiling normalize-line-endings v0.3.0 |
| 1682 | 2026-08-04T17:44:10.881Z | Compiling const-oid v0.10.2 |
| 1683 | 2026-08-04T17:44:10.924Z | Compiling precomputed-hash v0.1.1 |
| 1684 | 2026-08-04T17:44:11.017Z | Compiling winnow v1.0.3 |
| 1685 | 2026-08-04T17:44:11.032Z | Compiling fixedbitset v0.5.7 |
| 1686 | 2026-08-04T17:44:11.083Z | Compiling predicates-core v1.0.10 |
| 1687 | 2026-08-04T17:44:11.100Z | Compiling keccak v0.1.6 |
| 1688 | 2026-08-04T17:44:11.116Z | Compiling jiff v0.2.21 |
| 1689 | 2026-08-04T17:44:11.189Z | Compiling predicates v3.1.4 |
| 1690 | 2026-08-04T17:44:11.249Z | Compiling sha3 v0.10.8 |
| 1691 | 2026-08-04T17:44:11.324Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1692 | 2026-08-04T17:44:11.346Z | Compiling petgraph v0.8.3 |
| 1693 | 2026-08-04T17:44:11.691Z | Compiling toml_edit v0.22.27 |
| 1694 | 2026-08-04T17:44:11.835Z | Compiling digest v0.11.3 |
| 1695 | 2026-08-04T17:44:11.840Z | Compiling string_cache v0.8.9 |
| 1696 | 2026-08-04T17:44:11.903Z | Compiling clap v4.6.1 |
| 1697 | 2026-08-04T17:44:11.929Z | Compiling hickory-proto v0.25.2 |
| 1698 | 2026-08-04T17:44:11.982Z | Compiling strum v0.26.3 |
| 1699 | 2026-08-04T17:44:12.031Z | Compiling tokio-postgres v0.7.16 |
| 1700 | 2026-08-04T17:44:12.045Z | Compiling chacha20 v0.10.0 |
| 1701 | 2026-08-04T17:44:12.117Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1702 | 2026-08-04T17:44:12.411Z | Compiling itertools v0.13.0 |
| 1703 | 2026-08-04T17:44:13.279Z | Compiling petgraph v0.6.5 |
| 1704 | 2026-08-04T17:44:13.701Z | Compiling zip v4.6.1 |
| 1705 | 2026-08-04T17:44:14.272Z | Compiling env_logger v0.11.9 |
| 1706 | 2026-08-04T17:44:14.416Z | Compiling usdt v0.6.0 |
| 1707 | 2026-08-04T17:44:14.620Z | Compiling usdt-impl v0.5.0 |
| 1708 | 2026-08-04T17:44:14.646Z | Compiling elliptic-curve v0.13.8 |
| 1709 | 2026-08-04T17:44:14.679Z | Compiling rsa v0.9.10 |
| 1710 | 2026-08-04T17:44:14.772Z | Compiling serde_with v3.21.0 |
| 1711 | 2026-08-04T17:44:14.942Z | Compiling crossterm v0.28.1 |
| 1712 | 2026-08-04T17:44:15.034Z | Compiling ed25519-dalek v2.2.0 |
| 1713 | 2026-08-04T17:44:15.235Z | Compiling zip v0.6.6 |
| 1714 | 2026-08-04T17:44:15.798Z | Compiling toml v0.7.8 |
| 1715 | 2026-08-04T17:44:15.941Z | Compiling iddqd v0.4.2 |
| 1716 | 2026-08-04T17:44:16.580Z | Compiling similar v2.7.0 |
| 1717 | 2026-08-04T17:44:16.602Z | Compiling heck v0.4.1 |
| 1718 | 2026-08-04T17:44:16.630Z | Compiling byte-wrapper v0.1.0 |
| 1719 | 2026-08-04T17:44:16.824Z | Compiling crossbeam-epoch v0.9.18 |
| 1720 | 2026-08-04T17:44:16.878Z | Compiling tokio-stream v0.1.18 |
| 1721 | 2026-08-04T17:44:16.963Z | Compiling buf-list v1.1.2 |
| 1722 | 2026-08-04T17:44:17.150Z | Compiling x509-cert v0.2.5 |
| 1723 | 2026-08-04T17:44:17.204Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1724 | 2026-08-04T17:44:17.239Z | Compiling openapiv3 v2.2.0 |
| 1725 | 2026-08-04T17:44:17.334Z | Compiling peg-runtime v0.8.5 |
| 1726 | 2026-08-04T17:44:17.491Z | Compiling lalrpop-util v0.19.12 |
| 1727 | 2026-08-04T17:44:17.545Z | Compiling thread_local v1.1.9 |
| 1728 | 2026-08-04T17:44:17.634Z | Compiling slog-async v2.8.0 |
| 1729 | 2026-08-04T17:44:17.687Z | Compiling crossbeam-channel v0.5.15 |
| 1730 | 2026-08-04T17:44:17.804Z | Compiling is-terminal v0.4.17 |
| 1731 | 2026-08-04T17:44:17.853Z | Compiling filetime v0.2.27 |
| 1732 | 2026-08-04T17:44:17.883Z | Compiling xattr v1.6.1 |
| 1733 | 2026-08-04T17:44:17.948Z | Compiling take_mut v0.2.2 |
| 1734 | 2026-08-04T17:44:17.961Z | Compiling term v1.2.1 |
| 1735 | 2026-08-04T17:44:18.075Z | Compiling tar v0.4.46 |
| 1736 | 2026-08-04T17:44:18.126Z | Compiling camino-tempfile v1.4.1 |
| 1737 | 2026-08-04T17:44:18.364Z | Compiling slog-term v2.9.2 |
| 1738 | 2026-08-04T17:44:28.655Z | Compiling rustls-webpki v0.103.13 |
| 1739 | 2026-08-04T17:44:31.241Z | Compiling tokio-rustls v0.26.4 |
| 1740 | 2026-08-04T17:44:31.241Z | Compiling rustls-platform-verifier v0.6.2 |
| 1741 | 2026-08-04T17:44:31.247Z | Compiling tough v0.22.0 |
| 1742 | 2026-08-04T17:44:31.438Z | Compiling hyper-rustls v0.27.7 |
| 1743 | 2026-08-04T17:44:31.639Z | Compiling reqwest v0.13.2 |
| 1744 | 2026-08-04T17:44:33.867Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1745 | 2026-08-04T17:44:34.083Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1746 | 2026-08-04T17:44:37.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1747 | 2026-08-04T17:44:37.140Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1748 | 2026-08-04T17:44:37.193Z | Aug 04 17:44:35.646 INFO Starting download, target: Cockroach |
| 1749 | 2026-08-04T17:44:37.193Z | Aug 04 17:44:35.646 INFO Starting download, target: Console |
| 1750 | 2026-08-04T17:44:37.193Z | Aug 04 17:44:35.646 INFO Starting download, target: Clickhouse |
| 1751 | 2026-08-04T17:44:37.193Z | Aug 04 17:44:35.646 INFO Starting download, target: DendriteStub |
| 1752 | 2026-08-04T17:44:37.200Z | Aug 04 17:44:35.646 INFO Starting download, target: MaghemiteMgd |
| 1753 | 2026-08-04T17:44:37.200Z | Aug 04 17:44:35.646 INFO Starting download, target: MaghemiteDdmd |
| 1754 | 2026-08-04T17:44:37.200Z | Aug 04 17:44:35.646 INFO Starting download, target: TransceiverControl |
| 1755 | 2026-08-04T17:44:37.200Z | Aug 04 17:44:35.646 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1756 | 2026-08-04T17:44:37.200Z | Aug 04 17:44:35.646 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1757 | 2026-08-04T17:44:37.201Z | Aug 04 17:44:35.646 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1758 | 2026-08-04T17:44:37.201Z | Aug 04 17:44:35.646 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1759 | 2026-08-04T17:44:37.201Z | Aug 04 17:44:35.646 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1760 | 2026-08-04T17:44:37.201Z | Aug 04 17:44:35.647 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1761 | 2026-08-04T17:44:37.201Z | Aug 04 17:44:35.647 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1762 | 2026-08-04T17:44:37.929Z | Aug 04 17:44:36.347 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1763 | 2026-08-04T17:44:38.110Z | Aug 04 17:44:36.566 INFO Download complete, target: TransceiverControl |
| 1764 | 2026-08-04T17:44:39.393Z | Aug 04 17:44:37.794 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1765 | 2026-08-04T17:44:39.640Z | Aug 04 17:44:38.048 INFO Download complete, target: Console |
| 1766 | 2026-08-04T17:44:39.754Z | Aug 04 17:44:38.089 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1767 | 2026-08-04T17:44:41.783Z | Aug 04 17:44:40.232 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1768 | 2026-08-04T17:44:41.912Z | Aug 04 17:44:40.265 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1769 | 2026-08-04T17:44:41.997Z | Aug 04 17:44:40.431 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1770 | 2026-08-04T17:44:43.220Z | Aug 04 17:44:41.659 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1771 | 2026-08-04T17:44:43.220Z | Aug 04 17:44:41.659 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1772 | 2026-08-04T17:44:43.769Z | Aug 04 17:44:42.224 INFO Download complete, target: MaghemiteDdmd |
| 1773 | 2026-08-04T17:44:44.399Z | Aug 04 17:44:42.855 INFO Download complete, target: MaghemiteMgd |
| 1774 | 2026-08-04T17:44:44.607Z | Aug 04 17:44:43.063 INFO Download complete, target: DendriteStub |
| 1775 | 2026-08-04T17:44:46.888Z | Aug 04 17:44:45.035 INFO Checking that binary works, target: Clickhouse |
| 1776 | 2026-08-04T17:44:46.901Z | Aug 04 17:44:45.172 INFO Download complete, target: Clickhouse |
| 1777 | 2026-08-04T17:44:48.001Z | Aug 04 17:44:46.456 INFO Checking that binary works, target: Cockroach |
| 1778 | 2026-08-04T17:44:48.117Z | Aug 04 17:44:46.572 INFO Download complete, target: Cockroach |
| 1779 | 2026-08-04T17:44:48.131Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1780 | 2026-08-04T17:44:48.135Z | |
| 1781 | 2026-08-04T17:44:48.135Z | real 2:13.340032754 |
| 1782 | 2026-08-04T17:44:48.135Z | user 6:34.157299898 |
| 1783 | 2026-08-04T17:44:48.135Z | sys 1:19.991800396 |
| 1784 | 2026-08-04T17:44:48.135Z | trap 0.226211992 |
| 1785 | 2026-08-04T17:44:48.135Z | tflt 0.564062038 |
| 1786 | 2026-08-04T17:44:48.135Z | dflt 0.865188680 |
| 1787 | 2026-08-04T17:44:48.135Z | kflt 0.026837038 |
| 1788 | 2026-08-04T17:44:48.135Z | lock 25:27.920932031 |
| 1789 | 2026-08-04T17:44:48.135Z | slp 20:12.695797289 |
| 1790 | 2026-08-04T17:44:48.135Z | lat 40.077508639 |
| 1791 | 2026-08-04T17:44:48.135Z | stop 2:22.927032459 |
| 1792 | 2026-08-04T17:44:48.135Z | + banner hack-check |
| 1793 | 2026-08-04T17:44:48.135Z | |
| 1794 | 2026-08-04T17:44:48.135Z | # # ## #### # # #### # # ###### #### # # |
| 1795 | 2026-08-04T17:44:48.135Z | # # # # # # # # # # # # # # # # # |
| 1796 | 2026-08-04T17:44:48.135Z | ###### # # # #### ##### # ###### ##### # #### |
| 1797 | 2026-08-04T17:44:48.135Z | # # ###### # # # # # # # # # # |
| 1798 | 2026-08-04T17:44:48.135Z | # # # # # # # # # # # # # # # # # |
| 1799 | 2026-08-04T17:44:48.135Z | # # # # #### # # #### # # ###### #### # # |
| 1800 | 2026-08-04T17:44:48.138Z | |
| 1801 | 2026-08-04T17:44:48.138Z | + export CARGO_INCREMENTAL=0 |
| 1802 | 2026-08-04T17:44:48.138Z | + CARGO_INCREMENTAL=0 |
| 1803 | 2026-08-04T17:44:48.138Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1804 | 2026-08-04T17:44:48.605Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1805 | 2026-08-04T17:44:48.891Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1806 | 2026-08-04T17:44:50.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1807 | 2026-08-04T17:44:50.771Z | Running `target/debug/xtask check-features --ci` |
| 1808 | 2026-08-04T17:44:50.798Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1809 | 2026-08-04T17:44:50.801Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1810 | 2026-08-04T17:44:51.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1811 | 2026-08-04T17:44:51.245Z | Running `target/debug/xtask download cargo-hack` |
| 1812 | 2026-08-04T17:44:52.011Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1813 | 2026-08-04T17:44:52.318Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1814 | 2026-08-04T17:44:54.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
| 1815 | 2026-08-04T17:44:55.049Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1816 | 2026-08-04T17:44:55.090Z | Aug 04 17:44:53.546 INFO Starting download, target: CargoHack |
| 1817 | 2026-08-04T17:44:55.093Z | Aug 04 17:44:53.547 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1818 | 2026-08-04T17:44:55.679Z | Aug 04 17:44:54.134 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1819 | 2026-08-04T17:44:55.731Z | Aug 04 17:44:54.187 INFO Download complete, target: CargoHack |
| 1820 | 2026-08-04T17:44:55.734Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1821 | 2026-08-04T17:44:55.748Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1822 | 2026-08-04T17:44:55.906Z | info: running `cargo check --bins` on api_identity (1/305) |
| 1823 | 2026-08-04T17:44:56.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1824 | 2026-08-04T17:44:56.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1825 | 2026-08-04T17:44:56.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1826 | 2026-08-04T17:44:56.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1827 | 2026-08-04T17:44:56.438Z | |
| 1828 | 2026-08-04T17:44:56.438Z | info: running `cargo check --bins` on bootstore (2/305) |
| 1829 | 2026-08-04T17:44:56.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1830 | 2026-08-04T17:44:56.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1831 | 2026-08-04T17:44:56.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1832 | 2026-08-04T17:44:56.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1833 | 2026-08-04T17:44:56.979Z | |
| 1834 | 2026-08-04T17:44:56.979Z | info: running `cargo check --bins` on omicron-ledger (3/305) |
| 1835 | 2026-08-04T17:44:57.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1836 | 2026-08-04T17:44:57.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1837 | 2026-08-04T17:44:57.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1838 | 2026-08-04T17:44:57.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1839 | 2026-08-04T17:44:57.508Z | |
| 1840 | 2026-08-04T17:44:57.508Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/305) |
| 1841 | 2026-08-04T17:44:57.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1842 | 2026-08-04T17:44:57.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1843 | 2026-08-04T17:44:57.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1844 | 2026-08-04T17:44:57.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1845 | 2026-08-04T17:44:58.039Z | |
| 1846 | 2026-08-04T17:44:58.039Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/305) |
| 1847 | 2026-08-04T17:44:58.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1848 | 2026-08-04T17:44:58.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1849 | 2026-08-04T17:44:58.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1850 | 2026-08-04T17:44:58.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1851 | 2026-08-04T17:44:58.579Z | |
| 1852 | 2026-08-04T17:44:58.579Z | info: running `cargo check --bins` on omicron-certificates (6/305) |
| 1853 | 2026-08-04T17:44:59.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2026-08-04T17:44:59.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2026-08-04T17:44:59.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2026-08-04T17:44:59.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1857 | 2026-08-04T17:44:59.120Z | |
| 1858 | 2026-08-04T17:44:59.120Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/305) |
| 1859 | 2026-08-04T17:44:59.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2026-08-04T17:44:59.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2026-08-04T17:44:59.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2026-08-04T17:44:59.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1863 | 2026-08-04T17:44:59.665Z | |
| 1864 | 2026-08-04T17:44:59.665Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/305) |
| 1865 | 2026-08-04T17:45:00.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2026-08-04T17:45:00.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2026-08-04T17:45:00.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2026-08-04T17:45:00.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1869 | 2026-08-04T17:45:00.213Z | |
| 1870 | 2026-08-04T17:45:00.213Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/305) |
| 1871 | 2026-08-04T17:45:00.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2026-08-04T17:45:00.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2026-08-04T17:45:00.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2026-08-04T17:45:00.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1875 | 2026-08-04T17:45:00.622Z | |
| 1876 | 2026-08-04T17:45:00.622Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/305) |
| 1877 | 2026-08-04T17:45:00.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2026-08-04T17:45:00.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2026-08-04T17:45:00.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2026-08-04T17:45:00.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1881 | 2026-08-04T17:45:01.035Z | |
| 1882 | 2026-08-04T17:45:01.036Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/305) |
| 1883 | 2026-08-04T17:45:01.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2026-08-04T17:45:01.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2026-08-04T17:45:01.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2026-08-04T17:45:01.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1887 | 2026-08-04T17:45:01.444Z | |
| 1888 | 2026-08-04T17:45:01.444Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/305) |
| 1889 | 2026-08-04T17:45:01.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2026-08-04T17:45:01.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2026-08-04T17:45:01.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2026-08-04T17:45:01.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1893 | 2026-08-04T17:45:01.855Z | |
| 1894 | 2026-08-04T17:45:01.855Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/305) |
| 1895 | 2026-08-04T17:45:02.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-08-04T17:45:02.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-08-04T17:45:02.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-08-04T17:45:02.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1899 | 2026-08-04T17:45:02.263Z | |
| 1900 | 2026-08-04T17:45:02.263Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/305) |
| 1901 | 2026-08-04T17:45:02.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-08-04T17:45:02.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-08-04T17:45:02.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-08-04T17:45:02.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1905 | 2026-08-04T17:45:02.673Z | |
| 1906 | 2026-08-04T17:45:02.673Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/305) |
| 1907 | 2026-08-04T17:45:03.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-08-04T17:45:03.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-08-04T17:45:03.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-08-04T17:45:03.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1911 | 2026-08-04T17:45:03.080Z | |
| 1912 | 2026-08-04T17:45:03.081Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/305) |
| 1913 | 2026-08-04T17:45:03.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-08-04T17:45:03.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-08-04T17:45:03.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-08-04T17:45:03.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1917 | 2026-08-04T17:45:03.489Z | |
| 1918 | 2026-08-04T17:45:03.489Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/305) |
| 1919 | 2026-08-04T17:45:03.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-08-04T17:45:03.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-08-04T17:45:03.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-08-04T17:45:03.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1923 | 2026-08-04T17:45:03.896Z | |
| 1924 | 2026-08-04T17:45:03.897Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/305) |
| 1925 | 2026-08-04T17:45:04.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-08-04T17:45:04.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-08-04T17:45:04.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-08-04T17:45:04.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1929 | 2026-08-04T17:45:04.306Z | |
| 1930 | 2026-08-04T17:45:04.306Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/305) |
| 1931 | 2026-08-04T17:45:04.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-08-04T17:45:04.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-08-04T17:45:04.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-08-04T17:45:04.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1935 | 2026-08-04T17:45:04.733Z | |
| 1936 | 2026-08-04T17:45:04.733Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/305) |
| 1937 | 2026-08-04T17:45:05.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-08-04T17:45:05.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-08-04T17:45:05.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-08-04T17:45:05.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1941 | 2026-08-04T17:45:05.137Z | |
| 1942 | 2026-08-04T17:45:05.138Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/305) |
| 1943 | 2026-08-04T17:45:05.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-08-04T17:45:05.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-08-04T17:45:05.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-08-04T17:45:05.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1947 | 2026-08-04T17:45:05.549Z | |
| 1948 | 2026-08-04T17:45:05.549Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/305) |
| 1949 | 2026-08-04T17:45:05.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-08-04T17:45:05.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-08-04T17:45:05.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-08-04T17:45:05.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1953 | 2026-08-04T17:45:05.965Z | |
| 1954 | 2026-08-04T17:45:05.966Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/305) |
| 1955 | 2026-08-04T17:45:06.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-08-04T17:45:06.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-08-04T17:45:06.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-08-04T17:45:06.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1959 | 2026-08-04T17:45:06.371Z | |
| 1960 | 2026-08-04T17:45:06.371Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/305) |
| 1961 | 2026-08-04T17:45:06.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-08-04T17:45:06.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-08-04T17:45:06.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-08-04T17:45:06.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1965 | 2026-08-04T17:45:06.780Z | |
| 1966 | 2026-08-04T17:45:06.780Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/305) |
| 1967 | 2026-08-04T17:45:07.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-08-04T17:45:07.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-08-04T17:45:07.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-08-04T17:45:07.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1971 | 2026-08-04T17:45:07.196Z | |
| 1972 | 2026-08-04T17:45:07.196Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/305) |
| 1973 | 2026-08-04T17:45:07.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-08-04T17:45:07.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-08-04T17:45:07.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-08-04T17:45:07.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1977 | 2026-08-04T17:45:07.611Z | |
| 1978 | 2026-08-04T17:45:07.611Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/305) |
| 1979 | 2026-08-04T17:45:07.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-08-04T17:45:07.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-08-04T17:45:07.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-08-04T17:45:07.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1983 | 2026-08-04T17:45:08.010Z | |
| 1984 | 2026-08-04T17:45:08.010Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/305) |
| 1985 | 2026-08-04T17:45:08.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-08-04T17:45:08.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-08-04T17:45:08.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-08-04T17:45:08.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1989 | 2026-08-04T17:45:08.424Z | |
| 1990 | 2026-08-04T17:45:08.424Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/305) |
| 1991 | 2026-08-04T17:45:08.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-08-04T17:45:08.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-08-04T17:45:08.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-08-04T17:45:08.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1995 | 2026-08-04T17:45:08.833Z | |
| 1996 | 2026-08-04T17:45:08.834Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/305) |
| 1997 | 2026-08-04T17:45:09.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-08-04T17:45:09.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-08-04T17:45:09.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-08-04T17:45:09.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2001 | 2026-08-04T17:45:09.286Z | |
| 2002 | 2026-08-04T17:45:09.286Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/305) |
| 2003 | 2026-08-04T17:45:09.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-08-04T17:45:09.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-08-04T17:45:09.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-08-04T17:45:09.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2007 | 2026-08-04T17:45:09.653Z | |
| 2008 | 2026-08-04T17:45:09.653Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/305) |
| 2009 | 2026-08-04T17:45:10.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-08-04T17:45:10.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-08-04T17:45:10.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-08-04T17:45:10.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2013 | 2026-08-04T17:45:10.061Z | |
| 2014 | 2026-08-04T17:45:10.062Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/305) |
| 2015 | 2026-08-04T17:45:10.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-08-04T17:45:10.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-08-04T17:45:10.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-08-04T17:45:10.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2019 | 2026-08-04T17:45:10.469Z | |
| 2020 | 2026-08-04T17:45:10.469Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/305) |
| 2021 | 2026-08-04T17:45:10.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-08-04T17:45:10.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-08-04T17:45:10.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-08-04T17:45:10.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2025 | 2026-08-04T17:45:10.879Z | |
| 2026 | 2026-08-04T17:45:10.879Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/305) |
| 2027 | 2026-08-04T17:45:11.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-08-04T17:45:11.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-08-04T17:45:11.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-08-04T17:45:11.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2031 | 2026-08-04T17:45:11.291Z | |
| 2032 | 2026-08-04T17:45:11.291Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/305) |
| 2033 | 2026-08-04T17:45:11.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-08-04T17:45:11.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-08-04T17:45:11.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-08-04T17:45:11.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2037 | 2026-08-04T17:45:11.711Z | |
| 2038 | 2026-08-04T17:45:11.711Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/305) |
| 2039 | 2026-08-04T17:45:12.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-08-04T17:45:12.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-08-04T17:45:12.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-08-04T17:45:12.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2043 | 2026-08-04T17:45:12.119Z | |
| 2044 | 2026-08-04T17:45:12.119Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/305) |
| 2045 | 2026-08-04T17:45:12.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-08-04T17:45:12.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-08-04T17:45:12.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-08-04T17:45:12.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2049 | 2026-08-04T17:45:12.532Z | |
| 2050 | 2026-08-04T17:45:12.533Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/305) |
| 2051 | 2026-08-04T17:45:12.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-08-04T17:45:12.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-08-04T17:45:12.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-08-04T17:45:12.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2055 | 2026-08-04T17:45:12.944Z | |
| 2056 | 2026-08-04T17:45:12.944Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/305) |
| 2057 | 2026-08-04T17:45:13.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-08-04T17:45:13.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-08-04T17:45:13.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-08-04T17:45:13.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2061 | 2026-08-04T17:45:13.356Z | |
| 2062 | 2026-08-04T17:45:13.356Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/305) |
| 2063 | 2026-08-04T17:45:13.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-08-04T17:45:13.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-08-04T17:45:13.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-08-04T17:45:13.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2067 | 2026-08-04T17:45:13.768Z | |
| 2068 | 2026-08-04T17:45:13.768Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/305) |
| 2069 | 2026-08-04T17:45:14.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-08-04T17:45:14.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-08-04T17:45:14.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-08-04T17:45:14.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2073 | 2026-08-04T17:45:14.176Z | |
| 2074 | 2026-08-04T17:45:14.176Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/305) |
| 2075 | 2026-08-04T17:45:14.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-08-04T17:45:14.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-08-04T17:45:14.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-08-04T17:45:14.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2079 | 2026-08-04T17:45:14.591Z | |
| 2080 | 2026-08-04T17:45:14.591Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/305) |
| 2081 | 2026-08-04T17:45:14.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-08-04T17:45:14.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-08-04T17:45:14.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-08-04T17:45:14.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2085 | 2026-08-04T17:45:15.004Z | |
| 2086 | 2026-08-04T17:45:15.005Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/305) |
| 2087 | 2026-08-04T17:45:15.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-08-04T17:45:15.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-08-04T17:45:15.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-08-04T17:45:15.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2091 | 2026-08-04T17:45:15.418Z | |
| 2092 | 2026-08-04T17:45:15.418Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/305) |
| 2093 | 2026-08-04T17:45:15.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-08-04T17:45:15.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-08-04T17:45:15.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-08-04T17:45:15.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2097 | 2026-08-04T17:45:15.831Z | |
| 2098 | 2026-08-04T17:45:15.831Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/305) |
| 2099 | 2026-08-04T17:45:16.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-08-04T17:45:16.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-08-04T17:45:16.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-08-04T17:45:16.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2103 | 2026-08-04T17:45:16.244Z | |
| 2104 | 2026-08-04T17:45:16.244Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/305) |
| 2105 | 2026-08-04T17:45:16.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-08-04T17:45:16.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-08-04T17:45:16.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-08-04T17:45:16.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2109 | 2026-08-04T17:45:16.658Z | |
| 2110 | 2026-08-04T17:45:16.658Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/305) |
| 2111 | 2026-08-04T17:45:17.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-08-04T17:45:17.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-08-04T17:45:17.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-08-04T17:45:17.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2115 | 2026-08-04T17:45:17.241Z | |
| 2116 | 2026-08-04T17:45:17.241Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/305) |
| 2117 | 2026-08-04T17:45:17.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-08-04T17:45:17.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-08-04T17:45:17.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-08-04T17:45:17.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2121 | 2026-08-04T17:45:17.823Z | |
| 2122 | 2026-08-04T17:45:17.823Z | info: running `cargo check --bins` on nexus-config (51/305) |
| 2123 | 2026-08-04T17:45:18.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-08-04T17:45:18.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-08-04T17:45:18.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-08-04T17:45:18.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2127 | 2026-08-04T17:45:18.406Z | |
| 2128 | 2026-08-04T17:45:18.406Z | info: running `cargo check --bins` on nexus-types (52/305) |
| 2129 | 2026-08-04T17:45:18.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-08-04T17:45:18.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-08-04T17:45:18.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-08-04T17:45:18.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2133 | 2026-08-04T17:45:18.986Z | |
| 2134 | 2026-08-04T17:45:18.986Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/305) |
| 2135 | 2026-08-04T17:45:19.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-08-04T17:45:19.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-08-04T17:45:19.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-08-04T17:45:19.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2139 | 2026-08-04T17:45:19.541Z | |
| 2140 | 2026-08-04T17:45:19.541Z | info: running `cargo check --bins` on omicron-passwords (54/305) |
| 2141 | 2026-08-04T17:45:19.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-08-04T17:45:19.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-08-04T17:45:19.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-08-04T17:45:19.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2145 | 2026-08-04T17:45:20.072Z | |
| 2146 | 2026-08-04T17:45:20.072Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/305) |
| 2147 | 2026-08-04T17:45:20.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-08-04T17:45:20.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-08-04T17:45:20.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-08-04T17:45:20.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2151 | 2026-08-04T17:45:20.628Z | |
| 2152 | 2026-08-04T17:45:20.628Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/305) |
| 2153 | 2026-08-04T17:45:21.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-08-04T17:45:21.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-08-04T17:45:21.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-08-04T17:45:21.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2157 | 2026-08-04T17:45:21.186Z | |
| 2158 | 2026-08-04T17:45:21.186Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/305) |
| 2159 | 2026-08-04T17:45:21.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-08-04T17:45:21.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-08-04T17:45:21.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-08-04T17:45:21.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2163 | 2026-08-04T17:45:21.744Z | |
| 2164 | 2026-08-04T17:45:21.744Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/305) |
| 2165 | 2026-08-04T17:45:22.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-08-04T17:45:22.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-08-04T17:45:22.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-08-04T17:45:22.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2169 | 2026-08-04T17:45:22.301Z | |
| 2170 | 2026-08-04T17:45:22.301Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/305) |
| 2171 | 2026-08-04T17:45:22.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-08-04T17:45:22.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-08-04T17:45:22.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-08-04T17:45:22.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2175 | 2026-08-04T17:45:22.837Z | |
| 2176 | 2026-08-04T17:45:22.837Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/305) |
| 2177 | 2026-08-04T17:45:23.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-08-04T17:45:23.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-08-04T17:45:23.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-08-04T17:45:23.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2181 | 2026-08-04T17:45:23.374Z | |
| 2182 | 2026-08-04T17:45:23.374Z | info: running `cargo check --bins --no-default-features` on gfss (61/305) |
| 2183 | 2026-08-04T17:45:23.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-08-04T17:45:23.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-08-04T17:45:23.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-08-04T17:45:23.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2187 | 2026-08-04T17:45:23.908Z | |
| 2188 | 2026-08-04T17:45:23.908Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/305) |
| 2189 | 2026-08-04T17:45:24.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-08-04T17:45:24.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-08-04T17:45:24.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-08-04T17:45:24.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2193 | 2026-08-04T17:45:24.436Z | |
| 2194 | 2026-08-04T17:45:24.436Z | info: running `cargo check --bins` on trust-quorum-types (63/305) |
| 2195 | 2026-08-04T17:45:24.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-08-04T17:45:24.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-08-04T17:45:24.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-08-04T17:45:24.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2199 | 2026-08-04T17:45:24.969Z | |
| 2200 | 2026-08-04T17:45:24.969Z | info: running `cargo check --bins` on clickhouse-admin-types (64/305) |
| 2201 | 2026-08-04T17:45:25.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-08-04T17:45:25.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-08-04T17:45:25.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-08-04T17:45:25.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2205 | 2026-08-04T17:45:25.520Z | |
| 2206 | 2026-08-04T17:45:25.520Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (65/305) |
| 2207 | 2026-08-04T17:45:25.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-08-04T17:45:25.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-08-04T17:45:25.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-08-04T17:45:25.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2211 | 2026-08-04T17:45:26.071Z | |
| 2212 | 2026-08-04T17:45:26.071Z | info: running `cargo check --bins` on cockroach-admin-types (66/305) |
| 2213 | 2026-08-04T17:45:26.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-08-04T17:45:26.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-08-04T17:45:26.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-08-04T17:45:26.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2217 | 2026-08-04T17:45:26.604Z | |
| 2218 | 2026-08-04T17:45:26.605Z | info: running `cargo check --bins` on cockroach-admin-types-versions (67/305) |
| 2219 | 2026-08-04T17:45:27.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-08-04T17:45:27.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-08-04T17:45:27.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-08-04T17:45:27.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2223 | 2026-08-04T17:45:27.137Z | |
| 2224 | 2026-08-04T17:45:27.137Z | info: running `cargo check --bins` on ereport-types (68/305) |
| 2225 | 2026-08-04T17:45:27.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-08-04T17:45:27.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-08-04T17:45:27.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2026-08-04T17:45:27.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2229 | 2026-08-04T17:45:27.675Z | |
| 2230 | 2026-08-04T17:45:27.675Z | info: running `cargo check --bins` on gateway-client (69/305) |
| 2231 | 2026-08-04T17:45:28.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2026-08-04T17:45:28.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2026-08-04T17:45:28.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2026-08-04T17:45:28.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2235 | 2026-08-04T17:45:28.217Z | |
| 2236 | 2026-08-04T17:45:28.217Z | info: running `cargo check --bins --no-default-features` on gateway-types (70/305) |
| 2237 | 2026-08-04T17:45:28.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2026-08-04T17:45:28.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2026-08-04T17:45:28.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2026-08-04T17:45:28.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2241 | 2026-08-04T17:45:28.758Z | |
| 2242 | 2026-08-04T17:45:28.758Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (71/305) |
| 2243 | 2026-08-04T17:45:29.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2026-08-04T17:45:29.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2026-08-04T17:45:29.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2246 | 2026-08-04T17:45:29.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2247 | 2026-08-04T17:45:29.293Z | |
| 2248 | 2026-08-04T17:45:29.293Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (72/305) |
| 2249 | 2026-08-04T17:45:29.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2250 | 2026-08-04T17:45:29.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2251 | 2026-08-04T17:45:29.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2252 | 2026-08-04T17:45:29.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2253 | 2026-08-04T17:45:29.838Z | |
| 2254 | 2026-08-04T17:45:29.838Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (73/305) |
| 2255 | 2026-08-04T17:45:30.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2256 | 2026-08-04T17:45:30.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2257 | 2026-08-04T17:45:30.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2258 | 2026-08-04T17:45:30.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2259 | 2026-08-04T17:45:30.377Z | |
| 2260 | 2026-08-04T17:45:30.377Z | info: running `cargo check --bins --no-default-features` on illumos-utils (74/305) |
| 2261 | 2026-08-04T17:45:30.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2262 | 2026-08-04T17:45:30.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2263 | 2026-08-04T17:45:30.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2264 | 2026-08-04T17:45:30.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2265 | 2026-08-04T17:45:30.943Z | |
| 2266 | 2026-08-04T17:45:30.943Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (75/305) |
| 2267 | 2026-08-04T17:45:31.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2268 | 2026-08-04T17:45:31.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2269 | 2026-08-04T17:45:31.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2270 | 2026-08-04T17:45:31.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2271 | 2026-08-04T17:45:31.508Z | |
| 2272 | 2026-08-04T17:45:31.508Z | info: running `cargo check --bins` on key-manager-types (76/305) |
| 2273 | 2026-08-04T17:45:31.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2274 | 2026-08-04T17:45:31.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2275 | 2026-08-04T17:45:31.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2276 | 2026-08-04T17:45:31.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2277 | 2026-08-04T17:45:32.042Z | |
| 2278 | 2026-08-04T17:45:32.042Z | info: running `cargo check --bins` on oxlog (77/305) |
| 2279 | 2026-08-04T17:45:32.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2280 | 2026-08-04T17:45:32.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2281 | 2026-08-04T17:45:32.621Z | Checking cfg-if v1.0.4 |
| 2282 | 2026-08-04T17:45:32.625Z | Checking libc v0.2.185 |
| 2283 | 2026-08-04T17:45:32.625Z | Checking serde_core v1.0.228 |
| 2284 | 2026-08-04T17:45:32.737Z | Checking memchr v2.8.0 |
| 2285 | 2026-08-04T17:45:32.741Z | Checking zeroize v1.9.0 |
| 2286 | 2026-08-04T17:45:32.753Z | Checking log v0.4.29 |
| 2287 | 2026-08-04T17:45:32.756Z | Checking smallvec v1.15.1 |
| 2288 | 2026-08-04T17:45:32.774Z | Checking itoa v1.0.17 |
| 2289 | 2026-08-04T17:45:32.779Z | Checking subtle v2.6.1 |
| 2290 | 2026-08-04T17:45:32.888Z | Checking stable_deref_trait v1.2.1 |
| 2291 | 2026-08-04T17:45:32.905Z | Checking scopeguard v1.2.0 |
| 2292 | 2026-08-04T17:45:32.918Z | Checking typenum v1.20.1 |
| 2293 | 2026-08-04T17:45:32.927Z | Checking zerofrom v0.1.6 |
| 2294 | 2026-08-04T17:45:32.941Z | Checking pin-project-lite v0.2.17 |
| 2295 | 2026-08-04T17:45:32.957Z | Checking zmij v1.0.21 |
| 2296 | 2026-08-04T17:45:32.997Z | Checking lock_api v0.4.14 |
| 2297 | 2026-08-04T17:45:33.025Z | Checking futures-core v0.3.32 |
| 2298 | 2026-08-04T17:45:33.037Z | Checking yoke v0.8.1 |
| 2299 | 2026-08-04T17:45:33.092Z | Checking zerocopy v0.8.40 |
| 2300 | 2026-08-04T17:45:33.109Z | Checking errno v0.3.14 |
| 2301 | 2026-08-04T17:45:33.143Z | Checking getrandom v0.2.17 |
| 2302 | 2026-08-04T17:45:33.158Z | Checking parking_lot_core v0.9.12 |
| 2303 | 2026-08-04T17:45:33.195Z | Checking mio v1.2.0 |
| 2304 | 2026-08-04T17:45:33.195Z | Checking zerovec v0.11.5 |
| 2305 | 2026-08-04T17:45:33.218Z | Checking signal-hook-registry v1.4.8 |
| 2306 | 2026-08-04T17:45:33.281Z | Checking rand_core v0.6.4 |
| 2307 | 2026-08-04T17:45:33.336Z | Checking parking_lot v0.12.5 |
| 2308 | 2026-08-04T17:45:33.370Z | Checking percent-encoding v2.3.2 |
| 2309 | 2026-08-04T17:45:33.451Z | Checking const-oid v0.9.6 |
| 2310 | 2026-08-04T17:45:33.466Z | Checking litemap v0.8.1 |
| 2311 | 2026-08-04T17:45:33.503Z | Checking writeable v0.6.2 |
| 2312 | 2026-08-04T17:45:33.518Z | Checking zerotrie v0.2.3 |
| 2313 | 2026-08-04T17:45:33.633Z | Checking tinystr v0.8.2 |
| 2314 | 2026-08-04T17:45:33.633Z | Checking potential_utf v0.1.4 |
| 2315 | 2026-08-04T17:45:33.656Z | Checking libm v0.2.16 |
| 2316 | 2026-08-04T17:45:33.669Z | Checking generic-array v0.14.7 |
| 2317 | 2026-08-04T17:45:33.756Z | Checking socket2 v0.6.3 |
| 2318 | 2026-08-04T17:45:33.768Z | Checking icu_collections v2.1.1 |
| 2319 | 2026-08-04T17:45:33.803Z | Checking icu_locale_core v2.1.1 |
| 2320 | 2026-08-04T17:45:33.990Z | Checking equivalent v1.0.2 |
| 2321 | 2026-08-04T17:45:34.059Z | Checking rand_core v0.10.0 |
| 2322 | 2026-08-04T17:45:34.074Z | Checking icu_properties_data v2.1.2 |
| 2323 | 2026-08-04T17:45:34.118Z | Checking icu_normalizer_data v2.1.1 |
| 2324 | 2026-08-04T17:45:34.122Z | Checking futures-sink v0.3.32 |
| 2325 | 2026-08-04T17:45:34.196Z | Checking getrandom v0.4.1 |
| 2326 | 2026-08-04T17:45:34.210Z | Checking portable-atomic v1.13.1 |
| 2327 | 2026-08-04T17:45:34.214Z | Checking serde v1.0.228 |
| 2328 | 2026-08-04T17:45:34.232Z | Checking bitflags v2.11.0 |
| 2329 | 2026-08-04T17:45:34.247Z | Checking serde_json v1.0.151 |
| 2330 | 2026-08-04T17:45:34.336Z | Checking num-traits v0.2.19 |
| 2331 | 2026-08-04T17:45:34.347Z | Checking futures-channel v0.3.32 |
| 2332 | 2026-08-04T17:45:34.350Z | Checking icu_provider v2.1.1 |
| 2333 | 2026-08-04T17:45:34.394Z | Checking futures-task v0.3.32 |
| 2334 | 2026-08-04T17:45:34.524Z | Checking critical-section v1.2.0 |
| 2335 | 2026-08-04T17:45:34.537Z | Checking futures-io v0.3.32 |
| 2336 | 2026-08-04T17:45:34.583Z | Checking icu_properties v2.1.2 |
| 2337 | 2026-08-04T17:45:34.601Z | Checking bytes v1.11.1 |
| 2338 | 2026-08-04T17:45:34.619Z | Checking icu_normalizer v2.1.1 |
| 2339 | 2026-08-04T17:45:34.625Z | Checking slab v0.4.12 |
| 2340 | 2026-08-04T17:45:34.645Z | Checking once_cell v1.21.3 |
| 2341 | 2026-08-04T17:45:34.781Z | Checking futures-util v0.3.32 |
| 2342 | 2026-08-04T17:45:34.816Z | Checking hashbrown v0.17.0 |
| 2343 | 2026-08-04T17:45:34.844Z | Checking utf8_iter v1.0.4 |
| 2344 | 2026-08-04T17:45:34.904Z | Checking block-buffer v0.10.4 |
| 2345 | 2026-08-04T17:45:34.966Z | Checking crypto-common v0.1.7 |
| 2346 | 2026-08-04T17:45:34.970Z | Checking form_urlencoded v1.2.2 |
| 2347 | 2026-08-04T17:45:35.039Z | Checking digest v0.10.7 |
| 2348 | 2026-08-04T17:45:35.053Z | Checking tokio v1.52.1 |
| 2349 | 2026-08-04T17:45:35.064Z | Checking getrandom v0.3.4 |
| 2350 | 2026-08-04T17:45:35.095Z | Checking byteorder v1.5.0 |
| 2351 | 2026-08-04T17:45:35.209Z | Checking iana-time-zone v0.1.65 |
| 2352 | 2026-08-04T17:45:35.231Z | Checking rand_core v0.9.5 |
| 2353 | 2026-08-04T17:45:35.293Z | Checking indexmap v2.14.0 |
| 2354 | 2026-08-04T17:45:35.306Z | Checking http v1.4.2 |
| 2355 | 2026-08-04T17:45:35.319Z | Checking chrono v0.4.45 |
| 2356 | 2026-08-04T17:45:35.403Z | Checking uuid v1.23.4 |
| 2357 | 2026-08-04T17:45:35.416Z | Checking idna_adapter v1.2.1 |
| 2358 | 2026-08-04T17:45:35.530Z | Checking idna v1.1.0 |
| 2359 | 2026-08-04T17:45:35.717Z | Checking base64 v0.22.1 |
| 2360 | 2026-08-04T17:45:35.766Z | Checking url v2.5.8 |
| 2361 | 2026-08-04T17:45:35.827Z | Checking base64ct v1.8.3 |
| 2362 | 2026-08-04T17:45:35.847Z | Checking ppv-lite86 v0.2.21 |
| 2363 | 2026-08-04T17:45:35.859Z | Checking regex-syntax v0.8.10 |
| 2364 | 2026-08-04T17:45:35.947Z | Checking tracing-core v0.1.36 |
| 2365 | 2026-08-04T17:45:36.050Z | Checking pem-rfc7468 v0.7.0 |
| 2366 | 2026-08-04T17:45:36.132Z | Checking flagset v0.4.7 |
| 2367 | 2026-08-04T17:45:36.159Z | Checking rand_chacha v0.9.0 |
| 2368 | 2026-08-04T17:45:36.197Z | Checking http-body v1.0.1 |
| 2369 | 2026-08-04T17:45:36.210Z | Checking rustls-pki-types v1.14.0 |
| 2370 | 2026-08-04T17:45:36.249Z | Checking der v0.7.10 |
| 2371 | 2026-08-04T17:45:36.252Z | Checking tracing v0.1.44 |
| 2372 | 2026-08-04T17:45:36.324Z | Checking cmov v0.5.4 |
| 2373 | 2026-08-04T17:45:36.354Z | Checking dyn-clone v1.0.20 |
| 2374 | 2026-08-04T17:45:36.453Z | Checking tinyvec_macros v0.1.1 |
| 2375 | 2026-08-04T17:45:36.466Z | Checking openssl-probe v0.2.1 |
| 2376 | 2026-08-04T17:45:36.489Z | Checking rand v0.9.2 |
| 2377 | 2026-08-04T17:45:36.507Z | Checking ctutils v0.4.2 |
| 2378 | 2026-08-04T17:45:36.519Z | Checking tinyvec v1.10.0 |
| 2379 | 2026-08-04T17:45:36.566Z | Checking semver v1.0.28 |
| 2380 | 2026-08-04T17:45:36.697Z | Checking aws-lc-sys v0.40.0 |
| 2381 | 2026-08-04T17:45:36.713Z | Checking tower-layer v0.3.3 |
| 2382 | 2026-08-04T17:45:36.767Z | Checking fnv v1.0.7 |
| 2383 | 2026-08-04T17:45:36.824Z | Checking tower-service v0.3.3 |
| 2384 | 2026-08-04T17:45:36.856Z | Checking atomic-waker v1.1.2 |
| 2385 | 2026-08-04T17:45:36.861Z | Checking try-lock v0.2.5 |
| 2386 | 2026-08-04T17:45:36.910Z | Checking untrusted v0.7.1 |
| 2387 | 2026-08-04T17:45:36.942Z | Checking schemars v0.8.22 |
| 2388 | 2026-08-04T17:45:36.956Z | Checking hybrid-array v0.4.13 |
| 2389 | 2026-08-04T17:45:36.965Z | Checking want v0.3.1 |
| 2390 | 2026-08-04T17:45:36.977Z | Checking spki v0.7.3 |
| 2391 | 2026-08-04T17:45:37.017Z | Checking ipnet v2.11.0 |
| 2392 | 2026-08-04T17:45:37.083Z | Checking httparse v1.10.1 |
| 2393 | 2026-08-04T17:45:37.134Z | Checking aho-corasick v1.1.4 |
| 2394 | 2026-08-04T17:45:37.148Z | Checking plain v0.2.3 |
| 2395 | 2026-08-04T17:45:37.187Z | Checking aws-lc-rs v1.16.3 |
| 2396 | 2026-08-04T17:45:37.245Z | Checking untrusted v0.9.0 |
| 2397 | 2026-08-04T17:45:37.267Z | Checking foreign-types-shared v0.1.1 |
| 2398 | 2026-08-04T17:45:37.283Z | Checking utf8parse v0.2.2 |
| 2399 | 2026-08-04T17:45:37.347Z | Checking httpdate v1.0.3 |
| 2400 | 2026-08-04T17:45:37.359Z | Checking cpufeatures v0.2.17 |
| 2401 | 2026-08-04T17:45:37.379Z | Checking foreign-types v0.3.2 |
| 2402 | 2026-08-04T17:45:37.423Z | Checking pkcs8 v0.10.2 |
| 2403 | 2026-08-04T17:45:37.445Z | Checking unicode-normalization v0.1.25 |
| 2404 | 2026-08-04T17:45:37.485Z | Checking openssl-sys v0.9.115 |
| 2405 | 2026-08-04T17:45:37.575Z | Checking spin v0.9.8 |
| 2406 | 2026-08-04T17:45:37.590Z | Checking anstyle v1.0.14 |
| 2407 | 2026-08-04T17:45:37.688Z | Checking unicode-ident v1.0.24 |
| 2408 | 2026-08-04T17:45:37.759Z | Checking ucd-trie v0.1.7 |
| 2409 | 2026-08-04T17:45:37.773Z | Compiling proptest v1.11.0 |
| 2410 | 2026-08-04T17:45:37.794Z | Checking proc-macro2 v1.0.106 |
| 2411 | 2026-08-04T17:45:37.809Z | Checking regex-automata v0.4.14 |
| 2412 | 2026-08-04T17:45:37.840Z | Checking sha2 v0.10.9 |
| 2413 | 2026-08-04T17:45:37.853Z | Checking openssl v0.10.79 |
| 2414 | 2026-08-04T17:45:37.884Z | Checking pest v2.8.6 |
| 2415 | 2026-08-04T17:45:38.003Z | Checking rustls-webpki v0.103.13 |
| 2416 | 2026-08-04T17:45:38.091Z | Checking hmac v0.12.1 |
| 2417 | 2026-08-04T17:45:38.114Z | Checking rustix v1.1.3 |
| 2418 | 2026-08-04T17:45:38.223Z | Checking thiserror v2.0.18 |
| 2419 | 2026-08-04T17:45:38.268Z | Checking tokio-util v0.7.18 |
| 2420 | 2026-08-04T17:45:38.324Z | Checking sync_wrapper v1.0.2 |
| 2421 | 2026-08-04T17:45:38.418Z | Checking rustls v0.23.41 |
| 2422 | 2026-08-04T17:45:38.432Z | Checking anstyle-query v1.1.5 |
| 2423 | 2026-08-04T17:45:38.525Z | Checking colorchoice v1.0.4 |
| 2424 | 2026-08-04T17:45:38.622Z | Checking powerfmt v0.2.0 |
| 2425 | 2026-08-04T17:45:38.771Z | Checking is_terminal_polyfill v1.70.2 |
| 2426 | 2026-08-04T17:45:38.863Z | Checking siphasher v1.0.2 |
| 2427 | 2026-08-04T17:45:38.881Z | Checking h2 v0.4.15 |
| 2428 | 2026-08-04T17:45:38.927Z | Checking pretty-hex v0.4.1 |
| 2429 | 2026-08-04T17:45:38.932Z | Checking simd-adler32 v0.3.8 |
| 2430 | 2026-08-04T17:45:39.012Z | Checking deranged v0.5.8 |
| 2431 | 2026-08-04T17:45:39.043Z | Checking tower v0.5.3 |
| 2432 | 2026-08-04T17:45:39.104Z | Checking quote v1.0.45 |
| 2433 | 2026-08-04T17:45:39.275Z | Checking http-body-util v0.1.3 |
| 2434 | 2026-08-04T17:45:39.422Z | Checking crossbeam-utils v0.8.21 |
| 2435 | 2026-08-04T17:45:39.493Z | Checking rand_xorshift v0.4.0 |
| 2436 | 2026-08-04T17:45:39.588Z | Checking crc32fast v1.5.0 |
| 2437 | 2026-08-04T17:45:39.608Z | Checking scroll v0.13.0 |
| 2438 | 2026-08-04T17:45:39.727Z | Checking ryu v1.0.23 |
| 2439 | 2026-08-04T17:45:39.754Z | Checking adler2 v2.0.1 |
| 2440 | 2026-08-04T17:45:39.828Z | Checking native-tls v0.2.18 |
| 2441 | 2026-08-04T17:45:39.841Z | Checking unicode-properties v0.1.4 |
| 2442 | 2026-08-04T17:45:39.859Z | Checking allocator-api2 v0.2.21 |
| 2443 | 2026-08-04T17:45:39.872Z | Checking time-core v0.1.8 |
| 2444 | 2026-08-04T17:45:39.922Z | Checking unicode-bidi v0.3.18 |
| 2445 | 2026-08-04T17:45:40.007Z | Checking num_threads v0.1.7 |
| 2446 | 2026-08-04T17:45:40.027Z | Compiling newtype-uuid v1.3.2 |
| 2447 | 2026-08-04T17:45:40.041Z | Checking iri-string v0.7.10 |
| 2448 | 2026-08-04T17:45:40.091Z | Checking unarray v0.1.4 |
| 2449 | 2026-08-04T17:45:40.166Z | Checking num-conv v0.2.0 |
| 2450 | 2026-08-04T17:45:40.238Z | Checking stringprep v0.1.5 |
| 2451 | 2026-08-04T17:45:40.281Z | Checking time v0.3.47 |
| 2452 | 2026-08-04T17:45:40.358Z | Compiling daft v0.1.7 |
| 2453 | 2026-08-04T17:45:40.394Z | Checking tokio-native-tls v0.3.1 |
| 2454 | 2026-08-04T17:45:40.557Z | Checking serde_urlencoded v0.7.1 |
| 2455 | 2026-08-04T17:45:40.644Z | Checking miniz_oxide v0.8.9 |
| 2456 | 2026-08-04T17:45:40.664Z | Checking goblin v0.10.5 |
| 2457 | 2026-08-04T17:45:40.761Z | Checking crossbeam-epoch v0.9.18 |
| 2458 | 2026-08-04T17:45:40.983Z | Checking bstr v1.12.1 |
| 2459 | 2026-08-04T17:45:41.002Z | Checking syn v2.0.117 |
| 2460 | 2026-08-04T17:45:41.080Z | Checking tower-http v0.6.8 |
| 2461 | 2026-08-04T17:45:41.348Z | Checking block-padding v0.4.2 |
| 2462 | 2026-08-04T17:45:41.382Z | Checking block-buffer v0.12.1 |
| 2463 | 2026-08-04T17:45:41.415Z | Checking crypto-common v0.2.2 |
| 2464 | 2026-08-04T17:45:41.484Z | Checking ipnetwork v0.21.1 |
| 2465 | 2026-08-04T17:45:41.544Z | Checking anstyle-parse v1.0.0 |
| 2466 | 2026-08-04T17:45:41.698Z | Checking rustls-native-certs v0.8.3 |
| 2467 | 2026-08-04T17:45:41.701Z | Checking thiserror v1.0.69 |
| 2468 | 2026-08-04T17:45:41.749Z | Checking hyper v1.10.1 |
| 2469 | 2026-08-04T17:45:41.806Z | Checking scroll v0.12.0 |
| 2470 | 2026-08-04T17:45:41.826Z | Checking rand_chacha v0.3.1 |
| 2471 | 2026-08-04T17:45:41.948Z | Checking hash32 v0.2.1 |
| 2472 | 2026-08-04T17:45:42.020Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2473 | 2026-08-04T17:45:42.032Z | Checking md-5 v0.10.6 |
| 2474 | 2026-08-04T17:45:42.035Z | Checking signature v2.2.0 |
| 2475 | 2026-08-04T17:45:42.102Z | Checking num-integer v0.1.46 |
| 2476 | 2026-08-04T17:45:42.126Z | Checking toml_datetime v0.6.11 |
| 2477 | 2026-08-04T17:45:42.164Z | Checking serde_spanned v0.6.9 |
| 2478 | 2026-08-04T17:45:42.176Z | Checking hex v0.4.3 |
| 2479 | 2026-08-04T17:45:42.290Z | Checking encoding_rs v0.8.35 |
| 2480 | 2026-08-04T17:45:42.306Z | Checking zlib-rs v0.6.2 |
| 2481 | 2026-08-04T17:45:42.322Z | Checking mime v0.3.17 |
| 2482 | 2026-08-04T17:45:42.397Z | Checking fallible-iterator v0.2.0 |
| 2483 | 2026-08-04T17:45:42.492Z | Checking psl-types v2.0.11 |
| 2484 | 2026-08-04T17:45:42.609Z | Checking publicsuffix v2.3.0 |
| 2485 | 2026-08-04T17:45:42.669Z | Checking postgres-protocol v0.6.10 |
| 2486 | 2026-08-04T17:45:42.686Z | Checking hyper-util v0.1.20 |
| 2487 | 2026-08-04T17:45:42.767Z | Checking num-iter v0.1.45 |
| 2488 | 2026-08-04T17:45:42.880Z | Checking zstd-safe v7.2.4 |
| 2489 | 2026-08-04T17:45:42.981Z | Checking heapless v0.7.17 |
| 2490 | 2026-08-04T17:45:42.998Z | Checking dof v0.4.0 |
| 2491 | 2026-08-04T17:45:43.047Z | Checking rand v0.8.6 |
| 2492 | 2026-08-04T17:45:43.173Z | Checking flate2 v1.1.9 |
| 2493 | 2026-08-04T17:45:43.218Z | Checking goblin v0.8.2 |
| 2494 | 2026-08-04T17:45:43.399Z | Checking oxnet v0.1.6 |
| 2495 | 2026-08-04T17:45:43.463Z | Checking anstream v1.0.0 |
| 2496 | 2026-08-04T17:45:43.475Z | Compiling iddqd v0.4.2 |
| 2497 | 2026-08-04T17:45:43.583Z | Checking inout v0.2.2 |
| 2498 | 2026-08-04T17:45:43.613Z | Checking cookie v0.18.1 |
| 2499 | 2026-08-04T17:45:43.656Z | Checking tokio-rustls v0.26.4 |
| 2500 | 2026-08-04T17:45:43.671Z | Checking phf_shared v0.13.1 |
| 2501 | 2026-08-04T17:45:43.726Z | Checking terminal_size v0.4.3 |
| 2502 | 2026-08-04T17:45:43.840Z | Checking dtrace-parser v0.3.0 |
| 2503 | 2026-08-04T17:45:43.852Z | Checking lazy_static v1.5.0 |
| 2504 | 2026-08-04T17:45:43.862Z | Checking anstyle-parse v0.2.7 |
| 2505 | 2026-08-04T17:45:43.879Z | Checking zerocopy v0.7.35 |
| 2506 | 2026-08-04T17:45:43.935Z | Checking pin-project v1.1.11 |
| 2507 | 2026-08-04T17:45:43.962Z | Checking hyper-tls v0.6.0 |
| 2508 | 2026-08-04T17:45:44.008Z | Checking futures-executor v0.3.32 |
| 2509 | 2026-08-04T17:45:44.028Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2510 | 2026-08-04T17:45:44.074Z | Checking signal-hook v0.3.18 |
| 2511 | 2026-08-04T17:45:44.111Z | Checking ff v0.13.1 |
| 2512 | 2026-08-04T17:45:44.130Z | Checking thread-id v5.1.0 |
| 2513 | 2026-08-04T17:45:44.153Z | Compiling rayon-core v1.13.0 |
| 2514 | 2026-08-04T17:45:44.210Z | Checking foldhash v0.1.5 |
| 2515 | 2026-08-04T17:45:44.236Z | Checking winnow v0.5.40 |
| 2516 | 2026-08-04T17:45:44.258Z | Checking base16ct v0.2.0 |
| 2517 | 2026-08-04T17:45:44.325Z | Checking fastrand v2.3.0 |
| 2518 | 2026-08-04T17:45:44.340Z | Checking same-file v1.0.6 |
| 2519 | 2026-08-04T17:45:44.368Z | Checking managed v0.8.0 |
| 2520 | 2026-08-04T17:45:44.380Z | Checking bitflags v1.3.2 |
| 2521 | 2026-08-04T17:45:44.450Z | Checking either v1.15.0 |
| 2522 | 2026-08-04T17:45:44.462Z | Checking strsim v0.11.1 |
| 2523 | 2026-08-04T17:45:44.504Z | Checking foldhash v0.2.0 |
| 2524 | 2026-08-04T17:45:44.553Z | Checking clap_lex v1.0.0 |
| 2525 | 2026-08-04T17:45:44.623Z | Checking libbz2-rs-sys v0.2.2 |
| 2526 | 2026-08-04T17:45:44.633Z | Checking bumpalo v3.20.2 |
| 2527 | 2026-08-04T17:45:44.660Z | Checking hashbrown v0.16.1 |
| 2528 | 2026-08-04T17:45:44.711Z | Checking clap_builder v4.6.0 |
| 2529 | 2026-08-04T17:45:44.729Z | Checking smoltcp v0.9.1 |
| 2530 | 2026-08-04T17:45:44.832Z | Checking zopfli v0.8.3 |
| 2531 | 2026-08-04T17:45:45.028Z | Checking bzip2 v0.6.1 |
| 2532 | 2026-08-04T17:45:45.152Z | Checking dof v0.3.0 |
| 2533 | 2026-08-04T17:45:45.177Z | Checking tempfile v3.25.0 |
| 2534 | 2026-08-04T17:45:45.190Z | Checking walkdir v2.5.0 |
| 2535 | 2026-08-04T17:45:45.194Z | Checking sec1 v0.7.3 |
| 2536 | 2026-08-04T17:45:45.342Z | Checking hashbrown v0.15.5 |
| 2537 | 2026-08-04T17:45:45.371Z | Checking signal-hook-mio v0.2.5 |
| 2538 | 2026-08-04T17:45:45.384Z | Checking group v0.13.0 |
| 2539 | 2026-08-04T17:45:45.413Z | Checking usdt-impl v0.6.0 |
| 2540 | 2026-08-04T17:45:45.437Z | Checking futures v0.3.32 |
| 2541 | 2026-08-04T17:45:45.458Z | Checking toml_edit v0.19.15 |
| 2542 | 2026-08-04T17:45:45.472Z | Checking reqwest v0.12.28 |
| 2543 | 2026-08-04T17:45:45.511Z | Checking bzip2 v0.4.4 |
| 2544 | 2026-08-04T17:45:45.526Z | Checking snafu v0.8.9 |
| 2545 | 2026-08-04T17:45:45.679Z | Checking anstream v0.6.21 |
| 2546 | 2026-08-04T17:45:45.698Z | Checking hyper-rustls v0.27.7 |
| 2547 | 2026-08-04T17:45:45.757Z | Checking num-bigint-dig v0.8.6 |
| 2548 | 2026-08-04T17:45:45.813Z | Checking phf v0.13.1 |
| 2549 | 2026-08-04T17:45:45.875Z | Checking cookie_store v0.22.1 |
| 2550 | 2026-08-04T17:45:45.909Z | Checking cipher v0.5.2 |
| 2551 | 2026-08-04T17:45:45.988Z | Checking zstd v0.13.3 |
| 2552 | 2026-08-04T17:45:46.139Z | Checking postgres-types v0.2.12 |
| 2553 | 2026-08-04T17:45:46.171Z | Checking ed25519 v2.2.3 |
| 2554 | 2026-08-04T17:45:46.193Z | Checking rustls-platform-verifier v0.6.2 |
| 2555 | 2026-08-04T17:45:46.206Z | Checking dtrace-parser v0.2.0 |
| 2556 | 2026-08-04T17:45:46.220Z | Checking globset v0.4.18 |
| 2557 | 2026-08-04T17:45:46.330Z | Checking crossbeam-deque v0.8.6 |
| 2558 | 2026-08-04T17:45:46.349Z | Checking regex v1.12.3 |
| 2559 | 2026-08-04T17:45:46.436Z | Checking phf_shared v0.11.3 |
| 2560 | 2026-08-04T17:45:46.451Z | Checking hkdf v0.12.4 |
| 2561 | 2026-08-04T17:45:46.469Z | Checking olpc-cjson v0.1.4 |
| 2562 | 2026-08-04T17:45:46.481Z | Checking curve25519-dalek v4.1.3 |
| 2563 | 2026-08-04T17:45:46.504Z | Checking ref-cast v1.0.25 |
| 2564 | 2026-08-04T17:45:46.567Z | Checking strum v0.27.2 |
| 2565 | 2026-08-04T17:45:46.581Z | Checking pkcs1 v0.7.5 |
| 2566 | 2026-08-04T17:45:46.581Z | Checking hubpack v0.1.2 |
| 2567 | 2026-08-04T17:45:46.604Z | Checking memoffset v0.9.1 |
| 2568 | 2026-08-04T17:45:46.607Z | Checking rustix v0.38.44 |
| 2569 | 2026-08-04T17:45:46.629Z | Checking pem v3.0.6 |
| 2570 | 2026-08-04T17:45:46.673Z | Checking float-cmp v0.10.0 |
| 2571 | 2026-08-04T17:45:46.685Z | Checking serde_plain v1.0.2 |
| 2572 | 2026-08-04T17:45:46.754Z | Checking erased-serde v0.3.31 |
| 2573 | 2026-08-04T17:45:46.776Z | Checking serde-big-array v0.5.1 |
| 2574 | 2026-08-04T17:45:46.780Z | Checking crypto-bigint v0.5.5 |
| 2575 | 2026-08-04T17:45:46.800Z | Checking thread-id v4.2.2 |
| 2576 | 2026-08-04T17:45:46.823Z | Checking memmap2 v0.9.10 |
| 2577 | 2026-08-04T17:45:46.874Z | Checking env_filter v1.0.0 |
| 2578 | 2026-08-04T17:45:46.916Z | Checking winnow v1.0.3 |
| 2579 | 2026-08-04T17:45:46.980Z | Checking unicode-segmentation v1.12.0 |
| 2580 | 2026-08-04T17:45:47.015Z | Checking data-encoding v2.10.0 |
| 2581 | 2026-08-04T17:45:47.134Z | Checking typed-path v0.9.3 |
| 2582 | 2026-08-04T17:45:47.201Z | Checking fixedbitset v0.5.7 |
| 2583 | 2026-08-04T17:45:47.261Z | Checking jiff v0.2.21 |
| 2584 | 2026-08-04T17:45:47.282Z | Checking toml_write v0.1.2 |
| 2585 | 2026-08-04T17:45:47.285Z | Checking keccak v0.1.6 |
| 2586 | 2026-08-04T17:45:47.393Z | Checking new_debug_unreachable v1.0.6 |
| 2587 | 2026-08-04T17:45:47.412Z | Checking difflib v0.4.0 |
| 2588 | 2026-08-04T17:45:47.443Z | Checking static_assertions v1.1.0 |
| 2589 | 2026-08-04T17:45:47.457Z | Checking normalize-line-endings v0.3.0 |
| 2590 | 2026-08-04T17:45:47.461Z | Checking whoami v2.1.0 |
| 2591 | 2026-08-04T17:45:47.510Z | Checking winnow v0.7.14 |
| 2592 | 2026-08-04T17:45:47.543Z | Checking cpufeatures v0.3.0 |
| 2593 | 2026-08-04T17:45:47.590Z | Checking const-oid v0.10.2 |
| 2594 | 2026-08-04T17:45:47.614Z | Checking fixedbitset v0.4.2 |
| 2595 | 2026-08-04T17:45:47.654Z | Checking precomputed-hash v0.1.1 |
| 2596 | 2026-08-04T17:45:47.679Z | Checking predicates-core v1.0.10 |
| 2597 | 2026-08-04T17:45:47.735Z | Checking string_cache v0.8.9 |
| 2598 | 2026-08-04T17:45:47.747Z | Checking digest v0.11.3 |
| 2599 | 2026-08-04T17:45:47.761Z | Checking petgraph v0.6.5 |
| 2600 | 2026-08-04T17:45:47.801Z | Checking predicates v3.1.4 |
| 2601 | 2026-08-04T17:45:47.900Z | Checking elliptic-curve v0.13.8 |
| 2602 | 2026-08-04T17:45:47.920Z | Checking tokio-postgres v0.7.16 |
| 2603 | 2026-08-04T17:45:47.923Z | Checking tough v0.22.0 |
| 2604 | 2026-08-04T17:45:48.098Z | Checking chacha20 v0.10.0 |
| 2605 | 2026-08-04T17:45:48.204Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2606 | 2026-08-04T17:45:48.218Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2607 | 2026-08-04T17:45:48.348Z | Checking sha3 v0.10.8 |
| 2608 | 2026-08-04T17:45:48.416Z | Checking crossterm v0.28.1 |
| 2609 | 2026-08-04T17:45:48.551Z | Checking petgraph v0.8.3 |
| 2610 | 2026-08-04T17:45:48.714Z | Checking toml_edit v0.22.27 |
| 2611 | 2026-08-04T17:45:48.990Z | Checking similar v2.7.0 |
| 2612 | 2026-08-04T17:45:49.109Z | Checking hickory-proto v0.25.2 |
| 2613 | 2026-08-04T17:45:49.182Z | Checking ed25519-dalek v2.2.0 |
| 2614 | 2026-08-04T17:45:49.370Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2615 | 2026-08-04T17:45:49.409Z | Checking slog v2.8.2 |
| 2616 | 2026-08-04T17:45:49.470Z | Checking zip v4.6.1 |
| 2617 | 2026-08-04T17:45:49.668Z | Checking env_logger v0.11.9 |
| 2618 | 2026-08-04T17:45:49.690Z | Checking usdt v0.6.0 |
| 2619 | 2026-08-04T17:45:49.798Z | Checking usdt-impl v0.5.0 |
| 2620 | 2026-08-04T17:45:49.855Z | Checking rsa v0.9.10 |
| 2621 | 2026-08-04T17:45:49.855Z | Checking nix v0.31.2 |
| 2622 | 2026-08-04T17:45:50.085Z | Checking toml v0.7.8 |
| 2623 | 2026-08-04T17:45:50.205Z | Checking reqwest v0.13.2 |
| 2624 | 2026-08-04T17:45:50.338Z | Checking clap v4.6.1 |
| 2625 | 2026-08-04T17:45:50.380Z | Checking zip v0.6.6 |
| 2626 | 2026-08-04T17:45:50.393Z | Checking itertools v0.13.0 |
| 2627 | 2026-08-04T17:45:50.415Z | Checking byte-wrapper v0.1.0 |
| 2628 | 2026-08-04T17:45:50.477Z | Checking serde_with v3.21.0 |
| 2629 | 2026-08-04T17:45:50.625Z | Checking strum v0.26.3 |
| 2630 | 2026-08-04T17:45:50.697Z | Checking fs-err v3.3.0 |
| 2631 | 2026-08-04T17:45:50.739Z | Checking ahash v0.8.12 |
| 2632 | 2026-08-04T17:45:50.866Z | Checking object v0.37.3 |
| 2633 | 2026-08-04T17:45:50.937Z | Checking tokio-stream v0.1.18 |
| 2634 | 2026-08-04T17:45:50.985Z | Checking buf-list v1.1.2 |
| 2635 | 2026-08-04T17:45:50.997Z | Checking camino v1.2.2 |
| 2636 | 2026-08-04T17:45:51.067Z | Checking anyhow v1.0.102 |
| 2637 | 2026-08-04T17:45:51.167Z | Checking x509-cert v0.2.5 |
| 2638 | 2026-08-04T17:45:51.244Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2639 | 2026-08-04T17:45:51.266Z | Checking openapiv3 v2.2.0 |
| 2640 | 2026-08-04T17:45:51.303Z | Checking lalrpop-util v0.19.12 |
| 2641 | 2026-08-04T17:45:51.409Z | Checking peg-runtime v0.8.5 |
| 2642 | 2026-08-04T17:45:51.461Z | Checking rayon v1.11.0 |
| 2643 | 2026-08-04T17:45:51.502Z | Checking sigpipe v0.1.3 |
| 2644 | 2026-08-04T17:45:51.552Z | Checking glob v0.3.3 |
| 2645 | 2026-08-04T17:45:53.079Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2646 | 2026-08-04T17:45:53.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.30s |
| 2647 | 2026-08-04T17:45:53.506Z | |
| 2648 | 2026-08-04T17:45:53.506Z | info: running `cargo check --bins` on internal-dns-types (78/305) |
| 2649 | 2026-08-04T17:45:53.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2026-08-04T17:45:53.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2026-08-04T17:45:53.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2026-08-04T17:45:53.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2653 | 2026-08-04T17:45:54.060Z | |
| 2654 | 2026-08-04T17:45:54.060Z | info: running `cargo check --bins` on internal-dns-types-versions (79/305) |
| 2655 | 2026-08-04T17:45:54.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2026-08-04T17:45:54.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2026-08-04T17:45:54.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2026-08-04T17:45:54.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2659 | 2026-08-04T17:45:54.610Z | |
| 2660 | 2026-08-04T17:45:54.610Z | info: running `cargo check --bins` on nexus-types-versions (80/305) |
| 2661 | 2026-08-04T17:45:55.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2026-08-04T17:45:55.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2026-08-04T17:45:55.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2026-08-04T17:45:55.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2665 | 2026-08-04T17:45:55.181Z | |
| 2666 | 2026-08-04T17:45:55.181Z | info: running `cargo check --bins` on oxql-types (81/305) |
| 2667 | 2026-08-04T17:45:55.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2026-08-04T17:45:55.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2026-08-04T17:45:55.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2026-08-04T17:45:55.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2671 | 2026-08-04T17:45:55.739Z | |
| 2672 | 2026-08-04T17:45:55.739Z | info: running `cargo check --bins` on oximeter-types (82/305) |
| 2673 | 2026-08-04T17:45:56.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2026-08-04T17:45:56.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2026-08-04T17:45:56.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2676 | 2026-08-04T17:45:56.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2677 | 2026-08-04T17:45:56.288Z | |
| 2678 | 2026-08-04T17:45:56.288Z | info: running `cargo check --bins` on oximeter-types-versions (83/305) |
| 2679 | 2026-08-04T17:45:56.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2026-08-04T17:45:56.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2026-08-04T17:45:56.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2682 | 2026-08-04T17:45:56.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2683 | 2026-08-04T17:45:56.843Z | |
| 2684 | 2026-08-04T17:45:56.843Z | info: running `cargo check --bins` on oximeter-macro-impl (84/305) |
| 2685 | 2026-08-04T17:45:57.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2686 | 2026-08-04T17:45:57.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2687 | 2026-08-04T17:45:57.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2688 | 2026-08-04T17:45:57.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2689 | 2026-08-04T17:45:57.380Z | |
| 2690 | 2026-08-04T17:45:57.382Z | info: running `cargo check --bins --no-default-features` on oximeter-db (85/305) |
| 2691 | 2026-08-04T17:45:57.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2692 | 2026-08-04T17:45:57.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2693 | 2026-08-04T17:45:58.032Z | Compiling structmeta-derive v0.3.0 |
| 2694 | 2026-08-04T17:45:58.148Z | Compiling multer v3.1.0 |
| 2695 | 2026-08-04T17:45:58.159Z | Compiling async-stream-impl v0.3.6 |
| 2696 | 2026-08-04T17:45:58.162Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2697 | 2026-08-04T17:45:58.164Z | Checking wait-timeout v0.2.1 |
| 2698 | 2026-08-04T17:45:58.184Z | Checking quick-error v1.2.3 |
| 2699 | 2026-08-04T17:45:58.188Z | Checking bit-vec v0.8.0 |
| 2700 | 2026-08-04T17:45:58.212Z | Compiling dropshot v0.17.1 |
| 2701 | 2026-08-04T17:45:58.278Z | Compiling dropshot_endpoint v0.17.1 |
| 2702 | 2026-08-04T17:45:58.293Z | Checking rusty-fork v0.3.1 |
| 2703 | 2026-08-04T17:45:58.359Z | Compiling newtype-uuid-macros v0.1.0 |
| 2704 | 2026-08-04T17:45:58.378Z | Checking bit-set v0.8.0 |
| 2705 | 2026-08-04T17:45:58.511Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2706 | 2026-08-04T17:45:58.522Z | Checking thread_local v1.1.9 |
| 2707 | 2026-08-04T17:45:58.528Z | Checking proptest v1.11.0 |
| 2708 | 2026-08-04T17:45:58.542Z | Checking compression-core v0.4.31 |
| 2709 | 2026-08-04T17:45:58.665Z | Checking match_cfg v0.1.0 |
| 2710 | 2026-08-04T17:45:58.678Z | Checking compression-codecs v0.4.37 |
| 2711 | 2026-08-04T17:45:58.737Z | Checking crossbeam-channel v0.5.15 |
| 2712 | 2026-08-04T17:45:58.748Z | Checking hostname v0.3.1 |
| 2713 | 2026-08-04T17:45:58.846Z | Checking atomicwrites v0.4.4 |
| 2714 | 2026-08-04T17:45:58.856Z | Checking slog-json v2.6.1 |
| 2715 | 2026-08-04T17:45:58.889Z | Checking is-terminal v0.4.17 |
| 2716 | 2026-08-04T17:45:58.961Z | Checking serde_spanned v1.1.1 |
| 2717 | 2026-08-04T17:45:58.979Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2718 | 2026-08-04T17:45:59.015Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2719 | 2026-08-04T17:45:59.064Z | Checking debug-ignore v1.0.5 |
| 2720 | 2026-08-04T17:45:59.095Z | Checking take_mut v0.2.2 |
| 2721 | 2026-08-04T17:45:59.108Z | Checking term v1.2.1 |
| 2722 | 2026-08-04T17:45:59.160Z | Checking slog-bunyan v2.5.0 |
| 2723 | 2026-08-04T17:45:59.176Z | Compiling structmeta v0.3.0 |
| 2724 | 2026-08-04T17:45:59.184Z | Checking async-compression v0.4.41 |
| 2725 | 2026-08-04T17:45:59.184Z | Checking toml v1.1.2+spec-1.1.0 |
| 2726 | 2026-08-04T17:45:59.201Z | Checking slog-async v2.8.0 |
| 2727 | 2026-08-04T17:45:59.278Z | Checking async-stream v0.3.6 |
| 2728 | 2026-08-04T17:45:59.323Z | Checking slog-term v2.9.2 |
| 2729 | 2026-08-04T17:45:59.381Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2730 | 2026-08-04T17:45:59.395Z | Compiling derive-ex v0.1.8 |
| 2731 | 2026-08-04T17:45:59.405Z | Compiling parse-display-derive v0.10.0 |
| 2732 | 2026-08-04T17:45:59.426Z | Checking progenitor-client v0.14.0 |
| 2733 | 2026-08-04T17:45:59.485Z | Checking sha1 v0.11.0 |
| 2734 | 2026-08-04T17:45:59.582Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2735 | 2026-08-04T17:45:59.670Z | Checking waitgroup v0.1.2 |
| 2736 | 2026-08-04T17:45:59.717Z | Checking rustls-pemfile v2.2.0 |
| 2737 | 2026-08-04T17:45:59.764Z | Checking backon v1.6.0 |
| 2738 | 2026-08-04T17:45:59.769Z | Checking serde_path_to_error v0.1.20 |
| 2739 | 2026-08-04T17:45:59.856Z | Checking hostname v0.4.2 |
| 2740 | 2026-08-04T17:45:59.870Z | Checking instant v0.1.13 |
| 2741 | 2026-08-04T17:45:59.951Z | Checking backoff v0.4.0 |
| 2742 | 2026-08-04T17:46:00.019Z | Checking progenitor-extras v0.2.0 |
| 2743 | 2026-08-04T17:46:00.146Z | Checking itertools v0.14.0 |
| 2744 | 2026-08-04T17:46:00.161Z | Checking regress v0.10.5 |
| 2745 | 2026-08-04T17:46:00.340Z | Checking newtype-uuid v1.3.2 |
| 2746 | 2026-08-04T17:46:00.377Z | Checking macaddr v1.0.1 |
| 2747 | 2026-08-04T17:46:00.550Z | Checking daft v0.1.7 |
| 2748 | 2026-08-04T17:46:00.596Z | Checking humantime v2.3.0 |
| 2749 | 2026-08-04T17:46:00.794Z | Checking iddqd v0.4.2 |
| 2750 | 2026-08-04T17:46:00.846Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2751 | 2026-08-04T17:46:01.076Z | Compiling test-strategy v0.4.5 |
| 2752 | 2026-08-04T17:46:01.089Z | Checking parse-display v0.10.0 |
| 2753 | 2026-08-04T17:46:01.709Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2754 | 2026-08-04T17:46:01.787Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2755 | 2026-08-04T17:46:02.015Z | Compiling prettyplease v0.2.37 |
| 2756 | 2026-08-04T17:46:02.250Z | Checking num-rational v0.4.2 |
| 2757 | 2026-08-04T17:46:02.473Z | Checking num-complex v0.4.6 |
| 2758 | 2026-08-04T17:46:02.518Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2759 | 2026-08-04T17:46:02.903Z | Compiling num v0.4.3 |
| 2760 | 2026-08-04T17:46:02.918Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2761 | 2026-08-04T17:46:03.048Z | Compiling usdt-macro v0.5.0 |
| 2762 | 2026-08-04T17:46:03.066Z | Compiling usdt-attr-macro v0.5.0 |
| 2763 | 2026-08-04T17:46:03.142Z | Checking memmap v0.7.0 |
| 2764 | 2026-08-04T17:46:03.275Z | Checking float-ord v0.3.2 |
| 2765 | 2026-08-04T17:46:03.377Z | Checking unicode-width v0.2.0 |
| 2766 | 2026-08-04T17:46:03.450Z | Compiling convert_case v0.4.0 |
| 2767 | 2026-08-04T17:46:03.622Z | Checking console v0.15.11 |
| 2768 | 2026-08-04T17:46:03.785Z | Checking newline-converter v0.3.0 |
| 2769 | 2026-08-04T17:46:03.815Z | Compiling derive_more v0.99.20 |
| 2770 | 2026-08-04T17:46:03.846Z | Checking usdt v0.5.0 |
| 2771 | 2026-08-04T17:46:03.893Z | Compiling toml v0.8.23 |
| 2772 | 2026-08-04T17:46:03.896Z | Checking linked-hash-map v0.5.6 |
| 2773 | 2026-08-04T17:46:04.014Z | Compiling minimal-lexical v0.2.1 |
| 2774 | 2026-08-04T17:46:04.071Z | Checking lru-cache v0.1.2 |
| 2775 | 2026-08-04T17:46:04.190Z | Checking expectorate v1.2.0 |
| 2776 | 2026-08-04T17:46:04.265Z | Compiling nom v7.1.3 |
| 2777 | 2026-08-04T17:46:04.625Z | Checking camino-tempfile v1.4.1 |
| 2778 | 2026-08-04T17:46:04.805Z | Checking hickory-proto v0.24.4 |
| 2779 | 2026-08-04T17:46:04.817Z | Checking phf_shared v0.12.1 |
| 2780 | 2026-08-04T17:46:04.828Z | Compiling slog-dtrace v0.3.0 |
| 2781 | 2026-08-04T17:46:04.952Z | Checking resolv-conf v0.7.6 |
| 2782 | 2026-08-04T17:46:05.178Z | Compiling chrono-tz v0.10.4 |
| 2783 | 2026-08-04T17:46:05.352Z | Checking heck v0.5.0 |
| 2784 | 2026-08-04T17:46:05.377Z | Compiling unicode-xid v0.2.6 |
| 2785 | 2026-08-04T17:46:05.511Z | Compiling const_format_proc_macros v0.2.34 |
| 2786 | 2026-08-04T17:46:05.550Z | Checking phf v0.12.1 |
| 2787 | 2026-08-04T17:46:05.660Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2788 | 2026-08-04T17:46:05.695Z | Checking tokio-dtrace v0.1.1 |
| 2789 | 2026-08-04T17:46:05.892Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2790 | 2026-08-04T17:46:06.023Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2791 | 2026-08-04T17:46:06.140Z | Compiling derive-where v1.6.0 |
| 2792 | 2026-08-04T17:46:06.430Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2793 | 2026-08-04T17:46:06.435Z | Checking highway v1.3.0 |
| 2794 | 2026-08-04T17:46:06.646Z | Checking hickory-resolver v0.24.4 |
| 2795 | 2026-08-04T17:46:06.678Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2796 | 2026-08-04T17:46:07.163Z | Checking const_format v0.2.35 |
| 2797 | 2026-08-04T17:46:07.398Z | Checking oxide-tokio-rt v0.1.4 |
| 2798 | 2026-08-04T17:46:07.448Z | Checking qorb v0.4.1 |
| 2799 | 2026-08-04T17:46:07.544Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2800 | 2026-08-04T17:46:07.591Z | Checking gethostname v0.5.0 |
| 2801 | 2026-08-04T17:46:07.625Z | Checking bcs v0.1.6 |
| 2802 | 2026-08-04T17:46:07.679Z | Checking termtree v0.5.1 |
| 2803 | 2026-08-04T17:46:07.787Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2804 | 2026-08-04T17:46:07.787Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2805 | 2026-08-04T17:46:07.943Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2806 | 2026-08-04T17:46:10.941Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2807 | 2026-08-04T17:46:13.431Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2808 | 2026-08-04T17:46:15.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.17s |
| 2809 | 2026-08-04T17:46:15.732Z | |
| 2810 | 2026-08-04T17:46:15.732Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (86/305) |
| 2811 | 2026-08-04T17:46:16.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2026-08-04T17:46:16.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2026-08-04T17:46:16.417Z | Compiling ar_archive_writer v0.5.1 |
| 2814 | 2026-08-04T17:46:16.498Z | Compiling stacker v0.1.23 |
| 2815 | 2026-08-04T17:46:16.503Z | Compiling cfg_aliases v0.1.1 |
| 2816 | 2026-08-04T17:46:16.509Z | Compiling convert_case v0.10.0 |
| 2817 | 2026-08-04T17:46:16.512Z | Checking unicode-width v0.1.14 |
| 2818 | 2026-08-04T17:46:16.533Z | Compiling proc-macro-error v1.0.4 |
| 2819 | 2026-08-04T17:46:16.569Z | Checking fd-lock v4.0.4 |
| 2820 | 2026-08-04T17:46:16.569Z | Checking nibble_vec v0.1.0 |
| 2821 | 2026-08-04T17:46:16.583Z | Compiling nix v0.28.0 |
| 2822 | 2026-08-04T17:46:16.656Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2823 | 2026-08-04T17:46:16.661Z | Checking vte v0.14.1 |
| 2824 | 2026-08-04T17:46:16.757Z | Checking bytecount v0.6.9 |
| 2825 | 2026-08-04T17:46:16.773Z | Checking endian-type v0.1.2 |
| 2826 | 2026-08-04T17:46:16.787Z | Compiling derive_more-impl v2.1.1 |
| 2827 | 2026-08-04T17:46:16.804Z | Checking strip-ansi-escapes v0.2.1 |
| 2828 | 2026-08-04T17:46:16.822Z | Compiling tabled_derive v0.7.0 |
| 2829 | 2026-08-04T17:46:16.845Z | Checking papergrid v0.11.0 |
| 2830 | 2026-08-04T17:46:17.519Z | Checking radix_trie v0.2.1 |
| 2831 | 2026-08-04T17:46:17.553Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2832 | 2026-08-04T17:46:17.553Z | Compiling peg-macros v0.8.5 |
| 2833 | 2026-08-04T17:46:17.553Z | Compiling sqlparser_derive v0.5.0 |
| 2834 | 2026-08-04T17:46:17.553Z | Compiling psm v0.1.30 |
| 2835 | 2026-08-04T17:46:17.553Z | Checking winnow v0.6.26 |
| 2836 | 2026-08-04T17:46:17.553Z | Checking home v0.5.12 |
| 2837 | 2026-08-04T17:46:17.576Z | Checking unicode_categories v0.1.1 |
| 2838 | 2026-08-04T17:46:17.589Z | Checking derive_more v2.1.1 |
| 2839 | 2026-08-04T17:46:17.689Z | Checking nu-ansi-term v0.50.3 |
| 2840 | 2026-08-04T17:46:17.696Z | Checking crossterm v0.29.0 |
| 2841 | 2026-08-04T17:46:17.764Z | Checking tabled v0.15.0 |
| 2842 | 2026-08-04T17:46:17.861Z | Checking rustyline v14.0.0 |
| 2843 | 2026-08-04T17:46:17.893Z | Checking reedline v0.40.0 |
| 2844 | 2026-08-04T17:46:17.904Z | Checking display-error-chain v0.2.2 |
| 2845 | 2026-08-04T17:46:18.117Z | Checking recursive v0.1.1 |
| 2846 | 2026-08-04T17:46:18.202Z | Checking sqlparser v0.61.0 |
| 2847 | 2026-08-04T17:46:18.315Z | Checking peg v0.8.5 |
| 2848 | 2026-08-04T17:46:18.482Z | Checking sqlformat v0.3.5 |
| 2849 | 2026-08-04T17:46:29.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s |
| 2850 | 2026-08-04T17:46:29.533Z | |
| 2851 | 2026-08-04T17:46:29.533Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (87/305) |
| 2852 | 2026-08-04T17:46:30.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-08-04T17:46:30.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-08-04T17:46:30.182Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-08-04T17:46:33.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 2856 | 2026-08-04T17:46:33.826Z | |
| 2857 | 2026-08-04T17:46:33.827Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (88/305) |
| 2858 | 2026-08-04T17:46:34.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-08-04T17:46:34.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-08-04T17:46:34.484Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-08-04T17:46:36.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 2862 | 2026-08-04T17:46:37.117Z | |
| 2863 | 2026-08-04T17:46:37.118Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (89/305) |
| 2864 | 2026-08-04T17:46:37.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-08-04T17:46:37.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-08-04T17:46:37.817Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2867 | 2026-08-04T17:46:41.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
| 2868 | 2026-08-04T17:46:42.137Z | |
| 2869 | 2026-08-04T17:46:42.137Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (90/305) |
| 2870 | 2026-08-04T17:46:42.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-08-04T17:46:42.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-08-04T17:46:42.137Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2873 | 2026-08-04T17:46:45.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2874 | 2026-08-04T17:46:45.251Z | |
| 2875 | 2026-08-04T17:46:45.251Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (91/305) |
| 2876 | 2026-08-04T17:46:45.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-08-04T17:46:45.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-08-04T17:46:45.899Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2879 | 2026-08-04T17:46:48.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 2880 | 2026-08-04T17:46:48.667Z | |
| 2881 | 2026-08-04T17:46:48.667Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (92/305) |
| 2882 | 2026-08-04T17:46:49.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-08-04T17:46:49.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-08-04T17:46:49.305Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2885 | 2026-08-04T17:46:51.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2886 | 2026-08-04T17:46:52.108Z | |
| 2887 | 2026-08-04T17:46:52.108Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (93/305) |
| 2888 | 2026-08-04T17:46:52.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-08-04T17:46:52.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-08-04T17:46:52.902Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2891 | 2026-08-04T17:46:56.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 2892 | 2026-08-04T17:46:56.353Z | |
| 2893 | 2026-08-04T17:46:56.353Z | info: running `cargo check --bins` on oximeter (94/305) |
| 2894 | 2026-08-04T17:46:56.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-08-04T17:46:56.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-08-04T17:46:56.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-08-04T17:46:56.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2898 | 2026-08-04T17:46:56.906Z | |
| 2899 | 2026-08-04T17:46:56.906Z | info: running `cargo check --bins` on oximeter-schema (95/305) |
| 2900 | 2026-08-04T17:46:57.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-08-04T17:46:57.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-08-04T17:46:57.519Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2903 | 2026-08-04T17:46:57.677Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2904 | 2026-08-04T17:46:57.687Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2905 | 2026-08-04T17:46:58.016Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2906 | 2026-08-04T17:47:01.529Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2907 | 2026-08-04T17:47:01.670Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2908 | 2026-08-04T17:47:01.875Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2909 | 2026-08-04T17:47:02.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
| 2910 | 2026-08-04T17:47:02.695Z | |
| 2911 | 2026-08-04T17:47:02.695Z | info: running `cargo check --bins` on oximeter-timeseries-macro (96/305) |
| 2912 | 2026-08-04T17:47:03.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-08-04T17:47:03.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-08-04T17:47:03.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-08-04T17:47:03.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2916 | 2026-08-04T17:47:03.248Z | |
| 2917 | 2026-08-04T17:47:03.249Z | info: running `cargo check --bins` on oximeter-test-utils (97/305) |
| 2918 | 2026-08-04T17:47:03.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-08-04T17:47:03.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-08-04T17:47:03.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-08-04T17:47:03.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2922 | 2026-08-04T17:47:03.861Z | |
| 2923 | 2026-08-04T17:47:03.861Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (98/305) |
| 2924 | 2026-08-04T17:47:04.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-08-04T17:47:04.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-08-04T17:47:04.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-08-04T17:47:04.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2928 | 2026-08-04T17:47:04.501Z | |
| 2929 | 2026-08-04T17:47:04.502Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (99/305) |
| 2930 | 2026-08-04T17:47:04.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-08-04T17:47:04.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-08-04T17:47:04.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-08-04T17:47:04.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2934 | 2026-08-04T17:47:04.958Z | |
| 2935 | 2026-08-04T17:47:04.958Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (100/305) |
| 2936 | 2026-08-04T17:47:05.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-08-04T17:47:05.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-08-04T17:47:05.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2939 | 2026-08-04T17:47:05.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2940 | 2026-08-04T17:47:05.704Z | |
| 2941 | 2026-08-04T17:47:05.704Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (101/305) |
| 2942 | 2026-08-04T17:47:05.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2026-08-04T17:47:05.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2026-08-04T17:47:05.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2945 | 2026-08-04T17:47:05.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2946 | 2026-08-04T17:47:06.062Z | |
| 2947 | 2026-08-04T17:47:06.062Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/305) |
| 2948 | 2026-08-04T17:47:06.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2949 | 2026-08-04T17:47:06.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2950 | 2026-08-04T17:47:06.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2951 | 2026-08-04T17:47:06.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2952 | 2026-08-04T17:47:06.614Z | |
| 2953 | 2026-08-04T17:47:06.614Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/305) |
| 2954 | 2026-08-04T17:47:08.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2955 | 2026-08-04T17:47:08.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2956 | 2026-08-04T17:47:08.372Z | Compiling crucible-workspace-hack v0.1.0 |
| 2957 | 2026-08-04T17:47:08.372Z | Compiling itertools v0.15.0 |
| 2958 | 2026-08-04T17:47:08.372Z | Checking secrecy v0.10.3 |
| 2959 | 2026-08-04T17:47:08.372Z | Compiling heapless v0.8.0 |
| 2960 | 2026-08-04T17:47:08.372Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2961 | 2026-08-04T17:47:08.372Z | Checking hash32 v0.3.1 |
| 2962 | 2026-08-04T17:47:08.372Z | Checking inout v0.1.4 |
| 2963 | 2026-08-04T17:47:08.372Z | Compiling smoltcp v0.11.0 |
| 2964 | 2026-08-04T17:47:08.372Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2965 | 2026-08-04T17:47:08.372Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2966 | 2026-08-04T17:47:08.372Z | Checking cipher v0.4.4 |
| 2967 | 2026-08-04T17:47:08.372Z | Checking cobs v0.3.0 |
| 2968 | 2026-08-04T17:47:08.372Z | Checking universal-hash v0.5.1 |
| 2969 | 2026-08-04T17:47:08.372Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2970 | 2026-08-04T17:47:08.372Z | Checking half v2.7.1 |
| 2971 | 2026-08-04T17:47:08.372Z | Checking opaque-debug v0.3.1 |
| 2972 | 2026-08-04T17:47:08.372Z | Checking ciborium-io v0.2.2 |
| 2973 | 2026-08-04T17:47:08.372Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2974 | 2026-08-04T17:47:08.372Z | Checking poly1305 v0.8.0 |
| 2975 | 2026-08-04T17:47:08.372Z | Checking postcard v1.1.3 |
| 2976 | 2026-08-04T17:47:08.372Z | Checking ciborium-ll v0.2.2 |
| 2977 | 2026-08-04T17:47:08.372Z | Checking chacha20 v0.9.1 |
| 2978 | 2026-08-04T17:47:08.372Z | Compiling proc-macro-crate v3.4.0 |
| 2979 | 2026-08-04T17:47:08.372Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2980 | 2026-08-04T17:47:08.372Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2981 | 2026-08-04T17:47:08.372Z | Checking password-hash v0.5.0 |
| 2982 | 2026-08-04T17:47:08.478Z | Checking blake2 v0.10.6 |
| 2983 | 2026-08-04T17:47:08.500Z | Compiling proc-macro-crate v1.3.1 |
| 2984 | 2026-08-04T17:47:08.597Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2985 | 2026-08-04T17:47:08.648Z | Checking aead v0.5.2 |
| 2986 | 2026-08-04T17:47:08.667Z | Compiling num_enum_derive v0.7.6 |
| 2987 | 2026-08-04T17:47:08.679Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2988 | 2026-08-04T17:47:08.750Z | Compiling ingot-macros v0.2.0 |
| 2989 | 2026-08-04T17:47:08.769Z | Compiling foreign-types-macros v0.2.3 |
| 2990 | 2026-08-04T17:47:08.819Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2991 | 2026-08-04T17:47:08.874Z | Checking foreign-types-shared v0.3.1 |
| 2992 | 2026-08-04T17:47:08.906Z | Compiling num_enum_derive v0.5.11 |
| 2993 | 2026-08-04T17:47:08.918Z | Checking thiserror-no-std v2.0.2 |
| 2994 | 2026-08-04T17:47:08.977Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2995 | 2026-08-04T17:47:08.983Z | Checking vsss-rs v3.3.4 |
| 2996 | 2026-08-04T17:47:09.057Z | Checking chacha20poly1305 v0.10.1 |
| 2997 | 2026-08-04T17:47:09.174Z | Checking argon2 v0.5.3 |
| 2998 | 2026-08-04T17:47:09.315Z | Checking foreign-types v0.5.0 |
| 2999 | 2026-08-04T17:47:09.391Z | Checking ciborium v0.2.2 |
| 3000 | 2026-08-04T17:47:09.645Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3001 | 2026-08-04T17:47:09.661Z | Checking tabwriter v1.4.1 |
| 3002 | 2026-08-04T17:47:09.774Z | Checking num_enum v0.7.6 |
| 3003 | 2026-08-04T17:47:09.779Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3004 | 2026-08-04T17:47:09.801Z | Checking cstr-argument v0.1.2 |
| 3005 | 2026-08-04T17:47:09.804Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3006 | 2026-08-04T17:47:09.828Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3007 | 2026-08-04T17:47:09.899Z | Checking num_enum v0.5.11 |
| 3008 | 2026-08-04T17:47:09.919Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3009 | 2026-08-04T17:47:10.040Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3010 | 2026-08-04T17:47:10.065Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3011 | 2026-08-04T17:47:10.097Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3012 | 2026-08-04T17:47:10.130Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3013 | 2026-08-04T17:47:10.215Z | Checking rand v0.10.1 |
| 3014 | 2026-08-04T17:47:10.228Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3015 | 2026-08-04T17:47:10.266Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3016 | 2026-08-04T17:47:10.300Z | Checking indent_write v2.2.0 |
| 3017 | 2026-08-04T17:47:10.332Z | Checking colored v3.1.1 |
| 3018 | 2026-08-04T17:47:10.436Z | Compiling zone_cfg_derive v0.3.1 |
| 3019 | 2026-08-04T17:47:10.460Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3020 | 2026-08-04T17:47:10.561Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3021 | 2026-08-04T17:47:10.569Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3022 | 2026-08-04T17:47:10.570Z | Checking itertools v0.12.1 |
| 3023 | 2026-08-04T17:47:10.667Z | Compiling num-derive v0.4.2 |
| 3024 | 2026-08-04T17:47:10.718Z | Checking swrite v0.1.0 |
| 3025 | 2026-08-04T17:47:10.731Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3026 | 2026-08-04T17:47:10.815Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3027 | 2026-08-04T17:47:10.930Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3028 | 2026-08-04T17:47:11.083Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3029 | 2026-08-04T17:47:11.098Z | Checking dropshot-api-manager-types v0.7.2 |
| 3030 | 2026-08-04T17:47:11.117Z | Checking smf v0.2.3 |
| 3031 | 2026-08-04T17:47:11.191Z | Checking nanorand v0.7.0 |
| 3032 | 2026-08-04T17:47:11.241Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3033 | 2026-08-04T17:47:11.259Z | Checking whoami v1.6.1 |
| 3034 | 2026-08-04T17:47:11.344Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3035 | 2026-08-04T17:47:11.395Z | Checking flume v0.11.1 |
| 3036 | 2026-08-04T17:47:11.617Z | Checking ingot-types v0.2.0 |
| 3037 | 2026-08-04T17:47:11.624Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3038 | 2026-08-04T17:47:11.624Z | Checking zone v0.3.1 |
| 3039 | 2026-08-04T17:47:11.870Z | Checking ingot v0.2.1 |
| 3040 | 2026-08-04T17:47:13.273Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3041 | 2026-08-04T17:47:14.252Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3042 | 2026-08-04T17:47:15.615Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3043 | 2026-08-04T17:47:17.593Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3044 | 2026-08-04T17:47:19.648Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3045 | 2026-08-04T17:47:20.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.15s |
| 3046 | 2026-08-04T17:47:20.948Z | |
| 3047 | 2026-08-04T17:47:20.949Z | info: running `cargo check --bins` on clickhouse-admin-api (104/305) |
| 3048 | 2026-08-04T17:47:21.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-08-04T17:47:21.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-08-04T17:47:21.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-08-04T17:47:21.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3052 | 2026-08-04T17:47:21.499Z | |
| 3053 | 2026-08-04T17:47:21.499Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/305) |
| 3054 | 2026-08-04T17:47:21.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-08-04T17:47:21.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-08-04T17:47:21.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-08-04T17:47:21.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3058 | 2026-08-04T17:47:22.054Z | |
| 3059 | 2026-08-04T17:47:22.054Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/305) |
| 3060 | 2026-08-04T17:47:22.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-08-04T17:47:22.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-08-04T17:47:22.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-08-04T17:47:22.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3064 | 2026-08-04T17:47:22.621Z | |
| 3065 | 2026-08-04T17:47:22.621Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/305) |
| 3066 | 2026-08-04T17:47:23.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-08-04T17:47:23.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-08-04T17:47:23.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-08-04T17:47:23.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3070 | 2026-08-04T17:47:23.171Z | |
| 3071 | 2026-08-04T17:47:23.172Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/305) |
| 3072 | 2026-08-04T17:47:23.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-08-04T17:47:23.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-08-04T17:47:23.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-08-04T17:47:23.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3076 | 2026-08-04T17:47:23.725Z | |
| 3077 | 2026-08-04T17:47:23.725Z | info: running `cargo check --bins` on clickhouse-admin-single-client (109/305) |
| 3078 | 2026-08-04T17:47:24.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-08-04T17:47:24.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-08-04T17:47:24.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-08-04T17:47:24.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3082 | 2026-08-04T17:47:24.278Z | |
| 3083 | 2026-08-04T17:47:24.278Z | info: running `cargo check --bins` on cockroach-admin-client (110/305) |
| 3084 | 2026-08-04T17:47:24.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-08-04T17:47:24.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-08-04T17:47:24.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-08-04T17:47:24.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3088 | 2026-08-04T17:47:24.813Z | |
| 3089 | 2026-08-04T17:47:24.814Z | info: running `cargo check --bins` on omicron-ddm-admin-client (111/305) |
| 3090 | 2026-08-04T17:47:25.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-08-04T17:47:25.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-08-04T17:47:25.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2026-08-04T17:47:25.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3094 | 2026-08-04T17:47:25.369Z | |
| 3095 | 2026-08-04T17:47:25.369Z | info: running `cargo check --bins` on dns-service-client (112/305) |
| 3096 | 2026-08-04T17:47:25.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2026-08-04T17:47:25.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2026-08-04T17:47:25.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2026-08-04T17:47:25.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3100 | 2026-08-04T17:47:25.926Z | |
| 3101 | 2026-08-04T17:47:25.926Z | info: running `cargo check --bins` on installinator-client (113/305) |
| 3102 | 2026-08-04T17:47:26.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2026-08-04T17:47:26.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2026-08-04T17:47:26.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2026-08-04T17:47:26.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3106 | 2026-08-04T17:47:26.468Z | |
| 3107 | 2026-08-04T17:47:26.468Z | info: running `cargo check --bins` on nexus-client (114/305) |
| 3108 | 2026-08-04T17:47:26.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2026-08-04T17:47:26.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2026-08-04T17:47:26.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2026-08-04T17:47:26.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3112 | 2026-08-04T17:47:27.055Z | |
| 3113 | 2026-08-04T17:47:27.055Z | info: running `cargo check --bins` on nexus-lockstep-client (115/305) |
| 3114 | 2026-08-04T17:47:27.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2026-08-04T17:47:27.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2026-08-04T17:47:27.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2026-08-04T17:47:27.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3118 | 2026-08-04T17:47:27.636Z | |
| 3119 | 2026-08-04T17:47:27.636Z | info: running `cargo check --bins` on ntp-admin-client (116/305) |
| 3120 | 2026-08-04T17:47:28.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2026-08-04T17:47:28.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2026-08-04T17:47:28.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2026-08-04T17:47:28.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3124 | 2026-08-04T17:47:28.172Z | |
| 3125 | 2026-08-04T17:47:28.172Z | info: running `cargo check --bins` on oxide-client (117/305) |
| 3126 | 2026-08-04T17:47:28.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2026-08-04T17:47:28.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2026-08-04T17:47:28.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2026-08-04T17:47:28.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3130 | 2026-08-04T17:47:28.710Z | |
| 3131 | 2026-08-04T17:47:28.711Z | info: running `cargo check --bins` on oximeter-client (118/305) |
| 3132 | 2026-08-04T17:47:29.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2026-08-04T17:47:29.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2026-08-04T17:47:29.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2026-08-04T17:47:29.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3136 | 2026-08-04T17:47:29.259Z | |
| 3137 | 2026-08-04T17:47:29.260Z | info: running `cargo check --bins` on repo-depot-client (119/305) |
| 3138 | 2026-08-04T17:47:29.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2026-08-04T17:47:29.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2026-08-04T17:47:29.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2026-08-04T17:47:29.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3142 | 2026-08-04T17:47:29.794Z | |
| 3143 | 2026-08-04T17:47:29.794Z | info: running `cargo check --bins` on sled-agent-client (120/305) |
| 3144 | 2026-08-04T17:47:30.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-08-04T17:47:30.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-08-04T17:47:30.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-08-04T17:47:30.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3148 | 2026-08-04T17:47:30.352Z | |
| 3149 | 2026-08-04T17:47:30.352Z | info: running `cargo check --bins` on wicketd-client (121/305) |
| 3150 | 2026-08-04T17:47:30.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-08-04T17:47:30.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-08-04T17:47:30.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-08-04T17:47:30.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3154 | 2026-08-04T17:47:30.925Z | |
| 3155 | 2026-08-04T17:47:30.925Z | info: running `cargo check --bins` on installinator-common (122/305) |
| 3156 | 2026-08-04T17:47:31.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-08-04T17:47:31.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-08-04T17:47:31.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-08-04T17:47:31.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3160 | 2026-08-04T17:47:31.490Z | |
| 3161 | 2026-08-04T17:47:31.490Z | info: running `cargo check --bins` on installinator-common-versions (123/305) |
| 3162 | 2026-08-04T17:47:31.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-08-04T17:47:31.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-08-04T17:47:31.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-08-04T17:47:31.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3166 | 2026-08-04T17:47:32.026Z | |
| 3167 | 2026-08-04T17:47:32.026Z | info: running `cargo check --bins` on wicket-common (124/305) |
| 3168 | 2026-08-04T17:47:32.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-08-04T17:47:32.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-08-04T17:47:32.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2026-08-04T17:47:32.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3172 | 2026-08-04T17:47:32.590Z | |
| 3173 | 2026-08-04T17:47:32.591Z | info: running `cargo check --bins` on wicketd-commission-types (125/305) |
| 3174 | 2026-08-04T17:47:33.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-08-04T17:47:33.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-08-04T17:47:33.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3177 | 2026-08-04T17:47:33.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3178 | 2026-08-04T17:47:33.142Z | |
| 3179 | 2026-08-04T17:47:33.142Z | info: running `cargo check --bins` on wicketd-commission-types-versions (126/305) |
| 3180 | 2026-08-04T17:47:33.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3181 | 2026-08-04T17:47:33.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3182 | 2026-08-04T17:47:33.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3183 | 2026-08-04T17:47:33.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3184 | 2026-08-04T17:47:33.698Z | |
| 3185 | 2026-08-04T17:47:33.699Z | info: running `cargo check --bins` on wicketd-commission-client (127/305) |
| 3186 | 2026-08-04T17:47:34.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2026-08-04T17:47:34.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2026-08-04T17:47:34.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3189 | 2026-08-04T17:47:34.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3190 | 2026-08-04T17:47:34.253Z | |
| 3191 | 2026-08-04T17:47:34.253Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/305) |
| 3192 | 2026-08-04T17:47:34.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2026-08-04T17:47:34.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2026-08-04T17:47:34.908Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3195 | 2026-08-04T17:47:35.023Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3196 | 2026-08-04T17:47:35.030Z | Checking csv-core v0.1.13 |
| 3197 | 2026-08-04T17:47:35.037Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3198 | 2026-08-04T17:47:35.044Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3199 | 2026-08-04T17:47:35.047Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3200 | 2026-08-04T17:47:35.064Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3201 | 2026-08-04T17:47:35.075Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3202 | 2026-08-04T17:47:35.184Z | Checking csv v1.4.0 |
| 3203 | 2026-08-04T17:47:35.227Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3204 | 2026-08-04T17:47:35.239Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3205 | 2026-08-04T17:47:35.263Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3206 | 2026-08-04T17:47:35.280Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3207 | 2026-08-04T17:47:35.520Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3208 | 2026-08-04T17:47:35.913Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3209 | 2026-08-04T17:47:35.917Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3210 | 2026-08-04T17:47:36.267Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3211 | 2026-08-04T17:47:42.329Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3212 | 2026-08-04T17:47:42.866Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3213 | 2026-08-04T17:47:45.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.99s |
| 3214 | 2026-08-04T17:47:45.427Z | |
| 3215 | 2026-08-04T17:47:45.427Z | info: running `cargo check --bins` on cockroach-admin-api (129/305) |
| 3216 | 2026-08-04T17:47:45.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-08-04T17:47:45.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-08-04T17:47:45.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2026-08-04T17:47:45.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3220 | 2026-08-04T17:47:45.976Z | |
| 3221 | 2026-08-04T17:47:45.976Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/305) |
| 3222 | 2026-08-04T17:47:46.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-08-04T17:47:46.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-08-04T17:47:46.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3225 | 2026-08-04T17:47:46.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3226 | 2026-08-04T17:47:46.610Z | |
| 3227 | 2026-08-04T17:47:46.610Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/305) |
| 3228 | 2026-08-04T17:47:47.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3229 | 2026-08-04T17:47:47.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3230 | 2026-08-04T17:47:47.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3231 | 2026-08-04T17:47:47.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3232 | 2026-08-04T17:47:47.239Z | |
| 3233 | 2026-08-04T17:47:47.239Z | info: running `cargo check --bins` on gateway-test-utils (132/305) |
| 3234 | 2026-08-04T17:47:47.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3235 | 2026-08-04T17:47:47.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3236 | 2026-08-04T17:47:47.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3237 | 2026-08-04T17:47:47.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3238 | 2026-08-04T17:47:47.839Z | |
| 3239 | 2026-08-04T17:47:47.840Z | info: running `cargo check --bins` on omicron-gateway (133/305) |
| 3240 | 2026-08-04T17:47:48.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3241 | 2026-08-04T17:47:48.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3242 | 2026-08-04T17:47:48.573Z | Compiling regress v0.11.1 |
| 3243 | 2026-08-04T17:47:48.703Z | Compiling unsafe-libyaml v0.2.11 |
| 3244 | 2026-08-04T17:47:48.713Z | Compiling radium v0.7.0 |
| 3245 | 2026-08-04T17:47:48.722Z | Compiling semver v0.1.20 |
| 3246 | 2026-08-04T17:47:48.736Z | Checking nom v8.0.0 |
| 3247 | 2026-08-04T17:47:48.739Z | Checking tap v1.0.1 |
| 3248 | 2026-08-04T17:47:48.760Z | Compiling maybe-uninit v2.0.0 |
| 3249 | 2026-08-04T17:47:48.846Z | Checking wyz v0.5.1 |
| 3250 | 2026-08-04T17:47:48.973Z | Compiling rustc_version v0.1.7 |
| 3251 | 2026-08-04T17:47:49.030Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3252 | 2026-08-04T17:47:49.063Z | Compiling zerocopy-derive v0.6.6 |
| 3253 | 2026-08-04T17:47:49.164Z | Compiling packed_struct v0.10.1 |
| 3254 | 2026-08-04T17:47:49.182Z | Compiling newtype_derive v0.1.6 |
| 3255 | 2026-08-04T17:47:49.366Z | Compiling serde_yaml v0.9.34+deprecated |
| 3256 | 2026-08-04T17:47:49.408Z | Checking crc-catalog v2.4.0 |
| 3257 | 2026-08-04T17:47:49.422Z | Compiling cancel-safe-futures v0.1.5 |
| 3258 | 2026-08-04T17:47:49.499Z | Checking funty v2.0.0 |
| 3259 | 2026-08-04T17:47:49.640Z | Checking crc v3.4.0 |
| 3260 | 2026-08-04T17:47:49.817Z | Checking bitvec v1.0.1 |
| 3261 | 2026-08-04T17:47:49.882Z | Checking zerocopy v0.6.6 |
| 3262 | 2026-08-04T17:47:49.969Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3263 | 2026-08-04T17:47:50.142Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3264 | 2026-08-04T17:47:50.163Z | Checking typify-impl v0.6.2 |
| 3265 | 2026-08-04T17:47:50.177Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3266 | 2026-08-04T17:47:50.544Z | Compiling packed_struct_codegen v0.10.1 |
| 3267 | 2026-08-04T17:47:50.662Z | Compiling bitfield-macros v0.19.4 |
| 3268 | 2026-08-04T17:47:50.717Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3269 | 2026-08-04T17:47:50.792Z | Compiling indexmap v1.9.3 |
| 3270 | 2026-08-04T17:47:50.985Z | Checking nodrop v0.1.14 |
| 3271 | 2026-08-04T17:47:51.080Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3272 | 2026-08-04T17:47:51.136Z | Compiling owo-colors v4.3.0 |
| 3273 | 2026-08-04T17:47:51.152Z | Checking array-init v0.0.4 |
| 3274 | 2026-08-04T17:47:51.330Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3275 | 2026-08-04T17:47:51.373Z | Checking bitfield v0.19.4 |
| 3276 | 2026-08-04T17:47:51.449Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3277 | 2026-08-04T17:47:51.500Z | Checking smallvec v0.6.14 |
| 3278 | 2026-08-04T17:47:51.638Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3279 | 2026-08-04T17:47:51.722Z | Checking oxide-update-engine-types v0.1.2 |
| 3280 | 2026-08-04T17:47:51.737Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3281 | 2026-08-04T17:47:51.848Z | Checking unicode-linebreak v0.1.5 |
| 3282 | 2026-08-04T17:47:51.920Z | Checking tagptr v0.2.0 |
| 3283 | 2026-08-04T17:47:52.048Z | Checking smawk v0.3.2 |
| 3284 | 2026-08-04T17:47:52.062Z | Checking hashbrown v0.12.3 |
| 3285 | 2026-08-04T17:47:52.066Z | Checking linear-map v1.2.0 |
| 3286 | 2026-08-04T17:47:52.178Z | Checking base64 v0.21.7 |
| 3287 | 2026-08-04T17:47:52.197Z | Checking textwrap v0.16.2 |
| 3288 | 2026-08-04T17:47:52.243Z | Checking moka v0.12.13 |
| 3289 | 2026-08-04T17:47:52.408Z | Checking ron v0.8.1 |
| 3290 | 2026-08-04T17:47:52.411Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3291 | 2026-08-04T17:47:52.595Z | Checking steno v0.4.1 |
| 3292 | 2026-08-04T17:47:52.612Z | Checking oxide-update-engine v0.1.2 |
| 3293 | 2026-08-04T17:47:52.644Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3294 | 2026-08-04T17:47:52.779Z | Checking serde-hex v0.1.0 |
| 3295 | 2026-08-04T17:47:52.917Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3296 | 2026-08-04T17:47:53.042Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3297 | 2026-08-04T17:47:53.076Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3298 | 2026-08-04T17:47:53.424Z | Checking hashbrown v0.13.2 |
| 3299 | 2026-08-04T17:47:53.589Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3300 | 2026-08-04T17:47:53.797Z | Checking crc-any v2.5.0 |
| 3301 | 2026-08-04T17:47:53.839Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3302 | 2026-08-04T17:47:53.850Z | Checking object v0.30.4 |
| 3303 | 2026-08-04T17:47:53.871Z | Checking hickory-resolver v0.25.2 |
| 3304 | 2026-08-04T17:47:53.955Z | Checking sha1 v0.10.6 |
| 3305 | 2026-08-04T17:47:53.980Z | Checking void v1.0.2 |
| 3306 | 2026-08-04T17:47:54.078Z | Checking utf-8 v0.7.6 |
| 3307 | 2026-08-04T17:47:54.122Z | Checking path-slash v0.1.5 |
| 3308 | 2026-08-04T17:47:54.212Z | Checking half v1.8.3 |
| 3309 | 2026-08-04T17:47:54.226Z | Checking tungstenite v0.23.0 |
| 3310 | 2026-08-04T17:47:54.256Z | Checking lzss v0.8.2 |
| 3311 | 2026-08-04T17:47:54.405Z | Checking serde_cbor v0.11.2 |
| 3312 | 2026-08-04T17:47:54.557Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3313 | 2026-08-04T17:47:54.607Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3314 | 2026-08-04T17:47:54.658Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3315 | 2026-08-04T17:47:54.690Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3316 | 2026-08-04T17:47:54.748Z | Checking nix v0.27.1 |
| 3317 | 2026-08-04T17:47:54.809Z | Checking kstat-rs v0.2.4 |
| 3318 | 2026-08-04T17:47:54.866Z | Checking fxhash v0.2.1 |
| 3319 | 2026-08-04T17:47:54.936Z | Checking serde_bytes v0.11.19 |
| 3320 | 2026-08-04T17:47:55.022Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3321 | 2026-08-04T17:47:55.022Z | Checking tokio-tungstenite v0.23.1 |
| 3322 | 2026-08-04T17:47:55.027Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3323 | 2026-08-04T17:47:55.027Z | Compiling typify-macro v0.6.2 |
| 3324 | 2026-08-04T17:47:55.080Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3325 | 2026-08-04T17:47:55.265Z | Checking signal-hook-tokio v0.3.1 |
| 3326 | 2026-08-04T17:47:55.675Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3327 | 2026-08-04T17:47:56.236Z | Compiling typify v0.6.2 |
| 3328 | 2026-08-04T17:47:56.321Z | Compiling progenitor-impl v0.14.0 |
| 3329 | 2026-08-04T17:47:56.572Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3330 | 2026-08-04T17:47:56.874Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3331 | 2026-08-04T17:47:57.780Z | Compiling progenitor-macro v0.14.0 |
| 3332 | 2026-08-04T17:48:00.140Z | Checking progenitor v0.14.0 |
| 3333 | 2026-08-04T17:48:00.266Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3334 | 2026-08-04T17:48:00.273Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3335 | 2026-08-04T17:48:02.927Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3336 | 2026-08-04T17:48:11.166Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3337 | 2026-08-04T17:48:17.814Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3338 | 2026-08-04T17:48:19.179Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3339 | 2026-08-04T17:48:19.689Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3340 | 2026-08-04T17:48:21.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.94s |
| 3341 | 2026-08-04T17:48:21.977Z | |
| 3342 | 2026-08-04T17:48:21.978Z | info: running `cargo check --bins` on gateway-api (134/305) |
| 3343 | 2026-08-04T17:48:22.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2026-08-04T17:48:22.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2026-08-04T17:48:22.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2026-08-04T17:48:22.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3347 | 2026-08-04T17:48:22.525Z | |
| 3348 | 2026-08-04T17:48:22.525Z | info: running `cargo check --bins` on ipcc (135/305) |
| 3349 | 2026-08-04T17:48:22.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2026-08-04T17:48:22.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2026-08-04T17:48:22.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2026-08-04T17:48:22.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3353 | 2026-08-04T17:48:23.074Z | |
| 3354 | 2026-08-04T17:48:23.075Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/305) |
| 3355 | 2026-08-04T17:48:23.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2026-08-04T17:48:23.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2026-08-04T17:48:23.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2026-08-04T17:48:23.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3359 | 2026-08-04T17:48:23.606Z | |
| 3360 | 2026-08-04T17:48:23.606Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/305) |
| 3361 | 2026-08-04T17:48:24.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-08-04T17:48:24.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-08-04T17:48:24.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-08-04T17:48:24.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3365 | 2026-08-04T17:48:24.194Z | |
| 3366 | 2026-08-04T17:48:24.194Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/305) |
| 3367 | 2026-08-04T17:48:24.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-08-04T17:48:24.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-08-04T17:48:24.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-08-04T17:48:24.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3371 | 2026-08-04T17:48:24.752Z | |
| 3372 | 2026-08-04T17:48:24.752Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/305) |
| 3373 | 2026-08-04T17:48:25.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-08-04T17:48:25.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-08-04T17:48:25.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-08-04T17:48:25.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3377 | 2026-08-04T17:48:25.379Z | |
| 3378 | 2026-08-04T17:48:25.379Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/305) |
| 3379 | 2026-08-04T17:48:25.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-08-04T17:48:25.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-08-04T17:48:25.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-08-04T17:48:25.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3383 | 2026-08-04T17:48:25.838Z | |
| 3384 | 2026-08-04T17:48:25.838Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/305) |
| 3385 | 2026-08-04T17:48:26.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-08-04T17:48:26.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-08-04T17:48:26.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-08-04T17:48:26.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3389 | 2026-08-04T17:48:26.394Z | |
| 3390 | 2026-08-04T17:48:26.394Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/305) |
| 3391 | 2026-08-04T17:48:26.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-08-04T17:48:26.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-08-04T17:48:26.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-08-04T17:48:26.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3395 | 2026-08-04T17:48:26.942Z | |
| 3396 | 2026-08-04T17:48:26.942Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/305) |
| 3397 | 2026-08-04T17:48:27.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-08-04T17:48:27.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-08-04T17:48:27.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-08-04T17:48:27.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3401 | 2026-08-04T17:48:27.494Z | |
| 3402 | 2026-08-04T17:48:27.494Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/305) |
| 3403 | 2026-08-04T17:48:27.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-08-04T17:48:27.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-08-04T17:48:27.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-08-04T17:48:27.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3407 | 2026-08-04T17:48:28.045Z | |
| 3408 | 2026-08-04T17:48:28.045Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/305) |
| 3409 | 2026-08-04T17:48:28.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-08-04T17:48:28.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-08-04T17:48:28.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-08-04T17:48:28.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3413 | 2026-08-04T17:48:28.592Z | |
| 3414 | 2026-08-04T17:48:28.592Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/305) |
| 3415 | 2026-08-04T17:48:29.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-08-04T17:48:29.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-08-04T17:48:29.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-08-04T17:48:29.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3419 | 2026-08-04T17:48:29.144Z | |
| 3420 | 2026-08-04T17:48:29.144Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/305) |
| 3421 | 2026-08-04T17:48:29.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-08-04T17:48:29.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-08-04T17:48:29.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-08-04T17:48:29.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3425 | 2026-08-04T17:48:29.700Z | |
| 3426 | 2026-08-04T17:48:29.700Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/305) |
| 3427 | 2026-08-04T17:48:30.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-08-04T17:48:30.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-08-04T17:48:30.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-08-04T17:48:30.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3431 | 2026-08-04T17:48:30.264Z | |
| 3432 | 2026-08-04T17:48:30.264Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/305) |
| 3433 | 2026-08-04T17:48:30.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-08-04T17:48:30.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-08-04T17:48:30.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-08-04T17:48:30.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3437 | 2026-08-04T17:48:30.836Z | |
| 3438 | 2026-08-04T17:48:30.836Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/305) |
| 3439 | 2026-08-04T17:48:31.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-08-04T17:48:31.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-08-04T17:48:31.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-08-04T17:48:31.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3443 | 2026-08-04T17:48:31.407Z | |
| 3444 | 2026-08-04T17:48:31.407Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/305) |
| 3445 | 2026-08-04T17:48:31.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-08-04T17:48:31.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-08-04T17:48:31.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-08-04T17:48:31.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3449 | 2026-08-04T17:48:31.977Z | |
| 3450 | 2026-08-04T17:48:31.977Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/305) |
| 3451 | 2026-08-04T17:48:32.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-08-04T17:48:32.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-08-04T17:48:32.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3454 | 2026-08-04T17:48:32.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3455 | 2026-08-04T17:48:32.546Z | |
| 3456 | 2026-08-04T17:48:32.546Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/305) |
| 3457 | 2026-08-04T17:48:33.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2026-08-04T17:48:33.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2026-08-04T17:48:33.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3460 | 2026-08-04T17:48:33.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3461 | 2026-08-04T17:48:33.117Z | |
| 3462 | 2026-08-04T17:48:33.117Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/305) |
| 3463 | 2026-08-04T17:48:33.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2026-08-04T17:48:33.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2026-08-04T17:48:33.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3466 | 2026-08-04T17:48:33.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3467 | 2026-08-04T17:48:33.684Z | |
| 3468 | 2026-08-04T17:48:33.684Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/305) |
| 3469 | 2026-08-04T17:48:34.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3470 | 2026-08-04T17:48:34.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3471 | 2026-08-04T17:48:34.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3472 | 2026-08-04T17:48:34.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3473 | 2026-08-04T17:48:34.251Z | |
| 3474 | 2026-08-04T17:48:34.252Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/305) |
| 3475 | 2026-08-04T17:48:34.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3476 | 2026-08-04T17:48:34.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3477 | 2026-08-04T17:48:34.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3478 | 2026-08-04T17:48:34.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3479 | 2026-08-04T17:48:34.824Z | |
| 3480 | 2026-08-04T17:48:34.824Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/305) |
| 3481 | 2026-08-04T17:48:35.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3482 | 2026-08-04T17:48:35.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3483 | 2026-08-04T17:48:35.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3484 | 2026-08-04T17:48:35.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3485 | 2026-08-04T17:48:35.395Z | |
| 3486 | 2026-08-04T17:48:35.395Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/305) |
| 3487 | 2026-08-04T17:48:35.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2026-08-04T17:48:35.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2026-08-04T17:48:35.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3490 | 2026-08-04T17:48:35.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3491 | 2026-08-04T17:48:35.951Z | |
| 3492 | 2026-08-04T17:48:35.951Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/305) |
| 3493 | 2026-08-04T17:48:36.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2026-08-04T17:48:36.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2026-08-04T17:48:36.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3496 | 2026-08-04T17:48:36.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3497 | 2026-08-04T17:48:36.496Z | |
| 3498 | 2026-08-04T17:48:36.496Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/305) |
| 3499 | 2026-08-04T17:48:36.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2026-08-04T17:48:36.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2026-08-04T17:48:36.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3502 | 2026-08-04T17:48:36.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3503 | 2026-08-04T17:48:37.048Z | |
| 3504 | 2026-08-04T17:48:37.048Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/305) |
| 3505 | 2026-08-04T17:48:37.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2026-08-04T17:48:37.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2026-08-04T17:48:37.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2026-08-04T17:48:37.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3509 | 2026-08-04T17:48:37.597Z | |
| 3510 | 2026-08-04T17:48:37.597Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/305) |
| 3511 | 2026-08-04T17:48:38.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2026-08-04T17:48:38.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2026-08-04T17:48:38.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3514 | 2026-08-04T17:48:38.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3515 | 2026-08-04T17:48:38.148Z | |
| 3516 | 2026-08-04T17:48:38.148Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/305) |
| 3517 | 2026-08-04T17:48:38.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2026-08-04T17:48:38.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2026-08-04T17:48:38.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2026-08-04T17:48:38.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3521 | 2026-08-04T17:48:38.715Z | |
| 3522 | 2026-08-04T17:48:38.715Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/305) |
| 3523 | 2026-08-04T17:48:39.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2026-08-04T17:48:39.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2026-08-04T17:48:39.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2026-08-04T17:48:39.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3527 | 2026-08-04T17:48:39.249Z | |
| 3528 | 2026-08-04T17:48:39.250Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/305) |
| 3529 | 2026-08-04T17:48:39.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2026-08-04T17:48:39.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2026-08-04T17:48:39.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2026-08-04T17:48:39.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3533 | 2026-08-04T17:48:39.804Z | |
| 3534 | 2026-08-04T17:48:39.804Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/305) |
| 3535 | 2026-08-04T17:48:40.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2026-08-04T17:48:40.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2026-08-04T17:48:40.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2026-08-04T17:48:40.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3539 | 2026-08-04T17:48:40.380Z | |
| 3540 | 2026-08-04T17:48:40.381Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/305) |
| 3541 | 2026-08-04T17:48:40.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2026-08-04T17:48:40.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2026-08-04T17:48:40.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2026-08-04T17:48:40.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3545 | 2026-08-04T17:48:40.943Z | |
| 3546 | 2026-08-04T17:48:40.944Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/305) |
| 3547 | 2026-08-04T17:48:41.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2026-08-04T17:48:41.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2026-08-04T17:48:41.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2026-08-04T17:48:41.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3551 | 2026-08-04T17:48:41.512Z | |
| 3552 | 2026-08-04T17:48:41.512Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/305) |
| 3553 | 2026-08-04T17:48:41.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2026-08-04T17:48:41.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2026-08-04T17:48:41.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3556 | 2026-08-04T17:48:41.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3557 | 2026-08-04T17:48:42.082Z | |
| 3558 | 2026-08-04T17:48:42.082Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/305) |
| 3559 | 2026-08-04T17:48:42.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2026-08-04T17:48:42.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2026-08-04T17:48:42.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3562 | 2026-08-04T17:48:42.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3563 | 2026-08-04T17:48:42.653Z | |
| 3564 | 2026-08-04T17:48:42.653Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/305) |
| 3565 | 2026-08-04T17:48:43.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3566 | 2026-08-04T17:48:43.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3567 | 2026-08-04T17:48:43.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3568 | 2026-08-04T17:48:43.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3569 | 2026-08-04T17:48:43.220Z | |
| 3570 | 2026-08-04T17:48:43.220Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/305) |
| 3571 | 2026-08-04T17:48:43.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2026-08-04T17:48:43.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2026-08-04T17:48:43.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3574 | 2026-08-04T17:48:43.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3575 | 2026-08-04T17:48:43.789Z | |
| 3576 | 2026-08-04T17:48:43.789Z | info: running `cargo check --bins` on oximeter-producer (173/305) |
| 3577 | 2026-08-04T17:48:44.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3578 | 2026-08-04T17:48:44.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3579 | 2026-08-04T17:48:44.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3580 | 2026-08-04T17:48:44.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3581 | 2026-08-04T17:48:44.380Z | |
| 3582 | 2026-08-04T17:48:44.380Z | info: running `cargo check --bins` on internal-dns-resolver (174/305) |
| 3583 | 2026-08-04T17:48:44.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2026-08-04T17:48:44.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2026-08-04T17:48:44.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2026-08-04T17:48:44.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3587 | 2026-08-04T17:48:44.934Z | |
| 3588 | 2026-08-04T17:48:44.934Z | info: running `cargo check --bins` on dns-server (175/305) |
| 3589 | 2026-08-04T17:48:45.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2026-08-04T17:48:45.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2026-08-04T17:48:45.552Z | Compiling parking_lot_core v0.8.6 |
| 3592 | 2026-08-04T17:48:45.555Z | Compiling git-stub v1.0.0 |
| 3593 | 2026-08-04T17:48:45.555Z | Checking prefix-trie v0.7.0 |
| 3594 | 2026-08-04T17:48:45.555Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3595 | 2026-08-04T17:48:45.780Z | Compiling git-stub-vcs v0.1.0 |
| 3596 | 2026-08-04T17:48:45.940Z | Checking hickory-server v0.25.2 |
| 3597 | 2026-08-04T17:48:46.053Z | Checking parking_lot v0.11.2 |
| 3598 | 2026-08-04T17:48:46.084Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3599 | 2026-08-04T17:48:46.119Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3600 | 2026-08-04T17:48:46.122Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3601 | 2026-08-04T17:48:46.232Z | Checking sled v0.34.7 |
| 3602 | 2026-08-04T17:48:48.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 3603 | 2026-08-04T17:48:48.269Z | |
| 3604 | 2026-08-04T17:48:48.269Z | info: running `cargo check --bins` on dns-server-api (176/305) |
| 3605 | 2026-08-04T17:48:48.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2026-08-04T17:48:48.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2026-08-04T17:48:48.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2026-08-04T17:48:48.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3609 | 2026-08-04T17:48:48.823Z | |
| 3610 | 2026-08-04T17:48:48.823Z | info: running `cargo check --bins` on oximeter-producer-api (177/305) |
| 3611 | 2026-08-04T17:48:49.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2026-08-04T17:48:49.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2026-08-04T17:48:49.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3614 | 2026-08-04T17:48:49.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3615 | 2026-08-04T17:48:49.380Z | |
| 3616 | 2026-08-04T17:48:49.380Z | info: running `cargo check --bins` on sp-sim (178/305) |
| 3617 | 2026-08-04T17:48:49.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2026-08-04T17:48:49.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2026-08-04T17:48:50.081Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3620 | 2026-08-04T17:48:51.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
| 3621 | 2026-08-04T17:48:52.031Z | |
| 3622 | 2026-08-04T17:48:52.031Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/305) |
| 3623 | 2026-08-04T17:48:52.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2026-08-04T17:48:52.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2026-08-04T17:48:52.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2026-08-04T17:48:52.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3627 | 2026-08-04T17:48:52.640Z | |
| 3628 | 2026-08-04T17:48:52.640Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/305) |
| 3629 | 2026-08-04T17:48:53.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-08-04T17:48:53.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-08-04T17:48:53.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-08-04T17:48:53.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3633 | 2026-08-04T17:48:53.255Z | |
| 3634 | 2026-08-04T17:48:53.255Z | info: running `cargo check --bins` on db-macros (181/305) |
| 3635 | 2026-08-04T17:48:53.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-08-04T17:48:53.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-08-04T17:48:53.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-08-04T17:48:53.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3639 | 2026-08-04T17:48:53.800Z | |
| 3640 | 2026-08-04T17:48:53.800Z | info: running `cargo check --bins` on nexus-macros-common (182/305) |
| 3641 | 2026-08-04T17:48:54.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-08-04T17:48:54.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-08-04T17:48:54.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-08-04T17:48:54.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3645 | 2026-08-04T17:48:54.344Z | |
| 3646 | 2026-08-04T17:48:54.344Z | info: running `cargo check --bins` on nexus-auth (183/305) |
| 3647 | 2026-08-04T17:48:54.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-08-04T17:48:54.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-08-04T17:48:54.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-08-04T17:48:54.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3651 | 2026-08-04T17:48:54.956Z | |
| 3652 | 2026-08-04T17:48:54.956Z | info: running `cargo check --bins` on authz-macros (184/305) |
| 3653 | 2026-08-04T17:48:55.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-08-04T17:48:55.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-08-04T17:48:55.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-08-04T17:48:55.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3657 | 2026-08-04T17:48:55.507Z | |
| 3658 | 2026-08-04T17:48:55.507Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/305) |
| 3659 | 2026-08-04T17:48:56.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-08-04T17:48:56.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-08-04T17:48:56.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-08-04T17:48:56.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3663 | 2026-08-04T17:48:56.104Z | |
| 3664 | 2026-08-04T17:48:56.104Z | info: running `cargo check --bins` on nexus-db-model (186/305) |
| 3665 | 2026-08-04T17:48:56.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-08-04T17:48:56.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-08-04T17:48:56.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-08-04T17:48:56.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3669 | 2026-08-04T17:48:56.707Z | |
| 3670 | 2026-08-04T17:48:56.707Z | info: running `cargo check --bins` on nexus-db-schema (187/305) |
| 3671 | 2026-08-04T17:48:57.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-08-04T17:48:57.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-08-04T17:48:57.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-08-04T17:48:57.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3675 | 2026-08-04T17:48:57.253Z | |
| 3676 | 2026-08-04T17:48:57.253Z | info: running `cargo check --bins` on omicron-rpaths (188/305) |
| 3677 | 2026-08-04T17:48:57.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-08-04T17:48:57.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-08-04T17:48:57.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-08-04T17:48:57.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3681 | 2026-08-04T17:48:57.794Z | |
| 3682 | 2026-08-04T17:48:57.794Z | info: running `cargo check --bins` on nexus-defaults (189/305) |
| 3683 | 2026-08-04T17:48:58.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-08-04T17:48:58.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-08-04T17:48:58.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-08-04T17:48:58.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3687 | 2026-08-04T17:48:58.349Z | |
| 3688 | 2026-08-04T17:48:58.349Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/305) |
| 3689 | 2026-08-04T17:48:58.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-08-04T17:48:58.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-08-04T17:48:58.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-08-04T17:48:58.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3693 | 2026-08-04T17:48:58.902Z | |
| 3694 | 2026-08-04T17:48:58.902Z | info: running `cargo check --bins` on parallel-task-set (191/305) |
| 3695 | 2026-08-04T17:48:59.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-08-04T17:48:59.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-08-04T17:48:59.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-08-04T17:48:59.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3699 | 2026-08-04T17:48:59.440Z | |
| 3700 | 2026-08-04T17:48:59.440Z | info: running `cargo check --bins` on omicron-git-version (192/305) |
| 3701 | 2026-08-04T17:48:59.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-08-04T17:48:59.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-08-04T17:48:59.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-08-04T17:48:59.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3705 | 2026-08-04T17:48:59.977Z | |
| 3706 | 2026-08-04T17:48:59.977Z | info: running `cargo check --bins` on nexus-db-errors (193/305) |
| 3707 | 2026-08-04T17:49:00.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-08-04T17:49:00.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-08-04T17:49:00.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-08-04T17:49:00.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3711 | 2026-08-04T17:49:00.588Z | |
| 3712 | 2026-08-04T17:49:00.588Z | info: running `cargo check --bins` on nexus-db-lookup (194/305) |
| 3713 | 2026-08-04T17:49:01.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-08-04T17:49:01.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-08-04T17:49:01.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-08-04T17:49:01.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3717 | 2026-08-04T17:49:01.202Z | |
| 3718 | 2026-08-04T17:49:01.202Z | info: running `cargo check --bins` on nexus-inventory (195/305) |
| 3719 | 2026-08-04T17:49:01.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-08-04T17:49:01.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-08-04T17:49:01.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-08-04T17:49:01.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3723 | 2026-08-04T17:49:01.801Z | |
| 3724 | 2026-08-04T17:49:01.802Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/305) |
| 3725 | 2026-08-04T17:49:02.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-08-04T17:49:02.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-08-04T17:49:02.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-08-04T17:49:02.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3729 | 2026-08-04T17:49:02.385Z | |
| 3730 | 2026-08-04T17:49:02.385Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/305) |
| 3731 | 2026-08-04T17:49:02.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-08-04T17:49:02.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-08-04T17:49:02.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-08-04T17:49:02.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3735 | 2026-08-04T17:49:02.952Z | |
| 3736 | 2026-08-04T17:49:02.952Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/305) |
| 3737 | 2026-08-04T17:49:03.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-08-04T17:49:03.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-08-04T17:49:03.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-08-04T17:49:03.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3741 | 2026-08-04T17:49:03.530Z | |
| 3742 | 2026-08-04T17:49:03.530Z | info: running `cargo check --bins` on key-manager (199/305) |
| 3743 | 2026-08-04T17:49:03.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-08-04T17:49:04.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-08-04T17:49:04.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3746 | 2026-08-04T17:49:04.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3747 | 2026-08-04T17:49:04.079Z | |
| 3748 | 2026-08-04T17:49:04.079Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/305) |
| 3749 | 2026-08-04T17:49:04.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3750 | 2026-08-04T17:49:04.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3751 | 2026-08-04T17:49:04.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3752 | 2026-08-04T17:49:04.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3753 | 2026-08-04T17:49:04.660Z | |
| 3754 | 2026-08-04T17:49:04.660Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/305) |
| 3755 | 2026-08-04T17:49:05.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2026-08-04T17:49:05.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2026-08-04T17:49:05.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2026-08-04T17:49:05.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3759 | 2026-08-04T17:49:05.229Z | |
| 3760 | 2026-08-04T17:49:05.229Z | info: running `cargo check --bins` on typed-rng (202/305) |
| 3761 | 2026-08-04T17:49:05.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2026-08-04T17:49:05.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2026-08-04T17:49:05.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2026-08-04T17:49:05.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3765 | 2026-08-04T17:49:05.768Z | |
| 3766 | 2026-08-04T17:49:05.769Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/305) |
| 3767 | 2026-08-04T17:49:06.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2026-08-04T17:49:06.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2026-08-04T17:49:06.580Z | Compiling libefi-sys v0.1.0 |
| 3770 | 2026-08-04T17:49:06.583Z | Compiling bitfield-struct v0.6.2 |
| 3771 | 2026-08-04T17:49:06.734Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3772 | 2026-08-04T17:49:06.738Z | Compiling xshell-macros v0.2.7 |
| 3773 | 2026-08-04T17:49:06.744Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3774 | 2026-08-04T17:49:06.752Z | Compiling salty v0.3.0 |
| 3775 | 2026-08-04T17:49:06.767Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3776 | 2026-08-04T17:49:06.783Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3777 | 2026-08-04T17:49:06.783Z | Checking rfc6979 v0.4.0 |
| 3778 | 2026-08-04T17:49:06.903Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3779 | 2026-08-04T17:49:06.929Z | Checking ecdsa v0.16.9 |
| 3780 | 2026-08-04T17:49:07.053Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3781 | 2026-08-04T17:49:07.071Z | Checking primeorder v0.13.6 |
| 3782 | 2026-08-04T17:49:07.092Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3783 | 2026-08-04T17:49:07.113Z | Checking xshell v0.2.7 |
| 3784 | 2026-08-04T17:49:07.196Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3785 | 2026-08-04T17:49:07.255Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3786 | 2026-08-04T17:49:07.263Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3787 | 2026-08-04T17:49:07.298Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3788 | 2026-08-04T17:49:07.346Z | Checking p384 v0.13.1 |
| 3789 | 2026-08-04T17:49:07.347Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3790 | 2026-08-04T17:49:07.417Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3791 | 2026-08-04T17:49:07.439Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3792 | 2026-08-04T17:49:07.481Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3793 | 2026-08-04T17:49:07.555Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3794 | 2026-08-04T17:49:07.580Z | Checking corncobs v0.1.4 |
| 3795 | 2026-08-04T17:49:07.620Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3796 | 2026-08-04T17:49:07.635Z | Checking tungstenite v0.21.0 |
| 3797 | 2026-08-04T17:49:07.696Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3798 | 2026-08-04T17:49:07.732Z | Checking secrecy v0.8.0 |
| 3799 | 2026-08-04T17:49:07.777Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3800 | 2026-08-04T17:49:07.785Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3801 | 2026-08-04T17:49:07.825Z | Checking papergrid v0.17.0 |
| 3802 | 2026-08-04T17:49:07.847Z | Checking libscf-sys v1.2.0 |
| 3803 | 2026-08-04T17:49:07.861Z | Compiling proc-macro-error2 v2.0.1 |
| 3804 | 2026-08-04T17:49:07.900Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3805 | 2026-08-04T17:49:07.946Z | Compiling progenitor-impl v0.13.0 |
| 3806 | 2026-08-04T17:49:07.971Z | Checking testing_table v0.3.0 |
| 3807 | 2026-08-04T17:49:08.054Z | Checking tokio-tungstenite v0.21.0 |
| 3808 | 2026-08-04T17:49:08.064Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3809 | 2026-08-04T17:49:08.163Z | Compiling tabled_derive v0.11.0 |
| 3810 | 2026-08-04T17:49:08.321Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3811 | 2026-08-04T17:49:08.474Z | Compiling unicase v2.9.0 |
| 3812 | 2026-08-04T17:49:08.515Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3813 | 2026-08-04T17:49:08.642Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3814 | 2026-08-04T17:49:08.656Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3815 | 2026-08-04T17:49:08.671Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3816 | 2026-08-04T17:49:08.690Z | Compiling mime_guess v2.0.5 |
| 3817 | 2026-08-04T17:49:08.815Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3818 | 2026-08-04T17:49:08.858Z | Checking progenitor-client v0.13.0 |
| 3819 | 2026-08-04T17:49:08.988Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3820 | 2026-08-04T17:49:09.109Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3821 | 2026-08-04T17:49:09.244Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3822 | 2026-08-04T17:49:09.292Z | Checking tabled v0.20.0 |
| 3823 | 2026-08-04T17:49:09.321Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3824 | 2026-08-04T17:49:09.355Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3825 | 2026-08-04T17:49:09.592Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3826 | 2026-08-04T17:49:09.612Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3827 | 2026-08-04T17:49:09.680Z | Checking filetime v0.2.27 |
| 3828 | 2026-08-04T17:49:09.771Z | Checking http-range v0.1.5 |
| 3829 | 2026-08-04T17:49:09.816Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3830 | 2026-08-04T17:49:09.831Z | Checking xattr v1.6.1 |
| 3831 | 2026-08-04T17:49:09.911Z | Checking crc8 v0.1.1 |
| 3832 | 2026-08-04T17:49:10.028Z | Checking tar v0.4.46 |
| 3833 | 2026-08-04T17:49:10.073Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3834 | 2026-08-04T17:49:10.093Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3835 | 2026-08-04T17:49:10.257Z | Checking illumos-nvpair v0.3.0 |
| 3836 | 2026-08-04T17:49:10.429Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3837 | 2026-08-04T17:49:10.486Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3838 | 2026-08-04T17:49:10.517Z | Compiling progenitor-macro v0.13.0 |
| 3839 | 2026-08-04T17:49:10.553Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3840 | 2026-08-04T17:49:10.568Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3841 | 2026-08-04T17:49:10.765Z | Checking atty v0.2.14 |
| 3842 | 2026-08-04T17:49:10.820Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3843 | 2026-08-04T17:49:10.875Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3844 | 2026-08-04T17:49:10.998Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3845 | 2026-08-04T17:49:11.137Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3846 | 2026-08-04T17:49:11.152Z | Checking hyper-staticfile v0.10.1 |
| 3847 | 2026-08-04T17:49:11.313Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3848 | 2026-08-04T17:49:11.339Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3849 | 2026-08-04T17:49:11.441Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3850 | 2026-08-04T17:49:11.463Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3851 | 2026-08-04T17:49:11.504Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3852 | 2026-08-04T17:49:11.681Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3853 | 2026-08-04T17:49:11.757Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3854 | 2026-08-04T17:49:11.807Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3855 | 2026-08-04T17:49:12.102Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3856 | 2026-08-04T17:49:12.139Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3857 | 2026-08-04T17:49:13.439Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3858 | 2026-08-04T17:49:13.930Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3859 | 2026-08-04T17:49:14.298Z | Checking progenitor v0.13.0 |
| 3860 | 2026-08-04T17:49:14.343Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3861 | 2026-08-04T17:49:14.432Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3862 | 2026-08-04T17:49:15.388Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3863 | 2026-08-04T17:49:15.963Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3864 | 2026-08-04T17:49:16.440Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3865 | 2026-08-04T17:49:19.775Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3866 | 2026-08-04T17:49:30.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.88s |
| 3867 | 2026-08-04T17:49:30.661Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3868 | 2026-08-04T17:49:30.662Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3869 | 2026-08-04T17:49:30.866Z | |
| 3870 | 2026-08-04T17:49:30.866Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/305) |
| 3871 | 2026-08-04T17:49:31.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2026-08-04T17:49:31.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2026-08-04T17:49:31.618Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3874 | 2026-08-04T17:49:42.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s |
| 3875 | 2026-08-04T17:49:42.144Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3876 | 2026-08-04T17:49:42.144Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3877 | 2026-08-04T17:49:42.336Z | |
| 3878 | 2026-08-04T17:49:42.336Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/305) |
| 3879 | 2026-08-04T17:49:42.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-08-04T17:49:42.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-08-04T17:49:43.089Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3882 | 2026-08-04T17:49:53.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3883 | 2026-08-04T17:49:53.695Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3884 | 2026-08-04T17:49:53.695Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3885 | 2026-08-04T17:49:53.894Z | |
| 3886 | 2026-08-04T17:49:53.894Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/305) |
| 3887 | 2026-08-04T17:49:54.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-08-04T17:49:54.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-08-04T17:49:54.644Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3890 | 2026-08-04T17:50:05.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s |
| 3891 | 2026-08-04T17:50:05.168Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3892 | 2026-08-04T17:50:05.168Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3893 | 2026-08-04T17:50:05.359Z | |
| 3894 | 2026-08-04T17:50:05.359Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/305) |
| 3895 | 2026-08-04T17:50:05.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3896 | 2026-08-04T17:50:05.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3897 | 2026-08-04T17:50:06.111Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3898 | 2026-08-04T17:50:16.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 3899 | 2026-08-04T17:50:16.677Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3900 | 2026-08-04T17:50:16.677Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3901 | 2026-08-04T17:50:16.871Z | |
| 3902 | 2026-08-04T17:50:16.871Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/305) |
| 3903 | 2026-08-04T17:50:17.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3904 | 2026-08-04T17:50:17.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3905 | 2026-08-04T17:50:17.615Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3906 | 2026-08-04T17:50:28.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s |
| 3907 | 2026-08-04T17:50:28.186Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3908 | 2026-08-04T17:50:28.186Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3909 | 2026-08-04T17:50:28.380Z | |
| 3910 | 2026-08-04T17:50:28.380Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/305) |
| 3911 | 2026-08-04T17:50:28.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-08-04T17:50:28.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-08-04T17:50:29.126Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3914 | 2026-08-04T17:50:39.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s |
| 3915 | 2026-08-04T17:50:39.664Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3916 | 2026-08-04T17:50:39.665Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3917 | 2026-08-04T17:50:39.862Z | |
| 3918 | 2026-08-04T17:50:39.862Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/305) |
| 3919 | 2026-08-04T17:50:40.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3920 | 2026-08-04T17:50:40.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3921 | 2026-08-04T17:50:40.613Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3922 | 2026-08-04T17:50:51.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 3923 | 2026-08-04T17:50:51.197Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3924 | 2026-08-04T17:50:51.197Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3925 | 2026-08-04T17:50:51.394Z | |
| 3926 | 2026-08-04T17:50:51.394Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/305) |
| 3927 | 2026-08-04T17:50:51.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3928 | 2026-08-04T17:50:51.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3929 | 2026-08-04T17:50:51.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3930 | 2026-08-04T17:50:51.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3931 | 2026-08-04T17:50:51.950Z | |
| 3932 | 2026-08-04T17:50:51.950Z | info: running `cargo check --bins` on range-requests (212/305) |
| 3933 | 2026-08-04T17:50:52.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2026-08-04T17:50:52.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2026-08-04T17:50:52.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3936 | 2026-08-04T17:50:52.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3937 | 2026-08-04T17:50:52.494Z | |
| 3938 | 2026-08-04T17:50:52.494Z | info: running `cargo check --bins` on repo-depot-api (213/305) |
| 3939 | 2026-08-04T17:50:52.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-08-04T17:50:52.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-08-04T17:50:52.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3942 | 2026-08-04T17:50:52.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3943 | 2026-08-04T17:50:53.041Z | |
| 3944 | 2026-08-04T17:50:53.041Z | info: running `cargo check --bins` on sled-agent-api (214/305) |
| 3945 | 2026-08-04T17:50:53.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-08-04T17:50:53.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-08-04T17:50:53.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-08-04T17:50:53.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3949 | 2026-08-04T17:50:53.614Z | |
| 3950 | 2026-08-04T17:50:53.614Z | info: running `cargo check --bins` on sled-diagnostics (215/305) |
| 3951 | 2026-08-04T17:50:54.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-08-04T17:50:54.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-08-04T17:50:54.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3954 | 2026-08-04T17:50:54.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3955 | 2026-08-04T17:50:54.187Z | |
| 3956 | 2026-08-04T17:50:54.187Z | info: running `cargo check --bins` on zfs-test-harness (216/305) |
| 3957 | 2026-08-04T17:50:54.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-08-04T17:50:54.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-08-04T17:50:54.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3960 | 2026-08-04T17:50:54.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3961 | 2026-08-04T17:50:54.770Z | |
| 3962 | 2026-08-04T17:50:54.770Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (217/305) |
| 3963 | 2026-08-04T17:50:55.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2026-08-04T17:50:55.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2026-08-04T17:50:55.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3966 | 2026-08-04T17:50:55.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3967 | 2026-08-04T17:50:55.348Z | |
| 3968 | 2026-08-04T17:50:55.348Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/305) |
| 3969 | 2026-08-04T17:50:55.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-08-04T17:50:55.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-08-04T17:50:55.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3972 | 2026-08-04T17:50:55.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3973 | 2026-08-04T17:50:55.932Z | |
| 3974 | 2026-08-04T17:50:55.932Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/305) |
| 3975 | 2026-08-04T17:50:56.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3976 | 2026-08-04T17:50:56.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3977 | 2026-08-04T17:50:56.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3978 | 2026-08-04T17:50:56.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3979 | 2026-08-04T17:50:56.513Z | |
| 3980 | 2026-08-04T17:50:56.514Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (220/305) |
| 3981 | 2026-08-04T17:50:57.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3982 | 2026-08-04T17:50:57.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3983 | 2026-08-04T17:50:57.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3984 | 2026-08-04T17:50:57.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3985 | 2026-08-04T17:50:57.094Z | |
| 3986 | 2026-08-04T17:50:57.094Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (221/305) |
| 3987 | 2026-08-04T17:50:57.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-08-04T17:50:57.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-08-04T17:50:57.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3990 | 2026-08-04T17:50:57.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3991 | 2026-08-04T17:50:57.681Z | |
| 3992 | 2026-08-04T17:50:57.681Z | info: running `cargo check --bins` on sled-agent-resolvable-files (222/305) |
| 3993 | 2026-08-04T17:50:58.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-08-04T17:50:58.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-08-04T17:50:58.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3996 | 2026-08-04T17:50:58.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3997 | 2026-08-04T17:50:58.261Z | |
| 3998 | 2026-08-04T17:50:58.261Z | info: running `cargo check --bins` on trust-quorum (223/305) |
| 3999 | 2026-08-04T17:50:58.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-08-04T17:50:58.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-08-04T17:50:58.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-08-04T17:50:58.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4003 | 2026-08-04T17:50:58.849Z | |
| 4004 | 2026-08-04T17:50:58.850Z | info: running `cargo check --bins` on sled-agent-early-networking (224/305) |
| 4005 | 2026-08-04T17:50:59.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-08-04T17:50:59.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-08-04T17:50:59.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4008 | 2026-08-04T17:50:59.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4009 | 2026-08-04T17:50:59.433Z | |
| 4010 | 2026-08-04T17:50:59.433Z | info: running `cargo check --bins` on sled-agent-health-monitor (225/305) |
| 4011 | 2026-08-04T17:50:59.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-08-04T17:50:59.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-08-04T17:50:59.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4014 | 2026-08-04T17:50:59.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4015 | 2026-08-04T17:51:00.020Z | |
| 4016 | 2026-08-04T17:51:00.020Z | info: running `cargo check --bins` on sled-agent-multirack-join (226/305) |
| 4017 | 2026-08-04T17:51:00.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-08-04T17:51:00.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-08-04T17:51:00.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4020 | 2026-08-04T17:51:00.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4021 | 2026-08-04T17:51:00.630Z | |
| 4022 | 2026-08-04T17:51:00.630Z | info: running `cargo check --bins` on sled-agent-rack-setup (227/305) |
| 4023 | 2026-08-04T17:51:01.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-08-04T17:51:01.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-08-04T17:51:01.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4026 | 2026-08-04T17:51:01.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4027 | 2026-08-04T17:51:01.236Z | |
| 4028 | 2026-08-04T17:51:01.236Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (228/305) |
| 4029 | 2026-08-04T17:51:01.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-08-04T17:51:01.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-08-04T17:51:01.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4032 | 2026-08-04T17:51:01.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4033 | 2026-08-04T17:51:01.838Z | |
| 4034 | 2026-08-04T17:51:01.838Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (229/305) |
| 4035 | 2026-08-04T17:51:02.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-08-04T17:51:02.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-08-04T17:51:02.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4038 | 2026-08-04T17:51:02.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4039 | 2026-08-04T17:51:02.453Z | |
| 4040 | 2026-08-04T17:51:02.453Z | info: running `cargo check --bins` on update-common (230/305) |
| 4041 | 2026-08-04T17:51:02.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2026-08-04T17:51:02.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2026-08-04T17:51:02.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4044 | 2026-08-04T17:51:02.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4045 | 2026-08-04T17:51:03.024Z | |
| 4046 | 2026-08-04T17:51:03.024Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (231/305) |
| 4047 | 2026-08-04T17:51:03.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2026-08-04T17:51:03.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2026-08-04T17:51:03.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4050 | 2026-08-04T17:51:03.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4051 | 2026-08-04T17:51:03.643Z | |
| 4052 | 2026-08-04T17:51:03.643Z | info: running `cargo check --bins` on omicron-deployment-graph (232/305) |
| 4053 | 2026-08-04T17:51:04.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-08-04T17:51:04.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-08-04T17:51:04.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-08-04T17:51:04.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4057 | 2026-08-04T17:51:04.186Z | |
| 4058 | 2026-08-04T17:51:04.186Z | info: running `cargo check --bins` on reconfigurator-cli (233/305) |
| 4059 | 2026-08-04T17:51:04.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-08-04T17:51:04.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-08-04T17:51:04.939Z | Compiling fs-err v2.11.0 |
| 4062 | 2026-08-04T17:51:04.943Z | Checking ignore v0.4.25 |
| 4063 | 2026-08-04T17:51:04.943Z | Checking arc-swap v1.8.2 |
| 4064 | 2026-08-04T17:51:05.076Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4065 | 2026-08-04T17:51:05.076Z | Checking predicates-tree v1.0.13 |
| 4066 | 2026-08-04T17:51:05.083Z | Checking parse-size v1.1.0 |
| 4067 | 2026-08-04T17:51:05.105Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4068 | 2026-08-04T17:51:05.108Z | Checking rand_seeder v0.4.0 |
| 4069 | 2026-08-04T17:51:05.180Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4070 | 2026-08-04T17:51:05.202Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4071 | 2026-08-04T17:51:05.251Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4072 | 2026-08-04T17:51:05.266Z | Checking slog-scope v4.4.1 |
| 4073 | 2026-08-04T17:51:05.301Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4074 | 2026-08-04T17:51:05.389Z | Checking slog-stdlog v4.1.1 |
| 4075 | 2026-08-04T17:51:05.403Z | Compiling petname v2.0.2 |
| 4076 | 2026-08-04T17:51:05.416Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4077 | 2026-08-04T17:51:05.440Z | Checking globwalk v0.9.1 |
| 4078 | 2026-08-04T17:51:05.480Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4079 | 2026-08-04T17:51:05.506Z | Checking slog-envlogger v2.2.0 |
| 4080 | 2026-08-04T17:51:05.613Z | Checking camino-tempfile-ext v0.3.3 |
| 4081 | 2026-08-04T17:51:05.651Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4082 | 2026-08-04T17:51:05.700Z | Checking sapling-renderdag v0.1.0 |
| 4083 | 2026-08-04T17:51:05.805Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4084 | 2026-08-04T17:51:05.834Z | Checking subprocess v0.2.15 |
| 4085 | 2026-08-04T17:51:05.931Z | Checking sync-ptr v0.1.4 |
| 4086 | 2026-08-04T17:51:06.042Z | Checking colored v2.2.0 |
| 4087 | 2026-08-04T17:51:06.055Z | Checking assert_matches v1.5.0 |
| 4088 | 2026-08-04T17:51:06.112Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4089 | 2026-08-04T17:51:06.275Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4090 | 2026-08-04T17:51:06.275Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4091 | 2026-08-04T17:51:07.003Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4092 | 2026-08-04T17:51:08.311Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4093 | 2026-08-04T17:51:10.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s |
| 4094 | 2026-08-04T17:51:10.709Z | |
| 4095 | 2026-08-04T17:51:10.709Z | info: running `cargo check --bins` on omicron-repl-utils (234/305) |
| 4096 | 2026-08-04T17:51:11.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-08-04T17:51:11.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-08-04T17:51:11.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-08-04T17:51:11.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4100 | 2026-08-04T17:51:11.249Z | |
| 4101 | 2026-08-04T17:51:11.250Z | info: running `cargo check --bins` on transient-dns-server (235/305) |
| 4102 | 2026-08-04T17:51:11.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-08-04T17:51:11.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-08-04T17:51:11.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4105 | 2026-08-04T17:51:11.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4106 | 2026-08-04T17:51:11.828Z | |
| 4107 | 2026-08-04T17:51:11.828Z | info: running `cargo check --bins` on nexus-test-interface (236/305) |
| 4108 | 2026-08-04T17:51:12.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-08-04T17:51:12.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-08-04T17:51:12.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4111 | 2026-08-04T17:51:12.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4112 | 2026-08-04T17:51:12.445Z | |
| 4113 | 2026-08-04T17:51:12.445Z | info: running `cargo check --bins` on oximeter-collector (237/305) |
| 4114 | 2026-08-04T17:51:12.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4115 | 2026-08-04T17:51:12.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4116 | 2026-08-04T17:51:13.147Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4117 | 2026-08-04T17:51:13.147Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4118 | 2026-08-04T17:51:13.781Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4119 | 2026-08-04T17:51:15.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 4120 | 2026-08-04T17:51:15.612Z | |
| 4121 | 2026-08-04T17:51:15.612Z | info: running `cargo check --bins` on oximeter-api (238/305) |
| 4122 | 2026-08-04T17:51:16.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-08-04T17:51:16.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-08-04T17:51:16.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4125 | 2026-08-04T17:51:16.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4126 | 2026-08-04T17:51:16.173Z | |
| 4127 | 2026-08-04T17:51:16.173Z | info: running `cargo check --bins` on cert-dev (239/305) |
| 4128 | 2026-08-04T17:51:16.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-08-04T17:51:16.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-08-04T17:51:16.761Z | Checking yasna v0.5.2 |
| 4131 | 2026-08-04T17:51:17.162Z | Checking rcgen v0.12.1 |
| 4132 | 2026-08-04T17:51:17.408Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4133 | 2026-08-04T17:51:17.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4134 | 2026-08-04T17:51:17.750Z | |
| 4135 | 2026-08-04T17:51:17.750Z | info: running `cargo check --bins` on clickana (240/305) |
| 4136 | 2026-08-04T17:51:18.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4137 | 2026-08-04T17:51:18.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4138 | 2026-08-04T17:51:18.371Z | Compiling instability v0.3.11 |
| 4139 | 2026-08-04T17:51:18.371Z | Checking castaway v0.2.4 |
| 4140 | 2026-08-04T17:51:18.371Z | Compiling indoc v2.0.7 |
| 4141 | 2026-08-04T17:51:18.374Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4142 | 2026-08-04T17:51:18.374Z | Checking unicode-truncate v1.1.0 |
| 4143 | 2026-08-04T17:51:18.374Z | Checking lru v0.12.5 |
| 4144 | 2026-08-04T17:51:18.375Z | Checking cassowary v0.3.0 |
| 4145 | 2026-08-04T17:51:18.597Z | Checking compact_str v0.8.1 |
| 4146 | 2026-08-04T17:51:19.385Z | Checking ratatui v0.29.0 |
| 4147 | 2026-08-04T17:51:19.749Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4148 | 2026-08-04T17:51:19.924Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4149 | 2026-08-04T17:51:20.826Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4150 | 2026-08-04T17:51:21.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s |
| 4151 | 2026-08-04T17:51:21.661Z | |
| 4152 | 2026-08-04T17:51:21.661Z | info: running `cargo check --bins` on clickhouse-cluster-dev (241/305) |
| 4153 | 2026-08-04T17:51:22.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4154 | 2026-08-04T17:51:22.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4155 | 2026-08-04T17:51:22.354Z | Checking headers-core v0.3.0 |
| 4156 | 2026-08-04T17:51:22.359Z | Checking port-file v0.1.0 |
| 4157 | 2026-08-04T17:51:22.359Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4158 | 2026-08-04T17:51:22.550Z | Checking headers v0.4.1 |
| 4159 | 2026-08-04T17:51:22.911Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4160 | 2026-08-04T17:51:23.834Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4161 | 2026-08-04T17:51:24.321Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4162 | 2026-08-04T17:51:24.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
| 4163 | 2026-08-04T17:51:24.918Z | |
| 4164 | 2026-08-04T17:51:24.918Z | info: running `cargo check --bins` on ch-dev (242/305) |
| 4165 | 2026-08-04T17:51:25.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4166 | 2026-08-04T17:51:25.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4167 | 2026-08-04T17:51:25.616Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4168 | 2026-08-04T17:51:26.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4169 | 2026-08-04T17:51:26.542Z | |
| 4170 | 2026-08-04T17:51:26.542Z | info: running `cargo check --bins` on dev-tools-common (243/305) |
| 4171 | 2026-08-04T17:51:26.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4172 | 2026-08-04T17:51:26.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4173 | 2026-08-04T17:51:26.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4174 | 2026-08-04T17:51:26.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 4175 | 2026-08-04T17:51:26.954Z | |
| 4176 | 2026-08-04T17:51:26.954Z | info: running `cargo check --bins` on corpus-adjust (244/305) |
| 4177 | 2026-08-04T17:51:27.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4178 | 2026-08-04T17:51:27.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4179 | 2026-08-04T17:51:27.550Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4180 | 2026-08-04T17:51:27.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 4181 | 2026-08-04T17:51:28.062Z | |
| 4182 | 2026-08-04T17:51:28.062Z | info: running `cargo check --bins` on crdb-seed (245/305) |
| 4183 | 2026-08-04T17:51:28.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4184 | 2026-08-04T17:51:28.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4185 | 2026-08-04T17:51:28.762Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4186 | 2026-08-04T17:51:29.825Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4187 | 2026-08-04T17:51:30.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
| 4188 | 2026-08-04T17:51:30.348Z | |
| 4189 | 2026-08-04T17:51:30.348Z | info: running `cargo check --bins` on db-dev (246/305) |
| 4190 | 2026-08-04T17:51:30.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4191 | 2026-08-04T17:51:30.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4192 | 2026-08-04T17:51:31.036Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4193 | 2026-08-04T17:51:31.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4194 | 2026-08-04T17:51:31.961Z | |
| 4195 | 2026-08-04T17:51:31.961Z | info: running `cargo check --bins` on omicron-dev-lib (247/305) |
| 4196 | 2026-08-04T17:51:32.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2026-08-04T17:51:32.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2026-08-04T17:51:32.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4199 | 2026-08-04T17:51:32.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4200 | 2026-08-04T17:51:32.556Z | |
| 4201 | 2026-08-04T17:51:32.556Z | info: running `cargo check --bins` on xtask-downloader (248/305) |
| 4202 | 2026-08-04T17:51:33.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-08-04T17:51:33.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-08-04T17:51:33.134Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4205 | 2026-08-04T17:51:33.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 4206 | 2026-08-04T17:51:33.974Z | |
| 4207 | 2026-08-04T17:51:33.974Z | info: running `cargo check --bins` on omicron-dropshot-apis (249/305) |
| 4208 | 2026-08-04T17:51:34.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-08-04T17:51:34.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-08-04T17:51:34.696Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4211 | 2026-08-04T17:51:34.696Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4212 | 2026-08-04T17:51:34.696Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4213 | 2026-08-04T17:51:34.700Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4214 | 2026-08-04T17:51:34.700Z | Checking git-stub v1.0.0 |
| 4215 | 2026-08-04T17:51:34.700Z | Compiling trait-variant v0.1.2 |
| 4216 | 2026-08-04T17:51:34.821Z | Checking is_ci v1.2.0 |
| 4217 | 2026-08-04T17:51:34.827Z | Checking maplit v1.0.2 |
| 4218 | 2026-08-04T17:51:34.927Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4219 | 2026-08-04T17:51:34.940Z | Checking supports-color v3.0.2 |
| 4220 | 2026-08-04T17:51:34.980Z | Checking git-stub-vcs v0.1.0 |
| 4221 | 2026-08-04T17:51:35.039Z | Checking drift v0.2.0 |
| 4222 | 2026-08-04T17:51:35.059Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4223 | 2026-08-04T17:51:35.130Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4224 | 2026-08-04T17:51:35.177Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4225 | 2026-08-04T17:51:35.345Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4226 | 2026-08-04T17:51:35.359Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4227 | 2026-08-04T17:51:35.362Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4228 | 2026-08-04T17:51:35.389Z | Checking dropshot-api-manager v0.7.2 |
| 4229 | 2026-08-04T17:51:35.547Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4230 | 2026-08-04T17:51:35.588Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4231 | 2026-08-04T17:51:35.804Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4232 | 2026-08-04T17:51:36.103Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4233 | 2026-08-04T17:51:36.605Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4234 | 2026-08-04T17:51:36.605Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4235 | 2026-08-04T17:51:41.129Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4236 | 2026-08-04T17:51:42.049Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4237 | 2026-08-04T17:51:42.593Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4238 | 2026-08-04T17:51:43.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s |
| 4239 | 2026-08-04T17:51:43.027Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4240 | 2026-08-04T17:51:43.027Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4241 | 2026-08-04T17:51:43.205Z | |
| 4242 | 2026-08-04T17:51:43.205Z | info: running `cargo check --bins` on installinator-api (250/305) |
| 4243 | 2026-08-04T17:51:43.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4244 | 2026-08-04T17:51:43.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4245 | 2026-08-04T17:51:43.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4246 | 2026-08-04T17:51:43.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4247 | 2026-08-04T17:51:43.759Z | |
| 4248 | 2026-08-04T17:51:43.759Z | info: running `cargo check --bins` on nexus-external-api (251/305) |
| 4249 | 2026-08-04T17:51:44.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4250 | 2026-08-04T17:51:44.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4251 | 2026-08-04T17:51:44.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4252 | 2026-08-04T17:51:44.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4253 | 2026-08-04T17:51:44.348Z | |
| 4254 | 2026-08-04T17:51:44.348Z | info: running `cargo check --bins` on nexus-internal-api (252/305) |
| 4255 | 2026-08-04T17:51:44.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4256 | 2026-08-04T17:51:44.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4257 | 2026-08-04T17:51:44.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4258 | 2026-08-04T17:51:44.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4259 | 2026-08-04T17:51:44.945Z | |
| 4260 | 2026-08-04T17:51:44.945Z | info: running `cargo check --bins` on nexus-lockstep-api (253/305) |
| 4261 | 2026-08-04T17:51:45.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4262 | 2026-08-04T17:51:45.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4263 | 2026-08-04T17:51:45.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4264 | 2026-08-04T17:51:45.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4265 | 2026-08-04T17:51:45.532Z | |
| 4266 | 2026-08-04T17:51:45.532Z | info: running `cargo check --bins` on ntp-admin-api (254/305) |
| 4267 | 2026-08-04T17:51:46.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4268 | 2026-08-04T17:51:46.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4269 | 2026-08-04T17:51:46.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4270 | 2026-08-04T17:51:46.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4271 | 2026-08-04T17:51:46.092Z | |
| 4272 | 2026-08-04T17:51:46.092Z | info: running `cargo check --bins` on ntp-admin-types-versions (255/305) |
| 4273 | 2026-08-04T17:51:46.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4274 | 2026-08-04T17:51:46.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4275 | 2026-08-04T17:51:46.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4276 | 2026-08-04T17:51:46.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4277 | 2026-08-04T17:51:46.643Z | |
| 4278 | 2026-08-04T17:51:46.643Z | info: running `cargo check --bins` on wicketd-api (256/305) |
| 4279 | 2026-08-04T17:51:47.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4280 | 2026-08-04T17:51:47.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4281 | 2026-08-04T17:51:47.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4282 | 2026-08-04T17:51:47.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4283 | 2026-08-04T17:51:47.218Z | |
| 4284 | 2026-08-04T17:51:47.218Z | info: running `cargo check --bins` on wicketd-commission-api (257/305) |
| 4285 | 2026-08-04T17:51:47.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4286 | 2026-08-04T17:51:47.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4287 | 2026-08-04T17:51:47.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4288 | 2026-08-04T17:51:47.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4289 | 2026-08-04T17:51:47.786Z | |
| 4290 | 2026-08-04T17:51:47.786Z | info: running `cargo check --bins` on omicron-ls-apis (258/305) |
| 4291 | 2026-08-04T17:51:48.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4292 | 2026-08-04T17:51:48.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4293 | 2026-08-04T17:51:48.379Z | Compiling blake3 v1.8.5 |
| 4294 | 2026-08-04T17:51:48.486Z | Checking arrayref v0.3.9 |
| 4295 | 2026-08-04T17:51:48.486Z | Checking arrayvec v0.7.6 |
| 4296 | 2026-08-04T17:51:48.489Z | Checking constant_time_eq v0.4.2 |
| 4297 | 2026-08-04T17:51:48.513Z | Checking cargo-platform v0.3.2 |
| 4298 | 2026-08-04T17:51:48.514Z | Checking topological-sort v0.2.2 |
| 4299 | 2026-08-04T17:51:48.518Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4300 | 2026-08-04T17:51:48.684Z | Checking cargo_metadata v0.23.1 |
| 4301 | 2026-08-04T17:51:49.256Z | Checking omicron-zone-package v0.12.3 |
| 4302 | 2026-08-04T17:51:49.966Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4303 | 2026-08-04T17:51:50.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 4304 | 2026-08-04T17:51:50.958Z | |
| 4305 | 2026-08-04T17:51:50.958Z | info: running `cargo check --bins` on mgs-dev (259/305) |
| 4306 | 2026-08-04T17:51:51.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4307 | 2026-08-04T17:51:51.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4308 | 2026-08-04T17:51:51.669Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4309 | 2026-08-04T17:51:52.287Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4310 | 2026-08-04T17:51:52.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 4311 | 2026-08-04T17:51:52.974Z | |
| 4312 | 2026-08-04T17:51:52.974Z | info: running `cargo check --bins` on omicron-omdb (260/305) |
| 4313 | 2026-08-04T17:51:53.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4314 | 2026-08-04T17:51:53.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4315 | 2026-08-04T17:51:53.919Z | Compiling darling_core v0.21.3 |
| 4316 | 2026-08-04T17:51:53.919Z | Compiling vergen-lib v0.1.6 |
| 4317 | 2026-08-04T17:51:53.919Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4318 | 2026-08-04T17:51:53.919Z | Compiling diesel_derives v2.3.7 |
| 4319 | 2026-08-04T17:51:53.919Z | Checking scheduled-thread-pool v0.2.7 |
| 4320 | 2026-08-04T17:51:53.924Z | Compiling vergen-gitcl v1.0.8 |
| 4321 | 2026-08-04T17:51:53.924Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4322 | 2026-08-04T17:51:53.924Z | Compiling dirs-sys-next v0.1.2 |
| 4323 | 2026-08-04T17:51:54.198Z | Compiling crunchy v0.2.4 |
| 4324 | 2026-08-04T17:51:54.278Z | Compiling glob v0.3.3 |
| 4325 | 2026-08-04T17:51:54.298Z | Compiling dirs-next v2.0.0 |
| 4326 | 2026-08-04T17:51:54.384Z | Checking r2d2 v0.8.10 |
| 4327 | 2026-08-04T17:51:54.408Z | Checking downcast-rs v2.0.2 |
| 4328 | 2026-08-04T17:51:54.458Z | Compiling tiny-keccak v2.0.2 |
| 4329 | 2026-08-04T17:51:54.520Z | Compiling term v0.7.0 |
| 4330 | 2026-08-04T17:51:54.560Z | Compiling bit-vec v0.6.3 |
| 4331 | 2026-08-04T17:51:54.581Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4332 | 2026-08-04T17:51:54.644Z | Compiling clang-sys v1.8.1 |
| 4333 | 2026-08-04T17:51:54.757Z | Compiling bit-set v0.5.3 |
| 4334 | 2026-08-04T17:51:54.774Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4335 | 2026-08-04T17:51:54.913Z | Compiling ascii-canvas v3.0.0 |
| 4336 | 2026-08-04T17:51:54.938Z | Compiling itertools v0.10.5 |
| 4337 | 2026-08-04T17:51:55.038Z | Compiling ena v0.14.4 |
| 4338 | 2026-08-04T17:51:55.073Z | Compiling libloading v0.8.9 |
| 4339 | 2026-08-04T17:51:55.166Z | Compiling diff v0.1.13 |
| 4340 | 2026-08-04T17:51:55.194Z | Compiling regex-syntax v0.6.29 |
| 4341 | 2026-08-04T17:51:55.252Z | Compiling bindgen v0.71.1 |
| 4342 | 2026-08-04T17:51:55.269Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4343 | 2026-08-04T17:51:55.452Z | Compiling cexpr v0.6.0 |
| 4344 | 2026-08-04T17:51:55.648Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4345 | 2026-08-04T17:51:55.834Z | Compiling rustc-hash v2.1.1 |
| 4346 | 2026-08-04T17:51:55.989Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4347 | 2026-08-04T17:51:56.019Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4348 | 2026-08-04T17:51:56.064Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4349 | 2026-08-04T17:51:56.114Z | Compiling libxml v0.3.3 |
| 4350 | 2026-08-04T17:51:56.323Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4351 | 2026-08-04T17:51:56.327Z | Compiling strum_macros v0.24.3 |
| 4352 | 2026-08-04T17:51:56.386Z | Compiling indoc v1.0.9 |
| 4353 | 2026-08-04T17:51:56.525Z | Compiling lalrpop v0.19.12 |
| 4354 | 2026-08-04T17:51:56.542Z | Compiling darling_macro v0.21.3 |
| 4355 | 2026-08-04T17:51:57.056Z | Compiling darling v0.21.3 |
| 4356 | 2026-08-04T17:51:57.150Z | Compiling dsl_auto_type v0.2.0 |
| 4357 | 2026-08-04T17:51:57.276Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4358 | 2026-08-04T17:51:57.465Z | Checking derive_builder v0.20.2 |
| 4359 | 2026-08-04T17:51:57.589Z | Compiling oso-derive v0.27.3 |
| 4360 | 2026-08-04T17:51:57.633Z | Checking quick-xml v0.37.5 |
| 4361 | 2026-08-04T17:51:57.812Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4362 | 2026-08-04T17:51:58.088Z | Checking openssl-probe v0.1.6 |
| 4363 | 2026-08-04T17:51:58.226Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4364 | 2026-08-04T17:51:58.515Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4365 | 2026-08-04T17:51:58.704Z | Checking bb8 v0.8.6 |
| 4366 | 2026-08-04T17:51:58.841Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4367 | 2026-08-04T17:51:58.946Z | Checking nonempty v0.12.0 |
| 4368 | 2026-08-04T17:51:58.986Z | Compiling libz-sys v1.1.24 |
| 4369 | 2026-08-04T17:51:59.050Z | Compiling strsim v0.10.0 |
| 4370 | 2026-08-04T17:51:59.110Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4371 | 2026-08-04T17:51:59.344Z | Compiling darling_core v0.13.4 |
| 4372 | 2026-08-04T17:51:59.385Z | Compiling vergen-git2 v9.1.0 |
| 4373 | 2026-08-04T17:51:59.558Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4374 | 2026-08-04T17:51:59.602Z | Compiling base64 v0.21.7 |
| 4375 | 2026-08-04T17:51:59.768Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4376 | 2026-08-04T17:51:59.922Z | Compiling ron v0.8.1 |
| 4377 | 2026-08-04T17:52:00.771Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4378 | 2026-08-04T17:52:00.885Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4379 | 2026-08-04T17:52:00.983Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4380 | 2026-08-04T17:52:01.171Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4381 | 2026-08-04T17:52:01.273Z | Compiling darling_macro v0.13.4 |
| 4382 | 2026-08-04T17:52:01.359Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4383 | 2026-08-04T17:52:01.547Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4384 | 2026-08-04T17:52:01.732Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4385 | 2026-08-04T17:52:01.762Z | Compiling darling v0.13.4 |
| 4386 | 2026-08-04T17:52:01.855Z | Compiling serde_with_macros v1.5.2 |
| 4387 | 2026-08-04T17:52:01.916Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4388 | 2026-08-04T17:52:02.102Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4389 | 2026-08-04T17:52:02.286Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4390 | 2026-08-04T17:52:02.315Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4391 | 2026-08-04T17:52:02.466Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4392 | 2026-08-04T17:52:02.680Z | Compiling serde_with v1.14.0 |
| 4393 | 2026-08-04T17:52:03.014Z | Checking diesel v2.3.7 |
| 4394 | 2026-08-04T17:52:03.819Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4395 | 2026-08-04T17:52:03.987Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4396 | 2026-08-04T17:52:04.208Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4397 | 2026-08-04T17:52:04.911Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4398 | 2026-08-04T17:52:05.428Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4399 | 2026-08-04T17:52:05.609Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4400 | 2026-08-04T17:52:05.777Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4401 | 2026-08-04T17:52:06.091Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4402 | 2026-08-04T17:52:06.397Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4403 | 2026-08-04T17:52:06.468Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4404 | 2026-08-04T17:52:06.652Z | Checking twox-hash v2.1.2 |
| 4405 | 2026-08-04T17:52:06.710Z | Checking libsw-core v0.3.2 |
| 4406 | 2026-08-04T17:52:06.865Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4407 | 2026-08-04T17:52:06.945Z | Checking libsw v3.5.0 |
| 4408 | 2026-08-04T17:52:06.972Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4409 | 2026-08-04T17:52:07.126Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4410 | 2026-08-04T17:52:07.301Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4411 | 2026-08-04T17:52:07.453Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4412 | 2026-08-04T17:52:08.720Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4413 | 2026-08-04T17:52:08.774Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4414 | 2026-08-04T17:52:08.989Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4415 | 2026-08-04T17:52:09.376Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4416 | 2026-08-04T17:52:09.676Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4417 | 2026-08-04T17:52:09.865Z | Checking console v0.16.2 |
| 4418 | 2026-08-04T17:52:10.183Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4419 | 2026-08-04T17:52:10.331Z | Checking fatfs v0.3.6 |
| 4420 | 2026-08-04T17:52:10.363Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4421 | 2026-08-04T17:52:10.790Z | Checking unit-prefix v0.5.2 |
| 4422 | 2026-08-04T17:52:10.927Z | Compiling seq-macro v0.3.6 |
| 4423 | 2026-08-04T17:52:11.427Z | Checking indicatif v0.18.4 |
| 4424 | 2026-08-04T17:52:11.682Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4425 | 2026-08-04T17:52:11.810Z | Checking oxide-update-engine-display v0.1.2 |
| 4426 | 2026-08-04T17:52:11.852Z | Checking support-bundle-viewer v0.1.2 |
| 4427 | 2026-08-04T17:52:12.095Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4428 | 2026-08-04T17:52:12.111Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4429 | 2026-08-04T17:52:12.312Z | Checking multimap v0.10.1 |
| 4430 | 2026-08-04T17:52:17.850Z | Checking async-bb8-diesel v0.2.1 |
| 4431 | 2026-08-04T17:52:18.201Z | Checking diesel-dtrace v0.5.0 |
| 4432 | 2026-08-04T17:52:21.418Z | Compiling samael v0.0.19 |
| 4433 | 2026-08-04T17:52:26.413Z | Compiling git2 v0.20.4 |
| 4434 | 2026-08-04T17:52:27.570Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4435 | 2026-08-04T17:52:28.350Z | Compiling polar-core v0.27.3 |
| 4436 | 2026-08-04T17:52:28.891Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4437 | 2026-08-04T17:52:32.833Z | Checking oso v0.27.3 |
| 4438 | 2026-08-04T17:53:04.605Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4439 | 2026-08-04T17:54:18.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
| 4440 | 2026-08-04T17:54:18.360Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4441 | 2026-08-04T17:54:18.360Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4442 | 2026-08-04T17:54:18.572Z | |
| 4443 | 2026-08-04T17:54:18.573Z | info: running `cargo check --bins` on nexus-networking (261/305) |
| 4444 | 2026-08-04T17:54:19.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-08-04T17:54:19.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-08-04T17:54:19.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-08-04T17:54:19.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4448 | 2026-08-04T17:54:19.232Z | |
| 4449 | 2026-08-04T17:54:19.232Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (262/305) |
| 4450 | 2026-08-04T17:54:19.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-08-04T17:54:19.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-08-04T17:54:19.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-08-04T17:54:19.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4454 | 2026-08-04T17:54:19.854Z | |
| 4455 | 2026-08-04T17:54:19.854Z | info: running `cargo check --bins` on nexus-saga-recovery (263/305) |
| 4456 | 2026-08-04T17:54:20.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-08-04T17:54:20.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-08-04T17:54:20.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4459 | 2026-08-04T17:54:20.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4460 | 2026-08-04T17:54:20.477Z | |
| 4461 | 2026-08-04T17:54:20.477Z | info: running `cargo check --bins` on nexus-test-utils-macros (264/305) |
| 4462 | 2026-08-04T17:54:20.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-08-04T17:54:20.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-08-04T17:54:20.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-08-04T17:54:20.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4466 | 2026-08-04T17:54:21.028Z | |
| 4467 | 2026-08-04T17:54:21.028Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (265/305) |
| 4468 | 2026-08-04T17:54:21.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-08-04T17:54:21.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-08-04T17:54:21.840Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4471 | 2026-08-04T17:54:22.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 4472 | 2026-08-04T17:54:22.601Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4473 | 2026-08-04T17:54:22.601Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4474 | 2026-08-04T17:54:22.807Z | |
| 4475 | 2026-08-04T17:54:22.807Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (266/305) |
| 4476 | 2026-08-04T17:54:23.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-08-04T17:54:23.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-08-04T17:54:23.612Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4479 | 2026-08-04T17:55:01.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.80s |
| 4480 | 2026-08-04T17:55:01.627Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4481 | 2026-08-04T17:55:01.627Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4482 | 2026-08-04T17:55:01.826Z | |
| 4483 | 2026-08-04T17:55:01.826Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (267/305) |
| 4484 | 2026-08-04T17:55:02.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4485 | 2026-08-04T17:55:02.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4486 | 2026-08-04T17:55:02.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4487 | 2026-08-04T17:55:02.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4488 | 2026-08-04T17:55:02.380Z | |
| 4489 | 2026-08-04T17:55:02.380Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (268/305) |
| 4490 | 2026-08-04T17:55:02.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4491 | 2026-08-04T17:55:02.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4492 | 2026-08-04T17:55:02.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4493 | 2026-08-04T17:55:02.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4494 | 2026-08-04T17:55:02.931Z | |
| 4495 | 2026-08-04T17:55:02.931Z | info: running `cargo check --bins --no-default-features` on nexus-fm (269/305) |
| 4496 | 2026-08-04T17:55:03.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4497 | 2026-08-04T17:55:03.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4498 | 2026-08-04T17:55:03.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4499 | 2026-08-04T17:55:03.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4500 | 2026-08-04T17:55:03.537Z | |
| 4501 | 2026-08-04T17:55:03.537Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (270/305) |
| 4502 | 2026-08-04T17:55:04.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4503 | 2026-08-04T17:55:04.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4504 | 2026-08-04T17:55:04.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4505 | 2026-08-04T17:55:04.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4506 | 2026-08-04T17:55:04.150Z | |
| 4507 | 2026-08-04T17:55:04.150Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (271/305) |
| 4508 | 2026-08-04T17:55:04.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-08-04T17:55:04.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-08-04T17:55:04.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4511 | 2026-08-04T17:55:04.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4512 | 2026-08-04T17:55:04.777Z | |
| 4513 | 2026-08-04T17:55:04.777Z | info: running `cargo check --bins` on nexus-mgs-updates (272/305) |
| 4514 | 2026-08-04T17:55:05.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4515 | 2026-08-04T17:55:05.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4516 | 2026-08-04T17:55:05.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4517 | 2026-08-04T17:55:05.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4518 | 2026-08-04T17:55:05.408Z | |
| 4519 | 2026-08-04T17:55:05.408Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (273/305) |
| 4520 | 2026-08-04T17:55:05.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4521 | 2026-08-04T17:55:05.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4522 | 2026-08-04T17:55:05.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4523 | 2026-08-04T17:55:05.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4524 | 2026-08-04T17:55:06.009Z | |
| 4525 | 2026-08-04T17:55:06.009Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (274/305) |
| 4526 | 2026-08-04T17:55:06.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4527 | 2026-08-04T17:55:06.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4528 | 2026-08-04T17:55:06.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4529 | 2026-08-04T17:55:06.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4530 | 2026-08-04T17:55:06.635Z | |
| 4531 | 2026-08-04T17:55:06.635Z | info: running `cargo check --bins` on nexus-switch-config (275/305) |
| 4532 | 2026-08-04T17:55:07.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4533 | 2026-08-04T17:55:07.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4534 | 2026-08-04T17:55:07.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4535 | 2026-08-04T17:55:07.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4536 | 2026-08-04T17:55:07.233Z | |
| 4537 | 2026-08-04T17:55:07.233Z | info: running `cargo check --bins` on nexus-switch-config-preparation (276/305) |
| 4538 | 2026-08-04T17:55:07.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4539 | 2026-08-04T17:55:07.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4540 | 2026-08-04T17:55:07.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4541 | 2026-08-04T17:55:07.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4542 | 2026-08-04T17:55:07.998Z | |
| 4543 | 2026-08-04T17:55:07.999Z | info: running `cargo check --bins` on support-bundle-collection (277/305) |
| 4544 | 2026-08-04T17:55:08.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4545 | 2026-08-04T17:55:08.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4546 | 2026-08-04T17:55:08.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4547 | 2026-08-04T17:55:08.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4548 | 2026-08-04T17:55:08.483Z | |
| 4549 | 2026-08-04T17:55:08.483Z | info: running `cargo check --bins` on omicron-dev (278/305) |
| 4550 | 2026-08-04T17:55:09.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4551 | 2026-08-04T17:55:13.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4552 | 2026-08-04T17:55:13.182Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4553 | 2026-08-04T17:55:13.182Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4554 | 2026-08-04T17:55:13.182Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4555 | 2026-08-04T17:55:13.182Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4556 | 2026-08-04T17:55:13.182Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4557 | 2026-08-04T17:55:13.182Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4558 | 2026-08-04T17:55:13.182Z | Checking yansi v1.0.1 |
| 4559 | 2026-08-04T17:55:13.182Z | Checking diff v0.1.13 |
| 4560 | 2026-08-04T17:55:13.182Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4561 | 2026-08-04T17:55:13.182Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4562 | 2026-08-04T17:55:13.182Z | Checking pretty_assertions v1.4.1 |
| 4563 | 2026-08-04T17:55:13.182Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4564 | 2026-08-04T17:55:13.182Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4565 | 2026-08-04T17:55:35.158Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4566 | 2026-08-04T17:55:35.161Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4567 | 2026-08-04T17:55:35.161Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4568 | 2026-08-04T17:55:35.161Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4569 | 2026-08-04T17:55:35.161Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4570 | 2026-08-04T17:55:35.161Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4571 | 2026-08-04T17:55:35.161Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4572 | 2026-08-04T17:55:36.027Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4573 | 2026-08-04T17:55:36.030Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4574 | 2026-08-04T17:55:37.242Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4575 | 2026-08-04T17:56:15.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 4576 | 2026-08-04T17:56:15.626Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4577 | 2026-08-04T17:56:15.626Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4578 | 2026-08-04T17:56:15.838Z | |
| 4579 | 2026-08-04T17:56:15.838Z | info: running `cargo check --bins` on oximeter-load-test (279/305) |
| 4580 | 2026-08-04T17:56:16.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4581 | 2026-08-04T17:56:16.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4582 | 2026-08-04T17:56:16.521Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4583 | 2026-08-04T17:56:17.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 4584 | 2026-08-04T17:56:17.294Z | |
| 4585 | 2026-08-04T17:56:17.295Z | info: running `cargo check --bins` on omicron-pins (280/305) |
| 4586 | 2026-08-04T17:56:17.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4587 | 2026-08-04T17:56:17.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4588 | 2026-08-04T17:56:17.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4589 | 2026-08-04T17:56:17.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4590 | 2026-08-04T17:56:17.843Z | |
| 4591 | 2026-08-04T17:56:17.843Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (281/305) |
| 4592 | 2026-08-04T17:56:18.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4593 | 2026-08-04T17:56:18.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4594 | 2026-08-04T17:56:18.601Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4595 | 2026-08-04T17:56:18.724Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4596 | 2026-08-04T17:56:18.728Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4597 | 2026-08-04T17:56:45.270Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4598 | 2026-08-04T17:56:45.654Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4599 | 2026-08-04T17:56:47.378Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4600 | 2026-08-04T17:56:47.830Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4601 | 2026-08-04T17:56:50.914Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4602 | 2026-08-04T17:57:14.590Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4603 | 2026-08-04T17:57:15.293Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4604 | 2026-08-04T17:57:16.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.07s |
| 4605 | 2026-08-04T17:57:17.116Z | |
| 4606 | 2026-08-04T17:57:17.116Z | info: running `cargo check --bins` on reconfigurator-sp-updater (282/305) |
| 4607 | 2026-08-04T17:57:17.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4608 | 2026-08-04T17:57:17.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4609 | 2026-08-04T17:57:17.808Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4610 | 2026-08-04T17:57:18.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4611 | 2026-08-04T17:57:18.676Z | |
| 4612 | 2026-08-04T17:57:18.676Z | info: running `cargo check --bins` on omicron-releng (283/305) |
| 4613 | 2026-08-04T17:57:19.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4614 | 2026-08-04T17:57:19.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4615 | 2026-08-04T17:57:19.307Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4616 | 2026-08-04T17:57:19.415Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4617 | 2026-08-04T17:57:19.415Z | Checking digest-io v0.1.0 |
| 4618 | 2026-08-04T17:57:19.418Z | Checking sha2 v0.11.0 |
| 4619 | 2026-08-04T17:57:19.431Z | Checking rawzip v0.4.4 |
| 4620 | 2026-08-04T17:57:19.434Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4621 | 2026-08-04T17:57:19.453Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4622 | 2026-08-04T17:57:19.456Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4623 | 2026-08-04T17:57:19.535Z | Checking shell-words v1.1.1 |
| 4624 | 2026-08-04T17:57:19.891Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4625 | 2026-08-04T17:57:20.109Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4626 | 2026-08-04T17:57:21.118Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4627 | 2026-08-04T17:57:22.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s |
| 4628 | 2026-08-04T17:57:22.329Z | |
| 4629 | 2026-08-04T17:57:22.329Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (284/305) |
| 4630 | 2026-08-04T17:57:22.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4631 | 2026-08-04T17:57:22.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4632 | 2026-08-04T17:57:22.951Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4633 | 2026-08-04T17:57:23.272Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4634 | 2026-08-04T17:57:23.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4635 | 2026-08-04T17:57:23.843Z | |
| 4636 | 2026-08-04T17:57:23.843Z | info: running `cargo check --bins` on schema (285/305) |
| 4637 | 2026-08-04T17:57:24.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4638 | 2026-08-04T17:57:24.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4639 | 2026-08-04T17:57:24.549Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4640 | 2026-08-04T17:57:25.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4641 | 2026-08-04T17:57:25.415Z | |
| 4642 | 2026-08-04T17:57:25.415Z | info: running `cargo check --bins` on xtask (286/305) |
| 4643 | 2026-08-04T17:57:25.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4644 | 2026-08-04T17:57:25.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4645 | 2026-08-04T17:57:25.815Z | Checking serde_core v1.0.228 |
| 4646 | 2026-08-04T17:57:25.815Z | Checking libc v0.2.185 |
| 4647 | 2026-08-04T17:57:25.896Z | Checking bitflags v2.11.0 |
| 4648 | 2026-08-04T17:57:25.903Z | Checking scroll v0.12.0 |
| 4649 | 2026-08-04T17:57:25.905Z | Checking thiserror v1.0.69 |
| 4650 | 2026-08-04T17:57:25.917Z | Checking log v0.4.29 |
| 4651 | 2026-08-04T17:57:25.924Z | Checking indexmap v2.14.0 |
| 4652 | 2026-08-04T17:57:25.924Z | Checking zerocopy v0.7.35 |
| 4653 | 2026-08-04T17:57:25.996Z | Checking syn v2.0.117 |
| 4654 | 2026-08-04T17:57:26.033Z | Checking dtrace-parser v0.2.0 |
| 4655 | 2026-08-04T17:57:26.054Z | Checking once_cell v1.21.3 |
| 4656 | 2026-08-04T17:57:26.109Z | Checking goblin v0.8.2 |
| 4657 | 2026-08-04T17:57:26.175Z | Checking errno v0.3.14 |
| 4658 | 2026-08-04T17:57:26.221Z | Checking thread-id v4.2.2 |
| 4659 | 2026-08-04T17:57:26.255Z | Checking getrandom v0.4.1 |
| 4660 | 2026-08-04T17:57:26.287Z | Checking rustix v1.1.3 |
| 4661 | 2026-08-04T17:57:26.299Z | Checking memmap v0.7.0 |
| 4662 | 2026-08-04T17:57:26.381Z | Checking thiserror v2.0.18 |
| 4663 | 2026-08-04T17:57:26.402Z | Checking fs-err v3.3.0 |
| 4664 | 2026-08-04T17:57:26.420Z | Checking anyhow v1.0.102 |
| 4665 | 2026-08-04T17:57:26.434Z | Checking tabled v0.15.0 |
| 4666 | 2026-08-04T17:57:27.049Z | Checking terminal_size v0.4.3 |
| 4667 | 2026-08-04T17:57:27.049Z | Checking tempfile v3.25.0 |
| 4668 | 2026-08-04T17:57:27.178Z | Checking clap_builder v4.6.0 |
| 4669 | 2026-08-04T17:57:27.181Z | Checking textwrap v0.16.2 |
| 4670 | 2026-08-04T17:57:27.338Z | Checking serde v1.0.228 |
| 4671 | 2026-08-04T17:57:27.339Z | Checking serde_json v1.0.151 |
| 4672 | 2026-08-04T17:57:27.344Z | Checking camino v1.2.2 |
| 4673 | 2026-08-04T17:57:27.376Z | Checking semver v1.0.28 |
| 4674 | 2026-08-04T17:57:27.502Z | Checking cargo-platform v0.3.2 |
| 4675 | 2026-08-04T17:57:27.583Z | Checking camino-tempfile v1.4.1 |
| 4676 | 2026-08-04T17:57:27.736Z | Checking toml_datetime v0.6.11 |
| 4677 | 2026-08-04T17:57:27.736Z | Checking serde_spanned v0.6.9 |
| 4678 | 2026-08-04T17:57:27.741Z | Checking macaddr v1.0.1 |
| 4679 | 2026-08-04T17:57:27.741Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4680 | 2026-08-04T17:57:27.927Z | Checking toml_edit v0.22.27 |
| 4681 | 2026-08-04T17:57:27.938Z | Checking dof v0.3.0 |
| 4682 | 2026-08-04T17:57:27.943Z | Checking cargo_metadata v0.23.1 |
| 4683 | 2026-08-04T17:57:28.200Z | Checking usdt-impl v0.5.0 |
| 4684 | 2026-08-04T17:57:28.342Z | Checking clap v4.6.1 |
| 4685 | 2026-08-04T17:57:28.458Z | Checking usdt v0.5.0 |
| 4686 | 2026-08-04T17:57:28.892Z | Checking toml v0.8.23 |
| 4687 | 2026-08-04T17:57:29.146Z | Checking cargo_toml v0.21.0 |
| 4688 | 2026-08-04T17:57:29.780Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4689 | 2026-08-04T17:57:30.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 4690 | 2026-08-04T17:57:30.271Z | |
| 4691 | 2026-08-04T17:57:30.271Z | info: running `cargo check --bins` on dnsadm (287/305) |
| 4692 | 2026-08-04T17:57:30.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4693 | 2026-08-04T17:57:30.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4694 | 2026-08-04T17:57:30.888Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4695 | 2026-08-04T17:57:31.350Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4696 | 2026-08-04T17:57:31.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4697 | 2026-08-04T17:57:31.912Z | |
| 4698 | 2026-08-04T17:57:31.912Z | info: running `cargo check --bins` on end-to-end-tests (288/305) |
| 4699 | 2026-08-04T17:57:32.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4700 | 2026-08-04T17:57:32.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4701 | 2026-08-04T17:57:32.705Z | Checking cpubits v0.1.1 |
| 4702 | 2026-08-04T17:57:32.831Z | Checking pem-rfc7468 v1.0.0 |
| 4703 | 2026-08-04T17:57:32.844Z | Checking hmac v0.13.0 |
| 4704 | 2026-08-04T17:57:32.847Z | Checking universal-hash v0.6.1 |
| 4705 | 2026-08-04T17:57:32.867Z | Checking ctr v0.10.1 |
| 4706 | 2026-08-04T17:57:32.867Z | Checking aead v0.6.1 |
| 4707 | 2026-08-04T17:57:32.895Z | Checking aes v0.9.1 |
| 4708 | 2026-08-04T17:57:32.895Z | Checking crypto-bigint v0.7.5 |
| 4709 | 2026-08-04T17:57:32.922Z | Checking salsa20 v0.11.0 |
| 4710 | 2026-08-04T17:57:32.966Z | Checking polyval v0.7.1 |
| 4711 | 2026-08-04T17:57:32.980Z | Checking der v0.8.0 |
| 4712 | 2026-08-04T17:57:32.994Z | Checking pbkdf2 v0.13.0 |
| 4713 | 2026-08-04T17:57:33.036Z | Checking cbc v0.2.1 |
| 4714 | 2026-08-04T17:57:33.043Z | Checking ff v0.14.0 |
| 4715 | 2026-08-04T17:57:33.088Z | Checking signature v3.0.0 |
| 4716 | 2026-08-04T17:57:33.105Z | Checking scrypt v0.12.0 |
| 4717 | 2026-08-04T17:57:33.129Z | Checking ghash v0.6.0 |
| 4718 | 2026-08-04T17:57:33.184Z | Checking base16ct v1.0.0 |
| 4719 | 2026-08-04T17:57:33.198Z | Checking group v0.14.0 |
| 4720 | 2026-08-04T17:57:33.238Z | Checking hkdf v0.13.0 |
| 4721 | 2026-08-04T17:57:33.257Z | Compiling curve25519-dalek v5.0.0 |
| 4722 | 2026-08-04T17:57:33.277Z | Checking keccak v0.2.0 |
| 4723 | 2026-08-04T17:57:33.293Z | Checking aes-gcm v0.11.0 |
| 4724 | 2026-08-04T17:57:33.308Z | Checking poly1305 v0.9.0 |
| 4725 | 2026-08-04T17:57:33.339Z | Checking wnaf v0.14.0 |
| 4726 | 2026-08-04T17:57:33.365Z | Checking blowfish v0.10.0 |
| 4727 | 2026-08-04T17:57:33.426Z | Checking blake2 v0.11.0-rc.6 |
| 4728 | 2026-08-04T17:57:33.451Z | Checking sha3 v0.11.0 |
| 4729 | 2026-08-04T17:57:33.501Z | Checking kem v0.3.0 |
| 4730 | 2026-08-04T17:57:33.515Z | Checking bcrypt-pbkdf v0.11.0 |
| 4731 | 2026-08-04T17:57:33.569Z | Checking module-lattice v0.2.3 |
| 4732 | 2026-08-04T17:57:33.615Z | Checking sponge-cursor v0.1.0 |
| 4733 | 2026-08-04T17:57:33.672Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4734 | 2026-08-04T17:57:33.687Z | Checking argon2 v0.6.0-rc.8 |
| 4735 | 2026-08-04T17:57:33.739Z | Checking sha3 v0.12.0 |
| 4736 | 2026-08-04T17:57:33.771Z | Checking spki v0.8.0 |
| 4737 | 2026-08-04T17:57:33.785Z | Checking sec1 v0.8.1 |
| 4738 | 2026-08-04T17:57:33.798Z | Checking ml-kem v0.3.2 |
| 4739 | 2026-08-04T17:57:33.848Z | Checking internal-russh-num-bigint v0.5.0 |
| 4740 | 2026-08-04T17:57:33.932Z | Checking num-bigint v0.4.6 |
| 4741 | 2026-08-04T17:57:33.947Z | Checking pkcs5 v0.8.1 |
| 4742 | 2026-08-04T17:57:33.983Z | Checking pkcs1 v0.8.0-rc.4 |
| 4743 | 2026-08-04T17:57:33.998Z | Checking generic-array v1.4.3 |
| 4744 | 2026-08-04T17:57:34.188Z | Compiling enum_dispatch v0.3.13 |
| 4745 | 2026-08-04T17:57:34.229Z | Checking pkcs8 v0.11.0 |
| 4746 | 2026-08-04T17:57:34.387Z | Checking russh-util v0.52.0 |
| 4747 | 2026-08-04T17:57:34.423Z | Checking ed25519 v3.0.0 |
| 4748 | 2026-08-04T17:57:34.511Z | Compiling delegate v0.13.5 |
| 4749 | 2026-08-04T17:57:34.527Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4750 | 2026-08-04T17:57:34.577Z | Checking hex-literal v1.1.0 |
| 4751 | 2026-08-04T17:57:34.615Z | Checking ed25519-dalek v3.0.0 |
| 4752 | 2026-08-04T17:57:34.671Z | Checking md5 v0.8.0 |
| 4753 | 2026-08-04T17:57:34.708Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4754 | 2026-08-04T17:57:34.835Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4755 | 2026-08-04T17:57:34.835Z | Checking socket2 v0.5.10 |
| 4756 | 2026-08-04T17:57:34.863Z | Checking internet-checksum v0.2.1 |
| 4757 | 2026-08-04T17:57:34.922Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4758 | 2026-08-04T17:57:35.101Z | Checking elliptic-curve v0.14.1 |
| 4759 | 2026-08-04T17:57:35.101Z | Checking rfc6979 v0.6.0 |
| 4760 | 2026-08-04T17:57:35.104Z | Checking primefield v0.14.0 |
| 4761 | 2026-08-04T17:57:35.104Z | Checking ssh-encoding v0.3.0 |
| 4762 | 2026-08-04T17:57:35.154Z | Checking crypto-primes v0.7.2 |
| 4763 | 2026-08-04T17:57:35.343Z | Checking ssh-cipher v0.3.0 |
| 4764 | 2026-08-04T17:57:35.346Z | Checking russh-cryptovec v0.62.0 |
| 4765 | 2026-08-04T17:57:35.478Z | Checking primeorder v0.14.0 |
| 4766 | 2026-08-04T17:57:35.482Z | Checking ecdsa v0.17.0 |
| 4767 | 2026-08-04T17:57:35.834Z | Checking p256 v0.14.0 |
| 4768 | 2026-08-04T17:57:35.834Z | Checking p384 v0.14.0 |
| 4769 | 2026-08-04T17:57:35.834Z | Checking p521 v0.14.0 |
| 4770 | 2026-08-04T17:57:36.072Z | Checking rsa v0.10.0-rc.18 |
| 4771 | 2026-08-04T17:57:38.638Z | Checking ssh-key v0.7.0-rc.11 |
| 4772 | 2026-08-04T17:57:39.379Z | Checking russh v0.62.4 |
| 4773 | 2026-08-04T17:57:52.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.81s |
| 4774 | 2026-08-04T17:57:52.741Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4775 | 2026-08-04T17:57:52.741Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4776 | 2026-08-04T17:57:52.936Z | |
| 4777 | 2026-08-04T17:57:52.936Z | info: running `cargo check --bins` on gateway-cli (289/305) |
| 4778 | 2026-08-04T17:57:53.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4779 | 2026-08-04T17:57:53.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4780 | 2026-08-04T17:57:53.556Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4781 | 2026-08-04T17:57:53.665Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4782 | 2026-08-04T17:57:53.672Z | Checking termios v0.3.3 |
| 4783 | 2026-08-04T17:57:54.867Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4784 | 2026-08-04T17:57:55.019Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4785 | 2026-08-04T17:57:56.674Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4786 | 2026-08-04T17:57:57.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
| 4787 | 2026-08-04T17:57:57.408Z | |
| 4788 | 2026-08-04T17:57:57.408Z | info: running `cargo check --bins --no-default-features` on installinator (290/305) |
| 4789 | 2026-08-04T17:57:57.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4790 | 2026-08-04T17:57:57.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4791 | 2026-08-04T17:57:58.091Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4792 | 2026-08-04T17:57:58.094Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4793 | 2026-08-04T17:57:58.094Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4794 | 2026-08-04T17:57:58.094Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4795 | 2026-08-04T17:57:58.217Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4796 | 2026-08-04T17:57:58.223Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4797 | 2026-08-04T17:57:58.360Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4798 | 2026-08-04T17:57:58.996Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4799 | 2026-08-04T17:57:59.562Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4800 | 2026-08-04T17:58:01.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s |
| 4801 | 2026-08-04T17:58:01.389Z | |
| 4802 | 2026-08-04T17:58:01.389Z | info: running `cargo check --bins` on internal-dns-cli (291/305) |
| 4803 | 2026-08-04T17:58:01.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4804 | 2026-08-04T17:58:01.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4805 | 2026-08-04T17:58:02.009Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4806 | 2026-08-04T17:58:02.456Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4807 | 2026-08-04T17:58:02.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4808 | 2026-08-04T17:58:02.941Z | |
| 4809 | 2026-08-04T17:58:02.941Z | info: running `cargo check --bins` on omicron-live-tests (292/305) |
| 4810 | 2026-08-04T17:58:03.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4811 | 2026-08-04T17:58:03.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4812 | 2026-08-04T17:58:03.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4813 | 2026-08-04T17:58:03.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4814 | 2026-08-04T17:58:03.490Z | |
| 4815 | 2026-08-04T17:58:03.490Z | info: running `cargo check --bins` on live-tests-macros (293/305) |
| 4816 | 2026-08-04T17:58:03.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4817 | 2026-08-04T17:58:03.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4818 | 2026-08-04T17:58:03.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4819 | 2026-08-04T17:58:03.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4820 | 2026-08-04T17:58:04.035Z | |
| 4821 | 2026-08-04T17:58:04.035Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (294/305) |
| 4822 | 2026-08-04T17:58:04.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4823 | 2026-08-04T17:58:04.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4824 | 2026-08-04T17:58:04.763Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4825 | 2026-08-04T17:58:05.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4826 | 2026-08-04T17:58:05.538Z | |
| 4827 | 2026-08-04T17:58:05.538Z | info: running `cargo check --bins` on omicron-ntp-admin (295/305) |
| 4828 | 2026-08-04T17:58:06.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4829 | 2026-08-04T17:58:06.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4830 | 2026-08-04T17:58:06.162Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4831 | 2026-08-04T17:58:06.165Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4832 | 2026-08-04T17:58:06.431Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4833 | 2026-08-04T17:58:06.432Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4834 | 2026-08-04T17:58:07.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4835 | 2026-08-04T17:58:07.405Z | |
| 4836 | 2026-08-04T17:58:07.405Z | info: running `cargo check --bins` on ntp-admin-types (296/305) |
| 4837 | 2026-08-04T17:58:07.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4838 | 2026-08-04T17:58:07.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4839 | 2026-08-04T17:58:07.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4840 | 2026-08-04T17:58:07.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4841 | 2026-08-04T17:58:07.965Z | |
| 4842 | 2026-08-04T17:58:07.966Z | info: running `cargo check --bins` on omicron-package (297/305) |
| 4843 | 2026-08-04T17:58:08.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4844 | 2026-08-04T17:58:08.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4845 | 2026-08-04T17:58:08.607Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4846 | 2026-08-04T17:58:09.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 4847 | 2026-08-04T17:58:09.852Z | |
| 4848 | 2026-08-04T17:58:09.852Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (298/305) |
| 4849 | 2026-08-04T17:58:10.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4850 | 2026-08-04T17:58:10.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4851 | 2026-08-04T17:58:10.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4852 | 2026-08-04T17:58:10.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4853 | 2026-08-04T17:58:10.430Z | |
| 4854 | 2026-08-04T17:58:10.430Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (299/305) |
| 4855 | 2026-08-04T17:58:10.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4856 | 2026-08-04T17:58:10.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4857 | 2026-08-04T17:58:10.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4858 | 2026-08-04T17:58:10.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4859 | 2026-08-04T17:58:11.009Z | |
| 4860 | 2026-08-04T17:58:11.009Z | info: running `cargo check --bins` on tqdb (300/305) |
| 4861 | 2026-08-04T17:58:11.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4862 | 2026-08-04T17:58:11.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4863 | 2026-08-04T17:58:11.767Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4864 | 2026-08-04T17:58:12.116Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4865 | 2026-08-04T17:58:12.622Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4866 | 2026-08-04T17:58:12.625Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4867 | 2026-08-04T17:58:18.744Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4868 | 2026-08-04T17:58:18.748Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4869 | 2026-08-04T17:58:19.316Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4870 | 2026-08-04T17:58:19.316Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4871 | 2026-08-04T17:58:19.320Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4872 | 2026-08-04T17:58:19.320Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4873 | 2026-08-04T17:58:20.090Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4874 | 2026-08-04T17:58:21.098Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4875 | 2026-08-04T17:58:21.898Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4876 | 2026-08-04T17:58:22.508Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4877 | 2026-08-04T17:58:27.410Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4878 | 2026-08-04T17:58:34.131Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4879 | 2026-08-04T17:58:34.134Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4880 | 2026-08-04T17:58:34.134Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4881 | 2026-08-04T17:58:34.134Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4882 | 2026-08-04T17:58:35.622Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4883 | 2026-08-04T17:58:36.943Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4884 | 2026-08-04T17:58:37.614Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4885 | 2026-08-04T17:58:38.839Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4886 | 2026-08-04T17:58:39.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.37s |
| 4887 | 2026-08-04T17:58:39.583Z | |
| 4888 | 2026-08-04T17:58:39.583Z | info: running `cargo check --bins` on wicket-dbg (301/305) |
| 4889 | 2026-08-04T17:58:40.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4890 | 2026-08-04T17:58:40.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4891 | 2026-08-04T17:58:40.273Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4892 | 2026-08-04T17:58:40.388Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4893 | 2026-08-04T17:58:40.399Z | Checking rtoolbox v0.0.3 |
| 4894 | 2026-08-04T17:58:40.410Z | Checking tui-tree-widget v0.23.1 |
| 4895 | 2026-08-04T17:58:40.500Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4896 | 2026-08-04T17:58:40.514Z | Checking rpassword v7.5.4 |
| 4897 | 2026-08-04T17:58:41.976Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4898 | 2026-08-04T17:58:42.164Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4899 | 2026-08-04T17:58:43.079Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4900 | 2026-08-04T17:58:46.098Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4901 | 2026-08-04T17:58:47.912Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4902 | 2026-08-04T17:58:48.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
| 4903 | 2026-08-04T17:58:48.807Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4904 | 2026-08-04T17:58:48.807Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4905 | 2026-08-04T17:58:48.986Z | |
| 4906 | 2026-08-04T17:58:48.986Z | info: running `cargo check --bins` on wicket (302/305) |
| 4907 | 2026-08-04T17:58:49.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4908 | 2026-08-04T17:58:49.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4909 | 2026-08-04T17:58:49.656Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4910 | 2026-08-04T17:58:50.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 4911 | 2026-08-04T17:58:50.005Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4912 | 2026-08-04T17:58:50.005Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4913 | 2026-08-04T17:58:50.182Z | |
| 4914 | 2026-08-04T17:58:50.182Z | info: running `cargo check --bins` on wicketd (303/305) |
| 4915 | 2026-08-04T17:58:50.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4916 | 2026-08-04T17:58:50.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4917 | 2026-08-04T17:58:50.878Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4918 | 2026-08-04T17:58:50.878Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4919 | 2026-08-04T17:58:50.881Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4920 | 2026-08-04T17:58:50.881Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4921 | 2026-08-04T17:58:50.881Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4922 | 2026-08-04T17:58:51.997Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4923 | 2026-08-04T17:58:55.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s |
| 4924 | 2026-08-04T17:58:55.395Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4925 | 2026-08-04T17:58:55.395Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4926 | 2026-08-04T17:58:55.578Z | |
| 4927 | 2026-08-04T17:58:55.578Z | info: running `cargo check --bins` on omicron-workspace-hack (304/305) |
| 4928 | 2026-08-04T17:58:56.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4929 | 2026-08-04T17:58:56.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4930 | 2026-08-04T17:58:56.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4931 | 2026-08-04T17:58:56.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4932 | 2026-08-04T17:58:56.123Z | |
| 4933 | 2026-08-04T17:58:56.123Z | info: running `cargo check --bins` on zone-setup (305/305) |
| 4934 | 2026-08-04T17:58:56.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4935 | 2026-08-04T17:58:56.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4936 | 2026-08-04T17:58:56.770Z | Checking uzers v0.12.2 |
| 4937 | 2026-08-04T17:58:57.036Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4938 | 2026-08-04T17:58:57.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 4939 | 2026-08-04T17:58:57.974Z | |
| 4940 | 2026-08-04T17:58:57.974Z | real 14:09.831767973 |
| 4941 | 2026-08-04T17:58:57.974Z | user 21:21.138931017 |
| 4942 | 2026-08-04T17:58:57.974Z | sys 4:19.642237652 |
| 4943 | 2026-08-04T17:58:57.974Z | trap 0.330935332 |
| 4944 | 2026-08-04T17:58:57.974Z | tflt 0.640768162 |
| 4945 | 2026-08-04T17:58:57.974Z | dflt 0.982615908 |
| 4946 | 2026-08-04T17:58:57.974Z | kflt 0.009920964 |
| 4947 | 2026-08-04T17:58:57.974Z | lock 1:32:06.990191299 |
| 4948 | 2026-08-04T17:58:57.974Z | slp 1:42:29.459967154 |
| 4949 | 2026-08-04T17:58:57.974Z | lat 57.935625836 |
| 4950 | 2026-08-04T17:58:57.974Z | stop 4:09.889187891 |
| 4951 | 2026-08-04T17:58:57.978Z | process exited: duration 983228 ms, exit code 0 |
| |
| 4952 | 2026-08-04T17:58:57.985Z | found 0 output files |