|
|
|
| 1 | 2026-07-29T07:31:30.773Z | job assigned to worker 01KYPCGY29AVKVV2HZ998RQJBT [factory aws, i-00166cd8af79e051d] (queued for 46 s) |
| |
| 2 | 2026-07-29T07:31:36.691Z | starting task 0: "setup" |
| 3 | 2026-07-29T07:31:36.695Z | ++ uname -s |
| 4 | 2026-07-29T07:31:36.698Z | + kern=SunOS |
| 5 | 2026-07-29T07:31:36.698Z | + build_user=build |
| 6 | 2026-07-29T07:31:36.698Z | + build_uid=12345 |
| 7 | 2026-07-29T07:31:36.698Z | + work_dir=/work |
| 8 | 2026-07-29T07:31:36.698Z | + input_dir=/input |
| 9 | 2026-07-29T07:31:36.698Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-29T07:31:36.698Z | + case "$kern" in |
| 11 | 2026-07-29T07:31:36.698Z | + groupadd -g 12345 build |
| 12 | 2026-07-29T07:31:36.698Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-29T07:31:38.703Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-29T07:31:38.782Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-29T07:31:38.785Z | + home_fs=zfs |
| 16 | 2026-07-29T07:31:38.785Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-29T07:31:38.785Z | + mkdir -p /home/build |
| 18 | 2026-07-29T07:31:38.785Z | + chown build:build /home/build /work |
| 19 | 2026-07-29T07:31:40.786Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-29T07:31:40.789Z | process exited: duration 4097 ms, exit code 0 |
| |
| 21 | 2026-07-29T07:31:40.796Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-29T07:31:40.799Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-29T07:31:40.799Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-29T07:31:40.799Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-29T07:31:40.799Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-29T07:31:40.799Z | * rust toolchain profile = "default" |
| 27 | 2026-07-29T07:31:40.799Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-29T07:31:40.803Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-29T07:31:40.803Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-29T07:31:40.857Z | info: downloading installer |
| 31 | 2026-07-29T07:31:42.228Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-29T07:31:42.228Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-29T07:31:42.228Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-29T07:31:42.228Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-29T07:31:42.241Z | info: profile set to default |
| 36 | 2026-07-29T07:31:42.241Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-29T07:31:42.244Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-29T07:31:42.385Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-29T07:31:42.388Z | info: downloading 6 components |
| 40 | 2026-07-29T07:31:57.562Z | |
| 41 | 2026-07-29T07:31:57.562Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-29T07:31:57.590Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-29T07:31:57.590Z | |
| 44 | 2026-07-29T07:31:57.590Z | |
| 45 | 2026-07-29T07:31:57.590Z | Rust is installed now. Great! |
| 46 | 2026-07-29T07:31:57.590Z | |
| 47 | 2026-07-29T07:31:57.590Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-29T07:31:57.590Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-29T07:31:57.593Z | |
| 50 | 2026-07-29T07:31:57.593Z | To configure your current shell, you need to source |
| 51 | 2026-07-29T07:31:57.593Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-29T07:31:57.593Z | |
| 53 | 2026-07-29T07:31:57.593Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-29T07:31:57.593Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-29T07:31:57.593Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-29T07:31:57.593Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-29T07:31:57.593Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-29T07:31:57.593Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-29T07:31:57.593Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-29T07:31:57.593Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-29T07:31:57.593Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-29T07:31:57.679Z | + rustup --version |
| 63 | 2026-07-29T07:31:57.688Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-29T07:31:57.693Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-29T07:31:57.710Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-29T07:31:57.713Z | + cargo --version |
| 67 | 2026-07-29T07:31:57.727Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-29T07:31:57.731Z | + rustc --version |
| 69 | 2026-07-29T07:31:57.750Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-29T07:31:57.753Z | process exited: duration 16956 ms, exit code 0 |
| |
| 71 | 2026-07-29T07:31:57.761Z | starting task 2: "authentication" |
| 72 | 2026-07-29T07:31:57.778Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-29T07:31:57.787Z | starting task 3: "clone repository" |
| 74 | 2026-07-29T07:31:57.791Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-29T07:31:57.791Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-29T07:31:57.823Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-29T07:32:15.012Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-29T07:32:15.012Z | + git fetch origin ea8cb15d41e6f8733fdb01922edec9063adcb169 |
| 79 | 2026-07-29T07:32:15.309Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-29T07:32:15.309Z | * branch ea8cb15d41e6f8733fdb01922edec9063adcb169 -> FETCH_HEAD |
| 81 | 2026-07-29T07:32:15.321Z | + [[ -n '' ]] |
| 82 | 2026-07-29T07:32:15.321Z | + git reset --hard ea8cb15d41e6f8733fdb01922edec9063adcb169 |
| 83 | 2026-07-29T07:32:15.422Z | HEAD is now at ea8cb15d4 avoid setting serde_json's float_roundtrip |
| 84 | 2026-07-29T07:32:15.426Z | process exited: duration 17640 ms, exit code 0 |
| |
| 85 | 2026-07-29T07:32:15.432Z | starting task 4: "build" |
| 86 | 2026-07-29T07:32:15.436Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-07-29T07:32:15.439Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-07-29T07:32:15.439Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-07-29T07:32:15.439Z | +++ uname -s |
| 90 | 2026-07-29T07:32:15.439Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-07-29T07:32:15.439Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-07-29T07:32:15.442Z | + cargo --version |
| 93 | 2026-07-29T07:32:15.448Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-07-29T07:32:15.452Z | + rustc --version |
| 95 | 2026-07-29T07:32:15.471Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-07-29T07:32:15.474Z | + source ./env.sh |
| 97 | 2026-07-29T07:32:15.474Z | ++ OLD_SHELL_OPTS=ehxB |
| 98 | 2026-07-29T07:32:15.474Z | ++ set -o xtrace |
| 99 | 2026-07-29T07:32:15.477Z | ++++ dirname ./env.sh |
| 100 | 2026-07-29T07:32:15.477Z | +++ readlink -f . |
| 101 | 2026-07-29T07:32:15.481Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2026-07-29T07:32:15.481Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-07-29T07:32:15.481Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-07-29T07:32:15.481Z | ++ 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 |
| 105 | 2026-07-29T07:32:15.481Z | ++ 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 |
| 106 | 2026-07-29T07:32:15.481Z | ++ 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 |
| 107 | 2026-07-29T07:32:15.481Z | ++ 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 |
| 108 | 2026-07-29T07:32:15.481Z | ++ 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 |
| 109 | 2026-07-29T07:32:15.481Z | ++ 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 |
| 110 | 2026-07-29T07:32:15.481Z | ++ 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 |
| 111 | 2026-07-29T07:32:15.481Z | ++ 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 |
| 112 | 2026-07-29T07:32:15.481Z | ++ case $OLD_SHELL_OPTS in |
| 113 | 2026-07-29T07:32:15.481Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 114 | 2026-07-29T07:32:15.481Z | + 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 |
| 115 | 2026-07-29T07:32:15.481Z | + 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 |
| 116 | 2026-07-29T07:32:15.481Z | + banner prerequisites |
| 117 | 2026-07-29T07:32:15.481Z | |
| 118 | 2026-07-29T07:32:15.481Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 119 | 2026-07-29T07:32:15.481Z | # # # # # # # # # # # # # # # |
| 120 | 2026-07-29T07:32:15.481Z | # # # # ##### # # ##### # # # # # #### # |
| 121 | 2026-07-29T07:32:15.481Z | ##### ##### # ##### # # # # # # # # # |
| 122 | 2026-07-29T07:32:15.481Z | # # # # # # # # # # # # # # # |
| 123 | 2026-07-29T07:32:15.481Z | # # # ###### # # ###### ### # #### # #### # |
| 124 | 2026-07-29T07:32:15.481Z | |
| 125 | 2026-07-29T07:32:15.481Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 126 | 2026-07-29T07:32:17.146Z | Startup: Refreshing catalog 'helios' ... Done |
| 127 | 2026-07-29T07:32:17.381Z | Startup: Caching catalogs ... Done |
| 128 | 2026-07-29T07:32:18.568Z | Planning: Solver setup ... Done (1.106s) |
| 129 | 2026-07-29T07:32:18.612Z | Planning: Running solver ... Done (0.044s) |
| 130 | 2026-07-29T07:32:18.642Z | Planning: Finding local manifests ... Done (0.002s) |
| 131 | 2026-07-29T07:32:18.652Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-07-29T07:32:18.667Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-07-29T07:32:18.680Z | Planning: Package planning ... Done (0.013s) |
| 134 | 2026-07-29T07:32:18.683Z | Planning: Merging actions ... Done (0.001s) |
| 135 | 2026-07-29T07:32:18.893Z | Planning: Checking for conflicting actions ... Done (0.211s) |
| 136 | 2026-07-29T07:32:18.896Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-07-29T07:32:19.675Z | Planning: Evaluating mediators ... Done (0.781s) |
| 138 | 2026-07-29T07:32:19.678Z | Planning: Planning completed in 2.27 seconds |
| 139 | 2026-07-29T07:32:19.684Z | Packages to install: 2 |
| 140 | 2026-07-29T07:32:19.687Z | Estimated space available: 156.02 GB |
| 141 | 2026-07-29T07:32:19.687Z | Estimated space to be consumed: 55.05 MB |
| 142 | 2026-07-29T07:32:19.687Z | Create boot environment: No |
| 143 | 2026-07-29T07:32:19.688Z | Create backup boot environment: No |
| 144 | 2026-07-29T07:32:19.688Z | Rebuild boot archive: No |
| 145 | 2026-07-29T07:32:19.688Z | |
| 146 | 2026-07-29T07:32:19.688Z | Changed packages: |
| 147 | 2026-07-29T07:32:19.688Z | helios |
| 148 | 2026-07-29T07:32:19.688Z | developer/build-essential |
| 149 | 2026-07-29T07:32:19.688Z | None -> 11-3.0 |
| 150 | 2026-07-29T07:32:19.688Z | library/libxmlsec1 |
| 151 | 2026-07-29T07:32:19.688Z | None -> 1.2.35-3.0 |
| 152 | 2026-07-29T07:32:19.708Z | |
| 153 | 2026-07-29T07:32:19.708Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-07-29T07:32:19.776Z | Download: Completed 1.28 MB in 0.07 seconds (18.8M/s) |
| 155 | 2026-07-29T07:32:19.870Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-07-29T07:32:19.908Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-07-29T07:32:19.932Z | Finalize: Updating package state database ... Done (0.024s) |
| 158 | 2026-07-29T07:32:19.936Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-07-29T07:32:19.991Z | Finalize: Updating image state ... Done (0.059s) |
| 160 | 2026-07-29T07:32:22.401Z | Finalize: Creating fast lookup database ... Done (2.371s) |
| 161 | 2026-07-29T07:32:22.474Z | Finalize: Reading search index ... Done (0.014s) |
| 162 | 2026-07-29T07:32:22.477Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-07-29T07:32:22.582Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-07-29T07:32:22.923Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-07-29T07:32:23.029Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-07-29T07:32:23.034Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-07-29T07:32:23.187Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-07-29T07:32:23.191Z | Planning: Planning completed in 0.26 seconds |
| 169 | 2026-07-29T07:32:23.210Z | Mediators to change: 2 |
| 170 | 2026-07-29T07:32:23.210Z | Create boot environment: No |
| 171 | 2026-07-29T07:32:23.213Z | Create backup boot environment: No |
| 172 | 2026-07-29T07:32:23.254Z | Finalize: Updating package state database ... Done |
| 173 | 2026-07-29T07:32:23.254Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-29T07:32:23.289Z | Finalize: Updating image state ... Done |
| 175 | 2026-07-29T07:32:25.266Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-07-29T07:32:25.325Z | Finalize: Reading search index ... Done |
| 177 | 2026-07-29T07:32:25.330Z | Finalize: Updating search index ... Done |
| 178 | 2026-07-29T07:32:25.408Z | Finalize: Updating package cache ... Done |
| 179 | 2026-07-29T07:32:25.692Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-07-29T07:32:25.798Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-07-29T07:32:25.801Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-07-29T07:32:25.956Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-07-29T07:32:25.959Z | Planning: Planning completed in 0.27 seconds |
| 184 | 2026-07-29T07:32:25.979Z | Mediators to change: 1 |
| 185 | 2026-07-29T07:32:25.979Z | Create boot environment: No |
| 186 | 2026-07-29T07:32:25.979Z | Create backup boot environment: No |
| 187 | 2026-07-29T07:32:26.021Z | Finalize: Updating package state database ... Done |
| 188 | 2026-07-29T07:32:26.021Z | Finalize: Updating package cache ... Done |
| 189 | 2026-07-29T07:32:26.057Z | Finalize: Updating image state ... Done |
| 190 | 2026-07-29T07:32:28.027Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-07-29T07:32:28.090Z | Finalize: Reading search index ... Done |
| 192 | 2026-07-29T07:32:28.093Z | Finalize: Updating search index ... Done |
| 193 | 2026-07-29T07:32:28.157Z | Finalize: Updating package cache ... Done |
| 194 | 2026-07-29T07:32:28.474Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-07-29T07:32:28.474Z | apache system 2.4 system |
| 196 | 2026-07-29T07:32:28.474Z | clang system 15 system |
| 197 | 2026-07-29T07:32:28.474Z | csh system system illumos |
| 198 | 2026-07-29T07:32:28.474Z | ctags system system illumos |
| 199 | 2026-07-29T07:32:28.474Z | file vendor vendor darwinsys |
| 200 | 2026-07-29T07:32:28.474Z | file system system illumos |
| 201 | 2026-07-29T07:32:28.474Z | gcc vendor 14 vendor |
| 202 | 2026-07-29T07:32:28.474Z | gcc system 13 system |
| 203 | 2026-07-29T07:32:28.474Z | gcc system 10 system |
| 204 | 2026-07-29T07:32:28.474Z | go system 1.25 system |
| 205 | 2026-07-29T07:32:28.474Z | llvm system 15 system |
| 206 | 2026-07-29T07:32:28.474Z | mariadb system 11.4 system |
| 207 | 2026-07-29T07:32:28.474Z | mta vendor vendor dma |
| 208 | 2026-07-29T07:32:28.475Z | openjdk system 17 system |
| 209 | 2026-07-29T07:32:28.475Z | openjdk system 11 system |
| 210 | 2026-07-29T07:32:28.475Z | openssl vendor 3 vendor |
| 211 | 2026-07-29T07:32:28.475Z | perl system 5.40 system |
| 212 | 2026-07-29T07:32:28.475Z | postgresql system 18 system |
| 213 | 2026-07-29T07:32:28.475Z | postgresql system 17 system |
| 214 | 2026-07-29T07:32:28.475Z | python vendor 3 vendor |
| 215 | 2026-07-29T07:32:28.475Z | python system 2 system |
| 216 | 2026-07-29T07:32:28.475Z | python3 vendor 3.13 vendor |
| 217 | 2026-07-29T07:32:28.475Z | ruby system 3.4 system |
| 218 | 2026-07-29T07:32:28.475Z | ruby system 3.0 system |
| 219 | 2026-07-29T07:32:28.475Z | words vendor vendor american-english |
| 220 | 2026-07-29T07:32:28.475Z | words system system australian-english |
| 221 | 2026-07-29T07:32:28.475Z | words system system british-english |
| 222 | 2026-07-29T07:32:28.475Z | words system system canadian-english |
| 223 | 2026-07-29T07:32:28.475Z | words system system french |
| 224 | 2026-07-29T07:32:28.475Z | words system system italian |
| 225 | 2026-07-29T07:32:28.475Z | words system system ngerman |
| 226 | 2026-07-29T07:32:28.475Z | words system system ogerman |
| 227 | 2026-07-29T07:32:28.475Z | words system system spanish |
| 228 | 2026-07-29T07:32:28.728Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-07-29T07:32:28.728Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-07-29T07:32:29.127Z | FMRI IFO |
| 231 | 2026-07-29T07:32:29.127Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-07-29T07:32:29.127Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-07-29T07:32:29.127Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-07-29T07:32:29.127Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-07-29T07:32:29.127Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-07-29T07:32:29.127Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-07-29T07:32:29.127Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-07-29T07:32:29.127Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-07-29T07:32:29.127Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-07-29T07:32:29.430Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-07-29T07:32:29.733Z | Updating crates.io index |
| 242 | 2026-07-29T07:32:29.737Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-07-29T07:32:30.003Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-07-29T07:32:30.277Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-07-29T07:32:31.490Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-07-29T07:32:32.065Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-07-29T07:32:33.977Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-07-29T07:32:35.150Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-07-29T07:32:35.436Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 250 | 2026-07-29T07:32:35.753Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 251 | 2026-07-29T07:32:37.108Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2026-07-29T07:32:37.369Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 253 | 2026-07-29T07:32:37.728Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 254 | 2026-07-29T07:32:37.985Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 255 | 2026-07-29T07:32:38.523Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 256 | 2026-07-29T07:32:39.073Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 257 | 2026-07-29T07:32:39.302Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-07-29T07:32:39.548Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-07-29T07:32:39.823Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 260 | 2026-07-29T07:32:40.152Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-07-29T07:32:40.366Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-07-29T07:32:40.601Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-07-29T07:32:40.894Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 264 | 2026-07-29T07:32:41.264Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-07-29T07:32:41.761Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 266 | 2026-07-29T07:32:42.023Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-07-29T07:32:42.461Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-07-29T07:32:42.713Z | Updating git repository `https://github.com/oxidecomputer/sigstore-verify` |
| 269 | 2026-07-29T07:32:42.990Z | Updating git submodule `https://github.com/sigstore/sigstore-conformance` |
| 270 | 2026-07-29T07:32:43.385Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 271 | 2026-07-29T07:32:44.063Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 272 | 2026-07-29T07:32:44.412Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 273 | 2026-07-29T07:32:44.680Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2026-07-29T07:32:44.898Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-07-29T07:32:45.313Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-07-29T07:32:45.659Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-07-29T07:32:45.896Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-07-29T07:32:46.199Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-07-29T07:32:46.463Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-07-29T07:32:46.782Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 281 | 2026-07-29T07:32:47.053Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 282 | 2026-07-29T07:32:47.818Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 283 | 2026-07-29T07:32:48.091Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 284 | 2026-07-29T07:32:48.352Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 285 | 2026-07-29T07:32:48.621Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 286 | 2026-07-29T07:32:51.367Z | Downloading crates ... |
| 287 | 2026-07-29T07:32:51.411Z | Downloaded strsim v0.11.1 |
| 288 | 2026-07-29T07:32:51.414Z | Downloaded usdt-macro v0.5.0 |
| 289 | 2026-07-29T07:32:51.418Z | Downloaded autocfg v1.5.0 |
| 290 | 2026-07-29T07:32:51.424Z | Downloaded utf8parse v0.2.2 |
| 291 | 2026-07-29T07:32:51.427Z | Downloaded errno v0.3.14 |
| 292 | 2026-07-29T07:32:51.430Z | Downloaded cargo-platform v0.3.2 |
| 293 | 2026-07-29T07:32:51.430Z | Downloaded usdt v0.5.0 |
| 294 | 2026-07-29T07:32:51.433Z | Downloaded crypto-common v0.1.7 |
| 295 | 2026-07-29T07:32:51.436Z | Downloaded block-buffer v0.10.4 |
| 296 | 2026-07-29T07:32:51.436Z | Downloaded equivalent v1.0.2 |
| 297 | 2026-07-29T07:32:51.436Z | Downloaded fastrand v2.3.0 |
| 298 | 2026-07-29T07:32:51.436Z | Downloaded cfg-if v1.0.4 |
| 299 | 2026-07-29T07:32:51.436Z | Downloaded fnv v1.0.7 |
| 300 | 2026-07-29T07:32:51.442Z | Downloaded version_check v0.9.5 |
| 301 | 2026-07-29T07:32:51.445Z | Downloaded clap_lex v1.0.0 |
| 302 | 2026-07-29T07:32:51.448Z | Downloaded macaddr v1.0.1 |
| 303 | 2026-07-29T07:32:51.452Z | Downloaded anstyle v1.0.14 |
| 304 | 2026-07-29T07:32:51.452Z | Downloaded camino-tempfile v1.4.1 |
| 305 | 2026-07-29T07:32:51.455Z | Downloaded heck v0.5.0 |
| 306 | 2026-07-29T07:32:51.458Z | Downloaded cpufeatures v0.2.17 |
| 307 | 2026-07-29T07:32:51.458Z | Downloaded dof v0.3.0 |
| 308 | 2026-07-29T07:32:51.458Z | Downloaded dtrace-parser v0.2.0 |
| 309 | 2026-07-29T07:32:51.458Z | Downloaded serde_spanned v0.6.9 |
| 310 | 2026-07-29T07:32:51.463Z | Downloaded itoa v1.0.17 |
| 311 | 2026-07-29T07:32:51.466Z | Downloaded heck v0.4.1 |
| 312 | 2026-07-29T07:32:51.466Z | Downloaded colorchoice v1.0.4 |
| 313 | 2026-07-29T07:32:51.466Z | Downloaded toml_datetime v0.6.11 |
| 314 | 2026-07-29T07:32:51.470Z | Downloaded generic-array v0.14.7 |
| 315 | 2026-07-29T07:32:51.473Z | Downloaded is_terminal_polyfill v1.70.2 |
| 316 | 2026-07-29T07:32:51.473Z | Downloaded anstream v1.0.0 |
| 317 | 2026-07-29T07:32:51.473Z | Downloaded anstyle-parse v1.0.0 |
| 318 | 2026-07-29T07:32:51.473Z | Downloaded bytecount v0.6.9 |
| 319 | 2026-07-29T07:32:51.476Z | Downloaded fs-err v3.3.0 |
| 320 | 2026-07-29T07:32:51.479Z | Downloaded zerocopy v0.7.35 |
| 321 | 2026-07-29T07:32:51.486Z | Downloaded zerocopy-derive v0.7.35 |
| 322 | 2026-07-29T07:32:51.489Z | Downloaded anstyle-query v1.1.5 |
| 323 | 2026-07-29T07:32:51.489Z | Downloaded smawk v0.3.2 |
| 324 | 2026-07-29T07:32:51.492Z | Downloaded memmap v0.7.0 |
| 325 | 2026-07-29T07:32:51.492Z | Downloaded scroll_derive v0.12.1 |
| 326 | 2026-07-29T07:32:51.492Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-07-29T07:32:51.492Z | Downloaded toml_write v0.1.2 |
| 328 | 2026-07-29T07:32:51.496Z | Downloaded pretty-hex v0.4.1 |
| 329 | 2026-07-29T07:32:51.496Z | Downloaded proc-macro-error-attr v1.0.4 |
| 330 | 2026-07-29T07:32:51.500Z | Downloaded swrite v0.1.0 |
| 331 | 2026-07-29T07:32:51.500Z | Downloaded usdt-attr-macro v0.5.0 |
| 332 | 2026-07-29T07:32:51.503Z | Downloaded cargo_metadata v0.23.1 |
| 333 | 2026-07-29T07:32:51.507Z | Downloaded byteorder v1.5.0 |
| 334 | 2026-07-29T07:32:51.510Z | Downloaded cargo_toml v0.21.0 |
| 335 | 2026-07-29T07:32:51.513Z | Downloaded digest v0.10.7 |
| 336 | 2026-07-29T07:32:51.516Z | Downloaded tabled_derive v0.7.0 |
| 337 | 2026-07-29T07:32:51.520Z | Downloaded thread-id v4.2.2 |
| 338 | 2026-07-29T07:32:51.530Z | Downloaded unicode-linebreak v0.1.5 |
| 339 | 2026-07-29T07:32:51.533Z | Downloaded camino v1.2.2 |
| 340 | 2026-07-29T07:32:51.536Z | Downloaded anyhow v1.0.102 |
| 341 | 2026-07-29T07:32:51.536Z | Downloaded zmij v1.0.21 |
| 342 | 2026-07-29T07:32:51.543Z | Downloaded thiserror v2.0.18 |
| 343 | 2026-07-29T07:32:51.546Z | Downloaded serde_tokenstream v0.2.3 |
| 344 | 2026-07-29T07:32:51.549Z | Downloaded thiserror v1.0.69 |
| 345 | 2026-07-29T07:32:51.549Z | Downloaded proc-macro-error v1.0.4 |
| 346 | 2026-07-29T07:32:51.553Z | Downloaded bitflags v2.11.0 |
| 347 | 2026-07-29T07:32:51.556Z | Downloaded clap_derive v4.6.1 |
| 348 | 2026-07-29T07:32:51.556Z | Downloaded plain v0.2.3 |
| 349 | 2026-07-29T07:32:51.560Z | Downloaded sha2 v0.10.9 |
| 350 | 2026-07-29T07:32:51.563Z | Downloaded usdt-impl v0.5.0 |
| 351 | 2026-07-29T07:32:51.568Z | Downloaded quote v1.0.45 |
| 352 | 2026-07-29T07:32:51.571Z | Downloaded scroll v0.12.0 |
| 353 | 2026-07-29T07:32:51.571Z | Downloaded unicode-ident v1.0.24 |
| 354 | 2026-07-29T07:32:51.581Z | Downloaded thiserror-impl v2.0.18 |
| 355 | 2026-07-29T07:32:51.584Z | Downloaded toml v0.8.23 |
| 356 | 2026-07-29T07:32:51.584Z | Downloaded once_cell v1.21.3 |
| 357 | 2026-07-29T07:32:51.584Z | Downloaded pest_derive v2.8.6 |
| 358 | 2026-07-29T07:32:51.587Z | Downloaded semver v1.0.28 |
| 359 | 2026-07-29T07:32:51.587Z | Downloaded log v0.4.29 |
| 360 | 2026-07-29T07:32:51.592Z | Downloaded thiserror-impl v1.0.69 |
| 361 | 2026-07-29T07:32:51.592Z | Downloaded clap v4.6.1 |
| 362 | 2026-07-29T07:32:51.595Z | Downloaded pest_generator v2.8.6 |
| 363 | 2026-07-29T07:32:51.598Z | Downloaded ucd-trie v0.1.7 |
| 364 | 2026-07-29T07:32:51.601Z | Downloaded tempfile v3.25.0 |
| 365 | 2026-07-29T07:32:51.606Z | Downloaded serde_core v1.0.228 |
| 366 | 2026-07-29T07:32:51.609Z | Downloaded getrandom v0.4.1 |
| 367 | 2026-07-29T07:32:51.612Z | Downloaded pest_meta v2.8.6 |
| 368 | 2026-07-29T07:32:51.616Z | Downloaded papergrid v0.11.0 |
| 369 | 2026-07-29T07:32:51.622Z | Downloaded proc-macro2 v1.0.106 |
| 370 | 2026-07-29T07:32:51.628Z | Downloaded textwrap v0.16.2 |
| 371 | 2026-07-29T07:32:51.632Z | Downloaded serde_derive v1.0.228 |
| 372 | 2026-07-29T07:32:51.632Z | Downloaded toml_edit v0.22.27 |
| 373 | 2026-07-29T07:32:51.639Z | Downloaded memchr v2.8.0 |
| 374 | 2026-07-29T07:32:51.648Z | Downloaded serde v1.0.228 |
| 375 | 2026-07-29T07:32:51.668Z | Downloaded indexmap v2.14.0 |
| 376 | 2026-07-29T07:32:51.671Z | Downloaded pest v2.8.6 |
| 377 | 2026-07-29T07:32:51.675Z | Downloaded typenum v1.20.1 |
| 378 | 2026-07-29T07:32:51.695Z | Downloaded serde_json v1.0.151 |
| 379 | 2026-07-29T07:32:51.699Z | Downloaded clap_builder v4.6.0 |
| 380 | 2026-07-29T07:32:51.706Z | Downloaded goblin v0.8.2 |
| 381 | 2026-07-29T07:32:51.710Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-07-29T07:32:51.715Z | Downloaded winnow v0.7.14 |
| 383 | 2026-07-29T07:32:51.742Z | Downloaded tabled v0.15.0 |
| 384 | 2026-07-29T07:32:51.753Z | Downloaded syn v1.0.109 |
| 385 | 2026-07-29T07:32:51.763Z | Downloaded unicode-width v0.1.14 |
| 386 | 2026-07-29T07:32:51.763Z | Downloaded unicode-width v0.2.0 |
| 387 | 2026-07-29T07:32:51.768Z | Downloaded syn v2.0.117 |
| 388 | 2026-07-29T07:32:51.772Z | Downloaded rustix v1.1.3 |
| 389 | 2026-07-29T07:32:51.799Z | Downloaded libc v0.2.185 |
| 390 | 2026-07-29T07:32:51.863Z | Compiling proc-macro2 v1.0.106 |
| 391 | 2026-07-29T07:32:51.863Z | Compiling quote v1.0.45 |
| 392 | 2026-07-29T07:32:51.863Z | Compiling unicode-ident v1.0.24 |
| 393 | 2026-07-29T07:32:51.863Z | Compiling serde_core v1.0.228 |
| 394 | 2026-07-29T07:32:51.867Z | Compiling libc v0.2.185 |
| 395 | 2026-07-29T07:32:51.867Z | Compiling version_check v0.9.5 |
| 396 | 2026-07-29T07:32:51.867Z | Compiling memchr v2.8.0 |
| 397 | 2026-07-29T07:32:51.867Z | Compiling serde v1.0.228 |
| 398 | 2026-07-29T07:32:52.190Z | Compiling zmij v1.0.21 |
| 399 | 2026-07-29T07:32:52.364Z | Compiling thiserror v1.0.69 |
| 400 | 2026-07-29T07:32:52.430Z | Compiling ucd-trie v0.1.7 |
| 401 | 2026-07-29T07:32:52.636Z | Compiling itoa v1.0.17 |
| 402 | 2026-07-29T07:32:52.735Z | Compiling pest v2.8.6 |
| 403 | 2026-07-29T07:32:52.791Z | Compiling byteorder v1.5.0 |
| 404 | 2026-07-29T07:32:52.823Z | Compiling rustix v1.1.3 |
| 405 | 2026-07-29T07:32:52.887Z | Compiling errno v0.3.14 |
| 406 | 2026-07-29T07:32:53.018Z | Compiling bitflags v2.11.0 |
| 407 | 2026-07-29T07:32:53.037Z | Compiling serde_json v1.0.151 |
| 408 | 2026-07-29T07:32:53.307Z | Compiling thread-id v4.2.2 |
| 409 | 2026-07-29T07:32:53.367Z | Compiling syn v2.0.117 |
| 410 | 2026-07-29T07:32:53.395Z | Compiling proc-macro-error-attr v1.0.4 |
| 411 | 2026-07-29T07:32:53.465Z | Compiling usdt-impl v0.5.0 |
| 412 | 2026-07-29T07:32:53.505Z | Compiling camino v1.2.2 |
| 413 | 2026-07-29T07:32:53.593Z | Compiling syn v1.0.109 |
| 414 | 2026-07-29T07:32:53.880Z | Compiling proc-macro-error v1.0.4 |
| 415 | 2026-07-29T07:32:54.006Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-07-29T07:32:54.130Z | Compiling utf8parse v0.2.2 |
| 417 | 2026-07-29T07:32:54.131Z | Compiling equivalent v1.0.2 |
| 418 | 2026-07-29T07:32:54.255Z | Compiling log v0.4.29 |
| 419 | 2026-07-29T07:32:54.256Z | Compiling plain v0.2.3 |
| 420 | 2026-07-29T07:32:54.256Z | Compiling hashbrown v0.17.0 |
| 421 | 2026-07-29T07:32:54.342Z | Compiling getrandom v0.4.1 |
| 422 | 2026-07-29T07:32:54.464Z | Compiling terminal_size v0.4.3 |
| 423 | 2026-07-29T07:32:54.624Z | Compiling anstyle-parse v1.0.0 |
| 424 | 2026-07-29T07:32:54.706Z | Compiling indexmap v2.14.0 |
| 425 | 2026-07-29T07:32:55.139Z | Compiling anstyle v1.0.14 |
| 426 | 2026-07-29T07:32:55.251Z | Compiling pretty-hex v0.4.1 |
| 427 | 2026-07-29T07:32:55.269Z | Compiling is_terminal_polyfill v1.70.2 |
| 428 | 2026-07-29T07:32:55.288Z | Compiling cfg-if v1.0.4 |
| 429 | 2026-07-29T07:32:55.358Z | Compiling winnow v0.7.14 |
| 430 | 2026-07-29T07:32:55.377Z | Compiling colorchoice v1.0.4 |
| 431 | 2026-07-29T07:32:55.377Z | Compiling thiserror v2.0.18 |
| 432 | 2026-07-29T07:32:55.408Z | Compiling anstyle-query v1.1.5 |
| 433 | 2026-07-29T07:32:55.456Z | Compiling autocfg v1.5.0 |
| 434 | 2026-07-29T07:32:55.493Z | Compiling toml_write v0.1.2 |
| 435 | 2026-07-29T07:32:55.520Z | Compiling anstream v1.0.0 |
| 436 | 2026-07-29T07:32:55.613Z | Compiling pest_generator v2.8.6 |
| 437 | 2026-07-29T07:32:55.892Z | Compiling fs-err v3.3.0 |
| 438 | 2026-07-29T07:32:55.919Z | Compiling strsim v0.11.1 |
| 439 | 2026-07-29T07:32:55.936Z | Compiling unicode-width v0.1.14 |
| 440 | 2026-07-29T07:32:56.082Z | Compiling fastrand v2.3.0 |
| 441 | 2026-07-29T07:32:56.177Z | Compiling anyhow v1.0.102 |
| 442 | 2026-07-29T07:32:56.210Z | Compiling once_cell v1.21.3 |
| 443 | 2026-07-29T07:32:56.266Z | Compiling heck v0.4.1 |
| 444 | 2026-07-29T07:32:56.302Z | Compiling heck v0.5.0 |
| 445 | 2026-07-29T07:32:56.346Z | Compiling fnv v1.0.7 |
| 446 | 2026-07-29T07:32:56.429Z | Compiling clap_lex v1.0.0 |
| 447 | 2026-07-29T07:32:56.454Z | Compiling bytecount v0.6.9 |
| 448 | 2026-07-29T07:32:56.499Z | Compiling tempfile v3.25.0 |
| 449 | 2026-07-29T07:32:56.592Z | Compiling clap_builder v4.6.0 |
| 450 | 2026-07-29T07:32:56.648Z | Compiling papergrid v0.11.0 |
| 451 | 2026-07-29T07:32:56.664Z | Compiling semver v1.0.28 |
| 452 | 2026-07-29T07:32:56.696Z | Compiling cargo-platform v0.3.2 |
| 453 | 2026-07-29T07:32:56.795Z | Compiling tabled_derive v0.7.0 |
| 454 | 2026-07-29T07:32:56.841Z | Compiling memmap v0.7.0 |
| 455 | 2026-07-29T07:32:56.867Z | Compiling unicode-linebreak v0.1.5 |
| 456 | 2026-07-29T07:32:56.963Z | Compiling unicode-width v0.2.0 |
| 457 | 2026-07-29T07:32:56.983Z | Compiling smawk v0.3.2 |
| 458 | 2026-07-29T07:32:57.028Z | Compiling camino-tempfile v1.4.1 |
| 459 | 2026-07-29T07:32:57.237Z | Compiling textwrap v0.16.2 |
| 460 | 2026-07-29T07:32:57.241Z | Compiling serde_derive v1.0.228 |
| 461 | 2026-07-29T07:32:57.272Z | Compiling thiserror-impl v1.0.69 |
| 462 | 2026-07-29T07:32:57.407Z | Compiling zerocopy-derive v0.7.35 |
| 463 | 2026-07-29T07:32:57.453Z | Compiling pest_derive v2.8.6 |
| 464 | 2026-07-29T07:32:57.725Z | Compiling scroll_derive v0.12.1 |
| 465 | 2026-07-29T07:32:57.754Z | Compiling thiserror-impl v2.0.18 |
| 466 | 2026-07-29T07:32:57.918Z | Compiling clap_derive v4.6.1 |
| 467 | 2026-07-29T07:32:58.048Z | Compiling tabled v0.15.0 |
| 468 | 2026-07-29T07:32:58.320Z | Compiling zerocopy v0.7.35 |
| 469 | 2026-07-29T07:32:58.431Z | Compiling scroll v0.12.0 |
| 470 | 2026-07-29T07:32:58.657Z | Compiling dtrace-parser v0.2.0 |
| 471 | 2026-07-29T07:32:58.714Z | Compiling goblin v0.8.2 |
| 472 | 2026-07-29T07:32:58.893Z | Compiling swrite v0.1.0 |
| 473 | 2026-07-29T07:32:59.711Z | Compiling clap v4.6.1 |
| 474 | 2026-07-29T07:33:00.244Z | Compiling serde_spanned v0.6.9 |
| 475 | 2026-07-29T07:33:00.244Z | Compiling toml_datetime v0.6.11 |
| 476 | 2026-07-29T07:33:00.244Z | Compiling cargo_metadata v0.23.1 |
| 477 | 2026-07-29T07:33:00.248Z | Compiling macaddr v1.0.1 |
| 478 | 2026-07-29T07:33:00.248Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 479 | 2026-07-29T07:33:00.334Z | Compiling dof v0.3.0 |
| 480 | 2026-07-29T07:33:00.334Z | Compiling serde_tokenstream v0.2.3 |
| 481 | 2026-07-29T07:33:00.477Z | Compiling toml_edit v0.22.27 |
| 482 | 2026-07-29T07:33:01.043Z | Compiling usdt-attr-macro v0.5.0 |
| 483 | 2026-07-29T07:33:01.043Z | Compiling usdt-macro v0.5.0 |
| 484 | 2026-07-29T07:33:01.678Z | Compiling usdt v0.5.0 |
| 485 | 2026-07-29T07:33:01.844Z | Compiling toml v0.8.23 |
| 486 | 2026-07-29T07:33:02.184Z | Compiling cargo_toml v0.21.0 |
| 487 | 2026-07-29T07:33:03.469Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 488 | 2026-07-29T07:33:05.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.27s |
| 489 | 2026-07-29T07:33:05.742Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 490 | 2026-07-29T07:33:06.258Z | Downloading crates ... |
| 491 | 2026-07-29T07:33:06.306Z | Downloaded assert_matches v1.5.0 |
| 492 | 2026-07-29T07:33:06.310Z | Downloaded adler2 v2.0.1 |
| 493 | 2026-07-29T07:33:06.329Z | Downloaded aead v0.5.2 |
| 494 | 2026-07-29T07:33:06.333Z | Downloaded async-recursion v1.1.1 |
| 495 | 2026-07-29T07:33:06.333Z | Downloaded atty v0.2.14 |
| 496 | 2026-07-29T07:33:06.333Z | Downloaded ascii-canvas v3.0.0 |
| 497 | 2026-07-29T07:33:06.336Z | Downloaded const_format_proc_macros v0.2.34 |
| 498 | 2026-07-29T07:33:06.336Z | Downloaded futures-executor v0.3.32 |
| 499 | 2026-07-29T07:33:06.336Z | Downloaded git-stub v1.0.0 |
| 500 | 2026-07-29T07:33:06.339Z | Downloaded ff v0.14.0 |
| 501 | 2026-07-29T07:33:06.339Z | Downloaded group v0.14.0 |
| 502 | 2026-07-29T07:33:06.342Z | Downloaded bitfield-macros v0.19.4 |
| 503 | 2026-07-29T07:33:06.342Z | Downloaded fixedbitset v0.4.2 |
| 504 | 2026-07-29T07:33:06.342Z | Downloaded bb8 v0.8.6 |
| 505 | 2026-07-29T07:33:06.346Z | Downloaded httparse v1.10.1 |
| 506 | 2026-07-29T07:33:06.346Z | Downloaded endian-type v0.1.2 |
| 507 | 2026-07-29T07:33:06.346Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 508 | 2026-07-29T07:33:06.350Z | Downloaded async-stream v0.3.6 |
| 509 | 2026-07-29T07:33:06.353Z | Downloaded atomicwrites v0.4.4 |
| 510 | 2026-07-29T07:33:06.354Z | Downloaded fxhash v0.2.1 |
| 511 | 2026-07-29T07:33:06.354Z | Downloaded futures-io v0.3.32 |
| 512 | 2026-07-29T07:33:06.354Z | Downloaded gethostname v0.5.0 |
| 513 | 2026-07-29T07:33:06.354Z | Downloaded enum-as-inner v0.6.1 |
| 514 | 2026-07-29T07:33:06.354Z | Downloaded fd-lock v4.0.4 |
| 515 | 2026-07-29T07:33:06.357Z | Downloaded fixedbitset v0.5.7 |
| 516 | 2026-07-29T07:33:06.357Z | Downloaded base16ct v1.0.0 |
| 517 | 2026-07-29T07:33:06.360Z | Downloaded arrayref v0.3.9 |
| 518 | 2026-07-29T07:33:06.360Z | Downloaded base16ct v0.2.0 |
| 519 | 2026-07-29T07:33:06.360Z | Downloaded ciborium-io v0.2.2 |
| 520 | 2026-07-29T07:33:06.365Z | Downloaded foreign-types v0.5.0 |
| 521 | 2026-07-29T07:33:06.368Z | Downloaded anstream v0.6.21 |
| 522 | 2026-07-29T07:33:06.368Z | Downloaded argon2 v0.6.0-rc.8 |
| 523 | 2026-07-29T07:33:06.368Z | Downloaded aead v0.6.1 |
| 524 | 2026-07-29T07:33:06.371Z | Downloaded foreign-types v0.3.2 |
| 525 | 2026-07-29T07:33:06.371Z | Downloaded futures-sink v0.3.32 |
| 526 | 2026-07-29T07:33:06.371Z | Downloaded foreign-types-macros v0.2.3 |
| 527 | 2026-07-29T07:33:06.371Z | Downloaded fallible-iterator v0.2.0 |
| 528 | 2026-07-29T07:33:06.371Z | Downloaded fs_extra v1.3.0 |
| 529 | 2026-07-29T07:33:06.376Z | Downloaded bit-set v0.5.3 |
| 530 | 2026-07-29T07:33:06.376Z | Downloaded expectorate v1.2.0 |
| 531 | 2026-07-29T07:33:06.376Z | Downloaded futures v0.3.32 |
| 532 | 2026-07-29T07:33:06.380Z | Downloaded bit-set v0.8.0 |
| 533 | 2026-07-29T07:33:06.380Z | Downloaded find-msvc-tools v0.1.9 |
| 534 | 2026-07-29T07:33:06.380Z | Downloaded filetime v0.2.27 |
| 535 | 2026-07-29T07:33:06.380Z | Downloaded git-stub-vcs v0.1.0 |
| 536 | 2026-07-29T07:33:06.384Z | Downloaded bitfield-struct v0.6.2 |
| 537 | 2026-07-29T07:33:06.384Z | Downloaded array-init v0.0.4 |
| 538 | 2026-07-29T07:33:06.384Z | Downloaded funty v2.0.0 |
| 539 | 2026-07-29T07:33:06.384Z | Downloaded foreign-types-shared v0.1.1 |
| 540 | 2026-07-29T07:33:06.388Z | Downloaded foreign-types-shared v0.3.1 |
| 541 | 2026-07-29T07:33:06.392Z | Downloaded cfg_aliases v0.1.1 |
| 542 | 2026-07-29T07:33:06.392Z | Downloaded getrandom v0.2.17 |
| 543 | 2026-07-29T07:33:06.395Z | Downloaded castaway v0.2.4 |
| 544 | 2026-07-29T07:33:06.395Z | Downloaded compression-core v0.4.31 |
| 545 | 2026-07-29T07:33:06.395Z | Downloaded flagset v0.4.7 |
| 546 | 2026-07-29T07:33:06.395Z | Downloaded float-cmp v0.10.0 |
| 547 | 2026-07-29T07:33:06.398Z | Downloaded futures-task v0.3.32 |
| 548 | 2026-07-29T07:33:06.398Z | Downloaded ghash v0.6.0 |
| 549 | 2026-07-29T07:33:06.398Z | Downloaded env_filter v1.0.0 |
| 550 | 2026-07-29T07:33:06.398Z | Downloaded atomic-waker v1.1.2 |
| 551 | 2026-07-29T07:33:06.403Z | Downloaded form_urlencoded v1.2.2 |
| 552 | 2026-07-29T07:33:06.406Z | Downloaded async-trait v0.1.89 |
| 553 | 2026-07-29T07:33:06.406Z | Downloaded fatfs v0.3.6 |
| 554 | 2026-07-29T07:33:06.409Z | Downloaded futures-channel v0.3.32 |
| 555 | 2026-07-29T07:33:06.409Z | Downloaded generic-array v1.4.3 |
| 556 | 2026-07-29T07:33:06.409Z | Downloaded bitflags v1.3.2 |
| 557 | 2026-07-29T07:33:06.412Z | Downloaded hash32 v0.3.1 |
| 558 | 2026-07-29T07:33:06.415Z | Downloaded ciborium-ll v0.2.2 |
| 559 | 2026-07-29T07:33:06.418Z | Downloaded globwalk v0.9.1 |
| 560 | 2026-07-29T07:33:06.422Z | Downloaded headers-core v0.3.0 |
| 561 | 2026-07-29T07:33:06.422Z | Downloaded hostname v0.3.1 |
| 562 | 2026-07-29T07:33:06.422Z | Downloaded cfg_aliases v0.2.1 |
| 563 | 2026-07-29T07:33:06.425Z | Downloaded hash32 v0.2.1 |
| 564 | 2026-07-29T07:33:06.428Z | Downloaded float-ord v0.3.2 |
| 565 | 2026-07-29T07:33:06.428Z | Downloaded futures-core v0.3.32 |
| 566 | 2026-07-29T07:33:06.431Z | Downloaded async-stream-impl v0.3.6 |
| 567 | 2026-07-29T07:33:06.431Z | Downloaded block-padding v0.4.2 |
| 568 | 2026-07-29T07:33:06.431Z | Downloaded cobs v0.3.0 |
| 569 | 2026-07-29T07:33:06.434Z | Downloaded bit-vec v0.6.3 |
| 570 | 2026-07-29T07:33:06.434Z | Downloaded cassowary v0.3.0 |
| 571 | 2026-07-29T07:33:06.434Z | Downloaded backoff v0.4.0 |
| 572 | 2026-07-29T07:33:06.437Z | Downloaded http-range v0.1.5 |
| 573 | 2026-07-29T07:33:06.437Z | Downloaded hex v0.4.3 |
| 574 | 2026-07-29T07:33:06.438Z | Downloaded hex-literal v1.1.0 |
| 575 | 2026-07-29T07:33:06.438Z | Downloaded bcs v0.1.6 |
| 576 | 2026-07-29T07:33:06.441Z | Downloaded home v0.5.12 |
| 577 | 2026-07-29T07:33:06.441Z | Downloaded http-body v1.0.1 |
| 578 | 2026-07-29T07:33:06.446Z | Downloaded foldhash v0.2.0 |
| 579 | 2026-07-29T07:33:06.446Z | Downloaded futures-macro v0.3.32 |
| 580 | 2026-07-29T07:33:06.446Z | Downloaded hubpack_derive v0.1.1 |
| 581 | 2026-07-29T07:33:06.446Z | Downloaded olpc-cjson v0.1.4 |
| 582 | 2026-07-29T07:33:06.450Z | Downloaded block-buffer v0.12.1 |
| 583 | 2026-07-29T07:33:06.450Z | Downloaded flume v0.11.1 |
| 584 | 2026-07-29T07:33:06.450Z | Downloaded foldhash v0.1.5 |
| 585 | 2026-07-29T07:33:06.450Z | Downloaded fs-err v2.11.0 |
| 586 | 2026-07-29T07:33:06.450Z | Downloaded getrandom v0.3.4 |
| 587 | 2026-07-29T07:33:06.453Z | Downloaded embedded-io v0.4.0 |
| 588 | 2026-07-29T07:33:06.453Z | Downloaded normalize-line-endings v0.3.0 |
| 589 | 2026-07-29T07:33:06.453Z | Downloaded hubpack v0.1.2 |
| 590 | 2026-07-29T07:33:06.453Z | Downloaded hostname v0.4.2 |
| 591 | 2026-07-29T07:33:06.456Z | Downloaded base64ct v1.8.3 |
| 592 | 2026-07-29T07:33:06.456Z | Downloaded cexpr v0.6.0 |
| 593 | 2026-07-29T07:33:06.456Z | Downloaded compression-codecs v0.4.37 |
| 594 | 2026-07-29T07:33:06.459Z | Downloaded opaque-debug v0.3.1 |
| 595 | 2026-07-29T07:33:06.459Z | Downloaded phf_shared v0.11.3 |
| 596 | 2026-07-29T07:33:06.459Z | Downloaded cmake v0.1.57 |
| 597 | 2026-07-29T07:33:06.459Z | Downloaded arrayvec v0.7.6 |
| 598 | 2026-07-29T07:33:06.463Z | Downloaded packed_struct_codegen v0.10.1 |
| 599 | 2026-07-29T07:33:06.463Z | Downloaded radium v0.7.0 |
| 600 | 2026-07-29T07:33:06.466Z | Downloaded cmov v0.5.4 |
| 601 | 2026-07-29T07:33:06.469Z | Downloaded rand_xorshift v0.4.0 |
| 602 | 2026-07-29T07:33:06.472Z | Downloaded russh-cryptovec v0.62.0 |
| 603 | 2026-07-29T07:33:06.472Z | Downloaded num-conv v0.2.0 |
| 604 | 2026-07-29T07:33:06.479Z | Downloaded group v0.13.0 |
| 605 | 2026-07-29T07:33:06.484Z | Downloaded oxnet v0.1.6 |
| 606 | 2026-07-29T07:33:06.484Z | Downloaded sha1 v0.10.6 |
| 607 | 2026-07-29T07:33:06.484Z | Downloaded enum_dispatch v0.3.13 |
| 608 | 2026-07-29T07:33:06.487Z | Downloaded erased-serde v0.3.31 |
| 609 | 2026-07-29T07:33:06.487Z | Downloaded hyper-tls v0.6.0 |
| 610 | 2026-07-29T07:33:06.487Z | Downloaded predicates-core v1.0.10 |
| 611 | 2026-07-29T07:33:06.487Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 612 | 2026-07-29T07:33:06.491Z | Downloaded argon2 v0.5.3 |
| 613 | 2026-07-29T07:33:06.491Z | Downloaded byte-wrapper v0.1.0 |
| 614 | 2026-07-29T07:33:06.494Z | Downloaded env_logger v0.11.9 |
| 615 | 2026-07-29T07:33:06.494Z | Downloaded ff v0.13.1 |
| 616 | 2026-07-29T07:33:06.494Z | Downloaded humantime v2.3.0 |
| 617 | 2026-07-29T07:33:06.494Z | Downloaded buf-list v1.1.2 |
| 618 | 2026-07-29T07:33:06.498Z | Downloaded blake2 v0.10.6 |
| 619 | 2026-07-29T07:33:06.501Z | Downloaded httpdate v1.0.3 |
| 620 | 2026-07-29T07:33:06.504Z | Downloaded anstyle-parse v0.2.7 |
| 621 | 2026-07-29T07:33:06.508Z | Downloaded glob v0.3.3 |
| 622 | 2026-07-29T07:33:06.508Z | Downloaded omicron-zone-package v0.12.3 |
| 623 | 2026-07-29T07:33:06.508Z | Downloaded serde-big-array v0.5.1 |
| 624 | 2026-07-29T07:33:06.511Z | Downloaded cipher v0.5.2 |
| 625 | 2026-07-29T07:33:06.511Z | Downloaded signature v2.2.0 |
| 626 | 2026-07-29T07:33:06.511Z | Downloaded bitfield v0.19.4 |
| 627 | 2026-07-29T07:33:06.511Z | Downloaded slog-bunyan v2.5.0 |
| 628 | 2026-07-29T07:33:06.514Z | Downloaded bs58 v0.5.1 |
| 629 | 2026-07-29T07:33:06.514Z | Downloaded cmpv2 v0.2.0 |
| 630 | 2026-07-29T07:33:06.514Z | Downloaded stable_deref_trait v1.2.1 |
| 631 | 2026-07-29T07:33:06.517Z | Downloaded subtle v2.6.1 |
| 632 | 2026-07-29T07:33:06.517Z | Downloaded sync-ptr v0.1.4 |
| 633 | 2026-07-29T07:33:06.517Z | Downloaded console v0.16.2 |
| 634 | 2026-07-29T07:33:06.517Z | Downloaded ahash v0.8.12 |
| 635 | 2026-07-29T07:33:06.520Z | Downloaded http-body-util v0.1.3 |
| 636 | 2026-07-29T07:33:06.520Z | Downloaded quick-error v1.2.3 |
| 637 | 2026-07-29T07:33:06.526Z | Downloaded progenitor-macro v0.14.0 |
| 638 | 2026-07-29T07:33:06.526Z | Downloaded hyper-staticfile v0.10.1 |
| 639 | 2026-07-29T07:33:06.530Z | Downloaded password-hash v0.5.0 |
| 640 | 2026-07-29T07:33:06.530Z | Downloaded highway v1.3.0 |
| 641 | 2026-07-29T07:33:06.530Z | Downloaded pbkdf2 v0.13.0 |
| 642 | 2026-07-29T07:33:06.530Z | Downloaded cipher v0.4.4 |
| 643 | 2026-07-29T07:33:06.533Z | Downloaded postgres-protocol v0.6.10 |
| 644 | 2026-07-29T07:33:06.533Z | Downloaded progenitor-extras v0.2.0 |
| 645 | 2026-07-29T07:33:06.533Z | Downloaded cbc v0.2.1 |
| 646 | 2026-07-29T07:33:06.545Z | Downloaded rand_core v0.9.5 |
| 647 | 2026-07-29T07:33:06.545Z | Downloaded rpassword v7.5.4 |
| 648 | 2026-07-29T07:33:06.545Z | Downloaded rusty-fork v0.3.1 |
| 649 | 2026-07-29T07:33:06.545Z | Downloaded scrypt v0.12.0 |
| 650 | 2026-07-29T07:33:06.545Z | Downloaded secrecy v0.10.3 |
| 651 | 2026-07-29T07:33:06.545Z | Downloaded semver v0.1.20 |
| 652 | 2026-07-29T07:33:06.545Z | Downloaded seq-macro v0.3.6 |
| 653 | 2026-07-29T07:33:06.545Z | Downloaded serde-hex v0.1.0 |
| 654 | 2026-07-29T07:33:06.545Z | Downloaded tower-service v0.3.3 |
| 655 | 2026-07-29T07:33:06.549Z | Downloaded unicode-truncate v1.1.0 |
| 656 | 2026-07-29T07:33:06.549Z | Downloaded unicode-xid v0.2.6 |
| 657 | 2026-07-29T07:33:06.549Z | Downloaded ciborium v0.2.2 |
| 658 | 2026-07-29T07:33:06.552Z | Downloaded unit-prefix v0.5.2 |
| 659 | 2026-07-29T07:33:06.552Z | Downloaded void v1.0.2 |
| 660 | 2026-07-29T07:33:06.555Z | Downloaded half v1.8.3 |
| 661 | 2026-07-29T07:33:06.555Z | Downloaded bzip2 v0.4.4 |
| 662 | 2026-07-29T07:33:06.555Z | Downloaded chacha20 v0.10.0 |
| 663 | 2026-07-29T07:33:06.558Z | Downloaded num-complex v0.4.6 |
| 664 | 2026-07-29T07:33:06.558Z | Downloaded blowfish v0.10.0 |
| 665 | 2026-07-29T07:33:06.563Z | Downloaded num_enum_derive v0.7.6 |
| 666 | 2026-07-29T07:33:06.563Z | Downloaded hyper-rustls v0.27.7 |
| 667 | 2026-07-29T07:33:06.566Z | Downloaded pem v3.0.6 |
| 668 | 2026-07-29T07:33:06.566Z | Downloaded hmac v0.13.0 |
| 669 | 2026-07-29T07:33:06.566Z | Downloaded primefield v0.14.0 |
| 670 | 2026-07-29T07:33:06.569Z | Downloaded hmac v0.12.1 |
| 671 | 2026-07-29T07:33:06.569Z | Downloaded hybrid-array v0.4.13 |
| 672 | 2026-07-29T07:33:06.572Z | Downloaded structmeta v0.3.0 |
| 673 | 2026-07-29T07:33:06.572Z | Downloaded tabwriter v1.4.1 |
| 674 | 2026-07-29T07:33:06.573Z | Downloaded waitgroup v0.1.2 |
| 675 | 2026-07-29T07:33:06.576Z | Downloaded slog-async v2.8.0 |
| 676 | 2026-07-29T07:33:06.576Z | Downloaded sqlparser_derive v0.5.0 |
| 677 | 2026-07-29T07:33:06.576Z | Downloaded camino-tempfile-ext v0.3.3 |
| 678 | 2026-07-29T07:33:06.579Z | Downloaded cancel-safe-futures v0.1.5 |
| 679 | 2026-07-29T07:33:06.579Z | Downloaded console v0.15.11 |
| 680 | 2026-07-29T07:33:06.582Z | Downloaded stacker v0.1.23 |
| 681 | 2026-07-29T07:33:06.582Z | Downloaded strum_macros v0.24.3 |
| 682 | 2026-07-29T07:33:06.582Z | Downloaded crc v3.4.0 |
| 683 | 2026-07-29T07:33:06.585Z | Downloaded async-bb8-diesel v0.2.1 |
| 684 | 2026-07-29T07:33:06.585Z | Downloaded bit-vec v0.8.0 |
| 685 | 2026-07-29T07:33:06.586Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 686 | 2026-07-29T07:33:06.589Z | Downloaded blake2 v0.11.0-rc.6 |
| 687 | 2026-07-29T07:33:06.589Z | Downloaded tokio-native-tls v0.3.1 |
| 688 | 2026-07-29T07:33:06.589Z | Downloaded backon v1.6.0 |
| 689 | 2026-07-29T07:33:06.592Z | Downloaded const-oid v0.9.6 |
| 690 | 2026-07-29T07:33:06.592Z | Downloaded globset v0.4.18 |
| 691 | 2026-07-29T07:33:06.595Z | Downloaded thread-id v5.1.0 |
| 692 | 2026-07-29T07:33:06.595Z | Downloaded oxide-tokio-rt v0.1.4 |
| 693 | 2026-07-29T07:33:06.599Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 694 | 2026-07-29T07:33:06.599Z | Downloaded pkcs1 v0.7.5 |
| 695 | 2026-07-29T07:33:06.599Z | Downloaded postcard v1.1.3 |
| 696 | 2026-07-29T07:33:06.603Z | Downloaded rfc6979 v0.4.0 |
| 697 | 2026-07-29T07:33:06.607Z | Downloaded zerofrom v0.1.6 |
| 698 | 2026-07-29T07:33:06.617Z | Downloaded indoc v1.0.9 |
| 699 | 2026-07-29T07:33:06.620Z | Downloaded chacha20 v0.9.1 |
| 700 | 2026-07-29T07:33:06.620Z | Downloaded colored v3.1.1 |
| 701 | 2026-07-29T07:33:06.623Z | Downloaded rustls-native-certs v0.8.3 |
| 702 | 2026-07-29T07:33:06.623Z | Downloaded bzip2 v0.6.1 |
| 703 | 2026-07-29T07:33:06.626Z | Downloaded crc8 v0.1.1 |
| 704 | 2026-07-29T07:33:06.626Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 705 | 2026-07-29T07:33:06.631Z | Downloaded schemars_derive v0.8.22 |
| 706 | 2026-07-29T07:33:06.634Z | Downloaded clang-sys v1.8.1 |
| 707 | 2026-07-29T07:33:06.639Z | Downloaded parking_lot_core v0.9.12 |
| 708 | 2026-07-29T07:33:06.643Z | Downloaded spki v0.8.0 |
| 709 | 2026-07-29T07:33:06.646Z | Downloaded thiserror-no-std v2.0.2 |
| 710 | 2026-07-29T07:33:06.649Z | Downloaded tiny-keccak v2.0.2 |
| 711 | 2026-07-29T07:33:06.649Z | Downloaded darling_macro v0.23.0 |
| 712 | 2026-07-29T07:33:06.649Z | Downloaded libscf-sys v1.1.0 |
| 713 | 2026-07-29T07:33:06.649Z | Downloaded lru-slab v0.1.2 |
| 714 | 2026-07-29T07:33:06.649Z | Downloaded maybe-uninit v2.0.0 |
| 715 | 2026-07-29T07:33:06.653Z | Downloaded idna_adapter v1.2.1 |
| 716 | 2026-07-29T07:33:06.657Z | Downloaded daft v0.1.7 |
| 717 | 2026-07-29T07:33:06.660Z | Downloaded der_derive v0.7.3 |
| 718 | 2026-07-29T07:33:06.660Z | Downloaded arc-swap v1.8.2 |
| 719 | 2026-07-29T07:33:06.664Z | Downloaded crossbeam-deque v0.8.6 |
| 720 | 2026-07-29T07:33:06.664Z | Downloaded base64 v0.22.1 |
| 721 | 2026-07-29T07:33:06.667Z | Downloaded colored v2.2.0 |
| 722 | 2026-07-29T07:33:06.667Z | Downloaded num v0.4.3 |
| 723 | 2026-07-29T07:33:06.672Z | Downloaded instant v0.1.13 |
| 724 | 2026-07-29T07:33:06.675Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 725 | 2026-07-29T07:33:06.678Z | Downloaded keccak v0.1.6 |
| 726 | 2026-07-29T07:33:06.678Z | Downloaded match_cfg v0.1.0 |
| 727 | 2026-07-29T07:33:06.683Z | Downloaded whoami v1.6.1 |
| 728 | 2026-07-29T07:33:06.686Z | Downloaded whoami v2.1.0 |
| 729 | 2026-07-29T07:33:06.689Z | Downloaded const-oid v0.10.2 |
| 730 | 2026-07-29T07:33:06.696Z | Downloaded digest v0.11.3 |
| 731 | 2026-07-29T07:33:06.696Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 732 | 2026-07-29T07:33:06.705Z | Downloaded parse-size v1.1.0 |
| 733 | 2026-07-29T07:33:06.708Z | Downloaded phf_shared v0.13.1 |
| 734 | 2026-07-29T07:33:06.711Z | Downloaded indoc v2.0.7 |
| 735 | 2026-07-29T07:33:06.711Z | Downloaded yasna v0.5.2 |
| 736 | 2026-07-29T07:33:06.711Z | Downloaded heapless v0.7.17 |
| 737 | 2026-07-29T07:33:06.714Z | Downloaded rtoolbox v0.0.3 |
| 738 | 2026-07-29T07:33:06.718Z | Downloaded allocator-api2 v0.2.21 |
| 739 | 2026-07-29T07:33:06.721Z | Downloaded heapless v0.8.0 |
| 740 | 2026-07-29T07:33:06.724Z | Downloaded scheduled-thread-pool v0.2.7 |
| 741 | 2026-07-29T07:33:06.728Z | Downloaded flate2 v1.1.9 |
| 742 | 2026-07-29T07:33:06.731Z | Downloaded serde_urlencoded v0.7.1 |
| 743 | 2026-07-29T07:33:06.735Z | Downloaded slog v2.8.2 |
| 744 | 2026-07-29T07:33:06.739Z | Downloaded socket2 v0.5.10 |
| 745 | 2026-07-29T07:33:06.739Z | Downloaded cookie_store v0.22.1 |
| 746 | 2026-07-29T07:33:06.742Z | Downloaded nanorand v0.7.0 |
| 747 | 2026-07-29T07:33:06.742Z | Downloaded crossbeam-utils v0.8.21 |
| 748 | 2026-07-29T07:33:06.742Z | Downloaded newtype-uuid v1.3.2 |
| 749 | 2026-07-29T07:33:06.745Z | Downloaded crossbeam-epoch v0.9.18 |
| 750 | 2026-07-29T07:33:06.745Z | Downloaded data-encoding v2.10.0 |
| 751 | 2026-07-29T07:33:06.745Z | Downloaded displaydoc v0.2.5 |
| 752 | 2026-07-29T07:33:06.749Z | Downloaded rand_pcg v0.10.2 |
| 753 | 2026-07-29T07:33:06.749Z | Downloaded same-file v1.0.6 |
| 754 | 2026-07-29T07:33:06.749Z | Downloaded sapling-renderdag v0.1.0 |
| 755 | 2026-07-29T07:33:06.752Z | Downloaded num_enum v0.5.11 |
| 756 | 2026-07-29T07:33:06.752Z | Downloaded oxide-update-engine-display v0.1.2 |
| 757 | 2026-07-29T07:33:06.756Z | Downloaded tokio-test v0.4.5 |
| 758 | 2026-07-29T07:33:06.756Z | Downloaded term v0.7.0 |
| 759 | 2026-07-29T07:33:06.759Z | Downloaded ipnet v2.11.0 |
| 760 | 2026-07-29T07:33:06.763Z | Downloaded compact_str v0.8.1 |
| 761 | 2026-07-29T07:33:06.768Z | Downloaded signature v3.0.0 |
| 762 | 2026-07-29T07:33:06.771Z | Downloaded tracing-attributes v0.1.31 |
| 763 | 2026-07-29T07:33:06.774Z | Downloaded uzers v0.12.2 |
| 764 | 2026-07-29T07:33:06.782Z | Downloaded strsim v0.10.0 |
| 765 | 2026-07-29T07:33:06.785Z | Downloaded tokio-macros v2.7.0 |
| 766 | 2026-07-29T07:33:06.785Z | Downloaded tower-layer v0.3.3 |
| 767 | 2026-07-29T07:33:06.785Z | Downloaded supports-color v3.0.2 |
| 768 | 2026-07-29T07:33:06.788Z | Downloaded tracing-core v0.1.36 |
| 769 | 2026-07-29T07:33:06.791Z | Downloaded zopfli v0.8.3 |
| 770 | 2026-07-29T07:33:06.791Z | Downloaded constant_time_eq v0.4.2 |
| 771 | 2026-07-29T07:33:06.796Z | Downloaded half v2.7.1 |
| 772 | 2026-07-29T07:33:06.796Z | Downloaded signal-hook v0.3.18 |
| 773 | 2026-07-29T07:33:06.799Z | Downloaded similar v2.7.0 |
| 774 | 2026-07-29T07:33:06.799Z | Downloaded headers v0.4.1 |
| 775 | 2026-07-29T07:33:06.802Z | Downloaded hickory-resolver v0.25.2 |
| 776 | 2026-07-29T07:33:06.812Z | Downloaded poly1305 v0.8.0 |
| 777 | 2026-07-29T07:33:06.816Z | Downloaded proc-macro-error2 v2.0.1 |
| 778 | 2026-07-29T07:33:06.819Z | Downloaded parse-display-derive v0.10.0 |
| 779 | 2026-07-29T07:33:06.819Z | Downloaded pem-rfc7468 v0.7.0 |
| 780 | 2026-07-29T07:33:06.822Z | Downloaded ppv-lite86 v0.2.21 |
| 781 | 2026-07-29T07:33:06.822Z | Downloaded slog-json v2.6.1 |
| 782 | 2026-07-29T07:33:06.822Z | Downloaded tabled_derive v0.11.0 |
| 783 | 2026-07-29T07:33:06.822Z | Downloaded trait-variant v0.1.2 |
| 784 | 2026-07-29T07:33:06.822Z | Downloaded testing_table v0.3.0 |
| 785 | 2026-07-29T07:33:06.822Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 786 | 2026-07-29T07:33:06.825Z | Downloaded topological-sort v0.2.2 |
| 787 | 2026-07-29T07:33:06.825Z | Downloaded universal-hash v0.5.1 |
| 788 | 2026-07-29T07:33:06.825Z | Downloaded universal-hash v0.6.1 |
| 789 | 2026-07-29T07:33:06.825Z | Downloaded wait-timeout v0.2.1 |
| 790 | 2026-07-29T07:33:06.825Z | Downloaded base64 v0.21.7 |
| 791 | 2026-07-29T07:33:06.829Z | Downloaded chacha20poly1305 v0.10.1 |
| 792 | 2026-07-29T07:33:06.829Z | Downloaded const_format v0.2.35 |
| 793 | 2026-07-29T07:33:06.832Z | Downloaded module-lattice v0.2.3 |
| 794 | 2026-07-29T07:33:06.832Z | Downloaded parking_lot v0.11.2 |
| 795 | 2026-07-29T07:33:06.835Z | Downloaded cpufeatures v0.3.0 |
| 796 | 2026-07-29T07:33:06.835Z | Downloaded darling_macro v0.20.11 |
| 797 | 2026-07-29T07:33:06.835Z | Downloaded p384 v0.14.0 |
| 798 | 2026-07-29T07:33:06.835Z | Downloaded prettyplease v0.2.37 |
| 799 | 2026-07-29T07:33:06.838Z | Downloaded des v0.9.0 |
| 800 | 2026-07-29T07:33:06.838Z | Downloaded ed25519 v3.0.0 |
| 801 | 2026-07-29T07:33:06.838Z | Downloaded rand_core v0.10.0 |
| 802 | 2026-07-29T07:33:06.841Z | Downloaded rand_core v0.6.4 |
| 803 | 2026-07-29T07:33:06.841Z | Downloaded rustc_version v0.4.1 |
| 804 | 2026-07-29T07:33:06.841Z | Downloaded samael v0.0.19 |
| 805 | 2026-07-29T07:33:06.844Z | Downloaded serde_path_to_error v0.1.20 |
| 806 | 2026-07-29T07:33:06.844Z | Downloaded x509-tsp v0.1.0 |
| 807 | 2026-07-29T07:33:06.844Z | Downloaded drift v0.2.0 |
| 808 | 2026-07-29T07:33:06.850Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 809 | 2026-07-29T07:33:06.853Z | Downloaded elliptic-curve v0.13.8 |
| 810 | 2026-07-29T07:33:06.856Z | Downloaded quinn-udp v0.5.14 |
| 811 | 2026-07-29T07:33:06.856Z | Downloaded unicode-bidi v0.3.18 |
| 812 | 2026-07-29T07:33:06.856Z | Downloaded cc v1.2.56 |
| 813 | 2026-07-29T07:33:06.859Z | Downloaded rustls-pki-types v1.14.0 |
| 814 | 2026-07-29T07:33:06.859Z | Downloaded darling_macro v0.13.4 |
| 815 | 2026-07-29T07:33:06.859Z | Downloaded dof v0.4.0 |
| 816 | 2026-07-29T07:33:06.862Z | Downloaded document-features v0.2.12 |
| 817 | 2026-07-29T07:33:06.862Z | Downloaded slab v0.4.12 |
| 818 | 2026-07-29T07:33:06.862Z | Downloaded smallvec v0.6.14 |
| 819 | 2026-07-29T07:33:06.862Z | Downloaded sponge-cursor v0.1.0 |
| 820 | 2026-07-29T07:33:06.865Z | Downloaded hashbrown v0.13.2 |
| 821 | 2026-07-29T07:33:06.865Z | Downloaded unicase v2.9.0 |
| 822 | 2026-07-29T07:33:06.868Z | Downloaded crypto-common v0.2.2 |
| 823 | 2026-07-29T07:33:06.872Z | Downloaded libbz2-rs-sys v0.2.2 |
| 824 | 2026-07-29T07:33:06.875Z | Downloaded strum_macros v0.26.4 |
| 825 | 2026-07-29T07:33:06.878Z | Downloaded rustls-platform-verifier v0.7.0 |
| 826 | 2026-07-29T07:33:06.882Z | Downloaded sha2 v0.11.0 |
| 827 | 2026-07-29T07:33:06.882Z | Downloaded vergen-lib v0.1.6 |
| 828 | 2026-07-29T07:33:06.886Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 829 | 2026-07-29T07:33:06.886Z | Downloaded indent_write v2.2.0 |
| 830 | 2026-07-29T07:33:06.886Z | Downloaded yansi v1.0.1 |
| 831 | 2026-07-29T07:33:06.886Z | Downloaded usdt-impl v0.6.0 |
| 832 | 2026-07-29T07:33:06.886Z | Downloaded zeroize v1.9.0 |
| 833 | 2026-07-29T07:33:06.889Z | Downloaded dyn-clone v1.0.20 |
| 834 | 2026-07-29T07:33:06.892Z | Downloaded oxide-update-engine-types v0.1.2 |
| 835 | 2026-07-29T07:33:06.897Z | Downloaded lzss v0.8.2 |
| 836 | 2026-07-29T07:33:06.900Z | Downloaded managed v0.8.0 |
| 837 | 2026-07-29T07:33:06.900Z | Downloaded newtype-uuid-macros v0.1.0 |
| 838 | 2026-07-29T07:33:06.900Z | Downloaded newline-converter v0.3.0 |
| 839 | 2026-07-29T07:33:06.903Z | Downloaded darling v0.13.4 |
| 840 | 2026-07-29T07:33:06.906Z | Downloaded ar_archive_writer v0.5.1 |
| 841 | 2026-07-29T07:33:06.909Z | Downloaded tar v0.4.46 |
| 842 | 2026-07-29T07:33:06.912Z | Downloaded tokio-postgres v0.7.16 |
| 843 | 2026-07-29T07:33:06.916Z | Downloaded walkdir v2.5.0 |
| 844 | 2026-07-29T07:33:06.916Z | Downloaded icu_normalizer v2.1.1 |
| 845 | 2026-07-29T07:33:06.919Z | Downloaded prefix-trie v0.7.0 |
| 846 | 2026-07-29T07:33:06.919Z | Downloaded async-compression v0.4.41 |
| 847 | 2026-07-29T07:33:06.922Z | Downloaded bytes v1.11.1 |
| 848 | 2026-07-29T07:33:06.925Z | Downloaded kstat-rs v0.2.4 |
| 849 | 2026-07-29T07:33:06.925Z | Downloaded bumpalo v3.20.2 |
| 850 | 2026-07-29T07:33:06.928Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 851 | 2026-07-29T07:33:06.928Z | Downloaded deranged v0.5.8 |
| 852 | 2026-07-29T07:33:06.932Z | Downloaded openssl-macros v0.1.1 |
| 853 | 2026-07-29T07:33:06.932Z | Downloaded litrs v1.0.0 |
| 854 | 2026-07-29T07:33:06.932Z | Downloaded rand_chacha v0.3.1 |
| 855 | 2026-07-29T07:33:06.932Z | Downloaded delegate v0.13.5 |
| 856 | 2026-07-29T07:33:06.935Z | Downloaded derive-ex v0.1.8 |
| 857 | 2026-07-29T07:33:06.935Z | Downloaded num-derive v0.4.2 |
| 858 | 2026-07-29T07:33:06.935Z | Downloaded uuid v1.23.4 |
| 859 | 2026-07-29T07:33:06.938Z | Downloaded unicode_categories v0.1.1 |
| 860 | 2026-07-29T07:33:06.938Z | Downloaded hashbrown v0.12.3 |
| 861 | 2026-07-29T07:33:06.941Z | Downloaded schemars v0.8.22 |
| 862 | 2026-07-29T07:33:06.944Z | Downloaded hickory-resolver v0.24.4 |
| 863 | 2026-07-29T07:33:06.947Z | Downloaded hickory-server v0.25.2 |
| 864 | 2026-07-29T07:33:06.951Z | Downloaded path-slash v0.1.5 |
| 865 | 2026-07-29T07:33:06.951Z | Downloaded smallvec v1.15.1 |
| 866 | 2026-07-29T07:33:06.951Z | Downloaded zstd v0.13.3 |
| 867 | 2026-07-29T07:33:06.954Z | Downloaded new_debug_unreachable v1.0.6 |
| 868 | 2026-07-29T07:33:06.954Z | Downloaded russh-util v0.52.0 |
| 869 | 2026-07-29T07:33:06.954Z | Downloaded signal-hook-mio v0.2.5 |
| 870 | 2026-07-29T07:33:06.954Z | Downloaded password-hash v0.6.1 |
| 871 | 2026-07-29T07:33:06.954Z | Downloaded potential_utf v0.1.4 |
| 872 | 2026-07-29T07:33:06.957Z | Downloaded parse-display v0.10.0 |
| 873 | 2026-07-29T07:33:06.957Z | Downloaded powerfmt v0.2.0 |
| 874 | 2026-07-29T07:33:06.957Z | Downloaded precomputed-hash v0.1.1 |
| 875 | 2026-07-29T07:33:06.957Z | Downloaded pkcs5 v0.8.1 |
| 876 | 2026-07-29T07:33:06.961Z | Downloaded tokio-tungstenite v0.21.0 |
| 877 | 2026-07-29T07:33:06.961Z | Downloaded slog-term v2.9.2 |
| 878 | 2026-07-29T07:33:06.964Z | Downloaded zerotrie v0.2.3 |
| 879 | 2026-07-29T07:33:06.964Z | Downloaded tap v1.0.1 |
| 880 | 2026-07-29T07:33:06.964Z | Downloaded strum v0.27.2 |
| 881 | 2026-07-29T07:33:06.964Z | Downloaded futures-util v0.3.32 |
| 882 | 2026-07-29T07:33:06.970Z | Downloaded progenitor-impl v0.14.0 |
| 883 | 2026-07-29T07:33:06.973Z | Downloaded term v1.2.1 |
| 884 | 2026-07-29T07:33:06.973Z | Downloaded hyper-util v0.1.20 |
| 885 | 2026-07-29T07:33:06.976Z | Downloaded ecdsa v0.16.9 |
| 886 | 2026-07-29T07:33:06.982Z | Downloaded ipnetwork v0.21.1 |
| 887 | 2026-07-29T07:33:06.985Z | Downloaded progenitor-client v0.14.0 |
| 888 | 2026-07-29T07:33:06.985Z | Downloaded untrusted v0.7.1 |
| 889 | 2026-07-29T07:33:06.985Z | Downloaded diff v0.1.13 |
| 890 | 2026-07-29T07:33:06.988Z | Downloaded scroll_derive v0.13.1 |
| 891 | 2026-07-29T07:33:07.004Z | Downloaded icu_locale_core v2.1.1 |
| 892 | 2026-07-29T07:33:07.008Z | Downloaded crmf v0.2.0 |
| 893 | 2026-07-29T07:33:07.011Z | Downloaded der v0.7.10 |
| 894 | 2026-07-29T07:33:07.014Z | Downloaded slog-envlogger v2.2.0 |
| 895 | 2026-07-29T07:33:07.014Z | Downloaded ssh-cipher v0.3.0 |
| 896 | 2026-07-29T07:33:07.014Z | Downloaded minimal-lexical v0.2.1 |
| 897 | 2026-07-29T07:33:07.017Z | Downloaded libsw-core v0.3.2 |
| 898 | 2026-07-29T07:33:07.020Z | Downloaded crc-any v2.5.0 |
| 899 | 2026-07-29T07:33:07.020Z | Downloaded string_cache v0.8.9 |
| 900 | 2026-07-29T07:33:07.023Z | Downloaded time-macros v0.2.27 |
| 901 | 2026-07-29T07:33:07.023Z | Downloaded structmeta-derive v0.3.0 |
| 902 | 2026-07-29T07:33:07.026Z | Downloaded tls_codec v0.4.2 |
| 903 | 2026-07-29T07:33:07.026Z | Downloaded usdt v0.6.0 |
| 904 | 2026-07-29T07:33:07.026Z | Downloaded crunchy v0.2.4 |
| 905 | 2026-07-29T07:33:07.026Z | Downloaded defmt v0.3.100 |
| 906 | 2026-07-29T07:33:07.030Z | Downloaded convert_case v0.10.0 |
| 907 | 2026-07-29T07:33:07.034Z | Downloaded internet-checksum v0.2.1 |
| 908 | 2026-07-29T07:33:07.034Z | Downloaded is_ci v1.2.0 |
| 909 | 2026-07-29T07:33:07.034Z | Downloaded num-integer v0.1.46 |
| 910 | 2026-07-29T07:33:07.037Z | Downloaded bindgen v0.71.1 |
| 911 | 2026-07-29T07:33:07.040Z | Downloaded oxide-update-engine v0.1.2 |
| 912 | 2026-07-29T07:33:07.043Z | Downloaded http v1.4.2 |
| 913 | 2026-07-29T07:33:07.043Z | Downloaded cpubits v0.1.1 |
| 914 | 2026-07-29T07:33:07.043Z | Downloaded dirs-sys-next v0.1.2 |
| 915 | 2026-07-29T07:33:07.047Z | Downloaded pretty_assertions v1.4.1 |
| 916 | 2026-07-29T07:33:07.047Z | Downloaded publicsuffix v2.3.0 |
| 917 | 2026-07-29T07:33:07.047Z | Downloaded parking_lot_core v0.8.6 |
| 918 | 2026-07-29T07:33:07.050Z | Downloaded darling_core v0.13.4 |
| 919 | 2026-07-29T07:33:07.053Z | Downloaded multimap v0.10.1 |
| 920 | 2026-07-29T07:33:07.057Z | Downloaded nonempty v0.12.0 |
| 921 | 2026-07-29T07:33:07.061Z | Downloaded peg v0.8.5 |
| 922 | 2026-07-29T07:33:07.064Z | Downloaded test-strategy v0.4.5 |
| 923 | 2026-07-29T07:33:07.067Z | Downloaded typify v0.6.2 |
| 924 | 2026-07-29T07:33:07.067Z | Downloaded hashbrown v0.16.1 |
| 925 | 2026-07-29T07:33:07.070Z | Downloaded ena v0.14.4 |
| 926 | 2026-07-29T07:33:07.071Z | Downloaded r2d2 v0.8.10 |
| 927 | 2026-07-29T07:33:07.074Z | Downloaded wyz v0.5.1 |
| 928 | 2026-07-29T07:33:07.074Z | Downloaded sec1 v0.7.3 |
| 929 | 2026-07-29T07:33:07.074Z | Downloaded sec1 v0.8.1 |
| 930 | 2026-07-29T07:33:07.074Z | Downloaded writeable v0.6.2 |
| 931 | 2026-07-29T07:33:07.077Z | Downloaded yoke v0.8.1 |
| 932 | 2026-07-29T07:33:07.080Z | Downloaded zstd-safe v7.2.4 |
| 933 | 2026-07-29T07:33:07.080Z | Downloaded md5 v0.8.0 |
| 934 | 2026-07-29T07:33:07.083Z | Downloaded simd-adler32 v0.3.8 |
| 935 | 2026-07-29T07:33:07.087Z | Downloaded rustc-hash v2.1.1 |
| 936 | 2026-07-29T07:33:07.087Z | Downloaded zip v4.6.1 |
| 937 | 2026-07-29T07:33:07.090Z | Downloaded indexmap v1.9.3 |
| 938 | 2026-07-29T07:33:07.094Z | Downloaded zip v0.6.6 |
| 939 | 2026-07-29T07:33:07.097Z | Downloaded der v0.8.0 |
| 940 | 2026-07-29T07:33:07.100Z | Downloaded proc-macro-crate v3.4.0 |
| 941 | 2026-07-29T07:33:07.103Z | Downloaded diesel-dtrace v0.5.0 |
| 942 | 2026-07-29T07:33:07.103Z | Downloaded strum v0.26.3 |
| 943 | 2026-07-29T07:33:07.103Z | Downloaded litemap v0.8.1 |
| 944 | 2026-07-29T07:33:07.109Z | Downloaded libefi-sys v0.1.0 |
| 945 | 2026-07-29T07:33:07.112Z | Downloaded tokio-tungstenite v0.23.1 |
| 946 | 2026-07-29T07:33:07.116Z | Downloaded progenitor-macro v0.13.0 |
| 947 | 2026-07-29T07:33:07.119Z | Downloaded rfc6979 v0.6.0 |
| 948 | 2026-07-29T07:33:07.119Z | Downloaded mime_guess v2.0.5 |
| 949 | 2026-07-29T07:33:07.124Z | Downloaded linear-map v1.2.0 |
| 950 | 2026-07-29T07:33:07.127Z | Downloaded nu-ansi-term v0.50.3 |
| 951 | 2026-07-29T07:33:07.130Z | Downloaded paste v1.0.15 |
| 952 | 2026-07-29T07:33:07.133Z | Downloaded secrecy v0.8.0 |
| 953 | 2026-07-29T07:33:07.137Z | Downloaded hashbrown v0.15.5 |
| 954 | 2026-07-29T07:33:07.141Z | Downloaded serde_with v1.14.0 |
| 955 | 2026-07-29T07:33:07.144Z | Downloaded unarray v0.1.4 |
| 956 | 2026-07-29T07:33:07.147Z | Downloaded itertools v0.10.5 |
| 957 | 2026-07-29T07:33:07.150Z | Downloaded either v1.15.0 |
| 958 | 2026-07-29T07:33:07.150Z | Downloaded pkcs8 v0.10.2 |
| 959 | 2026-07-29T07:33:07.154Z | Downloaded xshell-macros v0.2.7 |
| 960 | 2026-07-29T07:33:07.157Z | Downloaded yoke-derive v0.8.1 |
| 961 | 2026-07-29T07:33:07.161Z | Downloaded darling v0.20.11 |
| 962 | 2026-07-29T07:33:07.161Z | Downloaded serde_with_macros v1.5.2 |
| 963 | 2026-07-29T07:33:07.164Z | Downloaded serde_with_macros v3.21.0 |
| 964 | 2026-07-29T07:33:07.164Z | Downloaded num-bigint v0.4.6 |
| 965 | 2026-07-29T07:33:07.167Z | Downloaded ingot-types v0.2.0 |
| 966 | 2026-07-29T07:33:07.167Z | Downloaded keccak v0.2.0 |
| 967 | 2026-07-29T07:33:07.167Z | Downloaded termtree v0.5.1 |
| 968 | 2026-07-29T07:33:07.170Z | Downloaded socket2 v0.6.3 |
| 969 | 2026-07-29T07:33:07.170Z | Downloaded snafu-derive v0.8.9 |
| 970 | 2026-07-29T07:33:07.170Z | Downloaded usdt-attr-macro v0.6.0 |
| 971 | 2026-07-29T07:33:07.173Z | Downloaded aes v0.9.1 |
| 972 | 2026-07-29T07:33:07.173Z | Downloaded num-bigint-dig v0.8.6 |
| 973 | 2026-07-29T07:33:07.176Z | Downloaded display-error-chain v0.2.2 |
| 974 | 2026-07-29T07:33:07.176Z | Downloaded downcast-rs v2.0.2 |
| 975 | 2026-07-29T07:33:07.180Z | Downloaded inout v0.1.4 |
| 976 | 2026-07-29T07:33:07.180Z | Downloaded linked-hash-map v0.5.6 |
| 977 | 2026-07-29T07:33:07.183Z | Downloaded ecdsa v0.17.0 |
| 978 | 2026-07-29T07:33:07.186Z | Downloaded peg-macros v0.8.5 |
| 979 | 2026-07-29T07:33:07.189Z | Downloaded wnaf v0.14.0 |
| 980 | 2026-07-29T07:33:07.192Z | Downloaded zone v0.3.1 |
| 981 | 2026-07-29T07:33:07.200Z | Downloaded polyval v0.7.1 |
| 982 | 2026-07-29T07:33:07.203Z | Downloaded phf_shared v0.12.1 |
| 983 | 2026-07-29T07:33:07.203Z | Downloaded openssl-probe v0.1.6 |
| 984 | 2026-07-29T07:33:07.203Z | Downloaded predicates v3.1.4 |
| 985 | 2026-07-29T07:33:07.206Z | Downloaded progenitor-client v0.13.0 |
| 986 | 2026-07-29T07:33:07.206Z | Downloaded h2 v0.4.15 |
| 987 | 2026-07-29T07:33:07.209Z | Downloaded vsss-rs v3.3.4 |
| 988 | 2026-07-29T07:33:07.209Z | Downloaded tokio-dtrace v0.1.1 |
| 989 | 2026-07-29T07:33:07.213Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 990 | 2026-07-29T07:33:07.213Z | Downloaded tokio-stream v0.1.18 |
| 991 | 2026-07-29T07:33:07.216Z | Downloaded vergen v9.1.0 |
| 992 | 2026-07-29T07:33:07.216Z | Downloaded vte v0.14.1 |
| 993 | 2026-07-29T07:33:07.220Z | Downloaded p256 v0.13.2 |
| 994 | 2026-07-29T07:33:07.223Z | Downloaded hkdf v0.13.0 |
| 995 | 2026-07-29T07:33:07.223Z | Downloaded serde_derive_internals v0.29.1 |
| 996 | 2026-07-29T07:33:07.226Z | Downloaded vergen-lib v9.1.0 |
| 997 | 2026-07-29T07:33:07.226Z | Downloaded signal-hook-tokio v0.3.1 |
| 998 | 2026-07-29T07:33:07.226Z | Downloaded slog-dtrace v0.3.0 |
| 999 | 2026-07-29T07:33:07.229Z | Downloaded maplit v1.0.2 |
| 1000 | 2026-07-29T07:33:07.229Z | Downloaded memoffset v0.9.1 |
| 1001 | 2026-07-29T07:33:07.232Z | Downloaded num-derive v0.3.3 |
| 1002 | 2026-07-29T07:33:07.232Z | Downloaded ref-cast v1.0.25 |
| 1003 | 2026-07-29T07:33:07.235Z | Downloaded defmt v1.0.1 |
| 1004 | 2026-07-29T07:33:07.239Z | Downloaded static_assertions v1.1.0 |
| 1005 | 2026-07-29T07:33:07.243Z | Downloaded corncobs v0.1.4 |
| 1006 | 2026-07-29T07:33:07.248Z | Downloaded icu_properties v2.1.2 |
| 1007 | 2026-07-29T07:33:07.251Z | Downloaded hyper v1.10.1 |
| 1008 | 2026-07-29T07:33:07.254Z | Downloaded hkdf v0.12.4 |
| 1009 | 2026-07-29T07:33:07.260Z | Downloaded progenitor-impl v0.13.0 |
| 1010 | 2026-07-29T07:33:07.263Z | Downloaded rustc_version v0.1.7 |
| 1011 | 2026-07-29T07:33:07.266Z | Downloaded dropshot-api-manager v0.7.2 |
| 1012 | 2026-07-29T07:33:07.276Z | Downloaded want v0.3.1 |
| 1013 | 2026-07-29T07:33:07.279Z | Downloaded parking_lot v0.12.5 |
| 1014 | 2026-07-29T07:33:07.279Z | Downloaded thread_local v1.1.9 |
| 1015 | 2026-07-29T07:33:07.282Z | Downloaded take_mut v0.2.2 |
| 1016 | 2026-07-29T07:33:07.282Z | Downloaded aes-gcm v0.11.0 |
| 1017 | 2026-07-29T07:33:07.286Z | Downloaded owo-colors v4.3.0 |
| 1018 | 2026-07-29T07:33:07.286Z | Downloaded primeorder v0.13.6 |
| 1019 | 2026-07-29T07:33:07.286Z | Downloaded progenitor v0.14.0 |
| 1020 | 2026-07-29T07:33:07.289Z | Downloaded usdt-macro v0.6.0 |
| 1021 | 2026-07-29T07:33:07.289Z | Downloaded ctutils v0.4.2 |
| 1022 | 2026-07-29T07:33:07.293Z | Downloaded rcgen v0.12.1 |
| 1023 | 2026-07-29T07:33:07.297Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1024 | 2026-07-29T07:33:07.297Z | Downloaded derive_builder_core v0.20.2 |
| 1025 | 2026-07-29T07:33:07.301Z | Downloaded unicode-properties v0.1.4 |
| 1026 | 2026-07-29T07:33:07.301Z | Downloaded reedline v0.40.0 |
| 1027 | 2026-07-29T07:33:07.304Z | Downloaded resolv-conf v0.7.6 |
| 1028 | 2026-07-29T07:33:07.304Z | Downloaded scroll v0.13.0 |
| 1029 | 2026-07-29T07:33:07.304Z | Downloaded steno v0.4.1 |
| 1030 | 2026-07-29T07:33:07.307Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 1031 | 2026-07-29T07:33:07.307Z | Downloaded derive-where v1.6.0 |
| 1032 | 2026-07-29T07:33:07.311Z | Downloaded instability v0.3.11 |
| 1033 | 2026-07-29T07:33:07.311Z | Downloaded kem v0.3.0 |
| 1034 | 2026-07-29T07:33:07.311Z | Downloaded phc v0.6.1 |
| 1035 | 2026-07-29T07:33:07.311Z | Downloaded pin-project-internal v1.1.11 |
| 1036 | 2026-07-29T07:33:07.315Z | Downloaded mime v0.3.17 |
| 1037 | 2026-07-29T07:33:07.315Z | Downloaded cookie v0.18.1 |
| 1038 | 2026-07-29T07:33:07.315Z | Downloaded darling_macro v0.21.3 |
| 1039 | 2026-07-29T07:33:07.318Z | Downloaded dropshot_endpoint v0.17.1 |
| 1040 | 2026-07-29T07:33:07.321Z | Downloaded aho-corasick v1.1.4 |
| 1041 | 2026-07-29T07:33:07.325Z | Downloaded elliptic-curve v0.14.1 |
| 1042 | 2026-07-29T07:33:07.328Z | Downloaded percent-encoding v2.3.2 |
| 1043 | 2026-07-29T07:33:07.328Z | Downloaded spki v0.7.3 |
| 1044 | 2026-07-29T07:33:07.331Z | Downloaded jiff-static v0.2.21 |
| 1045 | 2026-07-29T07:33:07.334Z | Downloaded salty v0.3.0 |
| 1046 | 2026-07-29T07:33:07.337Z | Downloaded icu_provider v2.1.1 |
| 1047 | 2026-07-29T07:33:07.341Z | Downloaded newtype_derive v0.1.6 |
| 1048 | 2026-07-29T07:33:07.341Z | Downloaded num_threads v0.1.7 |
| 1049 | 2026-07-29T07:33:07.341Z | Downloaded serde_json_canonicalizer v0.3.2 |
| 1050 | 2026-07-29T07:33:07.346Z | Downloaded native-tls v0.2.18 |
| 1051 | 2026-07-29T07:33:07.353Z | Downloaded sync_wrapper v1.0.2 |
| 1052 | 2026-07-29T07:33:07.356Z | Downloaded rustyline v14.0.0 |
| 1053 | 2026-07-29T07:33:07.356Z | Downloaded serdect v0.4.3 |
| 1054 | 2026-07-29T07:33:07.360Z | Downloaded diesel_derives v2.3.7 |
| 1055 | 2026-07-29T07:33:07.363Z | Downloaded oso v0.27.3 |
| 1056 | 2026-07-29T07:33:07.366Z | Downloaded signal-hook-registry v1.4.8 |
| 1057 | 2026-07-29T07:33:07.366Z | Downloaded poly1305 v0.9.0 |
| 1058 | 2026-07-29T07:33:07.366Z | Downloaded vergen-gitcl v1.0.8 |
| 1059 | 2026-07-29T07:33:07.369Z | Downloaded support-bundle-viewer v0.1.2 |
| 1060 | 2026-07-29T07:33:07.369Z | Downloaded salsa20 v0.11.0 |
| 1061 | 2026-07-29T07:33:07.369Z | Downloaded tungstenite v0.23.0 |
| 1062 | 2026-07-29T07:33:07.372Z | Downloaded darling v0.23.0 |
| 1063 | 2026-07-29T07:33:07.376Z | Downloaded libsw v3.5.0 |
| 1064 | 2026-07-29T07:33:07.379Z | Downloaded sigpipe v0.1.3 |
| 1065 | 2026-07-29T07:33:07.382Z | Downloaded snafu v0.8.9 |
| 1066 | 2026-07-29T07:33:07.387Z | Downloaded jobserver v0.1.34 |
| 1067 | 2026-07-29T07:33:07.390Z | Downloaded tinystr v0.8.2 |
| 1068 | 2026-07-29T07:33:07.390Z | Downloaded derive_more v0.99.20 |
| 1069 | 2026-07-29T07:33:07.394Z | Downloaded pem-rfc7468 v1.0.0 |
| 1070 | 2026-07-29T07:33:07.394Z | Downloaded zerovec-derive v0.11.2 |
| 1071 | 2026-07-29T07:33:07.397Z | Downloaded zone_cfg_derive v0.3.1 |
| 1072 | 2026-07-29T07:33:07.397Z | Downloaded ctr v0.10.1 |
| 1073 | 2026-07-29T07:33:07.397Z | Downloaded ed25519 v2.2.3 |
| 1074 | 2026-07-29T07:33:07.400Z | Downloaded oso-derive v0.27.3 |
| 1075 | 2026-07-29T07:33:07.400Z | Downloaded scopeguard v1.2.0 |
| 1076 | 2026-07-29T07:33:07.400Z | Downloaded crypto-bigint v0.5.5 |
| 1077 | 2026-07-29T07:33:07.404Z | Downloaded darling_core v0.21.3 |
| 1078 | 2026-07-29T07:33:07.407Z | Downloaded cstr-argument v0.1.2 |
| 1079 | 2026-07-29T07:33:07.407Z | Downloaded digest-io v0.1.0 |
| 1080 | 2026-07-29T07:33:07.407Z | Downloaded dunce v1.0.5 |
| 1081 | 2026-07-29T07:33:07.407Z | Downloaded num-rational v0.4.2 |
| 1082 | 2026-07-29T07:33:07.407Z | Downloaded rand v0.8.6 |
| 1083 | 2026-07-29T07:33:07.410Z | Downloaded schemars v0.9.0 |
| 1084 | 2026-07-29T07:33:07.415Z | Downloaded regex v1.12.3 |
| 1085 | 2026-07-29T07:33:07.418Z | Downloaded cms v0.2.3 |
| 1086 | 2026-07-29T07:33:07.423Z | Downloaded rustls-webpki v0.103.13 |
| 1087 | 2026-07-29T07:33:07.426Z | Downloaded indicatif v0.18.4 |
| 1088 | 2026-07-29T07:33:07.426Z | Downloaded tokio-rustls v0.26.4 |
| 1089 | 2026-07-29T07:33:07.426Z | Downloaded subprocess v0.2.15 |
| 1090 | 2026-07-29T07:33:07.429Z | Downloaded port-file v0.1.0 |
| 1091 | 2026-07-29T07:33:07.429Z | Downloaded md-5 v0.10.6 |
| 1092 | 2026-07-29T07:33:07.433Z | Downloaded xshell v0.2.7 |
| 1093 | 2026-07-29T07:33:07.433Z | Downloaded shell-words v1.1.1 |
| 1094 | 2026-07-29T07:33:07.433Z | Downloaded convert_case v0.4.0 |
| 1095 | 2026-07-29T07:33:07.433Z | Downloaded x509-cert v0.2.5 |
| 1096 | 2026-07-29T07:33:07.436Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1097 | 2026-07-29T07:33:07.440Z | Downloaded miniz_oxide v0.8.9 |
| 1098 | 2026-07-29T07:33:07.446Z | Downloaded nodrop v0.1.14 |
| 1099 | 2026-07-29T07:33:07.449Z | Downloaded is-terminal v0.4.17 |
| 1100 | 2026-07-29T07:33:07.449Z | Downloaded try-lock v0.2.5 |
| 1101 | 2026-07-29T07:33:07.452Z | Downloaded crossterm v0.29.0 |
| 1102 | 2026-07-29T07:33:07.456Z | Downloaded icu_normalizer_data v2.1.1 |
| 1103 | 2026-07-29T07:33:07.459Z | Downloaded ignore v0.4.25 |
| 1104 | 2026-07-29T07:33:07.459Z | Downloaded tower v0.5.3 |
| 1105 | 2026-07-29T07:33:07.464Z | Downloaded smf v0.2.3 |
| 1106 | 2026-07-29T07:33:07.467Z | Downloaded time-core v0.1.8 |
| 1107 | 2026-07-29T07:33:07.467Z | Downloaded debug-ignore v1.0.5 |
| 1108 | 2026-07-29T07:33:07.467Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1109 | 2026-07-29T07:33:07.467Z | Downloaded untrusted v0.9.0 |
| 1110 | 2026-07-29T07:33:07.472Z | Downloaded dtrace-parser v0.3.0 |
| 1111 | 2026-07-29T07:33:07.475Z | Downloaded embedded-io v0.6.1 |
| 1112 | 2026-07-29T07:33:07.480Z | Downloaded tungstenite v0.21.0 |
| 1113 | 2026-07-29T07:33:07.483Z | Downloaded typed-path v0.9.3 |
| 1114 | 2026-07-29T07:33:07.486Z | Downloaded openssl-probe v0.2.1 |
| 1115 | 2026-07-29T07:33:07.486Z | Downloaded proc-macro-crate v1.3.1 |
| 1116 | 2026-07-29T07:33:07.489Z | Downloaded psm v0.1.30 |
| 1117 | 2026-07-29T07:33:07.489Z | Downloaded spin v0.9.8 |
| 1118 | 2026-07-29T07:33:07.492Z | Downloaded rand_chacha v0.9.0 |
| 1119 | 2026-07-29T07:33:07.493Z | Downloaded papergrid v0.17.0 |
| 1120 | 2026-07-29T07:33:07.496Z | Downloaded synstructure v0.13.2 |
| 1121 | 2026-07-29T07:33:07.499Z | Downloaded git2 v0.20.4 |
| 1122 | 2026-07-29T07:33:07.502Z | Downloaded tui-tree-widget v0.23.1 |
| 1123 | 2026-07-29T07:33:07.506Z | Downloaded rand v0.9.2 |
| 1124 | 2026-07-29T07:33:07.506Z | Downloaded sha1 v0.11.0 |
| 1125 | 2026-07-29T07:33:07.506Z | Downloaded zerofrom-derive v0.1.6 |
| 1126 | 2026-07-29T07:33:07.509Z | Downloaded difflib v0.4.0 |
| 1127 | 2026-07-29T07:33:07.509Z | Downloaded inout v0.2.2 |
| 1128 | 2026-07-29T07:33:07.509Z | Downloaded crc32fast v1.5.0 |
| 1129 | 2026-07-29T07:33:07.512Z | Downloaded postgres-types v0.2.12 |
| 1130 | 2026-07-29T07:33:07.515Z | Downloaded utf-8 v0.7.6 |
| 1131 | 2026-07-29T07:33:07.515Z | Downloaded utf8_iter v1.0.4 |
| 1132 | 2026-07-29T07:33:07.519Z | Downloaded predicates-tree v1.0.13 |
| 1133 | 2026-07-29T07:33:07.522Z | Downloaded primeorder v0.14.0 |
| 1134 | 2026-07-29T07:33:07.542Z | Downloaded stringprep v0.1.5 |
| 1135 | 2026-07-29T07:33:07.545Z | Downloaded tls_codec_derive v0.4.2 |
| 1136 | 2026-07-29T07:33:07.545Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1137 | 2026-07-29T07:33:07.545Z | Downloaded num_enum_derive v0.5.11 |
| 1138 | 2026-07-29T07:33:07.545Z | Downloaded recursive v0.1.1 |
| 1139 | 2026-07-29T07:33:07.545Z | Downloaded ref-cast-impl v1.0.25 |
| 1140 | 2026-07-29T07:33:07.545Z | Downloaded ingot-macros v0.2.0 |
| 1141 | 2026-07-29T07:33:07.545Z | Downloaded pin-project-lite v0.2.17 |
| 1142 | 2026-07-29T07:33:07.545Z | Downloaded rustls-pemfile v2.2.0 |
| 1143 | 2026-07-29T07:33:07.545Z | Downloaded ssh-encoding v0.3.0 |
| 1144 | 2026-07-29T07:33:07.545Z | Downloaded tagptr v0.2.0 |
| 1145 | 2026-07-29T07:33:07.545Z | Downloaded itertools v0.15.0 |
| 1146 | 2026-07-29T07:33:07.545Z | Downloaded dirs-next v2.0.0 |
| 1147 | 2026-07-29T07:33:07.549Z | Downloaded twox-hash v2.1.2 |
| 1148 | 2026-07-29T07:33:07.549Z | Downloaded defmt-parser v1.0.0 |
| 1149 | 2026-07-29T07:33:07.549Z | Downloaded ident_case v1.0.1 |
| 1150 | 2026-07-29T07:33:07.549Z | Downloaded lalrpop-util v0.19.12 |
| 1151 | 2026-07-29T07:33:07.549Z | Downloaded lazy_static v1.5.0 |
| 1152 | 2026-07-29T07:33:07.552Z | Downloaded siphasher v1.0.2 |
| 1153 | 2026-07-29T07:33:07.555Z | Downloaded winnow v0.5.40 |
| 1154 | 2026-07-29T07:33:07.559Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1155 | 2026-07-29T07:33:07.562Z | Downloaded vergen-git2 v9.1.0 |
| 1156 | 2026-07-29T07:33:07.562Z | Downloaded critical-section v1.2.0 |
| 1157 | 2026-07-29T07:33:07.565Z | Downloaded lru v0.12.5 |
| 1158 | 2026-07-29T07:33:07.565Z | Downloaded psl-types v2.0.11 |
| 1159 | 2026-07-29T07:33:07.565Z | Downloaded shlex v1.3.0 |
| 1160 | 2026-07-29T07:33:07.568Z | Downloaded lock_api v0.4.14 |
| 1161 | 2026-07-29T07:33:07.568Z | Downloaded phf v0.13.1 |
| 1162 | 2026-07-29T07:33:07.572Z | Downloaded peg-runtime v0.8.5 |
| 1163 | 2026-07-29T07:33:07.572Z | Downloaded tinyvec_macros v0.1.1 |
| 1164 | 2026-07-29T07:33:07.575Z | Downloaded dsl_auto_type v0.2.0 |
| 1165 | 2026-07-29T07:33:07.575Z | Downloaded illumos-nvpair v0.3.0 |
| 1166 | 2026-07-29T07:33:07.578Z | Downloaded quinn v0.11.9 |
| 1167 | 2026-07-29T07:33:07.583Z | Downloaded derive_builder v0.20.2 |
| 1168 | 2026-07-29T07:33:07.587Z | Downloaded serde_bytes v0.11.19 |
| 1169 | 2026-07-29T07:33:07.590Z | Downloaded memmap2 v0.9.10 |
| 1170 | 2026-07-29T07:33:07.599Z | Downloaded rayon-core v1.13.0 |
| 1171 | 2026-07-29T07:33:07.603Z | Downloaded blake3 v1.8.5 |
| 1172 | 2026-07-29T07:33:07.608Z | Downloaded num-traits v0.2.19 |
| 1173 | 2026-07-29T07:33:07.611Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1174 | 2026-07-29T07:33:07.611Z | Downloaded radix_trie v0.2.1 |
| 1175 | 2026-07-29T07:33:07.614Z | Downloaded multer v3.1.0 |
| 1176 | 2026-07-29T07:33:07.617Z | Downloaded typify-macro v0.6.2 |
| 1177 | 2026-07-29T07:33:07.617Z | Downloaded russh v0.62.4 |
| 1178 | 2026-07-29T07:33:07.620Z | Downloaded crc-catalog v2.4.0 |
| 1179 | 2026-07-29T07:33:07.624Z | Downloaded serde_spanned v1.1.1 |
| 1180 | 2026-07-29T07:33:07.627Z | Downloaded libxml v0.3.3 |
| 1181 | 2026-07-29T07:33:07.630Z | Downloaded sqlformat v0.3.5 |
| 1182 | 2026-07-29T07:33:07.633Z | Downloaded libloading v0.8.9 |
| 1183 | 2026-07-29T07:33:07.633Z | Downloaded darling v0.21.3 |
| 1184 | 2026-07-29T07:33:07.636Z | Downloaded xattr v1.6.1 |
| 1185 | 2026-07-29T07:33:07.640Z | Downloaded num-iter v0.1.45 |
| 1186 | 2026-07-29T07:33:07.640Z | Downloaded zeroize_derive v1.5.0 |
| 1187 | 2026-07-29T07:33:07.640Z | Downloaded aws-lc-rs v1.16.3 |
| 1188 | 2026-07-29T07:33:07.645Z | Downloaded iana-time-zone v0.1.65 |
| 1189 | 2026-07-29T07:33:07.649Z | Downloaded ingot v0.2.1 |
| 1190 | 2026-07-29T07:33:07.649Z | Downloaded slog-stdlog v4.1.1 |
| 1191 | 2026-07-29T07:33:07.652Z | Downloaded serde_repr v0.1.20 |
| 1192 | 2026-07-29T07:33:07.652Z | Downloaded darling_core v0.23.0 |
| 1193 | 2026-07-29T07:33:07.655Z | Downloaded phf v0.12.1 |
| 1194 | 2026-07-29T07:33:07.655Z | Downloaded serde_plain v1.0.2 |
| 1195 | 2026-07-29T07:33:07.655Z | Downloaded nibble_vec v0.1.0 |
| 1196 | 2026-07-29T07:33:07.655Z | Downloaded lru-cache v0.1.2 |
| 1197 | 2026-07-29T07:33:07.659Z | Downloaded termios v0.3.3 |
| 1198 | 2026-07-29T07:33:07.659Z | Downloaded derive_builder_macro v0.20.2 |
| 1199 | 2026-07-29T07:33:07.663Z | Downloaded qorb v0.4.1 |
| 1200 | 2026-07-29T07:33:07.666Z | Downloaded openssl-sys v0.9.115 |
| 1201 | 2026-07-29T07:33:07.669Z | Downloaded slog-scope v4.4.1 |
| 1202 | 2026-07-29T07:33:07.673Z | Downloaded rand_seeder v0.4.0 |
| 1203 | 2026-07-29T07:33:07.673Z | Downloaded rand v0.10.1 |
| 1204 | 2026-07-29T07:33:07.676Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1205 | 2026-07-29T07:33:07.676Z | Downloaded portable-atomic v1.13.1 |
| 1206 | 2026-07-29T07:33:07.680Z | Downloaded ryu-js v1.0.3 |
| 1207 | 2026-07-29T07:33:07.685Z | Downloaded nom v8.0.0 |
| 1208 | 2026-07-29T07:33:07.688Z | Downloaded goblin v0.10.5 |
| 1209 | 2026-07-29T07:33:07.691Z | Downloaded zerocopy-derive v0.8.40 |
| 1210 | 2026-07-29T07:33:07.695Z | Downloaded ryu v1.0.23 |
| 1211 | 2026-07-29T07:33:07.698Z | Downloaded daft-derive v0.1.7 |
| 1212 | 2026-07-29T07:33:07.701Z | Downloaded rustversion v1.0.22 |
| 1213 | 2026-07-29T07:33:07.701Z | Downloaded num_enum v0.7.6 |
| 1214 | 2026-07-29T07:33:07.705Z | Downloaded packed_struct v0.10.1 |
| 1215 | 2026-07-29T07:33:07.708Z | Downloaded darling_core v0.20.11 |
| 1216 | 2026-07-29T07:33:07.708Z | Downloaded derive_more-impl v2.1.1 |
| 1217 | 2026-07-29T07:33:07.711Z | Downloaded ed25519-dalek v3.0.0 |
| 1218 | 2026-07-29T07:33:07.714Z | Downloaded unicode-normalization v0.1.25 |
| 1219 | 2026-07-29T07:33:07.717Z | Downloaded pin-project v1.1.11 |
| 1220 | 2026-07-29T07:33:07.722Z | Downloaded tinyvec v1.10.0 |
| 1221 | 2026-07-29T07:33:07.725Z | Downloaded csv-core v0.1.13 |
| 1222 | 2026-07-29T07:33:07.725Z | Downloaded proptest v1.10.0 |
| 1223 | 2026-07-29T07:33:07.729Z | Downloaded defmt-macros v1.0.1 |
| 1224 | 2026-07-29T07:33:07.732Z | Downloaded icu_collections v2.1.1 |
| 1225 | 2026-07-29T07:33:07.735Z | Downloaded progenitor v0.13.0 |
| 1226 | 2026-07-29T07:33:07.735Z | Downloaded pkg-config v0.3.32 |
| 1227 | 2026-07-29T07:33:07.738Z | Downloaded pkcs8 v0.11.0 |
| 1228 | 2026-07-29T07:33:07.738Z | Downloaded serde_cbor v0.11.2 |
| 1229 | 2026-07-29T07:33:07.741Z | Downloaded strum_macros v0.27.2 |
| 1230 | 2026-07-29T07:33:07.741Z | Downloaded toml_edit v0.19.15 |
| 1231 | 2026-07-29T07:33:07.749Z | Downloaded itertools v0.12.1 |
| 1232 | 2026-07-29T07:33:07.753Z | Downloaded toml v0.7.8 |
| 1233 | 2026-07-29T07:33:07.757Z | Downloaded bitvec v1.0.1 |
| 1234 | 2026-07-29T07:33:07.765Z | Downloaded p256 v0.14.0 |
| 1235 | 2026-07-29T07:33:07.768Z | Downloaded icu_properties_data v2.1.2 |
| 1236 | 2026-07-29T07:33:07.772Z | Downloaded schemars v1.2.1 |
| 1237 | 2026-07-29T07:33:07.780Z | Downloaded tokio-util v0.7.18 |
| 1238 | 2026-07-29T07:33:07.785Z | Downloaded url v2.5.8 |
| 1239 | 2026-07-29T07:33:07.788Z | Downloaded ron v0.8.1 |
| 1240 | 2026-07-29T07:33:07.792Z | Downloaded unsafe-libyaml v0.2.11 |
| 1241 | 2026-07-29T07:33:07.792Z | Downloaded polar-core v0.27.3 |
| 1242 | 2026-07-29T07:33:07.796Z | Downloaded nom v7.1.3 |
| 1243 | 2026-07-29T07:33:07.799Z | Downloaded chrono v0.4.45 |
| 1244 | 2026-07-29T07:33:07.803Z | Downloaded quinn-proto v0.11.16 |
| 1245 | 2026-07-29T07:33:07.808Z | Downloaded crossterm v0.28.1 |
| 1246 | 2026-07-29T07:33:07.811Z | Downloaded zerocopy v0.6.6 |
| 1247 | 2026-07-29T07:33:07.814Z | Downloaded rsa v0.9.10 |
| 1248 | 2026-07-29T07:33:07.817Z | Downloaded rawzip v0.4.4 |
| 1249 | 2026-07-29T07:33:07.821Z | Downloaded iri-string v0.7.10 |
| 1250 | 2026-07-29T07:33:07.824Z | Downloaded regex-syntax v0.6.29 |
| 1251 | 2026-07-29T07:33:07.827Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1252 | 2026-07-29T07:33:07.832Z | Downloaded unicode-segmentation v1.12.0 |
| 1253 | 2026-07-29T07:33:07.835Z | Downloaded ml-kem v0.3.2 |
| 1254 | 2026-07-29T07:33:07.838Z | Downloaded lalrpop v0.19.12 |
| 1255 | 2026-07-29T07:33:07.842Z | Downloaded derive_more v2.1.1 |
| 1256 | 2026-07-29T07:33:07.849Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1257 | 2026-07-29T07:33:07.852Z | Downloaded moka v0.12.13 |
| 1258 | 2026-07-29T07:33:07.856Z | Downloaded zlib-rs v0.6.2 |
| 1259 | 2026-07-29T07:33:07.859Z | Downloaded crossbeam-channel v0.5.15 |
| 1260 | 2026-07-29T07:33:07.863Z | Downloaded itertools v0.14.0 |
| 1261 | 2026-07-29T07:33:07.866Z | Downloaded petname v2.0.2 |
| 1262 | 2026-07-29T07:33:07.869Z | Downloaded tower-http v0.6.8 |
| 1263 | 2026-07-29T07:33:07.874Z | Downloaded serde_with v3.21.0 |
| 1264 | 2026-07-29T07:33:07.881Z | Downloaded smoltcp v0.9.1 |
| 1265 | 2026-07-29T07:33:07.887Z | Downloaded ed25519-dalek v2.2.0 |
| 1266 | 2026-07-29T07:33:07.890Z | Downloaded quick-xml v0.37.5 |
| 1267 | 2026-07-29T07:33:07.893Z | Downloaded p521 v0.14.0 |
| 1268 | 2026-07-29T07:33:07.896Z | Downloaded zerovec v0.11.5 |
| 1269 | 2026-07-29T07:33:07.899Z | Downloaded mio v1.2.0 |
| 1270 | 2026-07-29T07:33:07.903Z | Downloaded idna v1.1.0 |
| 1271 | 2026-07-29T07:33:07.907Z | Downloaded reqwest v0.13.2 |
| 1272 | 2026-07-29T07:33:07.910Z | Downloaded reqwest v0.12.28 |
| 1273 | 2026-07-29T07:33:07.913Z | Downloaded vcpkg v0.2.15 |
| 1274 | 2026-07-29T07:33:07.935Z | Downloaded p384 v0.13.1 |
| 1275 | 2026-07-29T07:33:07.938Z | Downloaded libm v0.2.16 |
| 1276 | 2026-07-29T07:33:07.944Z | Downloaded hickory-proto v0.24.4 |
| 1277 | 2026-07-29T07:33:07.952Z | Downloaded object v0.30.4 |
| 1278 | 2026-07-29T07:33:07.958Z | Downloaded itertools v0.13.0 |
| 1279 | 2026-07-29T07:33:07.962Z | Downloaded tough v0.22.0 |
| 1280 | 2026-07-29T07:33:07.967Z | Downloaded sha3 v0.12.0 |
| 1281 | 2026-07-29T07:33:07.970Z | Downloaded winnow v0.6.26 |
| 1282 | 2026-07-29T07:33:07.975Z | Downloaded object v0.37.3 |
| 1283 | 2026-07-29T07:33:07.981Z | Downloaded iddqd v0.4.2 |
| 1284 | 2026-07-29T07:33:07.986Z | Downloaded zerocopy v0.8.40 |
| 1285 | 2026-07-29T07:33:07.992Z | Downloaded rsa v0.10.0-rc.18 |
| 1286 | 2026-07-29T07:33:07.995Z | Downloaded curve25519-dalek v4.1.3 |
| 1287 | 2026-07-29T07:33:08.001Z | Downloaded dropshot v0.17.1 |
| 1288 | 2026-07-29T07:33:08.014Z | Downloaded tabled v0.20.0 |
| 1289 | 2026-07-29T07:33:08.025Z | Downloaded crypto-primes v0.7.2 |
| 1290 | 2026-07-29T07:33:08.028Z | Downloaded regress v0.10.5 |
| 1291 | 2026-07-29T07:33:08.033Z | Downloaded openssl v0.10.79 |
| 1292 | 2026-07-29T07:33:08.039Z | Downloaded regex-syntax v0.8.10 |
| 1293 | 2026-07-29T07:33:08.045Z | Downloaded nix v0.27.1 |
| 1294 | 2026-07-29T07:33:08.050Z | Downloaded smoltcp v0.11.0 |
| 1295 | 2026-07-29T07:33:08.057Z | Downloaded openapiv3 v2.2.0 |
| 1296 | 2026-07-29T07:33:08.064Z | Downloaded winnow v1.0.3 |
| 1297 | 2026-07-29T07:33:08.071Z | Downloaded rayon v1.11.0 |
| 1298 | 2026-07-29T07:33:08.075Z | Downloaded crypto-bigint v0.7.5 |
| 1299 | 2026-07-29T07:33:08.085Z | Downloaded hickory-proto v0.25.2 |
| 1300 | 2026-07-29T07:33:08.094Z | Downloaded bstr v1.12.1 |
| 1301 | 2026-07-29T07:33:08.100Z | Downloaded nix v0.28.0 |
| 1302 | 2026-07-29T07:33:08.106Z | Downloaded curve25519-dalek v5.0.0 |
| 1303 | 2026-07-29T07:33:08.112Z | Downloaded time v0.3.47 |
| 1304 | 2026-07-29T07:33:08.124Z | Downloaded nix v0.31.2 |
| 1305 | 2026-07-29T07:33:08.130Z | Downloaded rustix v0.38.44 |
| 1306 | 2026-07-29T07:33:08.145Z | Downloaded tracing v0.1.44 |
| 1307 | 2026-07-29T07:33:08.162Z | Downloaded ratatui v0.29.0 |
| 1308 | 2026-07-29T07:33:08.174Z | Downloaded sha3 v0.11.0 |
| 1309 | 2026-07-29T07:33:08.177Z | Downloaded regress v0.11.1 |
| 1310 | 2026-07-29T07:33:08.181Z | Downloaded sqlparser v0.61.0 |
| 1311 | 2026-07-29T07:33:08.189Z | Downloaded typify-impl v0.6.2 |
| 1312 | 2026-07-29T07:33:08.196Z | Downloaded rustls v0.23.41 |
| 1313 | 2026-07-29T07:33:08.203Z | Downloaded regex-automata v0.4.14 |
| 1314 | 2026-07-29T07:33:08.211Z | Downloaded diesel v2.3.7 |
| 1315 | 2026-07-29T07:33:08.243Z | Downloaded sled v0.34.7 |
| 1316 | 2026-07-29T07:33:08.267Z | Downloaded tokio v1.52.1 |
| 1317 | 2026-07-29T07:33:08.290Z | Downloaded libz-sys v1.1.24 |
| 1318 | 2026-07-29T07:33:08.301Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1319 | 2026-07-29T07:33:08.307Z | Downloaded csv v1.4.0 |
| 1320 | 2026-07-29T07:33:08.318Z | Downloaded petgraph v0.6.5 |
| 1321 | 2026-07-29T07:33:08.328Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1322 | 2026-07-29T07:33:08.337Z | Downloaded zerocopy-derive v0.6.6 |
| 1323 | 2026-07-29T07:33:08.343Z | Downloaded sha3 v0.10.8 |
| 1324 | 2026-07-29T07:33:08.346Z | Downloaded chrono-tz v0.10.4 |
| 1325 | 2026-07-29T07:33:08.355Z | Downloaded petgraph v0.8.3 |
| 1326 | 2026-07-29T07:33:08.368Z | Downloaded jiff v0.2.21 |
| 1327 | 2026-07-29T07:33:08.391Z | Downloaded ring v0.17.14 |
| 1328 | 2026-07-29T07:33:08.413Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1329 | 2026-07-29T07:33:08.443Z | Downloaded encoding_rs v0.8.35 |
| 1330 | 2026-07-29T07:33:09.054Z | Downloaded aws-lc-sys v0.40.0 |
| 1331 | 2026-07-29T07:33:09.310Z | Compiling libc v0.2.185 |
| 1332 | 2026-07-29T07:33:09.310Z | Compiling serde_core v1.0.228 |
| 1333 | 2026-07-29T07:33:09.310Z | Compiling serde v1.0.228 |
| 1334 | 2026-07-29T07:33:09.315Z | Compiling smallvec v1.15.1 |
| 1335 | 2026-07-29T07:33:09.315Z | Compiling log v0.4.29 |
| 1336 | 2026-07-29T07:33:09.459Z | Compiling stable_deref_trait v1.2.1 |
| 1337 | 2026-07-29T07:33:09.473Z | Compiling syn v2.0.117 |
| 1338 | 2026-07-29T07:33:09.507Z | Compiling find-msvc-tools v0.1.9 |
| 1339 | 2026-07-29T07:33:09.569Z | Compiling subtle v2.6.1 |
| 1340 | 2026-07-29T07:33:09.667Z | Compiling shlex v1.3.0 |
| 1341 | 2026-07-29T07:33:09.742Z | Compiling percent-encoding v2.3.2 |
| 1342 | 2026-07-29T07:33:09.755Z | Compiling scopeguard v1.2.0 |
| 1343 | 2026-07-29T07:33:09.777Z | Compiling getrandom v0.4.1 |
| 1344 | 2026-07-29T07:33:09.810Z | Compiling libm v0.2.16 |
| 1345 | 2026-07-29T07:33:09.874Z | Compiling lock_api v0.4.14 |
| 1346 | 2026-07-29T07:33:09.874Z | Compiling num-traits v0.2.19 |
| 1347 | 2026-07-29T07:33:09.888Z | Compiling litemap v0.8.1 |
| 1348 | 2026-07-29T07:33:10.063Z | Compiling writeable v0.6.2 |
| 1349 | 2026-07-29T07:33:10.092Z | Compiling rand_core v0.10.0 |
| 1350 | 2026-07-29T07:33:10.118Z | Compiling zerocopy v0.8.40 |
| 1351 | 2026-07-29T07:33:10.269Z | Compiling typenum v1.20.1 |
| 1352 | 2026-07-29T07:33:10.283Z | Compiling icu_properties_data v2.1.2 |
| 1353 | 2026-07-29T07:33:10.349Z | Compiling errno v0.3.14 |
| 1354 | 2026-07-29T07:33:10.363Z | Compiling jobserver v0.1.34 |
| 1355 | 2026-07-29T07:33:10.497Z | Compiling icu_normalizer_data v2.1.1 |
| 1356 | 2026-07-29T07:33:10.621Z | Compiling cc v1.2.56 |
| 1357 | 2026-07-29T07:33:10.709Z | Compiling portable-atomic v1.13.1 |
| 1358 | 2026-07-29T07:33:10.808Z | Compiling critical-section v1.2.0 |
| 1359 | 2026-07-29T07:33:10.850Z | Compiling pin-project-lite v0.2.17 |
| 1360 | 2026-07-29T07:33:10.949Z | Compiling utf8_iter v1.0.4 |
| 1361 | 2026-07-29T07:33:11.090Z | Compiling parking_lot_core v0.9.12 |
| 1362 | 2026-07-29T07:33:11.105Z | Compiling serde_json v1.0.151 |
| 1363 | 2026-07-29T07:33:11.284Z | Compiling getrandom v0.2.17 |
| 1364 | 2026-07-29T07:33:11.324Z | Compiling form_urlencoded v1.2.2 |
| 1365 | 2026-07-29T07:33:11.503Z | Compiling rand_core v0.6.4 |
| 1366 | 2026-07-29T07:33:11.523Z | Compiling signal-hook-registry v1.4.8 |
| 1367 | 2026-07-29T07:33:11.551Z | Compiling futures-core v0.3.32 |
| 1368 | 2026-07-29T07:33:11.649Z | Compiling bitflags v2.11.0 |
| 1369 | 2026-07-29T07:33:11.701Z | Compiling once_cell v1.21.3 |
| 1370 | 2026-07-29T07:33:11.728Z | Compiling semver v1.0.28 |
| 1371 | 2026-07-29T07:33:11.776Z | Compiling parking_lot v0.12.5 |
| 1372 | 2026-07-29T07:33:11.789Z | Compiling mio v1.2.0 |
| 1373 | 2026-07-29T07:33:11.878Z | Compiling generic-array v0.14.7 |
| 1374 | 2026-07-29T07:33:11.914Z | Compiling pkg-config v0.3.32 |
| 1375 | 2026-07-29T07:33:12.040Z | Compiling const-oid v0.9.6 |
| 1376 | 2026-07-29T07:33:12.116Z | Compiling iana-time-zone v0.1.65 |
| 1377 | 2026-07-29T07:33:12.137Z | Compiling socket2 v0.6.3 |
| 1378 | 2026-07-29T07:33:12.149Z | Compiling futures-sink v0.3.32 |
| 1379 | 2026-07-29T07:33:12.244Z | Compiling futures-channel v0.3.32 |
| 1380 | 2026-07-29T07:33:12.257Z | Compiling uuid v1.23.4 |
| 1381 | 2026-07-29T07:33:12.306Z | Compiling synstructure v0.13.2 |
| 1382 | 2026-07-29T07:33:12.462Z | Compiling slab v0.4.12 |
| 1383 | 2026-07-29T07:33:12.522Z | Compiling futures-task v0.3.32 |
| 1384 | 2026-07-29T07:33:12.634Z | Compiling futures-io v0.3.32 |
| 1385 | 2026-07-29T07:33:12.669Z | Compiling getrandom v0.3.4 |
| 1386 | 2026-07-29T07:33:12.693Z | Compiling indexmap v2.14.0 |
| 1387 | 2026-07-29T07:33:12.787Z | Compiling dyn-clone v1.0.20 |
| 1388 | 2026-07-29T07:33:12.842Z | Compiling serde_derive_internals v0.29.1 |
| 1389 | 2026-07-29T07:33:12.878Z | Compiling schemars v0.8.22 |
| 1390 | 2026-07-29T07:33:12.922Z | Compiling rustix v1.1.3 |
| 1391 | 2026-07-29T07:33:12.928Z | Compiling base64 v0.22.1 |
| 1392 | 2026-07-29T07:33:13.098Z | Compiling regex-syntax v0.8.10 |
| 1393 | 2026-07-29T07:33:13.317Z | Compiling cmake v0.1.57 |
| 1394 | 2026-07-29T07:33:13.408Z | Compiling dunce v1.0.5 |
| 1395 | 2026-07-29T07:33:13.507Z | Compiling rustversion v1.0.22 |
| 1396 | 2026-07-29T07:33:13.549Z | Compiling rand_core v0.9.5 |
| 1397 | 2026-07-29T07:33:13.719Z | Compiling fs_extra v1.3.0 |
| 1398 | 2026-07-29T07:33:13.813Z | Compiling ident_case v1.0.1 |
| 1399 | 2026-07-29T07:33:13.832Z | Compiling tracing-core v0.1.36 |
| 1400 | 2026-07-29T07:33:13.942Z | Compiling tinyvec_macros v0.1.1 |
| 1401 | 2026-07-29T07:33:14.002Z | Compiling aws-lc-sys v0.40.0 |
| 1402 | 2026-07-29T07:33:14.016Z | Compiling vcpkg v0.2.15 |
| 1403 | 2026-07-29T07:33:14.039Z | Compiling serde_derive v1.0.228 |
| 1404 | 2026-07-29T07:33:14.156Z | Compiling zeroize_derive v1.5.0 |
| 1405 | 2026-07-29T07:33:14.391Z | Compiling zerofrom-derive v0.1.6 |
| 1406 | 2026-07-29T07:33:14.486Z | Compiling yoke-derive v0.8.1 |
| 1407 | 2026-07-29T07:33:14.737Z | Compiling zerovec-derive v0.11.2 |
| 1408 | 2026-07-29T07:33:14.771Z | Compiling displaydoc v0.2.5 |
| 1409 | 2026-07-29T07:33:14.815Z | Compiling zeroize v1.9.0 |
| 1410 | 2026-07-29T07:33:15.038Z | Compiling zerocopy-derive v0.8.40 |
| 1411 | 2026-07-29T07:33:15.542Z | Compiling tokio-macros v2.7.0 |
| 1412 | 2026-07-29T07:33:15.679Z | Compiling futures-macro v0.3.32 |
| 1413 | 2026-07-29T07:33:15.821Z | Compiling zerofrom v0.1.6 |
| 1414 | 2026-07-29T07:33:15.880Z | Compiling schemars_derive v0.8.22 |
| 1415 | 2026-07-29T07:33:15.948Z | Compiling yoke v0.8.1 |
| 1416 | 2026-07-29T07:33:16.105Z | Compiling zerovec v0.11.5 |
| 1417 | 2026-07-29T07:33:16.134Z | Compiling zerotrie v0.2.3 |
| 1418 | 2026-07-29T07:33:16.270Z | Compiling crypto-common v0.1.7 |
| 1419 | 2026-07-29T07:33:16.420Z | Compiling block-buffer v0.10.4 |
| 1420 | 2026-07-29T07:33:16.448Z | Compiling thiserror-impl v2.0.18 |
| 1421 | 2026-07-29T07:33:16.487Z | Compiling futures-util v0.3.32 |
| 1422 | 2026-07-29T07:33:16.587Z | Compiling tinystr v0.8.2 |
| 1423 | 2026-07-29T07:33:16.610Z | Compiling potential_utf v0.1.4 |
| 1424 | 2026-07-29T07:33:16.771Z | Compiling icu_locale_core v2.1.1 |
| 1425 | 2026-07-29T07:33:16.787Z | Compiling icu_collections v2.1.1 |
| 1426 | 2026-07-29T07:33:17.139Z | Compiling digest v0.10.7 |
| 1427 | 2026-07-29T07:33:17.261Z | Compiling tracing-attributes v0.1.31 |
| 1428 | 2026-07-29T07:33:17.390Z | Compiling icu_provider v2.1.1 |
| 1429 | 2026-07-29T07:33:17.565Z | Compiling bytes v1.11.1 |
| 1430 | 2026-07-29T07:33:17.648Z | Compiling icu_properties v2.1.2 |
| 1431 | 2026-07-29T07:33:17.686Z | Compiling icu_normalizer v2.1.1 |
| 1432 | 2026-07-29T07:33:17.796Z | Compiling chrono v0.4.45 |
| 1433 | 2026-07-29T07:33:18.245Z | Compiling tokio v1.52.1 |
| 1434 | 2026-07-29T07:33:18.305Z | Compiling http v1.4.2 |
| 1435 | 2026-07-29T07:33:18.606Z | Compiling idna_adapter v1.2.1 |
| 1436 | 2026-07-29T07:33:18.751Z | Compiling idna v1.1.0 |
| 1437 | 2026-07-29T07:33:18.808Z | Compiling tracing v0.1.44 |
| 1438 | 2026-07-29T07:33:18.833Z | Compiling thiserror v2.0.18 |
| 1439 | 2026-07-29T07:33:18.947Z | Compiling http-body v1.0.1 |
| 1440 | 2026-07-29T07:33:19.087Z | Compiling url v2.5.8 |
| 1441 | 2026-07-29T07:33:19.106Z | Compiling rustls-pki-types v1.14.0 |
| 1442 | 2026-07-29T07:33:19.204Z | Compiling openssl-sys v0.9.115 |
| 1443 | 2026-07-29T07:33:19.230Z | Compiling tinyvec v1.10.0 |
| 1444 | 2026-07-29T07:33:19.419Z | Compiling ppv-lite86 v0.2.21 |
| 1445 | 2026-07-29T07:33:19.566Z | Compiling openssl-probe v0.2.1 |
| 1446 | 2026-07-29T07:33:19.585Z | Compiling base64ct v1.8.3 |
| 1447 | 2026-07-29T07:33:19.598Z | Compiling aws-lc-rs v1.16.3 |
| 1448 | 2026-07-29T07:33:19.728Z | Compiling rand_chacha v0.9.0 |
| 1449 | 2026-07-29T07:33:19.746Z | Compiling httparse v1.10.1 |
| 1450 | 2026-07-29T07:33:19.760Z | Compiling tempfile v3.25.0 |
| 1451 | 2026-07-29T07:33:19.875Z | Compiling pem-rfc7468 v0.7.0 |
| 1452 | 2026-07-29T07:33:19.890Z | Compiling pest_generator v2.8.6 |
| 1453 | 2026-07-29T07:33:20.077Z | Compiling rand v0.9.2 |
| 1454 | 2026-07-29T07:33:20.121Z | Compiling der_derive v0.7.3 |
| 1455 | 2026-07-29T07:33:20.148Z | Compiling flagset v0.4.7 |
| 1456 | 2026-07-29T07:33:20.166Z | Compiling tower-layer v0.3.3 |
| 1457 | 2026-07-29T07:33:20.277Z | Compiling atomic-waker v1.1.2 |
| 1458 | 2026-07-29T07:33:20.325Z | Compiling try-lock v0.2.5 |
| 1459 | 2026-07-29T07:33:20.402Z | Compiling tower-service v0.3.3 |
| 1460 | 2026-07-29T07:33:20.420Z | Compiling want v0.3.1 |
| 1461 | 2026-07-29T07:33:20.496Z | Compiling unicode-normalization v0.1.25 |
| 1462 | 2026-07-29T07:33:20.579Z | Compiling pest_derive v2.8.6 |
| 1463 | 2026-07-29T07:33:20.584Z | Compiling ipnet v2.11.0 |
| 1464 | 2026-07-29T07:33:20.719Z | Compiling scroll_derive v0.13.1 |
| 1465 | 2026-07-29T07:33:20.815Z | Compiling rustc_version v0.4.1 |
| 1466 | 2026-07-29T07:33:20.942Z | Compiling untrusted v0.7.1 |
| 1467 | 2026-07-29T07:33:21.014Z | Compiling httpdate v1.0.3 |
| 1468 | 2026-07-29T07:33:21.064Z | Compiling hmac v0.12.1 |
| 1469 | 2026-07-29T07:33:21.068Z | Compiling der v0.7.10 |
| 1470 | 2026-07-29T07:33:21.091Z | Compiling aho-corasick v1.1.4 |
| 1471 | 2026-07-29T07:33:21.126Z | Compiling foreign-types-shared v0.1.1 |
| 1472 | 2026-07-29T07:33:21.213Z | Compiling untrusted v0.9.0 |
| 1473 | 2026-07-29T07:33:21.216Z | Compiling cmov v0.5.4 |
| 1474 | 2026-07-29T07:33:21.241Z | Compiling rustls v0.23.41 |
| 1475 | 2026-07-29T07:33:21.329Z | Compiling openssl v0.10.79 |
| 1476 | 2026-07-29T07:33:21.401Z | Compiling cpufeatures v0.2.17 |
| 1477 | 2026-07-29T07:33:21.425Z | Compiling ctutils v0.4.2 |
| 1478 | 2026-07-29T07:33:21.473Z | Compiling foreign-types v0.3.2 |
| 1479 | 2026-07-29T07:33:21.503Z | Compiling scroll v0.13.0 |
| 1480 | 2026-07-29T07:33:21.572Z | Compiling openssl-macros v0.1.1 |
| 1481 | 2026-07-29T07:33:21.654Z | Compiling sync_wrapper v1.0.2 |
| 1482 | 2026-07-29T07:33:21.761Z | Compiling goblin v0.10.5 |
| 1483 | 2026-07-29T07:33:21.765Z | Compiling wait-timeout v0.2.1 |
| 1484 | 2026-07-29T07:33:21.937Z | Compiling spki v0.7.3 |
| 1485 | 2026-07-29T07:33:21.959Z | Compiling regex-automata v0.4.14 |
| 1486 | 2026-07-29T07:33:22.018Z | Compiling tokio-util v0.7.18 |
| 1487 | 2026-07-29T07:33:22.133Z | Compiling time-core v0.1.8 |
| 1488 | 2026-07-29T07:33:22.244Z | Compiling native-tls v0.2.18 |
| 1489 | 2026-07-29T07:33:22.275Z | Compiling num-conv v0.2.0 |
| 1490 | 2026-07-29T07:33:22.404Z | Compiling powerfmt v0.2.0 |
| 1491 | 2026-07-29T07:33:22.441Z | Compiling bit-vec v0.8.0 |
| 1492 | 2026-07-29T07:33:22.602Z | Compiling quick-error v1.2.3 |
| 1493 | 2026-07-29T07:33:22.667Z | Compiling bit-set v0.8.0 |
| 1494 | 2026-07-29T07:33:22.708Z | Compiling h2 v0.4.15 |
| 1495 | 2026-07-29T07:33:22.724Z | Compiling rusty-fork v0.3.1 |
| 1496 | 2026-07-29T07:33:22.823Z | Compiling deranged v0.5.8 |
| 1497 | 2026-07-29T07:33:23.023Z | Compiling time-macros v0.2.27 |
| 1498 | 2026-07-29T07:33:23.055Z | Compiling pkcs8 v0.10.2 |
| 1499 | 2026-07-29T07:33:23.351Z | Compiling tower v0.5.3 |
| 1500 | 2026-07-29T07:33:23.842Z | Compiling hybrid-array v0.4.13 |
| 1501 | 2026-07-29T07:33:23.986Z | Compiling sha2 v0.10.9 |
| 1502 | 2026-07-29T07:33:24.611Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-07-29T07:33:24.854Z | Compiling darling_core v0.20.11 |
| 1504 | 2026-07-29T07:33:25.272Z | Compiling rand_xorshift v0.4.0 |
| 1505 | 2026-07-29T07:33:25.384Z | Compiling iri-string v0.7.10 |
| 1506 | 2026-07-29T07:33:25.433Z | Compiling usdt-impl v0.6.0 |
| 1507 | 2026-07-29T07:33:25.633Z | Compiling unarray v0.1.4 |
| 1508 | 2026-07-29T07:33:25.742Z | Compiling hyper v1.10.1 |
| 1509 | 2026-07-29T07:33:25.955Z | Compiling num_threads v0.1.7 |
| 1510 | 2026-07-29T07:33:26.000Z | Compiling ryu v1.0.23 |
| 1511 | 2026-07-29T07:33:26.049Z | Compiling time v0.3.47 |
| 1512 | 2026-07-29T07:33:26.175Z | Compiling serde_urlencoded v0.7.1 |
| 1513 | 2026-07-29T07:33:26.726Z | Compiling tower-http v0.6.8 |
| 1514 | 2026-07-29T07:33:26.729Z | Compiling proptest v1.10.0 |
| 1515 | 2026-07-29T07:33:26.774Z | Compiling dtrace-parser v0.3.0 |
| 1516 | 2026-07-29T07:33:26.861Z | Compiling hyper-util v0.1.20 |
| 1517 | 2026-07-29T07:33:27.058Z | Compiling darling_macro v0.20.11 |
| 1518 | 2026-07-29T07:33:27.113Z | Compiling hex v0.4.3 |
| 1519 | 2026-07-29T07:33:27.299Z | Compiling scroll_derive v0.12.1 |
| 1520 | 2026-07-29T07:33:27.373Z | Compiling thiserror-impl v1.0.69 |
| 1521 | 2026-07-29T07:33:27.488Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1522 | 2026-07-29T07:33:27.530Z | Compiling thread-id v5.1.0 |
| 1523 | 2026-07-29T07:33:27.590Z | Compiling spin v0.9.8 |
| 1524 | 2026-07-29T07:33:27.613Z | Compiling cookie v0.18.1 |
| 1525 | 2026-07-29T07:33:27.792Z | Compiling encoding_rs v0.8.35 |
| 1526 | 2026-07-29T07:33:27.795Z | Compiling unicode-properties v0.1.4 |
| 1527 | 2026-07-29T07:33:27.865Z | Compiling unicode-bidi v0.3.18 |
| 1528 | 2026-07-29T07:33:27.953Z | Compiling crc32fast v1.5.0 |
| 1529 | 2026-07-29T07:33:27.997Z | Compiling siphasher v1.0.2 |
| 1530 | 2026-07-29T07:33:28.209Z | Compiling mime v0.3.17 |
| 1531 | 2026-07-29T07:33:28.260Z | Compiling paste v1.0.15 |
| 1532 | 2026-07-29T07:33:28.447Z | Compiling stringprep v0.1.5 |
| 1533 | 2026-07-29T07:33:28.466Z | Compiling scroll v0.12.0 |
| 1534 | 2026-07-29T07:33:28.622Z | Compiling thiserror v1.0.69 |
| 1535 | 2026-07-29T07:33:28.680Z | Compiling darling v0.20.11 |
| 1536 | 2026-07-29T07:33:28.724Z | Compiling tokio-native-tls v0.3.1 |
| 1537 | 2026-07-29T07:33:28.735Z | Compiling dof v0.4.0 |
| 1538 | 2026-07-29T07:33:28.888Z | Compiling md-5 v0.10.6 |
| 1539 | 2026-07-29T07:33:28.890Z | Compiling zerocopy-derive v0.7.35 |
| 1540 | 2026-07-29T07:33:29.048Z | Compiling async-trait v0.1.89 |
| 1541 | 2026-07-29T07:33:29.349Z | Compiling darling_core v0.23.0 |
| 1542 | 2026-07-29T07:33:29.753Z | Compiling crossbeam-utils v0.8.21 |
| 1543 | 2026-07-29T07:33:29.877Z | Compiling syn v1.0.109 |
| 1544 | 2026-07-29T07:33:30.037Z | Compiling simd-adler32 v0.3.8 |
| 1545 | 2026-07-29T07:33:30.053Z | Compiling psl-types v2.0.11 |
| 1546 | 2026-07-29T07:33:30.053Z | Compiling litrs v1.0.0 |
| 1547 | 2026-07-29T07:33:30.173Z | Compiling allocator-api2 v0.2.21 |
| 1548 | 2026-07-29T07:33:30.176Z | Compiling fallible-iterator v0.2.0 |
| 1549 | 2026-07-29T07:33:30.321Z | Compiling publicsuffix v2.3.0 |
| 1550 | 2026-07-29T07:33:30.485Z | Compiling postgres-protocol v0.6.10 |
| 1551 | 2026-07-29T07:33:30.489Z | Compiling zerocopy v0.7.35 |
| 1552 | 2026-07-29T07:33:30.556Z | Compiling document-features v0.2.12 |
| 1553 | 2026-07-29T07:33:31.031Z | Compiling hyper-tls v0.6.0 |
| 1554 | 2026-07-29T07:33:31.050Z | Compiling derive_builder_core v0.20.2 |
| 1555 | 2026-07-29T07:33:31.090Z | Compiling goblin v0.8.2 |
| 1556 | 2026-07-29T07:33:31.747Z | Compiling bstr v1.12.1 |
| 1557 | 2026-07-29T07:33:31.794Z | Compiling darling_macro v0.23.0 |
| 1558 | 2026-07-29T07:33:31.815Z | Compiling heapless v0.7.17 |
| 1559 | 2026-07-29T07:33:31.888Z | Compiling rustls-native-certs v0.8.3 |
| 1560 | 2026-07-29T07:33:32.048Z | Compiling serde_tokenstream v0.2.3 |
| 1561 | 2026-07-29T07:33:32.167Z | Compiling signature v2.2.0 |
| 1562 | 2026-07-29T07:33:32.274Z | Compiling slog v2.8.2 |
| 1563 | 2026-07-29T07:33:32.344Z | Compiling pin-project-internal v1.1.11 |
| 1564 | 2026-07-29T07:33:32.358Z | Compiling daft-derive v0.1.7 |
| 1565 | 2026-07-29T07:33:32.382Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1566 | 2026-07-29T07:33:32.452Z | Compiling anyhow v1.0.102 |
| 1567 | 2026-07-29T07:33:32.656Z | Compiling ref-cast v1.0.25 |
| 1568 | 2026-07-29T07:33:32.743Z | Compiling signal-hook v0.3.18 |
| 1569 | 2026-07-29T07:33:32.908Z | Compiling adler2 v2.0.1 |
| 1570 | 2026-07-29T07:33:32.940Z | Compiling zstd-safe v7.2.4 |
| 1571 | 2026-07-29T07:33:33.039Z | Compiling miniz_oxide v0.8.9 |
| 1572 | 2026-07-29T07:33:33.395Z | Compiling darling v0.23.0 |
| 1573 | 2026-07-29T07:33:33.420Z | Compiling pin-project v1.1.11 |
| 1574 | 2026-07-29T07:33:33.515Z | Compiling derive_builder_macro v0.20.2 |
| 1575 | 2026-07-29T07:33:33.683Z | Compiling camino v1.2.2 |
| 1576 | 2026-07-29T07:33:33.979Z | Compiling phf_shared v0.13.1 |
| 1577 | 2026-07-29T07:33:34.008Z | Compiling ipnetwork v0.21.1 |
| 1578 | 2026-07-29T07:33:34.056Z | Compiling block-buffer v0.12.1 |
| 1579 | 2026-07-29T07:33:34.220Z | Compiling crypto-common v0.2.2 |
| 1580 | 2026-07-29T07:33:34.251Z | Compiling block-padding v0.4.2 |
| 1581 | 2026-07-29T07:33:34.396Z | Compiling curve25519-dalek v4.1.3 |
| 1582 | 2026-07-29T07:33:34.414Z | Compiling rand_chacha v0.3.1 |
| 1583 | 2026-07-29T07:33:34.524Z | Compiling snafu-derive v0.8.9 |
| 1584 | 2026-07-29T07:33:34.713Z | Compiling futures-executor v0.3.32 |
| 1585 | 2026-07-29T07:33:34.973Z | Compiling toml_datetime v0.6.11 |
| 1586 | 2026-07-29T07:33:35.188Z | Compiling serde_spanned v0.6.9 |
| 1587 | 2026-07-29T07:33:35.204Z | Compiling erased-serde v0.3.31 |
| 1588 | 2026-07-29T07:33:35.227Z | Compiling vergen-lib v9.1.0 |
| 1589 | 2026-07-29T07:33:35.331Z | Compiling ref-cast-impl v1.0.25 |
| 1590 | 2026-07-29T07:33:35.397Z | Compiling hash32 v0.2.1 |
| 1591 | 2026-07-29T07:33:35.587Z | Compiling ff v0.13.1 |
| 1592 | 2026-07-29T07:33:35.688Z | Compiling num-integer v0.1.46 |
| 1593 | 2026-07-29T07:33:35.724Z | Compiling memoffset v0.9.1 |
| 1594 | 2026-07-29T07:33:35.864Z | Compiling num-bigint-dig v0.8.6 |
| 1595 | 2026-07-29T07:33:35.911Z | Compiling rustix v0.38.44 |
| 1596 | 2026-07-29T07:33:35.925Z | Compiling smoltcp v0.9.1 |
| 1597 | 2026-07-29T07:33:36.011Z | Compiling base16ct v0.2.0 |
| 1598 | 2026-07-29T07:33:36.045Z | Compiling zlib-rs v0.6.2 |
| 1599 | 2026-07-29T07:33:36.183Z | Compiling foldhash v0.2.0 |
| 1600 | 2026-07-29T07:33:36.240Z | Compiling cfg_aliases v0.2.1 |
| 1601 | 2026-07-29T07:33:36.243Z | Compiling same-file v1.0.6 |
| 1602 | 2026-07-29T07:33:36.329Z | Compiling nix v0.31.2 |
| 1603 | 2026-07-29T07:33:36.398Z | Compiling walkdir v2.5.0 |
| 1604 | 2026-07-29T07:33:36.401Z | Compiling hashbrown v0.16.1 |
| 1605 | 2026-07-29T07:33:36.426Z | Compiling snafu v0.8.9 |
| 1606 | 2026-07-29T07:33:36.719Z | Compiling sec1 v0.7.3 |
| 1607 | 2026-07-29T07:33:36.795Z | Compiling num-iter v0.1.45 |
| 1608 | 2026-07-29T07:33:36.911Z | Compiling group v0.13.0 |
| 1609 | 2026-07-29T07:33:37.082Z | Compiling futures v0.3.32 |
| 1610 | 2026-07-29T07:33:37.218Z | Compiling rand v0.8.6 |
| 1611 | 2026-07-29T07:33:37.237Z | Compiling inout v0.2.2 |
| 1612 | 2026-07-29T07:33:37.357Z | Compiling oxnet v0.1.6 |
| 1613 | 2026-07-29T07:33:37.405Z | Compiling phf v0.13.1 |
| 1614 | 2026-07-29T07:33:37.461Z | Compiling derive_builder v0.20.2 |
| 1615 | 2026-07-29T07:33:37.586Z | Compiling serde_with_macros v3.21.0 |
| 1616 | 2026-07-29T07:33:37.733Z | Compiling hubpack_derive v0.1.1 |
| 1617 | 2026-07-29T07:33:37.768Z | Compiling usdt-macro v0.6.0 |
| 1618 | 2026-07-29T07:33:37.954Z | Compiling usdt-attr-macro v0.6.0 |
| 1619 | 2026-07-29T07:33:37.993Z | Compiling globset v0.4.18 |
| 1620 | 2026-07-29T07:33:38.008Z | Compiling newtype-uuid v1.3.2 |
| 1621 | 2026-07-29T07:33:38.212Z | Compiling dtrace-parser v0.2.0 |
| 1622 | 2026-07-29T07:33:38.379Z | Compiling lazy_static v1.5.0 |
| 1623 | 2026-07-29T07:33:38.473Z | Compiling anstyle-parse v0.2.7 |
| 1624 | 2026-07-29T07:33:38.548Z | Compiling regex v1.12.3 |
| 1625 | 2026-07-29T07:33:38.657Z | Compiling hkdf v0.12.4 |
| 1626 | 2026-07-29T07:33:38.671Z | Compiling strum_macros v0.27.2 |
| 1627 | 2026-07-29T07:33:38.736Z | Compiling serde_plain v1.0.2 |
| 1628 | 2026-07-29T07:33:38.774Z | Compiling crypto-bigint v0.5.5 |
| 1629 | 2026-07-29T07:33:38.818Z | Compiling terminal_size v0.4.3 |
| 1630 | 2026-07-29T07:33:38.925Z | Compiling flate2 v1.1.9 |
| 1631 | 2026-07-29T07:33:38.946Z | Compiling vergen v9.1.0 |
| 1632 | 2026-07-29T07:33:38.961Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1633 | 2026-07-29T07:33:38.975Z | Compiling async-recursion v1.1.1 |
| 1634 | 2026-07-29T07:33:39.120Z | Compiling pem v3.0.6 |
| 1635 | 2026-07-29T07:33:39.277Z | Compiling cargo-platform v0.3.2 |
| 1636 | 2026-07-29T07:33:39.321Z | Compiling thread-id v4.2.2 |
| 1637 | 2026-07-29T07:33:39.405Z | Compiling memmap2 v0.9.10 |
| 1638 | 2026-07-29T07:33:39.435Z | Compiling ahash v0.8.12 |
| 1639 | 2026-07-29T07:33:39.541Z | Compiling fs-err v3.3.0 |
| 1640 | 2026-07-29T07:33:39.594Z | Compiling bitflags v1.3.2 |
| 1641 | 2026-07-29T07:33:39.608Z | Compiling libbz2-rs-sys v0.2.2 |
| 1642 | 2026-07-29T07:33:39.611Z | Compiling typed-path v0.9.3 |
| 1643 | 2026-07-29T07:33:39.637Z | Compiling object v0.37.3 |
| 1644 | 2026-07-29T07:33:39.665Z | Compiling whoami v2.1.0 |
| 1645 | 2026-07-29T07:33:39.720Z | Compiling bumpalo v3.20.2 |
| 1646 | 2026-07-29T07:33:39.895Z | Compiling managed v0.8.0 |
| 1647 | 2026-07-29T07:33:39.965Z | Compiling unicode-segmentation v1.12.0 |
| 1648 | 2026-07-29T07:33:40.030Z | Compiling foldhash v0.1.5 |
| 1649 | 2026-07-29T07:33:40.108Z | Compiling winnow v0.5.40 |
| 1650 | 2026-07-29T07:33:40.199Z | Compiling hashbrown v0.15.5 |
| 1651 | 2026-07-29T07:33:40.346Z | Compiling bzip2 v0.6.1 |
| 1652 | 2026-07-29T07:33:40.552Z | Compiling zopfli v0.8.3 |
| 1653 | 2026-07-29T07:33:40.603Z | Compiling strum v0.27.2 |
| 1654 | 2026-07-29T07:33:40.730Z | Compiling elliptic-curve v0.13.8 |
| 1655 | 2026-07-29T07:33:40.808Z | Compiling clap_builder v4.6.0 |
| 1656 | 2026-07-29T07:33:40.915Z | Compiling cargo_metadata v0.23.1 |
| 1657 | 2026-07-29T07:33:41.055Z | Compiling anstream v0.6.21 |
| 1658 | 2026-07-29T07:33:41.189Z | Compiling daft v0.1.7 |
| 1659 | 2026-07-29T07:33:41.338Z | Compiling hubpack v0.1.2 |
| 1660 | 2026-07-29T07:33:41.465Z | Compiling toml_edit v0.19.15 |
| 1661 | 2026-07-29T07:33:41.548Z | Compiling signal-hook-mio v0.2.5 |
| 1662 | 2026-07-29T07:33:41.662Z | Compiling bzip2 v0.4.4 |
| 1663 | 2026-07-29T07:33:41.855Z | Compiling cipher v0.5.2 |
| 1664 | 2026-07-29T07:33:41.870Z | Compiling zstd v0.13.3 |
| 1665 | 2026-07-29T07:33:42.224Z | Compiling dof v0.3.0 |
| 1666 | 2026-07-29T07:33:42.238Z | Compiling ed25519 v2.2.3 |
| 1667 | 2026-07-29T07:33:42.921Z | Compiling cookie_store v0.22.1 |
| 1668 | 2026-07-29T07:33:43.116Z | Compiling reqwest v0.12.28 |
| 1669 | 2026-07-29T07:33:43.301Z | Compiling postgres-types v0.2.12 |
| 1670 | 2026-07-29T07:33:43.792Z | Compiling phf_shared v0.11.3 |
| 1671 | 2026-07-29T07:33:43.832Z | Compiling pkcs1 v0.7.5 |
| 1672 | 2026-07-29T07:33:43.857Z | Compiling rfc6979 v0.4.0 |
| 1673 | 2026-07-29T07:33:43.974Z | Compiling olpc-cjson v0.1.4 |
| 1674 | 2026-07-29T07:33:43.989Z | Compiling clap_derive v4.6.1 |
| 1675 | 2026-07-29T07:33:44.019Z | Compiling enum-as-inner v0.6.1 |
| 1676 | 2026-07-29T07:33:44.123Z | Compiling strum_macros v0.26.4 |
| 1677 | 2026-07-29T07:33:44.136Z | Compiling serde-big-array v0.5.1 |
| 1678 | 2026-07-29T07:33:44.226Z | Compiling serde_repr v0.1.20 |
| 1679 | 2026-07-29T07:33:44.275Z | Compiling jiff v0.2.21 |
| 1680 | 2026-07-29T07:33:44.497Z | Compiling float-cmp v0.10.0 |
| 1681 | 2026-07-29T07:33:44.649Z | Compiling env_filter v1.0.0 |
| 1682 | 2026-07-29T07:33:44.752Z | Compiling difflib v0.4.0 |
| 1683 | 2026-07-29T07:33:44.940Z | Compiling fixedbitset v0.5.7 |
| 1684 | 2026-07-29T07:33:45.242Z | Compiling static_assertions v1.1.0 |
| 1685 | 2026-07-29T07:33:45.309Z | Compiling either v1.15.0 |
| 1686 | 2026-07-29T07:33:45.323Z | Compiling keccak v0.1.6 |
| 1687 | 2026-07-29T07:33:45.514Z | Compiling cpufeatures v0.3.0 |
| 1688 | 2026-07-29T07:33:45.631Z | Compiling fixedbitset v0.4.2 |
| 1689 | 2026-07-29T07:33:45.740Z | Compiling data-encoding v2.10.0 |
| 1690 | 2026-07-29T07:33:45.812Z | Compiling predicates-core v1.0.10 |
| 1691 | 2026-07-29T07:33:45.888Z | Compiling precomputed-hash v0.1.1 |
| 1692 | 2026-07-29T07:33:45.942Z | Compiling normalize-line-endings v0.3.0 |
| 1693 | 2026-07-29T07:33:45.983Z | Compiling winnow v1.0.3 |
| 1694 | 2026-07-29T07:33:46.032Z | Compiling const-oid v0.10.2 |
| 1695 | 2026-07-29T07:33:46.052Z | Compiling new_debug_unreachable v1.0.6 |
| 1696 | 2026-07-29T07:33:46.136Z | Compiling string_cache v0.8.9 |
| 1697 | 2026-07-29T07:33:46.232Z | Compiling digest v0.11.3 |
| 1698 | 2026-07-29T07:33:46.312Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1699 | 2026-07-29T07:33:46.350Z | Compiling predicates v3.1.4 |
| 1700 | 2026-07-29T07:33:46.408Z | Compiling hickory-proto v0.25.2 |
| 1701 | 2026-07-29T07:33:46.459Z | Compiling strum v0.26.3 |
| 1702 | 2026-07-29T07:33:46.585Z | Compiling toml_edit v0.22.27 |
| 1703 | 2026-07-29T07:33:46.595Z | Compiling petgraph v0.6.5 |
| 1704 | 2026-07-29T07:33:46.875Z | Compiling clap v4.6.1 |
| 1705 | 2026-07-29T07:33:46.924Z | Compiling zip v4.6.1 |
| 1706 | 2026-07-29T07:33:46.962Z | Compiling chacha20 v0.10.0 |
| 1707 | 2026-07-29T07:33:46.978Z | Compiling itertools v0.13.0 |
| 1708 | 2026-07-29T07:33:47.337Z | Compiling sha3 v0.10.8 |
| 1709 | 2026-07-29T07:33:47.781Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1710 | 2026-07-29T07:33:47.841Z | Compiling petgraph v0.8.3 |
| 1711 | 2026-07-29T07:33:48.051Z | Compiling env_logger v0.11.9 |
| 1712 | 2026-07-29T07:33:48.215Z | Compiling rsa v0.9.10 |
| 1713 | 2026-07-29T07:33:48.406Z | Compiling ecdsa v0.16.9 |
| 1714 | 2026-07-29T07:33:48.807Z | Compiling tokio-postgres v0.7.16 |
| 1715 | 2026-07-29T07:33:48.971Z | Compiling crossterm v0.28.1 |
| 1716 | 2026-07-29T07:33:49.370Z | Compiling toml v0.7.8 |
| 1717 | 2026-07-29T07:33:49.805Z | Compiling usdt-impl v0.5.0 |
| 1718 | 2026-07-29T07:33:49.958Z | Compiling ed25519-dalek v2.2.0 |
| 1719 | 2026-07-29T07:33:50.382Z | Compiling zip v0.6.6 |
| 1720 | 2026-07-29T07:33:50.621Z | Compiling iddqd v0.4.2 |
| 1721 | 2026-07-29T07:33:51.069Z | Compiling heck v0.4.1 |
| 1722 | 2026-07-29T07:33:51.114Z | Compiling similar v2.7.0 |
| 1723 | 2026-07-29T07:33:51.289Z | Compiling usdt v0.6.0 |
| 1724 | 2026-07-29T07:33:51.305Z | Compiling serde_with v3.21.0 |
| 1725 | 2026-07-29T07:33:51.346Z | Compiling crossbeam-epoch v0.9.18 |
| 1726 | 2026-07-29T07:33:51.669Z | Compiling byte-wrapper v0.1.0 |
| 1727 | 2026-07-29T07:33:51.870Z | Compiling tokio-stream v0.1.18 |
| 1728 | 2026-07-29T07:33:51.908Z | Compiling x509-cert v0.2.5 |
| 1729 | 2026-07-29T07:33:51.942Z | Compiling buf-list v1.1.2 |
| 1730 | 2026-07-29T07:33:51.995Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1731 | 2026-07-29T07:33:52.204Z | Compiling openapiv3 v2.2.0 |
| 1732 | 2026-07-29T07:33:52.293Z | Compiling lalrpop-util v0.19.12 |
| 1733 | 2026-07-29T07:33:52.322Z | Compiling peg-runtime v0.8.5 |
| 1734 | 2026-07-29T07:33:53.514Z | Compiling thread_local v1.1.9 |
| 1735 | 2026-07-29T07:33:53.631Z | Compiling slog-async v2.8.0 |
| 1736 | 2026-07-29T07:33:53.942Z | Compiling crossbeam-channel v0.5.15 |
| 1737 | 2026-07-29T07:33:54.364Z | Compiling is-terminal v0.4.17 |
| 1738 | 2026-07-29T07:33:54.393Z | Compiling filetime v0.2.27 |
| 1739 | 2026-07-29T07:33:54.462Z | Compiling take_mut v0.2.2 |
| 1740 | 2026-07-29T07:33:54.569Z | Compiling xattr v1.6.1 |
| 1741 | 2026-07-29T07:33:54.583Z | Compiling term v1.2.1 |
| 1742 | 2026-07-29T07:33:54.739Z | Compiling tar v0.4.46 |
| 1743 | 2026-07-29T07:33:55.079Z | Compiling slog-term v2.9.2 |
| 1744 | 2026-07-29T07:33:55.565Z | Compiling camino-tempfile v1.4.1 |
| 1745 | 2026-07-29T07:34:03.956Z | Compiling rustls-webpki v0.103.13 |
| 1746 | 2026-07-29T07:34:06.616Z | Compiling tokio-rustls v0.26.4 |
| 1747 | 2026-07-29T07:34:06.616Z | Compiling rustls-platform-verifier v0.6.2 |
| 1748 | 2026-07-29T07:34:06.619Z | Compiling tough v0.22.0 |
| 1749 | 2026-07-29T07:34:06.816Z | Compiling hyper-rustls v0.27.7 |
| 1750 | 2026-07-29T07:34:07.014Z | Compiling reqwest v0.13.2 |
| 1751 | 2026-07-29T07:34:09.654Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1752 | 2026-07-29T07:34:09.866Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1753 | 2026-07-29T07:34:12.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1754 | 2026-07-29T07:34:12.920Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1755 | 2026-07-29T07:34:12.969Z | Jul 29 07:34:12.071 INFO Starting download, target: Clickhouse |
| 1756 | 2026-07-29T07:34:12.972Z | Jul 29 07:34:12.071 INFO Starting download, target: Console |
| 1757 | 2026-07-29T07:34:12.972Z | Jul 29 07:34:12.071 INFO Starting download, target: Cockroach |
| 1758 | 2026-07-29T07:34:12.972Z | Jul 29 07:34:12.071 INFO Starting download, target: DendriteStub |
| 1759 | 2026-07-29T07:34:12.972Z | Jul 29 07:34:12.071 INFO Starting download, target: MaghemiteMgd |
| 1760 | 2026-07-29T07:34:12.972Z | Jul 29 07:34:12.071 INFO Starting download, target: MaghemiteDdmd |
| 1761 | 2026-07-29T07:34:12.973Z | Jul 29 07:34:12.071 INFO Starting download, target: TransceiverControl |
| 1762 | 2026-07-29T07:34:12.973Z | Jul 29 07:34:12.071 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1763 | 2026-07-29T07:34:12.973Z | Jul 29 07:34:12.071 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1764 | 2026-07-29T07:34:12.973Z | Jul 29 07:34:12.071 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1765 | 2026-07-29T07:34:12.973Z | Jul 29 07:34:12.071 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1766 | 2026-07-29T07:34:12.973Z | Jul 29 07:34:12.071 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1767 | 2026-07-29T07:34:12.973Z | Jul 29 07:34:12.072 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1768 | 2026-07-29T07:34:12.973Z | Jul 29 07:34:12.072 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1769 | 2026-07-29T07:34:13.506Z | Jul 29 07:34:12.596 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1770 | 2026-07-29T07:34:13.703Z | Jul 29 07:34:12.803 INFO Download complete, target: TransceiverControl |
| 1771 | 2026-07-29T07:34:14.874Z | Jul 29 07:34:13.967 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1772 | 2026-07-29T07:34:15.110Z | Jul 29 07:34:14.212 INFO Download complete, target: Console |
| 1773 | 2026-07-29T07:34:15.247Z | Jul 29 07:34:14.343 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1774 | 2026-07-29T07:34:15.256Z | Jul 29 07:34:14.353 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1775 | 2026-07-29T07:34:15.352Z | Jul 29 07:34:14.453 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1776 | 2026-07-29T07:34:15.648Z | Jul 29 07:34:14.750 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1777 | 2026-07-29T07:34:16.400Z | Jul 29 07:34:15.501 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1778 | 2026-07-29T07:34:16.400Z | Jul 29 07:34:15.501 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1779 | 2026-07-29T07:34:17.311Z | Jul 29 07:34:16.350 INFO Download complete, target: MaghemiteDdmd |
| 1780 | 2026-07-29T07:34:17.785Z | Jul 29 07:34:16.883 INFO Download complete, target: DendriteStub |
| 1781 | 2026-07-29T07:34:17.829Z | Jul 29 07:34:16.924 INFO Download complete, target: MaghemiteMgd |
| 1782 | 2026-07-29T07:34:20.983Z | Jul 29 07:34:20.084 INFO Checking that binary works, target: Cockroach |
| 1783 | 2026-07-29T07:34:21.096Z | Jul 29 07:34:20.197 INFO Download complete, target: Cockroach |
| 1784 | 2026-07-29T07:34:22.376Z | Jul 29 07:34:21.477 INFO Checking that binary works, target: Clickhouse |
| 1785 | 2026-07-29T07:34:22.487Z | Jul 29 07:34:21.588 INFO Download complete, target: Clickhouse |
| 1786 | 2026-07-29T07:34:22.506Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1787 | 2026-07-29T07:34:22.510Z | |
| 1788 | 2026-07-29T07:34:22.510Z | real 2:07.019421016 |
| 1789 | 2026-07-29T07:34:22.510Z | user 7:00.359038610 |
| 1790 | 2026-07-29T07:34:22.510Z | sys 1:23.834210848 |
| 1791 | 2026-07-29T07:34:22.510Z | trap 0.242146483 |
| 1792 | 2026-07-29T07:34:22.510Z | tflt 0.620717337 |
| 1793 | 2026-07-29T07:34:22.510Z | dflt 0.987232874 |
| 1794 | 2026-07-29T07:34:22.510Z | kflt 0.023413973 |
| 1795 | 2026-07-29T07:34:22.510Z | lock 27:07.614925778 |
| 1796 | 2026-07-29T07:34:22.511Z | slp 20:58.253222614 |
| 1797 | 2026-07-29T07:34:22.511Z | lat 43.795566638 |
| 1798 | 2026-07-29T07:34:22.511Z | stop 2:34.495057457 |
| 1799 | 2026-07-29T07:34:22.511Z | + banner hack-check |
| 1800 | 2026-07-29T07:34:22.511Z | |
| 1801 | 2026-07-29T07:34:22.511Z | # # ## #### # # #### # # ###### #### # # |
| 1802 | 2026-07-29T07:34:22.511Z | # # # # # # # # # # # # # # # # # |
| 1803 | 2026-07-29T07:34:22.511Z | ###### # # # #### ##### # ###### ##### # #### |
| 1804 | 2026-07-29T07:34:22.511Z | # # ###### # # # # # # # # # # |
| 1805 | 2026-07-29T07:34:22.511Z | # # # # # # # # # # # # # # # # # |
| 1806 | 2026-07-29T07:34:22.511Z | # # # # #### # # #### # # ###### #### # # |
| 1807 | 2026-07-29T07:34:22.511Z | |
| 1808 | 2026-07-29T07:34:22.511Z | + export CARGO_INCREMENTAL=0 |
| 1809 | 2026-07-29T07:34:22.511Z | + CARGO_INCREMENTAL=0 |
| 1810 | 2026-07-29T07:34:22.511Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1811 | 2026-07-29T07:34:22.978Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1812 | 2026-07-29T07:34:23.263Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1813 | 2026-07-29T07:34:25.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
| 1814 | 2026-07-29T07:34:25.119Z | Running `target/debug/xtask check-features --ci` |
| 1815 | 2026-07-29T07:34:25.143Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1816 | 2026-07-29T07:34:25.186Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1817 | 2026-07-29T07:34:25.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1818 | 2026-07-29T07:34:25.590Z | Running `target/debug/xtask download cargo-hack` |
| 1819 | 2026-07-29T07:34:26.361Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1820 | 2026-07-29T07:34:26.671Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1821 | 2026-07-29T07:34:29.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
| 1822 | 2026-07-29T07:34:29.393Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1823 | 2026-07-29T07:34:29.429Z | Jul 29 07:34:28.530 INFO Starting download, target: CargoHack |
| 1824 | 2026-07-29T07:34:29.432Z | Jul 29 07:34:28.530 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1825 | 2026-07-29T07:34:29.824Z | Jul 29 07:34:28.925 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1826 | 2026-07-29T07:34:29.872Z | Jul 29 07:34:28.974 INFO Download complete, target: CargoHack |
| 1827 | 2026-07-29T07:34:29.875Z | 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" |
| 1828 | 2026-07-29T07:34:29.888Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1829 | 2026-07-29T07:34:30.044Z | info: running `cargo check --bins` on api_identity (1/301) |
| 1830 | 2026-07-29T07:34:30.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-07-29T07:34:30.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-07-29T07:34:30.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-07-29T07:34:30.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1834 | 2026-07-29T07:34:30.570Z | |
| 1835 | 2026-07-29T07:34:30.570Z | info: running `cargo check --bins` on bootstore (2/301) |
| 1836 | 2026-07-29T07:34:31.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-07-29T07:34:31.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-07-29T07:34:31.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-07-29T07:34:31.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1840 | 2026-07-29T07:34:31.110Z | |
| 1841 | 2026-07-29T07:34:31.110Z | info: running `cargo check --bins` on omicron-ledger (3/301) |
| 1842 | 2026-07-29T07:34:31.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-07-29T07:34:31.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-07-29T07:34:31.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-07-29T07:34:31.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1846 | 2026-07-29T07:34:31.640Z | |
| 1847 | 2026-07-29T07:34:31.640Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301) |
| 1848 | 2026-07-29T07:34:32.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-07-29T07:34:32.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-07-29T07:34:32.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-07-29T07:34:32.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1852 | 2026-07-29T07:34:32.176Z | |
| 1853 | 2026-07-29T07:34:32.176Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301) |
| 1854 | 2026-07-29T07:34:32.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-07-29T07:34:32.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-07-29T07:34:32.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-07-29T07:34:32.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1858 | 2026-07-29T07:34:32.722Z | |
| 1859 | 2026-07-29T07:34:32.722Z | info: running `cargo check --bins` on omicron-certificates (6/301) |
| 1860 | 2026-07-29T07:34:33.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-07-29T07:34:33.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-07-29T07:34:33.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-07-29T07:34:33.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1864 | 2026-07-29T07:34:33.266Z | |
| 1865 | 2026-07-29T07:34:33.266Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/301) |
| 1866 | 2026-07-29T07:34:33.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-07-29T07:34:33.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-07-29T07:34:33.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-07-29T07:34:33.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1870 | 2026-07-29T07:34:33.808Z | |
| 1871 | 2026-07-29T07:34:33.808Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301) |
| 1872 | 2026-07-29T07:34:34.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-07-29T07:34:34.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-07-29T07:34:34.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-07-29T07:34:34.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1876 | 2026-07-29T07:34:34.359Z | |
| 1877 | 2026-07-29T07:34:34.359Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301) |
| 1878 | 2026-07-29T07:34:34.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-07-29T07:34:34.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-07-29T07:34:34.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-07-29T07:34:34.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1882 | 2026-07-29T07:34:34.776Z | |
| 1883 | 2026-07-29T07:34:34.776Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301) |
| 1884 | 2026-07-29T07:34:35.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-07-29T07:34:35.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-07-29T07:34:35.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-07-29T07:34:35.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1888 | 2026-07-29T07:34:35.195Z | |
| 1889 | 2026-07-29T07:34:35.195Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301) |
| 1890 | 2026-07-29T07:34:35.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-07-29T07:34:35.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-07-29T07:34:35.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-07-29T07:34:35.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1894 | 2026-07-29T07:34:35.611Z | |
| 1895 | 2026-07-29T07:34:35.611Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301) |
| 1896 | 2026-07-29T07:34:35.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-07-29T07:34:35.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-07-29T07:34:35.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-07-29T07:34:35.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1900 | 2026-07-29T07:34:36.028Z | |
| 1901 | 2026-07-29T07:34:36.028Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301) |
| 1902 | 2026-07-29T07:34:36.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-07-29T07:34:36.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-07-29T07:34:36.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-07-29T07:34:36.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1906 | 2026-07-29T07:34:36.440Z | |
| 1907 | 2026-07-29T07:34:36.440Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301) |
| 1908 | 2026-07-29T07:34:36.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-07-29T07:34:36.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-07-29T07:34:36.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-07-29T07:34:36.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1912 | 2026-07-29T07:34:36.850Z | |
| 1913 | 2026-07-29T07:34:36.850Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301) |
| 1914 | 2026-07-29T07:34:37.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-07-29T07:34:37.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-07-29T07:34:37.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-07-29T07:34:37.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1918 | 2026-07-29T07:34:37.279Z | |
| 1919 | 2026-07-29T07:34:37.279Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301) |
| 1920 | 2026-07-29T07:34:37.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-07-29T07:34:37.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-07-29T07:34:37.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-07-29T07:34:37.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1924 | 2026-07-29T07:34:37.683Z | |
| 1925 | 2026-07-29T07:34:37.683Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301) |
| 1926 | 2026-07-29T07:34:38.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-07-29T07:34:38.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-07-29T07:34:38.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-07-29T07:34:38.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1930 | 2026-07-29T07:34:38.103Z | |
| 1931 | 2026-07-29T07:34:38.103Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301) |
| 1932 | 2026-07-29T07:34:38.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-07-29T07:34:38.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-07-29T07:34:38.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-07-29T07:34:38.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1936 | 2026-07-29T07:34:38.518Z | |
| 1937 | 2026-07-29T07:34:38.518Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301) |
| 1938 | 2026-07-29T07:34:38.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-07-29T07:34:38.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-07-29T07:34:38.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-07-29T07:34:38.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1942 | 2026-07-29T07:34:38.939Z | |
| 1943 | 2026-07-29T07:34:38.939Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301) |
| 1944 | 2026-07-29T07:34:39.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-07-29T07:34:39.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-07-29T07:34:39.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-07-29T07:34:39.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1948 | 2026-07-29T07:34:39.355Z | |
| 1949 | 2026-07-29T07:34:39.355Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301) |
| 1950 | 2026-07-29T07:34:39.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-07-29T07:34:39.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-07-29T07:34:39.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-07-29T07:34:39.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1954 | 2026-07-29T07:34:39.769Z | |
| 1955 | 2026-07-29T07:34:39.769Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301) |
| 1956 | 2026-07-29T07:34:40.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-07-29T07:34:40.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-07-29T07:34:40.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-07-29T07:34:40.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1960 | 2026-07-29T07:34:40.184Z | |
| 1961 | 2026-07-29T07:34:40.184Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301) |
| 1962 | 2026-07-29T07:34:40.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-07-29T07:34:40.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-07-29T07:34:40.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-07-29T07:34:40.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1966 | 2026-07-29T07:34:40.602Z | |
| 1967 | 2026-07-29T07:34:40.602Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301) |
| 1968 | 2026-07-29T07:34:40.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-07-29T07:34:40.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-07-29T07:34:40.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-07-29T07:34:40.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1972 | 2026-07-29T07:34:41.028Z | |
| 1973 | 2026-07-29T07:34:41.028Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301) |
| 1974 | 2026-07-29T07:34:41.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-07-29T07:34:41.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-07-29T07:34:41.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-07-29T07:34:41.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1978 | 2026-07-29T07:34:41.443Z | |
| 1979 | 2026-07-29T07:34:41.443Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301) |
| 1980 | 2026-07-29T07:34:41.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-07-29T07:34:41.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-07-29T07:34:41.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-07-29T07:34:41.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1984 | 2026-07-29T07:34:41.857Z | |
| 1985 | 2026-07-29T07:34:41.857Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301) |
| 1986 | 2026-07-29T07:34:42.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-07-29T07:34:42.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-07-29T07:34:42.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-07-29T07:34:42.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1990 | 2026-07-29T07:34:42.268Z | |
| 1991 | 2026-07-29T07:34:42.268Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301) |
| 1992 | 2026-07-29T07:34:42.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-07-29T07:34:42.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-07-29T07:34:42.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-07-29T07:34:42.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1996 | 2026-07-29T07:34:42.682Z | |
| 1997 | 2026-07-29T07:34:42.682Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301) |
| 1998 | 2026-07-29T07:34:43.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-07-29T07:34:43.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-07-29T07:34:43.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-07-29T07:34:43.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2002 | 2026-07-29T07:34:43.095Z | |
| 2003 | 2026-07-29T07:34:43.095Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301) |
| 2004 | 2026-07-29T07:34:43.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-07-29T07:34:43.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-07-29T07:34:43.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-07-29T07:34:43.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2008 | 2026-07-29T07:34:43.509Z | |
| 2009 | 2026-07-29T07:34:43.509Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301) |
| 2010 | 2026-07-29T07:34:43.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-07-29T07:34:43.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-07-29T07:34:43.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-07-29T07:34:43.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2014 | 2026-07-29T07:34:43.927Z | |
| 2015 | 2026-07-29T07:34:43.927Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301) |
| 2016 | 2026-07-29T07:34:44.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-07-29T07:34:44.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-07-29T07:34:44.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-07-29T07:34:44.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2020 | 2026-07-29T07:34:44.344Z | |
| 2021 | 2026-07-29T07:34:44.344Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301) |
| 2022 | 2026-07-29T07:34:44.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-07-29T07:34:44.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-07-29T07:34:44.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-07-29T07:34:44.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2026 | 2026-07-29T07:34:44.761Z | |
| 2027 | 2026-07-29T07:34:44.761Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301) |
| 2028 | 2026-07-29T07:34:45.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-07-29T07:34:45.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-07-29T07:34:45.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-07-29T07:34:45.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2032 | 2026-07-29T07:34:45.176Z | |
| 2033 | 2026-07-29T07:34:45.177Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301) |
| 2034 | 2026-07-29T07:34:45.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-07-29T07:34:45.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-07-29T07:34:45.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-07-29T07:34:45.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2038 | 2026-07-29T07:34:45.594Z | |
| 2039 | 2026-07-29T07:34:45.594Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301) |
| 2040 | 2026-07-29T07:34:45.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-07-29T07:34:45.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-07-29T07:34:45.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-07-29T07:34:45.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2044 | 2026-07-29T07:34:46.011Z | |
| 2045 | 2026-07-29T07:34:46.011Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301) |
| 2046 | 2026-07-29T07:34:46.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-07-29T07:34:46.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-07-29T07:34:46.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-07-29T07:34:46.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2050 | 2026-07-29T07:34:46.428Z | |
| 2051 | 2026-07-29T07:34:46.428Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301) |
| 2052 | 2026-07-29T07:34:46.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-07-29T07:34:46.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-07-29T07:34:46.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-07-29T07:34:46.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2056 | 2026-07-29T07:34:46.849Z | |
| 2057 | 2026-07-29T07:34:46.849Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301) |
| 2058 | 2026-07-29T07:34:47.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-07-29T07:34:47.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-07-29T07:34:47.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-07-29T07:34:47.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2062 | 2026-07-29T07:34:47.268Z | |
| 2063 | 2026-07-29T07:34:47.268Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301) |
| 2064 | 2026-07-29T07:34:47.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-07-29T07:34:47.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-07-29T07:34:47.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-07-29T07:34:47.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2068 | 2026-07-29T07:34:47.688Z | |
| 2069 | 2026-07-29T07:34:47.688Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301) |
| 2070 | 2026-07-29T07:34:48.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-07-29T07:34:48.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-07-29T07:34:48.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-07-29T07:34:48.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2074 | 2026-07-29T07:34:48.104Z | |
| 2075 | 2026-07-29T07:34:48.104Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301) |
| 2076 | 2026-07-29T07:34:48.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-07-29T07:34:48.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-07-29T07:34:48.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-07-29T07:34:48.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2080 | 2026-07-29T07:34:48.525Z | |
| 2081 | 2026-07-29T07:34:48.525Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301) |
| 2082 | 2026-07-29T07:34:48.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-07-29T07:34:48.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-07-29T07:34:48.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-07-29T07:34:48.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2086 | 2026-07-29T07:34:48.944Z | |
| 2087 | 2026-07-29T07:34:48.944Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301) |
| 2088 | 2026-07-29T07:34:49.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-07-29T07:34:49.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-07-29T07:34:49.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-07-29T07:34:49.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2092 | 2026-07-29T07:34:49.363Z | |
| 2093 | 2026-07-29T07:34:49.363Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301) |
| 2094 | 2026-07-29T07:34:49.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-07-29T07:34:49.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-07-29T07:34:49.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-07-29T07:34:49.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2098 | 2026-07-29T07:34:49.784Z | |
| 2099 | 2026-07-29T07:34:49.785Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301) |
| 2100 | 2026-07-29T07:34:50.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-07-29T07:34:50.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-07-29T07:34:50.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-07-29T07:34:50.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2104 | 2026-07-29T07:34:50.201Z | |
| 2105 | 2026-07-29T07:34:50.201Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301) |
| 2106 | 2026-07-29T07:34:50.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-07-29T07:34:50.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-07-29T07:34:50.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-07-29T07:34:50.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2110 | 2026-07-29T07:34:50.621Z | |
| 2111 | 2026-07-29T07:34:50.621Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301) |
| 2112 | 2026-07-29T07:34:50.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-07-29T07:34:50.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-07-29T07:34:50.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-07-29T07:34:50.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2116 | 2026-07-29T07:34:51.037Z | |
| 2117 | 2026-07-29T07:34:51.037Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301) |
| 2118 | 2026-07-29T07:34:51.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-07-29T07:34:51.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-07-29T07:34:51.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-07-29T07:34:51.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2122 | 2026-07-29T07:34:51.630Z | |
| 2123 | 2026-07-29T07:34:51.630Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301) |
| 2124 | 2026-07-29T07:34:52.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-07-29T07:34:52.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-07-29T07:34:52.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-07-29T07:34:52.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2128 | 2026-07-29T07:34:52.219Z | |
| 2129 | 2026-07-29T07:34:52.219Z | info: running `cargo check --bins` on nexus-config (51/301) |
| 2130 | 2026-07-29T07:34:52.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-07-29T07:34:52.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-07-29T07:34:52.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-07-29T07:34:52.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2134 | 2026-07-29T07:34:52.816Z | |
| 2135 | 2026-07-29T07:34:52.816Z | info: running `cargo check --bins` on nexus-types (52/301) |
| 2136 | 2026-07-29T07:34:53.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-07-29T07:34:53.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-07-29T07:34:53.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-07-29T07:34:53.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2140 | 2026-07-29T07:34:53.410Z | |
| 2141 | 2026-07-29T07:34:53.410Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301) |
| 2142 | 2026-07-29T07:34:53.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-07-29T07:34:53.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-07-29T07:34:53.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-07-29T07:34:53.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2146 | 2026-07-29T07:34:53.964Z | |
| 2147 | 2026-07-29T07:34:53.964Z | info: running `cargo check --bins` on omicron-passwords (54/301) |
| 2148 | 2026-07-29T07:34:54.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-07-29T07:34:54.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-07-29T07:34:54.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-07-29T07:34:54.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2152 | 2026-07-29T07:34:54.505Z | |
| 2153 | 2026-07-29T07:34:54.505Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/301) |
| 2154 | 2026-07-29T07:34:54.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-07-29T07:34:54.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-07-29T07:34:54.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-07-29T07:34:54.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2158 | 2026-07-29T07:34:55.068Z | |
| 2159 | 2026-07-29T07:34:55.068Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301) |
| 2160 | 2026-07-29T07:34:55.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-07-29T07:34:55.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-07-29T07:34:55.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-07-29T07:34:55.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2164 | 2026-07-29T07:34:55.625Z | |
| 2165 | 2026-07-29T07:34:55.625Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301) |
| 2166 | 2026-07-29T07:34:56.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-07-29T07:34:56.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-07-29T07:34:56.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-07-29T07:34:56.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2170 | 2026-07-29T07:34:56.184Z | |
| 2171 | 2026-07-29T07:34:56.184Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301) |
| 2172 | 2026-07-29T07:34:56.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-07-29T07:34:56.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-07-29T07:34:56.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-07-29T07:34:56.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2176 | 2026-07-29T07:34:56.741Z | |
| 2177 | 2026-07-29T07:34:56.742Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301) |
| 2178 | 2026-07-29T07:34:57.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-07-29T07:34:57.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-07-29T07:34:57.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-07-29T07:34:57.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2182 | 2026-07-29T07:34:57.277Z | |
| 2183 | 2026-07-29T07:34:57.277Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301) |
| 2184 | 2026-07-29T07:34:57.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-07-29T07:34:57.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-07-29T07:34:57.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-07-29T07:34:57.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2188 | 2026-07-29T07:34:57.819Z | |
| 2189 | 2026-07-29T07:34:57.819Z | info: running `cargo check --bins --no-default-features` on gfss (61/301) |
| 2190 | 2026-07-29T07:34:58.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-07-29T07:34:58.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-07-29T07:34:58.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-07-29T07:34:58.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2194 | 2026-07-29T07:34:58.360Z | |
| 2195 | 2026-07-29T07:34:58.360Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301) |
| 2196 | 2026-07-29T07:34:58.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-07-29T07:34:58.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-07-29T07:34:58.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-07-29T07:34:58.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2200 | 2026-07-29T07:34:58.903Z | |
| 2201 | 2026-07-29T07:34:58.903Z | info: running `cargo check --bins` on clickhouse-admin-types (63/301) |
| 2202 | 2026-07-29T07:34:59.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-07-29T07:34:59.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-07-29T07:34:59.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-07-29T07:34:59.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2206 | 2026-07-29T07:34:59.467Z | |
| 2207 | 2026-07-29T07:34:59.467Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/301) |
| 2208 | 2026-07-29T07:34:59.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-07-29T07:34:59.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-07-29T07:34:59.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-07-29T07:34:59.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2212 | 2026-07-29T07:35:00.021Z | |
| 2213 | 2026-07-29T07:35:00.021Z | info: running `cargo check --bins` on cockroach-admin-types (65/301) |
| 2214 | 2026-07-29T07:35:00.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-07-29T07:35:00.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-07-29T07:35:00.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-07-29T07:35:00.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2218 | 2026-07-29T07:35:00.562Z | |
| 2219 | 2026-07-29T07:35:00.562Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/301) |
| 2220 | 2026-07-29T07:35:01.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-07-29T07:35:01.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-07-29T07:35:01.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-07-29T07:35:01.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2224 | 2026-07-29T07:35:01.107Z | |
| 2225 | 2026-07-29T07:35:01.108Z | info: running `cargo check --bins` on ereport-types (67/301) |
| 2226 | 2026-07-29T07:35:01.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-07-29T07:35:01.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-07-29T07:35:01.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-07-29T07:35:01.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2230 | 2026-07-29T07:35:01.654Z | |
| 2231 | 2026-07-29T07:35:01.654Z | info: running `cargo check --bins` on gateway-client (68/301) |
| 2232 | 2026-07-29T07:35:02.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-07-29T07:35:02.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-07-29T07:35:02.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-07-29T07:35:02.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2236 | 2026-07-29T07:35:02.195Z | |
| 2237 | 2026-07-29T07:35:02.195Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/301) |
| 2238 | 2026-07-29T07:35:02.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-07-29T07:35:02.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-07-29T07:35:02.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2026-07-29T07:35:02.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2242 | 2026-07-29T07:35:02.735Z | |
| 2243 | 2026-07-29T07:35:02.735Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301) |
| 2244 | 2026-07-29T07:35:03.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2026-07-29T07:35:03.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2026-07-29T07:35:03.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2247 | 2026-07-29T07:35:03.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2248 | 2026-07-29T07:35:03.276Z | |
| 2249 | 2026-07-29T07:35:03.276Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301) |
| 2250 | 2026-07-29T07:35:03.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2251 | 2026-07-29T07:35:03.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2252 | 2026-07-29T07:35:03.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2253 | 2026-07-29T07:35:03.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2254 | 2026-07-29T07:35:03.826Z | |
| 2255 | 2026-07-29T07:35:03.826Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301) |
| 2256 | 2026-07-29T07:35:04.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2257 | 2026-07-29T07:35:04.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2258 | 2026-07-29T07:35:04.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2259 | 2026-07-29T07:35:04.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2260 | 2026-07-29T07:35:04.379Z | |
| 2261 | 2026-07-29T07:35:04.379Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/301) |
| 2262 | 2026-07-29T07:35:04.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2263 | 2026-07-29T07:35:04.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2264 | 2026-07-29T07:35:04.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2265 | 2026-07-29T07:35:04.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2266 | 2026-07-29T07:35:04.950Z | |
| 2267 | 2026-07-29T07:35:04.950Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301) |
| 2268 | 2026-07-29T07:35:05.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2269 | 2026-07-29T07:35:05.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2270 | 2026-07-29T07:35:05.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2271 | 2026-07-29T07:35:05.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2272 | 2026-07-29T07:35:05.521Z | |
| 2273 | 2026-07-29T07:35:05.521Z | info: running `cargo check --bins` on key-manager-types (75/301) |
| 2274 | 2026-07-29T07:35:05.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2275 | 2026-07-29T07:35:05.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2276 | 2026-07-29T07:35:05.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2277 | 2026-07-29T07:35:05.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2278 | 2026-07-29T07:35:06.067Z | |
| 2279 | 2026-07-29T07:35:06.067Z | info: running `cargo check --bins` on oxlog (76/301) |
| 2280 | 2026-07-29T07:35:06.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2281 | 2026-07-29T07:35:06.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2282 | 2026-07-29T07:35:06.645Z | Checking cfg-if v1.0.4 |
| 2283 | 2026-07-29T07:35:06.748Z | Checking libc v0.2.185 |
| 2284 | 2026-07-29T07:35:06.751Z | Checking serde_core v1.0.228 |
| 2285 | 2026-07-29T07:35:06.769Z | Checking memchr v2.8.0 |
| 2286 | 2026-07-29T07:35:06.773Z | Checking zeroize v1.9.0 |
| 2287 | 2026-07-29T07:35:06.781Z | Checking smallvec v1.15.1 |
| 2288 | 2026-07-29T07:35:06.784Z | Checking log v0.4.29 |
| 2289 | 2026-07-29T07:35:06.801Z | Checking subtle v2.6.1 |
| 2290 | 2026-07-29T07:35:06.811Z | Checking itoa v1.0.17 |
| 2291 | 2026-07-29T07:35:06.923Z | Checking typenum v1.20.1 |
| 2292 | 2026-07-29T07:35:06.941Z | Checking scopeguard v1.2.0 |
| 2293 | 2026-07-29T07:35:06.944Z | Checking stable_deref_trait v1.2.1 |
| 2294 | 2026-07-29T07:35:06.965Z | Checking zerofrom v0.1.6 |
| 2295 | 2026-07-29T07:35:06.978Z | Checking pin-project-lite v0.2.17 |
| 2296 | 2026-07-29T07:35:07.021Z | Checking const-oid v0.9.6 |
| 2297 | 2026-07-29T07:35:07.038Z | Checking lock_api v0.4.14 |
| 2298 | 2026-07-29T07:35:07.064Z | Checking portable-atomic v1.13.1 |
| 2299 | 2026-07-29T07:35:07.075Z | Checking yoke v0.8.1 |
| 2300 | 2026-07-29T07:35:07.151Z | Checking zmij v1.0.21 |
| 2301 | 2026-07-29T07:35:07.155Z | Checking errno v0.3.14 |
| 2302 | 2026-07-29T07:35:07.232Z | Checking getrandom v0.2.17 |
| 2303 | 2026-07-29T07:35:07.245Z | Checking zerovec v0.11.5 |
| 2304 | 2026-07-29T07:35:07.308Z | Checking signal-hook-registry v1.4.8 |
| 2305 | 2026-07-29T07:35:07.365Z | Checking parking_lot_core v0.9.12 |
| 2306 | 2026-07-29T07:35:07.377Z | Checking rand_core v0.6.4 |
| 2307 | 2026-07-29T07:35:07.441Z | Checking futures-core v0.3.32 |
| 2308 | 2026-07-29T07:35:07.465Z | Checking critical-section v1.2.0 |
| 2309 | 2026-07-29T07:35:07.546Z | Checking mio v1.2.0 |
| 2310 | 2026-07-29T07:35:07.549Z | Checking parking_lot v0.12.5 |
| 2311 | 2026-07-29T07:35:07.570Z | Checking once_cell v1.21.3 |
| 2312 | 2026-07-29T07:35:07.580Z | Checking zerocopy v0.8.40 |
| 2313 | 2026-07-29T07:35:07.663Z | Checking generic-array v0.14.7 |
| 2314 | 2026-07-29T07:35:07.677Z | Checking tinystr v0.8.2 |
| 2315 | 2026-07-29T07:35:07.704Z | Checking percent-encoding v2.3.2 |
| 2316 | 2026-07-29T07:35:07.731Z | Checking rand_core v0.10.0 |
| 2317 | 2026-07-29T07:35:07.743Z | Checking litemap v0.8.1 |
| 2318 | 2026-07-29T07:35:07.838Z | Checking writeable v0.6.2 |
| 2319 | 2026-07-29T07:35:07.848Z | Checking potential_utf v0.1.4 |
| 2320 | 2026-07-29T07:35:07.848Z | Checking zerotrie v0.2.3 |
| 2321 | 2026-07-29T07:35:07.870Z | Checking getrandom v0.4.1 |
| 2322 | 2026-07-29T07:35:07.905Z | Checking libm v0.2.16 |
| 2323 | 2026-07-29T07:35:07.969Z | Checking icu_collections v2.1.1 |
| 2324 | 2026-07-29T07:35:07.990Z | Checking icu_locale_core v2.1.1 |
| 2325 | 2026-07-29T07:35:08.012Z | Checking socket2 v0.6.3 |
| 2326 | 2026-07-29T07:35:08.094Z | Checking equivalent v1.0.2 |
| 2327 | 2026-07-29T07:35:08.111Z | Checking icu_normalizer_data v2.1.1 |
| 2328 | 2026-07-29T07:35:08.176Z | Checking icu_properties_data v2.1.2 |
| 2329 | 2026-07-29T07:35:08.190Z | Checking futures-sink v0.3.32 |
| 2330 | 2026-07-29T07:35:08.248Z | Checking serde v1.0.228 |
| 2331 | 2026-07-29T07:35:08.259Z | Checking bitflags v2.11.0 |
| 2332 | 2026-07-29T07:35:08.271Z | Checking serde_json v1.0.151 |
| 2333 | 2026-07-29T07:35:08.283Z | Checking futures-channel v0.3.32 |
| 2334 | 2026-07-29T07:35:08.296Z | Checking crypto-common v0.1.7 |
| 2335 | 2026-07-29T07:35:08.411Z | Checking block-buffer v0.10.4 |
| 2336 | 2026-07-29T07:35:08.424Z | Checking futures-task v0.3.32 |
| 2337 | 2026-07-29T07:35:08.467Z | Checking futures-io v0.3.32 |
| 2338 | 2026-07-29T07:35:08.533Z | Checking icu_provider v2.1.1 |
| 2339 | 2026-07-29T07:35:08.547Z | Checking slab v0.4.12 |
| 2340 | 2026-07-29T07:35:08.562Z | Checking digest v0.10.7 |
| 2341 | 2026-07-29T07:35:08.578Z | Checking hashbrown v0.17.0 |
| 2342 | 2026-07-29T07:35:08.593Z | Checking num-traits v0.2.19 |
| 2343 | 2026-07-29T07:35:08.644Z | Checking bytes v1.11.1 |
| 2344 | 2026-07-29T07:35:08.694Z | Checking futures-util v0.3.32 |
| 2345 | 2026-07-29T07:35:08.739Z | Checking utf8_iter v1.0.4 |
| 2346 | 2026-07-29T07:35:08.755Z | Checking icu_normalizer v2.1.1 |
| 2347 | 2026-07-29T07:35:08.856Z | Checking icu_properties v2.1.2 |
| 2348 | 2026-07-29T07:35:08.924Z | Checking form_urlencoded v1.2.2 |
| 2349 | 2026-07-29T07:35:09.031Z | Checking indexmap v2.14.0 |
| 2350 | 2026-07-29T07:35:09.051Z | Checking getrandom v0.3.4 |
| 2351 | 2026-07-29T07:35:09.064Z | Checking fnv v1.0.7 |
| 2352 | 2026-07-29T07:35:09.076Z | Checking tokio v1.52.1 |
| 2353 | 2026-07-29T07:35:09.113Z | Checking byteorder v1.5.0 |
| 2354 | 2026-07-29T07:35:09.152Z | Checking iana-time-zone v0.1.65 |
| 2355 | 2026-07-29T07:35:09.192Z | Checking base64ct v1.8.3 |
| 2356 | 2026-07-29T07:35:09.257Z | Checking chrono v0.4.45 |
| 2357 | 2026-07-29T07:35:09.309Z | Checking rand_core v0.9.5 |
| 2358 | 2026-07-29T07:35:09.414Z | Checking pem-rfc7468 v0.7.0 |
| 2359 | 2026-07-29T07:35:09.481Z | Checking http v1.4.2 |
| 2360 | 2026-07-29T07:35:09.568Z | Checking uuid v1.23.4 |
| 2361 | 2026-07-29T07:35:09.581Z | Checking base64 v0.22.1 |
| 2362 | 2026-07-29T07:35:09.681Z | Checking idna_adapter v1.2.1 |
| 2363 | 2026-07-29T07:35:09.799Z | Checking idna v1.1.0 |
| 2364 | 2026-07-29T07:35:09.812Z | Checking regex-syntax v0.8.10 |
| 2365 | 2026-07-29T07:35:09.876Z | Checking flagset v0.4.7 |
| 2366 | 2026-07-29T07:35:10.003Z | Checking der v0.7.10 |
| 2367 | 2026-07-29T07:35:10.039Z | Checking rustix v1.1.3 |
| 2368 | 2026-07-29T07:35:10.053Z | Checking url v2.5.8 |
| 2369 | 2026-07-29T07:35:10.099Z | Checking tracing-core v0.1.36 |
| 2370 | 2026-07-29T07:35:10.325Z | Checking ppv-lite86 v0.2.21 |
| 2371 | 2026-07-29T07:35:10.406Z | Checking tracing v0.1.44 |
| 2372 | 2026-07-29T07:35:10.479Z | Checking http-body v1.0.1 |
| 2373 | 2026-07-29T07:35:10.591Z | Checking rustls-pki-types v1.14.0 |
| 2374 | 2026-07-29T07:35:10.608Z | Checking dyn-clone v1.0.20 |
| 2375 | 2026-07-29T07:35:10.608Z | Checking openssl-probe v0.2.1 |
| 2376 | 2026-07-29T07:35:10.630Z | Checking rand_chacha v0.9.0 |
| 2377 | 2026-07-29T07:35:10.706Z | Checking cmov v0.5.4 |
| 2378 | 2026-07-29T07:35:10.720Z | Checking spki v0.7.3 |
| 2379 | 2026-07-29T07:35:10.733Z | Checking tinyvec_macros v0.1.1 |
| 2380 | 2026-07-29T07:35:10.796Z | Checking tinyvec v1.10.0 |
| 2381 | 2026-07-29T07:35:10.824Z | Checking rand v0.9.2 |
| 2382 | 2026-07-29T07:35:10.857Z | Checking semver v1.0.28 |
| 2383 | 2026-07-29T07:35:10.875Z | Checking aws-lc-sys v0.40.0 |
| 2384 | 2026-07-29T07:35:10.892Z | Checking untrusted v0.7.1 |
| 2385 | 2026-07-29T07:35:10.904Z | Checking ctutils v0.4.2 |
| 2386 | 2026-07-29T07:35:10.999Z | Checking tower-layer v0.3.3 |
| 2387 | 2026-07-29T07:35:11.058Z | Checking try-lock v0.2.5 |
| 2388 | 2026-07-29T07:35:11.103Z | Checking atomic-waker v1.1.2 |
| 2389 | 2026-07-29T07:35:11.107Z | Checking tower-service v0.3.3 |
| 2390 | 2026-07-29T07:35:11.107Z | Checking hybrid-array v0.4.13 |
| 2391 | 2026-07-29T07:35:11.141Z | Checking schemars v0.8.22 |
| 2392 | 2026-07-29T07:35:11.154Z | Checking want v0.3.1 |
| 2393 | 2026-07-29T07:35:11.195Z | Checking pkcs8 v0.10.2 |
| 2394 | 2026-07-29T07:35:11.209Z | Checking hmac v0.12.1 |
| 2395 | 2026-07-29T07:35:11.266Z | Checking ipnet v2.11.0 |
| 2396 | 2026-07-29T07:35:11.281Z | Checking httparse v1.10.1 |
| 2397 | 2026-07-29T07:35:11.334Z | Checking aho-corasick v1.1.4 |
| 2398 | 2026-07-29T07:35:11.347Z | Checking cpufeatures v0.2.17 |
| 2399 | 2026-07-29T07:35:11.362Z | Checking aws-lc-rs v1.16.3 |
| 2400 | 2026-07-29T07:35:11.412Z | Checking untrusted v0.9.0 |
| 2401 | 2026-07-29T07:35:11.481Z | Checking fastrand v2.3.0 |
| 2402 | 2026-07-29T07:35:11.512Z | Checking foreign-types-shared v0.1.1 |
| 2403 | 2026-07-29T07:35:11.525Z | Checking utf8parse v0.2.2 |
| 2404 | 2026-07-29T07:35:11.593Z | Checking plain v0.2.3 |
| 2405 | 2026-07-29T07:35:11.622Z | Checking httpdate v1.0.3 |
| 2406 | 2026-07-29T07:35:11.655Z | Checking tempfile v3.25.0 |
| 2407 | 2026-07-29T07:35:11.695Z | Checking foreign-types v0.3.2 |
| 2408 | 2026-07-29T07:35:11.759Z | Checking unicode-normalization v0.1.25 |
| 2409 | 2026-07-29T07:35:11.763Z | Checking openssl-sys v0.9.115 |
| 2410 | 2026-07-29T07:35:11.785Z | Checking spin v0.9.8 |
| 2411 | 2026-07-29T07:35:11.844Z | Checking unicode-ident v1.0.24 |
| 2412 | 2026-07-29T07:35:11.859Z | Checking ucd-trie v0.1.7 |
| 2413 | 2026-07-29T07:35:11.951Z | Checking anstyle v1.0.14 |
| 2414 | 2026-07-29T07:35:11.965Z | Checking proc-macro2 v1.0.106 |
| 2415 | 2026-07-29T07:35:11.988Z | Checking pest v2.8.6 |
| 2416 | 2026-07-29T07:35:12.001Z | Checking regex-automata v0.4.14 |
| 2417 | 2026-07-29T07:35:12.127Z | Checking sha2 v0.10.9 |
| 2418 | 2026-07-29T07:35:12.140Z | Checking openssl v0.10.79 |
| 2419 | 2026-07-29T07:35:12.160Z | Checking thiserror v2.0.18 |
| 2420 | 2026-07-29T07:35:12.186Z | Checking rustls-webpki v0.103.13 |
| 2421 | 2026-07-29T07:35:12.261Z | Checking sync_wrapper v1.0.2 |
| 2422 | 2026-07-29T07:35:12.278Z | Checking wait-timeout v0.2.1 |
| 2423 | 2026-07-29T07:35:12.313Z | Checking tokio-util v0.7.18 |
| 2424 | 2026-07-29T07:35:12.358Z | Checking is_terminal_polyfill v1.70.2 |
| 2425 | 2026-07-29T07:35:12.392Z | Checking pretty-hex v0.4.1 |
| 2426 | 2026-07-29T07:35:12.405Z | Checking quick-error v1.2.3 |
| 2427 | 2026-07-29T07:35:12.450Z | Checking colorchoice v1.0.4 |
| 2428 | 2026-07-29T07:35:12.501Z | Checking siphasher v1.0.2 |
| 2429 | 2026-07-29T07:35:12.521Z | Checking simd-adler32 v0.3.8 |
| 2430 | 2026-07-29T07:35:12.547Z | Checking powerfmt v0.2.0 |
| 2431 | 2026-07-29T07:35:12.599Z | Checking rustls v0.23.41 |
| 2432 | 2026-07-29T07:35:12.658Z | Checking bit-vec v0.8.0 |
| 2433 | 2026-07-29T07:35:12.687Z | Checking anstyle-query v1.1.5 |
| 2434 | 2026-07-29T07:35:12.699Z | Checking deranged v0.5.8 |
| 2435 | 2026-07-29T07:35:12.778Z | Checking rusty-fork v0.3.1 |
| 2436 | 2026-07-29T07:35:12.849Z | Checking bit-set v0.8.0 |
| 2437 | 2026-07-29T07:35:12.950Z | Checking h2 v0.4.15 |
| 2438 | 2026-07-29T07:35:12.963Z | Checking tower v0.5.3 |
| 2439 | 2026-07-29T07:35:12.994Z | Checking quote v1.0.45 |
| 2440 | 2026-07-29T07:35:13.068Z | Checking http-body-util v0.1.3 |
| 2441 | 2026-07-29T07:35:13.155Z | Checking crossbeam-utils v0.8.21 |
| 2442 | 2026-07-29T07:35:13.280Z | Checking rand_xorshift v0.4.0 |
| 2443 | 2026-07-29T07:35:13.335Z | Checking crc32fast v1.5.0 |
| 2444 | 2026-07-29T07:35:13.396Z | Checking scroll v0.13.0 |
| 2445 | 2026-07-29T07:35:13.472Z | Checking signature v2.2.0 |
| 2446 | 2026-07-29T07:35:13.489Z | Checking allocator-api2 v0.2.21 |
| 2447 | 2026-07-29T07:35:13.598Z | Checking iri-string v0.7.10 |
| 2448 | 2026-07-29T07:35:13.620Z | Checking unarray v0.1.4 |
| 2449 | 2026-07-29T07:35:13.633Z | Checking unicode-properties v0.1.4 |
| 2450 | 2026-07-29T07:35:13.723Z | Checking unicode-bidi v0.3.18 |
| 2451 | 2026-07-29T07:35:13.769Z | Checking num_threads v0.1.7 |
| 2452 | 2026-07-29T07:35:13.818Z | Checking num-conv v0.2.0 |
| 2453 | 2026-07-29T07:35:13.851Z | Checking ryu v1.0.23 |
| 2454 | 2026-07-29T07:35:13.854Z | Checking time-core v0.1.8 |
| 2455 | 2026-07-29T07:35:13.931Z | Checking adler2 v2.0.1 |
| 2456 | 2026-07-29T07:35:13.986Z | Checking serde_urlencoded v0.7.1 |
| 2457 | 2026-07-29T07:35:14.001Z | Checking time v0.3.47 |
| 2458 | 2026-07-29T07:35:14.012Z | Checking stringprep v0.1.5 |
| 2459 | 2026-07-29T07:35:14.037Z | Checking miniz_oxide v0.8.9 |
| 2460 | 2026-07-29T07:35:14.160Z | Checking bstr v1.12.1 |
| 2461 | 2026-07-29T07:35:14.163Z | Checking native-tls v0.2.18 |
| 2462 | 2026-07-29T07:35:14.188Z | Checking proptest v1.10.0 |
| 2463 | 2026-07-29T07:35:14.336Z | Checking tokio-native-tls v0.3.1 |
| 2464 | 2026-07-29T07:35:14.378Z | Checking goblin v0.10.5 |
| 2465 | 2026-07-29T07:35:14.494Z | Checking crossbeam-epoch v0.9.18 |
| 2466 | 2026-07-29T07:35:14.554Z | Checking syn v2.0.117 |
| 2467 | 2026-07-29T07:35:14.616Z | Checking tower-http v0.6.8 |
| 2468 | 2026-07-29T07:35:14.717Z | Checking block-padding v0.4.2 |
| 2469 | 2026-07-29T07:35:14.843Z | Checking block-buffer v0.12.1 |
| 2470 | 2026-07-29T07:35:14.855Z | Checking crypto-common v0.2.2 |
| 2471 | 2026-07-29T07:35:14.896Z | Checking ipnetwork v0.21.1 |
| 2472 | 2026-07-29T07:35:15.001Z | Checking anstyle-parse v1.0.0 |
| 2473 | 2026-07-29T07:35:15.107Z | Checking rustls-native-certs v0.8.3 |
| 2474 | 2026-07-29T07:35:15.120Z | Checking rand_chacha v0.3.1 |
| 2475 | 2026-07-29T07:35:15.152Z | Checking thiserror v1.0.69 |
| 2476 | 2026-07-29T07:35:15.237Z | Checking scroll v0.12.0 |
| 2477 | 2026-07-29T07:35:15.250Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2478 | 2026-07-29T07:35:15.318Z | Checking hash32 v0.2.1 |
| 2479 | 2026-07-29T07:35:15.356Z | Checking num-integer v0.1.46 |
| 2480 | 2026-07-29T07:35:15.449Z | Checking md-5 v0.10.6 |
| 2481 | 2026-07-29T07:35:15.460Z | Checking toml_datetime v0.6.11 |
| 2482 | 2026-07-29T07:35:15.474Z | Checking serde_spanned v0.6.9 |
| 2483 | 2026-07-29T07:35:15.576Z | Checking hex v0.4.3 |
| 2484 | 2026-07-29T07:35:15.588Z | Checking ff v0.13.1 |
| 2485 | 2026-07-29T07:35:15.600Z | Checking encoding_rs v0.8.35 |
| 2486 | 2026-07-29T07:35:15.636Z | Checking mime v0.3.17 |
| 2487 | 2026-07-29T07:35:15.711Z | Checking fallible-iterator v0.2.0 |
| 2488 | 2026-07-29T07:35:15.758Z | Checking hyper v1.10.1 |
| 2489 | 2026-07-29T07:35:15.795Z | Checking base16ct v0.2.0 |
| 2490 | 2026-07-29T07:35:15.806Z | Checking zlib-rs v0.6.2 |
| 2491 | 2026-07-29T07:35:15.918Z | Checking psl-types v2.0.11 |
| 2492 | 2026-07-29T07:35:15.965Z | Checking newtype-uuid v1.3.2 |
| 2493 | 2026-07-29T07:35:15.978Z | Checking postgres-protocol v0.6.10 |
| 2494 | 2026-07-29T07:35:16.030Z | Checking publicsuffix v2.3.0 |
| 2495 | 2026-07-29T07:35:16.164Z | Checking sec1 v0.7.3 |
| 2496 | 2026-07-29T07:35:16.192Z | Checking group v0.13.0 |
| 2497 | 2026-07-29T07:35:16.282Z | Checking num-iter v0.1.45 |
| 2498 | 2026-07-29T07:35:16.329Z | Checking heapless v0.7.17 |
| 2499 | 2026-07-29T07:35:16.363Z | Checking goblin v0.8.2 |
| 2500 | 2026-07-29T07:35:16.394Z | Checking zstd-safe v7.2.4 |
| 2501 | 2026-07-29T07:35:16.521Z | Checking rand v0.8.6 |
| 2502 | 2026-07-29T07:35:16.556Z | Checking anstream v1.0.0 |
| 2503 | 2026-07-29T07:35:16.676Z | Checking flate2 v1.1.9 |
| 2504 | 2026-07-29T07:35:16.679Z | Checking dof v0.4.0 |
| 2505 | 2026-07-29T07:35:16.701Z | Checking hyper-util v0.1.20 |
| 2506 | 2026-07-29T07:35:16.739Z | Checking cookie v0.18.1 |
| 2507 | 2026-07-29T07:35:16.753Z | Checking oxnet v0.1.6 |
| 2508 | 2026-07-29T07:35:16.798Z | Checking inout v0.2.2 |
| 2509 | 2026-07-29T07:35:16.941Z | Checking tokio-rustls v0.26.4 |
| 2510 | 2026-07-29T07:35:16.981Z | Checking dtrace-parser v0.3.0 |
| 2511 | 2026-07-29T07:35:16.985Z | Checking phf_shared v0.13.1 |
| 2512 | 2026-07-29T07:35:16.998Z | Checking lazy_static v1.5.0 |
| 2513 | 2026-07-29T07:35:17.027Z | Checking anstyle-parse v0.2.7 |
| 2514 | 2026-07-29T07:35:17.085Z | Checking hkdf v0.12.4 |
| 2515 | 2026-07-29T07:35:17.160Z | Checking pin-project v1.1.11 |
| 2516 | 2026-07-29T07:35:17.164Z | Checking zerocopy v0.7.35 |
| 2517 | 2026-07-29T07:35:17.185Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2518 | 2026-07-29T07:35:17.203Z | Checking signal-hook v0.3.18 |
| 2519 | 2026-07-29T07:35:17.217Z | Checking terminal_size v0.4.3 |
| 2520 | 2026-07-29T07:35:17.253Z | Checking futures-executor v0.3.32 |
| 2521 | 2026-07-29T07:35:17.268Z | Checking crypto-bigint v0.5.5 |
| 2522 | 2026-07-29T07:35:17.301Z | Checking thread-id v5.1.0 |
| 2523 | 2026-07-29T07:35:17.323Z | Checking bitflags v1.3.2 |
| 2524 | 2026-07-29T07:35:17.377Z | Checking managed v0.8.0 |
| 2525 | 2026-07-29T07:35:17.390Z | Checking bumpalo v3.20.2 |
| 2526 | 2026-07-29T07:35:17.393Z | Checking libbz2-rs-sys v0.2.2 |
| 2527 | 2026-07-29T07:35:17.414Z | Checking either v1.15.0 |
| 2528 | 2026-07-29T07:35:17.560Z | Checking foldhash v0.2.0 |
| 2529 | 2026-07-29T07:35:17.598Z | Checking same-file v1.0.6 |
| 2530 | 2026-07-29T07:35:17.609Z | Compiling rayon-core v1.13.0 |
| 2531 | 2026-07-29T07:35:17.673Z | Checking clap_lex v1.0.0 |
| 2532 | 2026-07-29T07:35:17.711Z | Checking foldhash v0.1.5 |
| 2533 | 2026-07-29T07:35:17.711Z | Checking winnow v0.5.40 |
| 2534 | 2026-07-29T07:35:17.782Z | Checking strsim v0.11.1 |
| 2535 | 2026-07-29T07:35:17.810Z | Checking bzip2 v0.6.1 |
| 2536 | 2026-07-29T07:35:17.842Z | Checking hashbrown v0.16.1 |
| 2537 | 2026-07-29T07:35:17.859Z | Checking hashbrown v0.15.5 |
| 2538 | 2026-07-29T07:35:17.939Z | Checking clap_builder v4.6.0 |
| 2539 | 2026-07-29T07:35:17.968Z | Checking walkdir v2.5.0 |
| 2540 | 2026-07-29T07:35:17.980Z | Checking hyper-tls v0.6.0 |
| 2541 | 2026-07-29T07:35:18.123Z | Checking hyper-rustls v0.27.7 |
| 2542 | 2026-07-29T07:35:18.149Z | Checking reqwest v0.12.28 |
| 2543 | 2026-07-29T07:35:18.192Z | Checking elliptic-curve v0.13.8 |
| 2544 | 2026-07-29T07:35:18.269Z | Checking dof v0.3.0 |
| 2545 | 2026-07-29T07:35:18.324Z | Checking zopfli v0.8.3 |
| 2546 | 2026-07-29T07:35:18.339Z | Checking smoltcp v0.9.1 |
| 2547 | 2026-07-29T07:35:18.352Z | Checking futures v0.3.32 |
| 2548 | 2026-07-29T07:35:18.425Z | Checking signal-hook-mio v0.2.5 |
| 2549 | 2026-07-29T07:35:18.498Z | Checking usdt-impl v0.6.0 |
| 2550 | 2026-07-29T07:35:18.528Z | Checking bzip2 v0.4.4 |
| 2551 | 2026-07-29T07:35:18.544Z | Checking snafu v0.8.9 |
| 2552 | 2026-07-29T07:35:18.643Z | Checking anstream v0.6.21 |
| 2553 | 2026-07-29T07:35:18.685Z | Checking phf v0.13.1 |
| 2554 | 2026-07-29T07:35:18.776Z | Checking num-bigint-dig v0.8.6 |
| 2555 | 2026-07-29T07:35:18.779Z | Checking daft v0.1.7 |
| 2556 | 2026-07-29T07:35:18.829Z | Checking cookie_store v0.22.1 |
| 2557 | 2026-07-29T07:35:18.841Z | Checking cipher v0.5.2 |
| 2558 | 2026-07-29T07:35:18.858Z | Checking toml_edit v0.19.15 |
| 2559 | 2026-07-29T07:35:18.888Z | Checking zstd v0.13.3 |
| 2560 | 2026-07-29T07:35:18.917Z | Checking postgres-types v0.2.12 |
| 2561 | 2026-07-29T07:35:19.024Z | Checking dtrace-parser v0.2.0 |
| 2562 | 2026-07-29T07:35:19.066Z | Checking rustls-platform-verifier v0.6.2 |
| 2563 | 2026-07-29T07:35:19.079Z | Checking crossbeam-deque v0.8.6 |
| 2564 | 2026-07-29T07:35:19.154Z | Checking globset v0.4.18 |
| 2565 | 2026-07-29T07:35:19.167Z | Checking regex v1.12.3 |
| 2566 | 2026-07-29T07:35:19.198Z | Checking ed25519 v2.2.3 |
| 2567 | 2026-07-29T07:35:19.222Z | Checking phf_shared v0.11.3 |
| 2568 | 2026-07-29T07:35:19.248Z | Checking olpc-cjson v0.1.4 |
| 2569 | 2026-07-29T07:35:19.260Z | Checking ref-cast v1.0.25 |
| 2570 | 2026-07-29T07:35:19.354Z | Checking curve25519-dalek v4.1.3 |
| 2571 | 2026-07-29T07:35:19.367Z | Checking strum v0.27.2 |
| 2572 | 2026-07-29T07:35:19.377Z | Checking hubpack v0.1.2 |
| 2573 | 2026-07-29T07:35:19.380Z | Checking memoffset v0.9.1 |
| 2574 | 2026-07-29T07:35:19.401Z | Checking rustix v0.38.44 |
| 2575 | 2026-07-29T07:35:19.436Z | Checking pkcs1 v0.7.5 |
| 2576 | 2026-07-29T07:35:19.462Z | Checking rfc6979 v0.4.0 |
| 2577 | 2026-07-29T07:35:19.474Z | Checking pem v3.0.6 |
| 2578 | 2026-07-29T07:35:19.536Z | Checking float-cmp v0.10.0 |
| 2579 | 2026-07-29T07:35:19.573Z | Checking erased-serde v0.3.31 |
| 2580 | 2026-07-29T07:35:19.586Z | Checking serde-big-array v0.5.1 |
| 2581 | 2026-07-29T07:35:19.624Z | Checking serde_plain v1.0.2 |
| 2582 | 2026-07-29T07:35:19.637Z | Checking jiff v0.2.21 |
| 2583 | 2026-07-29T07:35:19.658Z | Checking thread-id v4.2.2 |
| 2584 | 2026-07-29T07:35:19.712Z | Checking memmap2 v0.9.10 |
| 2585 | 2026-07-29T07:35:19.734Z | Checking env_filter v1.0.0 |
| 2586 | 2026-07-29T07:35:19.765Z | Checking difflib v0.4.0 |
| 2587 | 2026-07-29T07:35:19.866Z | Checking winnow v1.0.3 |
| 2588 | 2026-07-29T07:35:19.878Z | Checking typed-path v0.9.3 |
| 2589 | 2026-07-29T07:35:19.908Z | Checking normalize-line-endings v0.3.0 |
| 2590 | 2026-07-29T07:35:19.941Z | Checking fixedbitset v0.5.7 |
| 2591 | 2026-07-29T07:35:19.954Z | Checking new_debug_unreachable v1.0.6 |
| 2592 | 2026-07-29T07:35:19.995Z | Checking data-encoding v2.10.0 |
| 2593 | 2026-07-29T07:35:20.021Z | Checking fixedbitset v0.4.2 |
| 2594 | 2026-07-29T07:35:20.124Z | Checking unicode-segmentation v1.12.0 |
| 2595 | 2026-07-29T07:35:20.136Z | Checking static_assertions v1.1.0 |
| 2596 | 2026-07-29T07:35:20.149Z | Checking whoami v2.1.0 |
| 2597 | 2026-07-29T07:35:20.164Z | Checking keccak v0.1.6 |
| 2598 | 2026-07-29T07:35:20.189Z | Checking predicates-core v1.0.10 |
| 2599 | 2026-07-29T07:35:20.201Z | Checking precomputed-hash v0.1.1 |
| 2600 | 2026-07-29T07:35:20.263Z | Checking cpufeatures v0.3.0 |
| 2601 | 2026-07-29T07:35:20.279Z | Checking winnow v0.7.14 |
| 2602 | 2026-07-29T07:35:20.308Z | Checking toml_write v0.1.2 |
| 2603 | 2026-07-29T07:35:20.325Z | Checking const-oid v0.10.2 |
| 2604 | 2026-07-29T07:35:20.337Z | Checking chacha20 v0.10.0 |
| 2605 | 2026-07-29T07:35:20.340Z | Checking tokio-postgres v0.7.16 |
| 2606 | 2026-07-29T07:35:20.430Z | Checking similar v2.7.0 |
| 2607 | 2026-07-29T07:35:20.468Z | Checking sha3 v0.10.8 |
| 2608 | 2026-07-29T07:35:20.480Z | Checking digest v0.11.3 |
| 2609 | 2026-07-29T07:35:20.583Z | Checking predicates v3.1.4 |
| 2610 | 2026-07-29T07:35:20.647Z | Checking tough v0.22.0 |
| 2611 | 2026-07-29T07:35:20.660Z | Checking string_cache v0.8.9 |
| 2612 | 2026-07-29T07:35:20.672Z | Checking hickory-proto v0.25.2 |
| 2613 | 2026-07-29T07:35:20.804Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2614 | 2026-07-29T07:35:20.827Z | Checking crossterm v0.28.1 |
| 2615 | 2026-07-29T07:35:20.914Z | Checking petgraph v0.6.5 |
| 2616 | 2026-07-29T07:35:21.444Z | Checking toml_edit v0.22.27 |
| 2617 | 2026-07-29T07:35:21.521Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2618 | 2026-07-29T07:35:21.605Z | Checking petgraph v0.8.3 |
| 2619 | 2026-07-29T07:35:21.842Z | Checking ed25519-dalek v2.2.0 |
| 2620 | 2026-07-29T07:35:21.928Z | Checking zip v4.6.1 |
| 2621 | 2026-07-29T07:35:22.070Z | Checking slog v2.8.2 |
| 2622 | 2026-07-29T07:35:22.133Z | Checking toml v0.7.8 |
| 2623 | 2026-07-29T07:35:22.327Z | Checking env_logger v0.11.9 |
| 2624 | 2026-07-29T07:35:22.437Z | Checking usdt v0.6.0 |
| 2625 | 2026-07-29T07:35:22.508Z | Checking usdt-impl v0.5.0 |
| 2626 | 2026-07-29T07:35:22.531Z | Checking rsa v0.9.10 |
| 2627 | 2026-07-29T07:35:22.534Z | Checking ecdsa v0.16.9 |
| 2628 | 2026-07-29T07:35:22.608Z | Checking nix v0.31.2 |
| 2629 | 2026-07-29T07:35:22.631Z | Checking iddqd v0.4.2 |
| 2630 | 2026-07-29T07:35:22.878Z | Checking reqwest v0.13.2 |
| 2631 | 2026-07-29T07:35:23.005Z | Checking clap v4.6.1 |
| 2632 | 2026-07-29T07:35:23.076Z | Checking zip v0.6.6 |
| 2633 | 2026-07-29T07:35:23.089Z | Checking itertools v0.13.0 |
| 2634 | 2026-07-29T07:35:23.111Z | Checking serde_with v3.21.0 |
| 2635 | 2026-07-29T07:35:23.175Z | Checking byte-wrapper v0.1.0 |
| 2636 | 2026-07-29T07:35:23.383Z | Checking strum v0.26.3 |
| 2637 | 2026-07-29T07:35:23.400Z | Checking fs-err v3.3.0 |
| 2638 | 2026-07-29T07:35:23.453Z | Checking ahash v0.8.12 |
| 2639 | 2026-07-29T07:35:23.491Z | Checking tokio-stream v0.1.18 |
| 2640 | 2026-07-29T07:35:23.541Z | Checking object v0.37.3 |
| 2641 | 2026-07-29T07:35:23.644Z | Checking buf-list v1.1.2 |
| 2642 | 2026-07-29T07:35:23.693Z | Checking anyhow v1.0.102 |
| 2643 | 2026-07-29T07:35:23.733Z | Checking camino v1.2.2 |
| 2644 | 2026-07-29T07:35:23.791Z | Checking x509-cert v0.2.5 |
| 2645 | 2026-07-29T07:35:23.825Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2646 | 2026-07-29T07:35:23.873Z | Checking openapiv3 v2.2.0 |
| 2647 | 2026-07-29T07:35:23.889Z | Checking lalrpop-util v0.19.12 |
| 2648 | 2026-07-29T07:35:23.980Z | Checking peg-runtime v0.8.5 |
| 2649 | 2026-07-29T07:35:24.048Z | Checking rayon v1.11.0 |
| 2650 | 2026-07-29T07:35:24.081Z | Checking sigpipe v0.1.3 |
| 2651 | 2026-07-29T07:35:24.116Z | Checking glob v0.3.3 |
| 2652 | 2026-07-29T07:35:25.695Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2653 | 2026-07-29T07:35:25.752Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2654 | 2026-07-29T07:35:26.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.95s |
| 2655 | 2026-07-29T07:35:26.176Z | |
| 2656 | 2026-07-29T07:35:26.176Z | info: running `cargo check --bins` on internal-dns-types (77/301) |
| 2657 | 2026-07-29T07:35:26.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2026-07-29T07:35:26.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2026-07-29T07:35:26.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2026-07-29T07:35:26.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2661 | 2026-07-29T07:35:26.731Z | |
| 2662 | 2026-07-29T07:35:26.731Z | info: running `cargo check --bins` on internal-dns-types-versions (78/301) |
| 2663 | 2026-07-29T07:35:27.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2026-07-29T07:35:27.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2026-07-29T07:35:27.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2666 | 2026-07-29T07:35:27.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2667 | 2026-07-29T07:35:27.290Z | |
| 2668 | 2026-07-29T07:35:27.290Z | info: running `cargo check --bins` on nexus-types-versions (79/301) |
| 2669 | 2026-07-29T07:35:27.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2026-07-29T07:35:27.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2026-07-29T07:35:27.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2672 | 2026-07-29T07:35:27.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2673 | 2026-07-29T07:35:27.862Z | |
| 2674 | 2026-07-29T07:35:27.863Z | info: running `cargo check --bins` on oxql-types (80/301) |
| 2675 | 2026-07-29T07:35:28.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2676 | 2026-07-29T07:35:28.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2677 | 2026-07-29T07:35:28.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2678 | 2026-07-29T07:35:28.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2679 | 2026-07-29T07:35:28.413Z | |
| 2680 | 2026-07-29T07:35:28.413Z | info: running `cargo check --bins` on oximeter-types (81/301) |
| 2681 | 2026-07-29T07:35:28.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2682 | 2026-07-29T07:35:28.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2683 | 2026-07-29T07:35:28.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2684 | 2026-07-29T07:35:28.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2685 | 2026-07-29T07:35:28.967Z | |
| 2686 | 2026-07-29T07:35:28.967Z | info: running `cargo check --bins` on oximeter-types-versions (82/301) |
| 2687 | 2026-07-29T07:35:29.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2688 | 2026-07-29T07:35:29.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2689 | 2026-07-29T07:35:29.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2690 | 2026-07-29T07:35:29.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2691 | 2026-07-29T07:35:29.523Z | |
| 2692 | 2026-07-29T07:35:29.524Z | info: running `cargo check --bins` on oximeter-macro-impl (83/301) |
| 2693 | 2026-07-29T07:35:29.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2694 | 2026-07-29T07:35:29.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2695 | 2026-07-29T07:35:29.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2696 | 2026-07-29T07:35:29.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2697 | 2026-07-29T07:35:30.068Z | |
| 2698 | 2026-07-29T07:35:30.068Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/301) |
| 2699 | 2026-07-29T07:35:30.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2700 | 2026-07-29T07:35:30.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2701 | 2026-07-29T07:35:30.723Z | Compiling structmeta-derive v0.3.0 |
| 2702 | 2026-07-29T07:35:30.838Z | Compiling multer v3.1.0 |
| 2703 | 2026-07-29T07:35:30.849Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2704 | 2026-07-29T07:35:30.849Z | Compiling async-stream-impl v0.3.6 |
| 2705 | 2026-07-29T07:35:30.865Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2706 | 2026-07-29T07:35:30.876Z | Compiling dropshot v0.17.1 |
| 2707 | 2026-07-29T07:35:30.890Z | Compiling newtype-uuid-macros v0.1.0 |
| 2708 | 2026-07-29T07:35:30.891Z | Compiling dropshot_endpoint v0.17.1 |
| 2709 | 2026-07-29T07:35:30.940Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2710 | 2026-07-29T07:35:31.074Z | Checking thread_local v1.1.9 |
| 2711 | 2026-07-29T07:35:31.097Z | Checking compression-core v0.4.31 |
| 2712 | 2026-07-29T07:35:31.218Z | Checking match_cfg v0.1.0 |
| 2713 | 2026-07-29T07:35:31.233Z | Checking compression-codecs v0.4.37 |
| 2714 | 2026-07-29T07:35:31.257Z | Checking crossbeam-channel v0.5.15 |
| 2715 | 2026-07-29T07:35:31.292Z | Checking hostname v0.3.1 |
| 2716 | 2026-07-29T07:35:31.330Z | Checking atomicwrites v0.4.4 |
| 2717 | 2026-07-29T07:35:31.388Z | Checking slog-json v2.6.1 |
| 2718 | 2026-07-29T07:35:31.430Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2719 | 2026-07-29T07:35:31.430Z | Checking serde_spanned v1.1.1 |
| 2720 | 2026-07-29T07:35:31.454Z | Checking is-terminal v0.4.17 |
| 2721 | 2026-07-29T07:35:31.539Z | Checking debug-ignore v1.0.5 |
| 2722 | 2026-07-29T07:35:31.552Z | Checking take_mut v0.2.2 |
| 2723 | 2026-07-29T07:35:31.564Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2724 | 2026-07-29T07:35:31.602Z | Checking term v1.2.1 |
| 2725 | 2026-07-29T07:35:31.636Z | Checking slog-bunyan v2.5.0 |
| 2726 | 2026-07-29T07:35:31.648Z | Checking async-compression v0.4.41 |
| 2727 | 2026-07-29T07:35:31.660Z | Checking slog-async v2.8.0 |
| 2728 | 2026-07-29T07:35:31.660Z | Checking async-stream v0.3.6 |
| 2729 | 2026-07-29T07:35:31.730Z | Checking toml v1.1.2+spec-1.1.0 |
| 2730 | 2026-07-29T07:35:31.744Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2731 | 2026-07-29T07:35:31.779Z | Checking progenitor-client v0.14.0 |
| 2732 | 2026-07-29T07:35:31.814Z | Checking slog-term v2.9.2 |
| 2733 | 2026-07-29T07:35:31.840Z | Checking sha1 v0.11.0 |
| 2734 | 2026-07-29T07:35:31.874Z | Compiling structmeta v0.3.0 |
| 2735 | 2026-07-29T07:35:31.887Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2736 | 2026-07-29T07:35:32.012Z | Checking waitgroup v0.1.2 |
| 2737 | 2026-07-29T07:35:32.024Z | Checking rustls-pemfile v2.2.0 |
| 2738 | 2026-07-29T07:35:32.027Z | Checking backon v1.6.0 |
| 2739 | 2026-07-29T07:35:32.060Z | Checking serde_path_to_error v0.1.20 |
| 2740 | 2026-07-29T07:35:32.072Z | Checking hostname v0.4.2 |
| 2741 | 2026-07-29T07:35:32.084Z | Compiling derive-ex v0.1.8 |
| 2742 | 2026-07-29T07:35:32.105Z | Compiling parse-display-derive v0.10.0 |
| 2743 | 2026-07-29T07:35:32.161Z | Checking instant v0.1.13 |
| 2744 | 2026-07-29T07:35:32.241Z | Checking backoff v0.4.0 |
| 2745 | 2026-07-29T07:35:32.327Z | Checking progenitor-extras v0.2.0 |
| 2746 | 2026-07-29T07:35:32.343Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2747 | 2026-07-29T07:35:32.373Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2748 | 2026-07-29T07:35:32.422Z | Checking itertools v0.14.0 |
| 2749 | 2026-07-29T07:35:32.556Z | Checking regress v0.10.5 |
| 2750 | 2026-07-29T07:35:32.587Z | Checking macaddr v1.0.1 |
| 2751 | 2026-07-29T07:35:32.778Z | Checking humantime v2.3.0 |
| 2752 | 2026-07-29T07:35:33.769Z | Compiling test-strategy v0.4.5 |
| 2753 | 2026-07-29T07:35:33.772Z | Checking parse-display v0.10.0 |
| 2754 | 2026-07-29T07:35:34.075Z | Compiling prettyplease v0.2.37 |
| 2755 | 2026-07-29T07:35:34.344Z | Checking num-rational v0.4.2 |
| 2756 | 2026-07-29T07:35:34.626Z | Checking num-complex v0.4.6 |
| 2757 | 2026-07-29T07:35:35.025Z | Compiling num v0.4.3 |
| 2758 | 2026-07-29T07:35:35.132Z | Compiling usdt-macro v0.5.0 |
| 2759 | 2026-07-29T07:35:35.145Z | Compiling usdt-attr-macro v0.5.0 |
| 2760 | 2026-07-29T07:35:35.171Z | Checking memmap v0.7.0 |
| 2761 | 2026-07-29T07:35:35.212Z | Compiling float-ord v0.3.2 |
| 2762 | 2026-07-29T07:35:35.224Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2763 | 2026-07-29T07:35:35.430Z | Checking unicode-width v0.2.0 |
| 2764 | 2026-07-29T07:35:35.594Z | Compiling convert_case v0.4.0 |
| 2765 | 2026-07-29T07:35:35.597Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2766 | 2026-07-29T07:35:35.678Z | Checking console v0.15.11 |
| 2767 | 2026-07-29T07:35:35.862Z | Checking newline-converter v0.3.0 |
| 2768 | 2026-07-29T07:35:35.914Z | Checking usdt v0.5.0 |
| 2769 | 2026-07-29T07:35:35.953Z | Compiling toml v0.8.23 |
| 2770 | 2026-07-29T07:35:35.956Z | Compiling derive_more v0.99.20 |
| 2771 | 2026-07-29T07:35:35.978Z | Checking linked-hash-map v0.5.6 |
| 2772 | 2026-07-29T07:35:36.081Z | Compiling minimal-lexical v0.2.1 |
| 2773 | 2026-07-29T07:35:36.142Z | Checking lru-cache v0.1.2 |
| 2774 | 2026-07-29T07:35:36.261Z | Checking expectorate v1.2.0 |
| 2775 | 2026-07-29T07:35:36.331Z | Compiling nom v7.1.3 |
| 2776 | 2026-07-29T07:35:36.875Z | Checking camino-tempfile v1.4.1 |
| 2777 | 2026-07-29T07:35:36.902Z | Checking hickory-proto v0.24.4 |
| 2778 | 2026-07-29T07:35:36.968Z | Checking phf_shared v0.12.1 |
| 2779 | 2026-07-29T07:35:37.037Z | Compiling slog-dtrace v0.3.0 |
| 2780 | 2026-07-29T07:35:37.108Z | Compiling unicode-xid v0.2.6 |
| 2781 | 2026-07-29T07:35:37.244Z | Compiling chrono-tz v0.10.4 |
| 2782 | 2026-07-29T07:35:37.457Z | Checking heck v0.5.0 |
| 2783 | 2026-07-29T07:35:37.602Z | Checking resolv-conf v0.7.6 |
| 2784 | 2026-07-29T07:35:37.634Z | Compiling const_format_proc_macros v0.2.34 |
| 2785 | 2026-07-29T07:35:37.681Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2786 | 2026-07-29T07:35:37.841Z | Checking phf v0.12.1 |
| 2787 | 2026-07-29T07:35:37.989Z | Checking tokio-dtrace v0.1.1 |
| 2788 | 2026-07-29T07:35:38.166Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2789 | 2026-07-29T07:35:38.183Z | Compiling derive-where v1.6.0 |
| 2790 | 2026-07-29T07:35:38.466Z | Checking highway v1.3.0 |
| 2791 | 2026-07-29T07:35:38.692Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2792 | 2026-07-29T07:35:38.707Z | Checking const_format v0.2.35 |
| 2793 | 2026-07-29T07:35:38.720Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2794 | 2026-07-29T07:35:38.778Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2795 | 2026-07-29T07:35:38.792Z | Checking hickory-resolver v0.24.4 |
| 2796 | 2026-07-29T07:35:39.194Z | Checking oxide-tokio-rt v0.1.4 |
| 2797 | 2026-07-29T07:35:39.532Z | Checking qorb v0.4.1 |
| 2798 | 2026-07-29T07:35:39.720Z | Checking gethostname v0.5.0 |
| 2799 | 2026-07-29T07:35:39.809Z | Checking bcs v0.1.6 |
| 2800 | 2026-07-29T07:35:39.822Z | Checking termtree v0.5.1 |
| 2801 | 2026-07-29T07:35:40.185Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2802 | 2026-07-29T07:35:40.232Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2803 | 2026-07-29T07:35:40.422Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2804 | 2026-07-29T07:35:40.426Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2805 | 2026-07-29T07:35:43.138Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2806 | 2026-07-29T07:35:46.039Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2807 | 2026-07-29T07:35:48.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.11s |
| 2808 | 2026-07-29T07:35:48.355Z | |
| 2809 | 2026-07-29T07:35:48.355Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301) |
| 2810 | 2026-07-29T07:35:48.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2026-07-29T07:35:48.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2026-07-29T07:35:49.011Z | Compiling ar_archive_writer v0.5.1 |
| 2813 | 2026-07-29T07:35:49.121Z | Compiling stacker v0.1.23 |
| 2814 | 2026-07-29T07:35:49.127Z | Compiling cfg_aliases v0.1.1 |
| 2815 | 2026-07-29T07:35:49.133Z | Compiling convert_case v0.10.0 |
| 2816 | 2026-07-29T07:35:49.133Z | Checking unicode-width v0.1.14 |
| 2817 | 2026-07-29T07:35:49.145Z | Compiling proc-macro-error v1.0.4 |
| 2818 | 2026-07-29T07:35:49.155Z | Checking fd-lock v4.0.4 |
| 2819 | 2026-07-29T07:35:49.155Z | Checking nibble_vec v0.1.0 |
| 2820 | 2026-07-29T07:35:49.179Z | Compiling nix v0.28.0 |
| 2821 | 2026-07-29T07:35:49.266Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2822 | 2026-07-29T07:35:49.280Z | Checking vte v0.14.1 |
| 2823 | 2026-07-29T07:35:49.371Z | Checking bytecount v0.6.9 |
| 2824 | 2026-07-29T07:35:49.382Z | Checking endian-type v0.1.2 |
| 2825 | 2026-07-29T07:35:49.425Z | Compiling derive_more-impl v2.1.1 |
| 2826 | 2026-07-29T07:35:49.442Z | Compiling tabled_derive v0.7.0 |
| 2827 | 2026-07-29T07:35:49.442Z | Checking strip-ansi-escapes v0.2.1 |
| 2828 | 2026-07-29T07:35:49.515Z | Checking papergrid v0.11.0 |
| 2829 | 2026-07-29T07:35:49.526Z | Checking radix_trie v0.2.1 |
| 2830 | 2026-07-29T07:35:49.550Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-07-29T07:35:49.662Z | Compiling peg-macros v0.8.5 |
| 2832 | 2026-07-29T07:35:49.726Z | Checking winnow v0.6.26 |
| 2833 | 2026-07-29T07:35:49.910Z | Compiling psm v0.1.30 |
| 2834 | 2026-07-29T07:35:50.001Z | Compiling sqlparser_derive v0.5.0 |
| 2835 | 2026-07-29T07:35:50.124Z | Checking nu-ansi-term v0.50.3 |
| 2836 | 2026-07-29T07:35:50.227Z | Checking derive_more v2.1.1 |
| 2837 | 2026-07-29T07:35:50.304Z | Checking home v0.5.12 |
| 2838 | 2026-07-29T07:35:50.331Z | Checking unicode_categories v0.1.1 |
| 2839 | 2026-07-29T07:35:50.393Z | Checking tabled v0.15.0 |
| 2840 | 2026-07-29T07:35:50.417Z | Checking reedline v0.40.0 |
| 2841 | 2026-07-29T07:35:50.444Z | Checking rustyline v14.0.0 |
| 2842 | 2026-07-29T07:35:50.483Z | Checking crossterm v0.29.0 |
| 2843 | 2026-07-29T07:35:50.689Z | Checking recursive v0.1.1 |
| 2844 | 2026-07-29T07:35:50.770Z | Checking display-error-chain v0.2.2 |
| 2845 | 2026-07-29T07:35:50.783Z | Checking sqlparser v0.61.0 |
| 2846 | 2026-07-29T07:35:50.865Z | Checking sqlformat v0.3.5 |
| 2847 | 2026-07-29T07:35:51.008Z | Checking peg v0.8.5 |
| 2848 | 2026-07-29T07:36:01.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s |
| 2849 | 2026-07-29T07:36:02.072Z | |
| 2850 | 2026-07-29T07:36:02.072Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301) |
| 2851 | 2026-07-29T07:36:02.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-07-29T07:36:02.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-07-29T07:36:02.728Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-07-29T07:36:06.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2855 | 2026-07-29T07:36:06.330Z | |
| 2856 | 2026-07-29T07:36:06.330Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301) |
| 2857 | 2026-07-29T07:36:06.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-07-29T07:36:06.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-07-29T07:36:06.976Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2026-07-29T07:36:09.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 2861 | 2026-07-29T07:36:09.596Z | |
| 2862 | 2026-07-29T07:36:09.596Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301) |
| 2863 | 2026-07-29T07:36:10.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-07-29T07:36:10.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-07-29T07:36:10.243Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2866 | 2026-07-29T07:36:13.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
| 2867 | 2026-07-29T07:36:13.649Z | |
| 2868 | 2026-07-29T07:36:13.649Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301) |
| 2869 | 2026-07-29T07:36:14.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-07-29T07:36:14.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-07-29T07:36:14.301Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2872 | 2026-07-29T07:36:17.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 2873 | 2026-07-29T07:36:17.758Z | |
| 2874 | 2026-07-29T07:36:17.758Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301) |
| 2875 | 2026-07-29T07:36:18.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2026-07-29T07:36:18.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2026-07-29T07:36:18.399Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2878 | 2026-07-29T07:36:20.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 2879 | 2026-07-29T07:36:21.161Z | |
| 2880 | 2026-07-29T07:36:21.161Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301) |
| 2881 | 2026-07-29T07:36:21.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-07-29T07:36:21.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-07-29T07:36:21.812Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2884 | 2026-07-29T07:36:24.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 2885 | 2026-07-29T07:36:24.605Z | |
| 2886 | 2026-07-29T07:36:24.605Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301) |
| 2887 | 2026-07-29T07:36:25.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-07-29T07:36:25.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-07-29T07:36:25.258Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2890 | 2026-07-29T07:36:28.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 2891 | 2026-07-29T07:36:28.819Z | |
| 2892 | 2026-07-29T07:36:28.819Z | info: running `cargo check --bins` on oximeter (93/301) |
| 2893 | 2026-07-29T07:36:29.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-07-29T07:36:29.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-07-29T07:36:29.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-07-29T07:36:29.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2897 | 2026-07-29T07:36:29.378Z | |
| 2898 | 2026-07-29T07:36:29.378Z | info: running `cargo check --bins` on oximeter-schema (94/301) |
| 2899 | 2026-07-29T07:36:29.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-07-29T07:36:29.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-07-29T07:36:29.986Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2902 | 2026-07-29T07:36:30.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2903 | 2026-07-29T07:36:30.503Z | |
| 2904 | 2026-07-29T07:36:30.503Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/301) |
| 2905 | 2026-07-29T07:36:30.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-07-29T07:36:30.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-07-29T07:36:30.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-07-29T07:36:30.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2909 | 2026-07-29T07:36:31.059Z | |
| 2910 | 2026-07-29T07:36:31.059Z | info: running `cargo check --bins` on oximeter-test-utils (96/301) |
| 2911 | 2026-07-29T07:36:31.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-07-29T07:36:31.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-07-29T07:36:31.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-07-29T07:36:31.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2915 | 2026-07-29T07:36:31.655Z | |
| 2916 | 2026-07-29T07:36:31.655Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301) |
| 2917 | 2026-07-29T07:36:32.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-07-29T07:36:32.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-07-29T07:36:32.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-07-29T07:36:32.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2921 | 2026-07-29T07:36:32.214Z | |
| 2922 | 2026-07-29T07:36:32.214Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301) |
| 2923 | 2026-07-29T07:36:32.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-07-29T07:36:32.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-07-29T07:36:32.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-07-29T07:36:32.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2927 | 2026-07-29T07:36:32.771Z | |
| 2928 | 2026-07-29T07:36:32.771Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301) |
| 2929 | 2026-07-29T07:36:33.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-07-29T07:36:33.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-07-29T07:36:33.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-07-29T07:36:33.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2933 | 2026-07-29T07:36:33.331Z | |
| 2934 | 2026-07-29T07:36:33.332Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301) |
| 2935 | 2026-07-29T07:36:33.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-07-29T07:36:33.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-07-29T07:36:33.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2938 | 2026-07-29T07:36:33.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2939 | 2026-07-29T07:36:33.896Z | |
| 2940 | 2026-07-29T07:36:33.896Z | info: running `cargo check --bins` on trust-quorum-types (101/301) |
| 2941 | 2026-07-29T07:36:34.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2026-07-29T07:36:34.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2026-07-29T07:36:34.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2944 | 2026-07-29T07:36:34.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2945 | 2026-07-29T07:36:34.436Z | |
| 2946 | 2026-07-29T07:36:34.436Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/301) |
| 2947 | 2026-07-29T07:36:34.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2948 | 2026-07-29T07:36:34.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2949 | 2026-07-29T07:36:34.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2950 | 2026-07-29T07:36:34.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2951 | 2026-07-29T07:36:34.999Z | |
| 2952 | 2026-07-29T07:36:34.999Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/301) |
| 2953 | 2026-07-29T07:36:35.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2954 | 2026-07-29T07:36:35.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2955 | 2026-07-29T07:36:35.687Z | Compiling crucible-workspace-hack v0.1.0 |
| 2956 | 2026-07-29T07:36:35.802Z | Compiling itertools v0.15.0 |
| 2957 | 2026-07-29T07:36:35.809Z | Checking secrecy v0.10.3 |
| 2958 | 2026-07-29T07:36:35.814Z | Compiling heapless v0.8.0 |
| 2959 | 2026-07-29T07:36:35.818Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2960 | 2026-07-29T07:36:35.830Z | Checking hash32 v0.3.1 |
| 2961 | 2026-07-29T07:36:35.830Z | Checking inout v0.1.4 |
| 2962 | 2026-07-29T07:36:35.852Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2963 | 2026-07-29T07:36:35.905Z | Compiling smoltcp v0.11.0 |
| 2964 | 2026-07-29T07:36:35.953Z | Checking cipher v0.4.4 |
| 2965 | 2026-07-29T07:36:35.964Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2966 | 2026-07-29T07:36:36.058Z | Checking cobs v0.3.0 |
| 2967 | 2026-07-29T07:36:36.058Z | Checking universal-hash v0.5.1 |
| 2968 | 2026-07-29T07:36:36.081Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2969 | 2026-07-29T07:36:36.144Z | Checking half v2.7.1 |
| 2970 | 2026-07-29T07:36:36.174Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2971 | 2026-07-29T07:36:36.204Z | Checking ciborium-io v0.2.2 |
| 2972 | 2026-07-29T07:36:36.246Z | Checking opaque-debug v0.3.1 |
| 2973 | 2026-07-29T07:36:36.295Z | Checking postcard v1.1.3 |
| 2974 | 2026-07-29T07:36:36.310Z | Checking poly1305 v0.8.0 |
| 2975 | 2026-07-29T07:36:36.365Z | Checking chacha20 v0.9.1 |
| 2976 | 2026-07-29T07:36:36.395Z | Checking ciborium-ll v0.2.2 |
| 2977 | 2026-07-29T07:36:36.552Z | Compiling proc-macro-crate v3.4.0 |
| 2978 | 2026-07-29T07:36:36.567Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2979 | 2026-07-29T07:36:36.570Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2980 | 2026-07-29T07:36:36.589Z | Checking password-hash v0.5.0 |
| 2981 | 2026-07-29T07:36:36.808Z | Compiling proc-macro-crate v1.3.1 |
| 2982 | 2026-07-29T07:36:36.827Z | Checking blake2 v0.10.6 |
| 2983 | 2026-07-29T07:36:36.967Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2984 | 2026-07-29T07:36:36.985Z | Checking aead v0.5.2 |
| 2985 | 2026-07-29T07:36:37.063Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2986 | 2026-07-29T07:36:37.076Z | Compiling num_enum_derive v0.7.6 |
| 2987 | 2026-07-29T07:36:37.105Z | Compiling ingot-macros v0.2.0 |
| 2988 | 2026-07-29T07:36:37.122Z | Compiling foreign-types-macros v0.2.3 |
| 2989 | 2026-07-29T07:36:37.200Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2990 | 2026-07-29T07:36:37.213Z | Checking foreign-types-shared v0.3.1 |
| 2991 | 2026-07-29T07:36:37.264Z | Compiling num_enum_derive v0.5.11 |
| 2992 | 2026-07-29T07:36:37.277Z | Checking thiserror-no-std v2.0.2 |
| 2993 | 2026-07-29T07:36:37.295Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2994 | 2026-07-29T07:36:37.364Z | Checking vsss-rs v3.3.4 |
| 2995 | 2026-07-29T07:36:37.449Z | Checking chacha20poly1305 v0.10.1 |
| 2996 | 2026-07-29T07:36:37.576Z | Checking argon2 v0.5.3 |
| 2997 | 2026-07-29T07:36:37.709Z | Checking foreign-types v0.5.0 |
| 2998 | 2026-07-29T07:36:37.791Z | Checking ciborium v0.2.2 |
| 2999 | 2026-07-29T07:36:37.954Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3000 | 2026-07-29T07:36:38.038Z | Checking tabwriter v1.4.1 |
| 3001 | 2026-07-29T07:36:38.123Z | Checking num_enum v0.7.6 |
| 3002 | 2026-07-29T07:36:38.183Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3003 | 2026-07-29T07:36:38.207Z | Checking cstr-argument v0.1.2 |
| 3004 | 2026-07-29T07:36:38.236Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3005 | 2026-07-29T07:36:38.250Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3006 | 2026-07-29T07:36:38.300Z | Checking num_enum v0.5.11 |
| 3007 | 2026-07-29T07:36:38.322Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3008 | 2026-07-29T07:36:38.408Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3009 | 2026-07-29T07:36:38.441Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3010 | 2026-07-29T07:36:38.475Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3011 | 2026-07-29T07:36:38.488Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3012 | 2026-07-29T07:36:38.601Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3013 | 2026-07-29T07:36:38.615Z | Checking rand v0.10.1 |
| 3014 | 2026-07-29T07:36:38.680Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3015 | 2026-07-29T07:36:38.695Z | Checking indent_write v2.2.0 |
| 3016 | 2026-07-29T07:36:38.711Z | Checking colored v3.1.1 |
| 3017 | 2026-07-29T07:36:38.797Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3018 | 2026-07-29T07:36:38.824Z | Compiling zone_cfg_derive v0.3.1 |
| 3019 | 2026-07-29T07:36:38.896Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3020 | 2026-07-29T07:36:38.911Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3021 | 2026-07-29T07:36:39.031Z | Checking itertools v0.12.1 |
| 3022 | 2026-07-29T07:36:39.038Z | Compiling num-derive v0.4.2 |
| 3023 | 2026-07-29T07:36:39.068Z | Checking swrite v0.1.0 |
| 3024 | 2026-07-29T07:36:39.082Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3025 | 2026-07-29T07:36:39.158Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3026 | 2026-07-29T07:36:39.314Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3027 | 2026-07-29T07:36:39.425Z | Checking dropshot-api-manager-types v0.7.2 |
| 3028 | 2026-07-29T07:36:39.440Z | Checking smf v0.2.3 |
| 3029 | 2026-07-29T07:36:39.478Z | Checking nanorand v0.7.0 |
| 3030 | 2026-07-29T07:36:39.588Z | Checking whoami v1.6.1 |
| 3031 | 2026-07-29T07:36:39.603Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3032 | 2026-07-29T07:36:39.669Z | Checking flume v0.11.1 |
| 3033 | 2026-07-29T07:36:39.669Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3034 | 2026-07-29T07:36:39.932Z | Checking ingot-types v0.2.0 |
| 3035 | 2026-07-29T07:36:39.959Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3036 | 2026-07-29T07:36:40.011Z | Checking zone v0.3.1 |
| 3037 | 2026-07-29T07:36:40.256Z | Checking ingot v0.2.1 |
| 3038 | 2026-07-29T07:36:41.667Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3039 | 2026-07-29T07:36:42.602Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3040 | 2026-07-29T07:36:43.495Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3041 | 2026-07-29T07:36:45.958Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3042 | 2026-07-29T07:36:48.006Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3043 | 2026-07-29T07:36:49.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
| 3044 | 2026-07-29T07:36:49.294Z | |
| 3045 | 2026-07-29T07:36:49.294Z | info: running `cargo check --bins` on clickhouse-admin-api (104/301) |
| 3046 | 2026-07-29T07:36:49.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-07-29T07:36:49.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-07-29T07:36:49.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-07-29T07:36:49.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3050 | 2026-07-29T07:36:49.840Z | |
| 3051 | 2026-07-29T07:36:49.840Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/301) |
| 3052 | 2026-07-29T07:36:50.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-07-29T07:36:50.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-07-29T07:36:50.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-07-29T07:36:50.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3056 | 2026-07-29T07:36:50.393Z | |
| 3057 | 2026-07-29T07:36:50.393Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/301) |
| 3058 | 2026-07-29T07:36:50.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-07-29T07:36:50.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-07-29T07:36:50.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-07-29T07:36:50.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3062 | 2026-07-29T07:36:50.956Z | |
| 3063 | 2026-07-29T07:36:50.957Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/301) |
| 3064 | 2026-07-29T07:36:51.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-07-29T07:36:51.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-07-29T07:36:51.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-07-29T07:36:51.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3068 | 2026-07-29T07:36:51.514Z | |
| 3069 | 2026-07-29T07:36:51.514Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/301) |
| 3070 | 2026-07-29T07:36:51.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-07-29T07:36:51.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-07-29T07:36:51.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-07-29T07:36:51.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3074 | 2026-07-29T07:36:52.072Z | |
| 3075 | 2026-07-29T07:36:52.072Z | info: running `cargo check --bins` on clickhouse-admin-single-client (109/301) |
| 3076 | 2026-07-29T07:36:52.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-07-29T07:36:52.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-07-29T07:36:52.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-07-29T07:36:52.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3080 | 2026-07-29T07:36:52.631Z | |
| 3081 | 2026-07-29T07:36:52.631Z | info: running `cargo check --bins` on cockroach-admin-client (110/301) |
| 3082 | 2026-07-29T07:36:53.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-07-29T07:36:53.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-07-29T07:36:53.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-07-29T07:36:53.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3086 | 2026-07-29T07:36:53.170Z | |
| 3087 | 2026-07-29T07:36:53.170Z | info: running `cargo check --bins` on omicron-ddm-admin-client (111/301) |
| 3088 | 2026-07-29T07:36:53.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-07-29T07:36:53.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-07-29T07:36:53.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-07-29T07:36:53.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3092 | 2026-07-29T07:36:53.724Z | |
| 3093 | 2026-07-29T07:36:53.724Z | info: running `cargo check --bins` on dns-service-client (112/301) |
| 3094 | 2026-07-29T07:36:54.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-07-29T07:36:54.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-07-29T07:36:54.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-07-29T07:36:54.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3098 | 2026-07-29T07:36:54.282Z | |
| 3099 | 2026-07-29T07:36:54.283Z | info: running `cargo check --bins` on installinator-client (113/301) |
| 3100 | 2026-07-29T07:36:54.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-07-29T07:36:54.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-07-29T07:36:54.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-07-29T07:36:54.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3104 | 2026-07-29T07:36:54.838Z | |
| 3105 | 2026-07-29T07:36:54.839Z | info: running `cargo check --bins` on nexus-client (114/301) |
| 3106 | 2026-07-29T07:36:55.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-07-29T07:36:55.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-07-29T07:36:55.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-07-29T07:36:55.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3110 | 2026-07-29T07:36:55.432Z | |
| 3111 | 2026-07-29T07:36:55.432Z | info: running `cargo check --bins` on nexus-lockstep-client (115/301) |
| 3112 | 2026-07-29T07:36:55.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-07-29T07:36:55.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-07-29T07:36:55.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-07-29T07:36:55.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3116 | 2026-07-29T07:36:56.024Z | |
| 3117 | 2026-07-29T07:36:56.024Z | info: running `cargo check --bins` on ntp-admin-client (116/301) |
| 3118 | 2026-07-29T07:36:56.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-07-29T07:36:56.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-07-29T07:36:56.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-07-29T07:36:56.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3122 | 2026-07-29T07:36:56.567Z | |
| 3123 | 2026-07-29T07:36:56.567Z | info: running `cargo check --bins` on oxide-client (117/301) |
| 3124 | 2026-07-29T07:36:57.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-07-29T07:36:57.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-07-29T07:36:57.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-07-29T07:36:57.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3128 | 2026-07-29T07:36:57.114Z | |
| 3129 | 2026-07-29T07:36:57.114Z | info: running `cargo check --bins` on oximeter-client (118/301) |
| 3130 | 2026-07-29T07:36:57.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-07-29T07:36:57.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-07-29T07:36:57.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-07-29T07:36:57.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3134 | 2026-07-29T07:36:57.669Z | |
| 3135 | 2026-07-29T07:36:57.669Z | info: running `cargo check --bins` on repo-depot-client (119/301) |
| 3136 | 2026-07-29T07:36:58.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-07-29T07:36:58.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-07-29T07:36:58.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-07-29T07:36:58.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3140 | 2026-07-29T07:36:58.211Z | |
| 3141 | 2026-07-29T07:36:58.211Z | info: running `cargo check --bins` on sled-agent-client (120/301) |
| 3142 | 2026-07-29T07:36:58.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-07-29T07:36:58.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-07-29T07:36:58.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-07-29T07:36:58.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3146 | 2026-07-29T07:36:58.778Z | |
| 3147 | 2026-07-29T07:36:58.778Z | info: running `cargo check --bins` on wicketd-client (121/301) |
| 3148 | 2026-07-29T07:36:59.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-07-29T07:36:59.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-07-29T07:36:59.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-07-29T07:36:59.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3152 | 2026-07-29T07:36:59.355Z | |
| 3153 | 2026-07-29T07:36:59.355Z | info: running `cargo check --bins` on installinator-common (122/301) |
| 3154 | 2026-07-29T07:36:59.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-07-29T07:36:59.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-07-29T07:36:59.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-07-29T07:36:59.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3158 | 2026-07-29T07:36:59.926Z | |
| 3159 | 2026-07-29T07:36:59.926Z | info: running `cargo check --bins` on installinator-common-versions (123/301) |
| 3160 | 2026-07-29T07:37:00.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-07-29T07:37:00.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-07-29T07:37:00.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-07-29T07:37:00.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3164 | 2026-07-29T07:37:00.464Z | |
| 3165 | 2026-07-29T07:37:00.464Z | info: running `cargo check --bins` on wicket-common (124/301) |
| 3166 | 2026-07-29T07:37:00.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-07-29T07:37:00.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-07-29T07:37:00.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3169 | 2026-07-29T07:37:00.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3170 | 2026-07-29T07:37:01.031Z | |
| 3171 | 2026-07-29T07:37:01.031Z | info: running `cargo check --bins` on wicketd-commission-types (125/301) |
| 3172 | 2026-07-29T07:37:01.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3173 | 2026-07-29T07:37:01.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3174 | 2026-07-29T07:37:01.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3175 | 2026-07-29T07:37:01.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3176 | 2026-07-29T07:37:01.588Z | |
| 3177 | 2026-07-29T07:37:01.588Z | info: running `cargo check --bins` on wicketd-commission-types-versions (126/301) |
| 3178 | 2026-07-29T07:37:02.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3179 | 2026-07-29T07:37:02.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3180 | 2026-07-29T07:37:02.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3181 | 2026-07-29T07:37:02.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3182 | 2026-07-29T07:37:02.153Z | |
| 3183 | 2026-07-29T07:37:02.153Z | info: running `cargo check --bins` on wicketd-commission-client (127/301) |
| 3184 | 2026-07-29T07:37:02.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3185 | 2026-07-29T07:37:02.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3186 | 2026-07-29T07:37:02.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3187 | 2026-07-29T07:37:02.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3188 | 2026-07-29T07:37:02.712Z | |
| 3189 | 2026-07-29T07:37:02.712Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/301) |
| 3190 | 2026-07-29T07:37:03.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-07-29T07:37:03.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-07-29T07:37:03.365Z | Checking csv-core v0.1.13 |
| 3193 | 2026-07-29T07:37:03.476Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3194 | 2026-07-29T07:37:03.480Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3195 | 2026-07-29T07:37:03.486Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3196 | 2026-07-29T07:37:03.613Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3197 | 2026-07-29T07:37:03.626Z | Checking csv v1.4.0 |
| 3198 | 2026-07-29T07:37:03.935Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3199 | 2026-07-29T07:37:04.266Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3200 | 2026-07-29T07:37:04.269Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3201 | 2026-07-29T07:37:05.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 3202 | 2026-07-29T07:37:05.468Z | |
| 3203 | 2026-07-29T07:37:05.468Z | info: running `cargo check --bins` on cockroach-admin-api (129/301) |
| 3204 | 2026-07-29T07:37:05.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-07-29T07:37:05.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-07-29T07:37:05.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-07-29T07:37:05.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3208 | 2026-07-29T07:37:06.026Z | |
| 3209 | 2026-07-29T07:37:06.026Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/301) |
| 3210 | 2026-07-29T07:37:06.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-07-29T07:37:06.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-07-29T07:37:06.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-07-29T07:37:06.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3214 | 2026-07-29T07:37:06.671Z | |
| 3215 | 2026-07-29T07:37:06.671Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/301) |
| 3216 | 2026-07-29T07:37:07.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-07-29T07:37:07.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-07-29T07:37:07.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2026-07-29T07:37:07.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3220 | 2026-07-29T07:37:07.318Z | |
| 3221 | 2026-07-29T07:37:07.318Z | info: running `cargo check --bins` on gateway-test-utils (132/301) |
| 3222 | 2026-07-29T07:37:07.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-07-29T07:37:07.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-07-29T07:37:07.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3225 | 2026-07-29T07:37:07.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3226 | 2026-07-29T07:37:07.924Z | |
| 3227 | 2026-07-29T07:37:07.925Z | info: running `cargo check --bins` on omicron-gateway (133/301) |
| 3228 | 2026-07-29T07:37:08.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3229 | 2026-07-29T07:37:08.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3230 | 2026-07-29T07:37:08.652Z | Compiling regress v0.11.1 |
| 3231 | 2026-07-29T07:37:08.793Z | Compiling unsafe-libyaml v0.2.11 |
| 3232 | 2026-07-29T07:37:08.803Z | Compiling semver v0.1.20 |
| 3233 | 2026-07-29T07:37:08.806Z | Compiling radium v0.7.0 |
| 3234 | 2026-07-29T07:37:08.824Z | Checking nom v8.0.0 |
| 3235 | 2026-07-29T07:37:08.827Z | Compiling maybe-uninit v2.0.0 |
| 3236 | 2026-07-29T07:37:08.827Z | Checking tap v1.0.1 |
| 3237 | 2026-07-29T07:37:08.945Z | Checking wyz v0.5.1 |
| 3238 | 2026-07-29T07:37:09.069Z | Compiling rustc_version v0.1.7 |
| 3239 | 2026-07-29T07:37:09.144Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3240 | 2026-07-29T07:37:09.168Z | Compiling zerocopy-derive v0.6.6 |
| 3241 | 2026-07-29T07:37:09.298Z | Compiling packed_struct v0.10.1 |
| 3242 | 2026-07-29T07:37:09.319Z | Compiling serde_yaml v0.9.34+deprecated |
| 3243 | 2026-07-29T07:37:09.528Z | Compiling newtype_derive v0.1.6 |
| 3244 | 2026-07-29T07:37:09.542Z | Compiling cancel-safe-futures v0.1.5 |
| 3245 | 2026-07-29T07:37:09.713Z | Checking crc-catalog v2.4.0 |
| 3246 | 2026-07-29T07:37:09.743Z | Checking funty v2.0.0 |
| 3247 | 2026-07-29T07:37:09.806Z | Checking crc v3.4.0 |
| 3248 | 2026-07-29T07:37:10.006Z | Checking zerocopy v0.6.6 |
| 3249 | 2026-07-29T07:37:10.059Z | Checking bitvec v1.0.1 |
| 3250 | 2026-07-29T07:37:10.164Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3251 | 2026-07-29T07:37:10.226Z | Checking typify-impl v0.6.2 |
| 3252 | 2026-07-29T07:37:10.617Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3253 | 2026-07-29T07:37:10.697Z | Compiling packed_struct_codegen v0.10.1 |
| 3254 | 2026-07-29T07:37:10.738Z | Compiling bitfield-macros v0.19.4 |
| 3255 | 2026-07-29T07:37:10.768Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3256 | 2026-07-29T07:37:10.965Z | Compiling indexmap v1.9.3 |
| 3257 | 2026-07-29T07:37:11.160Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3258 | 2026-07-29T07:37:11.232Z | Compiling owo-colors v4.3.0 |
| 3259 | 2026-07-29T07:37:11.361Z | Checking nodrop v0.1.14 |
| 3260 | 2026-07-29T07:37:11.405Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3261 | 2026-07-29T07:37:11.446Z | Checking bitfield v0.19.4 |
| 3262 | 2026-07-29T07:37:11.460Z | Checking array-init v0.0.4 |
| 3263 | 2026-07-29T07:37:11.604Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3264 | 2026-07-29T07:37:11.716Z | Checking smallvec v0.6.14 |
| 3265 | 2026-07-29T07:37:11.803Z | Checking oxide-update-engine-types v0.1.2 |
| 3266 | 2026-07-29T07:37:11.836Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3267 | 2026-07-29T07:37:11.904Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3268 | 2026-07-29T07:37:11.931Z | Checking hashbrown v0.12.3 |
| 3269 | 2026-07-29T07:37:11.960Z | Checking linear-map v1.2.0 |
| 3270 | 2026-07-29T07:37:12.027Z | Checking smawk v0.3.2 |
| 3271 | 2026-07-29T07:37:12.127Z | Checking tagptr v0.2.0 |
| 3272 | 2026-07-29T07:37:12.156Z | Checking base64 v0.21.7 |
| 3273 | 2026-07-29T07:37:12.269Z | Checking unicode-linebreak v0.1.5 |
| 3274 | 2026-07-29T07:37:12.362Z | Checking moka v0.12.13 |
| 3275 | 2026-07-29T07:37:12.397Z | Checking ron v0.8.1 |
| 3276 | 2026-07-29T07:37:12.487Z | Checking textwrap v0.16.2 |
| 3277 | 2026-07-29T07:37:12.682Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3278 | 2026-07-29T07:37:12.704Z | Checking serde-hex v0.1.0 |
| 3279 | 2026-07-29T07:37:12.718Z | Checking oxide-update-engine v0.1.2 |
| 3280 | 2026-07-29T07:37:12.843Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3281 | 2026-07-29T07:37:12.947Z | Checking steno v0.4.1 |
| 3282 | 2026-07-29T07:37:13.148Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3283 | 2026-07-29T07:37:13.307Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3284 | 2026-07-29T07:37:13.502Z | Checking hashbrown v0.13.2 |
| 3285 | 2026-07-29T07:37:13.593Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3286 | 2026-07-29T07:37:13.783Z | Checking crc-any v2.5.0 |
| 3287 | 2026-07-29T07:37:13.904Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3288 | 2026-07-29T07:37:13.930Z | Checking object v0.30.4 |
| 3289 | 2026-07-29T07:37:13.945Z | Checking hickory-resolver v0.25.2 |
| 3290 | 2026-07-29T07:37:13.961Z | Checking sha1 v0.10.6 |
| 3291 | 2026-07-29T07:37:14.069Z | Checking path-slash v0.1.5 |
| 3292 | 2026-07-29T07:37:14.130Z | Checking utf-8 v0.7.6 |
| 3293 | 2026-07-29T07:37:14.173Z | Checking void v1.0.2 |
| 3294 | 2026-07-29T07:37:14.207Z | Checking half v1.8.3 |
| 3295 | 2026-07-29T07:37:14.265Z | Checking tungstenite v0.23.0 |
| 3296 | 2026-07-29T07:37:14.279Z | Checking lzss v0.8.2 |
| 3297 | 2026-07-29T07:37:14.401Z | Checking serde_cbor v0.11.2 |
| 3298 | 2026-07-29T07:37:14.600Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3299 | 2026-07-29T07:37:14.639Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3300 | 2026-07-29T07:37:14.679Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3301 | 2026-07-29T07:37:14.756Z | Checking nix v0.27.1 |
| 3302 | 2026-07-29T07:37:14.787Z | Checking kstat-rs v0.2.4 |
| 3303 | 2026-07-29T07:37:14.805Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3304 | 2026-07-29T07:37:14.821Z | Compiling typify-macro v0.6.2 |
| 3305 | 2026-07-29T07:37:14.907Z | Checking fxhash v0.2.1 |
| 3306 | 2026-07-29T07:37:14.923Z | Checking serde_bytes v0.11.19 |
| 3307 | 2026-07-29T07:37:14.970Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3308 | 2026-07-29T07:37:15.025Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3309 | 2026-07-29T07:37:15.056Z | Checking tokio-tungstenite v0.23.1 |
| 3310 | 2026-07-29T07:37:15.098Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3311 | 2026-07-29T07:37:15.255Z | Checking signal-hook-tokio v0.3.1 |
| 3312 | 2026-07-29T07:37:15.847Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3313 | 2026-07-29T07:37:16.163Z | Compiling typify v0.6.2 |
| 3314 | 2026-07-29T07:37:16.243Z | Compiling progenitor-impl v0.14.0 |
| 3315 | 2026-07-29T07:37:16.737Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3316 | 2026-07-29T07:37:17.044Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3317 | 2026-07-29T07:37:17.722Z | Compiling progenitor-macro v0.14.0 |
| 3318 | 2026-07-29T07:37:20.097Z | Checking progenitor v0.14.0 |
| 3319 | 2026-07-29T07:37:20.223Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3320 | 2026-07-29T07:37:20.227Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3321 | 2026-07-29T07:37:22.889Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3322 | 2026-07-29T07:37:31.227Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3323 | 2026-07-29T07:37:38.016Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3324 | 2026-07-29T07:37:39.394Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3325 | 2026-07-29T07:37:39.902Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3326 | 2026-07-29T07:37:42.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.08s |
| 3327 | 2026-07-29T07:37:42.189Z | |
| 3328 | 2026-07-29T07:37:42.189Z | info: running `cargo check --bins` on gateway-api (134/301) |
| 3329 | 2026-07-29T07:37:42.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-07-29T07:37:42.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-07-29T07:37:42.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-07-29T07:37:42.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3333 | 2026-07-29T07:37:42.739Z | |
| 3334 | 2026-07-29T07:37:42.739Z | info: running `cargo check --bins` on ipcc (135/301) |
| 3335 | 2026-07-29T07:37:43.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-07-29T07:37:43.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-07-29T07:37:43.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-07-29T07:37:43.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3339 | 2026-07-29T07:37:43.294Z | |
| 3340 | 2026-07-29T07:37:43.294Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/301) |
| 3341 | 2026-07-29T07:37:43.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-07-29T07:37:43.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-07-29T07:37:43.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-07-29T07:37:43.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3345 | 2026-07-29T07:37:43.839Z | |
| 3346 | 2026-07-29T07:37:43.839Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/301) |
| 3347 | 2026-07-29T07:37:44.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-07-29T07:37:44.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-07-29T07:37:44.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-07-29T07:37:44.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3351 | 2026-07-29T07:37:44.418Z | |
| 3352 | 2026-07-29T07:37:44.419Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/301) |
| 3353 | 2026-07-29T07:37:44.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-07-29T07:37:44.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-07-29T07:37:44.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-07-29T07:37:44.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3357 | 2026-07-29T07:37:44.979Z | |
| 3358 | 2026-07-29T07:37:44.979Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/301) |
| 3359 | 2026-07-29T07:37:45.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-07-29T07:37:45.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-07-29T07:37:45.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-07-29T07:37:45.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3363 | 2026-07-29T07:37:45.538Z | |
| 3364 | 2026-07-29T07:37:45.538Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/301) |
| 3365 | 2026-07-29T07:37:46.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-07-29T07:37:46.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-07-29T07:37:46.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-07-29T07:37:46.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3369 | 2026-07-29T07:37:46.101Z | |
| 3370 | 2026-07-29T07:37:46.101Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/301) |
| 3371 | 2026-07-29T07:37:46.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-07-29T07:37:46.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-07-29T07:37:46.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-07-29T07:37:46.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3375 | 2026-07-29T07:37:46.678Z | |
| 3376 | 2026-07-29T07:37:46.678Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/301) |
| 3377 | 2026-07-29T07:37:47.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-07-29T07:37:47.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-07-29T07:37:47.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-07-29T07:37:47.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3381 | 2026-07-29T07:37:47.239Z | |
| 3382 | 2026-07-29T07:37:47.240Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/301) |
| 3383 | 2026-07-29T07:37:47.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-07-29T07:37:47.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-07-29T07:37:47.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-07-29T07:37:47.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3387 | 2026-07-29T07:37:47.802Z | |
| 3388 | 2026-07-29T07:37:47.802Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/301) |
| 3389 | 2026-07-29T07:37:48.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-07-29T07:37:48.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-07-29T07:37:48.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-07-29T07:37:48.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3393 | 2026-07-29T07:37:48.364Z | |
| 3394 | 2026-07-29T07:37:48.364Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/301) |
| 3395 | 2026-07-29T07:37:48.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-07-29T07:37:48.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-07-29T07:37:48.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-07-29T07:37:48.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3399 | 2026-07-29T07:37:48.926Z | |
| 3400 | 2026-07-29T07:37:48.926Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/301) |
| 3401 | 2026-07-29T07:37:49.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-07-29T07:37:49.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-07-29T07:37:49.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-07-29T07:37:49.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3405 | 2026-07-29T07:37:49.488Z | |
| 3406 | 2026-07-29T07:37:49.488Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/301) |
| 3407 | 2026-07-29T07:37:49.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-07-29T07:37:49.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-07-29T07:37:49.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-07-29T07:37:49.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3411 | 2026-07-29T07:37:50.051Z | |
| 3412 | 2026-07-29T07:37:50.051Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/301) |
| 3413 | 2026-07-29T07:37:50.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-07-29T07:37:50.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-07-29T07:37:50.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-07-29T07:37:50.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3417 | 2026-07-29T07:37:50.628Z | |
| 3418 | 2026-07-29T07:37:50.628Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/301) |
| 3419 | 2026-07-29T07:37:51.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-07-29T07:37:51.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-07-29T07:37:51.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-07-29T07:37:51.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3423 | 2026-07-29T07:37:51.210Z | |
| 3424 | 2026-07-29T07:37:51.210Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/301) |
| 3425 | 2026-07-29T07:37:51.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-07-29T07:37:51.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-07-29T07:37:51.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-07-29T07:37:51.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3429 | 2026-07-29T07:37:51.791Z | |
| 3430 | 2026-07-29T07:37:51.792Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/301) |
| 3431 | 2026-07-29T07:37:52.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-07-29T07:37:52.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-07-29T07:37:52.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-07-29T07:37:52.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3435 | 2026-07-29T07:37:52.374Z | |
| 3436 | 2026-07-29T07:37:52.374Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/301) |
| 3437 | 2026-07-29T07:37:52.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-07-29T07:37:52.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-07-29T07:37:52.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-07-29T07:37:52.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3441 | 2026-07-29T07:37:52.954Z | |
| 3442 | 2026-07-29T07:37:52.954Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/301) |
| 3443 | 2026-07-29T07:37:53.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-07-29T07:37:53.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-07-29T07:37:53.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-07-29T07:37:53.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3447 | 2026-07-29T07:37:53.539Z | |
| 3448 | 2026-07-29T07:37:53.539Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/301) |
| 3449 | 2026-07-29T07:37:54.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-07-29T07:37:54.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-07-29T07:37:54.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-07-29T07:37:54.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3453 | 2026-07-29T07:37:54.124Z | |
| 3454 | 2026-07-29T07:37:54.124Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/301) |
| 3455 | 2026-07-29T07:37:54.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-07-29T07:37:54.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-07-29T07:37:54.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-07-29T07:37:54.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3459 | 2026-07-29T07:37:54.704Z | |
| 3460 | 2026-07-29T07:37:54.704Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/301) |
| 3461 | 2026-07-29T07:37:55.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-07-29T07:37:55.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-07-29T07:37:55.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-07-29T07:37:55.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3465 | 2026-07-29T07:37:55.286Z | |
| 3466 | 2026-07-29T07:37:55.286Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/301) |
| 3467 | 2026-07-29T07:37:55.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-07-29T07:37:55.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-07-29T07:37:55.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-07-29T07:37:55.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3471 | 2026-07-29T07:37:55.869Z | |
| 3472 | 2026-07-29T07:37:55.869Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/301) |
| 3473 | 2026-07-29T07:37:56.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-07-29T07:37:56.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-07-29T07:37:56.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-07-29T07:37:56.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3477 | 2026-07-29T07:37:56.433Z | |
| 3478 | 2026-07-29T07:37:56.433Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/301) |
| 3479 | 2026-07-29T07:37:56.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-07-29T07:37:56.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-07-29T07:37:56.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-07-29T07:37:56.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3483 | 2026-07-29T07:37:56.999Z | |
| 3484 | 2026-07-29T07:37:57.000Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/301) |
| 3485 | 2026-07-29T07:37:57.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-07-29T07:37:57.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-07-29T07:37:57.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-07-29T07:37:57.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3489 | 2026-07-29T07:37:57.555Z | |
| 3490 | 2026-07-29T07:37:57.555Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/301) |
| 3491 | 2026-07-29T07:37:58.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-07-29T07:37:58.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-07-29T07:37:58.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-07-29T07:37:58.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3495 | 2026-07-29T07:37:58.113Z | |
| 3496 | 2026-07-29T07:37:58.113Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/301) |
| 3497 | 2026-07-29T07:37:58.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-07-29T07:37:58.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-07-29T07:37:58.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-07-29T07:37:58.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3501 | 2026-07-29T07:37:58.676Z | |
| 3502 | 2026-07-29T07:37:58.676Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/301) |
| 3503 | 2026-07-29T07:37:59.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-07-29T07:37:59.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-07-29T07:37:59.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-07-29T07:37:59.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3507 | 2026-07-29T07:37:59.242Z | |
| 3508 | 2026-07-29T07:37:59.242Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/301) |
| 3509 | 2026-07-29T07:37:59.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-07-29T07:37:59.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-07-29T07:37:59.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-07-29T07:37:59.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3513 | 2026-07-29T07:37:59.805Z | |
| 3514 | 2026-07-29T07:37:59.806Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/301) |
| 3515 | 2026-07-29T07:38:00.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-07-29T07:38:00.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-07-29T07:38:00.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-07-29T07:38:00.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3519 | 2026-07-29T07:38:00.373Z | |
| 3520 | 2026-07-29T07:38:00.373Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/301) |
| 3521 | 2026-07-29T07:38:00.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-07-29T07:38:00.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-07-29T07:38:00.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-07-29T07:38:00.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3525 | 2026-07-29T07:38:00.956Z | |
| 3526 | 2026-07-29T07:38:00.956Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/301) |
| 3527 | 2026-07-29T07:38:01.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-07-29T07:38:01.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-07-29T07:38:01.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-07-29T07:38:01.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3531 | 2026-07-29T07:38:01.540Z | |
| 3532 | 2026-07-29T07:38:01.540Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/301) |
| 3533 | 2026-07-29T07:38:02.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-07-29T07:38:02.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-07-29T07:38:02.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-07-29T07:38:02.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3537 | 2026-07-29T07:38:02.126Z | |
| 3538 | 2026-07-29T07:38:02.127Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/301) |
| 3539 | 2026-07-29T07:38:02.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-07-29T07:38:02.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-07-29T07:38:02.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-07-29T07:38:02.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3543 | 2026-07-29T07:38:02.707Z | |
| 3544 | 2026-07-29T07:38:02.707Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/301) |
| 3545 | 2026-07-29T07:38:03.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-07-29T07:38:03.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-07-29T07:38:03.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-07-29T07:38:03.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3549 | 2026-07-29T07:38:03.289Z | |
| 3550 | 2026-07-29T07:38:03.289Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/301) |
| 3551 | 2026-07-29T07:38:03.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-07-29T07:38:03.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-07-29T07:38:03.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-07-29T07:38:03.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3555 | 2026-07-29T07:38:03.872Z | |
| 3556 | 2026-07-29T07:38:03.872Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/301) |
| 3557 | 2026-07-29T07:38:04.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-07-29T07:38:04.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-07-29T07:38:04.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-07-29T07:38:04.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3561 | 2026-07-29T07:38:04.457Z | |
| 3562 | 2026-07-29T07:38:04.457Z | info: running `cargo check --bins` on oximeter-producer (173/301) |
| 3563 | 2026-07-29T07:38:04.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-07-29T07:38:04.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-07-29T07:38:04.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3566 | 2026-07-29T07:38:04.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3567 | 2026-07-29T07:38:05.054Z | |
| 3568 | 2026-07-29T07:38:05.054Z | info: running `cargo check --bins` on internal-dns-resolver (174/301) |
| 3569 | 2026-07-29T07:38:05.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3570 | 2026-07-29T07:38:05.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3571 | 2026-07-29T07:38:05.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3572 | 2026-07-29T07:38:05.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3573 | 2026-07-29T07:38:05.620Z | |
| 3574 | 2026-07-29T07:38:05.620Z | info: running `cargo check --bins` on dns-server (175/301) |
| 3575 | 2026-07-29T07:38:06.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3576 | 2026-07-29T07:38:06.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3577 | 2026-07-29T07:38:06.254Z | Compiling parking_lot_core v0.8.6 |
| 3578 | 2026-07-29T07:38:06.257Z | Compiling git-stub v1.0.0 |
| 3579 | 2026-07-29T07:38:06.257Z | Checking prefix-trie v0.7.0 |
| 3580 | 2026-07-29T07:38:06.373Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3581 | 2026-07-29T07:38:06.483Z | Compiling git-stub-vcs v0.1.0 |
| 3582 | 2026-07-29T07:38:06.642Z | Checking hickory-server v0.25.2 |
| 3583 | 2026-07-29T07:38:06.748Z | Checking parking_lot v0.11.2 |
| 3584 | 2026-07-29T07:38:06.779Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3585 | 2026-07-29T07:38:06.914Z | Checking sled v0.34.7 |
| 3586 | 2026-07-29T07:38:08.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 3587 | 2026-07-29T07:38:08.943Z | |
| 3588 | 2026-07-29T07:38:08.943Z | info: running `cargo check --bins` on dns-server-api (176/301) |
| 3589 | 2026-07-29T07:38:09.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2026-07-29T07:38:09.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2026-07-29T07:38:09.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3592 | 2026-07-29T07:38:09.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3593 | 2026-07-29T07:38:09.499Z | |
| 3594 | 2026-07-29T07:38:09.499Z | info: running `cargo check --bins` on oximeter-producer-api (177/301) |
| 3595 | 2026-07-29T07:38:09.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2026-07-29T07:38:09.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2026-07-29T07:38:09.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3598 | 2026-07-29T07:38:09.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3599 | 2026-07-29T07:38:10.066Z | |
| 3600 | 2026-07-29T07:38:10.066Z | info: running `cargo check --bins` on sp-sim (178/301) |
| 3601 | 2026-07-29T07:38:10.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2026-07-29T07:38:10.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2026-07-29T07:38:10.767Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3604 | 2026-07-29T07:38:12.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
| 3605 | 2026-07-29T07:38:12.741Z | |
| 3606 | 2026-07-29T07:38:12.741Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/301) |
| 3607 | 2026-07-29T07:38:13.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3608 | 2026-07-29T07:38:13.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3609 | 2026-07-29T07:38:13.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3610 | 2026-07-29T07:38:13.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3611 | 2026-07-29T07:38:13.362Z | |
| 3612 | 2026-07-29T07:38:13.362Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/301) |
| 3613 | 2026-07-29T07:38:13.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3614 | 2026-07-29T07:38:13.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3615 | 2026-07-29T07:38:13.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3616 | 2026-07-29T07:38:13.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3617 | 2026-07-29T07:38:13.987Z | |
| 3618 | 2026-07-29T07:38:13.987Z | info: running `cargo check --bins` on db-macros (181/301) |
| 3619 | 2026-07-29T07:38:14.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3620 | 2026-07-29T07:38:14.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3621 | 2026-07-29T07:38:14.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3622 | 2026-07-29T07:38:14.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3623 | 2026-07-29T07:38:14.538Z | |
| 3624 | 2026-07-29T07:38:14.538Z | info: running `cargo check --bins` on nexus-macros-common (182/301) |
| 3625 | 2026-07-29T07:38:15.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3626 | 2026-07-29T07:38:15.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3627 | 2026-07-29T07:38:15.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3628 | 2026-07-29T07:38:15.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3629 | 2026-07-29T07:38:15.083Z | |
| 3630 | 2026-07-29T07:38:15.083Z | info: running `cargo check --bins` on nexus-auth (183/301) |
| 3631 | 2026-07-29T07:38:15.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3632 | 2026-07-29T07:38:15.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3633 | 2026-07-29T07:38:15.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3634 | 2026-07-29T07:38:15.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3635 | 2026-07-29T07:38:15.696Z | |
| 3636 | 2026-07-29T07:38:15.697Z | info: running `cargo check --bins` on authz-macros (184/301) |
| 3637 | 2026-07-29T07:38:16.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3638 | 2026-07-29T07:38:16.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3639 | 2026-07-29T07:38:16.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3640 | 2026-07-29T07:38:16.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3641 | 2026-07-29T07:38:16.244Z | |
| 3642 | 2026-07-29T07:38:16.244Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/301) |
| 3643 | 2026-07-29T07:38:16.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3644 | 2026-07-29T07:38:16.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3645 | 2026-07-29T07:38:16.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3646 | 2026-07-29T07:38:16.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3647 | 2026-07-29T07:38:16.853Z | |
| 3648 | 2026-07-29T07:38:16.854Z | info: running `cargo check --bins` on nexus-db-model (186/301) |
| 3649 | 2026-07-29T07:38:17.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3650 | 2026-07-29T07:38:17.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3651 | 2026-07-29T07:38:17.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3652 | 2026-07-29T07:38:17.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3653 | 2026-07-29T07:38:17.459Z | |
| 3654 | 2026-07-29T07:38:17.459Z | info: running `cargo check --bins` on nexus-db-schema (187/301) |
| 3655 | 2026-07-29T07:38:17.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3656 | 2026-07-29T07:38:17.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3657 | 2026-07-29T07:38:17.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3658 | 2026-07-29T07:38:17.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3659 | 2026-07-29T07:38:18.010Z | |
| 3660 | 2026-07-29T07:38:18.010Z | info: running `cargo check --bins` on omicron-rpaths (188/301) |
| 3661 | 2026-07-29T07:38:18.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3662 | 2026-07-29T07:38:18.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3663 | 2026-07-29T07:38:18.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3664 | 2026-07-29T07:38:18.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3665 | 2026-07-29T07:38:18.549Z | |
| 3666 | 2026-07-29T07:38:18.549Z | info: running `cargo check --bins` on nexus-defaults (189/301) |
| 3667 | 2026-07-29T07:38:19.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3668 | 2026-07-29T07:38:19.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3669 | 2026-07-29T07:38:19.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3670 | 2026-07-29T07:38:19.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3671 | 2026-07-29T07:38:19.111Z | |
| 3672 | 2026-07-29T07:38:19.111Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/301) |
| 3673 | 2026-07-29T07:38:19.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3674 | 2026-07-29T07:38:19.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3675 | 2026-07-29T07:38:19.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3676 | 2026-07-29T07:38:19.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3677 | 2026-07-29T07:38:19.661Z | |
| 3678 | 2026-07-29T07:38:19.661Z | info: running `cargo check --bins` on parallel-task-set (191/301) |
| 3679 | 2026-07-29T07:38:20.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3680 | 2026-07-29T07:38:20.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3681 | 2026-07-29T07:38:20.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3682 | 2026-07-29T07:38:20.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3683 | 2026-07-29T07:38:20.208Z | |
| 3684 | 2026-07-29T07:38:20.208Z | info: running `cargo check --bins` on omicron-git-version (192/301) |
| 3685 | 2026-07-29T07:38:20.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3686 | 2026-07-29T07:38:20.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3687 | 2026-07-29T07:38:20.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3688 | 2026-07-29T07:38:20.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3689 | 2026-07-29T07:38:20.754Z | |
| 3690 | 2026-07-29T07:38:20.754Z | info: running `cargo check --bins` on nexus-db-errors (193/301) |
| 3691 | 2026-07-29T07:38:21.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3692 | 2026-07-29T07:38:21.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3693 | 2026-07-29T07:38:21.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3694 | 2026-07-29T07:38:21.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3695 | 2026-07-29T07:38:21.372Z | |
| 3696 | 2026-07-29T07:38:21.372Z | info: running `cargo check --bins` on nexus-db-lookup (194/301) |
| 3697 | 2026-07-29T07:38:21.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3698 | 2026-07-29T07:38:21.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3699 | 2026-07-29T07:38:21.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3700 | 2026-07-29T07:38:21.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3701 | 2026-07-29T07:38:21.996Z | |
| 3702 | 2026-07-29T07:38:21.996Z | info: running `cargo check --bins` on nexus-inventory (195/301) |
| 3703 | 2026-07-29T07:38:22.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3704 | 2026-07-29T07:38:22.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3705 | 2026-07-29T07:38:22.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3706 | 2026-07-29T07:38:22.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3707 | 2026-07-29T07:38:22.607Z | |
| 3708 | 2026-07-29T07:38:22.608Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/301) |
| 3709 | 2026-07-29T07:38:23.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3710 | 2026-07-29T07:38:23.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3711 | 2026-07-29T07:38:23.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3712 | 2026-07-29T07:38:23.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3713 | 2026-07-29T07:38:23.197Z | |
| 3714 | 2026-07-29T07:38:23.197Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/301) |
| 3715 | 2026-07-29T07:38:23.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3716 | 2026-07-29T07:38:23.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3717 | 2026-07-29T07:38:23.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3718 | 2026-07-29T07:38:23.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3719 | 2026-07-29T07:38:23.775Z | |
| 3720 | 2026-07-29T07:38:23.775Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/301) |
| 3721 | 2026-07-29T07:38:24.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2026-07-29T07:38:24.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2026-07-29T07:38:24.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3724 | 2026-07-29T07:38:24.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3725 | 2026-07-29T07:38:24.352Z | |
| 3726 | 2026-07-29T07:38:24.353Z | info: running `cargo check --bins` on key-manager (199/301) |
| 3727 | 2026-07-29T07:38:24.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2026-07-29T07:38:24.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2026-07-29T07:38:24.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3730 | 2026-07-29T07:38:24.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3731 | 2026-07-29T07:38:24.921Z | |
| 3732 | 2026-07-29T07:38:24.921Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/301) |
| 3733 | 2026-07-29T07:38:25.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2026-07-29T07:38:25.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2026-07-29T07:38:25.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3736 | 2026-07-29T07:38:25.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3737 | 2026-07-29T07:38:25.505Z | |
| 3738 | 2026-07-29T07:38:25.505Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/301) |
| 3739 | 2026-07-29T07:38:25.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2026-07-29T07:38:26.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2026-07-29T07:38:26.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3742 | 2026-07-29T07:38:26.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3743 | 2026-07-29T07:38:26.089Z | |
| 3744 | 2026-07-29T07:38:26.089Z | info: running `cargo check --bins` on typed-rng (202/301) |
| 3745 | 2026-07-29T07:38:26.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3746 | 2026-07-29T07:38:26.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3747 | 2026-07-29T07:38:26.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3748 | 2026-07-29T07:38:26.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3749 | 2026-07-29T07:38:26.640Z | |
| 3750 | 2026-07-29T07:38:26.640Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/301) |
| 3751 | 2026-07-29T07:38:27.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3752 | 2026-07-29T07:38:27.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3753 | 2026-07-29T07:38:27.447Z | Compiling libefi-sys v0.1.0 |
| 3754 | 2026-07-29T07:38:27.449Z | Compiling bitfield-struct v0.6.2 |
| 3755 | 2026-07-29T07:38:27.587Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3756 | 2026-07-29T07:38:27.596Z | Compiling xshell-macros v0.2.7 |
| 3757 | 2026-07-29T07:38:27.605Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3758 | 2026-07-29T07:38:27.619Z | Compiling salty v0.3.0 |
| 3759 | 2026-07-29T07:38:27.633Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3760 | 2026-07-29T07:38:27.674Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3761 | 2026-07-29T07:38:27.677Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3762 | 2026-07-29T07:38:27.768Z | Checking primeorder v0.13.6 |
| 3763 | 2026-07-29T07:38:27.876Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3764 | 2026-07-29T07:38:27.921Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3765 | 2026-07-29T07:38:27.935Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3766 | 2026-07-29T07:38:27.949Z | Checking xshell v0.2.7 |
| 3767 | 2026-07-29T07:38:28.009Z | Checking tungstenite v0.21.0 |
| 3768 | 2026-07-29T07:38:28.080Z | Checking p384 v0.13.1 |
| 3769 | 2026-07-29T07:38:28.118Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3770 | 2026-07-29T07:38:28.132Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3771 | 2026-07-29T07:38:28.145Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3772 | 2026-07-29T07:38:28.190Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3773 | 2026-07-29T07:38:28.255Z | Compiling proc-macro-error2 v2.0.1 |
| 3774 | 2026-07-29T07:38:28.318Z | Compiling num-derive v0.3.3 |
| 3775 | 2026-07-29T07:38:28.424Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3776 | 2026-07-29T07:38:28.439Z | Checking tokio-tungstenite v0.21.0 |
| 3777 | 2026-07-29T07:38:28.456Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3778 | 2026-07-29T07:38:28.513Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3779 | 2026-07-29T07:38:28.556Z | Compiling tabled_derive v0.11.0 |
| 3780 | 2026-07-29T07:38:28.608Z | Checking papergrid v0.17.0 |
| 3781 | 2026-07-29T07:38:28.649Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3782 | 2026-07-29T07:38:28.718Z | Compiling progenitor-impl v0.13.0 |
| 3783 | 2026-07-29T07:38:28.753Z | Checking testing_table v0.3.0 |
| 3784 | 2026-07-29T07:38:28.796Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3785 | 2026-07-29T07:38:28.824Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3786 | 2026-07-29T07:38:28.846Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3787 | 2026-07-29T07:38:29.025Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3788 | 2026-07-29T07:38:29.039Z | Compiling unicase v2.9.0 |
| 3789 | 2026-07-29T07:38:29.196Z | Checking libscf-sys v1.1.0 |
| 3790 | 2026-07-29T07:38:29.219Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3791 | 2026-07-29T07:38:29.239Z | Checking corncobs v0.1.4 |
| 3792 | 2026-07-29T07:38:29.329Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3793 | 2026-07-29T07:38:29.369Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3794 | 2026-07-29T07:38:29.384Z | Compiling mime_guess v2.0.5 |
| 3795 | 2026-07-29T07:38:29.498Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3796 | 2026-07-29T07:38:29.522Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3797 | 2026-07-29T07:38:29.537Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3798 | 2026-07-29T07:38:29.550Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3799 | 2026-07-29T07:38:29.695Z | Checking tabled v0.20.0 |
| 3800 | 2026-07-29T07:38:29.822Z | Checking progenitor-client v0.13.0 |
| 3801 | 2026-07-29T07:38:29.914Z | Checking secrecy v0.8.0 |
| 3802 | 2026-07-29T07:38:30.037Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3803 | 2026-07-29T07:38:30.109Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3804 | 2026-07-29T07:38:30.191Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3805 | 2026-07-29T07:38:30.275Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3806 | 2026-07-29T07:38:30.461Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3807 | 2026-07-29T07:38:30.500Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3808 | 2026-07-29T07:38:30.539Z | Checking filetime v0.2.27 |
| 3809 | 2026-07-29T07:38:30.629Z | Checking xattr v1.6.1 |
| 3810 | 2026-07-29T07:38:30.648Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3811 | 2026-07-29T07:38:30.759Z | Checking http-range v0.1.5 |
| 3812 | 2026-07-29T07:38:30.830Z | Checking crc8 v0.1.1 |
| 3813 | 2026-07-29T07:38:30.927Z | Checking tar v0.4.46 |
| 3814 | 2026-07-29T07:38:30.958Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3815 | 2026-07-29T07:38:31.140Z | Checking illumos-nvpair v0.3.0 |
| 3816 | 2026-07-29T07:38:31.240Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3817 | 2026-07-29T07:38:31.295Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3818 | 2026-07-29T07:38:31.310Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3819 | 2026-07-29T07:38:31.324Z | Compiling progenitor-macro v0.13.0 |
| 3820 | 2026-07-29T07:38:31.345Z | Checking atty v0.2.14 |
| 3821 | 2026-07-29T07:38:31.361Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3822 | 2026-07-29T07:38:31.440Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3823 | 2026-07-29T07:38:31.620Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3824 | 2026-07-29T07:38:31.743Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3825 | 2026-07-29T07:38:31.881Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3826 | 2026-07-29T07:38:31.956Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3827 | 2026-07-29T07:38:31.970Z | Checking hyper-staticfile v0.10.1 |
| 3828 | 2026-07-29T07:38:32.071Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3829 | 2026-07-29T07:38:32.129Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3830 | 2026-07-29T07:38:32.175Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3831 | 2026-07-29T07:38:32.253Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3832 | 2026-07-29T07:38:32.280Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3833 | 2026-07-29T07:38:32.323Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3834 | 2026-07-29T07:38:32.632Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3835 | 2026-07-29T07:38:32.648Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3836 | 2026-07-29T07:38:32.919Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3837 | 2026-07-29T07:38:34.301Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3838 | 2026-07-29T07:38:34.788Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3839 | 2026-07-29T07:38:35.039Z | Checking progenitor v0.13.0 |
| 3840 | 2026-07-29T07:38:35.179Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3841 | 2026-07-29T07:38:35.200Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3842 | 2026-07-29T07:38:37.465Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3843 | 2026-07-29T07:38:40.483Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3844 | 2026-07-29T07:38:51.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.62s |
| 3845 | 2026-07-29T07:38:51.272Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3846 | 2026-07-29T07:38:51.272Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3847 | 2026-07-29T07:38:51.462Z | |
| 3848 | 2026-07-29T07:38:51.462Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/301) |
| 3849 | 2026-07-29T07:38:51.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3850 | 2026-07-29T07:38:51.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3851 | 2026-07-29T07:38:52.220Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3852 | 2026-07-29T07:39:02.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3853 | 2026-07-29T07:39:02.875Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3854 | 2026-07-29T07:39:02.875Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3855 | 2026-07-29T07:39:03.071Z | |
| 3856 | 2026-07-29T07:39:03.071Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/301) |
| 3857 | 2026-07-29T07:39:03.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-07-29T07:39:03.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-07-29T07:39:03.823Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3860 | 2026-07-29T07:39:14.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s |
| 3861 | 2026-07-29T07:39:14.419Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3862 | 2026-07-29T07:39:14.419Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3863 | 2026-07-29T07:39:14.613Z | |
| 3864 | 2026-07-29T07:39:14.613Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/301) |
| 3865 | 2026-07-29T07:39:15.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2026-07-29T07:39:15.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2026-07-29T07:39:15.359Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3868 | 2026-07-29T07:39:26.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3869 | 2026-07-29T07:39:26.091Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3870 | 2026-07-29T07:39:26.091Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3871 | 2026-07-29T07:39:26.285Z | |
| 3872 | 2026-07-29T07:39:26.285Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/301) |
| 3873 | 2026-07-29T07:39:26.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3874 | 2026-07-29T07:39:26.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3875 | 2026-07-29T07:39:27.044Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3876 | 2026-07-29T07:39:37.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3877 | 2026-07-29T07:39:37.699Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3878 | 2026-07-29T07:39:37.700Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3879 | 2026-07-29T07:39:37.896Z | |
| 3880 | 2026-07-29T07:39:37.896Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/301) |
| 3881 | 2026-07-29T07:39:38.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-07-29T07:39:38.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-07-29T07:39:38.644Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3884 | 2026-07-29T07:39:49.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 3885 | 2026-07-29T07:39:49.215Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3886 | 2026-07-29T07:39:49.215Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3887 | 2026-07-29T07:39:49.449Z | |
| 3888 | 2026-07-29T07:39:49.449Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/301) |
| 3889 | 2026-07-29T07:39:49.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2026-07-29T07:39:49.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2026-07-29T07:39:50.165Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3892 | 2026-07-29T07:40:00.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 3893 | 2026-07-29T07:40:00.728Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3894 | 2026-07-29T07:40:00.728Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3895 | 2026-07-29T07:40:00.927Z | |
| 3896 | 2026-07-29T07:40:00.927Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/301) |
| 3897 | 2026-07-29T07:40:01.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2026-07-29T07:40:01.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2026-07-29T07:40:01.683Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3900 | 2026-07-29T07:40:12.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s |
| 3901 | 2026-07-29T07:40:12.283Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3902 | 2026-07-29T07:40:12.283Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3903 | 2026-07-29T07:40:12.476Z | |
| 3904 | 2026-07-29T07:40:12.476Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/301) |
| 3905 | 2026-07-29T07:40:12.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-07-29T07:40:12.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-07-29T07:40:12.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-07-29T07:40:12.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3909 | 2026-07-29T07:40:13.037Z | |
| 3910 | 2026-07-29T07:40:13.037Z | info: running `cargo check --bins` on range-requests (212/301) |
| 3911 | 2026-07-29T07:40:13.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-07-29T07:40:13.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-07-29T07:40:13.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-07-29T07:40:13.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3915 | 2026-07-29T07:40:13.581Z | |
| 3916 | 2026-07-29T07:40:13.581Z | info: running `cargo check --bins` on repo-depot-api (213/301) |
| 3917 | 2026-07-29T07:40:14.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-07-29T07:40:14.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-07-29T07:40:14.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-07-29T07:40:14.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3921 | 2026-07-29T07:40:14.143Z | |
| 3922 | 2026-07-29T07:40:14.143Z | info: running `cargo check --bins` on sled-agent-api (214/301) |
| 3923 | 2026-07-29T07:40:14.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-07-29T07:40:14.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-07-29T07:40:14.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-07-29T07:40:14.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3927 | 2026-07-29T07:40:14.720Z | |
| 3928 | 2026-07-29T07:40:14.720Z | info: running `cargo check --bins` on sled-diagnostics (215/301) |
| 3929 | 2026-07-29T07:40:15.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-07-29T07:40:15.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-07-29T07:40:15.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-07-29T07:40:15.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3933 | 2026-07-29T07:40:15.304Z | |
| 3934 | 2026-07-29T07:40:15.304Z | info: running `cargo check --bins` on zfs-test-harness (216/301) |
| 3935 | 2026-07-29T07:40:15.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-07-29T07:40:15.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-07-29T07:40:15.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-07-29T07:40:15.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3939 | 2026-07-29T07:40:15.880Z | |
| 3940 | 2026-07-29T07:40:15.880Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/301) |
| 3941 | 2026-07-29T07:40:16.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-07-29T07:40:16.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-07-29T07:40:16.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-07-29T07:40:16.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3945 | 2026-07-29T07:40:16.471Z | |
| 3946 | 2026-07-29T07:40:16.471Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/301) |
| 3947 | 2026-07-29T07:40:16.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-07-29T07:40:16.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-07-29T07:40:16.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-07-29T07:40:16.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3951 | 2026-07-29T07:40:17.058Z | |
| 3952 | 2026-07-29T07:40:17.058Z | info: running `cargo check --bins` on sled-agent-early-networking (219/301) |
| 3953 | 2026-07-29T07:40:17.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-07-29T07:40:17.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-07-29T07:40:17.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-07-29T07:40:17.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3957 | 2026-07-29T07:40:17.640Z | |
| 3958 | 2026-07-29T07:40:17.640Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/301) |
| 3959 | 2026-07-29T07:40:18.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-07-29T07:40:18.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-07-29T07:40:18.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-07-29T07:40:18.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3963 | 2026-07-29T07:40:18.225Z | |
| 3964 | 2026-07-29T07:40:18.225Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/301) |
| 3965 | 2026-07-29T07:40:18.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-07-29T07:40:18.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-07-29T07:40:18.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-07-29T07:40:18.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3969 | 2026-07-29T07:40:18.811Z | |
| 3970 | 2026-07-29T07:40:18.811Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/301) |
| 3971 | 2026-07-29T07:40:19.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-07-29T07:40:19.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-07-29T07:40:19.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-07-29T07:40:19.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3975 | 2026-07-29T07:40:19.401Z | |
| 3976 | 2026-07-29T07:40:19.401Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/301) |
| 3977 | 2026-07-29T07:40:19.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-07-29T07:40:19.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-07-29T07:40:19.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-07-29T07:40:19.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3981 | 2026-07-29T07:40:19.991Z | |
| 3982 | 2026-07-29T07:40:19.991Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/301) |
| 3983 | 2026-07-29T07:40:20.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-07-29T07:40:20.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-07-29T07:40:20.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-07-29T07:40:20.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3987 | 2026-07-29T07:40:20.598Z | |
| 3988 | 2026-07-29T07:40:20.598Z | info: running `cargo check --bins` on trust-quorum (225/301) |
| 3989 | 2026-07-29T07:40:21.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-07-29T07:40:21.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-07-29T07:40:21.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-07-29T07:40:21.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3993 | 2026-07-29T07:40:21.186Z | |
| 3994 | 2026-07-29T07:40:21.186Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/301) |
| 3995 | 2026-07-29T07:40:21.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-07-29T07:40:21.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-07-29T07:40:21.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-07-29T07:40:21.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3999 | 2026-07-29T07:40:21.785Z | |
| 4000 | 2026-07-29T07:40:21.785Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/301) |
| 4001 | 2026-07-29T07:40:22.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-07-29T07:40:22.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-07-29T07:40:22.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-07-29T07:40:22.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4005 | 2026-07-29T07:40:22.403Z | |
| 4006 | 2026-07-29T07:40:22.403Z | info: running `cargo check --bins` on update-common (228/301) |
| 4007 | 2026-07-29T07:40:22.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-07-29T07:40:22.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-07-29T07:40:22.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-07-29T07:40:22.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4011 | 2026-07-29T07:40:22.972Z | |
| 4012 | 2026-07-29T07:40:22.972Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/301) |
| 4013 | 2026-07-29T07:40:23.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-07-29T07:40:23.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-07-29T07:40:23.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4016 | 2026-07-29T07:40:23.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4017 | 2026-07-29T07:40:23.585Z | |
| 4018 | 2026-07-29T07:40:23.585Z | info: running `cargo check --bins` on omicron-deployment-graph (230/301) |
| 4019 | 2026-07-29T07:40:24.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4020 | 2026-07-29T07:40:24.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4021 | 2026-07-29T07:40:24.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4022 | 2026-07-29T07:40:24.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4023 | 2026-07-29T07:40:24.119Z | |
| 4024 | 2026-07-29T07:40:24.119Z | info: running `cargo check --bins` on reconfigurator-cli (231/301) |
| 4025 | 2026-07-29T07:40:24.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4026 | 2026-07-29T07:40:24.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4027 | 2026-07-29T07:40:24.858Z | Compiling fs-err v2.11.0 |
| 4028 | 2026-07-29T07:40:24.861Z | Checking ignore v0.4.25 |
| 4029 | 2026-07-29T07:40:24.861Z | Checking arc-swap v1.8.2 |
| 4030 | 2026-07-29T07:40:24.992Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4031 | 2026-07-29T07:40:24.992Z | Checking predicates-tree v1.0.13 |
| 4032 | 2026-07-29T07:40:24.995Z | Checking parse-size v1.1.0 |
| 4033 | 2026-07-29T07:40:25.021Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4034 | 2026-07-29T07:40:25.024Z | Checking rand_seeder v0.4.0 |
| 4035 | 2026-07-29T07:40:25.097Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4036 | 2026-07-29T07:40:25.116Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4037 | 2026-07-29T07:40:25.170Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4038 | 2026-07-29T07:40:25.184Z | Checking slog-scope v4.4.1 |
| 4039 | 2026-07-29T07:40:25.219Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4040 | 2026-07-29T07:40:25.309Z | Checking slog-stdlog v4.1.1 |
| 4041 | 2026-07-29T07:40:25.323Z | Compiling petname v2.0.2 |
| 4042 | 2026-07-29T07:40:25.336Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4043 | 2026-07-29T07:40:25.350Z | Checking globwalk v0.9.1 |
| 4044 | 2026-07-29T07:40:25.403Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4045 | 2026-07-29T07:40:25.428Z | Checking slog-envlogger v2.2.0 |
| 4046 | 2026-07-29T07:40:25.524Z | Checking camino-tempfile-ext v0.3.3 |
| 4047 | 2026-07-29T07:40:25.574Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4048 | 2026-07-29T07:40:25.617Z | Checking sapling-renderdag v0.1.0 |
| 4049 | 2026-07-29T07:40:25.717Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4050 | 2026-07-29T07:40:25.758Z | Checking subprocess v0.2.15 |
| 4051 | 2026-07-29T07:40:25.851Z | Checking sync-ptr v0.1.4 |
| 4052 | 2026-07-29T07:40:25.956Z | Checking colored v2.2.0 |
| 4053 | 2026-07-29T07:40:25.970Z | Checking assert_matches v1.5.0 |
| 4054 | 2026-07-29T07:40:26.034Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4055 | 2026-07-29T07:40:26.193Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4056 | 2026-07-29T07:40:26.195Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4057 | 2026-07-29T07:40:26.883Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4058 | 2026-07-29T07:40:28.196Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4059 | 2026-07-29T07:40:30.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s |
| 4060 | 2026-07-29T07:40:30.577Z | |
| 4061 | 2026-07-29T07:40:30.577Z | info: running `cargo check --bins` on omicron-repl-utils (232/301) |
| 4062 | 2026-07-29T07:40:31.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-07-29T07:40:31.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-07-29T07:40:31.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-07-29T07:40:31.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4066 | 2026-07-29T07:40:31.113Z | |
| 4067 | 2026-07-29T07:40:31.113Z | info: running `cargo check --bins` on transient-dns-server (233/301) |
| 4068 | 2026-07-29T07:40:31.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-07-29T07:40:31.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-07-29T07:40:31.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4071 | 2026-07-29T07:40:31.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4072 | 2026-07-29T07:40:31.678Z | |
| 4073 | 2026-07-29T07:40:31.678Z | info: running `cargo check --bins` on nexus-test-interface (234/301) |
| 4074 | 2026-07-29T07:40:32.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4075 | 2026-07-29T07:40:32.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4076 | 2026-07-29T07:40:32.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4077 | 2026-07-29T07:40:32.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4078 | 2026-07-29T07:40:32.290Z | |
| 4079 | 2026-07-29T07:40:32.290Z | info: running `cargo check --bins` on oximeter-collector (235/301) |
| 4080 | 2026-07-29T07:40:32.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4081 | 2026-07-29T07:40:32.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4082 | 2026-07-29T07:40:32.986Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4083 | 2026-07-29T07:40:32.986Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4084 | 2026-07-29T07:40:33.621Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4085 | 2026-07-29T07:40:35.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 4086 | 2026-07-29T07:40:35.452Z | |
| 4087 | 2026-07-29T07:40:35.452Z | info: running `cargo check --bins` on oximeter-api (236/301) |
| 4088 | 2026-07-29T07:40:35.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4089 | 2026-07-29T07:40:35.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4090 | 2026-07-29T07:40:35.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4091 | 2026-07-29T07:40:35.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4092 | 2026-07-29T07:40:36.007Z | |
| 4093 | 2026-07-29T07:40:36.007Z | info: running `cargo check --bins` on cert-dev (237/301) |
| 4094 | 2026-07-29T07:40:36.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4095 | 2026-07-29T07:40:36.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4096 | 2026-07-29T07:40:36.586Z | Checking yasna v0.5.2 |
| 4097 | 2026-07-29T07:40:36.988Z | Checking rcgen v0.12.1 |
| 4098 | 2026-07-29T07:40:37.236Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4099 | 2026-07-29T07:40:37.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4100 | 2026-07-29T07:40:37.574Z | |
| 4101 | 2026-07-29T07:40:37.574Z | info: running `cargo check --bins` on clickana (238/301) |
| 4102 | 2026-07-29T07:40:38.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-07-29T07:40:38.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-07-29T07:40:38.191Z | Compiling instability v0.3.11 |
| 4105 | 2026-07-29T07:40:38.191Z | Checking castaway v0.2.4 |
| 4106 | 2026-07-29T07:40:38.193Z | Compiling indoc v2.0.7 |
| 4107 | 2026-07-29T07:40:38.193Z | Checking unicode-truncate v1.1.0 |
| 4108 | 2026-07-29T07:40:38.308Z | Checking lru v0.12.5 |
| 4109 | 2026-07-29T07:40:38.313Z | Checking cassowary v0.3.0 |
| 4110 | 2026-07-29T07:40:38.384Z | Checking compact_str v0.8.1 |
| 4111 | 2026-07-29T07:40:39.170Z | Checking ratatui v0.29.0 |
| 4112 | 2026-07-29T07:40:40.237Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4113 | 2026-07-29T07:40:40.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 4114 | 2026-07-29T07:40:41.077Z | |
| 4115 | 2026-07-29T07:40:41.077Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/301) |
| 4116 | 2026-07-29T07:40:41.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-07-29T07:40:41.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-07-29T07:40:41.761Z | Checking headers-core v0.3.0 |
| 4119 | 2026-07-29T07:40:41.764Z | Checking port-file v0.1.0 |
| 4120 | 2026-07-29T07:40:41.764Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4121 | 2026-07-29T07:40:41.954Z | Checking headers v0.4.1 |
| 4122 | 2026-07-29T07:40:42.321Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4123 | 2026-07-29T07:40:43.248Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4124 | 2026-07-29T07:40:43.739Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4125 | 2026-07-29T07:40:44.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4126 | 2026-07-29T07:40:44.336Z | |
| 4127 | 2026-07-29T07:40:44.337Z | info: running `cargo check --bins` on ch-dev (240/301) |
| 4128 | 2026-07-29T07:40:44.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-07-29T07:40:44.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-07-29T07:40:45.024Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4131 | 2026-07-29T07:40:45.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4132 | 2026-07-29T07:40:45.945Z | |
| 4133 | 2026-07-29T07:40:45.945Z | info: running `cargo check --bins` on dev-tools-common (241/301) |
| 4134 | 2026-07-29T07:40:46.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4135 | 2026-07-29T07:40:46.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4136 | 2026-07-29T07:40:46.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4137 | 2026-07-29T07:40:46.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 4138 | 2026-07-29T07:40:46.356Z | |
| 4139 | 2026-07-29T07:40:46.356Z | info: running `cargo check --bins` on corpus-adjust (242/301) |
| 4140 | 2026-07-29T07:40:46.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4141 | 2026-07-29T07:40:46.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4142 | 2026-07-29T07:40:46.952Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4143 | 2026-07-29T07:40:47.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 4144 | 2026-07-29T07:40:47.468Z | |
| 4145 | 2026-07-29T07:40:47.469Z | info: running `cargo check --bins` on crdb-seed (243/301) |
| 4146 | 2026-07-29T07:40:47.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4147 | 2026-07-29T07:40:47.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4148 | 2026-07-29T07:40:48.153Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4149 | 2026-07-29T07:40:49.221Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4150 | 2026-07-29T07:40:49.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
| 4151 | 2026-07-29T07:40:49.748Z | |
| 4152 | 2026-07-29T07:40:49.748Z | info: running `cargo check --bins` on db-dev (244/301) |
| 4153 | 2026-07-29T07:40:50.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4154 | 2026-07-29T07:40:50.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4155 | 2026-07-29T07:40:50.442Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4156 | 2026-07-29T07:40:51.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4157 | 2026-07-29T07:40:51.366Z | |
| 4158 | 2026-07-29T07:40:51.366Z | info: running `cargo check --bins` on omicron-dev-lib (245/301) |
| 4159 | 2026-07-29T07:40:51.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4160 | 2026-07-29T07:40:51.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4161 | 2026-07-29T07:40:51.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4162 | 2026-07-29T07:40:51.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4163 | 2026-07-29T07:40:51.966Z | |
| 4164 | 2026-07-29T07:40:51.966Z | info: running `cargo check --bins` on xtask-downloader (246/301) |
| 4165 | 2026-07-29T07:40:52.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4166 | 2026-07-29T07:40:52.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4167 | 2026-07-29T07:40:52.552Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4168 | 2026-07-29T07:40:53.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 4169 | 2026-07-29T07:40:53.398Z | |
| 4170 | 2026-07-29T07:40:53.398Z | info: running `cargo check --bins` on omicron-dropshot-apis (247/301) |
| 4171 | 2026-07-29T07:40:53.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4172 | 2026-07-29T07:40:53.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4173 | 2026-07-29T07:40:54.119Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4174 | 2026-07-29T07:40:54.119Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4175 | 2026-07-29T07:40:54.122Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4176 | 2026-07-29T07:40:54.122Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4177 | 2026-07-29T07:40:54.122Z | Checking git-stub v1.0.0 |
| 4178 | 2026-07-29T07:40:54.122Z | Compiling trait-variant v0.1.2 |
| 4179 | 2026-07-29T07:40:54.245Z | Checking maplit v1.0.2 |
| 4180 | 2026-07-29T07:40:54.251Z | Checking is_ci v1.2.0 |
| 4181 | 2026-07-29T07:40:54.327Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4182 | 2026-07-29T07:40:54.355Z | Checking supports-color v3.0.2 |
| 4183 | 2026-07-29T07:40:54.373Z | Checking git-stub-vcs v0.1.0 |
| 4184 | 2026-07-29T07:40:54.473Z | Checking drift v0.2.0 |
| 4185 | 2026-07-29T07:40:54.503Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4186 | 2026-07-29T07:40:54.529Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4187 | 2026-07-29T07:40:54.566Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4188 | 2026-07-29T07:40:54.744Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4189 | 2026-07-29T07:40:54.771Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4190 | 2026-07-29T07:40:54.786Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4191 | 2026-07-29T07:40:54.822Z | Checking dropshot-api-manager v0.7.2 |
| 4192 | 2026-07-29T07:40:55.031Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4193 | 2026-07-29T07:40:55.174Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4194 | 2026-07-29T07:40:55.514Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4195 | 2026-07-29T07:40:56.033Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4196 | 2026-07-29T07:40:56.033Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4197 | 2026-07-29T07:41:00.455Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4198 | 2026-07-29T07:41:01.368Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4199 | 2026-07-29T07:41:01.903Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4200 | 2026-07-29T07:41:02.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s |
| 4201 | 2026-07-29T07:41:02.334Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4202 | 2026-07-29T07:41:02.334Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4203 | 2026-07-29T07:41:02.519Z | |
| 4204 | 2026-07-29T07:41:02.519Z | info: running `cargo check --bins` on installinator-api (248/301) |
| 4205 | 2026-07-29T07:41:02.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2026-07-29T07:41:02.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2026-07-29T07:41:02.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4208 | 2026-07-29T07:41:02.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4209 | 2026-07-29T07:41:03.077Z | |
| 4210 | 2026-07-29T07:41:03.077Z | info: running `cargo check --bins` on nexus-external-api (249/301) |
| 4211 | 2026-07-29T07:41:03.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4212 | 2026-07-29T07:41:03.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4213 | 2026-07-29T07:41:03.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4214 | 2026-07-29T07:41:03.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4215 | 2026-07-29T07:41:03.675Z | |
| 4216 | 2026-07-29T07:41:03.675Z | info: running `cargo check --bins` on nexus-internal-api (250/301) |
| 4217 | 2026-07-29T07:41:04.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4218 | 2026-07-29T07:41:04.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4219 | 2026-07-29T07:41:04.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4220 | 2026-07-29T07:41:04.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4221 | 2026-07-29T07:41:04.276Z | |
| 4222 | 2026-07-29T07:41:04.276Z | info: running `cargo check --bins` on nexus-lockstep-api (251/301) |
| 4223 | 2026-07-29T07:41:04.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-07-29T07:41:04.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-07-29T07:41:04.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4226 | 2026-07-29T07:41:04.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4227 | 2026-07-29T07:41:04.875Z | |
| 4228 | 2026-07-29T07:41:04.875Z | info: running `cargo check --bins` on ntp-admin-api (252/301) |
| 4229 | 2026-07-29T07:41:05.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-07-29T07:41:05.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-07-29T07:41:05.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4232 | 2026-07-29T07:41:05.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4233 | 2026-07-29T07:41:05.434Z | |
| 4234 | 2026-07-29T07:41:05.434Z | info: running `cargo check --bins` on ntp-admin-types-versions (253/301) |
| 4235 | 2026-07-29T07:41:05.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-07-29T07:41:05.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-07-29T07:41:05.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-07-29T07:41:05.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4239 | 2026-07-29T07:41:05.981Z | |
| 4240 | 2026-07-29T07:41:05.981Z | info: running `cargo check --bins` on wicketd-api (254/301) |
| 4241 | 2026-07-29T07:41:06.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-07-29T07:41:06.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-07-29T07:41:06.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4244 | 2026-07-29T07:41:06.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4245 | 2026-07-29T07:41:06.546Z | |
| 4246 | 2026-07-29T07:41:06.546Z | info: running `cargo check --bins` on wicketd-commission-api (255/301) |
| 4247 | 2026-07-29T07:41:07.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-07-29T07:41:07.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-07-29T07:41:07.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4250 | 2026-07-29T07:41:07.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4251 | 2026-07-29T07:41:07.109Z | |
| 4252 | 2026-07-29T07:41:07.109Z | info: running `cargo check --bins` on omicron-ls-apis (256/301) |
| 4253 | 2026-07-29T07:41:07.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4254 | 2026-07-29T07:41:07.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4255 | 2026-07-29T07:41:07.692Z | Compiling blake3 v1.8.5 |
| 4256 | 2026-07-29T07:41:07.801Z | Checking constant_time_eq v0.4.2 |
| 4257 | 2026-07-29T07:41:07.801Z | Checking arrayref v0.3.9 |
| 4258 | 2026-07-29T07:41:07.811Z | Checking arrayvec v0.7.6 |
| 4259 | 2026-07-29T07:41:07.826Z | Checking cargo-platform v0.3.2 |
| 4260 | 2026-07-29T07:41:07.826Z | Checking topological-sort v0.2.2 |
| 4261 | 2026-07-29T07:41:07.829Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4262 | 2026-07-29T07:41:07.986Z | Checking cargo_metadata v0.23.1 |
| 4263 | 2026-07-29T07:41:08.565Z | Checking omicron-zone-package v0.12.3 |
| 4264 | 2026-07-29T07:41:09.270Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4265 | 2026-07-29T07:41:10.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 4266 | 2026-07-29T07:41:10.268Z | |
| 4267 | 2026-07-29T07:41:10.268Z | info: running `cargo check --bins` on mgs-dev (257/301) |
| 4268 | 2026-07-29T07:41:10.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4269 | 2026-07-29T07:41:10.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4270 | 2026-07-29T07:41:10.987Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4271 | 2026-07-29T07:41:11.603Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4272 | 2026-07-29T07:41:12.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 4273 | 2026-07-29T07:41:12.297Z | |
| 4274 | 2026-07-29T07:41:12.297Z | info: running `cargo check --bins` on omicron-omdb (258/301) |
| 4275 | 2026-07-29T07:41:12.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-07-29T07:41:12.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-07-29T07:41:13.245Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4278 | 2026-07-29T07:41:13.245Z | Compiling darling_core v0.21.3 |
| 4279 | 2026-07-29T07:41:13.245Z | Compiling vergen-lib v0.1.6 |
| 4280 | 2026-07-29T07:41:13.245Z | Compiling diesel_derives v2.3.7 |
| 4281 | 2026-07-29T07:41:13.248Z | Checking scheduled-thread-pool v0.2.7 |
| 4282 | 2026-07-29T07:41:13.248Z | Compiling vergen-gitcl v1.0.8 |
| 4283 | 2026-07-29T07:41:13.248Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4284 | 2026-07-29T07:41:13.422Z | Compiling dirs-sys-next v0.1.2 |
| 4285 | 2026-07-29T07:41:13.541Z | Compiling crunchy v0.2.4 |
| 4286 | 2026-07-29T07:41:13.579Z | Compiling glob v0.3.3 |
| 4287 | 2026-07-29T07:41:13.595Z | Checking r2d2 v0.8.10 |
| 4288 | 2026-07-29T07:41:13.645Z | Compiling dirs-next v2.0.0 |
| 4289 | 2026-07-29T07:41:13.733Z | Checking downcast-rs v2.0.2 |
| 4290 | 2026-07-29T07:41:13.763Z | Compiling tiny-keccak v2.0.2 |
| 4291 | 2026-07-29T07:41:13.766Z | Compiling term v0.7.0 |
| 4292 | 2026-07-29T07:41:13.950Z | Compiling clang-sys v1.8.1 |
| 4293 | 2026-07-29T07:41:13.967Z | Compiling bit-vec v0.6.3 |
| 4294 | 2026-07-29T07:41:14.016Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4295 | 2026-07-29T07:41:14.185Z | Compiling bit-set v0.5.3 |
| 4296 | 2026-07-29T07:41:14.203Z | Compiling ascii-canvas v3.0.0 |
| 4297 | 2026-07-29T07:41:14.320Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4298 | 2026-07-29T07:41:14.344Z | Compiling itertools v0.10.5 |
| 4299 | 2026-07-29T07:41:14.377Z | Compiling ena v0.14.4 |
| 4300 | 2026-07-29T07:41:14.408Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4301 | 2026-07-29T07:41:14.443Z | Compiling libloading v0.8.9 |
| 4302 | 2026-07-29T07:41:14.459Z | Compiling regex-syntax v0.6.29 |
| 4303 | 2026-07-29T07:41:14.474Z | Compiling diff v0.1.13 |
| 4304 | 2026-07-29T07:41:14.591Z | Compiling bindgen v0.71.1 |
| 4305 | 2026-07-29T07:41:14.753Z | Compiling cexpr v0.6.0 |
| 4306 | 2026-07-29T07:41:14.986Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4307 | 2026-07-29T07:41:15.063Z | Compiling rustc-hash v2.1.1 |
| 4308 | 2026-07-29T07:41:15.213Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4309 | 2026-07-29T07:41:15.362Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4310 | 2026-07-29T07:41:15.409Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4311 | 2026-07-29T07:41:15.425Z | Compiling libxml v0.3.3 |
| 4312 | 2026-07-29T07:41:15.669Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4313 | 2026-07-29T07:41:15.688Z | Compiling strum_macros v0.24.3 |
| 4314 | 2026-07-29T07:41:15.691Z | Compiling indoc v1.0.9 |
| 4315 | 2026-07-29T07:41:15.855Z | Compiling lalrpop v0.19.12 |
| 4316 | 2026-07-29T07:41:15.937Z | Compiling darling_macro v0.21.3 |
| 4317 | 2026-07-29T07:41:16.455Z | Compiling darling v0.21.3 |
| 4318 | 2026-07-29T07:41:16.519Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4319 | 2026-07-29T07:41:16.546Z | Compiling dsl_auto_type v0.2.0 |
| 4320 | 2026-07-29T07:41:16.704Z | Checking derive_builder v0.20.2 |
| 4321 | 2026-07-29T07:41:16.822Z | Compiling oso-derive v0.27.3 |
| 4322 | 2026-07-29T07:41:17.020Z | Checking quick-xml v0.37.5 |
| 4323 | 2026-07-29T07:41:17.059Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4324 | 2026-07-29T07:41:17.327Z | Checking openssl-probe v0.1.6 |
| 4325 | 2026-07-29T07:41:17.507Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4326 | 2026-07-29T07:41:17.923Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4327 | 2026-07-29T07:41:18.113Z | Checking bb8 v0.8.6 |
| 4328 | 2026-07-29T07:41:18.255Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4329 | 2026-07-29T07:41:18.277Z | Checking nonempty v0.12.0 |
| 4330 | 2026-07-29T07:41:18.406Z | Compiling libz-sys v1.1.24 |
| 4331 | 2026-07-29T07:41:18.459Z | Compiling strsim v0.10.0 |
| 4332 | 2026-07-29T07:41:18.479Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4333 | 2026-07-29T07:41:18.656Z | Compiling darling_core v0.13.4 |
| 4334 | 2026-07-29T07:41:18.804Z | Compiling vergen-git2 v9.1.0 |
| 4335 | 2026-07-29T07:41:18.982Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4336 | 2026-07-29T07:41:19.022Z | Compiling base64 v0.21.7 |
| 4337 | 2026-07-29T07:41:19.192Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4338 | 2026-07-29T07:41:19.349Z | Compiling ron v0.8.1 |
| 4339 | 2026-07-29T07:41:20.158Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4340 | 2026-07-29T07:41:20.278Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4341 | 2026-07-29T07:41:20.367Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4342 | 2026-07-29T07:41:20.499Z | Compiling darling_macro v0.13.4 |
| 4343 | 2026-07-29T07:41:20.550Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4344 | 2026-07-29T07:41:20.739Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4345 | 2026-07-29T07:41:20.930Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4346 | 2026-07-29T07:41:20.994Z | Compiling darling v0.13.4 |
| 4347 | 2026-07-29T07:41:21.088Z | Compiling serde_with_macros v1.5.2 |
| 4348 | 2026-07-29T07:41:21.119Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4349 | 2026-07-29T07:41:21.314Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4350 | 2026-07-29T07:41:21.497Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4351 | 2026-07-29T07:41:21.655Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4352 | 2026-07-29T07:41:21.680Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4353 | 2026-07-29T07:41:21.944Z | Compiling serde_with v1.14.0 |
| 4354 | 2026-07-29T07:41:22.408Z | Checking diesel v2.3.7 |
| 4355 | 2026-07-29T07:41:23.139Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4356 | 2026-07-29T07:41:23.384Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4357 | 2026-07-29T07:41:23.469Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4358 | 2026-07-29T07:41:24.151Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4359 | 2026-07-29T07:41:24.396Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4360 | 2026-07-29T07:41:24.758Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4361 | 2026-07-29T07:41:25.005Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4362 | 2026-07-29T07:41:25.503Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4363 | 2026-07-29T07:41:25.699Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4364 | 2026-07-29T07:41:25.715Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4365 | 2026-07-29T07:41:25.973Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4366 | 2026-07-29T07:41:26.071Z | Checking twox-hash v2.1.2 |
| 4367 | 2026-07-29T07:41:26.158Z | Checking libsw-core v0.3.2 |
| 4368 | 2026-07-29T07:41:26.297Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4369 | 2026-07-29T07:41:26.315Z | Checking libsw v3.5.0 |
| 4370 | 2026-07-29T07:41:26.394Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4371 | 2026-07-29T07:41:26.470Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4372 | 2026-07-29T07:41:26.718Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4373 | 2026-07-29T07:41:26.872Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4374 | 2026-07-29T07:41:28.158Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4375 | 2026-07-29T07:41:28.177Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4376 | 2026-07-29T07:41:28.415Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4377 | 2026-07-29T07:41:28.827Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4378 | 2026-07-29T07:41:29.106Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4379 | 2026-07-29T07:41:29.296Z | Checking console v0.16.2 |
| 4380 | 2026-07-29T07:41:29.604Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4381 | 2026-07-29T07:41:29.755Z | Checking fatfs v0.3.6 |
| 4382 | 2026-07-29T07:41:29.802Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4383 | 2026-07-29T07:41:30.226Z | Checking unit-prefix v0.5.2 |
| 4384 | 2026-07-29T07:41:30.363Z | Compiling seq-macro v0.3.6 |
| 4385 | 2026-07-29T07:41:30.864Z | Checking indicatif v0.18.4 |
| 4386 | 2026-07-29T07:41:31.153Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4387 | 2026-07-29T07:41:31.252Z | Checking oxide-update-engine-display v0.1.2 |
| 4388 | 2026-07-29T07:41:31.271Z | Checking support-bundle-viewer v0.1.2 |
| 4389 | 2026-07-29T07:41:31.512Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4390 | 2026-07-29T07:41:31.548Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4391 | 2026-07-29T07:41:31.787Z | Checking multimap v0.10.1 |
| 4392 | 2026-07-29T07:41:37.269Z | Checking diesel-dtrace v0.5.0 |
| 4393 | 2026-07-29T07:41:37.526Z | Checking async-bb8-diesel v0.2.1 |
| 4394 | 2026-07-29T07:41:42.193Z | Compiling samael v0.0.19 |
| 4395 | 2026-07-29T07:41:45.551Z | Compiling git2 v0.20.4 |
| 4396 | 2026-07-29T07:41:46.979Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4397 | 2026-07-29T07:41:47.940Z | Compiling polar-core v0.27.3 |
| 4398 | 2026-07-29T07:41:48.054Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4399 | 2026-07-29T07:41:52.392Z | Checking oso v0.27.3 |
| 4400 | 2026-07-29T07:42:23.937Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4401 | 2026-07-29T07:43:37.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
| 4402 | 2026-07-29T07:43:37.225Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4403 | 2026-07-29T07:43:37.225Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4404 | 2026-07-29T07:43:37.438Z | |
| 4405 | 2026-07-29T07:43:37.438Z | info: running `cargo check --bins` on nexus-networking (259/301) |
| 4406 | 2026-07-29T07:43:38.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4407 | 2026-07-29T07:43:38.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4408 | 2026-07-29T07:43:38.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4409 | 2026-07-29T07:43:38.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4410 | 2026-07-29T07:43:38.111Z | |
| 4411 | 2026-07-29T07:43:38.111Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (260/301) |
| 4412 | 2026-07-29T07:43:38.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4413 | 2026-07-29T07:43:38.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4414 | 2026-07-29T07:43:38.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4415 | 2026-07-29T07:43:38.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4416 | 2026-07-29T07:43:38.738Z | |
| 4417 | 2026-07-29T07:43:38.738Z | info: running `cargo check --bins` on nexus-saga-recovery (261/301) |
| 4418 | 2026-07-29T07:43:39.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4419 | 2026-07-29T07:43:39.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4420 | 2026-07-29T07:43:39.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4421 | 2026-07-29T07:43:39.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4422 | 2026-07-29T07:43:39.364Z | |
| 4423 | 2026-07-29T07:43:39.365Z | info: running `cargo check --bins` on nexus-test-utils-macros (262/301) |
| 4424 | 2026-07-29T07:43:39.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4425 | 2026-07-29T07:43:39.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4426 | 2026-07-29T07:43:39.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4427 | 2026-07-29T07:43:39.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4428 | 2026-07-29T07:43:39.917Z | |
| 4429 | 2026-07-29T07:43:39.917Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (263/301) |
| 4430 | 2026-07-29T07:43:40.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4431 | 2026-07-29T07:43:40.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4432 | 2026-07-29T07:43:40.718Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4433 | 2026-07-29T07:43:41.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 4434 | 2026-07-29T07:43:41.479Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4435 | 2026-07-29T07:43:41.479Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4436 | 2026-07-29T07:43:41.691Z | |
| 4437 | 2026-07-29T07:43:41.691Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/301) |
| 4438 | 2026-07-29T07:43:42.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-07-29T07:43:42.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-07-29T07:43:42.504Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4441 | 2026-07-29T07:44:20.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.78s |
| 4442 | 2026-07-29T07:44:20.480Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4443 | 2026-07-29T07:44:20.480Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4444 | 2026-07-29T07:44:20.694Z | |
| 4445 | 2026-07-29T07:44:20.694Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/301) |
| 4446 | 2026-07-29T07:44:21.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-07-29T07:44:21.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-07-29T07:44:21.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4449 | 2026-07-29T07:44:21.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4450 | 2026-07-29T07:44:21.243Z | |
| 4451 | 2026-07-29T07:44:21.243Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/301) |
| 4452 | 2026-07-29T07:44:21.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4453 | 2026-07-29T07:44:21.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4454 | 2026-07-29T07:44:21.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4455 | 2026-07-29T07:44:21.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4456 | 2026-07-29T07:44:21.797Z | |
| 4457 | 2026-07-29T07:44:21.797Z | info: running `cargo check --bins --no-default-features` on nexus-fm (267/301) |
| 4458 | 2026-07-29T07:44:22.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4459 | 2026-07-29T07:44:22.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4460 | 2026-07-29T07:44:22.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4461 | 2026-07-29T07:44:22.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4462 | 2026-07-29T07:44:22.406Z | |
| 4463 | 2026-07-29T07:44:22.406Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/301) |
| 4464 | 2026-07-29T07:44:22.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4465 | 2026-07-29T07:44:22.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4466 | 2026-07-29T07:44:22.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4467 | 2026-07-29T07:44:22.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4468 | 2026-07-29T07:44:23.027Z | |
| 4469 | 2026-07-29T07:44:23.028Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (269/301) |
| 4470 | 2026-07-29T07:44:23.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4471 | 2026-07-29T07:44:23.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4472 | 2026-07-29T07:44:23.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4473 | 2026-07-29T07:44:23.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4474 | 2026-07-29T07:44:23.644Z | |
| 4475 | 2026-07-29T07:44:23.644Z | info: running `cargo check --bins` on nexus-mgs-updates (270/301) |
| 4476 | 2026-07-29T07:44:24.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-07-29T07:44:24.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-07-29T07:44:24.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4479 | 2026-07-29T07:44:24.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4480 | 2026-07-29T07:44:24.251Z | |
| 4481 | 2026-07-29T07:44:24.251Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (271/301) |
| 4482 | 2026-07-29T07:44:24.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-07-29T07:44:24.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-07-29T07:44:24.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4485 | 2026-07-29T07:44:24.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4486 | 2026-07-29T07:44:24.878Z | |
| 4487 | 2026-07-29T07:44:24.878Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/301) |
| 4488 | 2026-07-29T07:44:25.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4489 | 2026-07-29T07:44:25.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4490 | 2026-07-29T07:44:25.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4491 | 2026-07-29T07:44:25.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4492 | 2026-07-29T07:44:25.492Z | |
| 4493 | 2026-07-29T07:44:25.492Z | info: running `cargo check --bins` on nexus-switch-config (273/301) |
| 4494 | 2026-07-29T07:44:25.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4495 | 2026-07-29T07:44:26.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4496 | 2026-07-29T07:44:26.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4497 | 2026-07-29T07:44:26.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4498 | 2026-07-29T07:44:26.090Z | |
| 4499 | 2026-07-29T07:44:26.090Z | info: running `cargo check --bins` on nexus-switch-config-preparation (274/301) |
| 4500 | 2026-07-29T07:44:26.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4501 | 2026-07-29T07:44:26.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4502 | 2026-07-29T07:44:26.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4503 | 2026-07-29T07:44:26.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4504 | 2026-07-29T07:44:26.707Z | |
| 4505 | 2026-07-29T07:44:26.707Z | info: running `cargo check --bins` on support-bundle-collection (275/301) |
| 4506 | 2026-07-29T07:44:27.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4507 | 2026-07-29T07:44:27.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4508 | 2026-07-29T07:44:27.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4509 | 2026-07-29T07:44:27.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4510 | 2026-07-29T07:44:27.324Z | |
| 4511 | 2026-07-29T07:44:27.324Z | info: running `cargo check --bins` on omicron-dev (276/301) |
| 4512 | 2026-07-29T07:44:27.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4513 | 2026-07-29T07:44:27.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4514 | 2026-07-29T07:44:28.195Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4515 | 2026-07-29T07:44:28.195Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4516 | 2026-07-29T07:44:28.384Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4517 | 2026-07-29T07:44:28.415Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4518 | 2026-07-29T07:44:28.431Z | Checking yansi v1.0.1 |
| 4519 | 2026-07-29T07:44:28.435Z | Checking diff v0.1.13 |
| 4520 | 2026-07-29T07:44:28.463Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4521 | 2026-07-29T07:44:28.466Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4522 | 2026-07-29T07:44:28.689Z | Checking pretty_assertions v1.4.1 |
| 4523 | 2026-07-29T07:44:29.426Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4524 | 2026-07-29T07:44:29.465Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4525 | 2026-07-29T07:44:54.037Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4526 | 2026-07-29T07:44:54.041Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4527 | 2026-07-29T07:44:54.041Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4528 | 2026-07-29T07:44:54.041Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4529 | 2026-07-29T07:44:54.041Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4530 | 2026-07-29T07:44:54.041Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4531 | 2026-07-29T07:44:54.041Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4532 | 2026-07-29T07:44:54.861Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4533 | 2026-07-29T07:44:54.865Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4534 | 2026-07-29T07:44:56.084Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4535 | 2026-07-29T07:45:34.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4536 | 2026-07-29T07:45:34.006Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4537 | 2026-07-29T07:45:34.006Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4538 | 2026-07-29T07:45:34.209Z | |
| 4539 | 2026-07-29T07:45:34.209Z | info: running `cargo check --bins` on oximeter-load-test (277/301) |
| 4540 | 2026-07-29T07:45:34.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4541 | 2026-07-29T07:45:34.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4542 | 2026-07-29T07:45:34.905Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4543 | 2026-07-29T07:45:35.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4544 | 2026-07-29T07:45:35.695Z | |
| 4545 | 2026-07-29T07:45:35.695Z | info: running `cargo check --bins` on omicron-pins (278/301) |
| 4546 | 2026-07-29T07:45:36.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4547 | 2026-07-29T07:45:36.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4548 | 2026-07-29T07:45:36.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4549 | 2026-07-29T07:45:36.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4550 | 2026-07-29T07:45:36.241Z | |
| 4551 | 2026-07-29T07:45:36.241Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301) |
| 4552 | 2026-07-29T07:45:36.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4553 | 2026-07-29T07:45:36.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4554 | 2026-07-29T07:45:37.004Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4555 | 2026-07-29T07:45:37.119Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4556 | 2026-07-29T07:45:37.133Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4557 | 2026-07-29T07:46:03.569Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4558 | 2026-07-29T07:46:03.962Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4559 | 2026-07-29T07:46:05.745Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4560 | 2026-07-29T07:46:06.208Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4561 | 2026-07-29T07:46:09.315Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4562 | 2026-07-29T07:46:33.002Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4563 | 2026-07-29T07:46:33.717Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4564 | 2026-07-29T07:46:35.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.11s |
| 4565 | 2026-07-29T07:46:35.553Z | |
| 4566 | 2026-07-29T07:46:35.553Z | info: running `cargo check --bins` on reconfigurator-sp-updater (280/301) |
| 4567 | 2026-07-29T07:46:36.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4568 | 2026-07-29T07:46:36.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4569 | 2026-07-29T07:46:36.249Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4570 | 2026-07-29T07:46:36.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4571 | 2026-07-29T07:46:37.119Z | |
| 4572 | 2026-07-29T07:46:37.119Z | info: running `cargo check --bins` on omicron-releng (281/301) |
| 4573 | 2026-07-29T07:46:37.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4574 | 2026-07-29T07:46:37.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4575 | 2026-07-29T07:46:37.744Z | Checking serde_json v1.0.151 |
| 4576 | 2026-07-29T07:46:37.906Z | Checking cms v0.2.3 |
| 4577 | 2026-07-29T07:46:37.940Z | Checking sha2 v0.11.0 |
| 4578 | 2026-07-29T07:46:37.940Z | Checking rustls-platform-verifier v0.7.0 |
| 4579 | 2026-07-29T07:46:37.965Z | Checking ryu-js v1.0.3 |
| 4580 | 2026-07-29T07:46:37.978Z | Checking p256 v0.13.2 |
| 4581 | 2026-07-29T07:46:37.989Z | Checking digest-io v0.1.0 |
| 4582 | 2026-07-29T07:46:38.001Z | Checking rawzip v0.4.4 |
| 4583 | 2026-07-29T07:46:38.085Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4584 | 2026-07-29T07:46:38.108Z | Checking shell-words v1.1.1 |
| 4585 | 2026-07-29T07:46:38.343Z | Checking crmf v0.2.0 |
| 4586 | 2026-07-29T07:46:38.560Z | Checking schemars v0.8.22 |
| 4587 | 2026-07-29T07:46:38.560Z | Checking cookie_store v0.22.1 |
| 4588 | 2026-07-29T07:46:38.560Z | Checking dof v0.4.0 |
| 4589 | 2026-07-29T07:46:38.563Z | Checking reqwest v0.12.28 |
| 4590 | 2026-07-29T07:46:38.563Z | Checking olpc-cjson v0.1.4 |
| 4591 | 2026-07-29T07:46:38.563Z | Checking postgres-types v0.2.12 |
| 4592 | 2026-07-29T07:46:38.563Z | Checking dof v0.3.0 |
| 4593 | 2026-07-29T07:46:38.636Z | Checking openapiv3 v2.2.0 |
| 4594 | 2026-07-29T07:46:38.741Z | Checking slog-json v2.6.1 |
| 4595 | 2026-07-29T07:46:38.862Z | Checking usdt-impl v0.5.0 |
| 4596 | 2026-07-29T07:46:38.885Z | Checking reqwest v0.13.2 |
| 4597 | 2026-07-29T07:46:38.888Z | Checking tokio-postgres v0.7.16 |
| 4598 | 2026-07-29T07:46:38.910Z | Checking slog-bunyan v2.5.0 |
| 4599 | 2026-07-29T07:46:39.075Z | Checking cmpv2 v0.2.0 |
| 4600 | 2026-07-29T07:46:39.138Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4601 | 2026-07-29T07:46:39.187Z | Checking usdt-impl v0.6.0 |
| 4602 | 2026-07-29T07:46:39.254Z | Checking ipnetwork v0.21.1 |
| 4603 | 2026-07-29T07:46:39.277Z | Checking newtype-uuid v1.3.2 |
| 4604 | 2026-07-29T07:46:39.369Z | Checking byte-wrapper v0.1.0 |
| 4605 | 2026-07-29T07:46:39.468Z | Checking tough v0.22.0 |
| 4606 | 2026-07-29T07:46:39.471Z | Checking oxnet v0.1.6 |
| 4607 | 2026-07-29T07:46:39.471Z | Checking serde_with v3.21.0 |
| 4608 | 2026-07-29T07:46:39.507Z | Checking usdt v0.6.0 |
| 4609 | 2026-07-29T07:46:39.578Z | Checking x509-tsp v0.1.0 |
| 4610 | 2026-07-29T07:46:39.679Z | Checking cargo_metadata v0.23.1 |
| 4611 | 2026-07-29T07:46:39.741Z | Checking daft v0.1.7 |
| 4612 | 2026-07-29T07:46:39.757Z | Checking progenitor-client v0.14.0 |
| 4613 | 2026-07-29T07:46:39.769Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4614 | 2026-07-29T07:46:39.906Z | Checking dropshot v0.17.1 |
| 4615 | 2026-07-29T07:46:39.986Z | Checking iddqd v0.4.2 |
| 4616 | 2026-07-29T07:46:40.000Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4617 | 2026-07-29T07:46:40.163Z | Checking progenitor-extras v0.2.0 |
| 4618 | 2026-07-29T07:46:40.378Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4619 | 2026-07-29T07:46:40.393Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 4620 | 2026-07-29T07:46:40.414Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4621 | 2026-07-29T07:46:40.598Z | Checking serde_json_canonicalizer v0.3.2 |
| 4622 | 2026-07-29T07:46:40.755Z | Checking omicron-zone-package v0.12.3 |
| 4623 | 2026-07-29T07:46:40.921Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4624 | 2026-07-29T07:46:41.002Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4625 | 2026-07-29T07:46:41.477Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 4626 | 2026-07-29T07:46:41.477Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4627 | 2026-07-29T07:46:41.554Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 4628 | 2026-07-29T07:46:41.554Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4629 | 2026-07-29T07:46:41.591Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4630 | 2026-07-29T07:46:41.793Z | Checking sigstore-verify v0.1.0 (https://github.com/oxidecomputer/sigstore-verify?branch=main#ef97b51d) |
| 4631 | 2026-07-29T07:46:41.838Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 4632 | 2026-07-29T07:46:44.447Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4633 | 2026-07-29T07:46:45.019Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4634 | 2026-07-29T07:46:46.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s |
| 4635 | 2026-07-29T07:46:46.368Z | |
| 4636 | 2026-07-29T07:46:46.368Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (282/301) |
| 4637 | 2026-07-29T07:46:46.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4638 | 2026-07-29T07:46:46.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4639 | 2026-07-29T07:46:46.990Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4640 | 2026-07-29T07:46:47.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 4641 | 2026-07-29T07:46:47.661Z | |
| 4642 | 2026-07-29T07:46:47.661Z | info: running `cargo check --bins` on schema (283/301) |
| 4643 | 2026-07-29T07:46:48.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4644 | 2026-07-29T07:46:48.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4645 | 2026-07-29T07:46:48.365Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4646 | 2026-07-29T07:46:49.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4647 | 2026-07-29T07:46:49.243Z | |
| 4648 | 2026-07-29T07:46:49.243Z | info: running `cargo check --bins` on xtask (284/301) |
| 4649 | 2026-07-29T07:46:49.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-07-29T07:46:49.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-07-29T07:46:49.646Z | Checking serde_core v1.0.228 |
| 4652 | 2026-07-29T07:46:49.647Z | Checking libc v0.2.185 |
| 4653 | 2026-07-29T07:46:49.650Z | Checking bitflags v2.11.0 |
| 4654 | 2026-07-29T07:46:49.732Z | Checking scroll v0.12.0 |
| 4655 | 2026-07-29T07:46:49.735Z | Checking thiserror v1.0.69 |
| 4656 | 2026-07-29T07:46:49.743Z | Checking log v0.4.29 |
| 4657 | 2026-07-29T07:46:49.750Z | Checking zerocopy v0.7.35 |
| 4658 | 2026-07-29T07:46:49.750Z | Checking indexmap v2.14.0 |
| 4659 | 2026-07-29T07:46:49.824Z | Checking syn v2.0.117 |
| 4660 | 2026-07-29T07:46:49.868Z | Checking dtrace-parser v0.2.0 |
| 4661 | 2026-07-29T07:46:49.882Z | Checking once_cell v1.21.3 |
| 4662 | 2026-07-29T07:46:49.950Z | Checking goblin v0.8.2 |
| 4663 | 2026-07-29T07:46:50.007Z | Checking errno v0.3.14 |
| 4664 | 2026-07-29T07:46:50.053Z | Checking getrandom v0.4.1 |
| 4665 | 2026-07-29T07:46:50.100Z | Checking thread-id v4.2.2 |
| 4666 | 2026-07-29T07:46:50.124Z | Checking rustix v1.1.3 |
| 4667 | 2026-07-29T07:46:50.177Z | Checking memmap v0.7.0 |
| 4668 | 2026-07-29T07:46:50.189Z | Checking thiserror v2.0.18 |
| 4669 | 2026-07-29T07:46:50.240Z | Checking fs-err v3.3.0 |
| 4670 | 2026-07-29T07:46:50.286Z | Checking anyhow v1.0.102 |
| 4671 | 2026-07-29T07:46:50.290Z | Checking tabled v0.15.0 |
| 4672 | 2026-07-29T07:46:50.892Z | Checking terminal_size v0.4.3 |
| 4673 | 2026-07-29T07:46:50.892Z | Checking tempfile v3.25.0 |
| 4674 | 2026-07-29T07:46:51.005Z | Checking clap_builder v4.6.0 |
| 4675 | 2026-07-29T07:46:51.005Z | Checking textwrap v0.16.2 |
| 4676 | 2026-07-29T07:46:51.199Z | Checking serde v1.0.228 |
| 4677 | 2026-07-29T07:46:51.199Z | Checking serde_json v1.0.151 |
| 4678 | 2026-07-29T07:46:51.199Z | Checking camino v1.2.2 |
| 4679 | 2026-07-29T07:46:51.226Z | Checking semver v1.0.28 |
| 4680 | 2026-07-29T07:46:51.375Z | Checking cargo-platform v0.3.2 |
| 4681 | 2026-07-29T07:46:51.442Z | Checking camino-tempfile v1.4.1 |
| 4682 | 2026-07-29T07:46:51.600Z | Checking serde_spanned v0.6.9 |
| 4683 | 2026-07-29T07:46:51.600Z | Checking toml_datetime v0.6.11 |
| 4684 | 2026-07-29T07:46:51.603Z | Checking macaddr v1.0.1 |
| 4685 | 2026-07-29T07:46:51.603Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4686 | 2026-07-29T07:46:51.787Z | Checking toml_edit v0.22.27 |
| 4687 | 2026-07-29T07:46:51.812Z | Checking dof v0.3.0 |
| 4688 | 2026-07-29T07:46:51.815Z | Checking cargo_metadata v0.23.1 |
| 4689 | 2026-07-29T07:46:52.078Z | Checking usdt-impl v0.5.0 |
| 4690 | 2026-07-29T07:46:52.182Z | Checking clap v4.6.1 |
| 4691 | 2026-07-29T07:46:52.338Z | Checking usdt v0.5.0 |
| 4692 | 2026-07-29T07:46:52.755Z | Checking toml v0.8.23 |
| 4693 | 2026-07-29T07:46:53.018Z | Checking cargo_toml v0.21.0 |
| 4694 | 2026-07-29T07:46:53.647Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4695 | 2026-07-29T07:46:54.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
| 4696 | 2026-07-29T07:46:54.146Z | |
| 4697 | 2026-07-29T07:46:54.146Z | info: running `cargo check --bins` on dnsadm (285/301) |
| 4698 | 2026-07-29T07:46:54.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4699 | 2026-07-29T07:46:54.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4700 | 2026-07-29T07:46:54.775Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4701 | 2026-07-29T07:46:55.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 4702 | 2026-07-29T07:46:55.437Z | |
| 4703 | 2026-07-29T07:46:55.437Z | info: running `cargo check --bins` on end-to-end-tests (286/301) |
| 4704 | 2026-07-29T07:46:55.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4705 | 2026-07-29T07:46:55.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4706 | 2026-07-29T07:46:56.228Z | Checking cpubits v0.1.1 |
| 4707 | 2026-07-29T07:46:56.355Z | Checking pem-rfc7468 v1.0.0 |
| 4708 | 2026-07-29T07:46:56.366Z | Checking hmac v0.13.0 |
| 4709 | 2026-07-29T07:46:56.369Z | Checking universal-hash v0.6.1 |
| 4710 | 2026-07-29T07:46:56.389Z | Checking ctr v0.10.1 |
| 4711 | 2026-07-29T07:46:56.389Z | Checking aead v0.6.1 |
| 4712 | 2026-07-29T07:46:56.418Z | Checking aes v0.9.1 |
| 4713 | 2026-07-29T07:46:56.418Z | Checking crypto-bigint v0.7.5 |
| 4714 | 2026-07-29T07:46:56.445Z | Checking salsa20 v0.11.0 |
| 4715 | 2026-07-29T07:46:56.487Z | Checking polyval v0.7.1 |
| 4716 | 2026-07-29T07:46:56.501Z | Checking der v0.8.0 |
| 4717 | 2026-07-29T07:46:56.514Z | Checking pbkdf2 v0.13.0 |
| 4718 | 2026-07-29T07:46:56.532Z | Checking cbc v0.2.1 |
| 4719 | 2026-07-29T07:46:56.583Z | Checking ff v0.14.0 |
| 4720 | 2026-07-29T07:46:56.589Z | Checking signature v3.0.0 |
| 4721 | 2026-07-29T07:46:56.628Z | Checking scrypt v0.12.0 |
| 4722 | 2026-07-29T07:46:56.652Z | Checking ghash v0.6.0 |
| 4723 | 2026-07-29T07:46:56.669Z | Checking base16ct v1.0.0 |
| 4724 | 2026-07-29T07:46:56.728Z | Checking group v0.14.0 |
| 4725 | 2026-07-29T07:46:56.757Z | Checking hkdf v0.13.0 |
| 4726 | 2026-07-29T07:46:56.779Z | Compiling curve25519-dalek v5.0.0 |
| 4727 | 2026-07-29T07:46:56.799Z | Checking aes-gcm v0.11.0 |
| 4728 | 2026-07-29T07:46:56.815Z | Checking keccak v0.2.0 |
| 4729 | 2026-07-29T07:46:56.832Z | Checking poly1305 v0.9.0 |
| 4730 | 2026-07-29T07:46:56.871Z | Checking wnaf v0.14.0 |
| 4731 | 2026-07-29T07:46:56.889Z | Checking blowfish v0.10.0 |
| 4732 | 2026-07-29T07:46:56.957Z | Checking blake2 v0.11.0-rc.6 |
| 4733 | 2026-07-29T07:46:56.974Z | Checking sha3 v0.11.0 |
| 4734 | 2026-07-29T07:46:57.035Z | Checking bcrypt-pbkdf v0.11.0 |
| 4735 | 2026-07-29T07:46:57.052Z | Checking kem v0.3.0 |
| 4736 | 2026-07-29T07:46:57.099Z | Checking module-lattice v0.2.3 |
| 4737 | 2026-07-29T07:46:57.166Z | Checking sponge-cursor v0.1.0 |
| 4738 | 2026-07-29T07:46:57.204Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4739 | 2026-07-29T07:46:57.219Z | Checking argon2 v0.6.0-rc.8 |
| 4740 | 2026-07-29T07:46:57.284Z | Checking spki v0.8.0 |
| 4741 | 2026-07-29T07:46:57.299Z | Checking sec1 v0.8.1 |
| 4742 | 2026-07-29T07:46:57.313Z | Checking sha3 v0.12.0 |
| 4743 | 2026-07-29T07:46:57.326Z | Checking ml-kem v0.3.2 |
| 4744 | 2026-07-29T07:46:57.385Z | Checking internal-russh-num-bigint v0.5.0 |
| 4745 | 2026-07-29T07:46:57.451Z | Checking pkcs5 v0.8.1 |
| 4746 | 2026-07-29T07:46:57.495Z | Checking pkcs1 v0.8.0-rc.4 |
| 4747 | 2026-07-29T07:46:57.510Z | Checking num-bigint v0.4.6 |
| 4748 | 2026-07-29T07:46:57.528Z | Checking generic-array v1.4.3 |
| 4749 | 2026-07-29T07:46:57.699Z | Compiling enum_dispatch v0.3.13 |
| 4750 | 2026-07-29T07:46:57.739Z | Checking pkcs8 v0.11.0 |
| 4751 | 2026-07-29T07:46:57.928Z | Checking russh-util v0.52.0 |
| 4752 | 2026-07-29T07:46:57.943Z | Checking ed25519 v3.0.0 |
| 4753 | 2026-07-29T07:46:58.055Z | Compiling delegate v0.13.5 |
| 4754 | 2026-07-29T07:46:58.071Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4755 | 2026-07-29T07:46:58.088Z | Checking hex-literal v1.1.0 |
| 4756 | 2026-07-29T07:46:58.138Z | Checking ed25519-dalek v3.0.0 |
| 4757 | 2026-07-29T07:46:58.186Z | Checking md5 v0.8.0 |
| 4758 | 2026-07-29T07:46:58.267Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4759 | 2026-07-29T07:46:58.355Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4760 | 2026-07-29T07:46:58.356Z | Checking socket2 v0.5.10 |
| 4761 | 2026-07-29T07:46:58.431Z | Checking internet-checksum v0.2.1 |
| 4762 | 2026-07-29T07:46:58.475Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4763 | 2026-07-29T07:46:58.653Z | Checking elliptic-curve v0.14.1 |
| 4764 | 2026-07-29T07:46:58.653Z | Checking rfc6979 v0.6.0 |
| 4765 | 2026-07-29T07:46:58.657Z | Checking primefield v0.14.0 |
| 4766 | 2026-07-29T07:46:58.657Z | Checking ssh-encoding v0.3.0 |
| 4767 | 2026-07-29T07:46:58.657Z | Checking crypto-primes v0.7.2 |
| 4768 | 2026-07-29T07:46:58.926Z | Checking ssh-cipher v0.3.0 |
| 4769 | 2026-07-29T07:46:58.926Z | Checking russh-cryptovec v0.62.0 |
| 4770 | 2026-07-29T07:46:59.060Z | Checking ecdsa v0.17.0 |
| 4771 | 2026-07-29T07:46:59.064Z | Checking primeorder v0.14.0 |
| 4772 | 2026-07-29T07:46:59.419Z | Checking p256 v0.14.0 |
| 4773 | 2026-07-29T07:46:59.419Z | Checking p521 v0.14.0 |
| 4774 | 2026-07-29T07:46:59.422Z | Checking p384 v0.14.0 |
| 4775 | 2026-07-29T07:46:59.631Z | Checking rsa v0.10.0-rc.18 |
| 4776 | 2026-07-29T07:47:02.279Z | Checking ssh-key v0.7.0-rc.11 |
| 4777 | 2026-07-29T07:47:03.015Z | Checking russh v0.62.4 |
| 4778 | 2026-07-29T07:47:16.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.88s |
| 4779 | 2026-07-29T07:47:16.333Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4780 | 2026-07-29T07:47:16.333Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4781 | 2026-07-29T07:47:16.532Z | |
| 4782 | 2026-07-29T07:47:16.532Z | info: running `cargo check --bins` on gateway-cli (287/301) |
| 4783 | 2026-07-29T07:47:17.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4784 | 2026-07-29T07:47:17.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4785 | 2026-07-29T07:47:17.153Z | Checking termios v0.3.3 |
| 4786 | 2026-07-29T07:47:17.346Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4787 | 2026-07-29T07:47:17.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4788 | 2026-07-29T07:47:18.090Z | |
| 4789 | 2026-07-29T07:47:18.090Z | info: running `cargo check --bins --no-default-features` on installinator (288/301) |
| 4790 | 2026-07-29T07:47:18.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4791 | 2026-07-29T07:47:18.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4792 | 2026-07-29T07:47:18.765Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4793 | 2026-07-29T07:47:19.472Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4794 | 2026-07-29T07:47:21.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 4795 | 2026-07-29T07:47:21.322Z | |
| 4796 | 2026-07-29T07:47:21.322Z | info: running `cargo check --bins` on internal-dns-cli (289/301) |
| 4797 | 2026-07-29T07:47:21.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4798 | 2026-07-29T07:47:21.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4799 | 2026-07-29T07:47:21.943Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4800 | 2026-07-29T07:47:22.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 4801 | 2026-07-29T07:47:22.543Z | |
| 4802 | 2026-07-29T07:47:22.543Z | info: running `cargo check --bins` on omicron-live-tests (290/301) |
| 4803 | 2026-07-29T07:47:23.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4804 | 2026-07-29T07:47:23.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4805 | 2026-07-29T07:47:23.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4806 | 2026-07-29T07:47:23.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4807 | 2026-07-29T07:47:23.096Z | |
| 4808 | 2026-07-29T07:47:23.096Z | info: running `cargo check --bins` on live-tests-macros (291/301) |
| 4809 | 2026-07-29T07:47:23.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4810 | 2026-07-29T07:47:23.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4811 | 2026-07-29T07:47:23.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4812 | 2026-07-29T07:47:23.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4813 | 2026-07-29T07:47:23.652Z | |
| 4814 | 2026-07-29T07:47:23.652Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301) |
| 4815 | 2026-07-29T07:47:24.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4816 | 2026-07-29T07:47:24.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4817 | 2026-07-29T07:47:24.387Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4818 | 2026-07-29T07:47:24.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4819 | 2026-07-29T07:47:25.171Z | |
| 4820 | 2026-07-29T07:47:25.171Z | info: running `cargo check --bins` on omicron-ntp-admin (293/301) |
| 4821 | 2026-07-29T07:47:25.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4822 | 2026-07-29T07:47:25.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4823 | 2026-07-29T07:47:25.795Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4824 | 2026-07-29T07:47:25.798Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4825 | 2026-07-29T07:47:26.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4826 | 2026-07-29T07:47:26.853Z | |
| 4827 | 2026-07-29T07:47:26.853Z | info: running `cargo check --bins` on ntp-admin-types (294/301) |
| 4828 | 2026-07-29T07:47:27.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4829 | 2026-07-29T07:47:27.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4830 | 2026-07-29T07:47:27.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4831 | 2026-07-29T07:47:27.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4832 | 2026-07-29T07:47:27.407Z | |
| 4833 | 2026-07-29T07:47:27.407Z | info: running `cargo check --bins` on omicron-package (295/301) |
| 4834 | 2026-07-29T07:47:27.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4835 | 2026-07-29T07:47:27.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4836 | 2026-07-29T07:47:28.071Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4837 | 2026-07-29T07:47:29.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4838 | 2026-07-29T07:47:29.337Z | |
| 4839 | 2026-07-29T07:47:29.337Z | info: running `cargo check --bins` on tqdb (296/301) |
| 4840 | 2026-07-29T07:47:29.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4841 | 2026-07-29T07:47:29.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4842 | 2026-07-29T07:47:30.099Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4843 | 2026-07-29T07:47:30.454Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4844 | 2026-07-29T07:47:30.971Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4845 | 2026-07-29T07:47:30.974Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4846 | 2026-07-29T07:47:37.183Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4847 | 2026-07-29T07:47:37.187Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4848 | 2026-07-29T07:47:37.759Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4849 | 2026-07-29T07:47:37.759Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4850 | 2026-07-29T07:47:37.763Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4851 | 2026-07-29T07:47:37.763Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4852 | 2026-07-29T07:47:38.549Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4853 | 2026-07-29T07:47:39.519Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4854 | 2026-07-29T07:47:40.336Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4855 | 2026-07-29T07:47:40.963Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4856 | 2026-07-29T07:47:45.784Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4857 | 2026-07-29T07:47:52.568Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4858 | 2026-07-29T07:47:52.568Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4859 | 2026-07-29T07:47:52.572Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4860 | 2026-07-29T07:47:52.572Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4861 | 2026-07-29T07:47:54.076Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4862 | 2026-07-29T07:47:55.411Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4863 | 2026-07-29T07:47:56.092Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4864 | 2026-07-29T07:47:57.313Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4865 | 2026-07-29T07:47:57.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.52s |
| 4866 | 2026-07-29T07:47:58.067Z | |
| 4867 | 2026-07-29T07:47:58.067Z | info: running `cargo check --bins` on wicket-dbg (297/301) |
| 4868 | 2026-07-29T07:47:58.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4869 | 2026-07-29T07:47:58.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4870 | 2026-07-29T07:47:58.757Z | Checking rtoolbox v0.0.3 |
| 4871 | 2026-07-29T07:47:58.760Z | Checking tui-tree-widget v0.23.1 |
| 4872 | 2026-07-29T07:47:58.878Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4873 | 2026-07-29T07:47:58.975Z | Checking rpassword v7.5.4 |
| 4874 | 2026-07-29T07:48:01.892Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4875 | 2026-07-29T07:48:03.732Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4876 | 2026-07-29T07:48:04.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s |
| 4877 | 2026-07-29T07:48:04.632Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4878 | 2026-07-29T07:48:04.632Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4879 | 2026-07-29T07:48:04.816Z | |
| 4880 | 2026-07-29T07:48:04.816Z | info: running `cargo check --bins` on wicket (298/301) |
| 4881 | 2026-07-29T07:48:05.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4882 | 2026-07-29T07:48:05.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4883 | 2026-07-29T07:48:05.492Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4884 | 2026-07-29T07:48:05.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 4885 | 2026-07-29T07:48:05.850Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4886 | 2026-07-29T07:48:05.850Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4887 | 2026-07-29T07:48:06.033Z | |
| 4888 | 2026-07-29T07:48:06.033Z | info: running `cargo check --bins` on wicketd (299/301) |
| 4889 | 2026-07-29T07:48:06.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4890 | 2026-07-29T07:48:06.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4891 | 2026-07-29T07:48:06.731Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4892 | 2026-07-29T07:48:10.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
| 4893 | 2026-07-29T07:48:10.253Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4894 | 2026-07-29T07:48:10.253Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4895 | 2026-07-29T07:48:10.435Z | |
| 4896 | 2026-07-29T07:48:10.435Z | info: running `cargo check --bins` on omicron-workspace-hack (300/301) |
| 4897 | 2026-07-29T07:48:10.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4898 | 2026-07-29T07:48:10.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4899 | 2026-07-29T07:48:10.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4900 | 2026-07-29T07:48:10.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4901 | 2026-07-29T07:48:10.989Z | |
| 4902 | 2026-07-29T07:48:10.989Z | info: running `cargo check --bins` on zone-setup (301/301) |
| 4903 | 2026-07-29T07:48:11.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4904 | 2026-07-29T07:48:11.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4905 | 2026-07-29T07:48:11.640Z | Checking uzers v0.12.2 |
| 4906 | 2026-07-29T07:48:11.910Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4907 | 2026-07-29T07:48:12.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4908 | 2026-07-29T07:48:12.863Z | |
| 4909 | 2026-07-29T07:48:12.866Z | real 13:50.356083523 |
| 4910 | 2026-07-29T07:48:12.866Z | user 21:02.362777395 |
| 4911 | 2026-07-29T07:48:12.866Z | sys 4:16.848728215 |
| 4912 | 2026-07-29T07:48:12.866Z | trap 0.342289295 |
| 4913 | 2026-07-29T07:48:12.866Z | tflt 0.640484189 |
| 4914 | 2026-07-29T07:48:12.867Z | dflt 0.973998360 |
| 4915 | 2026-07-29T07:48:12.867Z | kflt 0.005143475 |
| 4916 | 2026-07-29T07:48:12.867Z | lock 1:30:33.289507450 |
| 4917 | 2026-07-29T07:48:12.867Z | slp 1:40:17.247778753 |
| 4918 | 2026-07-29T07:48:12.867Z | lat 54.192506002 |
| 4919 | 2026-07-29T07:48:12.867Z | stop 4:04.967408032 |
| 4920 | 2026-07-29T07:48:12.867Z | process exited: duration 957431 ms, exit code 0 |
| |
| 4921 | 2026-07-29T07:48:12.873Z | found 0 output files |