|
|
|
| 1 | 2026-07-08T17:54:10.935Z | job assigned to worker 01KX1DT1CRB3YVM32FED6DHD3N [factory aws, i-0580fedc5b605bef0] (queued for 48 s) |
| |
| 2 | 2026-07-08T17:54:17.230Z | starting task 0: "setup" |
| 3 | 2026-07-08T17:54:17.238Z | ++ uname -s |
| 4 | 2026-07-08T17:54:17.241Z | + kern=SunOS |
| 5 | 2026-07-08T17:54:17.241Z | + build_user=build |
| 6 | 2026-07-08T17:54:17.241Z | + build_uid=12345 |
| 7 | 2026-07-08T17:54:17.241Z | + work_dir=/work |
| 8 | 2026-07-08T17:54:17.241Z | + input_dir=/input |
| 9 | 2026-07-08T17:54:17.241Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-08T17:54:17.241Z | + case "$kern" in |
| 11 | 2026-07-08T17:54:17.241Z | + groupadd -g 12345 build |
| 12 | 2026-07-08T17:54:17.241Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-08T17:54:19.247Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-08T17:54:19.335Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-08T17:54:19.338Z | + home_fs=zfs |
| 16 | 2026-07-08T17:54:19.338Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-08T17:54:19.338Z | + mkdir -p /home/build |
| 18 | 2026-07-08T17:54:19.338Z | + chown build:build /home/build /work |
| 19 | 2026-07-08T17:54:21.339Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-08T17:54:21.342Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-07-08T17:54:21.348Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-08T17:54:21.353Z | * rust toolchain channel = "1.96.1" |
| 23 | 2026-07-08T17:54:21.353Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 24 | 2026-07-08T17:54:21.353Z | * rust toolchain profile = "default" |
| 25 | 2026-07-08T17:54:21.353Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-08T17:54:21.353Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-08T17:54:21.353Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-08T17:54:21.356Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-08T17:54:21.356Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-08T17:54:21.437Z | info: downloading installer |
| 31 | 2026-07-08T17:54:23.006Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-08T17:54:23.006Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-08T17:54:23.006Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-08T17:54:23.006Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-08T17:54:23.019Z | info: profile set to default |
| 36 | 2026-07-08T17:54:23.019Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-08T17:54:23.021Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-08T17:54:23.177Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-08T17:54:23.180Z | info: downloading 6 components |
| 40 | 2026-07-08T17:54:39.589Z | |
| 41 | 2026-07-08T17:54:39.590Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-08T17:54:39.617Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-08T17:54:39.617Z | |
| 44 | 2026-07-08T17:54:39.617Z | |
| 45 | 2026-07-08T17:54:39.617Z | Rust is installed now. Great! |
| 46 | 2026-07-08T17:54:39.617Z | |
| 47 | 2026-07-08T17:54:39.618Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-08T17:54:39.618Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-08T17:54:39.618Z | |
| 50 | 2026-07-08T17:54:39.618Z | To configure your current shell, you need to source |
| 51 | 2026-07-08T17:54:39.618Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-08T17:54:39.618Z | |
| 53 | 2026-07-08T17:54:39.618Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-08T17:54:39.622Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-08T17:54:39.622Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-08T17:54:39.622Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-08T17:54:39.622Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-08T17:54:39.622Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-08T17:54:39.622Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-08T17:54:39.622Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-08T17:54:39.622Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-08T17:54:39.702Z | + rustup --version |
| 63 | 2026-07-08T17:54:39.711Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-08T17:54:39.714Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-08T17:54:39.733Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-08T17:54:39.736Z | + cargo --version |
| 67 | 2026-07-08T17:54:39.750Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-08T17:54:39.753Z | + rustc --version |
| 69 | 2026-07-08T17:54:39.771Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-08T17:54:39.775Z | process exited: duration 18424 ms, exit code 0 |
| |
| 71 | 2026-07-08T17:54:39.782Z | starting task 2: "authentication" |
| 72 | 2026-07-08T17:54:39.797Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-08T17:54:39.804Z | starting task 3: "clone repository" |
| 74 | 2026-07-08T17:54:39.807Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-08T17:54:39.810Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-08T17:54:39.841Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-08T17:54:51.975Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-08T17:54:51.975Z | + git fetch origin 291cad9298be4d04fe845bb90db78331c2fe1a73 |
| 79 | 2026-07-08T17:54:52.266Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-08T17:54:52.266Z | * branch 291cad9298be4d04fe845bb90db78331c2fe1a73 -> FETCH_HEAD |
| 81 | 2026-07-08T17:54:52.277Z | + [[ -n ry/dendrite-273 ]] |
| 82 | 2026-07-08T17:54:52.280Z | ++ git branch --show-current |
| 83 | 2026-07-08T17:54:52.280Z | + current=main |
| 84 | 2026-07-08T17:54:52.280Z | + [[ main != ry/dendrite-273 ]] |
| 85 | 2026-07-08T17:54:52.280Z | + git branch -f ry/dendrite-273 291cad9298be4d04fe845bb90db78331c2fe1a73 |
| 86 | 2026-07-08T17:54:52.283Z | + git checkout -f ry/dendrite-273 |
| 87 | 2026-07-08T17:54:52.526Z | Switched to branch 'ry/dendrite-273' |
| 88 | 2026-07-08T17:54:52.529Z | + git reset --hard 291cad9298be4d04fe845bb90db78331c2fe1a73 |
| 89 | 2026-07-08T17:54:52.545Z | HEAD is now at 291cad929 pick up oxidecomputer/dendrite#273 |
| 90 | 2026-07-08T17:54:52.548Z | process exited: duration 12742 ms, exit code 0 |
| |
| 91 | 2026-07-08T17:54:52.553Z | starting task 4: "build" |
| 92 | 2026-07-08T17:54:52.558Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-08T17:54:52.558Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-08T17:54:52.558Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-08T17:54:52.561Z | +++ uname -s |
| 96 | 2026-07-08T17:54:52.561Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-08T17:54:52.561Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-08T17:54:52.564Z | + cargo --version |
| 99 | 2026-07-08T17:54:52.572Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-08T17:54:52.575Z | + rustc --version |
| 101 | 2026-07-08T17:54:52.594Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-08T17:54:52.597Z | + source ./env.sh |
| 103 | 2026-07-08T17:54:52.598Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-07-08T17:54:52.598Z | ++ set -o xtrace |
| 105 | 2026-07-08T17:54:52.601Z | ++++ dirname ./env.sh |
| 106 | 2026-07-08T17:54:52.601Z | +++ readlink -f . |
| 107 | 2026-07-08T17:54:52.604Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-07-08T17:54:52.604Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-07-08T17:54:52.604Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-07-08T17:54:52.604Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-07-08T17:54:52.604Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-07-08T17:54:52.604Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-07-08T17:54:52.604Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-07-08T17:54:52.604Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-07-08T17:54:52.604Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-07-08T17:54:52.604Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-07-08T17:54:52.605Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-07-08T17:54:52.605Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-07-08T17:54:52.605Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-07-08T17:54:52.605Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 121 | 2026-07-08T17:54:52.605Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 122 | 2026-07-08T17:54:52.605Z | + banner prerequisites |
| 123 | 2026-07-08T17:54:52.608Z | |
| 124 | 2026-07-08T17:54:52.608Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-07-08T17:54:52.608Z | # # # # # # # # # # # # # # # |
| 126 | 2026-07-08T17:54:52.608Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-07-08T17:54:52.608Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-07-08T17:54:52.608Z | # # # # # # # # # # # # # # # |
| 129 | 2026-07-08T17:54:52.609Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-08T17:54:52.609Z | # # # ###### # # ###### ### # #### # #### # |
| 131 | 2026-07-08T17:54:52.609Z | |
| 132 | 2026-07-08T17:54:54.068Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-07-08T17:54:54.178Z | Startup: Caching catalogs ... Done |
| 134 | 2026-07-08T17:54:54.676Z | Planning: Solver setup ... Done (0.452s) |
| 135 | 2026-07-08T17:54:54.703Z | Planning: Running solver ... Done (0.027s) |
| 136 | 2026-07-08T17:54:54.714Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-07-08T17:54:54.725Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-07-08T17:54:54.746Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-07-08T17:54:54.760Z | Planning: Package planning ... Done (0.014s) |
| 140 | 2026-07-08T17:54:54.763Z | Planning: Merging actions ... Done (0.002s) |
| 141 | 2026-07-08T17:54:54.926Z | Planning: Checking for conflicting actions ... Done (0.164s) |
| 142 | 2026-07-08T17:54:54.929Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-07-08T17:54:55.724Z | Planning: Evaluating mediators ... Done (0.796s) |
| 144 | 2026-07-08T17:54:55.727Z | Planning: Planning completed in 1.52 seconds |
| 145 | 2026-07-08T17:54:55.732Z | Packages to install: 2 |
| 146 | 2026-07-08T17:54:55.735Z | Estimated space available: 156.09 GB |
| 147 | 2026-07-08T17:54:55.735Z | Estimated space to be consumed: 30.99 MB |
| 148 | 2026-07-08T17:54:55.735Z | Create boot environment: No |
| 149 | 2026-07-08T17:54:55.735Z | Create backup boot environment: No |
| 150 | 2026-07-08T17:54:55.735Z | Rebuild boot archive: No |
| 151 | 2026-07-08T17:54:55.735Z | |
| 152 | 2026-07-08T17:54:55.735Z | Changed packages: |
| 153 | 2026-07-08T17:54:55.735Z | helios |
| 154 | 2026-07-08T17:54:55.735Z | developer/build-essential |
| 155 | 2026-07-08T17:54:55.735Z | None -> 11-3.0 |
| 156 | 2026-07-08T17:54:55.735Z | library/libxmlsec1 |
| 157 | 2026-07-08T17:54:55.735Z | None -> 1.2.35-3.0 |
| 158 | 2026-07-08T17:54:55.757Z | |
| 159 | 2026-07-08T17:54:55.757Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-07-08T17:54:56.292Z | Download: Completed 1.28 MB in 0.54 seconds (2.4M/s) |
| 161 | 2026-07-08T17:54:56.415Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-07-08T17:54:56.453Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-07-08T17:54:56.464Z | Finalize: Updating package state database ... Done (0.011s) |
| 164 | 2026-07-08T17:54:56.467Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-07-08T17:54:56.493Z | Finalize: Updating image state ... Done (0.029s) |
| 166 | 2026-07-08T17:54:58.874Z | Finalize: Creating fast lookup database ... Done (2.355s) |
| 167 | 2026-07-08T17:54:58.942Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-07-08T17:54:58.946Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-07-08T17:54:59.021Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-07-08T17:54:59.331Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-07-08T17:54:59.436Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-07-08T17:54:59.439Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-07-08T17:54:59.594Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-07-08T17:54:59.597Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-07-08T17:54:59.617Z | Mediators to change: 2 |
| 176 | 2026-07-08T17:54:59.617Z | Create boot environment: No |
| 177 | 2026-07-08T17:54:59.617Z | Create backup boot environment: No |
| 178 | 2026-07-08T17:54:59.658Z | Finalize: Updating package state database ... Done |
| 179 | 2026-07-08T17:54:59.658Z | Finalize: Updating package cache ... Done |
| 180 | 2026-07-08T17:54:59.673Z | Finalize: Updating image state ... Done |
| 181 | 2026-07-08T17:55:01.628Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-07-08T17:55:01.693Z | Finalize: Reading search index ... Done |
| 183 | 2026-07-08T17:55:01.696Z | Finalize: Updating search index ... Done |
| 184 | 2026-07-08T17:55:01.760Z | Finalize: Updating package cache ... Done |
| 185 | 2026-07-08T17:55:02.049Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-07-08T17:55:02.154Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-07-08T17:55:02.157Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-07-08T17:55:02.313Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-07-08T17:55:02.317Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-07-08T17:55:02.335Z | Mediators to change: 1 |
| 191 | 2026-07-08T17:55:02.335Z | Create boot environment: No |
| 192 | 2026-07-08T17:55:02.335Z | Create backup boot environment: No |
| 193 | 2026-07-08T17:55:02.377Z | Finalize: Updating package state database ... Done |
| 194 | 2026-07-08T17:55:02.377Z | Finalize: Updating package cache ... Done |
| 195 | 2026-07-08T17:55:02.393Z | Finalize: Updating image state ... Done |
| 196 | 2026-07-08T17:55:04.343Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-07-08T17:55:04.407Z | Finalize: Reading search index ... Done |
| 198 | 2026-07-08T17:55:04.410Z | Finalize: Updating search index ... Done |
| 199 | 2026-07-08T17:55:04.469Z | Finalize: Updating package cache ... Done |
| 200 | 2026-07-08T17:55:04.789Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-07-08T17:55:04.789Z | apache system 2.4 system |
| 202 | 2026-07-08T17:55:04.789Z | clang system 15 system |
| 203 | 2026-07-08T17:55:04.789Z | csh system system illumos |
| 204 | 2026-07-08T17:55:04.789Z | ctags system system illumos |
| 205 | 2026-07-08T17:55:04.789Z | file vendor vendor darwinsys |
| 206 | 2026-07-08T17:55:04.789Z | file system system illumos |
| 207 | 2026-07-08T17:55:04.789Z | gcc vendor 14 vendor |
| 208 | 2026-07-08T17:55:04.789Z | gcc system 13 system |
| 209 | 2026-07-08T17:55:04.789Z | gcc system 10 system |
| 210 | 2026-07-08T17:55:04.789Z | go system 1.25 system |
| 211 | 2026-07-08T17:55:04.789Z | llvm system 15 system |
| 212 | 2026-07-08T17:55:04.789Z | mariadb system 11.4 system |
| 213 | 2026-07-08T17:55:04.789Z | mta vendor vendor dma |
| 214 | 2026-07-08T17:55:04.789Z | openjdk system 17 system |
| 215 | 2026-07-08T17:55:04.790Z | openjdk system 11 system |
| 216 | 2026-07-08T17:55:04.790Z | openssl vendor 3 vendor |
| 217 | 2026-07-08T17:55:04.790Z | perl system 5.40 system |
| 218 | 2026-07-08T17:55:04.790Z | postgresql system 18 system |
| 219 | 2026-07-08T17:55:04.790Z | postgresql system 17 system |
| 220 | 2026-07-08T17:55:04.790Z | python vendor 3 vendor |
| 221 | 2026-07-08T17:55:04.790Z | python system 2 system |
| 222 | 2026-07-08T17:55:04.790Z | python3 vendor 3.13 vendor |
| 223 | 2026-07-08T17:55:04.790Z | ruby system 3.4 system |
| 224 | 2026-07-08T17:55:04.790Z | ruby system 3.0 system |
| 225 | 2026-07-08T17:55:04.790Z | words vendor vendor american-english |
| 226 | 2026-07-08T17:55:04.790Z | words system system australian-english |
| 227 | 2026-07-08T17:55:04.790Z | words system system british-english |
| 228 | 2026-07-08T17:55:04.790Z | words system system canadian-english |
| 229 | 2026-07-08T17:55:04.790Z | words system system french |
| 230 | 2026-07-08T17:55:04.790Z | words system system italian |
| 231 | 2026-07-08T17:55:04.790Z | words system system ngerman |
| 232 | 2026-07-08T17:55:04.790Z | words system system ogerman |
| 233 | 2026-07-08T17:55:04.790Z | words system system spanish |
| 234 | 2026-07-08T17:55:05.046Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-07-08T17:55:05.046Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-07-08T17:55:05.356Z | FMRI IFO |
| 237 | 2026-07-08T17:55:05.356Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-07-08T17:55:05.356Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-07-08T17:55:05.356Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-07-08T17:55:05.356Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-07-08T17:55:05.356Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-07-08T17:55:05.356Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-07-08T17:55:05.356Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-07-08T17:55:05.356Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-07-08T17:55:05.356Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-07-08T17:55:05.619Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-07-08T17:55:05.914Z | Updating crates.io index |
| 248 | 2026-07-08T17:55:05.917Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-07-08T17:55:06.178Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-07-08T17:55:06.470Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-07-08T17:55:07.675Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-07-08T17:55:08.165Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-07-08T17:55:10.187Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-07-08T17:55:11.034Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-07-08T17:55:11.307Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-07-08T17:55:11.621Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-07-08T17:55:12.741Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-07-08T17:55:13.008Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-07-08T17:55:13.353Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 260 | 2026-07-08T17:55:13.647Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 261 | 2026-07-08T17:55:14.122Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 262 | 2026-07-08T17:55:14.669Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 263 | 2026-07-08T17:55:14.932Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-07-08T17:55:15.182Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-07-08T17:55:15.462Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-07-08T17:55:15.990Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 267 | 2026-07-08T17:55:16.391Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 268 | 2026-07-08T17:55:16.637Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 269 | 2026-07-08T17:55:16.881Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 270 | 2026-07-08T17:55:17.282Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 271 | 2026-07-08T17:55:17.650Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-07-08T17:55:17.883Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-07-08T17:55:18.603Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-07-08T17:55:18.861Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 275 | 2026-07-08T17:55:19.337Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 276 | 2026-07-08T17:55:19.572Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 277 | 2026-07-08T17:55:19.808Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-07-08T17:55:20.140Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 279 | 2026-07-08T17:55:20.712Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 280 | 2026-07-08T17:55:21.099Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 281 | 2026-07-08T17:55:21.381Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 282 | 2026-07-08T17:55:21.609Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 283 | 2026-07-08T17:55:21.938Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-07-08T17:55:22.230Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 285 | 2026-07-08T17:55:22.603Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 286 | 2026-07-08T17:55:22.914Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 287 | 2026-07-08T17:55:23.161Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 288 | 2026-07-08T17:55:26.045Z | Downloading crates ... |
| 289 | 2026-07-08T17:55:26.092Z | Downloaded anstyle-parse v1.0.0 |
| 290 | 2026-07-08T17:55:26.098Z | Downloaded cpufeatures v0.2.17 |
| 291 | 2026-07-08T17:55:26.101Z | Downloaded anyhow v1.0.102 |
| 292 | 2026-07-08T17:55:26.104Z | Downloaded colorchoice v1.0.4 |
| 293 | 2026-07-08T17:55:26.105Z | Downloaded crypto-common v0.1.7 |
| 294 | 2026-07-08T17:55:26.108Z | Downloaded fnv v1.0.7 |
| 295 | 2026-07-08T17:55:26.108Z | Downloaded digest v0.10.7 |
| 296 | 2026-07-08T17:55:26.108Z | Downloaded anstyle-query v1.1.5 |
| 297 | 2026-07-08T17:55:26.111Z | Downloaded zerocopy-derive v0.7.35 |
| 298 | 2026-07-08T17:55:26.111Z | Downloaded pest_generator v2.8.6 |
| 299 | 2026-07-08T17:55:26.115Z | Downloaded anstream v1.0.0 |
| 300 | 2026-07-08T17:55:26.115Z | Downloaded equivalent v1.0.2 |
| 301 | 2026-07-08T17:55:26.115Z | Downloaded zmij v1.0.21 |
| 302 | 2026-07-08T17:55:26.118Z | Downloaded memmap v0.7.0 |
| 303 | 2026-07-08T17:55:26.121Z | Downloaded heck v0.4.1 |
| 304 | 2026-07-08T17:55:26.121Z | Downloaded block-buffer v0.10.4 |
| 305 | 2026-07-08T17:55:26.125Z | Downloaded dof v0.3.0 |
| 306 | 2026-07-08T17:55:26.125Z | Downloaded cfg-if v1.0.4 |
| 307 | 2026-07-08T17:55:26.125Z | Downloaded errno v0.3.14 |
| 308 | 2026-07-08T17:55:26.125Z | Downloaded zerocopy v0.7.35 |
| 309 | 2026-07-08T17:55:26.133Z | Downloaded itoa v1.0.17 |
| 310 | 2026-07-08T17:55:26.136Z | Downloaded heck v0.5.0 |
| 311 | 2026-07-08T17:55:26.136Z | Downloaded dtrace-parser v0.2.0 |
| 312 | 2026-07-08T17:55:26.136Z | Downloaded clap_lex v1.0.0 |
| 313 | 2026-07-08T17:55:26.136Z | Downloaded cargo-platform v0.3.2 |
| 314 | 2026-07-08T17:55:26.140Z | Downloaded toml_datetime v0.6.11 |
| 315 | 2026-07-08T17:55:26.143Z | Downloaded strsim v0.11.1 |
| 316 | 2026-07-08T17:55:26.143Z | Downloaded scroll_derive v0.12.1 |
| 317 | 2026-07-08T17:55:26.148Z | Downloaded fastrand v2.3.0 |
| 318 | 2026-07-08T17:55:26.153Z | Downloaded autocfg v1.5.0 |
| 319 | 2026-07-08T17:55:26.157Z | Downloaded anstyle v1.0.14 |
| 320 | 2026-07-08T17:55:26.160Z | Downloaded thread-id v4.2.2 |
| 321 | 2026-07-08T17:55:26.165Z | Downloaded usdt-macro v0.5.0 |
| 322 | 2026-07-08T17:55:26.168Z | Downloaded tabled_derive v0.7.0 |
| 323 | 2026-07-08T17:55:26.172Z | Downloaded thiserror v1.0.69 |
| 324 | 2026-07-08T17:55:26.179Z | Downloaded unicode-linebreak v0.1.5 |
| 325 | 2026-07-08T17:55:26.183Z | Downloaded usdt v0.5.0 |
| 326 | 2026-07-08T17:55:26.183Z | Downloaded serde_spanned v0.6.9 |
| 327 | 2026-07-08T17:55:26.186Z | Downloaded fs-err v3.3.0 |
| 328 | 2026-07-08T17:55:26.186Z | Downloaded camino-tempfile v1.4.1 |
| 329 | 2026-07-08T17:55:26.186Z | Downloaded camino v1.2.2 |
| 330 | 2026-07-08T17:55:26.189Z | Downloaded byteorder v1.5.0 |
| 331 | 2026-07-08T17:55:26.189Z | Downloaded once_cell v1.21.3 |
| 332 | 2026-07-08T17:55:26.193Z | Downloaded clap_derive v4.6.1 |
| 333 | 2026-07-08T17:55:26.196Z | Downloaded pretty-hex v0.4.1 |
| 334 | 2026-07-08T17:55:26.200Z | Downloaded utf8parse v0.2.2 |
| 335 | 2026-07-08T17:55:26.204Z | Downloaded proc-macro-error-attr v1.0.4 |
| 336 | 2026-07-08T17:55:26.207Z | Downloaded toml_write v0.1.2 |
| 337 | 2026-07-08T17:55:26.212Z | Downloaded is_terminal_polyfill v1.70.2 |
| 338 | 2026-07-08T17:55:26.215Z | Downloaded generic-array v0.14.7 |
| 339 | 2026-07-08T17:55:26.215Z | Downloaded sha2 v0.10.9 |
| 340 | 2026-07-08T17:55:26.218Z | Downloaded cargo_toml v0.21.0 |
| 341 | 2026-07-08T17:55:26.221Z | Downloaded version_check v0.9.5 |
| 342 | 2026-07-08T17:55:26.225Z | Downloaded toml v0.8.23 |
| 343 | 2026-07-08T17:55:26.225Z | Downloaded usdt-impl v0.5.0 |
| 344 | 2026-07-08T17:55:26.228Z | Downloaded scroll v0.12.0 |
| 345 | 2026-07-08T17:55:26.231Z | Downloaded swrite v0.1.0 |
| 346 | 2026-07-08T17:55:26.234Z | Downloaded plain v0.2.3 |
| 347 | 2026-07-08T17:55:26.234Z | Downloaded smawk v0.3.2 |
| 348 | 2026-07-08T17:55:26.234Z | Downloaded terminal_size v0.4.3 |
| 349 | 2026-07-08T17:55:26.238Z | Downloaded macaddr v1.0.1 |
| 350 | 2026-07-08T17:55:26.244Z | Downloaded serde_tokenstream v0.2.3 |
| 351 | 2026-07-08T17:55:26.248Z | Downloaded thiserror v2.0.18 |
| 352 | 2026-07-08T17:55:26.253Z | Downloaded thiserror-impl v1.0.69 |
| 353 | 2026-07-08T17:55:26.257Z | Downloaded quote v1.0.45 |
| 354 | 2026-07-08T17:55:26.260Z | Downloaded usdt-attr-macro v0.5.0 |
| 355 | 2026-07-08T17:55:26.267Z | Downloaded cargo_metadata v0.23.1 |
| 356 | 2026-07-08T17:55:26.274Z | Downloaded ucd-trie v0.1.7 |
| 357 | 2026-07-08T17:55:26.285Z | Downloaded clap v4.6.1 |
| 358 | 2026-07-08T17:55:26.290Z | Downloaded thiserror-impl v2.0.18 |
| 359 | 2026-07-08T17:55:26.293Z | Downloaded tempfile v3.25.0 |
| 360 | 2026-07-08T17:55:26.293Z | Downloaded bytecount v0.6.9 |
| 361 | 2026-07-08T17:55:26.308Z | Downloaded pest_derive v2.8.6 |
| 362 | 2026-07-08T17:55:26.318Z | Downloaded bitflags v2.11.0 |
| 363 | 2026-07-08T17:55:26.322Z | Downloaded serde_core v1.0.228 |
| 364 | 2026-07-08T17:55:26.329Z | Downloaded serde_derive v1.0.228 |
| 365 | 2026-07-08T17:55:26.332Z | Downloaded indexmap v2.14.0 |
| 366 | 2026-07-08T17:55:26.336Z | Downloaded getrandom v0.4.1 |
| 367 | 2026-07-08T17:55:26.339Z | Downloaded semver v1.0.28 |
| 368 | 2026-07-08T17:55:26.343Z | Downloaded toml_edit v0.22.27 |
| 369 | 2026-07-08T17:55:26.346Z | Downloaded proc-macro2 v1.0.106 |
| 370 | 2026-07-08T17:55:26.349Z | Downloaded serde v1.0.228 |
| 371 | 2026-07-08T17:55:26.350Z | Downloaded memchr v2.8.0 |
| 372 | 2026-07-08T17:55:26.352Z | Downloaded textwrap v0.16.2 |
| 373 | 2026-07-08T17:55:26.356Z | Downloaded proc-macro-error v1.0.4 |
| 374 | 2026-07-08T17:55:26.358Z | Downloaded unicode-ident v1.0.24 |
| 375 | 2026-07-08T17:55:26.362Z | Downloaded pest_meta v2.8.6 |
| 376 | 2026-07-08T17:55:26.364Z | Downloaded papergrid v0.11.0 |
| 377 | 2026-07-08T17:55:26.367Z | Downloaded log v0.4.29 |
| 378 | 2026-07-08T17:55:26.375Z | Downloaded typenum v1.20.1 |
| 379 | 2026-07-08T17:55:26.388Z | Downloaded pest v2.8.6 |
| 380 | 2026-07-08T17:55:26.398Z | Downloaded clap_builder v4.6.0 |
| 381 | 2026-07-08T17:55:26.420Z | Downloaded serde_json v1.0.150 |
| 382 | 2026-07-08T17:55:26.424Z | Downloaded goblin v0.8.2 |
| 383 | 2026-07-08T17:55:26.427Z | Downloaded hashbrown v0.17.0 |
| 384 | 2026-07-08T17:55:26.446Z | Downloaded winnow v0.7.14 |
| 385 | 2026-07-08T17:55:26.454Z | Downloaded tabled v0.15.0 |
| 386 | 2026-07-08T17:55:26.470Z | Downloaded unicode-width v0.1.14 |
| 387 | 2026-07-08T17:55:26.482Z | Downloaded unicode-width v0.2.0 |
| 388 | 2026-07-08T17:55:26.486Z | Downloaded syn v1.0.109 |
| 389 | 2026-07-08T17:55:26.491Z | Downloaded syn v2.0.117 |
| 390 | 2026-07-08T17:55:26.505Z | Downloaded rustix v1.1.3 |
| 391 | 2026-07-08T17:55:26.534Z | Downloaded libc v0.2.185 |
| 392 | 2026-07-08T17:55:26.595Z | Compiling proc-macro2 v1.0.106 |
| 393 | 2026-07-08T17:55:26.595Z | Compiling unicode-ident v1.0.24 |
| 394 | 2026-07-08T17:55:26.595Z | Compiling quote v1.0.45 |
| 395 | 2026-07-08T17:55:26.599Z | Compiling serde_core v1.0.228 |
| 396 | 2026-07-08T17:55:26.599Z | Compiling libc v0.2.185 |
| 397 | 2026-07-08T17:55:26.599Z | Compiling version_check v0.9.5 |
| 398 | 2026-07-08T17:55:26.599Z | Compiling memchr v2.8.0 |
| 399 | 2026-07-08T17:55:26.599Z | Compiling serde v1.0.228 |
| 400 | 2026-07-08T17:55:26.909Z | Compiling zmij v1.0.21 |
| 401 | 2026-07-08T17:55:27.174Z | Compiling ucd-trie v0.1.7 |
| 402 | 2026-07-08T17:55:27.206Z | Compiling thiserror v1.0.69 |
| 403 | 2026-07-08T17:55:27.209Z | Compiling itoa v1.0.17 |
| 404 | 2026-07-08T17:55:27.459Z | Compiling pest v2.8.6 |
| 405 | 2026-07-08T17:55:27.459Z | Compiling byteorder v1.5.0 |
| 406 | 2026-07-08T17:55:27.550Z | Compiling rustix v1.1.3 |
| 407 | 2026-07-08T17:55:27.696Z | Compiling errno v0.3.14 |
| 408 | 2026-07-08T17:55:27.712Z | Compiling serde_json v1.0.150 |
| 409 | 2026-07-08T17:55:27.922Z | Compiling bitflags v2.11.0 |
| 410 | 2026-07-08T17:55:28.069Z | Compiling syn v2.0.117 |
| 411 | 2026-07-08T17:55:28.120Z | Compiling thread-id v4.2.2 |
| 412 | 2026-07-08T17:55:28.147Z | Compiling proc-macro-error-attr v1.0.4 |
| 413 | 2026-07-08T17:55:28.202Z | Compiling usdt-impl v0.5.0 |
| 414 | 2026-07-08T17:55:28.241Z | Compiling camino v1.2.2 |
| 415 | 2026-07-08T17:55:28.341Z | Compiling syn v1.0.109 |
| 416 | 2026-07-08T17:55:28.546Z | Compiling pest_meta v2.8.6 |
| 417 | 2026-07-08T17:55:28.682Z | Compiling proc-macro-error v1.0.4 |
| 418 | 2026-07-08T17:55:28.687Z | Compiling getrandom v0.4.1 |
| 419 | 2026-07-08T17:55:28.714Z | Compiling utf8parse v0.2.2 |
| 420 | 2026-07-08T17:55:28.826Z | Compiling log v0.4.29 |
| 421 | 2026-07-08T17:55:28.879Z | Compiling plain v0.2.3 |
| 422 | 2026-07-08T17:55:29.027Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-07-08T17:55:29.075Z | Compiling equivalent v1.0.2 |
| 424 | 2026-07-08T17:55:29.116Z | Compiling terminal_size v0.4.3 |
| 425 | 2026-07-08T17:55:29.253Z | Compiling anstyle-parse v1.0.0 |
| 426 | 2026-07-08T17:55:29.605Z | Compiling indexmap v2.14.0 |
| 427 | 2026-07-08T17:55:29.874Z | Compiling thiserror v2.0.18 |
| 428 | 2026-07-08T17:55:29.899Z | Compiling pretty-hex v0.4.1 |
| 429 | 2026-07-08T17:55:30.044Z | Compiling colorchoice v1.0.4 |
| 430 | 2026-07-08T17:55:30.088Z | Compiling winnow v0.7.14 |
| 431 | 2026-07-08T17:55:30.183Z | Compiling cfg-if v1.0.4 |
| 432 | 2026-07-08T17:55:30.213Z | Compiling anstyle v1.0.14 |
| 433 | 2026-07-08T17:55:30.235Z | Compiling autocfg v1.5.0 |
| 434 | 2026-07-08T17:55:30.249Z | Compiling anstyle-query v1.1.5 |
| 435 | 2026-07-08T17:55:30.263Z | Compiling toml_write v0.1.2 |
| 436 | 2026-07-08T17:55:30.369Z | Compiling pest_generator v2.8.6 |
| 437 | 2026-07-08T17:55:30.446Z | Compiling is_terminal_polyfill v1.70.2 |
| 438 | 2026-07-08T17:55:30.580Z | Compiling anstream v1.0.0 |
| 439 | 2026-07-08T17:55:30.674Z | Compiling fs-err v3.3.0 |
| 440 | 2026-07-08T17:55:30.869Z | Compiling fnv v1.0.7 |
| 441 | 2026-07-08T17:55:30.883Z | Compiling heck v0.5.0 |
| 442 | 2026-07-08T17:55:30.915Z | Compiling bytecount v0.6.9 |
| 443 | 2026-07-08T17:55:30.966Z | Compiling anyhow v1.0.102 |
| 444 | 2026-07-08T17:55:30.991Z | Compiling heck v0.4.1 |
| 445 | 2026-07-08T17:55:31.049Z | Compiling fastrand v2.3.0 |
| 446 | 2026-07-08T17:55:31.084Z | Compiling clap_lex v1.0.0 |
| 447 | 2026-07-08T17:55:31.118Z | Compiling once_cell v1.21.3 |
| 448 | 2026-07-08T17:55:31.215Z | Compiling unicode-width v0.1.14 |
| 449 | 2026-07-08T17:55:31.290Z | Compiling strsim v0.11.1 |
| 450 | 2026-07-08T17:55:31.310Z | Compiling tempfile v3.25.0 |
| 451 | 2026-07-08T17:55:31.372Z | Compiling tabled_derive v0.7.0 |
| 452 | 2026-07-08T17:55:31.441Z | Compiling papergrid v0.11.0 |
| 453 | 2026-07-08T17:55:31.486Z | Compiling clap_builder v4.6.0 |
| 454 | 2026-07-08T17:55:31.516Z | Compiling semver v1.0.28 |
| 455 | 2026-07-08T17:55:31.606Z | Compiling cargo-platform v0.3.2 |
| 456 | 2026-07-08T17:55:31.633Z | Compiling memmap v0.7.0 |
| 457 | 2026-07-08T17:55:31.694Z | Compiling unicode-linebreak v0.1.5 |
| 458 | 2026-07-08T17:55:31.814Z | Compiling unicode-width v0.2.0 |
| 459 | 2026-07-08T17:55:31.840Z | Compiling smawk v0.3.2 |
| 460 | 2026-07-08T17:55:31.878Z | Compiling camino-tempfile v1.4.1 |
| 461 | 2026-07-08T17:55:31.961Z | Compiling serde_derive v1.0.228 |
| 462 | 2026-07-08T17:55:31.980Z | Compiling thiserror-impl v1.0.69 |
| 463 | 2026-07-08T17:55:32.090Z | Compiling zerocopy-derive v0.7.35 |
| 464 | 2026-07-08T17:55:32.108Z | Compiling pest_derive v2.8.6 |
| 465 | 2026-07-08T17:55:32.287Z | Compiling scroll_derive v0.12.1 |
| 466 | 2026-07-08T17:55:32.305Z | Compiling thiserror-impl v2.0.18 |
| 467 | 2026-07-08T17:55:32.570Z | Compiling clap_derive v4.6.1 |
| 468 | 2026-07-08T17:55:32.865Z | Compiling tabled v0.15.0 |
| 469 | 2026-07-08T17:55:32.973Z | Compiling scroll v0.12.0 |
| 470 | 2026-07-08T17:55:32.990Z | Compiling zerocopy v0.7.35 |
| 471 | 2026-07-08T17:55:33.273Z | Compiling goblin v0.8.2 |
| 472 | 2026-07-08T17:55:33.366Z | Compiling dtrace-parser v0.2.0 |
| 473 | 2026-07-08T17:55:33.553Z | Compiling textwrap v0.16.2 |
| 474 | 2026-07-08T17:55:34.018Z | Compiling swrite v0.1.0 |
| 475 | 2026-07-08T17:55:34.322Z | Compiling clap v4.6.1 |
| 476 | 2026-07-08T17:55:35.044Z | Compiling dof v0.3.0 |
| 477 | 2026-07-08T17:55:35.044Z | Compiling serde_tokenstream v0.2.3 |
| 478 | 2026-07-08T17:55:35.061Z | Compiling serde_spanned v0.6.9 |
| 479 | 2026-07-08T17:55:35.075Z | Compiling toml_datetime v0.6.11 |
| 480 | 2026-07-08T17:55:35.079Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-07-08T17:55:35.124Z | Compiling macaddr v1.0.1 |
| 482 | 2026-07-08T17:55:35.128Z | Compiling cargo_metadata v0.23.1 |
| 483 | 2026-07-08T17:55:35.240Z | Compiling toml_edit v0.22.27 |
| 484 | 2026-07-08T17:55:35.844Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2026-07-08T17:55:35.860Z | Compiling usdt-macro v0.5.0 |
| 486 | 2026-07-08T17:55:36.475Z | Compiling usdt v0.5.0 |
| 487 | 2026-07-08T17:55:36.583Z | Compiling toml v0.8.23 |
| 488 | 2026-07-08T17:55:36.925Z | Compiling cargo_toml v0.21.0 |
| 489 | 2026-07-08T17:55:38.180Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 490 | 2026-07-08T17:55:40.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.67s |
| 491 | 2026-07-08T17:55:40.334Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 492 | 2026-07-08T17:55:40.829Z | Downloading crates ... |
| 493 | 2026-07-08T17:55:40.926Z | Downloaded bit-set v0.8.0 |
| 494 | 2026-07-08T17:55:40.929Z | Downloaded adler2 v2.0.1 |
| 495 | 2026-07-08T17:55:40.932Z | Downloaded base16ct v1.0.0 |
| 496 | 2026-07-08T17:55:40.936Z | Downloaded ahash v0.8.12 |
| 497 | 2026-07-08T17:55:40.939Z | Downloaded arrayref v0.3.9 |
| 498 | 2026-07-08T17:55:40.942Z | Downloaded async-trait v0.1.89 |
| 499 | 2026-07-08T17:55:40.949Z | Downloaded cookie_store v0.22.1 |
| 500 | 2026-07-08T17:55:40.952Z | Downloaded cpufeatures v0.3.0 |
| 501 | 2026-07-08T17:55:40.952Z | Downloaded async-stream v0.3.6 |
| 502 | 2026-07-08T17:55:40.955Z | Downloaded assert_matches v1.5.0 |
| 503 | 2026-07-08T17:55:40.958Z | Downloaded bb8 v0.8.6 |
| 504 | 2026-07-08T17:55:40.958Z | Downloaded crunchy v0.2.4 |
| 505 | 2026-07-08T17:55:40.958Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 506 | 2026-07-08T17:55:40.962Z | Downloaded cfg_aliases v0.1.1 |
| 507 | 2026-07-08T17:55:40.962Z | Downloaded crc v3.4.0 |
| 508 | 2026-07-08T17:55:40.962Z | Downloaded crc8 v0.1.1 |
| 509 | 2026-07-08T17:55:40.962Z | Downloaded bitfield-macros v0.19.4 |
| 510 | 2026-07-08T17:55:40.965Z | Downloaded atty v0.2.14 |
| 511 | 2026-07-08T17:55:40.965Z | Downloaded async-stream-impl v0.3.6 |
| 512 | 2026-07-08T17:55:40.969Z | Downloaded darling_macro v0.20.11 |
| 513 | 2026-07-08T17:55:40.972Z | Downloaded cstr-argument v0.1.2 |
| 514 | 2026-07-08T17:55:40.976Z | Downloaded atomicwrites v0.4.4 |
| 515 | 2026-07-08T17:55:40.979Z | Downloaded darling_macro v0.13.4 |
| 516 | 2026-07-08T17:55:40.979Z | Downloaded async-recursion v1.1.1 |
| 517 | 2026-07-08T17:55:40.986Z | Downloaded crucible-workspace-hack v0.1.0 |
| 518 | 2026-07-08T17:55:40.989Z | Downloaded cpubits v0.1.1 |
| 519 | 2026-07-08T17:55:40.989Z | Downloaded darling_macro v0.23.0 |
| 520 | 2026-07-08T17:55:40.989Z | Downloaded defmt-parser v1.0.0 |
| 521 | 2026-07-08T17:55:40.992Z | Downloaded base16ct v0.2.0 |
| 522 | 2026-07-08T17:55:40.992Z | Downloaded darling_macro v0.21.3 |
| 523 | 2026-07-08T17:55:40.992Z | Downloaded crypto-common v0.2.2 |
| 524 | 2026-07-08T17:55:40.995Z | Downloaded byte-wrapper v0.1.0 |
| 525 | 2026-07-08T17:55:40.999Z | Downloaded crc-catalog v2.4.0 |
| 526 | 2026-07-08T17:55:40.999Z | Downloaded cipher v0.5.2 |
| 527 | 2026-07-08T17:55:41.002Z | Downloaded base64ct v1.8.3 |
| 528 | 2026-07-08T17:55:41.002Z | Downloaded ascii-canvas v3.0.0 |
| 529 | 2026-07-08T17:55:41.006Z | Downloaded array-init v0.0.4 |
| 530 | 2026-07-08T17:55:41.014Z | Downloaded atomic-waker v1.1.2 |
| 531 | 2026-07-08T17:55:41.018Z | Downloaded console v0.16.2 |
| 532 | 2026-07-08T17:55:41.021Z | Downloaded cbc v0.2.1 |
| 533 | 2026-07-08T17:55:41.021Z | Downloaded dirs-sys-next v0.1.2 |
| 534 | 2026-07-08T17:55:41.021Z | Downloaded colored v2.2.0 |
| 535 | 2026-07-08T17:55:41.024Z | Downloaded derive_builder_macro v0.20.2 |
| 536 | 2026-07-08T17:55:41.024Z | Downloaded debug-ignore v1.0.5 |
| 537 | 2026-07-08T17:55:41.025Z | Downloaded anstyle-parse v0.2.7 |
| 538 | 2026-07-08T17:55:41.028Z | Downloaded aead v0.6.1 |
| 539 | 2026-07-08T17:55:41.028Z | Downloaded bit-vec v0.8.0 |
| 540 | 2026-07-08T17:55:41.028Z | Downloaded aead v0.5.2 |
| 541 | 2026-07-08T17:55:41.031Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 542 | 2026-07-08T17:55:41.034Z | Downloaded display-error-chain v0.2.2 |
| 543 | 2026-07-08T17:55:41.034Z | Downloaded bit-set v0.5.3 |
| 544 | 2026-07-08T17:55:41.038Z | Downloaded arrayvec v0.7.6 |
| 545 | 2026-07-08T17:55:41.038Z | Downloaded cassowary v0.3.0 |
| 546 | 2026-07-08T17:55:41.038Z | Downloaded anstream v0.6.21 |
| 547 | 2026-07-08T17:55:41.042Z | Downloaded castaway v0.2.4 |
| 548 | 2026-07-08T17:55:41.046Z | Downloaded dirs-next v2.0.0 |
| 549 | 2026-07-08T17:55:41.046Z | Downloaded dunce v1.0.5 |
| 550 | 2026-07-08T17:55:41.046Z | Downloaded dof v0.4.0 |
| 551 | 2026-07-08T17:55:41.050Z | Downloaded convert_case v0.4.0 |
| 552 | 2026-07-08T17:55:41.050Z | Downloaded block-padding v0.4.2 |
| 553 | 2026-07-08T17:55:41.050Z | Downloaded dsl_auto_type v0.2.0 |
| 554 | 2026-07-08T17:55:41.050Z | Downloaded embedded-io v0.6.1 |
| 555 | 2026-07-08T17:55:41.053Z | Downloaded compression-core v0.4.31 |
| 556 | 2026-07-08T17:55:41.053Z | Downloaded cobs v0.3.0 |
| 557 | 2026-07-08T17:55:41.053Z | Downloaded block-buffer v0.12.1 |
| 558 | 2026-07-08T17:55:41.057Z | Downloaded embedded-io v0.4.0 |
| 559 | 2026-07-08T17:55:41.057Z | Downloaded downcast-rs v2.0.2 |
| 560 | 2026-07-08T17:55:41.057Z | Downloaded ciborium-io v0.2.2 |
| 561 | 2026-07-08T17:55:41.057Z | Downloaded dyn-clone v1.0.20 |
| 562 | 2026-07-08T17:55:41.060Z | Downloaded cfg_aliases v0.2.1 |
| 563 | 2026-07-08T17:55:41.060Z | Downloaded document-features v0.2.12 |
| 564 | 2026-07-08T17:55:41.064Z | Downloaded dtrace-parser v0.3.0 |
| 565 | 2026-07-08T17:55:41.064Z | Downloaded defmt v0.3.100 |
| 566 | 2026-07-08T17:55:41.070Z | Downloaded crossbeam-deque v0.8.6 |
| 567 | 2026-07-08T17:55:41.073Z | Downloaded ciborium-ll v0.2.2 |
| 568 | 2026-07-08T17:55:41.074Z | Downloaded bitfield-struct v0.6.2 |
| 569 | 2026-07-08T17:55:41.077Z | Downloaded endian-type v0.1.2 |
| 570 | 2026-07-08T17:55:41.077Z | Downloaded csv-core v0.1.13 |
| 571 | 2026-07-08T17:55:41.080Z | Downloaded env_filter v1.0.0 |
| 572 | 2026-07-08T17:55:41.083Z | Downloaded daft v0.1.7 |
| 573 | 2026-07-08T17:55:41.083Z | Downloaded enum-as-inner v0.6.1 |
| 574 | 2026-07-08T17:55:41.088Z | Downloaded deranged v0.5.8 |
| 575 | 2026-07-08T17:55:41.091Z | Downloaded argon2 v0.5.3 |
| 576 | 2026-07-08T17:55:41.095Z | Downloaded diesel-dtrace v0.5.0 |
| 577 | 2026-07-08T17:55:41.095Z | Downloaded defmt v1.0.1 |
| 578 | 2026-07-08T17:55:41.098Z | Downloaded cookie v0.18.1 |
| 579 | 2026-07-08T17:55:41.098Z | Downloaded darling v0.13.4 |
| 580 | 2026-07-08T17:55:41.101Z | Downloaded convert_case v0.10.0 |
| 581 | 2026-07-08T17:55:41.101Z | Downloaded bcs v0.1.6 |
| 582 | 2026-07-08T17:55:41.105Z | Downloaded argon2 v0.6.0-rc.8 |
| 583 | 2026-07-08T17:55:41.105Z | Downloaded fixedbitset v0.4.2 |
| 584 | 2026-07-08T17:55:41.105Z | Downloaded ctutils v0.4.2 |
| 585 | 2026-07-08T17:55:41.108Z | Downloaded fd-lock v4.0.4 |
| 586 | 2026-07-08T17:55:41.108Z | Downloaded flagset v0.4.7 |
| 587 | 2026-07-08T17:55:41.108Z | Downloaded cexpr v0.6.0 |
| 588 | 2026-07-08T17:55:41.112Z | Downloaded foreign-types v0.5.0 |
| 589 | 2026-07-08T17:55:41.112Z | Downloaded float-ord v0.3.2 |
| 590 | 2026-07-08T17:55:41.112Z | Downloaded camino-tempfile-ext v0.3.3 |
| 591 | 2026-07-08T17:55:41.115Z | Downloaded backoff v0.4.0 |
| 592 | 2026-07-08T17:55:41.115Z | Downloaded foreign-types-shared v0.1.1 |
| 593 | 2026-07-08T17:55:41.116Z | Downloaded float-cmp v0.10.0 |
| 594 | 2026-07-08T17:55:41.116Z | Downloaded der_derive v0.7.3 |
| 595 | 2026-07-08T17:55:41.120Z | Downloaded form_urlencoded v1.2.2 |
| 596 | 2026-07-08T17:55:41.120Z | Downloaded foreign-types-shared v0.3.1 |
| 597 | 2026-07-08T17:55:41.120Z | Downloaded difflib v0.4.0 |
| 598 | 2026-07-08T17:55:41.120Z | Downloaded funty v2.0.0 |
| 599 | 2026-07-08T17:55:41.124Z | Downloaded delegate v0.13.5 |
| 600 | 2026-07-08T17:55:41.124Z | Downloaded critical-section v1.2.0 |
| 601 | 2026-07-08T17:55:41.124Z | Downloaded foreign-types-macros v0.2.3 |
| 602 | 2026-07-08T17:55:41.124Z | Downloaded foreign-types v0.3.2 |
| 603 | 2026-07-08T17:55:41.124Z | Downloaded futures-macro v0.3.32 |
| 604 | 2026-07-08T17:55:41.134Z | Downloaded futures-core v0.3.32 |
| 605 | 2026-07-08T17:55:41.134Z | Downloaded futures-task v0.3.32 |
| 606 | 2026-07-08T17:55:41.134Z | Downloaded futures-io v0.3.32 |
| 607 | 2026-07-08T17:55:41.134Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 608 | 2026-07-08T17:55:41.135Z | Downloaded fxhash v0.2.1 |
| 609 | 2026-07-08T17:55:41.161Z | Downloaded digest v0.11.3 |
| 610 | 2026-07-08T17:55:41.161Z | Downloaded either v1.15.0 |
| 611 | 2026-07-08T17:55:41.162Z | Downloaded ed25519 v2.2.3 |
| 612 | 2026-07-08T17:55:41.162Z | Downloaded ecdsa v0.16.9 |
| 613 | 2026-07-08T17:55:41.162Z | Downloaded async-bb8-diesel v0.2.1 |
| 614 | 2026-07-08T17:55:41.162Z | Downloaded ctr v0.10.1 |
| 615 | 2026-07-08T17:55:41.162Z | Downloaded ed25519 v3.0.0 |
| 616 | 2026-07-08T17:55:41.162Z | Downloaded backon v1.6.0 |
| 617 | 2026-07-08T17:55:41.162Z | Downloaded cmake v0.1.57 |
| 618 | 2026-07-08T17:55:41.162Z | Downloaded bit-vec v0.6.3 |
| 619 | 2026-07-08T17:55:41.162Z | Downloaded chacha20 v0.9.1 |
| 620 | 2026-07-08T17:55:41.162Z | Downloaded env_logger v0.11.9 |
| 621 | 2026-07-08T17:55:41.162Z | Downloaded constant_time_eq v0.4.2 |
| 622 | 2026-07-08T17:55:41.162Z | Downloaded bitflags v1.3.2 |
| 623 | 2026-07-08T17:55:41.162Z | Downloaded corncobs v0.1.4 |
| 624 | 2026-07-08T17:55:41.162Z | Downloaded compression-codecs v0.4.37 |
| 625 | 2026-07-08T17:55:41.162Z | Downloaded darling v0.21.3 |
| 626 | 2026-07-08T17:55:41.162Z | Downloaded data-encoding v2.10.0 |
| 627 | 2026-07-08T17:55:41.162Z | Downloaded crossbeam-utils v0.8.21 |
| 628 | 2026-07-08T17:55:41.162Z | Downloaded crossbeam-epoch v0.9.18 |
| 629 | 2026-07-08T17:55:41.162Z | Downloaded darling v0.20.11 |
| 630 | 2026-07-08T17:55:41.162Z | Downloaded daft-derive v0.1.7 |
| 631 | 2026-07-08T17:55:41.171Z | Downloaded darling v0.23.0 |
| 632 | 2026-07-08T17:55:41.171Z | Downloaded futures-sink v0.3.32 |
| 633 | 2026-07-08T17:55:41.177Z | Downloaded const_format_proc_macros v0.2.34 |
| 634 | 2026-07-08T17:55:41.177Z | Downloaded defmt-macros v1.0.1 |
| 635 | 2026-07-08T17:55:41.177Z | Downloaded git-stub v1.0.0 |
| 636 | 2026-07-08T17:55:41.177Z | Downloaded des v0.9.0 |
| 637 | 2026-07-08T17:55:41.177Z | Downloaded derive_builder_core v0.20.2 |
| 638 | 2026-07-08T17:55:41.177Z | Downloaded globwalk v0.9.1 |
| 639 | 2026-07-08T17:55:41.177Z | Downloaded ghash v0.6.0 |
| 640 | 2026-07-08T17:55:41.177Z | Downloaded fallible-iterator v0.2.0 |
| 641 | 2026-07-08T17:55:41.177Z | Downloaded erased-serde v0.3.31 |
| 642 | 2026-07-08T17:55:41.181Z | Downloaded foldhash v0.2.0 |
| 643 | 2026-07-08T17:55:41.181Z | Downloaded ff v0.14.0 |
| 644 | 2026-07-08T17:55:41.181Z | Downloaded ciborium v0.2.2 |
| 645 | 2026-07-08T17:55:41.184Z | Downloaded ena v0.14.4 |
| 646 | 2026-07-08T17:55:41.184Z | Downloaded bzip2 v0.6.1 |
| 647 | 2026-07-08T17:55:41.184Z | Downloaded ff v0.13.1 |
| 648 | 2026-07-08T17:55:41.188Z | Downloaded find-msvc-tools v0.1.9 |
| 649 | 2026-07-08T17:55:41.188Z | Downloaded blowfish v0.10.0 |
| 650 | 2026-07-08T17:55:41.188Z | Downloaded blake2 v0.10.6 |
| 651 | 2026-07-08T17:55:41.192Z | Downloaded bitfield v0.19.4 |
| 652 | 2026-07-08T17:55:41.192Z | Downloaded hash32 v0.2.1 |
| 653 | 2026-07-08T17:55:41.192Z | Downloaded hex-literal v1.1.0 |
| 654 | 2026-07-08T17:55:41.198Z | Downloaded derive-ex v0.1.8 |
| 655 | 2026-07-08T17:55:41.198Z | Downloaded hash32 v0.3.1 |
| 656 | 2026-07-08T17:55:41.198Z | Downloaded filetime v0.2.27 |
| 657 | 2026-07-08T17:55:41.198Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 658 | 2026-07-08T17:55:41.201Z | Downloaded fixedbitset v0.5.7 |
| 659 | 2026-07-08T17:55:41.202Z | Downloaded foldhash v0.1.5 |
| 660 | 2026-07-08T17:55:41.202Z | Downloaded fs_extra v1.3.0 |
| 661 | 2026-07-08T17:55:41.207Z | Downloaded headers-core v0.3.0 |
| 662 | 2026-07-08T17:55:41.207Z | Downloaded ecdsa v0.17.0-rc.18 |
| 663 | 2026-07-08T17:55:41.211Z | Downloaded displaydoc v0.2.5 |
| 664 | 2026-07-08T17:55:41.211Z | Downloaded diff v0.1.13 |
| 665 | 2026-07-08T17:55:41.214Z | Downloaded http-range v0.1.5 |
| 666 | 2026-07-08T17:55:41.214Z | Downloaded http-body v1.0.1 |
| 667 | 2026-07-08T17:55:41.214Z | Downloaded futures-executor v0.3.32 |
| 668 | 2026-07-08T17:55:41.219Z | Downloaded gethostname v0.5.0 |
| 669 | 2026-07-08T17:55:41.223Z | Downloaded fs-err v2.11.0 |
| 670 | 2026-07-08T17:55:41.227Z | Downloaded cipher v0.4.4 |
| 671 | 2026-07-08T17:55:41.227Z | Downloaded home v0.5.12 |
| 672 | 2026-07-08T17:55:41.227Z | Downloaded httpdate v1.0.3 |
| 673 | 2026-07-08T17:55:41.227Z | Downloaded hostname v0.3.1 |
| 674 | 2026-07-08T17:55:41.232Z | Downloaded chacha20 v0.10.0 |
| 675 | 2026-07-08T17:55:41.232Z | Downloaded clang-sys v1.8.1 |
| 676 | 2026-07-08T17:55:41.232Z | Downloaded console v0.15.11 |
| 677 | 2026-07-08T17:55:41.235Z | Downloaded colored v3.1.1 |
| 678 | 2026-07-08T17:55:41.235Z | Downloaded enum_dispatch v0.3.13 |
| 679 | 2026-07-08T17:55:41.241Z | Downloaded const-oid v0.9.6 |
| 680 | 2026-07-08T17:55:41.241Z | Downloaded blake2 v0.11.0-rc.6 |
| 681 | 2026-07-08T17:55:41.241Z | Downloaded darling_core v0.13.4 |
| 682 | 2026-07-08T17:55:41.244Z | Downloaded hubpack_derive v0.1.1 |
| 683 | 2026-07-08T17:55:41.244Z | Downloaded hubpack v0.1.2 |
| 684 | 2026-07-08T17:55:41.244Z | Downloaded crc-any v2.5.0 |
| 685 | 2026-07-08T17:55:41.248Z | Downloaded group v0.13.0 |
| 686 | 2026-07-08T17:55:41.248Z | Downloaded globset v0.4.18 |
| 687 | 2026-07-08T17:55:41.248Z | Downloaded git-stub-vcs v0.1.0 |
| 688 | 2026-07-08T17:55:41.251Z | Downloaded cancel-safe-futures v0.1.5 |
| 689 | 2026-07-08T17:55:41.251Z | Downloaded cmov v0.5.4 |
| 690 | 2026-07-08T17:55:41.251Z | Downloaded bzip2 v0.4.4 |
| 691 | 2026-07-08T17:55:41.256Z | Downloaded buf-list v1.1.2 |
| 692 | 2026-07-08T17:55:41.256Z | Downloaded hyper-tls v0.6.0 |
| 693 | 2026-07-08T17:55:41.256Z | Downloaded idna_adapter v1.2.1 |
| 694 | 2026-07-08T17:55:41.259Z | Downloaded ident_case v1.0.1 |
| 695 | 2026-07-08T17:55:41.259Z | Downloaded indent_write v2.2.0 |
| 696 | 2026-07-08T17:55:41.260Z | Downloaded illumos-nvpair v0.3.0 |
| 697 | 2026-07-08T17:55:41.263Z | Downloaded inout v0.2.2 |
| 698 | 2026-07-08T17:55:41.267Z | Downloaded glob v0.3.3 |
| 699 | 2026-07-08T17:55:41.267Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 700 | 2026-07-08T17:55:41.271Z | Downloaded group v0.14.0 |
| 701 | 2026-07-08T17:55:41.274Z | Downloaded instant v0.1.13 |
| 702 | 2026-07-08T17:55:41.277Z | Downloaded futures-channel v0.3.32 |
| 703 | 2026-07-08T17:55:41.277Z | Downloaded instability v0.3.11 |
| 704 | 2026-07-08T17:55:41.281Z | Downloaded hex v0.4.3 |
| 705 | 2026-07-08T17:55:41.284Z | Downloaded indoc v1.0.9 |
| 706 | 2026-07-08T17:55:41.284Z | Downloaded lalrpop-util v0.19.12 |
| 707 | 2026-07-08T17:55:41.288Z | Downloaded kem v0.3.0 |
| 708 | 2026-07-08T17:55:41.288Z | Downloaded is_ci v1.2.0 |
| 709 | 2026-07-08T17:55:41.288Z | Downloaded is-terminal v0.4.17 |
| 710 | 2026-07-08T17:55:41.288Z | Downloaded lazy_static v1.5.0 |
| 711 | 2026-07-08T17:55:41.288Z | Downloaded internet-checksum v0.2.1 |
| 712 | 2026-07-08T17:55:41.291Z | Downloaded base64 v0.22.1 |
| 713 | 2026-07-08T17:55:41.292Z | Downloaded http-body-util v0.1.3 |
| 714 | 2026-07-08T17:55:41.295Z | Downloaded hostname v0.4.2 |
| 715 | 2026-07-08T17:55:41.295Z | Downloaded crc32fast v1.5.0 |
| 716 | 2026-07-08T17:55:41.295Z | Downloaded allocator-api2 v0.2.21 |
| 717 | 2026-07-08T17:55:41.300Z | Downloaded derive-where v1.6.0 |
| 718 | 2026-07-08T17:55:41.304Z | Downloaded const-oid v0.10.2 |
| 719 | 2026-07-08T17:55:41.309Z | Downloaded elliptic-curve v0.13.8 |
| 720 | 2026-07-08T17:55:41.312Z | Downloaded derive_builder v0.20.2 |
| 721 | 2026-07-08T17:55:41.315Z | Downloaded kstat-rs v0.2.4 |
| 722 | 2026-07-08T17:55:41.315Z | Downloaded libscf-sys v1.1.0 |
| 723 | 2026-07-08T17:55:41.315Z | Downloaded dropshot_endpoint v0.17.1 |
| 724 | 2026-07-08T17:55:41.320Z | Downloaded getrandom v0.2.17 |
| 725 | 2026-07-08T17:55:41.320Z | Downloaded highway v1.3.0 |
| 726 | 2026-07-08T17:55:41.324Z | Downloaded humantime v2.3.0 |
| 727 | 2026-07-08T17:55:41.328Z | Downloaded chacha20poly1305 v0.10.1 |
| 728 | 2026-07-08T17:55:41.332Z | Downloaded linked-hash-map v0.5.6 |
| 729 | 2026-07-08T17:55:41.336Z | Downloaded lru v0.12.5 |
| 730 | 2026-07-08T17:55:41.340Z | Downloaded lru-cache v0.1.2 |
| 731 | 2026-07-08T17:55:41.340Z | Downloaded maybe-uninit v2.0.0 |
| 732 | 2026-07-08T17:55:41.340Z | Downloaded lru-slab v0.1.2 |
| 733 | 2026-07-08T17:55:41.344Z | Downloaded fatfs v0.3.6 |
| 734 | 2026-07-08T17:55:41.347Z | Downloaded match_cfg v0.1.0 |
| 735 | 2026-07-08T17:55:41.347Z | Downloaded maplit v1.0.2 |
| 736 | 2026-07-08T17:55:41.347Z | Downloaded md-5 v0.10.6 |
| 737 | 2026-07-08T17:55:41.351Z | Downloaded ingot-types v0.1.2 |
| 738 | 2026-07-08T17:55:41.351Z | Downloaded memoffset v0.9.1 |
| 739 | 2026-07-08T17:55:41.356Z | Downloaded hyper-staticfile v0.10.1 |
| 740 | 2026-07-08T17:55:41.359Z | Downloaded hmac v0.12.1 |
| 741 | 2026-07-08T17:55:41.359Z | Downloaded ipnetwork v0.21.1 |
| 742 | 2026-07-08T17:55:41.359Z | Downloaded ipnet v2.11.0 |
| 743 | 2026-07-08T17:55:41.363Z | Downloaded keccak v0.1.6 |
| 744 | 2026-07-08T17:55:41.363Z | Downloaded lzss v0.8.2 |
| 745 | 2026-07-08T17:55:41.367Z | Downloaded mime v0.3.17 |
| 746 | 2026-07-08T17:55:41.367Z | Downloaded md5 v0.8.0 |
| 747 | 2026-07-08T17:55:41.367Z | Downloaded multimap v0.10.1 |
| 748 | 2026-07-08T17:55:41.367Z | Downloaded managed v0.8.0 |
| 749 | 2026-07-08T17:55:41.373Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 750 | 2026-07-08T17:55:41.373Z | Downloaded half v1.8.3 |
| 751 | 2026-07-08T17:55:41.373Z | Downloaded newtype-uuid-macros v0.1.0 |
| 752 | 2026-07-08T17:55:41.378Z | Downloaded new_debug_unreachable v1.0.6 |
| 753 | 2026-07-08T17:55:41.378Z | Downloaded ingot v0.1.1 |
| 754 | 2026-07-08T17:55:41.381Z | Downloaded nibble_vec v0.1.0 |
| 755 | 2026-07-08T17:55:41.381Z | Downloaded newtype_derive v0.1.6 |
| 756 | 2026-07-08T17:55:41.381Z | Downloaded normalize-line-endings v0.3.0 |
| 757 | 2026-07-08T17:55:41.386Z | Downloaded inout v0.1.4 |
| 758 | 2026-07-08T17:55:41.389Z | Downloaded base64 v0.21.7 |
| 759 | 2026-07-08T17:55:41.393Z | Downloaded newline-converter v0.3.0 |
| 760 | 2026-07-08T17:55:41.396Z | Downloaded nodrop v0.1.14 |
| 761 | 2026-07-08T17:55:41.396Z | Downloaded compact_str v0.8.1 |
| 762 | 2026-07-08T17:55:41.411Z | Downloaded num-conv v0.2.0 |
| 763 | 2026-07-08T17:55:41.415Z | Downloaded arc-swap v1.8.2 |
| 764 | 2026-07-08T17:55:41.415Z | Downloaded ar_archive_writer v0.5.1 |
| 765 | 2026-07-08T17:55:41.418Z | Downloaded num v0.4.3 |
| 766 | 2026-07-08T17:55:41.419Z | Downloaded hmac v0.13.0 |
| 767 | 2026-07-08T17:55:41.419Z | Downloaded generic-array v1.4.3 |
| 768 | 2026-07-08T17:55:41.441Z | Downloaded drift v0.2.0 |
| 769 | 2026-07-08T17:55:41.441Z | Downloaded num-derive v0.4.2 |
| 770 | 2026-07-08T17:55:41.442Z | Downloaded keccak v0.2.0 |
| 771 | 2026-07-08T17:55:41.442Z | Downloaded num_threads v0.1.7 |
| 772 | 2026-07-08T17:55:41.442Z | Downloaded getrandom v0.3.4 |
| 773 | 2026-07-08T17:55:41.442Z | Downloaded half v2.7.1 |
| 774 | 2026-07-08T17:55:41.442Z | Downloaded hybrid-array v0.4.13 |
| 775 | 2026-07-08T17:55:41.442Z | Downloaded darling_core v0.20.11 |
| 776 | 2026-07-08T17:55:41.446Z | Downloaded num_enum_derive v0.5.11 |
| 777 | 2026-07-08T17:55:41.446Z | Downloaded openssl-probe v0.2.1 |
| 778 | 2026-07-08T17:55:41.446Z | Downloaded openssl-macros v0.1.1 |
| 779 | 2026-07-08T17:55:41.446Z | Downloaded opaque-debug v0.3.1 |
| 780 | 2026-07-08T17:55:41.446Z | Downloaded linear-map v1.2.0 |
| 781 | 2026-07-08T17:55:41.446Z | Downloaded darling_core v0.21.3 |
| 782 | 2026-07-08T17:55:41.446Z | Downloaded olpc-cjson v0.1.4 |
| 783 | 2026-07-08T17:55:41.446Z | Downloaded futures v0.3.32 |
| 784 | 2026-07-08T17:55:41.450Z | Downloaded mime_guess v2.0.5 |
| 785 | 2026-07-08T17:55:41.453Z | Downloaded hyper-rustls v0.27.7 |
| 786 | 2026-07-08T17:55:41.454Z | Downloaded der v0.7.10 |
| 787 | 2026-07-08T17:55:41.457Z | Downloaded native-tls v0.2.18 |
| 788 | 2026-07-08T17:55:41.457Z | Downloaded nanorand v0.7.0 |
| 789 | 2026-07-08T17:55:41.461Z | Downloaded multer v3.1.0 |
| 790 | 2026-07-08T17:55:41.461Z | Downloaded module-lattice v0.2.3 |
| 791 | 2026-07-08T17:55:41.461Z | Downloaded iana-time-zone v0.1.65 |
| 792 | 2026-07-08T17:55:41.465Z | Downloaded cc v1.2.56 |
| 793 | 2026-07-08T17:55:41.465Z | Downloaded num-iter v0.1.45 |
| 794 | 2026-07-08T17:55:41.465Z | Downloaded crossbeam-channel v0.5.15 |
| 795 | 2026-07-08T17:55:41.468Z | Downloaded oso-derive v0.27.3 |
| 796 | 2026-07-08T17:55:41.468Z | Downloaded openssl-probe v0.1.6 |
| 797 | 2026-07-08T17:55:41.468Z | Downloaded crypto-bigint v0.5.5 |
| 798 | 2026-07-08T17:55:41.472Z | Downloaded aes-gcm v0.11.0 |
| 799 | 2026-07-08T17:55:41.475Z | Downloaded num-derive v0.3.3 |
| 800 | 2026-07-08T17:55:41.476Z | Downloaded lock_api v0.4.14 |
| 801 | 2026-07-08T17:55:41.480Z | Downloaded ingot-macros v0.1.1 |
| 802 | 2026-07-08T17:55:41.480Z | Downloaded const_format v0.2.35 |
| 803 | 2026-07-08T17:55:41.483Z | Downloaded bumpalo v3.20.2 |
| 804 | 2026-07-08T17:55:41.483Z | Downloaded indoc v2.0.7 |
| 805 | 2026-07-08T17:55:41.487Z | Downloaded nonempty v0.12.0 |
| 806 | 2026-07-08T17:55:41.487Z | Downloaded libsw-core v0.3.2 |
| 807 | 2026-07-08T17:55:41.487Z | Downloaded libsw v3.5.0 |
| 808 | 2026-07-08T17:55:41.487Z | Downloaded nu-ansi-term v0.50.3 |
| 809 | 2026-07-08T17:55:41.492Z | Downloaded packed_struct_codegen v0.10.1 |
| 810 | 2026-07-08T17:55:41.492Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 811 | 2026-07-08T17:55:41.495Z | Downloaded parse-display v0.10.0 |
| 812 | 2026-07-08T17:55:41.495Z | Downloaded derive_more v0.99.20 |
| 813 | 2026-07-08T17:55:41.499Z | Downloaded newtype-uuid v1.3.2 |
| 814 | 2026-07-08T17:55:41.499Z | Downloaded libefi-sys v0.1.0 |
| 815 | 2026-07-08T17:55:41.499Z | Downloaded flume v0.11.1 |
| 816 | 2026-07-08T17:55:41.505Z | Downloaded litemap v0.8.1 |
| 817 | 2026-07-08T17:55:41.505Z | Downloaded icu_provider v2.1.1 |
| 818 | 2026-07-08T17:55:41.505Z | Downloaded derive_more v2.1.1 |
| 819 | 2026-07-08T17:55:41.509Z | Downloaded indexmap v1.9.3 |
| 820 | 2026-07-08T17:55:41.513Z | Downloaded peg-runtime v0.8.5 |
| 821 | 2026-07-08T17:55:41.513Z | Downloaded parse-size v1.1.0 |
| 822 | 2026-07-08T17:55:41.516Z | Downloaded httparse v1.10.1 |
| 823 | 2026-07-08T17:55:41.517Z | Downloaded ignore v0.4.25 |
| 824 | 2026-07-08T17:55:41.517Z | Downloaded jobserver v0.1.34 |
| 825 | 2026-07-08T17:55:41.521Z | Downloaded async-compression v0.4.41 |
| 826 | 2026-07-08T17:55:41.521Z | Downloaded percent-encoding v2.3.2 |
| 827 | 2026-07-08T17:55:41.525Z | Downloaded path-slash v0.1.5 |
| 828 | 2026-07-08T17:55:41.525Z | Downloaded password-hash v0.6.1 |
| 829 | 2026-07-08T17:55:41.525Z | Downloaded num_enum_derive v0.7.6 |
| 830 | 2026-07-08T17:55:41.525Z | Downloaded bytes v1.11.1 |
| 831 | 2026-07-08T17:55:41.529Z | Downloaded phf_shared v0.12.1 |
| 832 | 2026-07-08T17:55:41.529Z | Downloaded libloading v0.8.9 |
| 833 | 2026-07-08T17:55:41.532Z | Downloaded phf_shared v0.13.1 |
| 834 | 2026-07-08T17:55:41.532Z | Downloaded litrs v1.0.0 |
| 835 | 2026-07-08T17:55:41.536Z | Downloaded darling_core v0.23.0 |
| 836 | 2026-07-08T17:55:41.536Z | Downloaded num_enum v0.7.6 |
| 837 | 2026-07-08T17:55:41.539Z | Downloaded num_enum v0.5.11 |
| 838 | 2026-07-08T17:55:41.543Z | Downloaded num-integer v0.1.46 |
| 839 | 2026-07-08T17:55:41.546Z | Downloaded owo-colors v4.3.0 |
| 840 | 2026-07-08T17:55:41.550Z | Downloaded oxide-tokio-rt v0.1.4 |
| 841 | 2026-07-08T17:55:41.550Z | Downloaded icu_properties v2.1.2 |
| 842 | 2026-07-08T17:55:41.561Z | Downloaded precomputed-hash v0.1.1 |
| 843 | 2026-07-08T17:55:41.564Z | Downloaded powerfmt v0.2.0 |
| 844 | 2026-07-08T17:55:41.571Z | Downloaded heapless v0.8.0 |
| 845 | 2026-07-08T17:55:41.575Z | Downloaded heapless v0.7.17 |
| 846 | 2026-07-08T17:55:41.578Z | Downloaded headers v0.4.1 |
| 847 | 2026-07-08T17:55:41.585Z | Downloaded parse-display-derive v0.10.0 |
| 848 | 2026-07-08T17:55:41.590Z | Downloaded ml-kem v0.3.2 |
| 849 | 2026-07-08T17:55:41.590Z | Downloaded predicates-tree v1.0.13 |
| 850 | 2026-07-08T17:55:41.594Z | Downloaded peg v0.8.5 |
| 851 | 2026-07-08T17:55:41.594Z | Downloaded proc-macro-crate v3.4.0 |
| 852 | 2026-07-08T17:55:41.597Z | Downloaded proc-macro-crate v1.3.1 |
| 853 | 2026-07-08T17:55:41.597Z | Downloaded paste v1.0.15 |
| 854 | 2026-07-08T17:55:41.597Z | Downloaded num-complex v0.4.6 |
| 855 | 2026-07-08T17:55:41.601Z | Downloaded icu_normalizer_data v2.1.1 |
| 856 | 2026-07-08T17:55:41.601Z | Downloaded progenitor-client v0.14.0 |
| 857 | 2026-07-08T17:55:41.604Z | Downloaded password-hash v0.5.0 |
| 858 | 2026-07-08T17:55:41.604Z | Downloaded ed25519-dalek v2.2.0 |
| 859 | 2026-07-08T17:55:41.608Z | Downloaded derive_more-impl v2.1.1 |
| 860 | 2026-07-08T17:55:41.611Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 861 | 2026-07-08T17:55:41.611Z | Downloaded pem-rfc7468 v1.0.0 |
| 862 | 2026-07-08T17:55:41.615Z | Downloaded libbz2-rs-sys v0.2.2 |
| 863 | 2026-07-08T17:55:41.615Z | Downloaded pbkdf2 v0.13.0 |
| 864 | 2026-07-08T17:55:41.615Z | Downloaded progenitor-macro v0.13.0 |
| 865 | 2026-07-08T17:55:41.619Z | Downloaded pem-rfc7468 v0.7.0 |
| 866 | 2026-07-08T17:55:41.619Z | Downloaded psl-types v2.0.11 |
| 867 | 2026-07-08T17:55:41.619Z | Downloaded phf_shared v0.11.3 |
| 868 | 2026-07-08T17:55:41.619Z | Downloaded phf v0.13.1 |
| 869 | 2026-07-08T17:55:41.622Z | Downloaded quick-error v1.2.3 |
| 870 | 2026-07-08T17:55:41.622Z | Downloaded expectorate v1.2.0 |
| 871 | 2026-07-08T17:55:41.622Z | Downloaded progenitor-macro v0.14.0 |
| 872 | 2026-07-08T17:55:41.626Z | Downloaded icu_normalizer v2.1.1 |
| 873 | 2026-07-08T17:55:41.626Z | Downloaded pin-project-internal v1.1.11 |
| 874 | 2026-07-08T17:55:41.629Z | Downloaded icu_locale_core v2.1.1 |
| 875 | 2026-07-08T17:55:41.633Z | Downloaded pkcs8 v0.10.2 |
| 876 | 2026-07-08T17:55:41.633Z | Downloaded pin-project-lite v0.2.17 |
| 877 | 2026-07-08T17:55:41.637Z | Downloaded memmap2 v0.9.10 |
| 878 | 2026-07-08T17:55:41.637Z | Downloaded oxnet v0.1.6 |
| 879 | 2026-07-08T17:55:41.640Z | Downloaded phf v0.12.1 |
| 880 | 2026-07-08T17:55:41.640Z | Downloaded phc v0.6.1 |
| 881 | 2026-07-08T17:55:41.640Z | Downloaded der v0.8.0 |
| 882 | 2026-07-08T17:55:41.644Z | Downloaded potential_utf v0.1.4 |
| 883 | 2026-07-08T17:55:41.647Z | Downloaded poly1305 v0.8.0 |
| 884 | 2026-07-08T17:55:41.647Z | Downloaded packed_struct v0.10.1 |
| 885 | 2026-07-08T17:55:41.647Z | Downloaded peg-macros v0.8.5 |
| 886 | 2026-07-08T17:55:41.652Z | Downloaded pem v3.0.6 |
| 887 | 2026-07-08T17:55:41.652Z | Downloaded flate2 v1.1.9 |
| 888 | 2026-07-08T17:55:41.655Z | Downloaded rand_xorshift v0.4.0 |
| 889 | 2026-07-08T17:55:41.655Z | Downloaded recursive v0.1.1 |
| 890 | 2026-07-08T17:55:41.655Z | Downloaded hickory-resolver v0.24.4 |
| 891 | 2026-07-08T17:55:41.659Z | Downloaded rand_chacha v0.3.1 |
| 892 | 2026-07-08T17:55:41.659Z | Downloaded radium v0.7.0 |
| 893 | 2026-07-08T17:55:41.662Z | Downloaded predicates v3.1.4 |
| 894 | 2026-07-08T17:55:41.662Z | Downloaded postgres-protocol v0.6.10 |
| 895 | 2026-07-08T17:55:41.667Z | Downloaded indicatif v0.18.4 |
| 896 | 2026-07-08T17:55:41.670Z | Downloaded hickory-resolver v0.25.2 |
| 897 | 2026-07-08T17:55:41.674Z | Downloaded parking_lot v0.12.5 |
| 898 | 2026-07-08T17:55:41.677Z | Downloaded parking_lot_core v0.9.12 |
| 899 | 2026-07-08T17:55:41.681Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 900 | 2026-07-08T17:55:41.681Z | Downloaded primeorder v0.14.0-rc.10 |
| 901 | 2026-07-08T17:55:41.681Z | Downloaded predicates-core v1.0.10 |
| 902 | 2026-07-08T17:55:41.681Z | Downloaded ppv-lite86 v0.2.21 |
| 903 | 2026-07-08T17:55:41.685Z | Downloaded progenitor-client v0.13.0 |
| 904 | 2026-07-08T17:55:41.685Z | Downloaded proc-macro-error2 v2.0.1 |
| 905 | 2026-07-08T17:55:41.685Z | Downloaded pkg-config v0.3.32 |
| 906 | 2026-07-08T17:55:41.688Z | Downloaded primeorder v0.13.6 |
| 907 | 2026-07-08T17:55:41.688Z | Downloaded ref-cast v1.0.25 |
| 908 | 2026-07-08T17:55:41.688Z | Downloaded progenitor v0.13.0 |
| 909 | 2026-07-08T17:55:41.692Z | Downloaded primefield v0.14.0 |
| 910 | 2026-07-08T17:55:41.692Z | Downloaded polyval v0.7.1 |
| 911 | 2026-07-08T17:55:41.692Z | Downloaded parking_lot v0.11.2 |
| 912 | 2026-07-08T17:55:41.696Z | Downloaded ref-cast-impl v1.0.25 |
| 913 | 2026-07-08T17:55:41.696Z | Downloaded progenitor-extras v0.2.0 |
| 914 | 2026-07-08T17:55:41.697Z | Downloaded num-rational v0.4.2 |
| 915 | 2026-07-08T17:55:41.697Z | Downloaded num-traits v0.2.19 |
| 916 | 2026-07-08T17:55:41.700Z | Downloaded parking_lot_core v0.8.6 |
| 917 | 2026-07-08T17:55:41.701Z | Downloaded diesel_derives v2.3.7 |
| 918 | 2026-07-08T17:55:41.704Z | Downloaded psm v0.1.30 |
| 919 | 2026-07-08T17:55:41.707Z | Downloaded progenitor v0.14.0 |
| 920 | 2026-07-08T17:55:41.707Z | Downloaded crossterm v0.28.1 |
| 921 | 2026-07-08T17:55:41.712Z | Downloaded jiff-static v0.2.21 |
| 922 | 2026-07-08T17:55:41.715Z | Downloaded miniz_oxide v0.8.9 |
| 923 | 2026-07-08T17:55:41.720Z | Downloaded r2d2 v0.8.10 |
| 924 | 2026-07-08T17:55:41.723Z | Downloaded rfc6979 v0.4.0 |
| 925 | 2026-07-08T17:55:41.723Z | Downloaded icu_collections v2.1.1 |
| 926 | 2026-07-08T17:55:41.727Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 927 | 2026-07-08T17:55:41.731Z | Downloaded rfc6979 v0.5.0 |
| 928 | 2026-07-08T17:55:41.731Z | Downloaded pkcs1 v0.7.5 |
| 929 | 2026-07-08T17:55:41.731Z | Downloaded rtoolbox v0.0.3 |
| 930 | 2026-07-08T17:55:41.735Z | Downloaded rustc_version v0.4.1 |
| 931 | 2026-07-08T17:55:41.735Z | Downloaded oso v0.27.3 |
| 932 | 2026-07-08T17:55:41.735Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 933 | 2026-07-08T17:55:41.735Z | Downloaded rand_seeder v0.4.0 |
| 934 | 2026-07-08T17:55:41.738Z | Downloaded russh-util v0.52.0 |
| 935 | 2026-07-08T17:55:41.738Z | Downloaded same-file v1.0.6 |
| 936 | 2026-07-08T17:55:41.738Z | Downloaded rand_core v0.6.4 |
| 937 | 2026-07-08T17:55:41.742Z | Downloaded russh-cryptovec v0.61.0 |
| 938 | 2026-07-08T17:55:41.742Z | Downloaded rand_core v0.10.0 |
| 939 | 2026-07-08T17:55:41.742Z | Downloaded rand_core v0.9.5 |
| 940 | 2026-07-08T17:55:41.742Z | Downloaded aes v0.9.1 |
| 941 | 2026-07-08T17:55:41.746Z | Downloaded rustc_version v0.1.7 |
| 942 | 2026-07-08T17:55:41.746Z | Downloaded rand_chacha v0.9.0 |
| 943 | 2026-07-08T17:55:41.746Z | Downloaded omicron-zone-package v0.12.3 |
| 944 | 2026-07-08T17:55:41.750Z | Downloaded postgres-types v0.2.12 |
| 945 | 2026-07-08T17:55:41.754Z | Downloaded postcard v1.1.3 |
| 946 | 2026-07-08T17:55:41.761Z | Downloaded scheduled-thread-pool v0.2.7 |
| 947 | 2026-07-08T17:55:41.769Z | Downloaded poly1305 v0.9.0 |
| 948 | 2026-07-08T17:55:41.773Z | Downloaded scroll_derive v0.13.1 |
| 949 | 2026-07-08T17:55:41.773Z | Downloaded hashbrown v0.13.2 |
| 950 | 2026-07-08T17:55:41.780Z | Downloaded scopeguard v1.2.0 |
| 951 | 2026-07-08T17:55:41.785Z | Downloaded sapling-renderdag v0.1.0 |
| 952 | 2026-07-08T17:55:41.791Z | Downloaded secrecy v0.10.3 |
| 953 | 2026-07-08T17:55:41.795Z | Downloaded seq-macro v0.3.6 |
| 954 | 2026-07-08T17:55:41.795Z | Downloaded serde-big-array v0.5.1 |
| 955 | 2026-07-08T17:55:41.798Z | Downloaded pin-project v1.1.11 |
| 956 | 2026-07-08T17:55:41.803Z | Downloaded quinn-udp v0.5.14 |
| 957 | 2026-07-08T17:55:41.804Z | Downloaded crossterm v0.29.0 |
| 958 | 2026-07-08T17:55:41.808Z | Downloaded p256 v0.14.0-rc.10 |
| 959 | 2026-07-08T17:55:41.812Z | Downloaded pkcs5 v0.8.1 |
| 960 | 2026-07-08T17:55:41.815Z | Downloaded semver v0.1.20 |
| 961 | 2026-07-08T17:55:41.815Z | Downloaded serde_bytes v0.11.19 |
| 962 | 2026-07-08T17:55:41.815Z | Downloaded serde_urlencoded v0.7.1 |
| 963 | 2026-07-08T17:55:41.820Z | Downloaded secrecy v0.8.0 |
| 964 | 2026-07-08T17:55:41.820Z | Downloaded resolv-conf v0.7.6 |
| 965 | 2026-07-08T17:55:41.823Z | Downloaded serde_spanned v1.1.1 |
| 966 | 2026-07-08T17:55:41.824Z | Downloaded pkcs8 v0.11.0 |
| 967 | 2026-07-08T17:55:41.827Z | Downloaded serde_repr v0.1.20 |
| 968 | 2026-07-08T17:55:41.827Z | Downloaded sha1 v0.10.6 |
| 969 | 2026-07-08T17:55:41.831Z | Downloaded shell-words v1.1.1 |
| 970 | 2026-07-08T17:55:41.831Z | Downloaded serde_plain v1.0.2 |
| 971 | 2026-07-08T17:55:41.831Z | Downloaded rusty-fork v0.3.1 |
| 972 | 2026-07-08T17:55:41.831Z | Downloaded rustversion v1.0.22 |
| 973 | 2026-07-08T17:55:41.834Z | Downloaded rustc-hash v2.1.1 |
| 974 | 2026-07-08T17:55:41.845Z | Downloaded signal-hook-tokio v0.3.1 |
| 975 | 2026-07-08T17:55:41.849Z | Downloaded signal-hook-mio v0.2.5 |
| 976 | 2026-07-08T17:55:41.849Z | Downloaded sha1 v0.11.0 |
| 977 | 2026-07-08T17:55:41.853Z | Downloaded rustls-pemfile v2.2.0 |
| 978 | 2026-07-08T17:55:41.853Z | Downloaded rustls-native-certs v0.8.3 |
| 979 | 2026-07-08T17:55:41.856Z | Downloaded signature v3.0.0 |
| 980 | 2026-07-08T17:55:41.856Z | Downloaded aho-corasick v1.1.4 |
| 981 | 2026-07-08T17:55:41.860Z | Downloaded prefix-trie v0.7.0 |
| 982 | 2026-07-08T17:55:41.863Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 983 | 2026-07-08T17:55:41.863Z | Downloaded progenitor-impl v0.14.0 |
| 984 | 2026-07-08T17:55:41.867Z | Downloaded papergrid v0.17.0 |
| 985 | 2026-07-08T17:55:41.871Z | Downloaded siphasher v1.0.2 |
| 986 | 2026-07-08T17:55:41.871Z | Downloaded slog-bunyan v2.5.0 |
| 987 | 2026-07-08T17:55:41.871Z | Downloaded progenitor-impl v0.13.0 |
| 988 | 2026-07-08T17:55:41.874Z | Downloaded sigpipe v0.1.3 |
| 989 | 2026-07-08T17:55:41.874Z | Downloaded signature v2.2.0 |
| 990 | 2026-07-08T17:55:41.874Z | Downloaded openssl-sys v0.9.115 |
| 991 | 2026-07-08T17:55:41.880Z | Downloaded scroll v0.13.0 |
| 992 | 2026-07-08T17:55:41.884Z | Downloaded slog-envlogger v2.2.0 |
| 993 | 2026-07-08T17:55:41.887Z | Downloaded sec1 v0.8.1 |
| 994 | 2026-07-08T17:55:41.887Z | Downloaded scrypt v0.12.0 |
| 995 | 2026-07-08T17:55:41.894Z | Downloaded sec1 v0.7.3 |
| 996 | 2026-07-08T17:55:41.897Z | Downloaded hickory-server v0.25.2 |
| 997 | 2026-07-08T17:55:41.901Z | Downloaded schemars_derive v0.8.22 |
| 998 | 2026-07-08T17:55:41.901Z | Downloaded dropshot-api-manager v0.7.2 |
| 999 | 2026-07-08T17:55:41.904Z | Downloaded p384 v0.14.0-rc.10 |
| 1000 | 2026-07-08T17:55:41.912Z | Downloaded serde_path_to_error v0.1.20 |
| 1001 | 2026-07-08T17:55:41.915Z | Downloaded serde_derive_internals v0.29.1 |
| 1002 | 2026-07-08T17:55:41.915Z | Downloaded serdect v0.4.3 |
| 1003 | 2026-07-08T17:55:41.919Z | Downloaded serde-hex v0.1.0 |
| 1004 | 2026-07-08T17:55:41.919Z | Downloaded minimal-lexical v0.2.1 |
| 1005 | 2026-07-08T17:55:41.922Z | Downloaded sqlparser_derive v0.5.0 |
| 1006 | 2026-07-08T17:55:41.928Z | Downloaded hyper-util v0.1.20 |
| 1007 | 2026-07-08T17:55:41.935Z | Downloaded rustls-pki-types v1.14.0 |
| 1008 | 2026-07-08T17:55:41.938Z | Downloaded shlex v1.3.0 |
| 1009 | 2026-07-08T17:55:41.942Z | Downloaded serde_with_macros v1.5.2 |
| 1010 | 2026-07-08T17:55:41.946Z | Downloaded signal-hook-registry v1.4.8 |
| 1011 | 2026-07-08T17:55:41.946Z | Downloaded stable_deref_trait v1.2.1 |
| 1012 | 2026-07-08T17:55:41.949Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1013 | 2026-07-08T17:55:41.953Z | Downloaded structmeta v0.3.0 |
| 1014 | 2026-07-08T17:55:41.953Z | Downloaded strsim v0.10.0 |
| 1015 | 2026-07-08T17:55:41.961Z | Downloaded itertools v0.10.5 |
| 1016 | 2026-07-08T17:55:41.964Z | Downloaded structmeta-derive v0.3.0 |
| 1017 | 2026-07-08T17:55:41.968Z | Downloaded simd-adler32 v0.3.8 |
| 1018 | 2026-07-08T17:55:41.968Z | Downloaded strum v0.27.2 |
| 1019 | 2026-07-08T17:55:41.968Z | Downloaded pretty_assertions v1.4.1 |
| 1020 | 2026-07-08T17:55:41.972Z | Downloaded salsa20 v0.11.0 |
| 1021 | 2026-07-08T17:55:41.977Z | Downloaded smf v0.2.3 |
| 1022 | 2026-07-08T17:55:41.981Z | Downloaded slab v0.4.12 |
| 1023 | 2026-07-08T17:55:41.982Z | Downloaded strum v0.26.3 |
| 1024 | 2026-07-08T17:55:41.982Z | Downloaded snafu-derive v0.8.9 |
| 1025 | 2026-07-08T17:55:41.982Z | Downloaded slog-json v2.6.1 |
| 1026 | 2026-07-08T17:55:41.986Z | Downloaded sync_wrapper v1.0.2 |
| 1027 | 2026-07-08T17:55:41.986Z | Downloaded slog-dtrace v0.3.0 |
| 1028 | 2026-07-08T17:55:41.986Z | Downloaded slog-async v2.8.0 |
| 1029 | 2026-07-08T17:55:41.986Z | Downloaded smallvec v0.6.14 |
| 1030 | 2026-07-08T17:55:41.990Z | Downloaded tabwriter v1.4.1 |
| 1031 | 2026-07-08T17:55:41.990Z | Downloaded http v1.4.2 |
| 1032 | 2026-07-08T17:55:41.991Z | Downloaded tabled_derive v0.11.0 |
| 1033 | 2026-07-08T17:55:41.995Z | Downloaded slog-term v2.9.2 |
| 1034 | 2026-07-08T17:55:41.999Z | Downloaded sync-ptr v0.1.4 |
| 1035 | 2026-07-08T17:55:41.999Z | Downloaded slog-stdlog v4.1.1 |
| 1036 | 2026-07-08T17:55:41.999Z | Downloaded slog-scope v4.4.1 |
| 1037 | 2026-07-08T17:55:42.012Z | Downloaded tagptr v0.2.0 |
| 1038 | 2026-07-08T17:55:42.015Z | Downloaded supports-color v3.0.2 |
| 1039 | 2026-07-08T17:55:42.015Z | Downloaded spki v0.8.0 |
| 1040 | 2026-07-08T17:55:42.015Z | Downloaded sha2 v0.11.0 |
| 1041 | 2026-07-08T17:55:42.019Z | Downloaded tap v1.0.1 |
| 1042 | 2026-07-08T17:55:42.019Z | Downloaded take_mut v0.2.2 |
| 1043 | 2026-07-08T17:55:42.019Z | Downloaded serde_cbor v0.11.2 |
| 1044 | 2026-07-08T17:55:42.023Z | Downloaded thread-id v5.1.0 |
| 1045 | 2026-07-08T17:55:42.023Z | Downloaded termtree v0.5.1 |
| 1046 | 2026-07-08T17:55:42.023Z | Downloaded spki v0.7.3 |
| 1047 | 2026-07-08T17:55:42.026Z | Downloaded mio v1.2.0 |
| 1048 | 2026-07-08T17:55:42.039Z | Downloaded serde_with_macros v3.17.0 |
| 1049 | 2026-07-08T17:55:42.043Z | Downloaded sqlformat v0.3.5 |
| 1050 | 2026-07-08T17:55:42.047Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1051 | 2026-07-08T17:55:42.047Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1052 | 2026-07-08T17:55:42.050Z | Downloaded time-core v0.1.8 |
| 1053 | 2026-07-08T17:55:42.050Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1054 | 2026-07-08T17:55:42.054Z | Downloaded stringprep v0.1.5 |
| 1055 | 2026-07-08T17:55:42.054Z | Downloaded prettyplease v0.2.37 |
| 1056 | 2026-07-08T17:55:42.057Z | Downloaded hashbrown v0.12.3 |
| 1057 | 2026-07-08T17:55:42.061Z | Downloaded schemars v0.8.22 |
| 1058 | 2026-07-08T17:55:42.066Z | Downloaded tinyvec_macros v0.1.1 |
| 1059 | 2026-07-08T17:55:42.069Z | Downloaded strum_macros v0.24.3 |
| 1060 | 2026-07-08T17:55:42.070Z | Downloaded static_assertions v1.1.0 |
| 1061 | 2026-07-08T17:55:42.070Z | Downloaded tokio-macros v2.7.0 |
| 1062 | 2026-07-08T17:55:42.073Z | Downloaded ryu v1.0.23 |
| 1063 | 2026-07-08T17:55:42.073Z | Downloaded rayon-core v1.13.0 |
| 1064 | 2026-07-08T17:55:42.077Z | Downloaded strum_macros v0.26.4 |
| 1065 | 2026-07-08T17:55:42.077Z | Downloaded string_cache v0.8.9 |
| 1066 | 2026-07-08T17:55:42.080Z | Downloaded smallvec v1.15.1 |
| 1067 | 2026-07-08T17:55:42.081Z | Downloaded qorb v0.4.1 |
| 1068 | 2026-07-08T17:55:42.084Z | Downloaded tokio-test v0.4.5 |
| 1069 | 2026-07-08T17:55:42.084Z | Downloaded subtle v2.6.1 |
| 1070 | 2026-07-08T17:55:42.088Z | Downloaded support-bundle-viewer v0.1.2 |
| 1071 | 2026-07-08T17:55:42.088Z | Downloaded strum_macros v0.27.2 |
| 1072 | 2026-07-08T17:55:42.088Z | Downloaded p521 v0.14.0-rc.10 |
| 1073 | 2026-07-08T17:55:42.091Z | Downloaded publicsuffix v2.3.0 |
| 1074 | 2026-07-08T17:55:42.095Z | Downloaded synstructure v0.13.2 |
| 1075 | 2026-07-08T17:55:42.095Z | Downloaded crypto-primes v0.7.2 |
| 1076 | 2026-07-08T17:55:42.098Z | Downloaded ron v0.8.1 |
| 1077 | 2026-07-08T17:55:42.102Z | Downloaded rand v0.8.6 |
| 1078 | 2026-07-08T17:55:42.105Z | Downloaded testing_table v0.3.0 |
| 1079 | 2026-07-08T17:55:42.105Z | Downloaded termios v0.3.3 |
| 1080 | 2026-07-08T17:55:42.112Z | Downloaded tower-service v0.3.3 |
| 1081 | 2026-07-08T17:55:42.115Z | Downloaded topological-sort v0.2.2 |
| 1082 | 2026-07-08T17:55:42.119Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1083 | 2026-07-08T17:55:42.119Z | Downloaded thread_local v1.1.9 |
| 1084 | 2026-07-08T17:55:42.122Z | Downloaded quinn v0.11.9 |
| 1085 | 2026-07-08T17:55:42.125Z | Downloaded idna v1.1.0 |
| 1086 | 2026-07-08T17:55:42.129Z | Downloaded libxml v0.3.3 |
| 1087 | 2026-07-08T17:55:42.133Z | Downloaded futures-util v0.3.32 |
| 1088 | 2026-07-08T17:55:42.139Z | Downloaded tower-layer v0.3.3 |
| 1089 | 2026-07-08T17:55:42.144Z | Downloaded tiny-keccak v2.0.2 |
| 1090 | 2026-07-08T17:55:42.144Z | Downloaded trait-variant v0.1.2 |
| 1091 | 2026-07-08T17:55:42.144Z | Downloaded time-macros v0.2.27 |
| 1092 | 2026-07-08T17:55:42.147Z | Downloaded try-lock v0.2.5 |
| 1093 | 2026-07-08T17:55:42.147Z | Downloaded rcgen v0.12.1 |
| 1094 | 2026-07-08T17:55:42.147Z | Downloaded thiserror-no-std v2.0.2 |
| 1095 | 2026-07-08T17:55:42.151Z | Downloaded tinystr v0.8.2 |
| 1096 | 2026-07-08T17:55:42.155Z | Downloaded itertools v0.12.1 |
| 1097 | 2026-07-08T17:55:42.158Z | Downloaded tls_codec v0.4.2 |
| 1098 | 2026-07-08T17:55:42.158Z | Downloaded itertools v0.13.0 |
| 1099 | 2026-07-08T17:55:42.162Z | Downloaded slog v2.8.2 |
| 1100 | 2026-07-08T17:55:42.166Z | Downloaded typify-macro v0.6.2 |
| 1101 | 2026-07-08T17:55:42.166Z | Downloaded tokio-dtrace v0.1.1 |
| 1102 | 2026-07-08T17:55:42.170Z | Downloaded tls_codec_derive v0.4.2 |
| 1103 | 2026-07-08T17:55:42.170Z | Downloaded unarray v0.1.4 |
| 1104 | 2026-07-08T17:55:42.170Z | Downloaded iri-string v0.7.10 |
| 1105 | 2026-07-08T17:55:42.174Z | Downloaded unit-prefix v0.5.2 |
| 1106 | 2026-07-08T17:55:42.178Z | Downloaded usdt v0.6.0 |
| 1107 | 2026-07-08T17:55:42.178Z | Downloaded num-bigint v0.4.6 |
| 1108 | 2026-07-08T17:55:42.182Z | Downloaded socket2 v0.6.3 |
| 1109 | 2026-07-08T17:55:42.182Z | Downloaded hashbrown v0.16.1 |
| 1110 | 2026-07-08T17:55:42.185Z | Downloaded schemars v0.9.0 |
| 1111 | 2026-07-08T17:55:42.193Z | Downloaded untrusted v0.7.1 |
| 1112 | 2026-07-08T17:55:42.196Z | Downloaded unicode-xid v0.2.6 |
| 1113 | 2026-07-08T17:55:42.196Z | Downloaded unicode-truncate v1.1.0 |
| 1114 | 2026-07-08T17:55:42.196Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1115 | 2026-07-08T17:55:42.200Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1116 | 2026-07-08T17:55:42.201Z | Downloaded universal-hash v0.6.1 |
| 1117 | 2026-07-08T17:55:42.201Z | Downloaded untrusted v0.9.0 |
| 1118 | 2026-07-08T17:55:42.201Z | Downloaded tokio-native-tls v0.3.1 |
| 1119 | 2026-07-08T17:55:42.204Z | Downloaded utf-8 v0.7.6 |
| 1120 | 2026-07-08T17:55:42.204Z | Downloaded usdt-macro v0.6.0 |
| 1121 | 2026-07-08T17:55:42.204Z | Downloaded socket2 v0.5.10 |
| 1122 | 2026-07-08T17:55:42.204Z | Downloaded tokio-tungstenite v0.21.0 |
| 1123 | 2026-07-08T17:55:42.208Z | Downloaded hyper v1.10.1 |
| 1124 | 2026-07-08T17:55:42.211Z | Downloaded usdt-attr-macro v0.6.0 |
| 1125 | 2026-07-08T17:55:42.211Z | Downloaded hkdf v0.12.4 |
| 1126 | 2026-07-08T17:55:42.215Z | Downloaded term v0.7.0 |
| 1127 | 2026-07-08T17:55:42.218Z | Downloaded term v1.2.1 |
| 1128 | 2026-07-08T17:55:42.218Z | Downloaded rustls-webpki v0.103.13 |
| 1129 | 2026-07-08T17:55:42.222Z | Downloaded tokio-tungstenite v0.23.1 |
| 1130 | 2026-07-08T17:55:42.222Z | Downloaded hashbrown v0.15.5 |
| 1131 | 2026-07-08T17:55:42.227Z | Downloaded icu_properties_data v2.1.2 |
| 1132 | 2026-07-08T17:55:42.230Z | Downloaded rsa v0.9.10 |
| 1133 | 2026-07-08T17:55:42.238Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1134 | 2026-07-08T17:55:42.238Z | Downloaded stacker v0.1.23 |
| 1135 | 2026-07-08T17:55:42.238Z | Downloaded tui-tree-widget v0.23.1 |
| 1136 | 2026-07-08T17:55:42.238Z | Downloaded similar v2.7.0 |
| 1137 | 2026-07-08T17:55:42.241Z | Downloaded wait-timeout v0.2.1 |
| 1138 | 2026-07-08T17:55:42.244Z | Downloaded void v1.0.2 |
| 1139 | 2026-07-08T17:55:42.244Z | Downloaded aws-lc-rs v1.16.3 |
| 1140 | 2026-07-08T17:55:42.248Z | Downloaded waitgroup v0.1.2 |
| 1141 | 2026-07-08T17:55:42.251Z | Downloaded nom v8.0.0 |
| 1142 | 2026-07-08T17:55:42.254Z | Downloaded itertools v0.14.0 |
| 1143 | 2026-07-08T17:55:42.257Z | Downloaded unicase v2.9.0 |
| 1144 | 2026-07-08T17:55:42.260Z | Downloaded subprocess v0.2.15 |
| 1145 | 2026-07-08T17:55:42.260Z | Downloaded num-bigint-dig v0.8.6 |
| 1146 | 2026-07-08T17:55:42.263Z | Downloaded universal-hash v0.5.1 |
| 1147 | 2026-07-08T17:55:42.266Z | Downloaded hkdf v0.13.0 |
| 1148 | 2026-07-08T17:55:42.266Z | Downloaded snafu v0.8.9 |
| 1149 | 2026-07-08T17:55:42.270Z | Downloaded xshell-macros v0.2.7 |
| 1150 | 2026-07-08T17:55:42.273Z | Downloaded xattr v1.6.1 |
| 1151 | 2026-07-08T17:55:42.273Z | Downloaded tokio-stream v0.1.18 |
| 1152 | 2026-07-08T17:55:42.276Z | Downloaded zerofrom v0.1.6 |
| 1153 | 2026-07-08T17:55:42.276Z | Downloaded yoke-derive v0.8.1 |
| 1154 | 2026-07-08T17:55:42.276Z | Downloaded tokio-rustls v0.26.4 |
| 1155 | 2026-07-08T17:55:42.279Z | Downloaded schemars v1.2.1 |
| 1156 | 2026-07-08T17:55:42.286Z | Downloaded zeroize_derive v1.4.3 |
| 1157 | 2026-07-08T17:55:42.289Z | Downloaded usdt-impl v0.6.0 |
| 1158 | 2026-07-08T17:55:42.289Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1159 | 2026-07-08T17:55:42.292Z | Downloaded zerofrom-derive v0.1.6 |
| 1160 | 2026-07-08T17:55:42.292Z | Downloaded test-strategy v0.4.5 |
| 1161 | 2026-07-08T17:55:42.296Z | Downloaded rand v0.10.1 |
| 1162 | 2026-07-08T17:55:42.296Z | Downloaded rand v0.9.2 |
| 1163 | 2026-07-08T17:55:42.299Z | Downloaded spin v0.9.8 |
| 1164 | 2026-07-08T17:55:42.299Z | Downloaded utf8_iter v1.0.4 |
| 1165 | 2026-07-08T17:55:42.302Z | Downloaded blake3 v1.8.5 |
| 1166 | 2026-07-08T17:55:42.306Z | Downloaded zone_cfg_derive v0.3.1 |
| 1167 | 2026-07-08T17:55:42.309Z | Downloaded zone v0.3.1 |
| 1168 | 2026-07-08T17:55:42.309Z | Downloaded signal-hook v0.3.18 |
| 1169 | 2026-07-08T17:55:42.309Z | Downloaded tracing-attributes v0.1.31 |
| 1170 | 2026-07-08T17:55:42.313Z | Downloaded vergen-lib v9.1.0 |
| 1171 | 2026-07-08T17:55:42.314Z | Downloaded vergen-lib v0.1.6 |
| 1172 | 2026-07-08T17:55:42.317Z | Downloaded uzers v0.12.2 |
| 1173 | 2026-07-08T17:55:42.317Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1174 | 2026-07-08T17:55:42.317Z | Downloaded vsss-rs v3.3.4 |
| 1175 | 2026-07-08T17:55:42.320Z | Downloaded nom v7.1.3 |
| 1176 | 2026-07-08T17:55:42.323Z | Downloaded vergen-gitcl v1.0.8 |
| 1177 | 2026-07-08T17:55:42.323Z | Downloaded vergen-git2 v9.1.0 |
| 1178 | 2026-07-08T17:55:42.327Z | Downloaded tinyvec v1.10.0 |
| 1179 | 2026-07-08T17:55:42.327Z | Downloaded h2 v0.4.15 |
| 1180 | 2026-07-08T17:55:42.331Z | Downloaded whoami v1.6.1 |
| 1181 | 2026-07-08T17:55:42.334Z | Downloaded want v0.3.1 |
| 1182 | 2026-07-08T17:55:42.334Z | Downloaded samael v0.0.19 |
| 1183 | 2026-07-08T17:55:42.337Z | Downloaded wyz v0.5.1 |
| 1184 | 2026-07-08T17:55:42.340Z | Downloaded walkdir v2.5.0 |
| 1185 | 2026-07-08T17:55:42.340Z | Downloaded unicode-properties v0.1.4 |
| 1186 | 2026-07-08T17:55:42.343Z | Downloaded whoami v2.1.0 |
| 1187 | 2026-07-08T17:55:42.346Z | Downloaded writeable v0.6.2 |
| 1188 | 2026-07-08T17:55:42.352Z | Downloaded xshell v0.2.7 |
| 1189 | 2026-07-08T17:55:42.355Z | Downloaded yoke v0.8.1 |
| 1190 | 2026-07-08T17:55:42.358Z | Downloaded tar v0.4.45 |
| 1191 | 2026-07-08T17:55:42.358Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1192 | 2026-07-08T17:55:42.363Z | Downloaded zeroize v1.8.2 |
| 1193 | 2026-07-08T17:55:42.367Z | Downloaded toml v0.7.8 |
| 1194 | 2026-07-08T17:55:42.372Z | Downloaded libm v0.2.16 |
| 1195 | 2026-07-08T17:55:42.378Z | Downloaded zerovec-derive v0.11.2 |
| 1196 | 2026-07-08T17:55:42.382Z | Downloaded zstd-safe v7.2.4 |
| 1197 | 2026-07-08T17:55:42.385Z | Downloaded rsa v0.10.0-rc.18 |
| 1198 | 2026-07-08T17:55:42.388Z | Downloaded vergen v9.1.0 |
| 1199 | 2026-07-08T17:55:42.392Z | Downloaded chrono v0.4.44 |
| 1200 | 2026-07-08T17:55:42.395Z | Downloaded unicode-bidi v0.3.18 |
| 1201 | 2026-07-08T17:55:42.398Z | Downloaded typify v0.6.2 |
| 1202 | 2026-07-08T17:55:42.398Z | Downloaded twox-hash v2.1.2 |
| 1203 | 2026-07-08T17:55:42.423Z | Downloaded zerocopy v0.6.6 |
| 1204 | 2026-07-08T17:55:42.426Z | Downloaded bitvec v1.0.1 |
| 1205 | 2026-07-08T17:55:42.433Z | Downloaded bindgen v0.71.1 |
| 1206 | 2026-07-08T17:55:42.438Z | Downloaded rpassword v7.4.0 |
| 1207 | 2026-07-08T17:55:42.441Z | Downloaded rustyline v14.0.0 |
| 1208 | 2026-07-08T17:55:42.445Z | Downloaded unsafe-libyaml v0.2.11 |
| 1209 | 2026-07-08T17:55:42.445Z | Downloaded uuid v1.23.4 |
| 1210 | 2026-07-08T17:55:42.448Z | Downloaded zstd v0.13.3 |
| 1211 | 2026-07-08T17:55:42.451Z | Downloaded steno v0.4.1 |
| 1212 | 2026-07-08T17:55:42.451Z | Downloaded iddqd v0.4.2 |
| 1213 | 2026-07-08T17:55:42.457Z | Downloaded git2 v0.20.4 |
| 1214 | 2026-07-08T17:55:42.462Z | Downloaded tungstenite v0.21.0 |
| 1215 | 2026-07-08T17:55:42.465Z | Downloaded tungstenite v0.23.0 |
| 1216 | 2026-07-08T17:55:42.468Z | Downloaded vte v0.14.1 |
| 1217 | 2026-07-08T17:55:42.468Z | Downloaded serde_with v1.14.0 |
| 1218 | 2026-07-08T17:55:42.471Z | Downloaded tracing-core v0.1.36 |
| 1219 | 2026-07-08T17:55:42.475Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1220 | 2026-07-08T17:55:42.484Z | Downloaded reedline v0.40.0 |
| 1221 | 2026-07-08T17:55:42.488Z | Downloaded p384 v0.13.1 |
| 1222 | 2026-07-08T17:55:42.492Z | Downloaded yasna v0.5.2 |
| 1223 | 2026-07-08T17:55:42.505Z | Downloaded unicode_categories v0.1.1 |
| 1224 | 2026-07-08T17:55:42.509Z | Downloaded regex v1.12.3 |
| 1225 | 2026-07-08T17:55:42.512Z | Downloaded toml_edit v0.19.15 |
| 1226 | 2026-07-08T17:55:42.520Z | Downloaded reqwest v0.13.2 |
| 1227 | 2026-07-08T17:55:42.528Z | Downloaded zopfli v0.8.3 |
| 1228 | 2026-07-08T17:55:42.532Z | Downloaded portable-atomic v1.13.1 |
| 1229 | 2026-07-08T17:55:42.537Z | Downloaded lalrpop v0.19.12 |
| 1230 | 2026-07-08T17:55:42.544Z | Downloaded goblin v0.10.5 |
| 1231 | 2026-07-08T17:55:42.548Z | Downloaded yansi v1.0.1 |
| 1232 | 2026-07-08T17:55:42.552Z | Downloaded tokio-postgres v0.7.16 |
| 1233 | 2026-07-08T17:55:42.559Z | Downloaded zerotrie v0.2.3 |
| 1234 | 2026-07-08T17:55:42.562Z | Downloaded url v2.5.8 |
| 1235 | 2026-07-08T17:55:42.565Z | Downloaded zip v0.6.6 |
| 1236 | 2026-07-08T17:55:42.568Z | Downloaded reqwest v0.12.28 |
| 1237 | 2026-07-08T17:55:42.577Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1238 | 2026-07-08T17:55:42.587Z | Downloaded typed-path v0.9.3 |
| 1239 | 2026-07-08T17:55:42.602Z | Downloaded crypto-bigint v0.7.5 |
| 1240 | 2026-07-08T17:55:42.611Z | Downloaded moka v0.12.13 |
| 1241 | 2026-07-08T17:55:42.616Z | Downloaded tower v0.5.3 |
| 1242 | 2026-07-08T17:55:42.628Z | Downloaded x509-cert v0.2.5 |
| 1243 | 2026-07-08T17:55:42.633Z | Downloaded unicode-normalization v0.1.25 |
| 1244 | 2026-07-08T17:55:42.641Z | Downloaded unicode-segmentation v1.12.0 |
| 1245 | 2026-07-08T17:55:42.646Z | Downloaded zerocopy-derive v0.8.40 |
| 1246 | 2026-07-08T17:55:42.659Z | Downloaded object v0.30.4 |
| 1247 | 2026-07-08T17:55:42.667Z | Downloaded quick-xml v0.37.5 |
| 1248 | 2026-07-08T17:55:42.676Z | Downloaded nix v0.27.1 |
| 1249 | 2026-07-08T17:55:42.682Z | Downloaded tough v0.22.0 |
| 1250 | 2026-07-08T17:55:42.687Z | Downloaded zerovec v0.11.5 |
| 1251 | 2026-07-08T17:55:42.690Z | Downloaded rayon v1.11.0 |
| 1252 | 2026-07-08T17:55:42.696Z | Downloaded tokio-util v0.7.18 |
| 1253 | 2026-07-08T17:55:42.702Z | Downloaded zip v4.6.1 |
| 1254 | 2026-07-08T17:55:42.705Z | Downloaded tower-http v0.6.8 |
| 1255 | 2026-07-08T17:55:42.709Z | Downloaded serde_with v3.17.0 |
| 1256 | 2026-07-08T17:55:42.717Z | Downloaded salty v0.3.0 |
| 1257 | 2026-07-08T17:55:42.721Z | Downloaded curve25519-dalek v4.1.3 |
| 1258 | 2026-07-08T17:55:42.727Z | Downloaded bstr v1.12.1 |
| 1259 | 2026-07-08T17:55:42.732Z | Downloaded winnow v0.5.40 |
| 1260 | 2026-07-08T17:55:42.759Z | Downloaded proptest v1.10.0 |
| 1261 | 2026-07-08T17:55:42.765Z | Downloaded petname v2.0.2 |
| 1262 | 2026-07-08T17:55:42.768Z | Downloaded radix_trie v0.2.1 |
| 1263 | 2026-07-08T17:55:42.776Z | Downloaded russh v0.61.2 |
| 1264 | 2026-07-08T17:55:42.790Z | Downloaded winnow v0.6.26 |
| 1265 | 2026-07-08T17:55:42.808Z | Downloaded quinn-proto v0.11.13 |
| 1266 | 2026-07-08T17:55:42.815Z | Downloaded smoltcp v0.9.1 |
| 1267 | 2026-07-08T17:55:42.820Z | Downloaded winnow v1.0.3 |
| 1268 | 2026-07-08T17:55:42.833Z | Downloaded time v0.3.47 |
| 1269 | 2026-07-08T17:55:42.841Z | Downloaded nix v0.31.2 |
| 1270 | 2026-07-08T17:55:42.848Z | Downloaded nix v0.28.0 |
| 1271 | 2026-07-08T17:55:42.855Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1272 | 2026-07-08T17:55:42.861Z | Downloaded tabled v0.20.0 |
| 1273 | 2026-07-08T17:55:42.871Z | Downloaded zlib-rs v0.6.2 |
| 1274 | 2026-07-08T17:55:42.875Z | Downloaded openssl v0.10.79 |
| 1275 | 2026-07-08T17:55:42.881Z | Downloaded hickory-proto v0.24.4 |
| 1276 | 2026-07-08T17:55:42.890Z | Downloaded vcpkg v0.2.15 |
| 1277 | 2026-07-08T17:55:42.913Z | Downloaded polar-core v0.27.3 |
| 1278 | 2026-07-08T17:55:42.918Z | Downloaded dropshot v0.17.1 |
| 1279 | 2026-07-08T17:55:42.931Z | Downloaded smoltcp v0.11.0 |
| 1280 | 2026-07-08T17:55:42.938Z | Downloaded regex-syntax v0.6.29 |
| 1281 | 2026-07-08T17:55:42.943Z | Downloaded rustix v0.38.44 |
| 1282 | 2026-07-08T17:55:42.956Z | Downloaded object v0.37.3 |
| 1283 | 2026-07-08T17:55:42.963Z | Downloaded diesel v2.3.7 |
| 1284 | 2026-07-08T17:55:42.977Z | Downloaded hickory-proto v0.25.2 |
| 1285 | 2026-07-08T17:55:42.986Z | Downloaded openapiv3 v2.2.0 |
| 1286 | 2026-07-08T17:55:42.994Z | Downloaded regress v0.10.5 |
| 1287 | 2026-07-08T17:55:42.999Z | Downloaded zerocopy v0.8.40 |
| 1288 | 2026-07-08T17:55:43.005Z | Downloaded regex-syntax v0.8.10 |
| 1289 | 2026-07-08T17:55:43.014Z | Downloaded rustls v0.23.41 |
| 1290 | 2026-07-08T17:55:43.024Z | Downloaded regress v0.11.1 |
| 1291 | 2026-07-08T17:55:43.084Z | Downloaded typify-impl v0.6.2 |
| 1292 | 2026-07-08T17:55:43.101Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1293 | 2026-07-08T17:55:43.108Z | Downloaded sqlparser v0.61.0 |
| 1294 | 2026-07-08T17:55:43.113Z | Downloaded sha3 v0.11.0 |
| 1295 | 2026-07-08T17:55:43.116Z | Downloaded ratatui v0.29.0 |
| 1296 | 2026-07-08T17:55:43.130Z | Downloaded sled v0.34.7 |
| 1297 | 2026-07-08T17:55:43.138Z | Downloaded fiat-crypto v0.3.0 |
| 1298 | 2026-07-08T17:55:43.148Z | Downloaded tracing v0.1.44 |
| 1299 | 2026-07-08T17:55:43.182Z | Downloaded zerocopy-derive v0.6.6 |
| 1300 | 2026-07-08T17:55:43.188Z | Downloaded regex-automata v0.4.14 |
| 1301 | 2026-07-08T17:55:43.205Z | Downloaded petgraph v0.6.5 |
| 1302 | 2026-07-08T17:55:43.216Z | Downloaded chrono-tz v0.10.4 |
| 1303 | 2026-07-08T17:55:43.227Z | Downloaded jiff v0.2.21 |
| 1304 | 2026-07-08T17:55:43.252Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-07-08T17:55:43.265Z | Downloaded csv v1.4.0 |
| 1306 | 2026-07-08T17:55:43.277Z | Downloaded libz-sys v1.1.24 |
| 1307 | 2026-07-08T17:55:43.289Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1308 | 2026-07-08T17:55:43.300Z | Downloaded tokio v1.52.1 |
| 1309 | 2026-07-08T17:55:43.322Z | Downloaded sha3 v0.10.8 |
| 1310 | 2026-07-08T17:55:43.369Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-07-08T17:55:43.426Z | Downloaded encoding_rs v0.8.35 |
| 1312 | 2026-07-08T17:55:43.451Z | Downloaded ring v0.17.14 |
| 1313 | 2026-07-08T17:55:44.134Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-07-08T17:55:44.384Z | Compiling libc v0.2.185 |
| 1315 | 2026-07-08T17:55:44.384Z | Compiling serde_core v1.0.228 |
| 1316 | 2026-07-08T17:55:44.384Z | Compiling serde v1.0.228 |
| 1317 | 2026-07-08T17:55:44.388Z | Compiling log v0.4.29 |
| 1318 | 2026-07-08T17:55:44.388Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-07-08T17:55:44.388Z | Compiling find-msvc-tools v0.1.9 |
| 1320 | 2026-07-08T17:55:44.388Z | Compiling shlex v1.3.0 |
| 1321 | 2026-07-08T17:55:44.388Z | Compiling syn v2.0.117 |
| 1322 | 2026-07-08T17:55:44.697Z | Compiling subtle v2.6.1 |
| 1323 | 2026-07-08T17:55:44.778Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-07-08T17:55:44.796Z | Compiling stable_deref_trait v1.2.1 |
| 1325 | 2026-07-08T17:55:44.810Z | Compiling typenum v1.20.1 |
| 1326 | 2026-07-08T17:55:44.868Z | Compiling lock_api v0.4.14 |
| 1327 | 2026-07-08T17:55:44.882Z | Compiling serde_json v1.0.150 |
| 1328 | 2026-07-08T17:55:44.895Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-07-08T17:55:44.933Z | Compiling zerocopy v0.8.40 |
| 1330 | 2026-07-08T17:55:45.098Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-07-08T17:55:45.130Z | Compiling parking_lot_core v0.9.12 |
| 1332 | 2026-07-08T17:55:45.197Z | Compiling critical-section v1.2.0 |
| 1333 | 2026-07-08T17:55:45.324Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-07-08T17:55:45.429Z | Compiling jobserver v0.1.34 |
| 1335 | 2026-07-08T17:55:45.444Z | Compiling errno v0.3.14 |
| 1336 | 2026-07-08T17:55:45.489Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-07-08T17:55:45.591Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-07-08T17:55:45.640Z | Compiling cc v1.2.56 |
| 1339 | 2026-07-08T17:55:45.719Z | Compiling rand_core v0.6.4 |
| 1340 | 2026-07-08T17:55:45.864Z | Compiling libm v0.2.16 |
| 1341 | 2026-07-08T17:55:45.882Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-07-08T17:55:45.974Z | Compiling getrandom v0.4.1 |
| 1343 | 2026-07-08T17:55:45.992Z | Compiling futures-core v0.3.32 |
| 1344 | 2026-07-08T17:55:46.092Z | Compiling parking_lot v0.12.5 |
| 1345 | 2026-07-08T17:55:46.107Z | Compiling mio v1.2.0 |
| 1346 | 2026-07-08T17:55:46.151Z | Compiling num-traits v0.2.19 |
| 1347 | 2026-07-08T17:55:46.202Z | Compiling generic-array v0.14.7 |
| 1348 | 2026-07-08T17:55:46.359Z | Compiling rand_core v0.10.0 |
| 1349 | 2026-07-08T17:55:46.375Z | Compiling const-oid v0.9.6 |
| 1350 | 2026-07-08T17:55:46.586Z | Compiling litemap v0.8.1 |
| 1351 | 2026-07-08T17:55:46.629Z | Compiling percent-encoding v2.3.2 |
| 1352 | 2026-07-08T17:55:46.799Z | Compiling bitflags v2.11.0 |
| 1353 | 2026-07-08T17:55:46.832Z | Compiling writeable v0.6.2 |
| 1354 | 2026-07-08T17:55:46.892Z | Compiling semver v1.0.28 |
| 1355 | 2026-07-08T17:55:47.030Z | Compiling socket2 v0.6.3 |
| 1356 | 2026-07-08T17:55:47.044Z | Compiling icu_properties_data v2.1.2 |
| 1357 | 2026-07-08T17:55:47.153Z | Compiling icu_normalizer_data v2.1.1 |
| 1358 | 2026-07-08T17:55:47.226Z | Compiling futures-sink v0.3.32 |
| 1359 | 2026-07-08T17:55:47.332Z | Compiling futures-channel v0.3.32 |
| 1360 | 2026-07-08T17:55:47.410Z | Compiling synstructure v0.13.2 |
| 1361 | 2026-07-08T17:55:47.445Z | Compiling futures-task v0.3.32 |
| 1362 | 2026-07-08T17:55:47.461Z | Compiling futures-io v0.3.32 |
| 1363 | 2026-07-08T17:55:47.566Z | Compiling slab v0.4.12 |
| 1364 | 2026-07-08T17:55:47.608Z | Compiling indexmap v2.14.0 |
| 1365 | 2026-07-08T17:55:47.613Z | Compiling getrandom v0.3.4 |
| 1366 | 2026-07-08T17:55:47.622Z | Compiling utf8_iter v1.0.4 |
| 1367 | 2026-07-08T17:55:47.744Z | Compiling rustversion v1.0.22 |
| 1368 | 2026-07-08T17:55:47.785Z | Compiling form_urlencoded v1.2.2 |
| 1369 | 2026-07-08T17:55:47.877Z | Compiling cmake v0.1.57 |
| 1370 | 2026-07-08T17:55:47.910Z | Compiling fs_extra v1.3.0 |
| 1371 | 2026-07-08T17:55:47.969Z | Compiling dunce v1.0.5 |
| 1372 | 2026-07-08T17:55:48.007Z | Compiling ident_case v1.0.1 |
| 1373 | 2026-07-08T17:55:48.069Z | Compiling rustix v1.1.3 |
| 1374 | 2026-07-08T17:55:48.129Z | Compiling iana-time-zone v0.1.65 |
| 1375 | 2026-07-08T17:55:48.182Z | Compiling regex-syntax v0.8.10 |
| 1376 | 2026-07-08T17:55:48.285Z | Compiling aws-lc-sys v0.40.0 |
| 1377 | 2026-07-08T17:55:48.303Z | Compiling vcpkg v0.2.15 |
| 1378 | 2026-07-08T17:55:48.346Z | Compiling base64ct v1.8.3 |
| 1379 | 2026-07-08T17:55:48.590Z | Compiling rand_core v0.9.5 |
| 1380 | 2026-07-08T17:55:48.657Z | Compiling pem-rfc7468 v0.7.0 |
| 1381 | 2026-07-08T17:55:48.772Z | Compiling rustc_version v0.4.1 |
| 1382 | 2026-07-08T17:55:48.860Z | Compiling uuid v1.23.4 |
| 1383 | 2026-07-08T17:55:48.959Z | Compiling tracing-core v0.1.36 |
| 1384 | 2026-07-08T17:55:49.023Z | Compiling openssl-sys v0.9.115 |
| 1385 | 2026-07-08T17:55:49.097Z | Compiling base64 v0.22.1 |
| 1386 | 2026-07-08T17:55:49.141Z | Compiling serde_derive v1.0.228 |
| 1387 | 2026-07-08T17:55:49.414Z | Compiling zeroize_derive v1.4.3 |
| 1388 | 2026-07-08T17:55:49.521Z | Compiling zerofrom-derive v0.1.6 |
| 1389 | 2026-07-08T17:55:49.578Z | Compiling yoke-derive v0.8.1 |
| 1390 | 2026-07-08T17:55:49.598Z | Compiling zerovec-derive v0.11.2 |
| 1391 | 2026-07-08T17:55:49.805Z | Compiling zerocopy-derive v0.8.40 |
| 1392 | 2026-07-08T17:55:50.119Z | Compiling zeroize v1.8.2 |
| 1393 | 2026-07-08T17:55:50.328Z | Compiling displaydoc v0.2.5 |
| 1394 | 2026-07-08T17:55:50.752Z | Compiling tokio-macros v2.7.0 |
| 1395 | 2026-07-08T17:55:50.768Z | Compiling futures-macro v0.3.32 |
| 1396 | 2026-07-08T17:55:50.924Z | Compiling zerofrom v0.1.6 |
| 1397 | 2026-07-08T17:55:51.053Z | Compiling yoke v0.8.1 |
| 1398 | 2026-07-08T17:55:51.106Z | Compiling block-buffer v0.10.4 |
| 1399 | 2026-07-08T17:55:51.137Z | Compiling crypto-common v0.1.7 |
| 1400 | 2026-07-08T17:55:51.237Z | Compiling zerovec v0.11.5 |
| 1401 | 2026-07-08T17:55:51.275Z | Compiling zerotrie v0.2.3 |
| 1402 | 2026-07-08T17:55:51.288Z | Compiling digest v0.10.7 |
| 1403 | 2026-07-08T17:55:51.484Z | Compiling tracing-attributes v0.1.31 |
| 1404 | 2026-07-08T17:55:51.534Z | Compiling thiserror-impl v2.0.18 |
| 1405 | 2026-07-08T17:55:51.566Z | Compiling der_derive v0.7.3 |
| 1406 | 2026-07-08T17:55:51.586Z | Compiling futures-util v0.3.32 |
| 1407 | 2026-07-08T17:55:51.732Z | Compiling tinystr v0.8.2 |
| 1408 | 2026-07-08T17:55:51.933Z | Compiling icu_locale_core v2.1.1 |
| 1409 | 2026-07-08T17:55:52.528Z | Compiling potential_utf v0.1.4 |
| 1410 | 2026-07-08T17:55:52.652Z | Compiling bytes v1.11.1 |
| 1411 | 2026-07-08T17:55:52.694Z | Compiling icu_collections v2.1.1 |
| 1412 | 2026-07-08T17:55:52.795Z | Compiling icu_provider v2.1.1 |
| 1413 | 2026-07-08T17:55:52.808Z | Compiling chrono v0.4.44 |
| 1414 | 2026-07-08T17:55:52.864Z | Compiling flagset v0.4.7 |
| 1415 | 2026-07-08T17:55:52.995Z | Compiling aws-lc-rs v1.16.3 |
| 1416 | 2026-07-08T17:55:53.080Z | Compiling icu_normalizer v2.1.1 |
| 1417 | 2026-07-08T17:55:53.171Z | Compiling tokio v1.52.1 |
| 1418 | 2026-07-08T17:55:53.273Z | Compiling icu_properties v2.1.2 |
| 1419 | 2026-07-08T17:55:53.295Z | Compiling http v1.4.2 |
| 1420 | 2026-07-08T17:55:53.686Z | Compiling der v0.7.10 |
| 1421 | 2026-07-08T17:55:53.894Z | Compiling thiserror v2.0.18 |
| 1422 | 2026-07-08T17:55:54.001Z | Compiling http-body v1.0.1 |
| 1423 | 2026-07-08T17:55:54.155Z | Compiling idna_adapter v1.2.1 |
| 1424 | 2026-07-08T17:55:54.168Z | Compiling ppv-lite86 v0.2.21 |
| 1425 | 2026-07-08T17:55:54.211Z | Compiling tracing v0.1.44 |
| 1426 | 2026-07-08T17:55:54.290Z | Compiling idna v1.1.0 |
| 1427 | 2026-07-08T17:55:54.304Z | Compiling rustls-pki-types v1.14.0 |
| 1428 | 2026-07-08T17:55:54.426Z | Compiling cmov v0.5.4 |
| 1429 | 2026-07-08T17:55:54.545Z | Compiling rand_chacha v0.9.0 |
| 1430 | 2026-07-08T17:55:54.562Z | Compiling httparse v1.10.1 |
| 1431 | 2026-07-08T17:55:54.647Z | Compiling url v2.5.8 |
| 1432 | 2026-07-08T17:55:54.814Z | Compiling openssl-probe v0.2.1 |
| 1433 | 2026-07-08T17:55:54.908Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-07-08T17:55:54.955Z | Compiling tinyvec v1.10.0 |
| 1435 | 2026-07-08T17:55:54.970Z | Compiling rand v0.9.2 |
| 1436 | 2026-07-08T17:55:54.973Z | Compiling ctutils v0.4.2 |
| 1437 | 2026-07-08T17:55:54.995Z | Compiling spki v0.7.3 |
| 1438 | 2026-07-08T17:55:55.192Z | Compiling pest_generator v2.8.6 |
| 1439 | 2026-07-08T17:55:55.210Z | Compiling serde_derive_internals v0.29.1 |
| 1440 | 2026-07-08T17:55:55.227Z | Compiling aho-corasick v1.1.4 |
| 1441 | 2026-07-08T17:55:55.302Z | Compiling try-lock v0.2.5 |
| 1442 | 2026-07-08T17:55:55.410Z | Compiling tower-service v0.3.3 |
| 1443 | 2026-07-08T17:55:55.446Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-07-08T17:55:55.503Z | Compiling atomic-waker v1.1.2 |
| 1445 | 2026-07-08T17:55:55.580Z | Compiling schemars v0.8.22 |
| 1446 | 2026-07-08T17:55:55.626Z | Compiling untrusted v0.7.1 |
| 1447 | 2026-07-08T17:55:55.747Z | Compiling tower-layer v0.3.3 |
| 1448 | 2026-07-08T17:55:55.761Z | Compiling tempfile v3.25.0 |
| 1449 | 2026-07-08T17:55:55.809Z | Compiling want v0.3.1 |
| 1450 | 2026-07-08T17:55:55.879Z | Compiling pest_derive v2.8.6 |
| 1451 | 2026-07-08T17:55:55.906Z | Compiling hybrid-array v0.4.13 |
| 1452 | 2026-07-08T17:55:56.098Z | Compiling schemars_derive v0.8.22 |
| 1453 | 2026-07-08T17:55:56.126Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-07-08T17:55:56.263Z | Compiling ipnet v2.11.0 |
| 1455 | 2026-07-08T17:55:56.317Z | Compiling scroll_derive v0.13.1 |
| 1456 | 2026-07-08T17:55:56.675Z | Compiling darling_core v0.20.11 |
| 1457 | 2026-07-08T17:55:56.748Z | Compiling untrusted v0.9.0 |
| 1458 | 2026-07-08T17:55:56.867Z | Compiling openssl v0.10.79 |
| 1459 | 2026-07-08T17:55:56.892Z | Compiling cpufeatures v0.2.17 |
| 1460 | 2026-07-08T17:55:56.965Z | Compiling tokio-util v0.7.18 |
| 1461 | 2026-07-08T17:55:57.106Z | Compiling rustls v0.23.41 |
| 1462 | 2026-07-08T17:55:57.119Z | Compiling httpdate v1.0.3 |
| 1463 | 2026-07-08T17:55:57.290Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-07-08T17:55:57.341Z | Compiling scroll v0.13.0 |
| 1465 | 2026-07-08T17:55:57.373Z | Compiling foreign-types v0.3.2 |
| 1466 | 2026-07-08T17:55:57.464Z | Compiling unicode-normalization v0.1.25 |
| 1467 | 2026-07-08T17:55:57.601Z | Compiling pkcs8 v0.10.2 |
| 1468 | 2026-07-08T17:55:57.853Z | Compiling h2 v0.4.15 |
| 1469 | 2026-07-08T17:55:57.971Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-07-08T17:55:58.307Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1471 | 2026-07-08T17:55:58.363Z | Compiling spin v0.9.8 |
| 1472 | 2026-07-08T17:55:58.567Z | Compiling powerfmt v0.2.0 |
| 1473 | 2026-07-08T17:55:58.581Z | Compiling native-tls v0.2.18 |
| 1474 | 2026-07-08T17:55:58.704Z | Compiling num-conv v0.2.0 |
| 1475 | 2026-07-08T17:55:58.769Z | Compiling time-core v0.1.8 |
| 1476 | 2026-07-08T17:55:58.795Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-07-08T17:55:58.843Z | Compiling deranged v0.5.8 |
| 1478 | 2026-07-08T17:55:58.891Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-07-08T17:55:58.909Z | Compiling time-macros v0.2.27 |
| 1480 | 2026-07-08T17:55:59.365Z | Compiling darling v0.20.11 |
| 1481 | 2026-07-08T17:55:59.503Z | Compiling goblin v0.10.5 |
| 1482 | 2026-07-08T17:55:59.852Z | Compiling sha2 v0.10.9 |
| 1483 | 2026-07-08T17:56:00.019Z | Compiling hmac v0.12.1 |
| 1484 | 2026-07-08T17:56:00.125Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-07-08T17:56:00.173Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-07-08T17:56:00.231Z | Compiling crossbeam-utils v0.8.21 |
| 1487 | 2026-07-08T17:56:00.435Z | Compiling syn v1.0.109 |
| 1488 | 2026-07-08T17:56:00.534Z | Compiling simd-adler32 v0.3.8 |
| 1489 | 2026-07-08T17:56:00.748Z | Compiling usdt-impl v0.6.0 |
| 1490 | 2026-07-08T17:56:00.773Z | Compiling num_threads v0.1.7 |
| 1491 | 2026-07-08T17:56:00.872Z | Compiling quick-error v1.2.3 |
| 1492 | 2026-07-08T17:56:00.965Z | Compiling hyper v1.10.1 |
| 1493 | 2026-07-08T17:56:00.979Z | Compiling siphasher v1.0.2 |
| 1494 | 2026-07-08T17:56:01.163Z | Compiling bit-vec v0.8.0 |
| 1495 | 2026-07-08T17:56:01.262Z | Compiling rusty-fork v0.3.1 |
| 1496 | 2026-07-08T17:56:01.569Z | Compiling bit-set v0.8.0 |
| 1497 | 2026-07-08T17:56:01.698Z | Compiling time v0.3.47 |
| 1498 | 2026-07-08T17:56:01.794Z | Compiling tower v0.5.3 |
| 1499 | 2026-07-08T17:56:01.913Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-07-08T17:56:02.100Z | Compiling hyper-util v0.1.20 |
| 1501 | 2026-07-08T17:56:02.269Z | Compiling dof v0.4.0 |
| 1502 | 2026-07-08T17:56:02.701Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-07-08T17:56:02.773Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-07-08T17:56:03.012Z | Compiling scroll_derive v0.12.1 |
| 1505 | 2026-07-08T17:56:03.252Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-07-08T17:56:03.401Z | Compiling heapless v0.7.17 |
| 1507 | 2026-07-08T17:56:03.424Z | Compiling slog v2.8.2 |
| 1508 | 2026-07-08T17:56:03.626Z | Compiling rand_xorshift v0.4.0 |
| 1509 | 2026-07-08T17:56:03.639Z | Compiling darling_core v0.21.3 |
| 1510 | 2026-07-08T17:56:03.652Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-07-08T17:56:03.675Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-07-08T17:56:03.754Z | Compiling cookie v0.18.1 |
| 1513 | 2026-07-08T17:56:03.782Z | Compiling unicode-properties v0.1.4 |
| 1514 | 2026-07-08T17:56:03.804Z | Compiling zstd-safe v7.2.4 |
| 1515 | 2026-07-08T17:56:03.937Z | Compiling allocator-api2 v0.2.21 |
| 1516 | 2026-07-08T17:56:03.951Z | Compiling ryu v1.0.23 |
| 1517 | 2026-07-08T17:56:03.987Z | Compiling iri-string v0.7.10 |
| 1518 | 2026-07-08T17:56:04.011Z | Compiling adler2 v2.0.1 |
| 1519 | 2026-07-08T17:56:04.125Z | Compiling unarray v0.1.4 |
| 1520 | 2026-07-08T17:56:04.140Z | Compiling anyhow v1.0.102 |
| 1521 | 2026-07-08T17:56:04.235Z | Compiling paste v1.0.15 |
| 1522 | 2026-07-08T17:56:04.264Z | Compiling unicode-bidi v0.3.18 |
| 1523 | 2026-07-08T17:56:04.512Z | Compiling signal-hook v0.3.18 |
| 1524 | 2026-07-08T17:56:04.554Z | Compiling thiserror v1.0.69 |
| 1525 | 2026-07-08T17:56:04.653Z | Compiling stringprep v0.1.5 |
| 1526 | 2026-07-08T17:56:04.715Z | Compiling proptest v1.10.0 |
| 1527 | 2026-07-08T17:56:04.793Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-07-08T17:56:04.821Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-07-08T17:56:05.397Z | Compiling tower-http v0.6.8 |
| 1530 | 2026-07-08T17:56:05.488Z | Compiling scroll v0.12.0 |
| 1531 | 2026-07-08T17:56:05.608Z | Compiling derive_builder_macro v0.20.2 |
| 1532 | 2026-07-08T17:56:05.788Z | Compiling camino v1.2.2 |
| 1533 | 2026-07-08T17:56:05.844Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-07-08T17:56:06.015Z | Compiling bstr v1.12.1 |
| 1535 | 2026-07-08T17:56:06.071Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-07-08T17:56:06.161Z | Compiling block-padding v0.4.2 |
| 1537 | 2026-07-08T17:56:06.174Z | Compiling crypto-common v0.2.2 |
| 1538 | 2026-07-08T17:56:06.191Z | Compiling darling_macro v0.21.3 |
| 1539 | 2026-07-08T17:56:06.316Z | Compiling block-buffer v0.12.1 |
| 1540 | 2026-07-08T17:56:06.459Z | Compiling rustls-native-certs v0.8.3 |
| 1541 | 2026-07-08T17:56:06.509Z | Compiling rand_chacha v0.3.1 |
| 1542 | 2026-07-08T17:56:06.646Z | Compiling erased-serde v0.3.31 |
| 1543 | 2026-07-08T17:56:06.670Z | Compiling serde_tokenstream v0.2.3 |
| 1544 | 2026-07-08T17:56:06.750Z | Compiling toml_datetime v0.6.11 |
| 1545 | 2026-07-08T17:56:06.981Z | Compiling serde_spanned v0.6.9 |
| 1546 | 2026-07-08T17:56:07.014Z | Compiling md-5 v0.10.6 |
| 1547 | 2026-07-08T17:56:07.125Z | Compiling signature v2.2.0 |
| 1548 | 2026-07-08T17:56:07.126Z | Compiling async-trait v0.1.89 |
| 1549 | 2026-07-08T17:56:07.180Z | Compiling pin-project-internal v1.1.11 |
| 1550 | 2026-07-08T17:56:07.294Z | Compiling zerocopy-derive v0.7.35 |
| 1551 | 2026-07-08T17:56:07.319Z | Compiling curve25519-dalek v4.1.3 |
| 1552 | 2026-07-08T17:56:07.659Z | Compiling vergen-lib v9.1.0 |
| 1553 | 2026-07-08T17:56:07.855Z | Compiling num-integer v0.1.46 |
| 1554 | 2026-07-08T17:56:07.855Z | Compiling hash32 v0.2.1 |
| 1555 | 2026-07-08T17:56:08.058Z | Compiling memoffset v0.9.1 |
| 1556 | 2026-07-08T17:56:08.135Z | Compiling encoding_rs v0.8.35 |
| 1557 | 2026-07-08T17:56:08.149Z | Compiling smoltcp v0.9.1 |
| 1558 | 2026-07-08T17:56:08.171Z | Compiling zlib-rs v0.6.2 |
| 1559 | 2026-07-08T17:56:08.266Z | Compiling rustix v0.38.44 |
| 1560 | 2026-07-08T17:56:08.293Z | Compiling num-bigint-dig v0.8.6 |
| 1561 | 2026-07-08T17:56:08.490Z | Compiling fallible-iterator v0.2.0 |
| 1562 | 2026-07-08T17:56:08.505Z | Compiling psl-types v2.0.11 |
| 1563 | 2026-07-08T17:56:08.627Z | Compiling cfg_aliases v0.2.1 |
| 1564 | 2026-07-08T17:56:08.630Z | Compiling ref-cast v1.0.25 |
| 1565 | 2026-07-08T17:56:08.703Z | Compiling mime v0.3.17 |
| 1566 | 2026-07-08T17:56:08.801Z | Compiling litrs v1.0.0 |
| 1567 | 2026-07-08T17:56:08.966Z | Compiling postgres-protocol v0.6.10 |
| 1568 | 2026-07-08T17:56:09.000Z | Compiling nix v0.31.2 |
| 1569 | 2026-07-08T17:56:09.310Z | Compiling document-features v0.2.12 |
| 1570 | 2026-07-08T17:56:09.486Z | Compiling publicsuffix v2.3.0 |
| 1571 | 2026-07-08T17:56:09.519Z | Compiling hubpack_derive v0.1.1 |
| 1572 | 2026-07-08T17:56:09.593Z | Compiling pin-project v1.1.11 |
| 1573 | 2026-07-08T17:56:09.665Z | Compiling zerocopy v0.7.35 |
| 1574 | 2026-07-08T17:56:09.692Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-07-08T17:56:09.975Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-07-08T17:56:09.997Z | Compiling rand v0.8.6 |
| 1577 | 2026-07-08T17:56:10.210Z | Compiling darling v0.21.3 |
| 1578 | 2026-07-08T17:56:10.213Z | Compiling oxnet v0.1.6 |
| 1579 | 2026-07-08T17:56:10.295Z | Compiling inout v0.2.2 |
| 1580 | 2026-07-08T17:56:10.298Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-07-08T17:56:10.308Z | Compiling hyper-tls v0.6.0 |
| 1582 | 2026-07-08T17:56:10.469Z | Compiling goblin v0.8.2 |
| 1583 | 2026-07-08T17:56:11.003Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-07-08T17:56:11.032Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-07-08T17:56:11.072Z | Compiling regex v1.12.3 |
| 1586 | 2026-07-08T17:56:11.126Z | Compiling flate2 v1.1.9 |
| 1587 | 2026-07-08T17:56:11.242Z | Compiling anstyle-parse v0.2.7 |
| 1588 | 2026-07-08T17:56:11.375Z | Compiling futures-executor v0.3.32 |
| 1589 | 2026-07-08T17:56:11.423Z | Compiling hex v0.4.3 |
| 1590 | 2026-07-08T17:56:11.470Z | Compiling terminal_size v0.4.3 |
| 1591 | 2026-07-08T17:56:11.499Z | Compiling snafu-derive v0.8.9 |
| 1592 | 2026-07-08T17:56:11.527Z | Compiling strum_macros v0.27.2 |
| 1593 | 2026-07-08T17:56:11.605Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1594 | 2026-07-08T17:56:11.627Z | Compiling ref-cast-impl v1.0.25 |
| 1595 | 2026-07-08T17:56:11.689Z | Compiling daft-derive v0.1.7 |
| 1596 | 2026-07-08T17:56:12.180Z | Compiling vergen v9.1.0 |
| 1597 | 2026-07-08T17:56:12.258Z | Compiling cargo-platform v0.3.2 |
| 1598 | 2026-07-08T17:56:12.379Z | Compiling ff v0.13.1 |
| 1599 | 2026-07-08T17:56:12.431Z | Compiling fs-err v3.3.0 |
| 1600 | 2026-07-08T17:56:12.520Z | Compiling ahash v0.8.12 |
| 1601 | 2026-07-08T17:56:12.536Z | Compiling bumpalo v3.20.2 |
| 1602 | 2026-07-08T17:56:12.635Z | Compiling bitflags v1.3.2 |
| 1603 | 2026-07-08T17:56:12.713Z | Compiling managed v0.8.0 |
| 1604 | 2026-07-08T17:56:12.745Z | Compiling foldhash v0.2.0 |
| 1605 | 2026-07-08T17:56:12.782Z | Compiling object v0.37.3 |
| 1606 | 2026-07-08T17:56:12.926Z | Compiling unicode-segmentation v1.12.0 |
| 1607 | 2026-07-08T17:56:12.958Z | Compiling same-file v1.0.6 |
| 1608 | 2026-07-08T17:56:13.062Z | Compiling foldhash v0.1.5 |
| 1609 | 2026-07-08T17:56:13.124Z | Compiling base16ct v0.2.0 |
| 1610 | 2026-07-08T17:56:13.234Z | Compiling libbz2-rs-sys v0.2.2 |
| 1611 | 2026-07-08T17:56:13.300Z | Compiling winnow v0.5.40 |
| 1612 | 2026-07-08T17:56:13.313Z | Compiling sec1 v0.7.3 |
| 1613 | 2026-07-08T17:56:13.393Z | Compiling snafu v0.8.9 |
| 1614 | 2026-07-08T17:56:13.472Z | Compiling strum v0.27.2 |
| 1615 | 2026-07-08T17:56:13.591Z | Compiling hashbrown v0.15.5 |
| 1616 | 2026-07-08T17:56:13.605Z | Compiling clap_builder v4.6.0 |
| 1617 | 2026-07-08T17:56:13.747Z | Compiling bzip2 v0.6.1 |
| 1618 | 2026-07-08T17:56:13.921Z | Compiling walkdir v2.5.0 |
| 1619 | 2026-07-08T17:56:13.952Z | Compiling hashbrown v0.16.1 |
| 1620 | 2026-07-08T17:56:14.185Z | Compiling zopfli v0.8.3 |
| 1621 | 2026-07-08T17:56:14.222Z | Compiling dof v0.3.0 |
| 1622 | 2026-07-08T17:56:14.680Z | Compiling toml_edit v0.19.15 |
| 1623 | 2026-07-08T17:56:14.748Z | Compiling group v0.13.0 |
| 1624 | 2026-07-08T17:56:14.800Z | Compiling daft v0.1.7 |
| 1625 | 2026-07-08T17:56:14.898Z | Compiling cargo_metadata v0.23.1 |
| 1626 | 2026-07-08T17:56:15.062Z | Compiling futures v0.3.32 |
| 1627 | 2026-07-08T17:56:15.080Z | Compiling anstream v0.6.21 |
| 1628 | 2026-07-08T17:56:15.144Z | Compiling phf v0.13.1 |
| 1629 | 2026-07-08T17:56:15.387Z | Compiling signal-hook-mio v0.2.5 |
| 1630 | 2026-07-08T17:56:15.579Z | Compiling cookie_store v0.22.1 |
| 1631 | 2026-07-08T17:56:15.866Z | Compiling zstd v0.13.3 |
| 1632 | 2026-07-08T17:56:16.136Z | Compiling bzip2 v0.4.4 |
| 1633 | 2026-07-08T17:56:16.218Z | Compiling reqwest v0.12.28 |
| 1634 | 2026-07-08T17:56:16.248Z | Compiling cipher v0.5.2 |
| 1635 | 2026-07-08T17:56:16.342Z | Compiling serde_with_macros v3.17.0 |
| 1636 | 2026-07-08T17:56:16.547Z | Compiling hubpack v0.1.2 |
| 1637 | 2026-07-08T17:56:16.787Z | Compiling postgres-types v0.2.12 |
| 1638 | 2026-07-08T17:56:17.326Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-07-08T17:56:17.340Z | Compiling usdt-attr-macro v0.6.0 |
| 1640 | 2026-07-08T17:56:17.460Z | Compiling usdt-macro v0.6.0 |
| 1641 | 2026-07-08T17:56:17.792Z | Compiling globset v0.4.18 |
| 1642 | 2026-07-08T17:56:17.921Z | Compiling dtrace-parser v0.2.0 |
| 1643 | 2026-07-08T17:56:18.146Z | Compiling phf_shared v0.11.3 |
| 1644 | 2026-07-08T17:56:18.217Z | Compiling hkdf v0.12.4 |
| 1645 | 2026-07-08T17:56:18.218Z | Compiling olpc-cjson v0.1.4 |
| 1646 | 2026-07-08T17:56:18.330Z | Compiling pkcs1 v0.7.5 |
| 1647 | 2026-07-08T17:56:18.380Z | Compiling serde_plain v1.0.2 |
| 1648 | 2026-07-08T17:56:18.380Z | Compiling serde-big-array v0.5.1 |
| 1649 | 2026-07-08T17:56:18.461Z | Compiling crypto-bigint v0.5.5 |
| 1650 | 2026-07-08T17:56:18.522Z | Compiling pem v3.0.6 |
| 1651 | 2026-07-08T17:56:18.590Z | Compiling async-recursion v1.1.1 |
| 1652 | 2026-07-08T17:56:18.660Z | Compiling enum-as-inner v0.6.1 |
| 1653 | 2026-07-08T17:56:18.719Z | Compiling serde_repr v0.1.20 |
| 1654 | 2026-07-08T17:56:18.845Z | Compiling clap_derive v4.6.1 |
| 1655 | 2026-07-08T17:56:19.170Z | Compiling strum_macros v0.26.4 |
| 1656 | 2026-07-08T17:56:19.236Z | Compiling float-cmp v0.10.0 |
| 1657 | 2026-07-08T17:56:19.257Z | Compiling thread-id v4.2.2 |
| 1658 | 2026-07-08T17:56:19.345Z | Compiling memmap2 v0.9.10 |
| 1659 | 2026-07-08T17:56:19.385Z | Compiling env_filter v1.0.0 |
| 1660 | 2026-07-08T17:56:19.568Z | Compiling data-encoding v2.10.0 |
| 1661 | 2026-07-08T17:56:19.738Z | Compiling either v1.15.0 |
| 1662 | 2026-07-08T17:56:19.943Z | Compiling winnow v1.0.3 |
| 1663 | 2026-07-08T17:56:19.958Z | Compiling const-oid v0.10.2 |
| 1664 | 2026-07-08T17:56:20.182Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-07-08T17:56:20.263Z | Compiling whoami v2.1.0 |
| 1666 | 2026-07-08T17:56:20.286Z | Compiling normalize-line-endings v0.3.0 |
| 1667 | 2026-07-08T17:56:20.307Z | Compiling precomputed-hash v0.1.1 |
| 1668 | 2026-07-08T17:56:20.383Z | Compiling new_debug_unreachable v1.0.6 |
| 1669 | 2026-07-08T17:56:20.397Z | Compiling fixedbitset v0.4.2 |
| 1670 | 2026-07-08T17:56:20.457Z | Compiling jiff v0.2.21 |
| 1671 | 2026-07-08T17:56:20.585Z | Compiling difflib v0.4.0 |
| 1672 | 2026-07-08T17:56:20.614Z | Compiling cpufeatures v0.3.0 |
| 1673 | 2026-07-08T17:56:20.646Z | Compiling typed-path v0.9.3 |
| 1674 | 2026-07-08T17:56:20.676Z | Compiling predicates-core v1.0.10 |
| 1675 | 2026-07-08T17:56:20.690Z | Compiling keccak v0.1.6 |
| 1676 | 2026-07-08T17:56:20.854Z | Compiling fixedbitset v0.5.7 |
| 1677 | 2026-07-08T17:56:20.907Z | Compiling sha3 v0.10.8 |
| 1678 | 2026-07-08T17:56:20.985Z | Compiling strum v0.26.3 |
| 1679 | 2026-07-08T17:56:21.116Z | Compiling petgraph v0.8.3 |
| 1680 | 2026-07-08T17:56:21.148Z | Compiling predicates v3.1.4 |
| 1681 | 2026-07-08T17:56:21.166Z | Compiling clap v4.6.1 |
| 1682 | 2026-07-08T17:56:21.248Z | Compiling chacha20 v0.10.0 |
| 1683 | 2026-07-08T17:56:21.361Z | Compiling petgraph v0.6.5 |
| 1684 | 2026-07-08T17:56:21.411Z | Compiling tokio-postgres v0.7.16 |
| 1685 | 2026-07-08T17:56:21.628Z | Compiling string_cache v0.8.9 |
| 1686 | 2026-07-08T17:56:21.785Z | Compiling toml_edit v0.22.27 |
| 1687 | 2026-07-08T17:56:21.851Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1688 | 2026-07-08T17:56:21.854Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1689 | 2026-07-08T17:56:22.504Z | Compiling digest v0.11.3 |
| 1690 | 2026-07-08T17:56:22.726Z | Compiling itertools v0.13.0 |
| 1691 | 2026-07-08T17:56:22.820Z | Compiling hickory-proto v0.25.2 |
| 1692 | 2026-07-08T17:56:23.031Z | Compiling zip v4.6.1 |
| 1693 | 2026-07-08T17:56:23.597Z | Compiling env_logger v0.11.9 |
| 1694 | 2026-07-08T17:56:23.946Z | Compiling usdt v0.6.0 |
| 1695 | 2026-07-08T17:56:23.966Z | Compiling elliptic-curve v0.13.8 |
| 1696 | 2026-07-08T17:56:23.985Z | Compiling usdt-impl v0.5.0 |
| 1697 | 2026-07-08T17:56:24.209Z | Compiling rsa v0.9.10 |
| 1698 | 2026-07-08T17:56:24.373Z | Compiling crossterm v0.28.1 |
| 1699 | 2026-07-08T17:56:24.469Z | Compiling ed25519-dalek v2.2.0 |
| 1700 | 2026-07-08T17:56:24.607Z | Compiling serde_with v3.17.0 |
| 1701 | 2026-07-08T17:56:24.638Z | Compiling zip v0.6.6 |
| 1702 | 2026-07-08T17:56:25.126Z | Compiling toml v0.7.8 |
| 1703 | 2026-07-08T17:56:25.659Z | Compiling iddqd v0.4.2 |
| 1704 | 2026-07-08T17:56:26.118Z | Compiling similar v2.7.0 |
| 1705 | 2026-07-08T17:56:26.333Z | Compiling heck v0.4.1 |
| 1706 | 2026-07-08T17:56:26.350Z | Compiling crossbeam-epoch v0.9.18 |
| 1707 | 2026-07-08T17:56:26.563Z | Compiling tokio-stream v0.1.18 |
| 1708 | 2026-07-08T17:56:26.677Z | Compiling buf-list v1.1.2 |
| 1709 | 2026-07-08T17:56:26.938Z | Compiling x509-cert v0.2.5 |
| 1710 | 2026-07-08T17:56:26.953Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1711 | 2026-07-08T17:56:26.976Z | Compiling openapiv3 v2.2.0 |
| 1712 | 2026-07-08T17:56:27.024Z | Compiling lalrpop-util v0.19.12 |
| 1713 | 2026-07-08T17:56:27.221Z | Compiling peg-runtime v0.8.5 |
| 1714 | 2026-07-08T17:56:27.252Z | Compiling thread_local v1.1.9 |
| 1715 | 2026-07-08T17:56:27.504Z | Compiling slog-async v2.8.0 |
| 1716 | 2026-07-08T17:56:27.517Z | Compiling crossbeam-channel v0.5.15 |
| 1717 | 2026-07-08T17:56:27.530Z | Compiling filetime v0.2.27 |
| 1718 | 2026-07-08T17:56:27.530Z | Compiling is-terminal v0.4.17 |
| 1719 | 2026-07-08T17:56:27.639Z | Compiling term v1.2.1 |
| 1720 | 2026-07-08T17:56:27.702Z | Compiling take_mut v0.2.2 |
| 1721 | 2026-07-08T17:56:27.815Z | Compiling xattr v1.6.1 |
| 1722 | 2026-07-08T17:56:27.832Z | Compiling camino-tempfile v1.4.1 |
| 1723 | 2026-07-08T17:56:27.961Z | Compiling tar v0.4.45 |
| 1724 | 2026-07-08T17:56:27.986Z | Compiling slog-term v2.9.2 |
| 1725 | 2026-07-08T17:56:37.975Z | Compiling rustls-webpki v0.103.13 |
| 1726 | 2026-07-08T17:56:40.678Z | Compiling tokio-rustls v0.26.4 |
| 1727 | 2026-07-08T17:56:40.678Z | Compiling rustls-platform-verifier v0.6.2 |
| 1728 | 2026-07-08T17:56:40.678Z | Compiling tough v0.22.0 |
| 1729 | 2026-07-08T17:56:40.901Z | Compiling hyper-rustls v0.27.7 |
| 1730 | 2026-07-08T17:56:41.100Z | Compiling reqwest v0.13.2 |
| 1731 | 2026-07-08T17:56:43.308Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1732 | 2026-07-08T17:56:43.537Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1733 | 2026-07-08T17:56:46.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1734 | 2026-07-08T17:56:46.504Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1735 | 2026-07-08T17:56:46.556Z | Jul 08 17:56:45.486 INFO Starting download, target: Console |
| 1736 | 2026-07-08T17:56:46.556Z | Jul 08 17:56:45.486 INFO Starting download, target: Clickhouse |
| 1737 | 2026-07-08T17:56:46.556Z | Jul 08 17:56:45.487 INFO Starting download, target: Cockroach |
| 1738 | 2026-07-08T17:56:46.556Z | Jul 08 17:56:45.487 INFO Starting download, target: DendriteStub |
| 1739 | 2026-07-08T17:56:46.556Z | Jul 08 17:56:45.487 INFO Starting download, target: MaghemiteMgd |
| 1740 | 2026-07-08T17:56:46.556Z | Jul 08 17:56:45.487 INFO Starting download, target: MaghemiteDdmd |
| 1741 | 2026-07-08T17:56:46.556Z | Jul 08 17:56:45.487 INFO Starting download, target: TransceiverControl |
| 1742 | 2026-07-08T17:56:46.559Z | Jul 08 17:56:45.487 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1743 | 2026-07-08T17:56:46.559Z | Jul 08 17:56:45.487 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1744 | 2026-07-08T17:56:46.559Z | Jul 08 17:56:45.487 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1745 | 2026-07-08T17:56:46.559Z | Jul 08 17:56:45.487 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1746 | 2026-07-08T17:56:46.559Z | Jul 08 17:56:45.487 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1747 | 2026-07-08T17:56:46.559Z | Jul 08 17:56:45.487 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1748 | 2026-07-08T17:56:46.559Z | Jul 08 17:56:45.487 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1749 | 2026-07-08T17:56:46.864Z | Jul 08 17:56:45.795 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1750 | 2026-07-08T17:56:47.070Z | Jul 08 17:56:45.996 INFO Download complete, target: TransceiverControl |
| 1751 | 2026-07-08T17:56:48.385Z | Jul 08 17:56:47.315 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1752 | 2026-07-08T17:56:48.509Z | Jul 08 17:56:47.439 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1753 | 2026-07-08T17:56:48.573Z | Jul 08 17:56:47.491 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1754 | 2026-07-08T17:56:48.672Z | Jul 08 17:56:47.590 INFO Download complete, target: Console |
| 1755 | 2026-07-08T17:56:48.705Z | Jul 08 17:56:47.604 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1756 | 2026-07-08T17:56:49.165Z | Jul 08 17:56:48.096 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1757 | 2026-07-08T17:56:49.165Z | Jul 08 17:56:48.096 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1758 | 2026-07-08T17:56:49.568Z | Jul 08 17:56:48.498 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1759 | 2026-07-08T17:56:50.373Z | Jul 08 17:56:49.304 INFO Download complete, target: MaghemiteDdmd |
| 1760 | 2026-07-08T17:56:50.956Z | Jul 08 17:56:49.887 INFO Download complete, target: DendriteStub |
| 1761 | 2026-07-08T17:56:51.136Z | Jul 08 17:56:50.066 INFO Download complete, target: MaghemiteMgd |
| 1762 | 2026-07-08T17:56:53.717Z | Jul 08 17:56:52.648 INFO Checking that binary works, target: Cockroach |
| 1763 | 2026-07-08T17:56:53.842Z | Jul 08 17:56:52.771 INFO Download complete, target: Cockroach |
| 1764 | 2026-07-08T17:56:56.073Z | Jul 08 17:56:55.000 INFO Checking that binary works, target: Clickhouse |
| 1765 | 2026-07-08T17:56:56.164Z | Jul 08 17:56:55.094 INFO Download complete, target: Clickhouse |
| 1766 | 2026-07-08T17:56:56.185Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1767 | 2026-07-08T17:56:56.188Z | |
| 1768 | 2026-07-08T17:56:56.188Z | real 2:03.571639923 |
| 1769 | 2026-07-08T17:56:56.188Z | user 6:35.112957865 |
| 1770 | 2026-07-08T17:56:56.188Z | sys 1:21.925631717 |
| 1771 | 2026-07-08T17:56:56.188Z | trap 0.226800406 |
| 1772 | 2026-07-08T17:56:56.188Z | tflt 0.512796596 |
| 1773 | 2026-07-08T17:56:56.188Z | dflt 0.902800035 |
| 1774 | 2026-07-08T17:56:56.189Z | kflt 0.026205586 |
| 1775 | 2026-07-08T17:56:56.189Z | lock 22:15.665664164 |
| 1776 | 2026-07-08T17:56:56.189Z | slp 20:10.135718224 |
| 1777 | 2026-07-08T17:56:56.189Z | lat 41.506597749 |
| 1778 | 2026-07-08T17:56:56.189Z | stop 1:55.987367218 |
| 1779 | 2026-07-08T17:56:56.189Z | + banner hack-check |
| 1780 | 2026-07-08T17:56:56.189Z | |
| 1781 | 2026-07-08T17:56:56.189Z | # # ## #### # # #### # # ###### #### # # |
| 1782 | 2026-07-08T17:56:56.189Z | # # # # # # # # # # # # # # # # # |
| 1783 | 2026-07-08T17:56:56.189Z | ###### # # # #### ##### # ###### ##### # #### |
| 1784 | 2026-07-08T17:56:56.189Z | # # ###### # # # # # # # # # # |
| 1785 | 2026-07-08T17:56:56.189Z | # # # # # # # # # # # # # # # # # |
| 1786 | 2026-07-08T17:56:56.189Z | # # # # #### # # #### # # ###### #### # # |
| 1787 | 2026-07-08T17:56:56.189Z | |
| 1788 | 2026-07-08T17:56:56.189Z | + export CARGO_INCREMENTAL=0 |
| 1789 | 2026-07-08T17:56:56.189Z | + CARGO_INCREMENTAL=0 |
| 1790 | 2026-07-08T17:56:56.189Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1791 | 2026-07-08T17:56:56.637Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1792 | 2026-07-08T17:56:56.933Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1793 | 2026-07-08T17:56:58.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
| 1794 | 2026-07-08T17:56:58.721Z | Running `target/debug/xtask check-features --ci` |
| 1795 | 2026-07-08T17:56:58.749Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1796 | 2026-07-08T17:56:58.752Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1797 | 2026-07-08T17:56:59.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1798 | 2026-07-08T17:56:59.188Z | Running `target/debug/xtask download cargo-hack` |
| 1799 | 2026-07-08T17:56:59.918Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1800 | 2026-07-08T17:57:00.242Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1801 | 2026-07-08T17:57:02.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
| 1802 | 2026-07-08T17:57:02.921Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1803 | 2026-07-08T17:57:02.963Z | Jul 08 17:57:01.893 INFO Starting download, target: CargoHack |
| 1804 | 2026-07-08T17:57:02.966Z | Jul 08 17:57:01.894 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1805 | 2026-07-08T17:57:03.609Z | Jul 08 17:57:02.540 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1806 | 2026-07-08T17:57:03.657Z | Jul 08 17:57:02.588 INFO Download complete, target: CargoHack |
| 1807 | 2026-07-08T17:57:03.660Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1808 | 2026-07-08T17:57:03.672Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1809 | 2026-07-08T17:57:03.830Z | info: running `cargo check --bins` on api_identity (1/300) |
| 1810 | 2026-07-08T17:57:04.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2026-07-08T17:57:04.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2026-07-08T17:57:04.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2026-07-08T17:57:04.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1814 | 2026-07-08T17:57:04.346Z | |
| 1815 | 2026-07-08T17:57:04.346Z | info: running `cargo check --bins` on bootstore (2/300) |
| 1816 | 2026-07-08T17:57:04.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2026-07-08T17:57:04.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2026-07-08T17:57:04.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2026-07-08T17:57:04.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1820 | 2026-07-08T17:57:04.861Z | |
| 1821 | 2026-07-08T17:57:04.861Z | info: running `cargo check --bins` on omicron-ledger (3/300) |
| 1822 | 2026-07-08T17:57:05.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2026-07-08T17:57:05.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2026-07-08T17:57:05.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2026-07-08T17:57:05.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1826 | 2026-07-08T17:57:05.376Z | |
| 1827 | 2026-07-08T17:57:05.376Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300) |
| 1828 | 2026-07-08T17:57:05.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2026-07-08T17:57:05.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2026-07-08T17:57:05.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2026-07-08T17:57:05.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1832 | 2026-07-08T17:57:05.894Z | |
| 1833 | 2026-07-08T17:57:05.894Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300) |
| 1834 | 2026-07-08T17:57:06.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2026-07-08T17:57:06.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2026-07-08T17:57:06.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2026-07-08T17:57:06.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1838 | 2026-07-08T17:57:06.414Z | |
| 1839 | 2026-07-08T17:57:06.414Z | info: running `cargo check --bins` on omicron-certificates (6/300) |
| 1840 | 2026-07-08T17:57:06.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2026-07-08T17:57:06.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2026-07-08T17:57:06.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2026-07-08T17:57:06.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1844 | 2026-07-08T17:57:06.937Z | |
| 1845 | 2026-07-08T17:57:06.937Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/300) |
| 1846 | 2026-07-08T17:57:07.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2026-07-08T17:57:07.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2026-07-08T17:57:07.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2026-07-08T17:57:07.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1850 | 2026-07-08T17:57:07.463Z | |
| 1851 | 2026-07-08T17:57:07.463Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300) |
| 1852 | 2026-07-08T17:57:07.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2026-07-08T17:57:07.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2026-07-08T17:57:07.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2026-07-08T17:57:07.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1856 | 2026-07-08T17:57:07.990Z | |
| 1857 | 2026-07-08T17:57:07.990Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300) |
| 1858 | 2026-07-08T17:57:08.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2026-07-08T17:57:08.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2026-07-08T17:57:08.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2026-07-08T17:57:08.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1862 | 2026-07-08T17:57:08.391Z | |
| 1863 | 2026-07-08T17:57:08.391Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300) |
| 1864 | 2026-07-08T17:57:08.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-07-08T17:57:08.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-07-08T17:57:08.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-07-08T17:57:08.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1868 | 2026-07-08T17:57:08.793Z | |
| 1869 | 2026-07-08T17:57:08.793Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300) |
| 1870 | 2026-07-08T17:57:09.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-07-08T17:57:09.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-07-08T17:57:09.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-07-08T17:57:09.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1874 | 2026-07-08T17:57:09.194Z | |
| 1875 | 2026-07-08T17:57:09.194Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300) |
| 1876 | 2026-07-08T17:57:09.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-07-08T17:57:09.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-07-08T17:57:09.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-07-08T17:57:09.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1880 | 2026-07-08T17:57:09.594Z | |
| 1881 | 2026-07-08T17:57:09.595Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300) |
| 1882 | 2026-07-08T17:57:09.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-07-08T17:57:09.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-07-08T17:57:09.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-07-08T17:57:09.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1886 | 2026-07-08T17:57:09.993Z | |
| 1887 | 2026-07-08T17:57:09.993Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300) |
| 1888 | 2026-07-08T17:57:10.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-07-08T17:57:10.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-07-08T17:57:10.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-07-08T17:57:10.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1892 | 2026-07-08T17:57:10.390Z | |
| 1893 | 2026-07-08T17:57:10.390Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300) |
| 1894 | 2026-07-08T17:57:10.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-07-08T17:57:10.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-07-08T17:57:10.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-07-08T17:57:10.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1898 | 2026-07-08T17:57:10.792Z | |
| 1899 | 2026-07-08T17:57:10.793Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300) |
| 1900 | 2026-07-08T17:57:11.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-07-08T17:57:11.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-07-08T17:57:11.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-07-08T17:57:11.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1904 | 2026-07-08T17:57:11.195Z | |
| 1905 | 2026-07-08T17:57:11.195Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300) |
| 1906 | 2026-07-08T17:57:11.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-07-08T17:57:11.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-07-08T17:57:11.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-07-08T17:57:11.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1910 | 2026-07-08T17:57:11.596Z | |
| 1911 | 2026-07-08T17:57:11.596Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300) |
| 1912 | 2026-07-08T17:57:11.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-07-08T17:57:11.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-07-08T17:57:11.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-07-08T17:57:11.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1916 | 2026-07-08T17:57:11.997Z | |
| 1917 | 2026-07-08T17:57:11.997Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300) |
| 1918 | 2026-07-08T17:57:12.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-07-08T17:57:12.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-07-08T17:57:12.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-07-08T17:57:12.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1922 | 2026-07-08T17:57:12.399Z | |
| 1923 | 2026-07-08T17:57:12.399Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300) |
| 1924 | 2026-07-08T17:57:12.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-07-08T17:57:12.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-07-08T17:57:12.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-07-08T17:57:12.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1928 | 2026-07-08T17:57:12.802Z | |
| 1929 | 2026-07-08T17:57:12.802Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300) |
| 1930 | 2026-07-08T17:57:13.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-07-08T17:57:13.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-07-08T17:57:13.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-07-08T17:57:13.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1934 | 2026-07-08T17:57:13.208Z | |
| 1935 | 2026-07-08T17:57:13.208Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300) |
| 1936 | 2026-07-08T17:57:13.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-07-08T17:57:13.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-07-08T17:57:13.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-07-08T17:57:13.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1940 | 2026-07-08T17:57:13.611Z | |
| 1941 | 2026-07-08T17:57:13.611Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300) |
| 1942 | 2026-07-08T17:57:13.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-07-08T17:57:13.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-07-08T17:57:13.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-07-08T17:57:13.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1946 | 2026-07-08T17:57:14.010Z | |
| 1947 | 2026-07-08T17:57:14.011Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300) |
| 1948 | 2026-07-08T17:57:14.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-07-08T17:57:14.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-07-08T17:57:14.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-07-08T17:57:14.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1952 | 2026-07-08T17:57:14.414Z | |
| 1953 | 2026-07-08T17:57:14.414Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300) |
| 1954 | 2026-07-08T17:57:14.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-07-08T17:57:14.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-07-08T17:57:14.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-07-08T17:57:14.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1958 | 2026-07-08T17:57:14.819Z | |
| 1959 | 2026-07-08T17:57:14.819Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300) |
| 1960 | 2026-07-08T17:57:15.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-07-08T17:57:15.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-07-08T17:57:15.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-07-08T17:57:15.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1964 | 2026-07-08T17:57:15.223Z | |
| 1965 | 2026-07-08T17:57:15.223Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300) |
| 1966 | 2026-07-08T17:57:15.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-07-08T17:57:15.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-07-08T17:57:15.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-07-08T17:57:15.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1970 | 2026-07-08T17:57:15.628Z | |
| 1971 | 2026-07-08T17:57:15.628Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300) |
| 1972 | 2026-07-08T17:57:15.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-07-08T17:57:15.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-07-08T17:57:15.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-07-08T17:57:15.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1976 | 2026-07-08T17:57:16.027Z | |
| 1977 | 2026-07-08T17:57:16.027Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300) |
| 1978 | 2026-07-08T17:57:16.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-07-08T17:57:16.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-07-08T17:57:16.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-07-08T17:57:16.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1982 | 2026-07-08T17:57:16.430Z | |
| 1983 | 2026-07-08T17:57:16.430Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300) |
| 1984 | 2026-07-08T17:57:16.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-07-08T17:57:16.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-07-08T17:57:16.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-07-08T17:57:16.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1988 | 2026-07-08T17:57:16.830Z | |
| 1989 | 2026-07-08T17:57:16.830Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300) |
| 1990 | 2026-07-08T17:57:17.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-07-08T17:57:17.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-07-08T17:57:17.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-07-08T17:57:17.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1994 | 2026-07-08T17:57:17.228Z | |
| 1995 | 2026-07-08T17:57:17.228Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300) |
| 1996 | 2026-07-08T17:57:17.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-07-08T17:57:17.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-07-08T17:57:17.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-07-08T17:57:17.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2000 | 2026-07-08T17:57:17.630Z | |
| 2001 | 2026-07-08T17:57:17.630Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300) |
| 2002 | 2026-07-08T17:57:17.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-07-08T17:57:17.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-07-08T17:57:17.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-07-08T17:57:17.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2006 | 2026-07-08T17:57:18.029Z | |
| 2007 | 2026-07-08T17:57:18.029Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300) |
| 2008 | 2026-07-08T17:57:18.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-07-08T17:57:18.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-07-08T17:57:18.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-07-08T17:57:18.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2012 | 2026-07-08T17:57:18.429Z | |
| 2013 | 2026-07-08T17:57:18.429Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300) |
| 2014 | 2026-07-08T17:57:18.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-07-08T17:57:18.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-07-08T17:57:18.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-07-08T17:57:18.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2018 | 2026-07-08T17:57:18.830Z | |
| 2019 | 2026-07-08T17:57:18.830Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300) |
| 2020 | 2026-07-08T17:57:19.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-07-08T17:57:19.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-07-08T17:57:19.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-07-08T17:57:19.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2024 | 2026-07-08T17:57:19.232Z | |
| 2025 | 2026-07-08T17:57:19.232Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300) |
| 2026 | 2026-07-08T17:57:19.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-07-08T17:57:19.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-07-08T17:57:19.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-07-08T17:57:19.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2030 | 2026-07-08T17:57:19.633Z | |
| 2031 | 2026-07-08T17:57:19.633Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300) |
| 2032 | 2026-07-08T17:57:19.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-07-08T17:57:19.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-07-08T17:57:19.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-07-08T17:57:19.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2036 | 2026-07-08T17:57:20.031Z | |
| 2037 | 2026-07-08T17:57:20.031Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300) |
| 2038 | 2026-07-08T17:57:20.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-07-08T17:57:20.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-07-08T17:57:20.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-07-08T17:57:20.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2042 | 2026-07-08T17:57:20.428Z | |
| 2043 | 2026-07-08T17:57:20.428Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300) |
| 2044 | 2026-07-08T17:57:20.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-07-08T17:57:20.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-07-08T17:57:20.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-07-08T17:57:20.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2048 | 2026-07-08T17:57:20.826Z | |
| 2049 | 2026-07-08T17:57:20.826Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300) |
| 2050 | 2026-07-08T17:57:21.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-07-08T17:57:21.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-07-08T17:57:21.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-07-08T17:57:21.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2054 | 2026-07-08T17:57:21.228Z | |
| 2055 | 2026-07-08T17:57:21.228Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300) |
| 2056 | 2026-07-08T17:57:21.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-07-08T17:57:21.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-07-08T17:57:21.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-07-08T17:57:21.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2060 | 2026-07-08T17:57:21.634Z | |
| 2061 | 2026-07-08T17:57:21.634Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300) |
| 2062 | 2026-07-08T17:57:21.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-07-08T17:57:21.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-07-08T17:57:21.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-07-08T17:57:21.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2066 | 2026-07-08T17:57:22.038Z | |
| 2067 | 2026-07-08T17:57:22.038Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300) |
| 2068 | 2026-07-08T17:57:22.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-07-08T17:57:22.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-07-08T17:57:22.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-07-08T17:57:22.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2072 | 2026-07-08T17:57:22.444Z | |
| 2073 | 2026-07-08T17:57:22.444Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300) |
| 2074 | 2026-07-08T17:57:22.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-07-08T17:57:22.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-07-08T17:57:22.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-07-08T17:57:22.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2078 | 2026-07-08T17:57:22.845Z | |
| 2079 | 2026-07-08T17:57:22.845Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300) |
| 2080 | 2026-07-08T17:57:23.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-07-08T17:57:23.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-07-08T17:57:23.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-07-08T17:57:23.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2084 | 2026-07-08T17:57:23.247Z | |
| 2085 | 2026-07-08T17:57:23.247Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300) |
| 2086 | 2026-07-08T17:57:23.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-07-08T17:57:23.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-07-08T17:57:23.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-07-08T17:57:23.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2090 | 2026-07-08T17:57:23.648Z | |
| 2091 | 2026-07-08T17:57:23.649Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300) |
| 2092 | 2026-07-08T17:57:23.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-07-08T17:57:24.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-07-08T17:57:24.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-07-08T17:57:24.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2096 | 2026-07-08T17:57:24.048Z | |
| 2097 | 2026-07-08T17:57:24.048Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300) |
| 2098 | 2026-07-08T17:57:24.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-07-08T17:57:24.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-07-08T17:57:24.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-07-08T17:57:24.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2102 | 2026-07-08T17:57:24.615Z | |
| 2103 | 2026-07-08T17:57:24.615Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300) |
| 2104 | 2026-07-08T17:57:25.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-07-08T17:57:25.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-07-08T17:57:25.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-07-08T17:57:25.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2108 | 2026-07-08T17:57:25.180Z | |
| 2109 | 2026-07-08T17:57:25.180Z | info: running `cargo check --bins` on nexus-config (51/300) |
| 2110 | 2026-07-08T17:57:25.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-07-08T17:57:25.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-07-08T17:57:25.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-07-08T17:57:25.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2114 | 2026-07-08T17:57:25.745Z | |
| 2115 | 2026-07-08T17:57:25.745Z | info: running `cargo check --bins` on nexus-types (52/300) |
| 2116 | 2026-07-08T17:57:26.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-07-08T17:57:26.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-07-08T17:57:26.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2119 | 2026-07-08T17:57:26.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2120 | 2026-07-08T17:57:26.309Z | |
| 2121 | 2026-07-08T17:57:26.309Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300) |
| 2122 | 2026-07-08T17:57:26.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2123 | 2026-07-08T17:57:26.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2124 | 2026-07-08T17:57:26.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2125 | 2026-07-08T17:57:26.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2126 | 2026-07-08T17:57:26.845Z | |
| 2127 | 2026-07-08T17:57:26.845Z | info: running `cargo check --bins` on omicron-passwords (54/300) |
| 2128 | 2026-07-08T17:57:27.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2026-07-08T17:57:27.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2026-07-08T17:57:27.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2131 | 2026-07-08T17:57:27.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2132 | 2026-07-08T17:57:27.362Z | |
| 2133 | 2026-07-08T17:57:27.362Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/300) |
| 2134 | 2026-07-08T17:57:27.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2135 | 2026-07-08T17:57:27.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2136 | 2026-07-08T17:57:27.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2137 | 2026-07-08T17:57:27.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2138 | 2026-07-08T17:57:27.899Z | |
| 2139 | 2026-07-08T17:57:27.899Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300) |
| 2140 | 2026-07-08T17:57:28.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2141 | 2026-07-08T17:57:28.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2142 | 2026-07-08T17:57:28.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2143 | 2026-07-08T17:57:28.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2144 | 2026-07-08T17:57:28.436Z | |
| 2145 | 2026-07-08T17:57:28.436Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300) |
| 2146 | 2026-07-08T17:57:28.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2147 | 2026-07-08T17:57:28.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2148 | 2026-07-08T17:57:28.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2149 | 2026-07-08T17:57:28.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2150 | 2026-07-08T17:57:28.972Z | |
| 2151 | 2026-07-08T17:57:28.972Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300) |
| 2152 | 2026-07-08T17:57:29.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2153 | 2026-07-08T17:57:29.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2154 | 2026-07-08T17:57:29.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2155 | 2026-07-08T17:57:29.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2156 | 2026-07-08T17:57:29.509Z | |
| 2157 | 2026-07-08T17:57:29.509Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300) |
| 2158 | 2026-07-08T17:57:29.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2159 | 2026-07-08T17:57:29.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2160 | 2026-07-08T17:57:29.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2161 | 2026-07-08T17:57:29.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2162 | 2026-07-08T17:57:30.026Z | |
| 2163 | 2026-07-08T17:57:30.026Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300) |
| 2164 | 2026-07-08T17:57:30.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2165 | 2026-07-08T17:57:30.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2166 | 2026-07-08T17:57:30.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2167 | 2026-07-08T17:57:30.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2168 | 2026-07-08T17:57:30.545Z | |
| 2169 | 2026-07-08T17:57:30.545Z | info: running `cargo check --bins --no-default-features` on gfss (61/300) |
| 2170 | 2026-07-08T17:57:30.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2171 | 2026-07-08T17:57:30.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2172 | 2026-07-08T17:57:30.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2173 | 2026-07-08T17:57:30.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2174 | 2026-07-08T17:57:31.064Z | |
| 2175 | 2026-07-08T17:57:31.064Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300) |
| 2176 | 2026-07-08T17:57:31.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2177 | 2026-07-08T17:57:31.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2178 | 2026-07-08T17:57:31.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2179 | 2026-07-08T17:57:31.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2180 | 2026-07-08T17:57:31.579Z | |
| 2181 | 2026-07-08T17:57:31.579Z | info: running `cargo check --bins` on clickhouse-admin-types (63/300) |
| 2182 | 2026-07-08T17:57:32.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2183 | 2026-07-08T17:57:32.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2184 | 2026-07-08T17:57:32.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2185 | 2026-07-08T17:57:32.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2186 | 2026-07-08T17:57:32.110Z | |
| 2187 | 2026-07-08T17:57:32.111Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/300) |
| 2188 | 2026-07-08T17:57:32.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2189 | 2026-07-08T17:57:32.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2190 | 2026-07-08T17:57:32.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2191 | 2026-07-08T17:57:32.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2192 | 2026-07-08T17:57:32.641Z | |
| 2193 | 2026-07-08T17:57:32.641Z | info: running `cargo check --bins` on cockroach-admin-types (65/300) |
| 2194 | 2026-07-08T17:57:33.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2195 | 2026-07-08T17:57:33.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2196 | 2026-07-08T17:57:33.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2197 | 2026-07-08T17:57:33.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2198 | 2026-07-08T17:57:33.160Z | |
| 2199 | 2026-07-08T17:57:33.160Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/300) |
| 2200 | 2026-07-08T17:57:33.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2201 | 2026-07-08T17:57:33.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2202 | 2026-07-08T17:57:33.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2203 | 2026-07-08T17:57:33.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2204 | 2026-07-08T17:57:33.682Z | |
| 2205 | 2026-07-08T17:57:33.682Z | info: running `cargo check --bins` on ereport-types (67/300) |
| 2206 | 2026-07-08T17:57:34.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2026-07-08T17:57:34.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2026-07-08T17:57:34.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2026-07-08T17:57:34.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2210 | 2026-07-08T17:57:34.208Z | |
| 2211 | 2026-07-08T17:57:34.208Z | info: running `cargo check --bins` on gateway-client (68/300) |
| 2212 | 2026-07-08T17:57:34.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2026-07-08T17:57:34.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2026-07-08T17:57:34.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2215 | 2026-07-08T17:57:34.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2216 | 2026-07-08T17:57:34.737Z | |
| 2217 | 2026-07-08T17:57:34.737Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/300) |
| 2218 | 2026-07-08T17:57:35.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2219 | 2026-07-08T17:57:35.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2220 | 2026-07-08T17:57:35.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2221 | 2026-07-08T17:57:35.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2222 | 2026-07-08T17:57:35.259Z | |
| 2223 | 2026-07-08T17:57:35.259Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300) |
| 2224 | 2026-07-08T17:57:35.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2026-07-08T17:57:35.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2026-07-08T17:57:35.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2227 | 2026-07-08T17:57:35.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2228 | 2026-07-08T17:57:35.782Z | |
| 2229 | 2026-07-08T17:57:35.782Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300) |
| 2230 | 2026-07-08T17:57:36.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2026-07-08T17:57:36.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2026-07-08T17:57:36.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2233 | 2026-07-08T17:57:36.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2234 | 2026-07-08T17:57:36.311Z | |
| 2235 | 2026-07-08T17:57:36.311Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300) |
| 2236 | 2026-07-08T17:57:36.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2237 | 2026-07-08T17:57:36.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2238 | 2026-07-08T17:57:36.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2239 | 2026-07-08T17:57:36.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2240 | 2026-07-08T17:57:36.834Z | |
| 2241 | 2026-07-08T17:57:36.834Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/300) |
| 2242 | 2026-07-08T17:57:37.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2243 | 2026-07-08T17:57:37.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2244 | 2026-07-08T17:57:37.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2245 | 2026-07-08T17:57:37.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2246 | 2026-07-08T17:57:37.379Z | |
| 2247 | 2026-07-08T17:57:37.379Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300) |
| 2248 | 2026-07-08T17:57:37.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2026-07-08T17:57:37.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2026-07-08T17:57:37.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2251 | 2026-07-08T17:57:37.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2252 | 2026-07-08T17:57:37.922Z | |
| 2253 | 2026-07-08T17:57:37.922Z | info: running `cargo check --bins` on key-manager-types (75/300) |
| 2254 | 2026-07-08T17:57:38.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2255 | 2026-07-08T17:57:38.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2256 | 2026-07-08T17:57:38.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2257 | 2026-07-08T17:57:38.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2258 | 2026-07-08T17:57:38.441Z | |
| 2259 | 2026-07-08T17:57:38.441Z | info: running `cargo check --bins` on oxlog (76/300) |
| 2260 | 2026-07-08T17:57:38.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2261 | 2026-07-08T17:57:38.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2262 | 2026-07-08T17:57:38.999Z | Checking cfg-if v1.0.4 |
| 2263 | 2026-07-08T17:57:39.003Z | Checking libc v0.2.185 |
| 2264 | 2026-07-08T17:57:39.003Z | Checking serde_core v1.0.228 |
| 2265 | 2026-07-08T17:57:39.115Z | Checking memchr v2.8.0 |
| 2266 | 2026-07-08T17:57:39.115Z | Checking zeroize v1.8.2 |
| 2267 | 2026-07-08T17:57:39.129Z | Checking log v0.4.29 |
| 2268 | 2026-07-08T17:57:39.138Z | Checking smallvec v1.15.1 |
| 2269 | 2026-07-08T17:57:39.148Z | Checking subtle v2.6.1 |
| 2270 | 2026-07-08T17:57:39.160Z | Checking itoa v1.0.17 |
| 2271 | 2026-07-08T17:57:39.264Z | Checking scopeguard v1.2.0 |
| 2272 | 2026-07-08T17:57:39.284Z | Checking typenum v1.20.1 |
| 2273 | 2026-07-08T17:57:39.296Z | Checking stable_deref_trait v1.2.1 |
| 2274 | 2026-07-08T17:57:39.308Z | Checking zerofrom v0.1.6 |
| 2275 | 2026-07-08T17:57:39.322Z | Checking pin-project-lite v0.2.17 |
| 2276 | 2026-07-08T17:57:39.360Z | Checking lock_api v0.4.14 |
| 2277 | 2026-07-08T17:57:39.374Z | Checking portable-atomic v1.13.1 |
| 2278 | 2026-07-08T17:57:39.410Z | Checking futures-core v0.3.32 |
| 2279 | 2026-07-08T17:57:39.423Z | Checking yoke v0.8.1 |
| 2280 | 2026-07-08T17:57:39.477Z | Checking critical-section v1.2.0 |
| 2281 | 2026-07-08T17:57:39.495Z | Checking errno v0.3.14 |
| 2282 | 2026-07-08T17:57:39.530Z | Checking getrandom v0.2.17 |
| 2283 | 2026-07-08T17:57:39.559Z | Checking parking_lot_core v0.9.12 |
| 2284 | 2026-07-08T17:57:39.571Z | Checking mio v1.2.0 |
| 2285 | 2026-07-08T17:57:39.587Z | Checking zerovec v0.11.5 |
| 2286 | 2026-07-08T17:57:39.607Z | Checking signal-hook-registry v1.4.8 |
| 2287 | 2026-07-08T17:57:39.672Z | Checking rand_core v0.6.4 |
| 2288 | 2026-07-08T17:57:39.739Z | Checking parking_lot v0.12.5 |
| 2289 | 2026-07-08T17:57:39.775Z | Checking zerocopy v0.8.40 |
| 2290 | 2026-07-08T17:57:39.781Z | Checking once_cell v1.21.3 |
| 2291 | 2026-07-08T17:57:39.845Z | Checking const-oid v0.9.6 |
| 2292 | 2026-07-08T17:57:39.860Z | Checking zmij v1.0.21 |
| 2293 | 2026-07-08T17:57:39.922Z | Checking rand_core v0.10.0 |
| 2294 | 2026-07-08T17:57:39.950Z | Checking socket2 v0.6.3 |
| 2295 | 2026-07-08T17:57:40.014Z | Checking tinystr v0.8.2 |
| 2296 | 2026-07-08T17:57:40.027Z | Checking generic-array v0.14.7 |
| 2297 | 2026-07-08T17:57:40.058Z | Checking getrandom v0.4.1 |
| 2298 | 2026-07-08T17:57:40.069Z | Checking libm v0.2.16 |
| 2299 | 2026-07-08T17:57:40.188Z | Checking percent-encoding v2.3.2 |
| 2300 | 2026-07-08T17:57:40.200Z | Checking equivalent v1.0.2 |
| 2301 | 2026-07-08T17:57:40.213Z | Checking writeable v0.6.2 |
| 2302 | 2026-07-08T17:57:40.277Z | Checking litemap v0.8.1 |
| 2303 | 2026-07-08T17:57:40.324Z | Checking potential_utf v0.1.4 |
| 2304 | 2026-07-08T17:57:40.370Z | Checking zerotrie v0.2.3 |
| 2305 | 2026-07-08T17:57:40.450Z | Checking icu_locale_core v2.1.1 |
| 2306 | 2026-07-08T17:57:40.464Z | Checking futures-sink v0.3.32 |
| 2307 | 2026-07-08T17:57:40.480Z | Checking icu_collections v2.1.1 |
| 2308 | 2026-07-08T17:57:40.533Z | Checking slab v0.4.12 |
| 2309 | 2026-07-08T17:57:40.560Z | Checking futures-channel v0.3.32 |
| 2310 | 2026-07-08T17:57:40.603Z | Checking serde v1.0.228 |
| 2311 | 2026-07-08T17:57:40.621Z | Checking bitflags v2.11.0 |
| 2312 | 2026-07-08T17:57:40.690Z | Checking serde_json v1.0.150 |
| 2313 | 2026-07-08T17:57:40.750Z | Checking futures-task v0.3.32 |
| 2314 | 2026-07-08T17:57:40.764Z | Checking num-traits v0.2.19 |
| 2315 | 2026-07-08T17:57:40.782Z | Checking futures-io v0.3.32 |
| 2316 | 2026-07-08T17:57:40.785Z | Checking icu_properties_data v2.1.2 |
| 2317 | 2026-07-08T17:57:40.884Z | Checking icu_normalizer_data v2.1.1 |
| 2318 | 2026-07-08T17:57:40.924Z | Checking futures-util v0.3.32 |
| 2319 | 2026-07-08T17:57:40.937Z | Checking hashbrown v0.17.0 |
| 2320 | 2026-07-08T17:57:40.956Z | Checking crypto-common v0.1.7 |
| 2321 | 2026-07-08T17:57:40.997Z | Checking bytes v1.11.1 |
| 2322 | 2026-07-08T17:57:41.000Z | Checking icu_provider v2.1.1 |
| 2323 | 2026-07-08T17:57:41.074Z | Checking block-buffer v0.10.4 |
| 2324 | 2026-07-08T17:57:41.212Z | Checking digest v0.10.7 |
| 2325 | 2026-07-08T17:57:41.231Z | Checking icu_normalizer v2.1.1 |
| 2326 | 2026-07-08T17:57:41.315Z | Checking icu_properties v2.1.2 |
| 2327 | 2026-07-08T17:57:41.345Z | Checking utf8_iter v1.0.4 |
| 2328 | 2026-07-08T17:57:41.395Z | Checking indexmap v2.14.0 |
| 2329 | 2026-07-08T17:57:41.408Z | Checking form_urlencoded v1.2.2 |
| 2330 | 2026-07-08T17:57:41.437Z | Checking tokio v1.52.1 |
| 2331 | 2026-07-08T17:57:41.464Z | Checking getrandom v0.3.4 |
| 2332 | 2026-07-08T17:57:41.533Z | Checking byteorder v1.5.0 |
| 2333 | 2026-07-08T17:57:41.546Z | Checking fnv v1.0.7 |
| 2334 | 2026-07-08T17:57:41.607Z | Checking rand_core v0.9.5 |
| 2335 | 2026-07-08T17:57:41.635Z | Checking http v1.4.2 |
| 2336 | 2026-07-08T17:57:41.729Z | Checking regex-syntax v0.8.10 |
| 2337 | 2026-07-08T17:57:41.776Z | Checking base64ct v1.8.3 |
| 2338 | 2026-07-08T17:57:41.950Z | Checking rustix v1.1.3 |
| 2339 | 2026-07-08T17:57:42.009Z | Checking pem-rfc7468 v0.7.0 |
| 2340 | 2026-07-08T17:57:42.145Z | Checking idna_adapter v1.2.1 |
| 2341 | 2026-07-08T17:57:42.166Z | Checking uuid v1.23.4 |
| 2342 | 2026-07-08T17:57:42.199Z | Checking tracing-core v0.1.36 |
| 2343 | 2026-07-08T17:57:42.261Z | Checking idna v1.1.0 |
| 2344 | 2026-07-08T17:57:42.479Z | Checking flagset v0.4.7 |
| 2345 | 2026-07-08T17:57:42.505Z | Checking iana-time-zone v0.1.65 |
| 2346 | 2026-07-08T17:57:42.508Z | Checking url v2.5.8 |
| 2347 | 2026-07-08T17:57:42.529Z | Checking ppv-lite86 v0.2.21 |
| 2348 | 2026-07-08T17:57:42.598Z | Checking base64 v0.22.1 |
| 2349 | 2026-07-08T17:57:42.612Z | Checking chrono v0.4.44 |
| 2350 | 2026-07-08T17:57:42.782Z | Checking der v0.7.10 |
| 2351 | 2026-07-08T17:57:42.822Z | Checking rand_chacha v0.9.0 |
| 2352 | 2026-07-08T17:57:42.834Z | Checking tracing v0.1.44 |
| 2353 | 2026-07-08T17:57:42.847Z | Checking http-body v1.0.1 |
| 2354 | 2026-07-08T17:57:42.953Z | Checking rustls-pki-types v1.14.0 |
| 2355 | 2026-07-08T17:57:42.978Z | Checking cmov v0.5.4 |
| 2356 | 2026-07-08T17:57:43.020Z | Checking tinyvec_macros v0.1.1 |
| 2357 | 2026-07-08T17:57:43.036Z | Checking openssl-probe v0.2.1 |
| 2358 | 2026-07-08T17:57:43.051Z | Checking rand v0.9.2 |
| 2359 | 2026-07-08T17:57:43.083Z | Checking tinyvec v1.10.0 |
| 2360 | 2026-07-08T17:57:43.139Z | Checking aws-lc-sys v0.40.0 |
| 2361 | 2026-07-08T17:57:43.164Z | Checking ctutils v0.4.2 |
| 2362 | 2026-07-08T17:57:43.239Z | Checking try-lock v0.2.5 |
| 2363 | 2026-07-08T17:57:43.337Z | Checking tower-service v0.3.3 |
| 2364 | 2026-07-08T17:57:43.372Z | Checking atomic-waker v1.1.2 |
| 2365 | 2026-07-08T17:57:43.387Z | Checking untrusted v0.7.1 |
| 2366 | 2026-07-08T17:57:43.423Z | Checking tower-layer v0.3.3 |
| 2367 | 2026-07-08T17:57:43.465Z | Checking hybrid-array v0.4.13 |
| 2368 | 2026-07-08T17:57:43.469Z | Checking want v0.3.1 |
| 2369 | 2026-07-08T17:57:43.496Z | Checking ipnet v2.11.0 |
| 2370 | 2026-07-08T17:57:43.509Z | Checking spki v0.7.3 |
| 2371 | 2026-07-08T17:57:43.522Z | Checking httparse v1.10.1 |
| 2372 | 2026-07-08T17:57:43.569Z | Checking aho-corasick v1.1.4 |
| 2373 | 2026-07-08T17:57:43.594Z | Checking foreign-types-shared v0.1.1 |
| 2374 | 2026-07-08T17:57:43.639Z | Checking aws-lc-rs v1.16.3 |
| 2375 | 2026-07-08T17:57:43.669Z | Checking utf8parse v0.2.2 |
| 2376 | 2026-07-08T17:57:43.683Z | Checking cpufeatures v0.2.17 |
| 2377 | 2026-07-08T17:57:43.727Z | Checking plain v0.2.3 |
| 2378 | 2026-07-08T17:57:43.748Z | Checking dyn-clone v1.0.20 |
| 2379 | 2026-07-08T17:57:43.760Z | Checking fastrand v2.3.0 |
| 2380 | 2026-07-08T17:57:43.772Z | Checking httpdate v1.0.3 |
| 2381 | 2026-07-08T17:57:43.824Z | Checking untrusted v0.9.0 |
| 2382 | 2026-07-08T17:57:43.849Z | Checking foreign-types v0.3.2 |
| 2383 | 2026-07-08T17:57:43.911Z | Checking pkcs8 v0.10.2 |
| 2384 | 2026-07-08T17:57:43.925Z | Checking unicode-normalization v0.1.25 |
| 2385 | 2026-07-08T17:57:43.937Z | Checking tempfile v3.25.0 |
| 2386 | 2026-07-08T17:57:43.948Z | Checking semver v1.0.28 |
| 2387 | 2026-07-08T17:57:44.064Z | Checking openssl-sys v0.9.115 |
| 2388 | 2026-07-08T17:57:44.130Z | Checking spin v0.9.8 |
| 2389 | 2026-07-08T17:57:44.152Z | Checking unicode-ident v1.0.24 |
| 2390 | 2026-07-08T17:57:44.223Z | Checking ucd-trie v0.1.7 |
| 2391 | 2026-07-08T17:57:44.244Z | Checking regex-automata v0.4.14 |
| 2392 | 2026-07-08T17:57:44.260Z | Checking anstyle v1.0.14 |
| 2393 | 2026-07-08T17:57:44.314Z | Checking proc-macro2 v1.0.106 |
| 2394 | 2026-07-08T17:57:44.328Z | Checking schemars v0.8.22 |
| 2395 | 2026-07-08T17:57:44.356Z | Checking pest v2.8.6 |
| 2396 | 2026-07-08T17:57:44.440Z | Checking openssl v0.10.79 |
| 2397 | 2026-07-08T17:57:44.452Z | Checking sha2 v0.10.9 |
| 2398 | 2026-07-08T17:57:44.472Z | Checking rustls-webpki v0.103.13 |
| 2399 | 2026-07-08T17:57:44.634Z | Checking hmac v0.12.1 |
| 2400 | 2026-07-08T17:57:44.692Z | Checking tokio-util v0.7.18 |
| 2401 | 2026-07-08T17:57:44.726Z | Checking thiserror v2.0.18 |
| 2402 | 2026-07-08T17:57:44.765Z | Checking sync_wrapper v1.0.2 |
| 2403 | 2026-07-08T17:57:44.825Z | Checking wait-timeout v0.2.1 |
| 2404 | 2026-07-08T17:57:44.865Z | Checking anstyle-query v1.1.5 |
| 2405 | 2026-07-08T17:57:44.886Z | Checking rustls v0.23.41 |
| 2406 | 2026-07-08T17:57:44.946Z | Checking bit-vec v0.8.0 |
| 2407 | 2026-07-08T17:57:44.959Z | Checking colorchoice v1.0.4 |
| 2408 | 2026-07-08T17:57:44.970Z | Checking simd-adler32 v0.3.8 |
| 2409 | 2026-07-08T17:57:45.054Z | Checking powerfmt v0.2.0 |
| 2410 | 2026-07-08T17:57:45.136Z | Checking pretty-hex v0.4.1 |
| 2411 | 2026-07-08T17:57:45.148Z | Checking siphasher v1.0.2 |
| 2412 | 2026-07-08T17:57:45.206Z | Checking quick-error v1.2.3 |
| 2413 | 2026-07-08T17:57:45.252Z | Checking is_terminal_polyfill v1.70.2 |
| 2414 | 2026-07-08T17:57:45.299Z | Checking deranged v0.5.8 |
| 2415 | 2026-07-08T17:57:45.311Z | Checking rusty-fork v0.3.1 |
| 2416 | 2026-07-08T17:57:45.314Z | Checking h2 v0.4.15 |
| 2417 | 2026-07-08T17:57:45.337Z | Checking bit-set v0.8.0 |
| 2418 | 2026-07-08T17:57:45.410Z | Checking tower v0.5.3 |
| 2419 | 2026-07-08T17:57:45.497Z | Checking quote v1.0.45 |
| 2420 | 2026-07-08T17:57:45.511Z | Compiling newtype-uuid v1.3.2 |
| 2421 | 2026-07-08T17:57:45.670Z | Checking http-body-util v0.1.3 |
| 2422 | 2026-07-08T17:57:45.690Z | Checking crossbeam-utils v0.8.21 |
| 2423 | 2026-07-08T17:57:45.809Z | Checking rand_xorshift v0.4.0 |
| 2424 | 2026-07-08T17:57:45.891Z | Checking crc32fast v1.5.0 |
| 2425 | 2026-07-08T17:57:45.931Z | Checking scroll v0.13.0 |
| 2426 | 2026-07-08T17:57:46.030Z | Checking unarray v0.1.4 |
| 2427 | 2026-07-08T17:57:46.030Z | Checking ryu v1.0.23 |
| 2428 | 2026-07-08T17:57:46.116Z | Checking time-core v0.1.8 |
| 2429 | 2026-07-08T17:57:46.134Z | Checking unicode-bidi v0.3.18 |
| 2430 | 2026-07-08T17:57:46.152Z | Checking iri-string v0.7.10 |
| 2431 | 2026-07-08T17:57:46.175Z | Checking unicode-properties v0.1.4 |
| 2432 | 2026-07-08T17:57:46.251Z | Checking num-conv v0.2.0 |
| 2433 | 2026-07-08T17:57:46.254Z | Checking adler2 v2.0.1 |
| 2434 | 2026-07-08T17:57:46.361Z | Checking allocator-api2 v0.2.21 |
| 2435 | 2026-07-08T17:57:46.375Z | Checking num_threads v0.1.7 |
| 2436 | 2026-07-08T17:57:46.389Z | Checking miniz_oxide v0.8.9 |
| 2437 | 2026-07-08T17:57:46.426Z | Checking stringprep v0.1.5 |
| 2438 | 2026-07-08T17:57:46.459Z | Checking time v0.3.47 |
| 2439 | 2026-07-08T17:57:46.491Z | Checking native-tls v0.2.18 |
| 2440 | 2026-07-08T17:57:46.577Z | Checking serde_urlencoded v0.7.1 |
| 2441 | 2026-07-08T17:57:46.643Z | Checking goblin v0.10.5 |
| 2442 | 2026-07-08T17:57:46.668Z | Checking tokio-native-tls v0.3.1 |
| 2443 | 2026-07-08T17:57:46.730Z | Checking proptest v1.10.0 |
| 2444 | 2026-07-08T17:57:46.776Z | Checking bstr v1.12.1 |
| 2445 | 2026-07-08T17:57:46.823Z | Checking crossbeam-epoch v0.9.18 |
| 2446 | 2026-07-08T17:57:47.053Z | Checking syn v2.0.117 |
| 2447 | 2026-07-08T17:57:47.164Z | Compiling daft v0.1.7 |
| 2448 | 2026-07-08T17:57:47.178Z | Checking ipnetwork v0.21.1 |
| 2449 | 2026-07-08T17:57:47.191Z | Checking tower-http v0.6.8 |
| 2450 | 2026-07-08T17:57:47.390Z | Checking block-padding v0.4.2 |
| 2451 | 2026-07-08T17:57:47.443Z | Checking crypto-common v0.2.2 |
| 2452 | 2026-07-08T17:57:47.467Z | Checking block-buffer v0.12.1 |
| 2453 | 2026-07-08T17:57:47.525Z | Checking anstyle-parse v1.0.0 |
| 2454 | 2026-07-08T17:57:47.593Z | Checking rustls-native-certs v0.8.3 |
| 2455 | 2026-07-08T17:57:47.627Z | Checking rand_chacha v0.3.1 |
| 2456 | 2026-07-08T17:57:47.674Z | Checking scroll v0.12.0 |
| 2457 | 2026-07-08T17:57:47.721Z | Checking thiserror v1.0.69 |
| 2458 | 2026-07-08T17:57:47.821Z | Checking hash32 v0.2.1 |
| 2459 | 2026-07-08T17:57:47.835Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2460 | 2026-07-08T17:57:47.904Z | Checking signature v2.2.0 |
| 2461 | 2026-07-08T17:57:47.946Z | Checking md-5 v0.10.6 |
| 2462 | 2026-07-08T17:57:47.973Z | Checking num-integer v0.1.46 |
| 2463 | 2026-07-08T17:57:48.034Z | Checking toml_datetime v0.6.11 |
| 2464 | 2026-07-08T17:57:48.046Z | Checking serde_spanned v0.6.9 |
| 2465 | 2026-07-08T17:57:48.080Z | Checking encoding_rs v0.8.35 |
| 2466 | 2026-07-08T17:57:48.165Z | Checking hyper v1.10.1 |
| 2467 | 2026-07-08T17:57:48.178Z | Checking psl-types v2.0.11 |
| 2468 | 2026-07-08T17:57:48.195Z | Checking fallible-iterator v0.2.0 |
| 2469 | 2026-07-08T17:57:48.210Z | Checking zlib-rs v0.6.2 |
| 2470 | 2026-07-08T17:57:48.292Z | Checking mime v0.3.17 |
| 2471 | 2026-07-08T17:57:48.468Z | Checking publicsuffix v2.3.0 |
| 2472 | 2026-07-08T17:57:48.481Z | Checking postgres-protocol v0.6.10 |
| 2473 | 2026-07-08T17:57:48.624Z | Checking num-iter v0.1.45 |
| 2474 | 2026-07-08T17:57:48.655Z | Checking heapless v0.7.17 |
| 2475 | 2026-07-08T17:57:48.734Z | Checking zstd-safe v7.2.4 |
| 2476 | 2026-07-08T17:57:48.784Z | Checking goblin v0.8.2 |
| 2477 | 2026-07-08T17:57:48.897Z | Checking rand v0.8.6 |
| 2478 | 2026-07-08T17:57:48.966Z | Checking dof v0.4.0 |
| 2479 | 2026-07-08T17:57:49.021Z | Checking anstream v1.0.0 |
| 2480 | 2026-07-08T17:57:49.061Z | Checking cookie v0.18.1 |
| 2481 | 2026-07-08T17:57:49.090Z | Checking flate2 v1.1.9 |
| 2482 | 2026-07-08T17:57:49.093Z | Checking hyper-util v0.1.20 |
| 2483 | 2026-07-08T17:57:49.221Z | Compiling iddqd v0.4.2 |
| 2484 | 2026-07-08T17:57:49.294Z | Checking inout v0.2.2 |
| 2485 | 2026-07-08T17:57:49.318Z | Checking oxnet v0.1.6 |
| 2486 | 2026-07-08T17:57:49.386Z | Checking tokio-rustls v0.26.4 |
| 2487 | 2026-07-08T17:57:49.418Z | Checking dtrace-parser v0.3.0 |
| 2488 | 2026-07-08T17:57:49.439Z | Checking phf_shared v0.13.1 |
| 2489 | 2026-07-08T17:57:49.577Z | Checking lazy_static v1.5.0 |
| 2490 | 2026-07-08T17:57:49.591Z | Checking anstyle-parse v0.2.7 |
| 2491 | 2026-07-08T17:57:49.612Z | Checking zerocopy v0.7.35 |
| 2492 | 2026-07-08T17:57:49.637Z | Checking pin-project v1.1.11 |
| 2493 | 2026-07-08T17:57:49.653Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2494 | 2026-07-08T17:57:49.665Z | Checking signal-hook v0.3.18 |
| 2495 | 2026-07-08T17:57:49.727Z | Checking futures-executor v0.3.32 |
| 2496 | 2026-07-08T17:57:49.740Z | Checking terminal_size v0.4.3 |
| 2497 | 2026-07-08T17:57:49.755Z | Checking hex v0.4.3 |
| 2498 | 2026-07-08T17:57:49.851Z | Checking ff v0.13.1 |
| 2499 | 2026-07-08T17:57:49.851Z | Checking thread-id v5.1.0 |
| 2500 | 2026-07-08T17:57:49.873Z | Checking managed v0.8.0 |
| 2501 | 2026-07-08T17:57:49.928Z | Checking clap_lex v1.0.0 |
| 2502 | 2026-07-08T17:57:49.971Z | Checking bumpalo v3.20.2 |
| 2503 | 2026-07-08T17:57:49.987Z | Checking libbz2-rs-sys v0.2.2 |
| 2504 | 2026-07-08T17:57:50.055Z | Checking foldhash v0.1.5 |
| 2505 | 2026-07-08T17:57:50.080Z | Checking same-file v1.0.6 |
| 2506 | 2026-07-08T17:57:50.093Z | Compiling rayon-core v1.13.0 |
| 2507 | 2026-07-08T17:57:50.171Z | Checking either v1.15.0 |
| 2508 | 2026-07-08T17:57:50.187Z | Checking base16ct v0.2.0 |
| 2509 | 2026-07-08T17:57:50.199Z | Checking strsim v0.11.1 |
| 2510 | 2026-07-08T17:57:50.285Z | Checking bitflags v1.3.2 |
| 2511 | 2026-07-08T17:57:50.312Z | Checking foldhash v0.2.0 |
| 2512 | 2026-07-08T17:57:50.353Z | Checking winnow v0.5.40 |
| 2513 | 2026-07-08T17:57:50.368Z | Checking clap_builder v4.6.0 |
| 2514 | 2026-07-08T17:57:50.368Z | Checking smoltcp v0.9.1 |
| 2515 | 2026-07-08T17:57:50.401Z | Checking bzip2 v0.6.1 |
| 2516 | 2026-07-08T17:57:50.404Z | Checking hyper-tls v0.6.0 |
| 2517 | 2026-07-08T17:57:50.471Z | Checking hashbrown v0.16.1 |
| 2518 | 2026-07-08T17:57:50.514Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2519 | 2026-07-08T17:57:50.563Z | Checking hyper-rustls v0.27.7 |
| 2520 | 2026-07-08T17:57:50.585Z | Checking reqwest v0.12.28 |
| 2521 | 2026-07-08T17:57:50.713Z | Checking sec1 v0.7.3 |
| 2522 | 2026-07-08T17:57:50.729Z | Checking dof v0.3.0 |
| 2523 | 2026-07-08T17:57:50.789Z | Checking walkdir v2.5.0 |
| 2524 | 2026-07-08T17:57:50.929Z | Checking hashbrown v0.15.5 |
| 2525 | 2026-07-08T17:57:50.951Z | Checking zopfli v0.8.3 |
| 2526 | 2026-07-08T17:57:50.976Z | Checking group v0.13.0 |
| 2527 | 2026-07-08T17:57:50.988Z | Checking usdt-impl v0.6.0 |
| 2528 | 2026-07-08T17:57:51.015Z | Checking futures v0.3.32 |
| 2529 | 2026-07-08T17:57:51.090Z | Checking signal-hook-mio v0.2.5 |
| 2530 | 2026-07-08T17:57:51.120Z | Checking anstream v0.6.21 |
| 2531 | 2026-07-08T17:57:51.195Z | Checking bzip2 v0.4.4 |
| 2532 | 2026-07-08T17:57:51.262Z | Checking snafu v0.8.9 |
| 2533 | 2026-07-08T17:57:51.280Z | Checking num-bigint-dig v0.8.6 |
| 2534 | 2026-07-08T17:57:51.316Z | Checking phf v0.13.1 |
| 2535 | 2026-07-08T17:57:51.356Z | Checking cipher v0.5.2 |
| 2536 | 2026-07-08T17:57:51.394Z | Checking cookie_store v0.22.1 |
| 2537 | 2026-07-08T17:57:51.459Z | Checking zstd v0.13.3 |
| 2538 | 2026-07-08T17:57:51.502Z | Checking postgres-types v0.2.12 |
| 2539 | 2026-07-08T17:57:51.534Z | Checking toml_edit v0.19.15 |
| 2540 | 2026-07-08T17:57:51.573Z | Checking ed25519 v2.2.3 |
| 2541 | 2026-07-08T17:57:51.592Z | Checking dtrace-parser v0.2.0 |
| 2542 | 2026-07-08T17:57:51.643Z | Checking rustls-platform-verifier v0.6.2 |
| 2543 | 2026-07-08T17:57:51.646Z | Checking globset v0.4.18 |
| 2544 | 2026-07-08T17:57:51.721Z | Checking crossbeam-deque v0.8.6 |
| 2545 | 2026-07-08T17:57:51.756Z | Checking regex v1.12.3 |
| 2546 | 2026-07-08T17:57:51.782Z | Checking phf_shared v0.11.3 |
| 2547 | 2026-07-08T17:57:51.811Z | Checking hkdf v0.12.4 |
| 2548 | 2026-07-08T17:57:51.824Z | Checking olpc-cjson v0.1.4 |
| 2549 | 2026-07-08T17:57:51.897Z | Checking ref-cast v1.0.25 |
| 2550 | 2026-07-08T17:57:51.909Z | Checking curve25519-dalek v4.1.3 |
| 2551 | 2026-07-08T17:57:51.923Z | Checking strum v0.27.2 |
| 2552 | 2026-07-08T17:57:51.943Z | Checking pkcs1 v0.7.5 |
| 2553 | 2026-07-08T17:57:51.956Z | Checking hubpack v0.1.2 |
| 2554 | 2026-07-08T17:57:51.990Z | Checking memoffset v0.9.1 |
| 2555 | 2026-07-08T17:57:52.026Z | Checking rustix v0.38.44 |
| 2556 | 2026-07-08T17:57:52.038Z | Checking pem v3.0.6 |
| 2557 | 2026-07-08T17:57:52.067Z | Checking float-cmp v0.10.0 |
| 2558 | 2026-07-08T17:57:52.093Z | Checking serde_plain v1.0.2 |
| 2559 | 2026-07-08T17:57:52.116Z | Checking erased-serde v0.3.31 |
| 2560 | 2026-07-08T17:57:52.149Z | Checking serde-big-array v0.5.1 |
| 2561 | 2026-07-08T17:57:52.190Z | Checking crypto-bigint v0.5.5 |
| 2562 | 2026-07-08T17:57:52.190Z | Checking memmap2 v0.9.10 |
| 2563 | 2026-07-08T17:57:52.233Z | Checking thread-id v4.2.2 |
| 2564 | 2026-07-08T17:57:52.281Z | Checking env_filter v1.0.0 |
| 2565 | 2026-07-08T17:57:52.311Z | Checking jiff v0.2.21 |
| 2566 | 2026-07-08T17:57:52.362Z | Checking toml_write v0.1.2 |
| 2567 | 2026-07-08T17:57:52.423Z | Checking winnow v1.0.3 |
| 2568 | 2026-07-08T17:57:52.502Z | Checking unicode-segmentation v1.12.0 |
| 2569 | 2026-07-08T17:57:52.525Z | Checking typed-path v0.9.3 |
| 2570 | 2026-07-08T17:57:52.597Z | Checking predicates-core v1.0.10 |
| 2571 | 2026-07-08T17:57:52.689Z | Checking static_assertions v1.1.0 |
| 2572 | 2026-07-08T17:57:52.717Z | Checking precomputed-hash v0.1.1 |
| 2573 | 2026-07-08T17:57:52.729Z | Checking const-oid v0.10.2 |
| 2574 | 2026-07-08T17:57:52.758Z | Checking fixedbitset v0.4.2 |
| 2575 | 2026-07-08T17:57:52.799Z | Checking difflib v0.4.0 |
| 2576 | 2026-07-08T17:57:52.815Z | Checking data-encoding v2.10.0 |
| 2577 | 2026-07-08T17:57:52.832Z | Checking whoami v2.1.0 |
| 2578 | 2026-07-08T17:57:52.883Z | Checking fixedbitset v0.5.7 |
| 2579 | 2026-07-08T17:57:52.907Z | Checking normalize-line-endings v0.3.0 |
| 2580 | 2026-07-08T17:57:52.975Z | Checking keccak v0.1.6 |
| 2581 | 2026-07-08T17:57:52.997Z | Checking cpufeatures v0.3.0 |
| 2582 | 2026-07-08T17:57:53.024Z | Checking new_debug_unreachable v1.0.6 |
| 2583 | 2026-07-08T17:57:53.066Z | Checking winnow v0.7.14 |
| 2584 | 2026-07-08T17:57:53.078Z | Checking hickory-proto v0.25.2 |
| 2585 | 2026-07-08T17:57:53.078Z | Checking petgraph v0.8.3 |
| 2586 | 2026-07-08T17:57:53.101Z | Checking string_cache v0.8.9 |
| 2587 | 2026-07-08T17:57:53.114Z | Checking elliptic-curve v0.13.8 |
| 2588 | 2026-07-08T17:57:53.141Z | Checking sha3 v0.10.8 |
| 2589 | 2026-07-08T17:57:53.264Z | Checking chacha20 v0.10.0 |
| 2590 | 2026-07-08T17:57:53.311Z | Checking tough v0.22.0 |
| 2591 | 2026-07-08T17:57:53.349Z | Checking tokio-postgres v0.7.16 |
| 2592 | 2026-07-08T17:57:53.422Z | Checking predicates v3.1.4 |
| 2593 | 2026-07-08T17:57:53.518Z | Checking petgraph v0.6.5 |
| 2594 | 2026-07-08T17:57:53.725Z | Checking digest v0.11.3 |
| 2595 | 2026-07-08T17:57:53.904Z | Checking crossterm v0.28.1 |
| 2596 | 2026-07-08T17:57:54.261Z | Checking toml_edit v0.22.27 |
| 2597 | 2026-07-08T17:57:54.539Z | Checking zip v4.6.1 |
| 2598 | 2026-07-08T17:57:54.600Z | Checking similar v2.7.0 |
| 2599 | 2026-07-08T17:57:54.616Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2600 | 2026-07-08T17:57:54.664Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2601 | 2026-07-08T17:57:54.762Z | Checking ed25519-dalek v2.2.0 |
| 2602 | 2026-07-08T17:57:54.983Z | Checking toml v0.7.8 |
| 2603 | 2026-07-08T17:57:54.996Z | Checking slog v2.8.2 |
| 2604 | 2026-07-08T17:57:54.996Z | Checking env_logger v0.11.9 |
| 2605 | 2026-07-08T17:57:55.112Z | Checking usdt v0.6.0 |
| 2606 | 2026-07-08T17:57:55.191Z | Checking usdt-impl v0.5.0 |
| 2607 | 2026-07-08T17:57:55.260Z | Checking rsa v0.9.10 |
| 2608 | 2026-07-08T17:57:55.280Z | Checking nix v0.31.2 |
| 2609 | 2026-07-08T17:57:55.354Z | Checking reqwest v0.13.2 |
| 2610 | 2026-07-08T17:57:55.483Z | Checking clap v4.6.1 |
| 2611 | 2026-07-08T17:57:55.563Z | Checking zip v0.6.6 |
| 2612 | 2026-07-08T17:57:55.690Z | Checking itertools v0.13.0 |
| 2613 | 2026-07-08T17:57:55.757Z | Checking serde_with v3.17.0 |
| 2614 | 2026-07-08T17:57:55.897Z | Checking strum v0.26.3 |
| 2615 | 2026-07-08T17:57:55.912Z | Checking fs-err v3.3.0 |
| 2616 | 2026-07-08T17:57:56.011Z | Checking ahash v0.8.12 |
| 2617 | 2026-07-08T17:57:56.208Z | Checking object v0.37.3 |
| 2618 | 2026-07-08T17:57:56.212Z | Checking tokio-stream v0.1.18 |
| 2619 | 2026-07-08T17:57:56.212Z | Checking buf-list v1.1.2 |
| 2620 | 2026-07-08T17:57:56.245Z | Checking anyhow v1.0.102 |
| 2621 | 2026-07-08T17:57:56.399Z | Checking camino v1.2.2 |
| 2622 | 2026-07-08T17:57:56.444Z | Checking x509-cert v0.2.5 |
| 2623 | 2026-07-08T17:57:56.476Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2624 | 2026-07-08T17:57:56.616Z | Checking openapiv3 v2.2.0 |
| 2625 | 2026-07-08T17:57:56.647Z | Checking lalrpop-util v0.19.12 |
| 2626 | 2026-07-08T17:57:56.732Z | Checking peg-runtime v0.8.5 |
| 2627 | 2026-07-08T17:57:56.745Z | Checking rayon v1.11.0 |
| 2628 | 2026-07-08T17:57:56.808Z | Checking sigpipe v0.1.3 |
| 2629 | 2026-07-08T17:57:56.871Z | Checking glob v0.3.3 |
| 2630 | 2026-07-08T17:57:58.432Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2631 | 2026-07-08T17:57:58.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.26s |
| 2632 | 2026-07-08T17:57:58.861Z | |
| 2633 | 2026-07-08T17:57:58.861Z | info: running `cargo check --bins` on internal-dns-types (77/300) |
| 2634 | 2026-07-08T17:57:59.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-07-08T17:57:59.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-07-08T17:57:59.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-07-08T17:57:59.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2638 | 2026-07-08T17:57:59.388Z | |
| 2639 | 2026-07-08T17:57:59.388Z | info: running `cargo check --bins` on internal-dns-types-versions (78/300) |
| 2640 | 2026-07-08T17:57:59.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-07-08T17:57:59.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-07-08T17:57:59.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-07-08T17:57:59.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2644 | 2026-07-08T17:57:59.919Z | |
| 2645 | 2026-07-08T17:57:59.919Z | info: running `cargo check --bins` on nexus-types-versions (79/300) |
| 2646 | 2026-07-08T17:58:00.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-07-08T17:58:00.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-07-08T17:58:00.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-07-08T17:58:00.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2650 | 2026-07-08T17:58:00.467Z | |
| 2651 | 2026-07-08T17:58:00.467Z | info: running `cargo check --bins` on oxql-types (80/300) |
| 2652 | 2026-07-08T17:58:00.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-07-08T17:58:00.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-07-08T17:58:00.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-07-08T17:58:00.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2656 | 2026-07-08T17:58:01.002Z | |
| 2657 | 2026-07-08T17:58:01.002Z | info: running `cargo check --bins` on oximeter-types (81/300) |
| 2658 | 2026-07-08T17:58:01.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-07-08T17:58:01.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-07-08T17:58:01.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-07-08T17:58:01.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2662 | 2026-07-08T17:58:01.534Z | |
| 2663 | 2026-07-08T17:58:01.534Z | info: running `cargo check --bins` on oximeter-types-versions (82/300) |
| 2664 | 2026-07-08T17:58:01.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-07-08T17:58:01.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-07-08T17:58:01.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2026-07-08T17:58:01.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2668 | 2026-07-08T17:58:02.064Z | |
| 2669 | 2026-07-08T17:58:02.064Z | info: running `cargo check --bins` on oximeter-macro-impl (83/300) |
| 2670 | 2026-07-08T17:58:02.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2026-07-08T17:58:02.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2026-07-08T17:58:02.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2026-07-08T17:58:02.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2674 | 2026-07-08T17:58:02.584Z | |
| 2675 | 2026-07-08T17:58:02.584Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/300) |
| 2676 | 2026-07-08T17:58:03.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2026-07-08T17:58:03.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2026-07-08T17:58:03.219Z | Compiling structmeta-derive v0.3.0 |
| 2679 | 2026-07-08T17:58:03.336Z | Compiling multer v3.1.0 |
| 2680 | 2026-07-08T17:58:03.346Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2681 | 2026-07-08T17:58:03.349Z | Compiling async-stream-impl v0.3.6 |
| 2682 | 2026-07-08T17:58:03.365Z | Compiling dropshot v0.17.1 |
| 2683 | 2026-07-08T17:58:03.379Z | Compiling dropshot_endpoint v0.17.1 |
| 2684 | 2026-07-08T17:58:03.382Z | Compiling newtype-uuid-macros v0.1.0 |
| 2685 | 2026-07-08T17:58:03.404Z | Checking newtype-uuid v1.3.2 |
| 2686 | 2026-07-08T17:58:03.574Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2687 | 2026-07-08T17:58:03.595Z | Checking daft v0.1.7 |
| 2688 | 2026-07-08T17:58:03.615Z | Checking thread_local v1.1.9 |
| 2689 | 2026-07-08T17:58:03.731Z | Checking match_cfg v0.1.0 |
| 2690 | 2026-07-08T17:58:03.798Z | Checking compression-core v0.4.31 |
| 2691 | 2026-07-08T17:58:03.816Z | Checking hostname v0.3.1 |
| 2692 | 2026-07-08T17:58:03.828Z | Checking iddqd v0.4.2 |
| 2693 | 2026-07-08T17:58:03.913Z | Checking crossbeam-channel v0.5.15 |
| 2694 | 2026-07-08T17:58:03.928Z | Checking compression-codecs v0.4.37 |
| 2695 | 2026-07-08T17:58:03.945Z | Checking atomicwrites v0.4.4 |
| 2696 | 2026-07-08T17:58:04.056Z | Checking slog-json v2.6.1 |
| 2697 | 2026-07-08T17:58:04.072Z | Checking serde_spanned v1.1.1 |
| 2698 | 2026-07-08T17:58:04.092Z | Checking is-terminal v0.4.17 |
| 2699 | 2026-07-08T17:58:04.139Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2700 | 2026-07-08T17:58:04.153Z | Checking take_mut v0.2.2 |
| 2701 | 2026-07-08T17:58:04.176Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2702 | 2026-07-08T17:58:04.200Z | Checking debug-ignore v1.0.5 |
| 2703 | 2026-07-08T17:58:04.246Z | Checking term v1.2.1 |
| 2704 | 2026-07-08T17:58:04.261Z | Checking slog-async v2.8.0 |
| 2705 | 2026-07-08T17:58:04.294Z | Checking slog-bunyan v2.5.0 |
| 2706 | 2026-07-08T17:58:04.328Z | Checking async-compression v0.4.41 |
| 2707 | 2026-07-08T17:58:04.349Z | Checking toml v1.1.2+spec-1.1.0 |
| 2708 | 2026-07-08T17:58:04.389Z | Compiling structmeta v0.3.0 |
| 2709 | 2026-07-08T17:58:04.404Z | Checking async-stream v0.3.6 |
| 2710 | 2026-07-08T17:58:04.427Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2711 | 2026-07-08T17:58:04.465Z | Checking slog-term v2.9.2 |
| 2712 | 2026-07-08T17:58:04.529Z | Checking progenitor-client v0.14.0 |
| 2713 | 2026-07-08T17:58:04.541Z | Checking sha1 v0.11.0 |
| 2714 | 2026-07-08T17:58:04.568Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2715 | 2026-07-08T17:58:04.599Z | Compiling derive-ex v0.1.8 |
| 2716 | 2026-07-08T17:58:04.707Z | Compiling parse-display-derive v0.10.0 |
| 2717 | 2026-07-08T17:58:04.731Z | Checking waitgroup v0.1.2 |
| 2718 | 2026-07-08T17:58:04.743Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2719 | 2026-07-08T17:58:04.758Z | Checking rustls-pemfile v2.2.0 |
| 2720 | 2026-07-08T17:58:04.813Z | Checking backon v1.6.0 |
| 2721 | 2026-07-08T17:58:04.827Z | Checking serde_path_to_error v0.1.20 |
| 2722 | 2026-07-08T17:58:04.892Z | Checking hostname v0.4.2 |
| 2723 | 2026-07-08T17:58:04.929Z | Checking instant v0.1.13 |
| 2724 | 2026-07-08T17:58:04.986Z | Checking progenitor-extras v0.2.0 |
| 2725 | 2026-07-08T17:58:05.013Z | Checking backoff v0.4.0 |
| 2726 | 2026-07-08T17:58:05.093Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2727 | 2026-07-08T17:58:05.174Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2728 | 2026-07-08T17:58:05.186Z | Checking itertools v0.14.0 |
| 2729 | 2026-07-08T17:58:05.199Z | Checking regress v0.10.5 |
| 2730 | 2026-07-08T17:58:05.335Z | Checking macaddr v1.0.1 |
| 2731 | 2026-07-08T17:58:05.570Z | Checking humantime v2.3.0 |
| 2732 | 2026-07-08T17:58:06.326Z | Compiling test-strategy v0.4.5 |
| 2733 | 2026-07-08T17:58:06.429Z | Checking parse-display v0.10.0 |
| 2734 | 2026-07-08T17:58:06.827Z | Compiling prettyplease v0.2.37 |
| 2735 | 2026-07-08T17:58:07.100Z | Checking num-rational v0.4.2 |
| 2736 | 2026-07-08T17:58:07.301Z | Checking num-complex v0.4.6 |
| 2737 | 2026-07-08T17:58:07.750Z | Compiling num v0.4.3 |
| 2738 | 2026-07-08T17:58:07.796Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2739 | 2026-07-08T17:58:07.836Z | Compiling usdt-attr-macro v0.5.0 |
| 2740 | 2026-07-08T17:58:07.855Z | Compiling usdt-macro v0.5.0 |
| 2741 | 2026-07-08T17:58:07.959Z | Checking memmap v0.7.0 |
| 2742 | 2026-07-08T17:58:08.096Z | Checking float-ord v0.3.2 |
| 2743 | 2026-07-08T17:58:08.164Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2744 | 2026-07-08T17:58:08.318Z | Compiling convert_case v0.4.0 |
| 2745 | 2026-07-08T17:58:08.360Z | Checking unicode-width v0.2.0 |
| 2746 | 2026-07-08T17:58:08.582Z | Checking newline-converter v0.3.0 |
| 2747 | 2026-07-08T17:58:08.609Z | Checking console v0.15.11 |
| 2748 | 2026-07-08T17:58:08.623Z | Checking usdt v0.5.0 |
| 2749 | 2026-07-08T17:58:08.690Z | Compiling toml v0.8.23 |
| 2750 | 2026-07-08T17:58:08.703Z | Compiling derive_more v0.99.20 |
| 2751 | 2026-07-08T17:58:08.843Z | Checking linked-hash-map v0.5.6 |
| 2752 | 2026-07-08T17:58:08.887Z | Compiling minimal-lexical v0.2.1 |
| 2753 | 2026-07-08T17:58:08.954Z | Checking lru-cache v0.1.2 |
| 2754 | 2026-07-08T17:58:09.076Z | Compiling nom v7.1.3 |
| 2755 | 2026-07-08T17:58:09.141Z | Checking expectorate v1.2.0 |
| 2756 | 2026-07-08T17:58:09.555Z | Checking camino-tempfile v1.4.1 |
| 2757 | 2026-07-08T17:58:09.619Z | Checking hickory-proto v0.24.4 |
| 2758 | 2026-07-08T17:58:09.719Z | Checking phf_shared v0.12.1 |
| 2759 | 2026-07-08T17:58:09.777Z | Compiling slog-dtrace v0.3.0 |
| 2760 | 2026-07-08T17:58:09.859Z | Checking resolv-conf v0.7.6 |
| 2761 | 2026-07-08T17:58:10.044Z | Checking heck v0.5.0 |
| 2762 | 2026-07-08T17:58:10.171Z | Compiling chrono-tz v0.10.4 |
| 2763 | 2026-07-08T17:58:10.266Z | Compiling unicode-xid v0.2.6 |
| 2764 | 2026-07-08T17:58:10.443Z | Compiling const_format_proc_macros v0.2.34 |
| 2765 | 2026-07-08T17:58:10.462Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2766 | 2026-07-08T17:58:10.477Z | Checking phf v0.12.1 |
| 2767 | 2026-07-08T17:58:10.621Z | Checking tokio-dtrace v0.1.1 |
| 2768 | 2026-07-08T17:58:10.815Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2769 | 2026-07-08T17:58:10.968Z | Compiling derive-where v1.6.0 |
| 2770 | 2026-07-08T17:58:11.298Z | Checking highway v1.3.0 |
| 2771 | 2026-07-08T17:58:11.336Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2772 | 2026-07-08T17:58:11.357Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2773 | 2026-07-08T17:58:11.484Z | Checking hickory-resolver v0.24.4 |
| 2774 | 2026-07-08T17:58:11.522Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2775 | 2026-07-08T17:58:12.022Z | Checking const_format v0.2.35 |
| 2776 | 2026-07-08T17:58:12.248Z | Checking oxide-tokio-rt v0.1.4 |
| 2777 | 2026-07-08T17:58:12.301Z | Checking qorb v0.4.1 |
| 2778 | 2026-07-08T17:58:12.522Z | Checking gethostname v0.5.0 |
| 2779 | 2026-07-08T17:58:12.557Z | Checking bcs v0.1.6 |
| 2780 | 2026-07-08T17:58:12.612Z | Checking termtree v0.5.1 |
| 2781 | 2026-07-08T17:58:12.841Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2782 | 2026-07-08T17:58:12.856Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2783 | 2026-07-08T17:58:13.075Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2784 | 2026-07-08T17:58:13.078Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2785 | 2026-07-08T17:58:15.998Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2786 | 2026-07-08T17:58:18.396Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2787 | 2026-07-08T17:58:20.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.91s |
| 2788 | 2026-07-08T17:58:20.661Z | |
| 2789 | 2026-07-08T17:58:20.661Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300) |
| 2790 | 2026-07-08T17:58:21.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2791 | 2026-07-08T17:58:21.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2792 | 2026-07-08T17:58:21.345Z | Compiling ar_archive_writer v0.5.1 |
| 2793 | 2026-07-08T17:58:21.412Z | Compiling stacker v0.1.23 |
| 2794 | 2026-07-08T17:58:21.417Z | Compiling cfg_aliases v0.1.1 |
| 2795 | 2026-07-08T17:58:21.423Z | Compiling convert_case v0.10.0 |
| 2796 | 2026-07-08T17:58:21.429Z | Checking unicode-width v0.1.14 |
| 2797 | 2026-07-08T17:58:21.437Z | Compiling proc-macro-error v1.0.4 |
| 2798 | 2026-07-08T17:58:21.447Z | Checking fd-lock v4.0.4 |
| 2799 | 2026-07-08T17:58:21.448Z | Checking nibble_vec v0.1.0 |
| 2800 | 2026-07-08T17:58:21.472Z | Compiling nix v0.28.0 |
| 2801 | 2026-07-08T17:58:21.561Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2802 | 2026-07-08T17:58:21.573Z | Checking vte v0.14.1 |
| 2803 | 2026-07-08T17:58:21.661Z | Checking endian-type v0.1.2 |
| 2804 | 2026-07-08T17:58:21.688Z | Checking bytecount v0.6.9 |
| 2805 | 2026-07-08T17:58:21.707Z | Compiling derive_more-impl v2.1.1 |
| 2806 | 2026-07-08T17:58:21.718Z | Checking strip-ansi-escapes v0.2.1 |
| 2807 | 2026-07-08T17:58:21.750Z | Compiling tabled_derive v0.7.0 |
| 2808 | 2026-07-08T17:58:21.784Z | Checking papergrid v0.11.0 |
| 2809 | 2026-07-08T17:58:21.796Z | Checking radix_trie v0.2.1 |
| 2810 | 2026-07-08T17:58:21.824Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2811 | 2026-07-08T17:58:21.968Z | Compiling peg-macros v0.8.5 |
| 2812 | 2026-07-08T17:58:22.002Z | Compiling sqlparser_derive v0.5.0 |
| 2813 | 2026-07-08T17:58:22.225Z | Compiling psm v0.1.30 |
| 2814 | 2026-07-08T17:58:22.308Z | Checking winnow v0.6.26 |
| 2815 | 2026-07-08T17:58:22.386Z | Checking nu-ansi-term v0.50.3 |
| 2816 | 2026-07-08T17:58:22.509Z | Checking derive_more v2.1.1 |
| 2817 | 2026-07-08T17:58:22.585Z | Checking unicode_categories v0.1.1 |
| 2818 | 2026-07-08T17:58:22.598Z | Checking home v0.5.12 |
| 2819 | 2026-07-08T17:58:22.702Z | Checking reedline v0.40.0 |
| 2820 | 2026-07-08T17:58:22.738Z | Checking tabled v0.15.0 |
| 2821 | 2026-07-08T17:58:22.750Z | Checking crossterm v0.29.0 |
| 2822 | 2026-07-08T17:58:22.763Z | Checking rustyline v14.0.0 |
| 2823 | 2026-07-08T17:58:22.802Z | Checking display-error-chain v0.2.2 |
| 2824 | 2026-07-08T17:58:23.007Z | Checking recursive v0.1.1 |
| 2825 | 2026-07-08T17:58:23.096Z | Checking sqlparser v0.61.0 |
| 2826 | 2026-07-08T17:58:23.256Z | Checking peg v0.8.5 |
| 2827 | 2026-07-08T17:58:23.438Z | Checking sqlformat v0.3.5 |
| 2828 | 2026-07-08T17:58:34.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s |
| 2829 | 2026-07-08T17:58:34.508Z | |
| 2830 | 2026-07-08T17:58:34.508Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300) |
| 2831 | 2026-07-08T17:58:34.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2026-07-08T17:58:34.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2026-07-08T17:58:35.137Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2834 | 2026-07-08T17:58:38.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2835 | 2026-07-08T17:58:38.783Z | |
| 2836 | 2026-07-08T17:58:38.783Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300) |
| 2837 | 2026-07-08T17:58:39.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2026-07-08T17:58:39.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2026-07-08T17:58:39.410Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2840 | 2026-07-08T17:58:41.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 2841 | 2026-07-08T17:58:42.044Z | |
| 2842 | 2026-07-08T17:58:42.044Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300) |
| 2843 | 2026-07-08T17:58:42.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2026-07-08T17:58:42.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2026-07-08T17:58:42.666Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2846 | 2026-07-08T17:58:45.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 2847 | 2026-07-08T17:58:46.071Z | |
| 2848 | 2026-07-08T17:58:46.071Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300) |
| 2849 | 2026-07-08T17:58:46.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2026-07-08T17:58:46.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2026-07-08T17:58:46.698Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2852 | 2026-07-08T17:58:49.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 2853 | 2026-07-08T17:58:50.153Z | |
| 2854 | 2026-07-08T17:58:50.153Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300) |
| 2855 | 2026-07-08T17:58:50.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2026-07-08T17:58:50.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2026-07-08T17:58:50.776Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2858 | 2026-07-08T17:58:53.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 2859 | 2026-07-08T17:58:53.541Z | |
| 2860 | 2026-07-08T17:58:53.542Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300) |
| 2861 | 2026-07-08T17:58:54.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-07-08T17:58:54.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-07-08T17:58:54.168Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2864 | 2026-07-08T17:58:56.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2865 | 2026-07-08T17:58:56.976Z | |
| 2866 | 2026-07-08T17:58:56.976Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300) |
| 2867 | 2026-07-08T17:58:57.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-07-08T17:58:57.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-07-08T17:58:57.604Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2870 | 2026-07-08T17:59:01.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2871 | 2026-07-08T17:59:01.235Z | |
| 2872 | 2026-07-08T17:59:01.235Z | info: running `cargo check --bins` on oximeter (93/300) |
| 2873 | 2026-07-08T17:59:01.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2026-07-08T17:59:01.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2026-07-08T17:59:01.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2876 | 2026-07-08T17:59:01.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2877 | 2026-07-08T17:59:01.774Z | |
| 2878 | 2026-07-08T17:59:01.774Z | info: running `cargo check --bins` on oximeter-schema (94/300) |
| 2879 | 2026-07-08T17:59:02.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-07-08T17:59:02.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-07-08T17:59:02.368Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2882 | 2026-07-08T17:59:02.526Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2883 | 2026-07-08T17:59:02.530Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2884 | 2026-07-08T17:59:02.877Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2885 | 2026-07-08T17:59:05.399Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2886 | 2026-07-08T17:59:06.610Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2887 | 2026-07-08T17:59:06.810Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2888 | 2026-07-08T17:59:07.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s |
| 2889 | 2026-07-08T17:59:07.630Z | |
| 2890 | 2026-07-08T17:59:07.631Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/300) |
| 2891 | 2026-07-08T17:59:08.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2026-07-08T17:59:08.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2026-07-08T17:59:08.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2026-07-08T17:59:08.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2895 | 2026-07-08T17:59:08.166Z | |
| 2896 | 2026-07-08T17:59:08.166Z | info: running `cargo check --bins` on oximeter-test-utils (96/300) |
| 2897 | 2026-07-08T17:59:08.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-07-08T17:59:08.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-07-08T17:59:08.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-07-08T17:59:08.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2901 | 2026-07-08T17:59:08.746Z | |
| 2902 | 2026-07-08T17:59:08.746Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300) |
| 2903 | 2026-07-08T17:59:09.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-07-08T17:59:09.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-07-08T17:59:09.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-07-08T17:59:09.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2907 | 2026-07-08T17:59:09.295Z | |
| 2908 | 2026-07-08T17:59:09.295Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300) |
| 2909 | 2026-07-08T17:59:09.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-07-08T17:59:09.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-07-08T17:59:09.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2026-07-08T17:59:09.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2913 | 2026-07-08T17:59:09.841Z | |
| 2914 | 2026-07-08T17:59:09.841Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300) |
| 2915 | 2026-07-08T17:59:10.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-07-08T17:59:10.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-07-08T17:59:10.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2026-07-08T17:59:10.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2919 | 2026-07-08T17:59:10.386Z | |
| 2920 | 2026-07-08T17:59:10.386Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300) |
| 2921 | 2026-07-08T17:59:10.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-07-08T17:59:10.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-07-08T17:59:10.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2026-07-08T17:59:10.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2925 | 2026-07-08T17:59:10.937Z | |
| 2926 | 2026-07-08T17:59:10.937Z | info: running `cargo check --bins` on trust-quorum-types (101/300) |
| 2927 | 2026-07-08T17:59:11.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-07-08T17:59:11.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-07-08T17:59:11.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2026-07-08T17:59:11.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2931 | 2026-07-08T17:59:11.463Z | |
| 2932 | 2026-07-08T17:59:11.464Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/300) |
| 2933 | 2026-07-08T17:59:11.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-07-08T17:59:11.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-07-08T17:59:11.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2026-07-08T17:59:11.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2937 | 2026-07-08T17:59:12.008Z | |
| 2938 | 2026-07-08T17:59:12.008Z | info: running `cargo check --bins` on update-engine (103/300) |
| 2939 | 2026-07-08T17:59:12.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2026-07-08T17:59:12.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2026-07-08T17:59:12.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2026-07-08T17:59:12.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2943 | 2026-07-08T17:59:12.546Z | |
| 2944 | 2026-07-08T17:59:12.546Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/300) |
| 2945 | 2026-07-08T17:59:13.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2026-07-08T17:59:13.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2026-07-08T17:59:13.212Z | Compiling crucible-workspace-hack v0.1.0 |
| 2948 | 2026-07-08T17:59:13.327Z | Checking secrecy v0.10.3 |
| 2949 | 2026-07-08T17:59:13.334Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2950 | 2026-07-08T17:59:13.337Z | Compiling heapless v0.8.0 |
| 2951 | 2026-07-08T17:59:13.346Z | Compiling ingot-macros v0.1.1 |
| 2952 | 2026-07-08T17:59:13.353Z | Checking hash32 v0.3.1 |
| 2953 | 2026-07-08T17:59:13.357Z | Checking inout v0.1.4 |
| 2954 | 2026-07-08T17:59:13.376Z | Compiling smoltcp v0.11.0 |
| 2955 | 2026-07-08T17:59:13.426Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2956 | 2026-07-08T17:59:13.469Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2957 | 2026-07-08T17:59:13.489Z | Checking cipher v0.4.4 |
| 2958 | 2026-07-08T17:59:13.552Z | Checking cobs v0.3.0 |
| 2959 | 2026-07-08T17:59:13.585Z | Checking universal-hash v0.5.1 |
| 2960 | 2026-07-08T17:59:13.658Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2961 | 2026-07-08T17:59:13.706Z | Checking half v2.7.1 |
| 2962 | 2026-07-08T17:59:13.719Z | Checking ciborium-io v0.2.2 |
| 2963 | 2026-07-08T17:59:13.743Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2964 | 2026-07-08T17:59:13.759Z | Checking opaque-debug v0.3.1 |
| 2965 | 2026-07-08T17:59:13.817Z | Checking postcard v1.1.3 |
| 2966 | 2026-07-08T17:59:13.829Z | Checking poly1305 v0.8.0 |
| 2967 | 2026-07-08T17:59:13.948Z | Checking chacha20 v0.9.1 |
| 2968 | 2026-07-08T17:59:13.962Z | Checking ciborium-ll v0.2.2 |
| 2969 | 2026-07-08T17:59:14.089Z | Compiling proc-macro-crate v3.4.0 |
| 2970 | 2026-07-08T17:59:14.105Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2971 | 2026-07-08T17:59:14.133Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2972 | 2026-07-08T17:59:14.146Z | Checking password-hash v0.5.0 |
| 2973 | 2026-07-08T17:59:14.375Z | Checking blake2 v0.10.6 |
| 2974 | 2026-07-08T17:59:14.395Z | Compiling proc-macro-crate v1.3.1 |
| 2975 | 2026-07-08T17:59:14.504Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2976 | 2026-07-08T17:59:14.519Z | Checking aead v0.5.2 |
| 2977 | 2026-07-08T17:59:14.616Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2978 | 2026-07-08T17:59:14.634Z | Compiling num_enum_derive v0.7.6 |
| 2979 | 2026-07-08T17:59:14.656Z | Compiling foreign-types-macros v0.2.3 |
| 2980 | 2026-07-08T17:59:14.734Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2981 | 2026-07-08T17:59:14.801Z | Checking foreign-types-shared v0.3.1 |
| 2982 | 2026-07-08T17:59:14.826Z | Compiling num_enum_derive v0.5.11 |
| 2983 | 2026-07-08T17:59:14.872Z | Checking thiserror-no-std v2.0.2 |
| 2984 | 2026-07-08T17:59:14.890Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2985 | 2026-07-08T17:59:14.962Z | Checking vsss-rs v3.3.4 |
| 2986 | 2026-07-08T17:59:14.984Z | Checking chacha20poly1305 v0.10.1 |
| 2987 | 2026-07-08T17:59:15.109Z | Checking argon2 v0.5.3 |
| 2988 | 2026-07-08T17:59:15.249Z | Checking foreign-types v0.5.0 |
| 2989 | 2026-07-08T17:59:15.327Z | Checking ciborium v0.2.2 |
| 2990 | 2026-07-08T17:59:15.478Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2991 | 2026-07-08T17:59:15.566Z | Checking tabwriter v1.4.1 |
| 2992 | 2026-07-08T17:59:15.704Z | Checking num_enum v0.7.6 |
| 2993 | 2026-07-08T17:59:15.717Z | Checking byte-wrapper v0.1.0 |
| 2994 | 2026-07-08T17:59:15.763Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2995 | 2026-07-08T17:59:15.778Z | Checking cstr-argument v0.1.2 |
| 2996 | 2026-07-08T17:59:15.819Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2997 | 2026-07-08T17:59:15.885Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2998 | 2026-07-08T17:59:15.898Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2999 | 2026-07-08T17:59:15.925Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3000 | 2026-07-08T17:59:16.065Z | Checking num_enum v0.5.11 |
| 3001 | 2026-07-08T17:59:16.100Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3002 | 2026-07-08T17:59:16.113Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3003 | 2026-07-08T17:59:16.133Z | Checking ingot-types v0.1.2 |
| 3004 | 2026-07-08T17:59:16.176Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3005 | 2026-07-08T17:59:16.198Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3006 | 2026-07-08T17:59:16.256Z | Checking rand v0.10.1 |
| 3007 | 2026-07-08T17:59:16.279Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3008 | 2026-07-08T17:59:16.303Z | Checking indent_write v2.2.0 |
| 3009 | 2026-07-08T17:59:16.364Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3010 | 2026-07-08T17:59:16.379Z | Checking colored v3.1.1 |
| 3011 | 2026-07-08T17:59:16.429Z | Compiling zone_cfg_derive v0.3.1 |
| 3012 | 2026-07-08T17:59:16.460Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3013 | 2026-07-08T17:59:16.486Z | Checking ingot v0.1.1 |
| 3014 | 2026-07-08T17:59:16.551Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3015 | 2026-07-08T17:59:16.574Z | Checking itertools v0.12.1 |
| 3016 | 2026-07-08T17:59:16.601Z | Compiling num-derive v0.4.2 |
| 3017 | 2026-07-08T17:59:16.631Z | Checking swrite v0.1.0 |
| 3018 | 2026-07-08T17:59:16.718Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3019 | 2026-07-08T17:59:16.730Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3020 | 2026-07-08T17:59:16.882Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3021 | 2026-07-08T17:59:17.043Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3022 | 2026-07-08T17:59:17.133Z | Checking dropshot-api-manager-types v0.7.2 |
| 3023 | 2026-07-08T17:59:17.133Z | Checking smf v0.2.3 |
| 3024 | 2026-07-08T17:59:17.154Z | Checking nanorand v0.7.0 |
| 3025 | 2026-07-08T17:59:17.222Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3026 | 2026-07-08T17:59:17.247Z | Checking whoami v1.6.1 |
| 3027 | 2026-07-08T17:59:17.323Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3028 | 2026-07-08T17:59:17.346Z | Checking flume v0.11.1 |
| 3029 | 2026-07-08T17:59:17.533Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3030 | 2026-07-08T17:59:17.592Z | Checking zone v0.3.1 |
| 3031 | 2026-07-08T17:59:18.049Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3032 | 2026-07-08T17:59:18.993Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3033 | 2026-07-08T17:59:19.872Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3034 | 2026-07-08T17:59:23.461Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3035 | 2026-07-08T17:59:25.510Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3036 | 2026-07-08T17:59:26.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s |
| 3037 | 2026-07-08T17:59:26.763Z | |
| 3038 | 2026-07-08T17:59:26.763Z | info: running `cargo check --bins` on clickhouse-admin-api (105/300) |
| 3039 | 2026-07-08T17:59:27.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3040 | 2026-07-08T17:59:27.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3041 | 2026-07-08T17:59:27.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3042 | 2026-07-08T17:59:27.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3043 | 2026-07-08T17:59:27.306Z | |
| 3044 | 2026-07-08T17:59:27.307Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/300) |
| 3045 | 2026-07-08T17:59:27.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2026-07-08T17:59:27.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2026-07-08T17:59:27.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3048 | 2026-07-08T17:59:27.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3049 | 2026-07-08T17:59:27.852Z | |
| 3050 | 2026-07-08T17:59:27.852Z | info: running `cargo check --bins` on bootstrap-agent-client (107/300) |
| 3051 | 2026-07-08T17:59:28.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2026-07-08T17:59:28.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2026-07-08T17:59:28.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3054 | 2026-07-08T17:59:28.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3055 | 2026-07-08T17:59:28.398Z | |
| 3056 | 2026-07-08T17:59:28.399Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/300) |
| 3057 | 2026-07-08T17:59:28.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2026-07-08T17:59:28.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2026-07-08T17:59:28.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2026-07-08T17:59:28.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3061 | 2026-07-08T17:59:28.939Z | |
| 3062 | 2026-07-08T17:59:28.939Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/300) |
| 3063 | 2026-07-08T17:59:29.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2026-07-08T17:59:29.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2026-07-08T17:59:29.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3066 | 2026-07-08T17:59:29.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3067 | 2026-07-08T17:59:29.481Z | |
| 3068 | 2026-07-08T17:59:29.481Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/300) |
| 3069 | 2026-07-08T17:59:29.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3070 | 2026-07-08T17:59:29.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3071 | 2026-07-08T17:59:29.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3072 | 2026-07-08T17:59:29.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3073 | 2026-07-08T17:59:30.022Z | |
| 3074 | 2026-07-08T17:59:30.022Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/300) |
| 3075 | 2026-07-08T17:59:30.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2026-07-08T17:59:30.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2026-07-08T17:59:30.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3078 | 2026-07-08T17:59:30.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3079 | 2026-07-08T17:59:30.561Z | |
| 3080 | 2026-07-08T17:59:30.562Z | info: running `cargo check --bins` on cockroach-admin-client (112/300) |
| 3081 | 2026-07-08T17:59:30.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2026-07-08T17:59:31.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2026-07-08T17:59:31.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2026-07-08T17:59:31.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3085 | 2026-07-08T17:59:31.082Z | |
| 3086 | 2026-07-08T17:59:31.082Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/300) |
| 3087 | 2026-07-08T17:59:31.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2026-07-08T17:59:31.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2026-07-08T17:59:31.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2026-07-08T17:59:31.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3091 | 2026-07-08T17:59:31.619Z | |
| 3092 | 2026-07-08T17:59:31.619Z | info: running `cargo check --bins` on dns-service-client (114/300) |
| 3093 | 2026-07-08T17:59:32.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2026-07-08T17:59:32.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2026-07-08T17:59:32.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2026-07-08T17:59:32.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3097 | 2026-07-08T17:59:32.162Z | |
| 3098 | 2026-07-08T17:59:32.162Z | info: running `cargo check --bins` on installinator-client (115/300) |
| 3099 | 2026-07-08T17:59:32.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2026-07-08T17:59:32.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2026-07-08T17:59:32.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2026-07-08T17:59:32.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3103 | 2026-07-08T17:59:32.704Z | |
| 3104 | 2026-07-08T17:59:32.704Z | info: running `cargo check --bins` on nexus-client (116/300) |
| 3105 | 2026-07-08T17:59:33.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2026-07-08T17:59:33.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2026-07-08T17:59:33.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3108 | 2026-07-08T17:59:33.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3109 | 2026-07-08T17:59:33.272Z | |
| 3110 | 2026-07-08T17:59:33.272Z | info: running `cargo check --bins` on nexus-lockstep-client (117/300) |
| 3111 | 2026-07-08T17:59:33.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2026-07-08T17:59:33.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2026-07-08T17:59:33.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3114 | 2026-07-08T17:59:33.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3115 | 2026-07-08T17:59:33.842Z | |
| 3116 | 2026-07-08T17:59:33.842Z | info: running `cargo check --bins` on ntp-admin-client (118/300) |
| 3117 | 2026-07-08T17:59:34.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2026-07-08T17:59:34.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2026-07-08T17:59:34.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2026-07-08T17:59:34.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3121 | 2026-07-08T17:59:34.366Z | |
| 3122 | 2026-07-08T17:59:34.366Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/300) |
| 3123 | 2026-07-08T17:59:34.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2026-07-08T17:59:34.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2026-07-08T17:59:34.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2026-07-08T17:59:34.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3127 | 2026-07-08T17:59:34.891Z | |
| 3128 | 2026-07-08T17:59:34.891Z | info: running `cargo check --bins` on oxide-client (120/300) |
| 3129 | 2026-07-08T17:59:35.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2026-07-08T17:59:35.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2026-07-08T17:59:35.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2026-07-08T17:59:35.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3133 | 2026-07-08T17:59:35.421Z | |
| 3134 | 2026-07-08T17:59:35.421Z | info: running `cargo check --bins` on oximeter-client (121/300) |
| 3135 | 2026-07-08T17:59:35.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2026-07-08T17:59:35.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2026-07-08T17:59:35.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3138 | 2026-07-08T17:59:35.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3139 | 2026-07-08T17:59:35.962Z | |
| 3140 | 2026-07-08T17:59:35.962Z | info: running `cargo check --bins` on repo-depot-client (122/300) |
| 3141 | 2026-07-08T17:59:36.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3142 | 2026-07-08T17:59:36.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3143 | 2026-07-08T17:59:36.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3144 | 2026-07-08T17:59:36.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3145 | 2026-07-08T17:59:36.489Z | |
| 3146 | 2026-07-08T17:59:36.489Z | info: running `cargo check --bins` on sled-agent-client (123/300) |
| 3147 | 2026-07-08T17:59:36.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3148 | 2026-07-08T17:59:36.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3149 | 2026-07-08T17:59:36.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3150 | 2026-07-08T17:59:36.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3151 | 2026-07-08T17:59:37.037Z | |
| 3152 | 2026-07-08T17:59:37.037Z | info: running `cargo check --bins` on wicketd-client (124/300) |
| 3153 | 2026-07-08T17:59:37.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3154 | 2026-07-08T17:59:37.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3155 | 2026-07-08T17:59:37.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3156 | 2026-07-08T17:59:37.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3157 | 2026-07-08T17:59:37.594Z | |
| 3158 | 2026-07-08T17:59:37.595Z | info: running `cargo check --bins` on installinator-common (125/300) |
| 3159 | 2026-07-08T17:59:38.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2026-07-08T17:59:38.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2026-07-08T17:59:38.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2026-07-08T17:59:38.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3163 | 2026-07-08T17:59:38.144Z | |
| 3164 | 2026-07-08T17:59:38.144Z | info: running `cargo check --bins` on installinator-common-versions (126/300) |
| 3165 | 2026-07-08T17:59:38.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2026-07-08T17:59:38.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2026-07-08T17:59:38.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2026-07-08T17:59:38.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3169 | 2026-07-08T17:59:38.663Z | |
| 3170 | 2026-07-08T17:59:38.663Z | info: running `cargo check --bins` on wicket-common (127/300) |
| 3171 | 2026-07-08T17:59:39.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2026-07-08T17:59:39.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2026-07-08T17:59:39.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2026-07-08T17:59:39.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3175 | 2026-07-08T17:59:39.213Z | |
| 3176 | 2026-07-08T17:59:39.213Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/300) |
| 3177 | 2026-07-08T17:59:39.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2026-07-08T17:59:39.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2026-07-08T17:59:39.855Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3180 | 2026-07-08T17:59:39.970Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3181 | 2026-07-08T17:59:39.977Z | Checking csv-core v0.1.13 |
| 3182 | 2026-07-08T17:59:39.984Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3183 | 2026-07-08T17:59:39.990Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3184 | 2026-07-08T17:59:39.993Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3185 | 2026-07-08T17:59:40.011Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3186 | 2026-07-08T17:59:40.022Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3187 | 2026-07-08T17:59:40.131Z | Checking csv v1.4.0 |
| 3188 | 2026-07-08T17:59:40.159Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3189 | 2026-07-08T17:59:40.173Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3190 | 2026-07-08T17:59:40.217Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3191 | 2026-07-08T17:59:40.230Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3192 | 2026-07-08T17:59:40.478Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3193 | 2026-07-08T17:59:40.845Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3194 | 2026-07-08T17:59:40.845Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3195 | 2026-07-08T17:59:41.182Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3196 | 2026-07-08T17:59:47.337Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3197 | 2026-07-08T17:59:47.863Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3198 | 2026-07-08T17:59:50.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.99s |
| 3199 | 2026-07-08T17:59:50.389Z | |
| 3200 | 2026-07-08T17:59:50.389Z | info: running `cargo check --bins` on cockroach-admin-api (129/300) |
| 3201 | 2026-07-08T17:59:50.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2026-07-08T17:59:50.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2026-07-08T17:59:50.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2026-07-08T17:59:50.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3205 | 2026-07-08T17:59:50.923Z | |
| 3206 | 2026-07-08T17:59:50.924Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300) |
| 3207 | 2026-07-08T17:59:51.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2026-07-08T17:59:51.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2026-07-08T17:59:51.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2026-07-08T17:59:51.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3211 | 2026-07-08T17:59:51.541Z | |
| 3212 | 2026-07-08T17:59:51.541Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300) |
| 3213 | 2026-07-08T17:59:52.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2026-07-08T17:59:52.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2026-07-08T17:59:52.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2026-07-08T17:59:52.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3217 | 2026-07-08T17:59:52.169Z | |
| 3218 | 2026-07-08T17:59:52.169Z | info: running `cargo check --bins` on gateway-test-utils (132/300) |
| 3219 | 2026-07-08T17:59:52.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2026-07-08T17:59:52.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2026-07-08T17:59:52.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2026-07-08T17:59:52.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3223 | 2026-07-08T17:59:52.764Z | |
| 3224 | 2026-07-08T17:59:52.764Z | info: running `cargo check --bins` on omicron-gateway (133/300) |
| 3225 | 2026-07-08T17:59:53.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2026-07-08T17:59:53.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2026-07-08T17:59:53.476Z | Compiling regress v0.11.1 |
| 3228 | 2026-07-08T17:59:53.621Z | Compiling unsafe-libyaml v0.2.11 |
| 3229 | 2026-07-08T17:59:53.632Z | Compiling radium v0.7.0 |
| 3230 | 2026-07-08T17:59:53.635Z | Compiling semver v0.1.20 |
| 3231 | 2026-07-08T17:59:53.653Z | Checking nom v8.0.0 |
| 3232 | 2026-07-08T17:59:53.653Z | Compiling maybe-uninit v2.0.0 |
| 3233 | 2026-07-08T17:59:53.664Z | Checking tap v1.0.1 |
| 3234 | 2026-07-08T17:59:53.775Z | Checking wyz v0.5.1 |
| 3235 | 2026-07-08T17:59:53.909Z | Compiling rustc_version v0.1.7 |
| 3236 | 2026-07-08T17:59:53.989Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3237 | 2026-07-08T17:59:54.020Z | Compiling zerocopy-derive v0.6.6 |
| 3238 | 2026-07-08T17:59:54.123Z | Compiling newtype_derive v0.1.6 |
| 3239 | 2026-07-08T17:59:54.137Z | Compiling serde_yaml v0.9.34+deprecated |
| 3240 | 2026-07-08T17:59:54.331Z | Compiling cancel-safe-futures v0.1.5 |
| 3241 | 2026-07-08T17:59:54.353Z | Compiling packed_struct v0.10.1 |
| 3242 | 2026-07-08T17:59:54.545Z | Checking crc-catalog v2.4.0 |
| 3243 | 2026-07-08T17:59:54.644Z | Compiling owo-colors v4.3.0 |
| 3244 | 2026-07-08T17:59:54.649Z | Checking funty v2.0.0 |
| 3245 | 2026-07-08T17:59:54.875Z | Checking zerocopy v0.6.6 |
| 3246 | 2026-07-08T17:59:54.971Z | Checking bitvec v1.0.1 |
| 3247 | 2026-07-08T17:59:55.006Z | Checking crc v3.4.0 |
| 3248 | 2026-07-08T17:59:55.066Z | Checking typify-impl v0.6.2 |
| 3249 | 2026-07-08T17:59:55.346Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3250 | 2026-07-08T17:59:55.501Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3251 | 2026-07-08T17:59:55.611Z | Compiling packed_struct_codegen v0.10.1 |
| 3252 | 2026-07-08T17:59:55.626Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3253 | 2026-07-08T17:59:55.855Z | Checking libsw-core v0.3.2 |
| 3254 | 2026-07-08T17:59:55.898Z | Compiling bitfield-macros v0.19.4 |
| 3255 | 2026-07-08T17:59:56.002Z | Compiling indexmap v1.9.3 |
| 3256 | 2026-07-08T17:59:56.216Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3257 | 2026-07-08T17:59:56.264Z | Checking nodrop v0.1.14 |
| 3258 | 2026-07-08T17:59:56.303Z | Checking libsw v3.5.0 |
| 3259 | 2026-07-08T17:59:56.321Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3260 | 2026-07-08T17:59:56.357Z | Checking array-init v0.0.4 |
| 3261 | 2026-07-08T17:59:56.455Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3262 | 2026-07-08T17:59:56.629Z | Checking bitfield v0.19.4 |
| 3263 | 2026-07-08T17:59:56.645Z | Checking smallvec v0.6.14 |
| 3264 | 2026-07-08T17:59:56.716Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3265 | 2026-07-08T17:59:56.833Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3266 | 2026-07-08T17:59:56.900Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3267 | 2026-07-08T17:59:56.957Z | Checking tagptr v0.2.0 |
| 3268 | 2026-07-08T17:59:56.973Z | Checking linear-map v1.2.0 |
| 3269 | 2026-07-08T17:59:57.099Z | Checking hashbrown v0.12.3 |
| 3270 | 2026-07-08T17:59:57.134Z | Checking base64 v0.21.7 |
| 3271 | 2026-07-08T17:59:57.148Z | Checking smawk v0.3.2 |
| 3272 | 2026-07-08T17:59:57.275Z | Checking unicode-linebreak v0.1.5 |
| 3273 | 2026-07-08T17:59:57.367Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3274 | 2026-07-08T17:59:57.370Z | Checking ron v0.8.1 |
| 3275 | 2026-07-08T17:59:57.394Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3276 | 2026-07-08T17:59:57.487Z | Checking textwrap v0.16.2 |
| 3277 | 2026-07-08T17:59:57.558Z | Checking moka v0.12.13 |
| 3278 | 2026-07-08T17:59:57.701Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3279 | 2026-07-08T17:59:57.757Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3280 | 2026-07-08T17:59:57.831Z | Checking serde-hex v0.1.0 |
| 3281 | 2026-07-08T17:59:57.896Z | Checking steno v0.4.1 |
| 3282 | 2026-07-08T17:59:58.191Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3283 | 2026-07-08T17:59:58.353Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3284 | 2026-07-08T17:59:58.500Z | Checking hashbrown v0.13.2 |
| 3285 | 2026-07-08T17:59:58.636Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3286 | 2026-07-08T17:59:58.854Z | Checking crc-any v2.5.0 |
| 3287 | 2026-07-08T17:59:58.911Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3288 | 2026-07-08T17:59:58.925Z | Checking hickory-resolver v0.25.2 |
| 3289 | 2026-07-08T17:59:58.939Z | Checking object v0.30.4 |
| 3290 | 2026-07-08T17:59:59.033Z | Checking sha1 v0.10.6 |
| 3291 | 2026-07-08T17:59:59.071Z | Checking path-slash v0.1.5 |
| 3292 | 2026-07-08T17:59:59.177Z | Checking half v1.8.3 |
| 3293 | 2026-07-08T17:59:59.197Z | Checking void v1.0.2 |
| 3294 | 2026-07-08T17:59:59.302Z | Checking utf-8 v0.7.6 |
| 3295 | 2026-07-08T17:59:59.323Z | Checking lzss v0.8.2 |
| 3296 | 2026-07-08T17:59:59.376Z | Checking serde_cbor v0.11.2 |
| 3297 | 2026-07-08T17:59:59.439Z | Checking tungstenite v0.23.0 |
| 3298 | 2026-07-08T17:59:59.602Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3299 | 2026-07-08T17:59:59.640Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3300 | 2026-07-08T17:59:59.654Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3301 | 2026-07-08T17:59:59.670Z | Compiling typify-macro v0.6.2 |
| 3302 | 2026-07-08T17:59:59.703Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3303 | 2026-07-08T17:59:59.760Z | Checking nix v0.27.1 |
| 3304 | 2026-07-08T17:59:59.796Z | Checking kstat-rs v0.2.4 |
| 3305 | 2026-07-08T17:59:59.858Z | Checking fxhash v0.2.1 |
| 3306 | 2026-07-08T17:59:59.934Z | Checking serde_bytes v0.11.19 |
| 3307 | 2026-07-08T17:59:59.980Z | Checking tokio-tungstenite v0.23.1 |
| 3308 | 2026-07-08T17:59:59.995Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3309 | 2026-07-08T18:00:00.063Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3310 | 2026-07-08T18:00:00.106Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3311 | 2026-07-08T18:00:00.250Z | Checking signal-hook-tokio v0.3.1 |
| 3312 | 2026-07-08T18:00:00.785Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3313 | 2026-07-08T18:00:01.108Z | Compiling typify v0.6.2 |
| 3314 | 2026-07-08T18:00:01.187Z | Compiling progenitor-impl v0.14.0 |
| 3315 | 2026-07-08T18:00:01.698Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3316 | 2026-07-08T18:00:02.006Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3317 | 2026-07-08T18:00:02.623Z | Compiling progenitor-macro v0.14.0 |
| 3318 | 2026-07-08T18:00:04.931Z | Checking progenitor v0.14.0 |
| 3319 | 2026-07-08T18:00:05.051Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3320 | 2026-07-08T18:00:05.054Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3321 | 2026-07-08T18:00:07.735Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3322 | 2026-07-08T18:00:15.985Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3323 | 2026-07-08T18:00:22.533Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3324 | 2026-07-08T18:00:23.906Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3325 | 2026-07-08T18:00:24.397Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3326 | 2026-07-08T18:00:26.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.70s |
| 3327 | 2026-07-08T18:00:26.661Z | |
| 3328 | 2026-07-08T18:00:26.661Z | info: running `cargo check --bins` on gateway-api (134/300) |
| 3329 | 2026-07-08T18:00:27.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-07-08T18:00:27.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-07-08T18:00:27.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-07-08T18:00:27.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3333 | 2026-07-08T18:00:27.197Z | |
| 3334 | 2026-07-08T18:00:27.197Z | info: running `cargo check --bins` on ipcc (135/300) |
| 3335 | 2026-07-08T18:00:27.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-07-08T18:00:27.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-07-08T18:00:27.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-07-08T18:00:27.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3339 | 2026-07-08T18:00:27.738Z | |
| 3340 | 2026-07-08T18:00:27.739Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300) |
| 3341 | 2026-07-08T18:00:28.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-07-08T18:00:28.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-07-08T18:00:28.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-07-08T18:00:28.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3345 | 2026-07-08T18:00:28.263Z | |
| 3346 | 2026-07-08T18:00:28.264Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300) |
| 3347 | 2026-07-08T18:00:28.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-07-08T18:00:28.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-07-08T18:00:28.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-07-08T18:00:28.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3351 | 2026-07-08T18:00:28.822Z | |
| 3352 | 2026-07-08T18:00:28.822Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300) |
| 3353 | 2026-07-08T18:00:29.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-07-08T18:00:29.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-07-08T18:00:29.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-07-08T18:00:29.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3357 | 2026-07-08T18:00:29.363Z | |
| 3358 | 2026-07-08T18:00:29.363Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300) |
| 3359 | 2026-07-08T18:00:29.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-07-08T18:00:29.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-07-08T18:00:29.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-07-08T18:00:29.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3363 | 2026-07-08T18:00:29.895Z | |
| 3364 | 2026-07-08T18:00:29.895Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300) |
| 3365 | 2026-07-08T18:00:30.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-07-08T18:00:30.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-07-08T18:00:30.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-07-08T18:00:30.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3369 | 2026-07-08T18:00:30.437Z | |
| 3370 | 2026-07-08T18:00:30.437Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300) |
| 3371 | 2026-07-08T18:00:30.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-07-08T18:00:30.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-07-08T18:00:30.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-07-08T18:00:30.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3375 | 2026-07-08T18:00:30.994Z | |
| 3376 | 2026-07-08T18:00:30.994Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300) |
| 3377 | 2026-07-08T18:00:31.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-07-08T18:00:31.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-07-08T18:00:31.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-07-08T18:00:31.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3381 | 2026-07-08T18:00:31.534Z | |
| 3382 | 2026-07-08T18:00:31.535Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300) |
| 3383 | 2026-07-08T18:00:31.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-07-08T18:00:31.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-07-08T18:00:31.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-07-08T18:00:31.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3387 | 2026-07-08T18:00:32.075Z | |
| 3388 | 2026-07-08T18:00:32.075Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300) |
| 3389 | 2026-07-08T18:00:32.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-07-08T18:00:32.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-07-08T18:00:32.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-07-08T18:00:32.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3393 | 2026-07-08T18:00:32.614Z | |
| 3394 | 2026-07-08T18:00:32.615Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300) |
| 3395 | 2026-07-08T18:00:33.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-07-08T18:00:33.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-07-08T18:00:33.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-07-08T18:00:33.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3399 | 2026-07-08T18:00:33.158Z | |
| 3400 | 2026-07-08T18:00:33.158Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300) |
| 3401 | 2026-07-08T18:00:33.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-07-08T18:00:33.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-07-08T18:00:33.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-07-08T18:00:33.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3405 | 2026-07-08T18:00:33.698Z | |
| 3406 | 2026-07-08T18:00:33.699Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300) |
| 3407 | 2026-07-08T18:00:34.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-07-08T18:00:34.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-07-08T18:00:34.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-07-08T18:00:34.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3411 | 2026-07-08T18:00:34.237Z | |
| 3412 | 2026-07-08T18:00:34.237Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300) |
| 3413 | 2026-07-08T18:00:34.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-07-08T18:00:34.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-07-08T18:00:34.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-07-08T18:00:34.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3417 | 2026-07-08T18:00:34.790Z | |
| 3418 | 2026-07-08T18:00:34.790Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300) |
| 3419 | 2026-07-08T18:00:35.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-07-08T18:00:35.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-07-08T18:00:35.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-07-08T18:00:35.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3423 | 2026-07-08T18:00:35.347Z | |
| 3424 | 2026-07-08T18:00:35.347Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300) |
| 3425 | 2026-07-08T18:00:35.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-07-08T18:00:35.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-07-08T18:00:35.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-07-08T18:00:35.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3429 | 2026-07-08T18:00:35.907Z | |
| 3430 | 2026-07-08T18:00:35.907Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300) |
| 3431 | 2026-07-08T18:00:36.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-07-08T18:00:36.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-07-08T18:00:36.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-07-08T18:00:36.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3435 | 2026-07-08T18:00:36.460Z | |
| 3436 | 2026-07-08T18:00:36.460Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300) |
| 3437 | 2026-07-08T18:00:36.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-07-08T18:00:36.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-07-08T18:00:36.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-07-08T18:00:36.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3441 | 2026-07-08T18:00:37.013Z | |
| 3442 | 2026-07-08T18:00:37.013Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300) |
| 3443 | 2026-07-08T18:00:37.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-07-08T18:00:37.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-07-08T18:00:37.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-07-08T18:00:37.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3447 | 2026-07-08T18:00:37.567Z | |
| 3448 | 2026-07-08T18:00:37.567Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300) |
| 3449 | 2026-07-08T18:00:38.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-07-08T18:00:38.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-07-08T18:00:38.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-07-08T18:00:38.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3453 | 2026-07-08T18:00:38.125Z | |
| 3454 | 2026-07-08T18:00:38.125Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300) |
| 3455 | 2026-07-08T18:00:38.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-07-08T18:00:38.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-07-08T18:00:38.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-07-08T18:00:38.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3459 | 2026-07-08T18:00:38.681Z | |
| 3460 | 2026-07-08T18:00:38.681Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300) |
| 3461 | 2026-07-08T18:00:39.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-07-08T18:00:39.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-07-08T18:00:39.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-07-08T18:00:39.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3465 | 2026-07-08T18:00:39.239Z | |
| 3466 | 2026-07-08T18:00:39.239Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300) |
| 3467 | 2026-07-08T18:00:39.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-07-08T18:00:39.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-07-08T18:00:39.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-07-08T18:00:39.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3471 | 2026-07-08T18:00:39.798Z | |
| 3472 | 2026-07-08T18:00:39.798Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300) |
| 3473 | 2026-07-08T18:00:40.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-07-08T18:00:40.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-07-08T18:00:40.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-07-08T18:00:40.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3477 | 2026-07-08T18:00:40.341Z | |
| 3478 | 2026-07-08T18:00:40.341Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300) |
| 3479 | 2026-07-08T18:00:40.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-07-08T18:00:40.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-07-08T18:00:40.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-07-08T18:00:40.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3483 | 2026-07-08T18:00:40.883Z | |
| 3484 | 2026-07-08T18:00:40.883Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300) |
| 3485 | 2026-07-08T18:00:41.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-07-08T18:00:41.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-07-08T18:00:41.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-07-08T18:00:41.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3489 | 2026-07-08T18:00:41.426Z | |
| 3490 | 2026-07-08T18:00:41.426Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300) |
| 3491 | 2026-07-08T18:00:41.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-07-08T18:00:41.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-07-08T18:00:41.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-07-08T18:00:41.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3495 | 2026-07-08T18:00:41.969Z | |
| 3496 | 2026-07-08T18:00:41.969Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300) |
| 3497 | 2026-07-08T18:00:42.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-07-08T18:00:42.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-07-08T18:00:42.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-07-08T18:00:42.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3501 | 2026-07-08T18:00:42.511Z | |
| 3502 | 2026-07-08T18:00:42.511Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300) |
| 3503 | 2026-07-08T18:00:42.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-07-08T18:00:42.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-07-08T18:00:42.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-07-08T18:00:42.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3507 | 2026-07-08T18:00:43.058Z | |
| 3508 | 2026-07-08T18:00:43.058Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300) |
| 3509 | 2026-07-08T18:00:43.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-07-08T18:00:43.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-07-08T18:00:43.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-07-08T18:00:43.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3513 | 2026-07-08T18:00:43.604Z | |
| 3514 | 2026-07-08T18:00:43.604Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300) |
| 3515 | 2026-07-08T18:00:44.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-07-08T18:00:44.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-07-08T18:00:44.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-07-08T18:00:44.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3519 | 2026-07-08T18:00:44.152Z | |
| 3520 | 2026-07-08T18:00:44.152Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300) |
| 3521 | 2026-07-08T18:00:44.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-07-08T18:00:44.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-07-08T18:00:44.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-07-08T18:00:44.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3525 | 2026-07-08T18:00:44.710Z | |
| 3526 | 2026-07-08T18:00:44.710Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300) |
| 3527 | 2026-07-08T18:00:45.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-07-08T18:00:45.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-07-08T18:00:45.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-07-08T18:00:45.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3531 | 2026-07-08T18:00:45.272Z | |
| 3532 | 2026-07-08T18:00:45.272Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300) |
| 3533 | 2026-07-08T18:00:45.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-07-08T18:00:45.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-07-08T18:00:45.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-07-08T18:00:45.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3537 | 2026-07-08T18:00:45.835Z | |
| 3538 | 2026-07-08T18:00:45.835Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300) |
| 3539 | 2026-07-08T18:00:46.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-07-08T18:00:46.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-07-08T18:00:46.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-07-08T18:00:46.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3543 | 2026-07-08T18:00:46.395Z | |
| 3544 | 2026-07-08T18:00:46.395Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300) |
| 3545 | 2026-07-08T18:00:46.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-07-08T18:00:46.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-07-08T18:00:46.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-07-08T18:00:46.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3549 | 2026-07-08T18:00:46.954Z | |
| 3550 | 2026-07-08T18:00:46.955Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300) |
| 3551 | 2026-07-08T18:00:47.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-07-08T18:00:47.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-07-08T18:00:47.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-07-08T18:00:47.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3555 | 2026-07-08T18:00:47.509Z | |
| 3556 | 2026-07-08T18:00:47.509Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300) |
| 3557 | 2026-07-08T18:00:47.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-07-08T18:00:47.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-07-08T18:00:47.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-07-08T18:00:47.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3561 | 2026-07-08T18:00:48.066Z | |
| 3562 | 2026-07-08T18:00:48.066Z | info: running `cargo check --bins` on oximeter-producer (173/300) |
| 3563 | 2026-07-08T18:00:48.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-07-08T18:00:48.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-07-08T18:00:48.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3566 | 2026-07-08T18:00:48.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3567 | 2026-07-08T18:00:48.640Z | |
| 3568 | 2026-07-08T18:00:48.640Z | info: running `cargo check --bins` on internal-dns-resolver (174/300) |
| 3569 | 2026-07-08T18:00:49.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3570 | 2026-07-08T18:00:49.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3571 | 2026-07-08T18:00:49.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3572 | 2026-07-08T18:00:49.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3573 | 2026-07-08T18:00:49.181Z | |
| 3574 | 2026-07-08T18:00:49.181Z | info: running `cargo check --bins` on dns-server (175/300) |
| 3575 | 2026-07-08T18:00:49.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3576 | 2026-07-08T18:00:49.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3577 | 2026-07-08T18:00:49.787Z | Compiling parking_lot_core v0.8.6 |
| 3578 | 2026-07-08T18:00:49.790Z | Compiling git-stub v1.0.0 |
| 3579 | 2026-07-08T18:00:49.790Z | Checking prefix-trie v0.7.0 |
| 3580 | 2026-07-08T18:00:49.792Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3581 | 2026-07-08T18:00:50.028Z | Compiling git-stub-vcs v0.1.0 |
| 3582 | 2026-07-08T18:00:50.186Z | Checking hickory-server v0.25.2 |
| 3583 | 2026-07-08T18:00:50.297Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3584 | 2026-07-08T18:00:50.311Z | Checking parking_lot v0.11.2 |
| 3585 | 2026-07-08T18:00:50.360Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3586 | 2026-07-08T18:00:50.360Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3587 | 2026-07-08T18:00:50.479Z | Checking sled v0.34.7 |
| 3588 | 2026-07-08T18:00:52.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 3589 | 2026-07-08T18:00:52.546Z | |
| 3590 | 2026-07-08T18:00:52.546Z | info: running `cargo check --bins` on dns-server-api (176/300) |
| 3591 | 2026-07-08T18:00:52.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2026-07-08T18:00:53.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2026-07-08T18:00:53.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3594 | 2026-07-08T18:00:53.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3595 | 2026-07-08T18:00:53.082Z | |
| 3596 | 2026-07-08T18:00:53.082Z | info: running `cargo check --bins` on oximeter-producer-api (177/300) |
| 3597 | 2026-07-08T18:00:53.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2026-07-08T18:00:53.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2026-07-08T18:00:53.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2026-07-08T18:00:53.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3601 | 2026-07-08T18:00:53.623Z | |
| 3602 | 2026-07-08T18:00:53.623Z | info: running `cargo check --bins` on sp-sim (178/300) |
| 3603 | 2026-07-08T18:00:54.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2026-07-08T18:00:54.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2026-07-08T18:00:54.303Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3606 | 2026-07-08T18:00:56.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
| 3607 | 2026-07-08T18:00:56.257Z | |
| 3608 | 2026-07-08T18:00:56.257Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300) |
| 3609 | 2026-07-08T18:00:56.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2026-07-08T18:00:56.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2026-07-08T18:00:56.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3612 | 2026-07-08T18:00:56.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3613 | 2026-07-08T18:00:56.847Z | |
| 3614 | 2026-07-08T18:00:56.847Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300) |
| 3615 | 2026-07-08T18:00:57.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3616 | 2026-07-08T18:00:57.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3617 | 2026-07-08T18:00:57.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3618 | 2026-07-08T18:00:57.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3619 | 2026-07-08T18:00:57.441Z | |
| 3620 | 2026-07-08T18:00:57.441Z | info: running `cargo check --bins` on db-macros (181/300) |
| 3621 | 2026-07-08T18:00:57.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3622 | 2026-07-08T18:00:57.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3623 | 2026-07-08T18:00:57.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3624 | 2026-07-08T18:00:57.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3625 | 2026-07-08T18:00:57.966Z | |
| 3626 | 2026-07-08T18:00:57.966Z | info: running `cargo check --bins` on nexus-macros-common (182/300) |
| 3627 | 2026-07-08T18:00:58.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3628 | 2026-07-08T18:00:58.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3629 | 2026-07-08T18:00:58.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3630 | 2026-07-08T18:00:58.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3631 | 2026-07-08T18:00:58.492Z | |
| 3632 | 2026-07-08T18:00:58.492Z | info: running `cargo check --bins` on nexus-auth (183/300) |
| 3633 | 2026-07-08T18:00:58.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3634 | 2026-07-08T18:00:58.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3635 | 2026-07-08T18:00:58.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3636 | 2026-07-08T18:00:58.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3637 | 2026-07-08T18:00:59.084Z | |
| 3638 | 2026-07-08T18:00:59.085Z | info: running `cargo check --bins` on authz-macros (184/300) |
| 3639 | 2026-07-08T18:00:59.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3640 | 2026-07-08T18:00:59.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3641 | 2026-07-08T18:00:59.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3642 | 2026-07-08T18:00:59.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3643 | 2026-07-08T18:00:59.616Z | |
| 3644 | 2026-07-08T18:00:59.616Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/300) |
| 3645 | 2026-07-08T18:01:00.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3646 | 2026-07-08T18:01:00.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3647 | 2026-07-08T18:01:00.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3648 | 2026-07-08T18:01:00.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3649 | 2026-07-08T18:01:00.193Z | |
| 3650 | 2026-07-08T18:01:00.193Z | info: running `cargo check --bins` on nexus-db-model (186/300) |
| 3651 | 2026-07-08T18:01:02.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3652 | 2026-07-08T18:01:02.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3653 | 2026-07-08T18:01:02.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3654 | 2026-07-08T18:01:02.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3655 | 2026-07-08T18:01:02.847Z | |
| 3656 | 2026-07-08T18:01:02.847Z | info: running `cargo check --bins` on nexus-db-schema (187/300) |
| 3657 | 2026-07-08T18:01:02.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3658 | 2026-07-08T18:01:02.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3659 | 2026-07-08T18:01:02.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3660 | 2026-07-08T18:01:02.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3661 | 2026-07-08T18:01:02.847Z | |
| 3662 | 2026-07-08T18:01:02.847Z | info: running `cargo check --bins` on omicron-rpaths (188/300) |
| 3663 | 2026-07-08T18:01:02.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3664 | 2026-07-08T18:01:02.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3665 | 2026-07-08T18:01:02.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3666 | 2026-07-08T18:01:02.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3667 | 2026-07-08T18:01:02.848Z | |
| 3668 | 2026-07-08T18:01:02.848Z | info: running `cargo check --bins` on nexus-defaults (189/300) |
| 3669 | 2026-07-08T18:01:02.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3670 | 2026-07-08T18:01:02.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3671 | 2026-07-08T18:01:02.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3672 | 2026-07-08T18:01:02.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3673 | 2026-07-08T18:01:02.848Z | |
| 3674 | 2026-07-08T18:01:02.849Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/300) |
| 3675 | 2026-07-08T18:01:02.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3676 | 2026-07-08T18:01:02.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3677 | 2026-07-08T18:01:02.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3678 | 2026-07-08T18:01:02.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3679 | 2026-07-08T18:01:02.893Z | |
| 3680 | 2026-07-08T18:01:02.893Z | info: running `cargo check --bins` on parallel-task-set (191/300) |
| 3681 | 2026-07-08T18:01:03.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3682 | 2026-07-08T18:01:03.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3683 | 2026-07-08T18:01:03.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3684 | 2026-07-08T18:01:03.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3685 | 2026-07-08T18:01:03.919Z | |
| 3686 | 2026-07-08T18:01:03.919Z | info: running `cargo check --bins` on omicron-git-version (192/300) |
| 3687 | 2026-07-08T18:01:03.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3688 | 2026-07-08T18:01:03.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3689 | 2026-07-08T18:01:03.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3690 | 2026-07-08T18:01:03.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3691 | 2026-07-08T18:01:03.948Z | |
| 3692 | 2026-07-08T18:01:03.948Z | info: running `cargo check --bins` on nexus-db-errors (193/300) |
| 3693 | 2026-07-08T18:01:04.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3694 | 2026-07-08T18:01:04.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3695 | 2026-07-08T18:01:04.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3696 | 2026-07-08T18:01:04.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3697 | 2026-07-08T18:01:04.541Z | |
| 3698 | 2026-07-08T18:01:04.541Z | info: running `cargo check --bins` on nexus-db-lookup (194/300) |
| 3699 | 2026-07-08T18:01:05.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3700 | 2026-07-08T18:01:05.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3701 | 2026-07-08T18:01:05.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3702 | 2026-07-08T18:01:05.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3703 | 2026-07-08T18:01:05.135Z | |
| 3704 | 2026-07-08T18:01:05.135Z | info: running `cargo check --bins` on nexus-inventory (195/300) |
| 3705 | 2026-07-08T18:01:05.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3706 | 2026-07-08T18:01:05.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3707 | 2026-07-08T18:01:05.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3708 | 2026-07-08T18:01:05.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3709 | 2026-07-08T18:01:05.723Z | |
| 3710 | 2026-07-08T18:01:05.723Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300) |
| 3711 | 2026-07-08T18:01:06.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3712 | 2026-07-08T18:01:06.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3713 | 2026-07-08T18:01:06.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3714 | 2026-07-08T18:01:06.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3715 | 2026-07-08T18:01:06.288Z | |
| 3716 | 2026-07-08T18:01:06.288Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/300) |
| 3717 | 2026-07-08T18:01:06.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3718 | 2026-07-08T18:01:06.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3719 | 2026-07-08T18:01:06.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3720 | 2026-07-08T18:01:06.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3721 | 2026-07-08T18:01:06.845Z | |
| 3722 | 2026-07-08T18:01:06.845Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300) |
| 3723 | 2026-07-08T18:01:07.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3724 | 2026-07-08T18:01:07.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3725 | 2026-07-08T18:01:07.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3726 | 2026-07-08T18:01:07.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3727 | 2026-07-08T18:01:07.409Z | |
| 3728 | 2026-07-08T18:01:07.409Z | info: running `cargo check --bins` on key-manager (199/300) |
| 3729 | 2026-07-08T18:01:07.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3730 | 2026-07-08T18:01:07.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3731 | 2026-07-08T18:01:07.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3732 | 2026-07-08T18:01:07.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3733 | 2026-07-08T18:01:07.950Z | |
| 3734 | 2026-07-08T18:01:07.950Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/300) |
| 3735 | 2026-07-08T18:01:08.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3736 | 2026-07-08T18:01:08.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3737 | 2026-07-08T18:01:08.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3738 | 2026-07-08T18:01:08.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3739 | 2026-07-08T18:01:08.504Z | |
| 3740 | 2026-07-08T18:01:08.504Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300) |
| 3741 | 2026-07-08T18:01:08.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3742 | 2026-07-08T18:01:08.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3743 | 2026-07-08T18:01:08.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3744 | 2026-07-08T18:01:08.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3745 | 2026-07-08T18:01:09.066Z | |
| 3746 | 2026-07-08T18:01:09.066Z | info: running `cargo check --bins` on typed-rng (202/300) |
| 3747 | 2026-07-08T18:01:09.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3748 | 2026-07-08T18:01:09.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3749 | 2026-07-08T18:01:09.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3750 | 2026-07-08T18:01:09.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3751 | 2026-07-08T18:01:09.598Z | |
| 3752 | 2026-07-08T18:01:09.599Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300) |
| 3753 | 2026-07-08T18:01:10.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3754 | 2026-07-08T18:01:10.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3755 | 2026-07-08T18:01:10.403Z | Compiling libefi-sys v0.1.0 |
| 3756 | 2026-07-08T18:01:10.406Z | Compiling bitfield-struct v0.6.2 |
| 3757 | 2026-07-08T18:01:10.546Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3758 | 2026-07-08T18:01:10.555Z | Compiling xshell-macros v0.2.7 |
| 3759 | 2026-07-08T18:01:10.563Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3760 | 2026-07-08T18:01:10.576Z | Compiling salty v0.3.0 |
| 3761 | 2026-07-08T18:01:10.589Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3762 | 2026-07-08T18:01:10.605Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3763 | 2026-07-08T18:01:10.609Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3764 | 2026-07-08T18:01:10.729Z | Checking rfc6979 v0.4.0 |
| 3765 | 2026-07-08T18:01:10.850Z | Checking ecdsa v0.16.9 |
| 3766 | 2026-07-08T18:01:10.886Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3767 | 2026-07-08T18:01:10.920Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3768 | 2026-07-08T18:01:10.935Z | Checking xshell v0.2.7 |
| 3769 | 2026-07-08T18:01:11.052Z | Checking primeorder v0.13.6 |
| 3770 | 2026-07-08T18:01:11.070Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3771 | 2026-07-08T18:01:11.099Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3772 | 2026-07-08T18:01:11.118Z | Checking tungstenite v0.21.0 |
| 3773 | 2026-07-08T18:01:11.157Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3774 | 2026-07-08T18:01:11.195Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3775 | 2026-07-08T18:01:11.281Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3776 | 2026-07-08T18:01:11.311Z | Checking p384 v0.13.1 |
| 3777 | 2026-07-08T18:01:11.329Z | Compiling num-derive v0.3.3 |
| 3778 | 2026-07-08T18:01:11.393Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3779 | 2026-07-08T18:01:11.477Z | Compiling proc-macro-error2 v2.0.1 |
| 3780 | 2026-07-08T18:01:11.531Z | Checking tokio-tungstenite v0.21.0 |
| 3781 | 2026-07-08T18:01:11.585Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3782 | 2026-07-08T18:01:11.627Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3783 | 2026-07-08T18:01:11.658Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3784 | 2026-07-08T18:01:11.731Z | Checking papergrid v0.17.0 |
| 3785 | 2026-07-08T18:01:11.782Z | Compiling tabled_derive v0.11.0 |
| 3786 | 2026-07-08T18:01:11.808Z | Compiling progenitor-impl v0.13.0 |
| 3787 | 2026-07-08T18:01:11.834Z | Checking testing_table v0.3.0 |
| 3788 | 2026-07-08T18:01:11.932Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3789 | 2026-07-08T18:01:11.946Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3790 | 2026-07-08T18:01:11.963Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3791 | 2026-07-08T18:01:12.156Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3792 | 2026-07-08T18:01:12.170Z | Compiling unicase v2.9.0 |
| 3793 | 2026-07-08T18:01:12.239Z | Checking libscf-sys v1.1.0 |
| 3794 | 2026-07-08T18:01:12.366Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3795 | 2026-07-08T18:01:12.382Z | Checking corncobs v0.1.4 |
| 3796 | 2026-07-08T18:01:12.386Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3797 | 2026-07-08T18:01:12.509Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3798 | 2026-07-08T18:01:12.540Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3799 | 2026-07-08T18:01:12.580Z | Compiling mime_guess v2.0.5 |
| 3800 | 2026-07-08T18:01:12.611Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3801 | 2026-07-08T18:01:12.629Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3802 | 2026-07-08T18:01:12.702Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3803 | 2026-07-08T18:01:12.944Z | Checking progenitor-client v0.13.0 |
| 3804 | 2026-07-08T18:01:12.961Z | Checking tabled v0.20.0 |
| 3805 | 2026-07-08T18:01:13.137Z | Checking secrecy v0.8.0 |
| 3806 | 2026-07-08T18:01:13.191Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3807 | 2026-07-08T18:01:13.212Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3808 | 2026-07-08T18:01:13.228Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3809 | 2026-07-08T18:01:13.557Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3810 | 2026-07-08T18:01:13.573Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3811 | 2026-07-08T18:01:13.590Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3812 | 2026-07-08T18:01:13.658Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3813 | 2026-07-08T18:01:13.674Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3814 | 2026-07-08T18:01:13.824Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3815 | 2026-07-08T18:01:13.850Z | Checking filetime v0.2.27 |
| 3816 | 2026-07-08T18:01:13.989Z | Checking http-range v0.1.5 |
| 3817 | 2026-07-08T18:01:14.101Z | Checking xattr v1.6.1 |
| 3818 | 2026-07-08T18:01:14.121Z | Checking crc8 v0.1.1 |
| 3819 | 2026-07-08T18:01:14.231Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3820 | 2026-07-08T18:01:14.246Z | Checking tar v0.4.45 |
| 3821 | 2026-07-08T18:01:14.369Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3822 | 2026-07-08T18:01:14.396Z | Compiling progenitor-macro v0.13.0 |
| 3823 | 2026-07-08T18:01:14.432Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3824 | 2026-07-08T18:01:14.495Z | Checking illumos-nvpair v0.3.0 |
| 3825 | 2026-07-08T18:01:14.620Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3826 | 2026-07-08T18:01:14.652Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3827 | 2026-07-08T18:01:14.672Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3828 | 2026-07-08T18:01:15.004Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3829 | 2026-07-08T18:01:15.021Z | Checking atty v0.2.14 |
| 3830 | 2026-07-08T18:01:15.081Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3831 | 2026-07-08T18:01:15.105Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3832 | 2026-07-08T18:01:15.121Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3833 | 2026-07-08T18:01:15.252Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3834 | 2026-07-08T18:01:15.311Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3835 | 2026-07-08T18:01:15.345Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3836 | 2026-07-08T18:01:15.396Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3837 | 2026-07-08T18:01:15.585Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3838 | 2026-07-08T18:01:15.650Z | Checking hyper-staticfile v0.10.1 |
| 3839 | 2026-07-08T18:01:15.713Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3840 | 2026-07-08T18:01:15.808Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3841 | 2026-07-08T18:01:15.956Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3842 | 2026-07-08T18:01:15.982Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3843 | 2026-07-08T18:01:16.234Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3844 | 2026-07-08T18:01:16.275Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3845 | 2026-07-08T18:01:16.513Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3846 | 2026-07-08T18:01:16.798Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3847 | 2026-07-08T18:01:17.290Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3848 | 2026-07-08T18:01:17.775Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3849 | 2026-07-08T18:01:18.189Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3850 | 2026-07-08T18:01:18.573Z | Checking progenitor v0.13.0 |
| 3851 | 2026-07-08T18:01:18.707Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3852 | 2026-07-08T18:01:20.655Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3853 | 2026-07-08T18:01:24.037Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3854 | 2026-07-08T18:01:35.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.43s |
| 3855 | 2026-07-08T18:01:35.238Z | |
| 3856 | 2026-07-08T18:01:35.238Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300) |
| 3857 | 2026-07-08T18:01:35.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-07-08T18:01:35.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-07-08T18:01:35.980Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3860 | 2026-07-08T18:01:46.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s |
| 3861 | 2026-07-08T18:01:46.944Z | |
| 3862 | 2026-07-08T18:01:46.944Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300) |
| 3863 | 2026-07-08T18:01:47.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-07-08T18:01:47.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-07-08T18:01:47.681Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3866 | 2026-07-08T18:01:58.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s |
| 3867 | 2026-07-08T18:01:58.665Z | |
| 3868 | 2026-07-08T18:01:58.665Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300) |
| 3869 | 2026-07-08T18:01:59.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-07-08T18:01:59.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-07-08T18:01:59.403Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3872 | 2026-07-08T18:02:10.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s |
| 3873 | 2026-07-08T18:02:10.588Z | |
| 3874 | 2026-07-08T18:02:10.588Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300) |
| 3875 | 2026-07-08T18:02:11.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-07-08T18:02:11.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-07-08T18:02:11.321Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3878 | 2026-07-08T18:02:22.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 3879 | 2026-07-08T18:02:22.286Z | |
| 3880 | 2026-07-08T18:02:22.286Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300) |
| 3881 | 2026-07-08T18:02:22.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-07-08T18:02:22.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-07-08T18:02:23.015Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3884 | 2026-07-08T18:02:33.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s |
| 3885 | 2026-07-08T18:02:34.035Z | |
| 3886 | 2026-07-08T18:02:34.035Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300) |
| 3887 | 2026-07-08T18:02:34.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-07-08T18:02:34.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-07-08T18:02:34.769Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3890 | 2026-07-08T18:02:45.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3891 | 2026-07-08T18:02:45.704Z | |
| 3892 | 2026-07-08T18:02:45.704Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300) |
| 3893 | 2026-07-08T18:02:46.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-07-08T18:02:46.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-07-08T18:02:46.437Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3896 | 2026-07-08T18:02:57.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 3897 | 2026-07-08T18:02:57.399Z | |
| 3898 | 2026-07-08T18:02:57.399Z | info: running `cargo check --bins` on bootstrap-agent-api (211/300) |
| 3899 | 2026-07-08T18:02:57.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-07-08T18:02:57.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-07-08T18:02:57.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-07-08T18:02:57.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3903 | 2026-07-08T18:02:57.950Z | |
| 3904 | 2026-07-08T18:02:57.950Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300) |
| 3905 | 2026-07-08T18:02:58.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-07-08T18:02:58.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-07-08T18:02:58.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-07-08T18:02:58.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3909 | 2026-07-08T18:02:58.497Z | |
| 3910 | 2026-07-08T18:02:58.497Z | info: running `cargo check --bins` on range-requests (213/300) |
| 3911 | 2026-07-08T18:02:58.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-07-08T18:02:58.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-07-08T18:02:58.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-07-08T18:02:58.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3915 | 2026-07-08T18:02:59.033Z | |
| 3916 | 2026-07-08T18:02:59.033Z | info: running `cargo check --bins` on repo-depot-api (214/300) |
| 3917 | 2026-07-08T18:02:59.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-07-08T18:02:59.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-07-08T18:02:59.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-07-08T18:02:59.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3921 | 2026-07-08T18:02:59.574Z | |
| 3922 | 2026-07-08T18:02:59.574Z | info: running `cargo check --bins` on sled-agent-api (215/300) |
| 3923 | 2026-07-08T18:03:00.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-07-08T18:03:00.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-07-08T18:03:00.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-07-08T18:03:00.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3927 | 2026-07-08T18:03:00.138Z | |
| 3928 | 2026-07-08T18:03:00.138Z | info: running `cargo check --bins` on sled-diagnostics (216/300) |
| 3929 | 2026-07-08T18:03:00.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-07-08T18:03:00.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-07-08T18:03:00.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-07-08T18:03:00.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3933 | 2026-07-08T18:03:00.700Z | |
| 3934 | 2026-07-08T18:03:00.701Z | info: running `cargo check --bins` on zfs-test-harness (217/300) |
| 3935 | 2026-07-08T18:03:01.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-07-08T18:03:01.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-07-08T18:03:01.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-07-08T18:03:01.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3939 | 2026-07-08T18:03:01.265Z | |
| 3940 | 2026-07-08T18:03:01.265Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300) |
| 3941 | 2026-07-08T18:03:01.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-07-08T18:03:01.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-07-08T18:03:01.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-07-08T18:03:01.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3945 | 2026-07-08T18:03:01.830Z | |
| 3946 | 2026-07-08T18:03:01.830Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300) |
| 3947 | 2026-07-08T18:03:02.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-07-08T18:03:02.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-07-08T18:03:02.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-07-08T18:03:02.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3951 | 2026-07-08T18:03:02.394Z | |
| 3952 | 2026-07-08T18:03:02.395Z | info: running `cargo check --bins` on sled-agent-early-networking (220/300) |
| 3953 | 2026-07-08T18:03:02.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-07-08T18:03:02.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-07-08T18:03:02.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-07-08T18:03:02.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3957 | 2026-07-08T18:03:02.957Z | |
| 3958 | 2026-07-08T18:03:02.957Z | info: running `cargo check --bins` on sled-agent-health-monitor (221/300) |
| 3959 | 2026-07-08T18:03:03.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-07-08T18:03:03.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-07-08T18:03:03.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-07-08T18:03:03.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3963 | 2026-07-08T18:03:03.518Z | |
| 3964 | 2026-07-08T18:03:03.518Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300) |
| 3965 | 2026-07-08T18:03:03.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-07-08T18:03:03.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-07-08T18:03:03.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-07-08T18:03:03.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3969 | 2026-07-08T18:03:04.074Z | |
| 3970 | 2026-07-08T18:03:04.074Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300) |
| 3971 | 2026-07-08T18:03:04.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-07-08T18:03:04.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-07-08T18:03:04.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-07-08T18:03:04.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3975 | 2026-07-08T18:03:04.635Z | |
| 3976 | 2026-07-08T18:03:04.635Z | info: running `cargo check --bins` on sled-agent-resolvable-files (224/300) |
| 3977 | 2026-07-08T18:03:05.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-07-08T18:03:05.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-07-08T18:03:05.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-07-08T18:03:05.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3981 | 2026-07-08T18:03:05.194Z | |
| 3982 | 2026-07-08T18:03:05.194Z | info: running `cargo check --bins` on sled-agent-rack-setup (225/300) |
| 3983 | 2026-07-08T18:03:05.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-07-08T18:03:05.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-07-08T18:03:05.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-07-08T18:03:05.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3987 | 2026-07-08T18:03:05.777Z | |
| 3988 | 2026-07-08T18:03:05.777Z | info: running `cargo check --bins` on trust-quorum (226/300) |
| 3989 | 2026-07-08T18:03:06.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-07-08T18:03:06.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-07-08T18:03:06.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-07-08T18:03:06.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3993 | 2026-07-08T18:03:06.340Z | |
| 3994 | 2026-07-08T18:03:06.340Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300) |
| 3995 | 2026-07-08T18:03:06.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-07-08T18:03:06.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-07-08T18:03:06.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-07-08T18:03:06.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3999 | 2026-07-08T18:03:06.909Z | |
| 4000 | 2026-07-08T18:03:06.909Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (228/300) |
| 4001 | 2026-07-08T18:03:07.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-07-08T18:03:07.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-07-08T18:03:07.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-07-08T18:03:07.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4005 | 2026-07-08T18:03:07.496Z | |
| 4006 | 2026-07-08T18:03:07.496Z | info: running `cargo check --bins` on update-common (229/300) |
| 4007 | 2026-07-08T18:03:07.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-07-08T18:03:07.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-07-08T18:03:07.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-07-08T18:03:07.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4011 | 2026-07-08T18:03:08.039Z | |
| 4012 | 2026-07-08T18:03:08.039Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300) |
| 4013 | 2026-07-08T18:03:08.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-07-08T18:03:08.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-07-08T18:03:08.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4016 | 2026-07-08T18:03:08.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4017 | 2026-07-08T18:03:08.631Z | |
| 4018 | 2026-07-08T18:03:08.632Z | info: running `cargo check --bins` on omicron-deployment-graph (231/300) |
| 4019 | 2026-07-08T18:03:09.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4020 | 2026-07-08T18:03:10.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4021 | 2026-07-08T18:03:10.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4022 | 2026-07-08T18:03:10.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4023 | 2026-07-08T18:03:10.085Z | |
| 4024 | 2026-07-08T18:03:10.085Z | info: running `cargo check --bins` on reconfigurator-cli (232/300) |
| 4025 | 2026-07-08T18:03:10.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4026 | 2026-07-08T18:03:10.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4027 | 2026-07-08T18:03:10.086Z | Compiling fs-err v2.11.0 |
| 4028 | 2026-07-08T18:03:10.086Z | Checking ignore v0.4.25 |
| 4029 | 2026-07-08T18:03:10.086Z | Checking arc-swap v1.8.2 |
| 4030 | 2026-07-08T18:03:10.086Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4031 | 2026-07-08T18:03:10.086Z | Checking predicates-tree v1.0.13 |
| 4032 | 2026-07-08T18:03:10.086Z | Checking parse-size v1.1.0 |
| 4033 | 2026-07-08T18:03:10.086Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4034 | 2026-07-08T18:03:10.086Z | Checking rand_seeder v0.4.0 |
| 4035 | 2026-07-08T18:03:10.120Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4036 | 2026-07-08T18:03:10.139Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4037 | 2026-07-08T18:03:10.188Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4038 | 2026-07-08T18:03:10.214Z | Checking slog-scope v4.4.1 |
| 4039 | 2026-07-08T18:03:10.253Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4040 | 2026-07-08T18:03:10.326Z | Compiling petname v2.0.2 |
| 4041 | 2026-07-08T18:03:10.343Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4042 | 2026-07-08T18:03:10.355Z | Checking slog-stdlog v4.1.1 |
| 4043 | 2026-07-08T18:03:10.404Z | Checking globwalk v0.9.1 |
| 4044 | 2026-07-08T18:03:10.457Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4045 | 2026-07-08T18:03:10.475Z | Checking slog-envlogger v2.2.0 |
| 4046 | 2026-07-08T18:03:10.586Z | Checking camino-tempfile-ext v0.3.3 |
| 4047 | 2026-07-08T18:03:10.626Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4048 | 2026-07-08T18:03:10.658Z | Checking sapling-renderdag v0.1.0 |
| 4049 | 2026-07-08T18:03:10.777Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4050 | 2026-07-08T18:03:10.843Z | Checking subprocess v0.2.15 |
| 4051 | 2026-07-08T18:03:10.896Z | Checking sync-ptr v0.1.4 |
| 4052 | 2026-07-08T18:03:10.937Z | Checking colored v2.2.0 |
| 4053 | 2026-07-08T18:03:11.012Z | Checking assert_matches v1.5.0 |
| 4054 | 2026-07-08T18:03:11.125Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4055 | 2026-07-08T18:03:11.272Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4056 | 2026-07-08T18:03:11.276Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4057 | 2026-07-08T18:03:11.912Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4058 | 2026-07-08T18:03:13.230Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4059 | 2026-07-08T18:03:15.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
| 4060 | 2026-07-08T18:03:15.584Z | |
| 4061 | 2026-07-08T18:03:15.586Z | info: running `cargo check --bins` on omicron-repl-utils (233/300) |
| 4062 | 2026-07-08T18:03:16.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-07-08T18:03:16.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-07-08T18:03:16.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-07-08T18:03:16.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4066 | 2026-07-08T18:03:16.114Z | |
| 4067 | 2026-07-08T18:03:16.114Z | info: running `cargo check --bins` on transient-dns-server (234/300) |
| 4068 | 2026-07-08T18:03:16.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-07-08T18:03:16.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-07-08T18:03:16.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4071 | 2026-07-08T18:03:16.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4072 | 2026-07-08T18:03:16.669Z | |
| 4073 | 2026-07-08T18:03:16.669Z | info: running `cargo check --bins` on nexus-test-interface (235/300) |
| 4074 | 2026-07-08T18:03:17.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4075 | 2026-07-08T18:03:17.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4076 | 2026-07-08T18:03:17.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4077 | 2026-07-08T18:03:17.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4078 | 2026-07-08T18:03:17.264Z | |
| 4079 | 2026-07-08T18:03:17.265Z | info: running `cargo check --bins` on oximeter-collector (236/300) |
| 4080 | 2026-07-08T18:03:17.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4081 | 2026-07-08T18:03:17.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4082 | 2026-07-08T18:03:17.941Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4083 | 2026-07-08T18:03:17.941Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4084 | 2026-07-08T18:03:18.572Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4085 | 2026-07-08T18:03:20.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s |
| 4086 | 2026-07-08T18:03:20.333Z | |
| 4087 | 2026-07-08T18:03:20.333Z | info: running `cargo check --bins` on oximeter-api (237/300) |
| 4088 | 2026-07-08T18:03:20.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4089 | 2026-07-08T18:03:20.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4090 | 2026-07-08T18:03:20.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4091 | 2026-07-08T18:03:20.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4092 | 2026-07-08T18:03:20.876Z | |
| 4093 | 2026-07-08T18:03:20.876Z | info: running `cargo check --bins` on cert-dev (238/300) |
| 4094 | 2026-07-08T18:03:21.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4095 | 2026-07-08T18:03:21.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4096 | 2026-07-08T18:03:21.437Z | Checking yasna v0.5.2 |
| 4097 | 2026-07-08T18:03:21.839Z | Checking rcgen v0.12.1 |
| 4098 | 2026-07-08T18:03:22.091Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4099 | 2026-07-08T18:03:22.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4100 | 2026-07-08T18:03:22.429Z | |
| 4101 | 2026-07-08T18:03:22.429Z | info: running `cargo check --bins` on clickana (239/300) |
| 4102 | 2026-07-08T18:03:22.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-07-08T18:03:22.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-07-08T18:03:23.031Z | Compiling darling_core v0.23.0 |
| 4105 | 2026-07-08T18:03:23.137Z | Compiling instability v0.3.11 |
| 4106 | 2026-07-08T18:03:23.140Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4107 | 2026-07-08T18:03:23.154Z | Checking castaway v0.2.4 |
| 4108 | 2026-07-08T18:03:23.162Z | Compiling indoc v2.0.7 |
| 4109 | 2026-07-08T18:03:23.165Z | Checking unicode-truncate v1.1.0 |
| 4110 | 2026-07-08T18:03:23.183Z | Checking lru v0.12.5 |
| 4111 | 2026-07-08T18:03:23.183Z | Checking cassowary v0.3.0 |
| 4112 | 2026-07-08T18:03:23.248Z | Checking compact_str v0.8.1 |
| 4113 | 2026-07-08T18:03:24.450Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4114 | 2026-07-08T18:03:24.558Z | Compiling darling_macro v0.23.0 |
| 4115 | 2026-07-08T18:03:24.618Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4116 | 2026-07-08T18:03:24.983Z | Compiling darling v0.23.0 |
| 4117 | 2026-07-08T18:03:25.609Z | Checking ratatui v0.29.0 |
| 4118 | 2026-07-08T18:03:26.661Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4119 | 2026-07-08T18:03:27.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
| 4120 | 2026-07-08T18:03:27.484Z | |
| 4121 | 2026-07-08T18:03:27.484Z | info: running `cargo check --bins` on clickhouse-cluster-dev (240/300) |
| 4122 | 2026-07-08T18:03:27.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-07-08T18:03:27.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-07-08T18:03:28.152Z | Checking headers-core v0.3.0 |
| 4125 | 2026-07-08T18:03:28.152Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4126 | 2026-07-08T18:03:28.347Z | Checking headers v0.4.1 |
| 4127 | 2026-07-08T18:03:28.711Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4128 | 2026-07-08T18:03:29.644Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4129 | 2026-07-08T18:03:30.117Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4130 | 2026-07-08T18:03:30.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 4131 | 2026-07-08T18:03:30.700Z | |
| 4132 | 2026-07-08T18:03:30.700Z | info: running `cargo check --bins` on ch-dev (241/300) |
| 4133 | 2026-07-08T18:03:31.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-07-08T18:03:31.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-07-08T18:03:31.368Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4136 | 2026-07-08T18:03:32.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4137 | 2026-07-08T18:03:32.288Z | |
| 4138 | 2026-07-08T18:03:32.289Z | info: running `cargo check --bins` on dev-tools-common (242/300) |
| 4139 | 2026-07-08T18:03:32.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4140 | 2026-07-08T18:03:32.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4141 | 2026-07-08T18:03:32.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4142 | 2026-07-08T18:03:32.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 4143 | 2026-07-08T18:03:32.689Z | |
| 4144 | 2026-07-08T18:03:32.689Z | info: running `cargo check --bins` on corpus-adjust (243/300) |
| 4145 | 2026-07-08T18:03:33.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4146 | 2026-07-08T18:03:33.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4147 | 2026-07-08T18:03:33.262Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4148 | 2026-07-08T18:03:33.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 4149 | 2026-07-08T18:03:33.771Z | |
| 4150 | 2026-07-08T18:03:33.771Z | info: running `cargo check --bins` on crdb-seed (244/300) |
| 4151 | 2026-07-08T18:03:34.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4152 | 2026-07-08T18:03:34.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4153 | 2026-07-08T18:03:34.429Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4154 | 2026-07-08T18:03:35.504Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4155 | 2026-07-08T18:03:35.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 4156 | 2026-07-08T18:03:36.019Z | |
| 4157 | 2026-07-08T18:03:36.019Z | info: running `cargo check --bins` on db-dev (245/300) |
| 4158 | 2026-07-08T18:03:36.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4159 | 2026-07-08T18:03:36.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4160 | 2026-07-08T18:03:36.685Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4161 | 2026-07-08T18:03:37.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4162 | 2026-07-08T18:03:37.614Z | |
| 4163 | 2026-07-08T18:03:37.614Z | info: running `cargo check --bins` on omicron-dev-lib (246/300) |
| 4164 | 2026-07-08T18:03:38.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4165 | 2026-07-08T18:03:38.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4166 | 2026-07-08T18:03:38.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4167 | 2026-07-08T18:03:38.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4168 | 2026-07-08T18:03:38.195Z | |
| 4169 | 2026-07-08T18:03:38.195Z | info: running `cargo check --bins` on xtask-downloader (247/300) |
| 4170 | 2026-07-08T18:03:38.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4171 | 2026-07-08T18:03:38.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4172 | 2026-07-08T18:03:38.758Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4173 | 2026-07-08T18:03:39.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 4174 | 2026-07-08T18:03:39.607Z | |
| 4175 | 2026-07-08T18:03:39.607Z | info: running `cargo check --bins` on omicron-dropshot-apis (248/300) |
| 4176 | 2026-07-08T18:03:40.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4177 | 2026-07-08T18:03:40.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4178 | 2026-07-08T18:03:40.306Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4179 | 2026-07-08T18:03:40.306Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4180 | 2026-07-08T18:03:40.306Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1) |
| 4181 | 2026-07-08T18:03:40.309Z | Checking git-stub v1.0.0 |
| 4182 | 2026-07-08T18:03:40.309Z | Compiling trait-variant v0.1.2 |
| 4183 | 2026-07-08T18:03:40.309Z | Checking maplit v1.0.2 |
| 4184 | 2026-07-08T18:03:40.309Z | Checking is_ci v1.2.0 |
| 4185 | 2026-07-08T18:03:40.422Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4186 | 2026-07-08T18:03:40.506Z | Checking supports-color v3.0.2 |
| 4187 | 2026-07-08T18:03:40.531Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4188 | 2026-07-08T18:03:40.566Z | Checking git-stub-vcs v0.1.0 |
| 4189 | 2026-07-08T18:03:40.624Z | Checking drift v0.2.0 |
| 4190 | 2026-07-08T18:03:40.724Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4191 | 2026-07-08T18:03:40.740Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4192 | 2026-07-08T18:03:40.759Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4193 | 2026-07-08T18:03:40.954Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4194 | 2026-07-08T18:03:40.977Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4195 | 2026-07-08T18:03:40.980Z | Checking dropshot-api-manager v0.7.2 |
| 4196 | 2026-07-08T18:03:41.007Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4197 | 2026-07-08T18:03:41.151Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4198 | 2026-07-08T18:03:41.222Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4199 | 2026-07-08T18:03:41.423Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1) |
| 4200 | 2026-07-08T18:03:41.723Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4201 | 2026-07-08T18:03:46.772Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4202 | 2026-07-08T18:03:47.898Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4203 | 2026-07-08T18:03:48.440Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4204 | 2026-07-08T18:03:48.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s |
| 4205 | 2026-07-08T18:03:49.044Z | |
| 4206 | 2026-07-08T18:03:49.044Z | info: running `cargo check --bins` on installinator-api (249/300) |
| 4207 | 2026-07-08T18:03:49.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-07-08T18:03:49.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-07-08T18:03:49.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4210 | 2026-07-08T18:03:49.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4211 | 2026-07-08T18:03:49.583Z | |
| 4212 | 2026-07-08T18:03:49.583Z | info: running `cargo check --bins` on nexus-external-api (250/300) |
| 4213 | 2026-07-08T18:03:50.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-07-08T18:03:50.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-07-08T18:03:50.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-07-08T18:03:50.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4217 | 2026-07-08T18:03:50.161Z | |
| 4218 | 2026-07-08T18:03:50.161Z | info: running `cargo check --bins` on nexus-internal-api (251/300) |
| 4219 | 2026-07-08T18:03:50.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-07-08T18:03:50.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-07-08T18:03:50.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-07-08T18:03:50.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4223 | 2026-07-08T18:03:50.739Z | |
| 4224 | 2026-07-08T18:03:50.739Z | info: running `cargo check --bins` on nexus-lockstep-api (252/300) |
| 4225 | 2026-07-08T18:03:51.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-07-08T18:03:51.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-07-08T18:03:51.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4228 | 2026-07-08T18:03:51.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4229 | 2026-07-08T18:03:51.313Z | |
| 4230 | 2026-07-08T18:03:51.313Z | info: running `cargo check --bins` on ntp-admin-api (253/300) |
| 4231 | 2026-07-08T18:03:51.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-07-08T18:03:51.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-07-08T18:03:51.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4234 | 2026-07-08T18:03:51.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4235 | 2026-07-08T18:03:51.853Z | |
| 4236 | 2026-07-08T18:03:51.854Z | info: running `cargo check --bins` on ntp-admin-types-versions (254/300) |
| 4237 | 2026-07-08T18:03:52.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4238 | 2026-07-08T18:03:52.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4239 | 2026-07-08T18:03:52.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4240 | 2026-07-08T18:03:52.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4241 | 2026-07-08T18:03:52.380Z | |
| 4242 | 2026-07-08T18:03:52.381Z | info: running `cargo check --bins` on wicketd-api (255/300) |
| 4243 | 2026-07-08T18:03:52.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4244 | 2026-07-08T18:03:52.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4245 | 2026-07-08T18:03:52.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4246 | 2026-07-08T18:03:52.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4247 | 2026-07-08T18:03:52.931Z | |
| 4248 | 2026-07-08T18:03:52.931Z | info: running `cargo check --bins` on omicron-ls-apis (256/300) |
| 4249 | 2026-07-08T18:03:53.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4250 | 2026-07-08T18:03:53.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4251 | 2026-07-08T18:03:53.494Z | Checking cargo-platform v0.3.2 |
| 4252 | 2026-07-08T18:03:53.497Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4253 | 2026-07-08T18:03:53.733Z | Checking cargo_metadata v0.23.1 |
| 4254 | 2026-07-08T18:03:54.326Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4255 | 2026-07-08T18:03:55.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 4256 | 2026-07-08T18:03:55.231Z | |
| 4257 | 2026-07-08T18:03:55.231Z | info: running `cargo check --bins` on mgs-dev (257/300) |
| 4258 | 2026-07-08T18:03:55.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4259 | 2026-07-08T18:03:55.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4260 | 2026-07-08T18:03:55.910Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4261 | 2026-07-08T18:03:56.515Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4262 | 2026-07-08T18:03:57.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4263 | 2026-07-08T18:03:57.187Z | |
| 4264 | 2026-07-08T18:03:57.187Z | info: running `cargo check --bins` on omicron-omdb (258/300) |
| 4265 | 2026-07-08T18:03:57.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-07-08T18:03:57.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-07-08T18:03:58.095Z | Compiling vergen-lib v0.1.6 |
| 4268 | 2026-07-08T18:03:58.095Z | Compiling diesel_derives v2.3.7 |
| 4269 | 2026-07-08T18:03:58.095Z | Compiling dsl_auto_type v0.2.0 |
| 4270 | 2026-07-08T18:03:58.095Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4271 | 2026-07-08T18:03:58.098Z | Checking scheduled-thread-pool v0.2.7 |
| 4272 | 2026-07-08T18:03:58.098Z | Compiling vergen-gitcl v1.0.8 |
| 4273 | 2026-07-08T18:03:58.098Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4274 | 2026-07-08T18:03:58.098Z | Compiling dirs-sys-next v0.1.2 |
| 4275 | 2026-07-08T18:03:58.367Z | Compiling crunchy v0.2.4 |
| 4276 | 2026-07-08T18:03:58.433Z | Compiling glob v0.3.3 |
| 4277 | 2026-07-08T18:03:58.469Z | Compiling dirs-next v2.0.0 |
| 4278 | 2026-07-08T18:03:58.485Z | Checking r2d2 v0.8.10 |
| 4279 | 2026-07-08T18:03:58.545Z | Checking downcast-rs v2.0.2 |
| 4280 | 2026-07-08T18:03:58.589Z | Compiling tiny-keccak v2.0.2 |
| 4281 | 2026-07-08T18:03:58.639Z | Compiling term v0.7.0 |
| 4282 | 2026-07-08T18:03:58.665Z | Compiling bit-vec v0.6.3 |
| 4283 | 2026-07-08T18:03:58.828Z | Compiling clang-sys v1.8.1 |
| 4284 | 2026-07-08T18:03:58.884Z | Compiling bit-set v0.5.3 |
| 4285 | 2026-07-08T18:03:58.917Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4286 | 2026-07-08T18:03:59.043Z | Compiling ascii-canvas v3.0.0 |
| 4287 | 2026-07-08T18:03:59.116Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4288 | 2026-07-08T18:03:59.216Z | Compiling itertools v0.10.5 |
| 4289 | 2026-07-08T18:03:59.251Z | Compiling ena v0.14.4 |
| 4290 | 2026-07-08T18:03:59.267Z | Compiling libloading v0.8.9 |
| 4291 | 2026-07-08T18:03:59.282Z | Compiling bindgen v0.71.1 |
| 4292 | 2026-07-08T18:03:59.297Z | Compiling regex-syntax v0.6.29 |
| 4293 | 2026-07-08T18:03:59.368Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4294 | 2026-07-08T18:03:59.464Z | Compiling diff v0.1.13 |
| 4295 | 2026-07-08T18:03:59.754Z | Compiling cexpr v0.6.0 |
| 4296 | 2026-07-08T18:03:59.771Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4297 | 2026-07-08T18:03:59.972Z | Compiling rustc-hash v2.1.1 |
| 4298 | 2026-07-08T18:04:00.134Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4299 | 2026-07-08T18:04:00.154Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4300 | 2026-07-08T18:04:00.294Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4301 | 2026-07-08T18:04:00.440Z | Compiling libxml v0.3.3 |
| 4302 | 2026-07-08T18:04:00.489Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4303 | 2026-07-08T18:04:00.575Z | Compiling strum_macros v0.24.3 |
| 4304 | 2026-07-08T18:04:00.685Z | Compiling lalrpop v0.19.12 |
| 4305 | 2026-07-08T18:04:00.731Z | Compiling indoc v1.0.9 |
| 4306 | 2026-07-08T18:04:01.466Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4307 | 2026-07-08T18:04:01.670Z | Checking derive_builder v0.20.2 |
| 4308 | 2026-07-08T18:04:01.789Z | Compiling oso-derive v0.27.3 |
| 4309 | 2026-07-08T18:04:01.950Z | Checking quick-xml v0.37.5 |
| 4310 | 2026-07-08T18:04:01.971Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4311 | 2026-07-08T18:04:02.306Z | Checking openssl-probe v0.1.6 |
| 4312 | 2026-07-08T18:04:02.451Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4313 | 2026-07-08T18:04:02.835Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4314 | 2026-07-08T18:04:03.042Z | Checking bb8 v0.8.6 |
| 4315 | 2026-07-08T18:04:03.183Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4316 | 2026-07-08T18:04:03.200Z | Checking nonempty v0.12.0 |
| 4317 | 2026-07-08T18:04:03.322Z | Compiling libz-sys v1.1.24 |
| 4318 | 2026-07-08T18:04:03.366Z | Compiling strsim v0.10.0 |
| 4319 | 2026-07-08T18:04:03.410Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4320 | 2026-07-08T18:04:03.502Z | Compiling vergen-git2 v9.1.0 |
| 4321 | 2026-07-08T18:04:03.693Z | Compiling darling_core v0.13.4 |
| 4322 | 2026-07-08T18:04:03.747Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4323 | 2026-07-08T18:04:03.901Z | Compiling base64 v0.21.7 |
| 4324 | 2026-07-08T18:04:03.975Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4325 | 2026-07-08T18:04:04.202Z | Checking diesel v2.3.7 |
| 4326 | 2026-07-08T18:04:04.231Z | Compiling ron v0.8.1 |
| 4327 | 2026-07-08T18:04:04.937Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4328 | 2026-07-08T18:04:05.171Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4329 | 2026-07-08T18:04:05.189Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4330 | 2026-07-08T18:04:05.448Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4331 | 2026-07-08T18:04:05.592Z | Compiling darling_macro v0.13.4 |
| 4332 | 2026-07-08T18:04:05.656Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4333 | 2026-07-08T18:04:05.860Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4334 | 2026-07-08T18:04:06.069Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4335 | 2026-07-08T18:04:06.090Z | Compiling darling v0.13.4 |
| 4336 | 2026-07-08T18:04:06.183Z | Compiling serde_with_macros v1.5.2 |
| 4337 | 2026-07-08T18:04:06.273Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4338 | 2026-07-08T18:04:06.353Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4339 | 2026-07-08T18:04:06.478Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4340 | 2026-07-08T18:04:07.054Z | Compiling serde_with v1.14.0 |
| 4341 | 2026-07-08T18:04:08.007Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4342 | 2026-07-08T18:04:08.191Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4343 | 2026-07-08T18:04:08.208Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4344 | 2026-07-08T18:04:08.843Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4345 | 2026-07-08T18:04:09.057Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4346 | 2026-07-08T18:04:09.342Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4347 | 2026-07-08T18:04:09.587Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4348 | 2026-07-08T18:04:09.800Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4349 | 2026-07-08T18:04:10.132Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4350 | 2026-07-08T18:04:10.305Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4351 | 2026-07-08T18:04:10.634Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4352 | 2026-07-08T18:04:10.707Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4353 | 2026-07-08T18:04:10.917Z | Checking twox-hash v2.1.2 |
| 4354 | 2026-07-08T18:04:10.961Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4355 | 2026-07-08T18:04:11.222Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4356 | 2026-07-08T18:04:11.266Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4357 | 2026-07-08T18:04:11.665Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4358 | 2026-07-08T18:04:11.824Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4359 | 2026-07-08T18:04:12.942Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4360 | 2026-07-08T18:04:13.089Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4361 | 2026-07-08T18:04:13.249Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4362 | 2026-07-08T18:04:13.773Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4363 | 2026-07-08T18:04:13.918Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4364 | 2026-07-08T18:04:14.126Z | Checking console v0.16.2 |
| 4365 | 2026-07-08T18:04:14.437Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4366 | 2026-07-08T18:04:14.587Z | Checking fatfs v0.3.6 |
| 4367 | 2026-07-08T18:04:14.744Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4368 | 2026-07-08T18:04:15.045Z | Checking unit-prefix v0.5.2 |
| 4369 | 2026-07-08T18:04:15.183Z | Compiling seq-macro v0.3.6 |
| 4370 | 2026-07-08T18:04:15.722Z | Checking indicatif v0.18.4 |
| 4371 | 2026-07-08T18:04:16.078Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4372 | 2026-07-08T18:04:16.094Z | Checking support-bundle-viewer v0.1.2 |
| 4373 | 2026-07-08T18:04:16.120Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4374 | 2026-07-08T18:04:16.339Z | Checking multimap v0.10.1 |
| 4375 | 2026-07-08T18:04:19.513Z | Checking async-bb8-diesel v0.2.1 |
| 4376 | 2026-07-08T18:04:19.876Z | Checking diesel-dtrace v0.5.0 |
| 4377 | 2026-07-08T18:04:25.960Z | Compiling samael v0.0.19 |
| 4378 | 2026-07-08T18:04:30.788Z | Compiling git2 v0.20.4 |
| 4379 | 2026-07-08T18:04:31.847Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4380 | 2026-07-08T18:04:32.770Z | Compiling polar-core v0.27.3 |
| 4381 | 2026-07-08T18:04:33.216Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4382 | 2026-07-08T18:04:37.361Z | Checking oso v0.27.3 |
| 4383 | 2026-07-08T18:05:06.772Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4384 | 2026-07-08T18:06:19.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 4385 | 2026-07-08T18:06:19.775Z | |
| 4386 | 2026-07-08T18:06:19.775Z | info: running `cargo check --bins` on nexus-networking (259/300) |
| 4387 | 2026-07-08T18:06:20.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4388 | 2026-07-08T18:06:20.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4389 | 2026-07-08T18:06:20.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4390 | 2026-07-08T18:06:20.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4391 | 2026-07-08T18:06:20.399Z | |
| 4392 | 2026-07-08T18:06:20.399Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300) |
| 4393 | 2026-07-08T18:06:20.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4394 | 2026-07-08T18:06:20.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4395 | 2026-07-08T18:06:20.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4396 | 2026-07-08T18:06:20.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4397 | 2026-07-08T18:06:20.990Z | |
| 4398 | 2026-07-08T18:06:20.991Z | info: running `cargo check --bins` on nexus-saga-recovery (261/300) |
| 4399 | 2026-07-08T18:06:21.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4400 | 2026-07-08T18:06:21.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4401 | 2026-07-08T18:06:21.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4402 | 2026-07-08T18:06:21.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4403 | 2026-07-08T18:06:21.583Z | |
| 4404 | 2026-07-08T18:06:21.583Z | info: running `cargo check --bins` on nexus-test-utils-macros (262/300) |
| 4405 | 2026-07-08T18:06:22.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4406 | 2026-07-08T18:06:22.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4407 | 2026-07-08T18:06:22.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4408 | 2026-07-08T18:06:22.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4409 | 2026-07-08T18:06:22.106Z | |
| 4410 | 2026-07-08T18:06:22.106Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (263/300) |
| 4411 | 2026-07-08T18:06:22.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4412 | 2026-07-08T18:06:22.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4413 | 2026-07-08T18:06:22.884Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4414 | 2026-07-08T18:06:23.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 4415 | 2026-07-08T18:06:23.814Z | |
| 4416 | 2026-07-08T18:06:23.814Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300) |
| 4417 | 2026-07-08T18:06:24.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-07-08T18:06:24.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-07-08T18:06:24.601Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4420 | 2026-07-08T18:07:02.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.44s |
| 4421 | 2026-07-08T18:07:02.465Z | |
| 4422 | 2026-07-08T18:07:02.466Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300) |
| 4423 | 2026-07-08T18:07:02.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-07-08T18:07:02.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-07-08T18:07:02.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4426 | 2026-07-08T18:07:02.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4427 | 2026-07-08T18:07:02.999Z | |
| 4428 | 2026-07-08T18:07:02.999Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300) |
| 4429 | 2026-07-08T18:07:03.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4430 | 2026-07-08T18:07:03.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4431 | 2026-07-08T18:07:03.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4432 | 2026-07-08T18:07:03.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4433 | 2026-07-08T18:07:03.532Z | |
| 4434 | 2026-07-08T18:07:03.532Z | info: running `cargo check --bins --no-default-features` on nexus-fm (267/300) |
| 4435 | 2026-07-08T18:07:04.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4436 | 2026-07-08T18:07:04.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4437 | 2026-07-08T18:07:04.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4438 | 2026-07-08T18:07:04.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4439 | 2026-07-08T18:07:04.107Z | |
| 4440 | 2026-07-08T18:07:04.107Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300) |
| 4441 | 2026-07-08T18:07:04.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4442 | 2026-07-08T18:07:04.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4443 | 2026-07-08T18:07:04.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4444 | 2026-07-08T18:07:04.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4445 | 2026-07-08T18:07:04.702Z | |
| 4446 | 2026-07-08T18:07:04.703Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (269/300) |
| 4447 | 2026-07-08T18:07:05.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4448 | 2026-07-08T18:07:05.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4449 | 2026-07-08T18:07:05.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4450 | 2026-07-08T18:07:05.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4451 | 2026-07-08T18:07:05.296Z | |
| 4452 | 2026-07-08T18:07:05.297Z | info: running `cargo check --bins` on nexus-mgs-updates (270/300) |
| 4453 | 2026-07-08T18:07:05.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4454 | 2026-07-08T18:07:05.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4455 | 2026-07-08T18:07:05.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4456 | 2026-07-08T18:07:05.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4457 | 2026-07-08T18:07:05.879Z | |
| 4458 | 2026-07-08T18:07:05.879Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (271/300) |
| 4459 | 2026-07-08T18:07:06.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4460 | 2026-07-08T18:07:06.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4461 | 2026-07-08T18:07:06.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4462 | 2026-07-08T18:07:06.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4463 | 2026-07-08T18:07:06.465Z | |
| 4464 | 2026-07-08T18:07:06.465Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300) |
| 4465 | 2026-07-08T18:07:06.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4466 | 2026-07-08T18:07:06.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4467 | 2026-07-08T18:07:06.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4468 | 2026-07-08T18:07:06.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4469 | 2026-07-08T18:07:07.052Z | |
| 4470 | 2026-07-08T18:07:07.052Z | info: running `cargo check --bins` on nexus-switch-config (273/300) |
| 4471 | 2026-07-08T18:07:07.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4472 | 2026-07-08T18:07:07.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4473 | 2026-07-08T18:07:07.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4474 | 2026-07-08T18:07:07.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4475 | 2026-07-08T18:07:07.626Z | |
| 4476 | 2026-07-08T18:07:07.626Z | info: running `cargo check --bins` on nexus-switch-config-preparation (274/300) |
| 4477 | 2026-07-08T18:07:08.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4478 | 2026-07-08T18:07:08.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4479 | 2026-07-08T18:07:08.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4480 | 2026-07-08T18:07:08.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4481 | 2026-07-08T18:07:08.219Z | |
| 4482 | 2026-07-08T18:07:08.220Z | info: running `cargo check --bins` on support-bundle-collection (275/300) |
| 4483 | 2026-07-08T18:07:08.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4484 | 2026-07-08T18:07:08.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4485 | 2026-07-08T18:07:08.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4486 | 2026-07-08T18:07:08.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4487 | 2026-07-08T18:07:08.809Z | |
| 4488 | 2026-07-08T18:07:08.810Z | info: running `cargo check --bins` on omicron-dev (276/300) |
| 4489 | 2026-07-08T18:07:09.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4490 | 2026-07-08T18:07:09.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4491 | 2026-07-08T18:07:09.664Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4492 | 2026-07-08T18:07:09.664Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4493 | 2026-07-08T18:07:09.846Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4494 | 2026-07-08T18:07:09.876Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4495 | 2026-07-08T18:07:09.897Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4496 | 2026-07-08T18:07:09.912Z | Checking yansi v1.0.1 |
| 4497 | 2026-07-08T18:07:09.917Z | Checking diff v0.1.13 |
| 4498 | 2026-07-08T18:07:09.917Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4499 | 2026-07-08T18:07:10.001Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4500 | 2026-07-08T18:07:10.169Z | Checking pretty_assertions v1.4.1 |
| 4501 | 2026-07-08T18:07:10.922Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4502 | 2026-07-08T18:07:10.959Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4503 | 2026-07-08T18:07:35.525Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4504 | 2026-07-08T18:07:35.529Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4505 | 2026-07-08T18:07:35.529Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4506 | 2026-07-08T18:07:35.530Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4507 | 2026-07-08T18:07:35.530Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4508 | 2026-07-08T18:07:35.530Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4509 | 2026-07-08T18:07:35.530Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4510 | 2026-07-08T18:07:36.363Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4511 | 2026-07-08T18:07:36.363Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4512 | 2026-07-08T18:07:37.592Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4513 | 2026-07-08T18:08:15.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4514 | 2026-07-08T18:08:15.584Z | |
| 4515 | 2026-07-08T18:08:15.585Z | info: running `cargo check --bins` on omicron-pins (277/300) |
| 4516 | 2026-07-08T18:08:16.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4517 | 2026-07-08T18:08:16.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4518 | 2026-07-08T18:08:16.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4519 | 2026-07-08T18:08:16.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4520 | 2026-07-08T18:08:16.119Z | |
| 4521 | 2026-07-08T18:08:16.119Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300) |
| 4522 | 2026-07-08T18:08:16.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4523 | 2026-07-08T18:08:16.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4524 | 2026-07-08T18:08:16.848Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4525 | 2026-07-08T18:08:16.963Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4526 | 2026-07-08T18:08:16.971Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4527 | 2026-07-08T18:08:43.975Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4528 | 2026-07-08T18:08:44.350Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4529 | 2026-07-08T18:08:46.070Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4530 | 2026-07-08T18:08:46.509Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4531 | 2026-07-08T18:08:49.637Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4532 | 2026-07-08T18:09:13.231Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4533 | 2026-07-08T18:09:13.921Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4534 | 2026-07-08T18:09:15.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.39s |
| 4535 | 2026-07-08T18:09:15.720Z | |
| 4536 | 2026-07-08T18:09:15.720Z | info: running `cargo check --bins` on reconfigurator-sp-updater (279/300) |
| 4537 | 2026-07-08T18:09:16.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4538 | 2026-07-08T18:09:16.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4539 | 2026-07-08T18:09:16.395Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4540 | 2026-07-08T18:09:17.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4541 | 2026-07-08T18:09:17.249Z | |
| 4542 | 2026-07-08T18:09:17.249Z | info: running `cargo check --bins` on omicron-releng (280/300) |
| 4543 | 2026-07-08T18:09:17.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-07-08T18:09:17.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-07-08T18:09:17.853Z | Compiling blake3 v1.8.5 |
| 4546 | 2026-07-08T18:09:17.960Z | Checking arrayref v0.3.9 |
| 4547 | 2026-07-08T18:09:17.960Z | Checking arrayvec v0.7.6 |
| 4548 | 2026-07-08T18:09:17.960Z | Checking constant_time_eq v0.4.2 |
| 4549 | 2026-07-08T18:09:17.979Z | Checking topological-sort v0.2.2 |
| 4550 | 2026-07-08T18:09:17.979Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4551 | 2026-07-08T18:09:17.979Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4552 | 2026-07-08T18:09:17.988Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4553 | 2026-07-08T18:09:18.022Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4554 | 2026-07-08T18:09:18.086Z | Checking shell-words v1.1.1 |
| 4555 | 2026-07-08T18:09:18.871Z | Checking omicron-zone-package v0.12.3 |
| 4556 | 2026-07-08T18:09:19.588Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4557 | 2026-07-08T18:09:20.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 4558 | 2026-07-08T18:09:20.676Z | |
| 4559 | 2026-07-08T18:09:20.676Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (281/300) |
| 4560 | 2026-07-08T18:09:21.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4561 | 2026-07-08T18:09:21.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4562 | 2026-07-08T18:09:21.273Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4563 | 2026-07-08T18:09:21.591Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4564 | 2026-07-08T18:09:21.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 4565 | 2026-07-08T18:09:22.156Z | |
| 4566 | 2026-07-08T18:09:22.156Z | info: running `cargo check --bins` on schema (282/300) |
| 4567 | 2026-07-08T18:09:22.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4568 | 2026-07-08T18:09:22.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4569 | 2026-07-08T18:09:22.838Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4570 | 2026-07-08T18:09:23.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4571 | 2026-07-08T18:09:23.721Z | |
| 4572 | 2026-07-08T18:09:23.722Z | info: running `cargo check --bins` on xtask (283/300) |
| 4573 | 2026-07-08T18:09:24.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4574 | 2026-07-08T18:09:24.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4575 | 2026-07-08T18:09:24.111Z | Checking serde_core v1.0.228 |
| 4576 | 2026-07-08T18:09:24.112Z | Checking libc v0.2.185 |
| 4577 | 2026-07-08T18:09:24.115Z | Checking bitflags v2.11.0 |
| 4578 | 2026-07-08T18:09:24.198Z | Checking scroll v0.12.0 |
| 4579 | 2026-07-08T18:09:24.202Z | Checking thiserror v1.0.69 |
| 4580 | 2026-07-08T18:09:24.205Z | Checking log v0.4.29 |
| 4581 | 2026-07-08T18:09:24.218Z | Checking zerocopy v0.7.35 |
| 4582 | 2026-07-08T18:09:24.222Z | Checking indexmap v2.14.0 |
| 4583 | 2026-07-08T18:09:24.291Z | Checking syn v2.0.117 |
| 4584 | 2026-07-08T18:09:24.330Z | Checking dtrace-parser v0.2.0 |
| 4585 | 2026-07-08T18:09:24.350Z | Checking once_cell v1.21.3 |
| 4586 | 2026-07-08T18:09:24.410Z | Checking goblin v0.8.2 |
| 4587 | 2026-07-08T18:09:24.471Z | Checking errno v0.3.14 |
| 4588 | 2026-07-08T18:09:24.523Z | Checking getrandom v0.4.1 |
| 4589 | 2026-07-08T18:09:24.555Z | Checking thread-id v4.2.2 |
| 4590 | 2026-07-08T18:09:24.588Z | Checking rustix v1.1.3 |
| 4591 | 2026-07-08T18:09:24.632Z | Checking memmap v0.7.0 |
| 4592 | 2026-07-08T18:09:24.654Z | Checking thiserror v2.0.18 |
| 4593 | 2026-07-08T18:09:24.692Z | Checking fs-err v3.3.0 |
| 4594 | 2026-07-08T18:09:24.753Z | Checking anyhow v1.0.102 |
| 4595 | 2026-07-08T18:09:24.764Z | Checking tabled v0.15.0 |
| 4596 | 2026-07-08T18:09:25.344Z | Checking terminal_size v0.4.3 |
| 4597 | 2026-07-08T18:09:25.344Z | Checking tempfile v3.25.0 |
| 4598 | 2026-07-08T18:09:25.454Z | Checking clap_builder v4.6.0 |
| 4599 | 2026-07-08T18:09:25.454Z | Checking textwrap v0.16.2 |
| 4600 | 2026-07-08T18:09:25.671Z | Checking serde v1.0.228 |
| 4601 | 2026-07-08T18:09:25.671Z | Checking serde_json v1.0.150 |
| 4602 | 2026-07-08T18:09:25.674Z | Checking camino v1.2.2 |
| 4603 | 2026-07-08T18:09:25.675Z | Checking cargo-platform v0.3.2 |
| 4604 | 2026-07-08T18:09:25.851Z | Checking semver v1.0.28 |
| 4605 | 2026-07-08T18:09:25.936Z | Checking camino-tempfile v1.4.1 |
| 4606 | 2026-07-08T18:09:26.070Z | Checking serde_spanned v0.6.9 |
| 4607 | 2026-07-08T18:09:26.070Z | Checking toml_datetime v0.6.11 |
| 4608 | 2026-07-08T18:09:26.073Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4609 | 2026-07-08T18:09:26.073Z | Checking macaddr v1.0.1 |
| 4610 | 2026-07-08T18:09:26.250Z | Checking toml_edit v0.22.27 |
| 4611 | 2026-07-08T18:09:26.275Z | Checking dof v0.3.0 |
| 4612 | 2026-07-08T18:09:26.278Z | Checking cargo_metadata v0.23.1 |
| 4613 | 2026-07-08T18:09:26.539Z | Checking usdt-impl v0.5.0 |
| 4614 | 2026-07-08T18:09:26.675Z | Checking clap v4.6.1 |
| 4615 | 2026-07-08T18:09:26.796Z | Checking usdt v0.5.0 |
| 4616 | 2026-07-08T18:09:27.233Z | Checking toml v0.8.23 |
| 4617 | 2026-07-08T18:09:27.500Z | Checking cargo_toml v0.21.0 |
| 4618 | 2026-07-08T18:09:28.150Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4619 | 2026-07-08T18:09:28.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
| 4620 | 2026-07-08T18:09:28.637Z | |
| 4621 | 2026-07-08T18:09:28.637Z | info: running `cargo check --bins` on dnsadm (284/300) |
| 4622 | 2026-07-08T18:09:29.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4623 | 2026-07-08T18:09:29.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4624 | 2026-07-08T18:09:29.230Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4625 | 2026-07-08T18:09:29.690Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4626 | 2026-07-08T18:09:30.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4627 | 2026-07-08T18:09:30.244Z | |
| 4628 | 2026-07-08T18:09:30.244Z | info: running `cargo check --bins` on end-to-end-tests (285/300) |
| 4629 | 2026-07-08T18:09:30.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4630 | 2026-07-08T18:09:30.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4631 | 2026-07-08T18:09:31.011Z | Checking cpubits v0.1.1 |
| 4632 | 2026-07-08T18:09:31.136Z | Checking pem-rfc7468 v1.0.0 |
| 4633 | 2026-07-08T18:09:31.149Z | Checking hmac v0.13.0 |
| 4634 | 2026-07-08T18:09:31.152Z | Checking universal-hash v0.6.1 |
| 4635 | 2026-07-08T18:09:31.171Z | Checking ctr v0.10.1 |
| 4636 | 2026-07-08T18:09:31.171Z | Checking aead v0.6.1 |
| 4637 | 2026-07-08T18:09:31.174Z | Checking sha2 v0.11.0 |
| 4638 | 2026-07-08T18:09:31.212Z | Checking aes v0.9.1 |
| 4639 | 2026-07-08T18:09:31.212Z | Checking crypto-bigint v0.7.5 |
| 4640 | 2026-07-08T18:09:31.270Z | Checking polyval v0.7.1 |
| 4641 | 2026-07-08T18:09:31.284Z | Checking der v0.8.0 |
| 4642 | 2026-07-08T18:09:31.300Z | Checking pbkdf2 v0.13.0 |
| 4643 | 2026-07-08T18:09:31.331Z | Checking cbc v0.2.1 |
| 4644 | 2026-07-08T18:09:31.346Z | Checking salsa20 v0.11.0 |
| 4645 | 2026-07-08T18:09:31.440Z | Checking ghash v0.6.0 |
| 4646 | 2026-07-08T18:09:31.473Z | Checking ff v0.14.0 |
| 4647 | 2026-07-08T18:09:31.495Z | Checking signature v3.0.0 |
| 4648 | 2026-07-08T18:09:31.495Z | Checking base16ct v1.0.0 |
| 4649 | 2026-07-08T18:09:31.583Z | Checking hkdf v0.13.0 |
| 4650 | 2026-07-08T18:09:31.613Z | Checking group v0.14.0 |
| 4651 | 2026-07-08T18:09:31.616Z | Checking aes-gcm v0.11.0 |
| 4652 | 2026-07-08T18:09:31.644Z | Checking rfc6979 v0.5.0 |
| 4653 | 2026-07-08T18:09:31.663Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 4654 | 2026-07-08T18:09:31.721Z | Checking poly1305 v0.9.0 |
| 4655 | 2026-07-08T18:09:31.766Z | Checking blowfish v0.10.0 |
| 4656 | 2026-07-08T18:09:31.782Z | Checking blake2 v0.11.0-rc.6 |
| 4657 | 2026-07-08T18:09:31.797Z | Checking keccak v0.2.0 |
| 4658 | 2026-07-08T18:09:31.901Z | Checking scrypt v0.12.0 |
| 4659 | 2026-07-08T18:09:31.919Z | Checking fiat-crypto v0.3.0 |
| 4660 | 2026-07-08T18:09:31.954Z | Checking sha3 v0.11.0 |
| 4661 | 2026-07-08T18:09:31.988Z | Checking bcrypt-pbkdf v0.11.0 |
| 4662 | 2026-07-08T18:09:32.037Z | Checking argon2 v0.6.0-rc.8 |
| 4663 | 2026-07-08T18:09:32.064Z | Checking spki v0.8.0 |
| 4664 | 2026-07-08T18:09:32.066Z | Checking sec1 v0.8.1 |
| 4665 | 2026-07-08T18:09:32.140Z | Checking kem v0.3.0 |
| 4666 | 2026-07-08T18:09:32.232Z | Checking pkcs5 v0.8.1 |
| 4667 | 2026-07-08T18:09:32.255Z | Checking pkcs1 v0.8.0-rc.4 |
| 4668 | 2026-07-08T18:09:32.283Z | Checking module-lattice v0.2.3 |
| 4669 | 2026-07-08T18:09:32.301Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4670 | 2026-07-08T18:09:32.341Z | Checking internal-russh-num-bigint v0.5.0 |
| 4671 | 2026-07-08T18:09:32.461Z | Checking num-bigint v0.4.6 |
| 4672 | 2026-07-08T18:09:32.498Z | Checking ml-kem v0.3.2 |
| 4673 | 2026-07-08T18:09:32.515Z | Checking generic-array v1.4.3 |
| 4674 | 2026-07-08T18:09:32.531Z | Checking pkcs8 v0.11.0 |
| 4675 | 2026-07-08T18:09:32.731Z | Checking ed25519 v3.0.0 |
| 4676 | 2026-07-08T18:09:32.913Z | Checking russh-util v0.52.0 |
| 4677 | 2026-07-08T18:09:32.928Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 4678 | 2026-07-08T18:09:32.932Z | Compiling enum_dispatch v0.3.13 |
| 4679 | 2026-07-08T18:09:33.036Z | Compiling delegate v0.13.5 |
| 4680 | 2026-07-08T18:09:33.171Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4681 | 2026-07-08T18:09:33.192Z | Checking hex-literal v1.1.0 |
| 4682 | 2026-07-08T18:09:33.291Z | Checking md5 v0.8.0 |
| 4683 | 2026-07-08T18:09:33.327Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4684 | 2026-07-08T18:09:33.399Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4685 | 2026-07-08T18:09:33.460Z | Checking socket2 v0.5.10 |
| 4686 | 2026-07-08T18:09:33.475Z | Checking elliptic-curve v0.14.0-rc.33 |
| 4687 | 2026-07-08T18:09:33.597Z | Checking primefield v0.14.0 |
| 4688 | 2026-07-08T18:09:33.610Z | Checking ssh-encoding v0.3.0-rc.9 |
| 4689 | 2026-07-08T18:09:33.711Z | Checking crypto-primes v0.7.2 |
| 4690 | 2026-07-08T18:09:33.801Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4691 | 2026-07-08T18:09:33.835Z | Checking ssh-cipher v0.3.0-rc.9 |
| 4692 | 2026-07-08T18:09:33.925Z | Checking russh-cryptovec v0.61.0 |
| 4693 | 2026-07-08T18:09:33.942Z | Checking ecdsa v0.17.0-rc.18 |
| 4694 | 2026-07-08T18:09:33.993Z | Checking primeorder v0.14.0-rc.10 |
| 4695 | 2026-07-08T18:09:34.046Z | Checking internet-checksum v0.2.1 |
| 4696 | 2026-07-08T18:09:34.300Z | Checking p521 v0.14.0-rc.10 |
| 4697 | 2026-07-08T18:09:34.300Z | Checking p256 v0.14.0-rc.10 |
| 4698 | 2026-07-08T18:09:34.672Z | Checking rsa v0.10.0-rc.18 |
| 4699 | 2026-07-08T18:09:36.819Z | Checking p384 v0.14.0-rc.10 |
| 4700 | 2026-07-08T18:09:38.737Z | Checking ssh-key v0.7.0-rc.10 |
| 4701 | 2026-07-08T18:09:39.505Z | Checking russh v0.61.2 |
| 4702 | 2026-07-08T18:09:51.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.35s |
| 4703 | 2026-07-08T18:09:51.806Z | |
| 4704 | 2026-07-08T18:09:51.806Z | info: running `cargo check --bins` on gateway-cli (286/300) |
| 4705 | 2026-07-08T18:09:52.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4706 | 2026-07-08T18:09:52.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4707 | 2026-07-08T18:09:52.409Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4708 | 2026-07-08T18:09:52.514Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4709 | 2026-07-08T18:09:52.521Z | Checking termios v0.3.3 |
| 4710 | 2026-07-08T18:09:53.737Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4711 | 2026-07-08T18:09:53.884Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4712 | 2026-07-08T18:09:55.540Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4713 | 2026-07-08T18:09:56.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
| 4714 | 2026-07-08T18:09:56.276Z | |
| 4715 | 2026-07-08T18:09:56.276Z | info: running `cargo check --bins --no-default-features` on installinator (287/300) |
| 4716 | 2026-07-08T18:09:56.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4717 | 2026-07-08T18:09:56.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4718 | 2026-07-08T18:09:56.940Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4719 | 2026-07-08T18:09:56.943Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4720 | 2026-07-08T18:09:56.943Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4721 | 2026-07-08T18:09:56.943Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4722 | 2026-07-08T18:09:57.072Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4723 | 2026-07-08T18:09:57.081Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4724 | 2026-07-08T18:09:57.806Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4725 | 2026-07-08T18:09:58.162Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4726 | 2026-07-08T18:09:58.166Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4727 | 2026-07-08T18:09:58.804Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4728 | 2026-07-08T18:10:00.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 4729 | 2026-07-08T18:10:00.614Z | |
| 4730 | 2026-07-08T18:10:00.614Z | info: running `cargo check --bins` on internal-dns-cli (288/300) |
| 4731 | 2026-07-08T18:10:01.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4732 | 2026-07-08T18:10:01.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4733 | 2026-07-08T18:10:01.209Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4734 | 2026-07-08T18:10:01.657Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4735 | 2026-07-08T18:10:01.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4736 | 2026-07-08T18:10:02.141Z | |
| 4737 | 2026-07-08T18:10:02.141Z | info: running `cargo check --bins` on omicron-live-tests (289/300) |
| 4738 | 2026-07-08T18:10:02.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4739 | 2026-07-08T18:10:02.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4740 | 2026-07-08T18:10:02.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4741 | 2026-07-08T18:10:02.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4742 | 2026-07-08T18:10:02.672Z | |
| 4743 | 2026-07-08T18:10:02.672Z | info: running `cargo check --bins` on live-tests-macros (290/300) |
| 4744 | 2026-07-08T18:10:03.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4745 | 2026-07-08T18:10:03.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4746 | 2026-07-08T18:10:03.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4747 | 2026-07-08T18:10:03.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4748 | 2026-07-08T18:10:03.206Z | |
| 4749 | 2026-07-08T18:10:03.207Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300) |
| 4750 | 2026-07-08T18:10:03.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4751 | 2026-07-08T18:10:03.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4752 | 2026-07-08T18:10:03.910Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4753 | 2026-07-08T18:10:04.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4754 | 2026-07-08T18:10:04.690Z | |
| 4755 | 2026-07-08T18:10:04.690Z | info: running `cargo check --bins` on omicron-ntp-admin (292/300) |
| 4756 | 2026-07-08T18:10:05.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4757 | 2026-07-08T18:10:05.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4758 | 2026-07-08T18:10:05.292Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4759 | 2026-07-08T18:10:05.295Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4760 | 2026-07-08T18:10:05.566Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4761 | 2026-07-08T18:10:05.569Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4762 | 2026-07-08T18:10:06.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4763 | 2026-07-08T18:10:06.543Z | |
| 4764 | 2026-07-08T18:10:06.543Z | info: running `cargo check --bins` on ntp-admin-types (293/300) |
| 4765 | 2026-07-08T18:10:06.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4766 | 2026-07-08T18:10:06.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4767 | 2026-07-08T18:10:06.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4768 | 2026-07-08T18:10:06.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4769 | 2026-07-08T18:10:07.069Z | |
| 4770 | 2026-07-08T18:10:07.069Z | info: running `cargo check --bins` on omicron-package (294/300) |
| 4771 | 2026-07-08T18:10:07.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4772 | 2026-07-08T18:10:07.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4773 | 2026-07-08T18:10:07.703Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4774 | 2026-07-08T18:10:08.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 4775 | 2026-07-08T18:10:08.957Z | |
| 4776 | 2026-07-08T18:10:08.957Z | info: running `cargo check --bins` on tqdb (295/300) |
| 4777 | 2026-07-08T18:10:09.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4778 | 2026-07-08T18:10:09.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4779 | 2026-07-08T18:10:09.694Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4780 | 2026-07-08T18:10:10.045Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4781 | 2026-07-08T18:10:10.553Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4782 | 2026-07-08T18:10:10.557Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4783 | 2026-07-08T18:10:16.632Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4784 | 2026-07-08T18:10:16.635Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4785 | 2026-07-08T18:10:17.202Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4786 | 2026-07-08T18:10:17.202Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4787 | 2026-07-08T18:10:17.206Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4788 | 2026-07-08T18:10:17.206Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4789 | 2026-07-08T18:10:17.970Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4790 | 2026-07-08T18:10:18.982Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4791 | 2026-07-08T18:10:19.771Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4792 | 2026-07-08T18:10:20.391Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4793 | 2026-07-08T18:10:25.253Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4794 | 2026-07-08T18:10:31.930Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4795 | 2026-07-08T18:10:31.933Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4796 | 2026-07-08T18:10:31.933Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4797 | 2026-07-08T18:10:31.933Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4798 | 2026-07-08T18:10:33.399Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4799 | 2026-07-08T18:10:34.724Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4800 | 2026-07-08T18:10:35.407Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4801 | 2026-07-08T18:10:36.664Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4802 | 2026-07-08T18:10:37.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.22s |
| 4803 | 2026-07-08T18:10:37.379Z | |
| 4804 | 2026-07-08T18:10:37.380Z | info: running `cargo check --bins` on wicket-dbg (296/300) |
| 4805 | 2026-07-08T18:10:37.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4806 | 2026-07-08T18:10:37.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4807 | 2026-07-08T18:10:38.047Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4808 | 2026-07-08T18:10:38.051Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4809 | 2026-07-08T18:10:38.168Z | Checking rtoolbox v0.0.3 |
| 4810 | 2026-07-08T18:10:38.176Z | Checking tui-tree-widget v0.23.1 |
| 4811 | 2026-07-08T18:10:38.270Z | Checking rpassword v7.4.0 |
| 4812 | 2026-07-08T18:10:39.318Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4813 | 2026-07-08T18:10:42.477Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4814 | 2026-07-08T18:10:44.332Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4815 | 2026-07-08T18:10:45.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.81s |
| 4816 | 2026-07-08T18:10:45.388Z | |
| 4817 | 2026-07-08T18:10:45.388Z | info: running `cargo check --bins` on wicket (297/300) |
| 4818 | 2026-07-08T18:10:45.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4819 | 2026-07-08T18:10:45.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4820 | 2026-07-08T18:10:46.042Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4821 | 2026-07-08T18:10:46.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4822 | 2026-07-08T18:10:46.558Z | |
| 4823 | 2026-07-08T18:10:46.558Z | info: running `cargo check --bins` on wicketd (298/300) |
| 4824 | 2026-07-08T18:10:47.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4825 | 2026-07-08T18:10:47.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4826 | 2026-07-08T18:10:47.232Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4827 | 2026-07-08T18:10:47.235Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4828 | 2026-07-08T18:10:47.235Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4829 | 2026-07-08T18:10:47.235Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4830 | 2026-07-08T18:10:48.220Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4831 | 2026-07-08T18:10:48.775Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4832 | 2026-07-08T18:10:51.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s |
| 4833 | 2026-07-08T18:10:51.970Z | |
| 4834 | 2026-07-08T18:10:51.970Z | info: running `cargo check --bins` on omicron-workspace-hack (299/300) |
| 4835 | 2026-07-08T18:10:52.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4836 | 2026-07-08T18:10:52.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4837 | 2026-07-08T18:10:52.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4838 | 2026-07-08T18:10:52.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4839 | 2026-07-08T18:10:52.510Z | |
| 4840 | 2026-07-08T18:10:52.510Z | info: running `cargo check --bins` on zone-setup (300/300) |
| 4841 | 2026-07-08T18:10:52.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4842 | 2026-07-08T18:10:52.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4843 | 2026-07-08T18:10:53.135Z | Checking uzers v0.12.2 |
| 4844 | 2026-07-08T18:10:53.407Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4845 | 2026-07-08T18:10:54.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 4846 | 2026-07-08T18:10:54.348Z | |
| 4847 | 2026-07-08T18:10:54.349Z | real 13:58.158593252 |
| 4848 | 2026-07-08T18:10:54.349Z | user 21:08.202301999 |
| 4849 | 2026-07-08T18:10:54.349Z | sys 4:16.964252768 |
| 4850 | 2026-07-08T18:10:54.349Z | trap 0.330323459 |
| 4851 | 2026-07-08T18:10:54.349Z | tflt 0.707984556 |
| 4852 | 2026-07-08T18:10:54.349Z | dflt 1.146719482 |
| 4853 | 2026-07-08T18:10:54.349Z | kflt 0.009140035 |
| 4854 | 2026-07-08T18:10:54.353Z | lock 1:19:58.969708092 |
| 4855 | 2026-07-08T18:10:54.353Z | slp 1:41:16.677482622 |
| 4856 | 2026-07-08T18:10:54.353Z | lat 59.723636596 |
| 4857 | 2026-07-08T18:10:54.353Z | stop 3:41.647154358 |
| 4858 | 2026-07-08T18:10:54.353Z | process exited: duration 961787 ms, exit code 0 |
| |
| 4859 | 2026-07-08T18:10:54.360Z | found 0 output files |