|
|
|
| 1 | 2026-05-18T06:30:32.688Z | job assigned to worker 01KRWVP3QJAFRYSCRHEW5RMPQ5 [factory aws, i-0ef844570d21ac702] (queued for 1 s) |
| |
| 2 | 2026-05-18T06:30:33.589Z | starting task 0: "setup" |
| 3 | 2026-05-18T06:30:33.595Z | ++ uname -s |
| 4 | 2026-05-18T06:30:33.598Z | + kern=SunOS |
| 5 | 2026-05-18T06:30:33.598Z | + build_user=build |
| 6 | 2026-05-18T06:30:33.598Z | + build_uid=12345 |
| 7 | 2026-05-18T06:30:33.598Z | + work_dir=/work |
| 8 | 2026-05-18T06:30:33.598Z | + input_dir=/input |
| 9 | 2026-05-18T06:30:33.598Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-18T06:30:33.598Z | + case "$kern" in |
| 11 | 2026-05-18T06:30:33.598Z | + groupadd -g 12345 build |
| 12 | 2026-05-18T06:30:33.598Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-18T06:30:35.604Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-18T06:30:35.707Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-18T06:30:35.711Z | + home_fs=zfs |
| 16 | 2026-05-18T06:30:35.711Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-18T06:30:35.711Z | + mkdir -p /home/build |
| 18 | 2026-05-18T06:30:35.711Z | + chown build:build /home/build /work |
| 19 | 2026-05-18T06:30:37.712Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-18T06:30:37.715Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2026-05-18T06:30:37.721Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-18T06:30:37.724Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-18T06:30:37.724Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-18T06:30:37.724Z | * rust toolchain profile = "default" |
| 25 | 2026-05-18T06:30:37.724Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-18T06:30:37.724Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-18T06:30:37.724Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-18T06:30:37.727Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-18T06:30:37.727Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-18T06:30:37.830Z | info: downloading installer |
| 31 | 2026-05-18T06:30:39.152Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-18T06:30:39.152Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-18T06:30:39.152Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-18T06:30:39.152Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-18T06:30:39.164Z | info: profile set to default |
| 36 | 2026-05-18T06:30:39.164Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-18T06:30:39.167Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-18T06:30:39.308Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-18T06:30:39.311Z | info: downloading 6 components |
| 40 | 2026-05-18T06:30:54.919Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-18T06:30:54.919Z | |
| 42 | 2026-05-18T06:30:54.948Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-18T06:30:54.948Z | |
| 44 | 2026-05-18T06:30:54.948Z | |
| 45 | 2026-05-18T06:30:54.948Z | Rust is installed now. Great! |
| 46 | 2026-05-18T06:30:54.948Z | |
| 47 | 2026-05-18T06:30:54.951Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-18T06:30:54.951Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-18T06:30:54.951Z | |
| 50 | 2026-05-18T06:30:54.951Z | To configure your current shell, you need to source |
| 51 | 2026-05-18T06:30:54.951Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-18T06:30:54.951Z | |
| 53 | 2026-05-18T06:30:54.951Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-18T06:30:54.951Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-18T06:30:54.951Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-18T06:30:54.951Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-18T06:30:54.951Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-18T06:30:54.951Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-18T06:30:54.951Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-18T06:30:54.951Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-18T06:30:54.951Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-18T06:30:55.047Z | + rustup --version |
| 63 | 2026-05-18T06:30:55.056Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-18T06:30:55.058Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-18T06:30:55.079Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-18T06:30:55.083Z | + cargo --version |
| 67 | 2026-05-18T06:30:55.095Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-18T06:30:55.098Z | + rustc --version |
| 69 | 2026-05-18T06:30:55.117Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-18T06:30:55.120Z | process exited: duration 17399 ms, exit code 0 |
| |
| 71 | 2026-05-18T06:30:55.126Z | starting task 2: "authentication" |
| 72 | 2026-05-18T06:30:55.142Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-18T06:30:55.150Z | starting task 3: "clone repository" |
| 74 | 2026-05-18T06:30:55.152Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-18T06:30:55.155Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-18T06:30:55.190Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-18T06:31:05.094Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-18T06:31:05.094Z | + git fetch origin be781971f92bc9f5b5d532a1e8db279c055f4db4 |
| 79 | 2026-05-18T06:31:05.509Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-18T06:31:05.509Z | * branch be781971f92bc9f5b5d532a1e8db279c055f4db4 -> FETCH_HEAD |
| 81 | 2026-05-18T06:31:05.519Z | + [[ -n '' ]] |
| 82 | 2026-05-18T06:31:05.522Z | + git reset --hard be781971f92bc9f5b5d532a1e8db279c055f4db4 |
| 83 | 2026-05-18T06:31:05.757Z | HEAD is now at be781971f add changes from 10450 |
| 84 | 2026-05-18T06:31:05.760Z | process exited: duration 10610 ms, exit code 0 |
| |
| 85 | 2026-05-18T06:31:05.765Z | starting task 4: "build" |
| 86 | 2026-05-18T06:31:05.769Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-18T06:31:05.774Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-18T06:31:05.774Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-18T06:31:05.774Z | + cargo --version |
| 90 | 2026-05-18T06:31:05.780Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-18T06:31:05.783Z | + rustc --version |
| 92 | 2026-05-18T06:31:05.802Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-18T06:31:05.805Z | + source ./env.sh |
| 94 | 2026-05-18T06:31:05.805Z | ++ OLD_SHELL_OPTS=ehxB |
| 95 | 2026-05-18T06:31:05.805Z | ++ set -o xtrace |
| 96 | 2026-05-18T06:31:05.808Z | ++++ dirname ./env.sh |
| 97 | 2026-05-18T06:31:05.808Z | +++ readlink -f . |
| 98 | 2026-05-18T06:31:05.811Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 99 | 2026-05-18T06:31:05.811Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-18T06:31:05.811Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-05-18T06:31:05.811Z | ++ 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 |
| 102 | 2026-05-18T06:31:05.811Z | ++ 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 |
| 103 | 2026-05-18T06:31:05.811Z | ++ 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 |
| 104 | 2026-05-18T06:31:05.811Z | ++ 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 |
| 105 | 2026-05-18T06:31:05.811Z | ++ 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 |
| 106 | 2026-05-18T06:31:05.811Z | ++ 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 |
| 107 | 2026-05-18T06:31:05.811Z | ++ case $OLD_SHELL_OPTS in |
| 108 | 2026-05-18T06:31:05.811Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 109 | 2026-05-18T06:31:05.811Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 110 | 2026-05-18T06:31:05.811Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 111 | 2026-05-18T06:31:05.811Z | + banner prerequisites |
| 112 | 2026-05-18T06:31:05.814Z | |
| 113 | 2026-05-18T06:31:05.814Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 114 | 2026-05-18T06:31:05.814Z | # # # # # # # # # # # # # # # |
| 115 | 2026-05-18T06:31:05.814Z | # # # # ##### # # ##### # # # # # #### # |
| 116 | 2026-05-18T06:31:05.815Z | ##### ##### # ##### # # # # # # # # # |
| 117 | 2026-05-18T06:31:05.815Z | # # # # # # # # # # # # # # # |
| 118 | 2026-05-18T06:31:05.815Z | # # # ###### # # ###### ### # #### # #### # |
| 119 | 2026-05-18T06:31:05.815Z | |
| 120 | 2026-05-18T06:31:05.815Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 121 | 2026-05-18T06:31:08.268Z | Startup: Refreshing catalog 'helios' ... Done |
| 122 | 2026-05-18T06:31:08.324Z | Startup: Caching catalogs ... Done |
| 123 | 2026-05-18T06:31:08.530Z | Planning: Solver setup ... Done (0.174s) |
| 124 | 2026-05-18T06:31:08.546Z | Planning: Running solver ... Done (0.016s) |
| 125 | 2026-05-18T06:31:08.551Z | Planning: Finding local manifests ... Done (0.003s) |
| 126 | 2026-05-18T06:31:08.568Z | Planning: Fetching manifests: 0/2 0% complete |
| 127 | 2026-05-18T06:31:08.593Z | Planning: Fetching manifests: 2/2 100% complete |
| 128 | 2026-05-18T06:31:08.604Z | Planning: Package planning ... Done (0.013s) |
| 129 | 2026-05-18T06:31:08.606Z | Planning: Merging actions ... Done (0.001s) |
| 130 | 2026-05-18T06:31:08.788Z | Planning: Checking for conflicting actions ... Done (0.183s) |
| 131 | 2026-05-18T06:31:08.791Z | Planning: Consolidating action changes ... Done (0.001s) |
| 132 | 2026-05-18T06:31:09.582Z | Planning: Evaluating mediators ... Done (0.793s) |
| 133 | 2026-05-18T06:31:09.585Z | Planning: Planning completed in 1.24 seconds |
| 134 | 2026-05-18T06:31:09.591Z | Packages to install: 2 |
| 135 | 2026-05-18T06:31:09.594Z | Estimated space available: 156.08 GB |
| 136 | 2026-05-18T06:31:09.594Z | Estimated space to be consumed: 19.74 MB |
| 137 | 2026-05-18T06:31:09.594Z | Create boot environment: No |
| 138 | 2026-05-18T06:31:09.594Z | Create backup boot environment: No |
| 139 | 2026-05-18T06:31:09.594Z | Rebuild boot archive: No |
| 140 | 2026-05-18T06:31:09.594Z | |
| 141 | 2026-05-18T06:31:09.594Z | Changed packages: |
| 142 | 2026-05-18T06:31:09.594Z | helios |
| 143 | 2026-05-18T06:31:09.594Z | developer/build-essential |
| 144 | 2026-05-18T06:31:09.594Z | None -> 11-3.0 |
| 145 | 2026-05-18T06:31:09.594Z | library/libxmlsec1 |
| 146 | 2026-05-18T06:31:09.594Z | None -> 1.2.35-3.0 |
| 147 | 2026-05-18T06:31:09.616Z | |
| 148 | 2026-05-18T06:31:09.616Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 149 | 2026-05-18T06:31:10.887Z | Download: Completed 1.28 MB in 1.27 seconds (1.0M/s) |
| 150 | 2026-05-18T06:31:10.998Z | Actions: 1/268 actions (Installing new actions) |
| 151 | 2026-05-18T06:31:11.037Z | Actions: Completed 268 actions in 0.04 seconds. |
| 152 | 2026-05-18T06:31:11.043Z | Finalize: Updating package state database ... Done (0.006s) |
| 153 | 2026-05-18T06:31:11.043Z | Finalize: Updating package cache ... Done (0.000s) |
| 154 | 2026-05-18T06:31:11.058Z | Finalize: Updating image state ... Done (0.015s) |
| 155 | 2026-05-18T06:31:13.423Z | Finalize: Creating fast lookup database ... Done (2.343s) |
| 156 | 2026-05-18T06:31:13.492Z | Finalize: Reading search index ... Done (0.012s) |
| 157 | 2026-05-18T06:31:13.495Z | Finalize: Updating search index ... Done (0.000s) |
| 158 | 2026-05-18T06:31:13.586Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-05-18T06:31:13.884Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-05-18T06:31:13.989Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-05-18T06:31:13.992Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-05-18T06:31:14.148Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-05-18T06:31:14.151Z | Planning: Planning completed in 0.27 seconds |
| 164 | 2026-05-18T06:31:14.172Z | Mediators to change: 2 |
| 165 | 2026-05-18T06:31:14.172Z | Create boot environment: No |
| 166 | 2026-05-18T06:31:14.175Z | Create backup boot environment: No |
| 167 | 2026-05-18T06:31:14.235Z | Finalize: Updating package state database ... Done |
| 168 | 2026-05-18T06:31:14.235Z | Finalize: Updating package cache ... Done |
| 169 | 2026-05-18T06:31:14.244Z | Finalize: Updating image state ... Done |
| 170 | 2026-05-18T06:31:16.205Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-05-18T06:31:16.268Z | Finalize: Reading search index ... Done |
| 172 | 2026-05-18T06:31:16.271Z | Finalize: Updating search index ... Done |
| 173 | 2026-05-18T06:31:16.360Z | Finalize: Updating package cache ... Done |
| 174 | 2026-05-18T06:31:16.648Z | Planning: Evaluating mediator changes ... Done |
| 175 | 2026-05-18T06:31:16.753Z | Planning: Checking for conflicting actions ... Done |
| 176 | 2026-05-18T06:31:16.757Z | Planning: Consolidating action changes ... Done |
| 177 | 2026-05-18T06:31:16.912Z | Planning: Evaluating mediators ... Done |
| 178 | 2026-05-18T06:31:16.915Z | Planning: Planning completed in 0.26 seconds |
| 179 | 2026-05-18T06:31:16.935Z | Mediators to change: 1 |
| 180 | 2026-05-18T06:31:16.935Z | Create boot environment: No |
| 181 | 2026-05-18T06:31:16.935Z | Create backup boot environment: No |
| 182 | 2026-05-18T06:31:17.002Z | Finalize: Updating package state database ... Done |
| 183 | 2026-05-18T06:31:17.002Z | Finalize: Updating package cache ... Done |
| 184 | 2026-05-18T06:31:17.012Z | Finalize: Updating image state ... Done |
| 185 | 2026-05-18T06:31:18.961Z | Finalize: Creating fast lookup database ... Done |
| 186 | 2026-05-18T06:31:19.025Z | Finalize: Reading search index ... Done |
| 187 | 2026-05-18T06:31:19.028Z | Finalize: Updating search index ... Done |
| 188 | 2026-05-18T06:31:19.140Z | Finalize: Updating package cache ... Done |
| 189 | 2026-05-18T06:31:19.456Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 190 | 2026-05-18T06:31:19.457Z | apache system 2.4 system |
| 191 | 2026-05-18T06:31:19.457Z | clang system 15 system |
| 192 | 2026-05-18T06:31:19.457Z | csh system system illumos |
| 193 | 2026-05-18T06:31:19.457Z | ctags system system illumos |
| 194 | 2026-05-18T06:31:19.457Z | file vendor vendor darwinsys |
| 195 | 2026-05-18T06:31:19.457Z | file system system illumos |
| 196 | 2026-05-18T06:31:19.457Z | gcc vendor 14 vendor |
| 197 | 2026-05-18T06:31:19.457Z | gcc system 13 system |
| 198 | 2026-05-18T06:31:19.457Z | gcc system 10 system |
| 199 | 2026-05-18T06:31:19.457Z | go system 1.25 system |
| 200 | 2026-05-18T06:31:19.457Z | llvm system 15 system |
| 201 | 2026-05-18T06:31:19.458Z | mariadb system 11.4 system |
| 202 | 2026-05-18T06:31:19.458Z | mta vendor vendor dma |
| 203 | 2026-05-18T06:31:19.458Z | openjdk system 17 system |
| 204 | 2026-05-18T06:31:19.458Z | openjdk system 11 system |
| 205 | 2026-05-18T06:31:19.458Z | openssl vendor 3 vendor |
| 206 | 2026-05-18T06:31:19.458Z | perl system 5.40 system |
| 207 | 2026-05-18T06:31:19.458Z | postgresql system 18 system |
| 208 | 2026-05-18T06:31:19.458Z | postgresql system 17 system |
| 209 | 2026-05-18T06:31:19.458Z | python vendor 3 vendor |
| 210 | 2026-05-18T06:31:19.458Z | python system 2 system |
| 211 | 2026-05-18T06:31:19.459Z | python3 vendor 3.13 vendor |
| 212 | 2026-05-18T06:31:19.459Z | ruby system 3.4 system |
| 213 | 2026-05-18T06:31:19.459Z | ruby system 3.0 system |
| 214 | 2026-05-18T06:31:19.459Z | words vendor vendor american-english |
| 215 | 2026-05-18T06:31:19.459Z | words system system australian-english |
| 216 | 2026-05-18T06:31:19.459Z | words system system british-english |
| 217 | 2026-05-18T06:31:19.459Z | words system system canadian-english |
| 218 | 2026-05-18T06:31:19.459Z | words system system french |
| 219 | 2026-05-18T06:31:19.459Z | words system system italian |
| 220 | 2026-05-18T06:31:19.460Z | words system system ngerman |
| 221 | 2026-05-18T06:31:19.460Z | words system system ogerman |
| 222 | 2026-05-18T06:31:19.460Z | words system system spanish |
| 223 | 2026-05-18T06:31:19.715Z | PUBLISHER TYPE STATUS P LOCATION |
| 224 | 2026-05-18T06:31:19.715Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 225 | 2026-05-18T06:31:19.984Z | FMRI IFO |
| 226 | 2026-05-18T06:31:19.984Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 227 | 2026-05-18T06:31:19.984Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 228 | 2026-05-18T06:31:19.984Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 229 | 2026-05-18T06:31:19.984Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 230 | 2026-05-18T06:31:19.984Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 231 | 2026-05-18T06:31:19.984Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 232 | 2026-05-18T06:31:19.984Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 233 | 2026-05-18T06:31:19.984Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 234 | 2026-05-18T06:31:19.984Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 235 | 2026-05-18T06:31:20.214Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 236 | 2026-05-18T06:31:20.462Z | Updating crates.io index |
| 237 | 2026-05-18T06:31:20.465Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 238 | 2026-05-18T06:31:20.961Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 239 | 2026-05-18T06:31:21.375Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 240 | 2026-05-18T06:31:21.921Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 241 | 2026-05-18T06:31:22.685Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 242 | 2026-05-18T06:31:23.324Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 243 | 2026-05-18T06:31:24.662Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 244 | 2026-05-18T06:31:25.514Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 245 | 2026-05-18T06:31:25.753Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 246 | 2026-05-18T06:31:26.726Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 247 | 2026-05-18T06:31:26.973Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 248 | 2026-05-18T06:31:27.560Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 249 | 2026-05-18T06:31:27.945Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 250 | 2026-05-18T06:31:28.859Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 251 | 2026-05-18T06:31:29.348Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 252 | 2026-05-18T06:31:29.756Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-05-18T06:31:30.085Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 254 | 2026-05-18T06:31:30.661Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 255 | 2026-05-18T06:31:30.929Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 256 | 2026-05-18T06:31:31.292Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 257 | 2026-05-18T06:31:31.538Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 258 | 2026-05-18T06:31:31.804Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-05-18T06:31:32.214Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 260 | 2026-05-18T06:31:32.812Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 261 | 2026-05-18T06:31:33.249Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 262 | 2026-05-18T06:31:33.505Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 263 | 2026-05-18T06:31:34.055Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 264 | 2026-05-18T06:31:35.014Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2026-05-18T06:31:35.269Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 266 | 2026-05-18T06:31:36.114Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 267 | 2026-05-18T06:31:36.832Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 268 | 2026-05-18T06:31:37.344Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 269 | 2026-05-18T06:31:37.605Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 270 | 2026-05-18T06:31:38.014Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 271 | 2026-05-18T06:31:38.937Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 272 | 2026-05-18T06:31:39.165Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 273 | 2026-05-18T06:31:39.421Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 274 | 2026-05-18T06:31:39.848Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 275 | 2026-05-18T06:31:40.276Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 276 | 2026-05-18T06:31:52.028Z | Downloading crates ... |
| 277 | 2026-05-18T06:31:52.091Z | Downloaded thiserror-impl v1.0.69 |
| 278 | 2026-05-18T06:31:52.095Z | Downloaded anstyle-parse v0.2.7 |
| 279 | 2026-05-18T06:31:52.098Z | Downloaded toml_write v0.1.2 |
| 280 | 2026-05-18T06:31:52.102Z | Downloaded icu_collections v2.1.1 |
| 281 | 2026-05-18T06:31:52.105Z | Downloaded yoke-derive v0.8.1 |
| 282 | 2026-05-18T06:31:52.108Z | Downloaded toml_datetime v0.6.11 |
| 283 | 2026-05-18T06:31:52.108Z | Downloaded textwrap v0.16.2 |
| 284 | 2026-05-18T06:31:52.111Z | Downloaded anstyle v1.0.13 |
| 285 | 2026-05-18T06:31:52.111Z | Downloaded anstream v0.6.21 |
| 286 | 2026-05-18T06:31:52.111Z | Downloaded smallvec v1.15.1 |
| 287 | 2026-05-18T06:31:52.114Z | Downloaded zerofrom-derive v0.1.6 |
| 288 | 2026-05-18T06:31:52.114Z | Downloaded thiserror-impl v2.0.18 |
| 289 | 2026-05-18T06:31:52.117Z | Downloaded anyhow v1.0.102 |
| 290 | 2026-05-18T06:31:52.117Z | Downloaded toml_edit v0.22.27 |
| 291 | 2026-05-18T06:31:52.120Z | Downloaded serde_tokenstream v0.2.3 |
| 292 | 2026-05-18T06:31:52.123Z | Downloaded thread-id v4.2.2 |
| 293 | 2026-05-18T06:31:52.123Z | Downloaded clap v4.5.60 |
| 294 | 2026-05-18T06:31:52.126Z | Downloaded zerovec-derive v0.11.2 |
| 295 | 2026-05-18T06:31:52.129Z | Downloaded sha2 v0.10.9 |
| 296 | 2026-05-18T06:31:52.129Z | Downloaded version_check v0.9.5 |
| 297 | 2026-05-18T06:31:52.132Z | Downloaded errno v0.3.14 |
| 298 | 2026-05-18T06:31:52.132Z | Downloaded autocfg v1.5.0 |
| 299 | 2026-05-18T06:31:52.132Z | Downloaded usdt v0.5.0 |
| 300 | 2026-05-18T06:31:52.132Z | Downloaded zerofrom v0.1.6 |
| 301 | 2026-05-18T06:31:52.134Z | Downloaded usdt-macro v0.5.0 |
| 302 | 2026-05-18T06:31:52.134Z | Downloaded usdt-impl v0.5.0 |
| 303 | 2026-05-18T06:31:52.135Z | Downloaded unicode-xid v0.2.6 |
| 304 | 2026-05-18T06:31:52.135Z | Downloaded zmij v1.0.21 |
| 305 | 2026-05-18T06:31:52.137Z | Downloaded unicode-linebreak v0.1.5 |
| 306 | 2026-05-18T06:31:52.138Z | Downloaded dof v0.3.0 |
| 307 | 2026-05-18T06:31:52.138Z | Downloaded heck v0.5.0 |
| 308 | 2026-05-18T06:31:52.140Z | Downloaded tabled_derive v0.7.0 |
| 309 | 2026-05-18T06:31:52.140Z | Downloaded crypto-common v0.1.7 |
| 310 | 2026-05-18T06:31:52.140Z | Downloaded utf8parse v0.2.2 |
| 311 | 2026-05-18T06:31:52.140Z | Downloaded fs-err v3.3.0 |
| 312 | 2026-05-18T06:31:52.143Z | Downloaded utf8_iter v1.0.4 |
| 313 | 2026-05-18T06:31:52.143Z | Downloaded typeid v1.0.3 |
| 314 | 2026-05-18T06:31:52.143Z | Downloaded cargo_toml v0.21.0 |
| 315 | 2026-05-18T06:31:52.143Z | Downloaded bytecount v0.6.9 |
| 316 | 2026-05-18T06:31:52.146Z | Downloaded anstyle-query v1.1.5 |
| 317 | 2026-05-18T06:31:52.146Z | Downloaded displaydoc v0.2.5 |
| 318 | 2026-05-18T06:31:52.149Z | Downloaded usdt-attr-macro v0.5.0 |
| 319 | 2026-05-18T06:31:52.149Z | Downloaded bitflags v2.11.0 |
| 320 | 2026-05-18T06:31:52.152Z | Downloaded fastrand v2.3.0 |
| 321 | 2026-05-18T06:31:52.152Z | Downloaded thiserror v1.0.69 |
| 322 | 2026-05-18T06:31:52.155Z | Downloaded zerocopy-derive v0.7.35 |
| 323 | 2026-05-18T06:31:52.158Z | Downloaded thiserror v2.0.18 |
| 324 | 2026-05-18T06:31:52.161Z | Downloaded yoke v0.8.1 |
| 325 | 2026-05-18T06:31:52.161Z | Downloaded ucd-trie v0.1.7 |
| 326 | 2026-05-18T06:31:52.164Z | Downloaded equivalent v1.0.2 |
| 327 | 2026-05-18T06:31:52.164Z | Downloaded macaddr v1.0.1 |
| 328 | 2026-05-18T06:31:52.164Z | Downloaded fnv v1.0.7 |
| 329 | 2026-05-18T06:31:52.164Z | Downloaded writeable v0.6.2 |
| 330 | 2026-05-18T06:31:52.167Z | Downloaded idna_adapter v1.2.1 |
| 331 | 2026-05-18T06:31:52.167Z | Downloaded dtrace-parser v0.2.0 |
| 332 | 2026-05-18T06:31:52.167Z | Downloaded cargo-platform v0.2.0 |
| 333 | 2026-05-18T06:31:52.167Z | Downloaded zerotrie v0.2.3 |
| 334 | 2026-05-18T06:31:52.169Z | Downloaded generic-array v0.14.7 |
| 335 | 2026-05-18T06:31:52.170Z | Downloaded form_urlencoded v1.2.2 |
| 336 | 2026-05-18T06:31:52.172Z | Downloaded unicode-ident v1.0.24 |
| 337 | 2026-05-18T06:31:52.172Z | Downloaded toml v0.8.23 |
| 338 | 2026-05-18T06:31:52.175Z | Downloaded tinystr v0.8.2 |
| 339 | 2026-05-18T06:31:52.175Z | Downloaded colorchoice v1.0.4 |
| 340 | 2026-05-18T06:31:52.178Z | Downloaded swrite v0.1.0 |
| 341 | 2026-05-18T06:31:52.178Z | Downloaded ordered-float v2.10.1 |
| 342 | 2026-05-18T06:31:52.181Z | Downloaded typenum v1.19.0 |
| 343 | 2026-05-18T06:31:52.185Z | Downloaded url v2.5.8 |
| 344 | 2026-05-18T06:31:52.185Z | Downloaded strsim v0.11.1 |
| 345 | 2026-05-18T06:31:52.185Z | Downloaded proc-macro-error-attr v1.0.4 |
| 346 | 2026-05-18T06:31:52.189Z | Downloaded zerovec v0.11.5 |
| 347 | 2026-05-18T06:31:52.192Z | Downloaded erased-serde v0.4.9 |
| 348 | 2026-05-18T06:31:52.192Z | Downloaded winnow v0.7.14 |
| 349 | 2026-05-18T06:31:52.197Z | Downloaded stable_deref_trait v1.2.1 |
| 350 | 2026-05-18T06:31:52.200Z | Downloaded memmap v0.7.0 |
| 351 | 2026-05-18T06:31:52.200Z | Downloaded zerocopy v0.7.35 |
| 352 | 2026-05-18T06:31:52.207Z | Downloaded itoa v1.0.17 |
| 353 | 2026-05-18T06:31:52.210Z | Downloaded scroll_derive v0.12.1 |
| 354 | 2026-05-18T06:31:52.210Z | Downloaded potential_utf v0.1.4 |
| 355 | 2026-05-18T06:31:52.210Z | Downloaded cfg-if v1.0.4 |
| 356 | 2026-05-18T06:31:52.210Z | Downloaded clap_lex v1.0.0 |
| 357 | 2026-05-18T06:31:52.213Z | Downloaded serde_spanned v0.6.9 |
| 358 | 2026-05-18T06:31:52.216Z | Downloaded unicode-width v0.2.0 |
| 359 | 2026-05-18T06:31:52.219Z | Downloaded percent-encoding v2.3.2 |
| 360 | 2026-05-18T06:31:52.219Z | Downloaded unicode-width v0.1.14 |
| 361 | 2026-05-18T06:31:52.222Z | Downloaded terminal_size v0.4.3 |
| 362 | 2026-05-18T06:31:52.222Z | Downloaded block-buffer v0.10.4 |
| 363 | 2026-05-18T06:31:52.226Z | Downloaded cpufeatures v0.2.17 |
| 364 | 2026-05-18T06:31:52.229Z | Downloaded smawk v0.3.2 |
| 365 | 2026-05-18T06:31:52.232Z | Downloaded serde-value v0.7.0 |
| 366 | 2026-05-18T06:31:52.232Z | Downloaded pretty-hex v0.4.1 |
| 367 | 2026-05-18T06:31:52.234Z | Downloaded heck v0.4.1 |
| 368 | 2026-05-18T06:31:52.237Z | Downloaded camino-tempfile v1.4.1 |
| 369 | 2026-05-18T06:31:52.240Z | Downloaded serde-untagged v0.1.9 |
| 370 | 2026-05-18T06:31:52.240Z | Downloaded scroll v0.12.0 |
| 371 | 2026-05-18T06:31:52.243Z | Downloaded is_terminal_polyfill v1.70.2 |
| 372 | 2026-05-18T06:31:52.243Z | Downloaded icu_locale_core v2.1.1 |
| 373 | 2026-05-18T06:31:52.246Z | Downloaded digest v0.10.7 |
| 374 | 2026-05-18T06:31:52.249Z | Downloaded synstructure v0.13.2 |
| 375 | 2026-05-18T06:31:52.249Z | Downloaded clap_derive v4.5.55 |
| 376 | 2026-05-18T06:31:52.257Z | Downloaded cargo_metadata v0.21.0 |
| 377 | 2026-05-18T06:31:52.260Z | Downloaded proc-macro-error v1.0.4 |
| 378 | 2026-05-18T06:31:52.263Z | Downloaded plain v0.2.3 |
| 379 | 2026-05-18T06:31:52.286Z | Downloaded byteorder v1.5.0 |
| 380 | 2026-05-18T06:31:52.289Z | Downloaded camino v1.2.2 |
| 381 | 2026-05-18T06:31:52.292Z | Downloaded quote v1.0.45 |
| 382 | 2026-05-18T06:31:52.292Z | Downloaded once_cell v1.21.3 |
| 383 | 2026-05-18T06:31:52.295Z | Downloaded getrandom v0.4.1 |
| 384 | 2026-05-18T06:31:52.302Z | Downloaded semver v1.0.28 |
| 385 | 2026-05-18T06:31:52.305Z | Downloaded pest_generator v2.8.6 |
| 386 | 2026-05-18T06:31:52.305Z | Downloaded tempfile v3.25.0 |
| 387 | 2026-05-18T06:31:52.312Z | Downloaded litemap v0.8.1 |
| 388 | 2026-05-18T06:31:52.315Z | Downloaded cargo-util-schemas v0.8.2 |
| 389 | 2026-05-18T06:31:52.315Z | Downloaded log v0.4.29 |
| 390 | 2026-05-18T06:31:52.326Z | Downloaded icu_normalizer v2.1.1 |
| 391 | 2026-05-18T06:31:52.356Z | Downloaded num-traits v0.2.19 |
| 392 | 2026-05-18T06:31:52.358Z | Downloaded pest_derive v2.8.6 |
| 393 | 2026-05-18T06:31:52.359Z | Downloaded icu_properties v2.1.2 |
| 394 | 2026-05-18T06:31:52.359Z | Downloaded icu_provider v2.1.1 |
| 395 | 2026-05-18T06:31:52.359Z | Downloaded papergrid v0.11.0 |
| 396 | 2026-05-18T06:31:52.359Z | Downloaded serde_core v1.0.228 |
| 397 | 2026-05-18T06:31:52.362Z | Downloaded serde_derive v1.0.228 |
| 398 | 2026-05-18T06:31:52.367Z | Downloaded proc-macro2 v1.0.106 |
| 399 | 2026-05-18T06:31:52.370Z | Downloaded icu_normalizer_data v2.1.1 |
| 400 | 2026-05-18T06:31:52.377Z | Downloaded pest_meta v2.8.6 |
| 401 | 2026-05-18T06:31:52.396Z | Downloaded memchr v2.8.0 |
| 402 | 2026-05-18T06:31:52.399Z | Downloaded serde v1.0.228 |
| 403 | 2026-05-18T06:31:52.402Z | Downloaded indexmap v2.14.0 |
| 404 | 2026-05-18T06:31:52.409Z | Downloaded pest v2.8.6 |
| 405 | 2026-05-18T06:31:52.412Z | Downloaded clap_builder v4.5.60 |
| 406 | 2026-05-18T06:31:52.416Z | Downloaded serde_json v1.0.149 |
| 407 | 2026-05-18T06:31:52.428Z | Downloaded hashbrown v0.17.0 |
| 408 | 2026-05-18T06:31:52.431Z | Downloaded idna v1.1.0 |
| 409 | 2026-05-18T06:31:52.433Z | Downloaded goblin v0.8.2 |
| 410 | 2026-05-18T06:31:52.436Z | Downloaded icu_properties_data v2.1.2 |
| 411 | 2026-05-18T06:31:52.457Z | Downloaded tabled v0.15.0 |
| 412 | 2026-05-18T06:31:52.467Z | Downloaded syn v1.0.109 |
| 413 | 2026-05-18T06:31:52.479Z | Downloaded syn v2.0.117 |
| 414 | 2026-05-18T06:31:52.488Z | Downloaded rustix v1.1.3 |
| 415 | 2026-05-18T06:31:52.526Z | Downloaded libc v0.2.185 |
| 416 | 2026-05-18T06:31:52.595Z | Compiling proc-macro2 v1.0.106 |
| 417 | 2026-05-18T06:31:52.595Z | Compiling quote v1.0.45 |
| 418 | 2026-05-18T06:31:52.598Z | Compiling unicode-ident v1.0.24 |
| 419 | 2026-05-18T06:31:52.598Z | Compiling serde_core v1.0.228 |
| 420 | 2026-05-18T06:31:52.598Z | Compiling libc v0.2.185 |
| 421 | 2026-05-18T06:31:52.598Z | Compiling version_check v0.9.5 |
| 422 | 2026-05-18T06:31:52.598Z | Compiling stable_deref_trait v1.2.1 |
| 423 | 2026-05-18T06:31:52.598Z | Compiling serde v1.0.228 |
| 424 | 2026-05-18T06:31:52.903Z | Compiling memchr v2.8.0 |
| 425 | 2026-05-18T06:31:52.959Z | Compiling zmij v1.0.21 |
| 426 | 2026-05-18T06:31:53.151Z | Compiling ucd-trie v0.1.7 |
| 427 | 2026-05-18T06:31:53.194Z | Compiling thiserror v1.0.69 |
| 428 | 2026-05-18T06:31:53.437Z | Compiling itoa v1.0.17 |
| 429 | 2026-05-18T06:31:53.467Z | Compiling autocfg v1.5.0 |
| 430 | 2026-05-18T06:31:53.555Z | Compiling pest v2.8.6 |
| 431 | 2026-05-18T06:31:53.571Z | Compiling litemap v0.8.1 |
| 432 | 2026-05-18T06:31:53.606Z | Compiling writeable v0.6.2 |
| 433 | 2026-05-18T06:31:53.661Z | Compiling icu_properties_data v2.1.2 |
| 434 | 2026-05-18T06:31:53.844Z | Compiling rustix v1.1.3 |
| 435 | 2026-05-18T06:31:53.886Z | Compiling byteorder v1.5.0 |
| 436 | 2026-05-18T06:31:54.082Z | Compiling syn v2.0.117 |
| 437 | 2026-05-18T06:31:54.122Z | Compiling icu_normalizer_data v2.1.1 |
| 438 | 2026-05-18T06:31:54.172Z | Compiling errno v0.3.14 |
| 439 | 2026-05-18T06:31:54.187Z | Compiling serde_json v1.0.149 |
| 440 | 2026-05-18T06:31:54.322Z | Compiling bitflags v2.11.0 |
| 441 | 2026-05-18T06:31:54.414Z | Compiling num-traits v0.2.19 |
| 442 | 2026-05-18T06:31:54.437Z | Compiling hashbrown v0.17.0 |
| 443 | 2026-05-18T06:31:54.559Z | Compiling typeid v1.0.3 |
| 444 | 2026-05-18T06:31:54.599Z | Compiling smallvec v1.15.1 |
| 445 | 2026-05-18T06:31:54.822Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-05-18T06:31:54.861Z | Compiling equivalent v1.0.2 |
| 447 | 2026-05-18T06:31:54.957Z | Compiling indexmap v2.14.0 |
| 448 | 2026-05-18T06:31:55.072Z | Compiling thread-id v4.2.2 |
| 449 | 2026-05-18T06:31:55.139Z | Compiling proc-macro-error-attr v1.0.4 |
| 450 | 2026-05-18T06:31:55.158Z | Compiling usdt-impl v0.5.0 |
| 451 | 2026-05-18T06:31:55.226Z | Compiling erased-serde v0.4.9 |
| 452 | 2026-05-18T06:31:55.321Z | Compiling toml_write v0.1.2 |
| 453 | 2026-05-18T06:31:55.501Z | Compiling winnow v0.7.14 |
| 454 | 2026-05-18T06:31:55.517Z | Compiling syn v1.0.109 |
| 455 | 2026-05-18T06:31:55.794Z | Compiling proc-macro-error v1.0.4 |
| 456 | 2026-05-18T06:31:55.876Z | Compiling percent-encoding v2.3.2 |
| 457 | 2026-05-18T06:31:55.983Z | Compiling log v0.4.29 |
| 458 | 2026-05-18T06:31:56.080Z | Compiling utf8_iter v1.0.4 |
| 459 | 2026-05-18T06:31:56.175Z | Compiling utf8parse v0.2.2 |
| 460 | 2026-05-18T06:31:56.234Z | Compiling thiserror v2.0.18 |
| 461 | 2026-05-18T06:31:56.284Z | Compiling getrandom v0.4.1 |
| 462 | 2026-05-18T06:31:56.300Z | Compiling plain v0.2.3 |
| 463 | 2026-05-18T06:31:56.412Z | Compiling camino v1.2.2 |
| 464 | 2026-05-18T06:31:56.429Z | Compiling anstyle-parse v0.2.7 |
| 465 | 2026-05-18T06:31:56.477Z | Compiling ordered-float v2.10.1 |
| 466 | 2026-05-18T06:31:56.616Z | Compiling form_urlencoded v1.2.2 |
| 467 | 2026-05-18T06:31:56.747Z | Compiling synstructure v0.13.2 |
| 468 | 2026-05-18T06:31:56.761Z | Compiling pest_generator v2.8.6 |
| 469 | 2026-05-18T06:31:56.792Z | Compiling terminal_size v0.4.3 |
| 470 | 2026-05-18T06:31:56.980Z | Compiling pretty-hex v0.4.1 |
| 471 | 2026-05-18T06:31:57.123Z | Compiling cfg-if v1.0.4 |
| 472 | 2026-05-18T06:31:57.167Z | Compiling colorchoice v1.0.4 |
| 473 | 2026-05-18T06:31:57.180Z | Compiling is_terminal_polyfill v1.70.2 |
| 474 | 2026-05-18T06:31:57.202Z | Compiling anstyle-query v1.1.5 |
| 475 | 2026-05-18T06:31:57.236Z | Compiling anstyle v1.0.13 |
| 476 | 2026-05-18T06:31:57.311Z | Compiling serde-untagged v0.1.9 |
| 477 | 2026-05-18T06:31:57.397Z | Compiling semver v1.0.28 |
| 478 | 2026-05-18T06:31:57.450Z | Compiling anstream v0.6.21 |
| 479 | 2026-05-18T06:31:57.468Z | Compiling fs-err v3.3.0 |
| 480 | 2026-05-18T06:31:57.563Z | Compiling heck v0.4.1 |
| 481 | 2026-05-18T06:31:57.680Z | Compiling unicode-width v0.1.14 |
| 482 | 2026-05-18T06:31:57.723Z | Compiling strsim v0.11.1 |
| 483 | 2026-05-18T06:31:57.752Z | Compiling heck v0.5.0 |
| 484 | 2026-05-18T06:31:57.783Z | Compiling unicode-xid v0.2.6 |
| 485 | 2026-05-18T06:31:57.802Z | Compiling once_cell v1.21.3 |
| 486 | 2026-05-18T06:31:57.957Z | Compiling anyhow v1.0.102 |
| 487 | 2026-05-18T06:31:57.978Z | Compiling clap_lex v1.0.0 |
| 488 | 2026-05-18T06:31:58.008Z | Compiling fastrand v2.3.0 |
| 489 | 2026-05-18T06:31:58.066Z | Compiling fnv v1.0.7 |
| 490 | 2026-05-18T06:31:58.171Z | Compiling bytecount v0.6.9 |
| 491 | 2026-05-18T06:31:58.194Z | Compiling tempfile v3.25.0 |
| 492 | 2026-05-18T06:31:58.213Z | Compiling clap_builder v4.5.60 |
| 493 | 2026-05-18T06:31:58.281Z | Compiling papergrid v0.11.0 |
| 494 | 2026-05-18T06:31:58.408Z | Compiling memmap v0.7.0 |
| 495 | 2026-05-18T06:31:58.438Z | Compiling serde_derive v1.0.228 |
| 496 | 2026-05-18T06:31:58.481Z | Compiling zerofrom-derive v0.1.6 |
| 497 | 2026-05-18T06:31:58.573Z | Compiling yoke-derive v0.8.1 |
| 498 | 2026-05-18T06:31:58.597Z | Compiling zerovec-derive v0.11.2 |
| 499 | 2026-05-18T06:31:58.735Z | Compiling displaydoc v0.2.5 |
| 500 | 2026-05-18T06:31:59.527Z | Compiling thiserror-impl v1.0.69 |
| 501 | 2026-05-18T06:31:59.731Z | Compiling zerocopy-derive v0.7.35 |
| 502 | 2026-05-18T06:31:59.755Z | Compiling pest_derive v2.8.6 |
| 503 | 2026-05-18T06:31:59.773Z | Compiling scroll_derive v0.12.1 |
| 504 | 2026-05-18T06:31:59.888Z | Compiling zerofrom v0.1.6 |
| 505 | 2026-05-18T06:32:00.026Z | Compiling yoke v0.8.1 |
| 506 | 2026-05-18T06:32:00.186Z | Compiling thiserror-impl v2.0.18 |
| 507 | 2026-05-18T06:32:00.224Z | Compiling zerovec v0.11.5 |
| 508 | 2026-05-18T06:32:00.430Z | Compiling zerotrie v0.2.3 |
| 509 | 2026-05-18T06:32:00.597Z | Compiling zerocopy v0.7.35 |
| 510 | 2026-05-18T06:32:00.736Z | Compiling tinystr v0.8.2 |
| 511 | 2026-05-18T06:32:00.736Z | Compiling potential_utf v0.1.4 |
| 512 | 2026-05-18T06:32:00.914Z | Compiling icu_locale_core v2.1.1 |
| 513 | 2026-05-18T06:32:00.914Z | Compiling icu_collections v2.1.1 |
| 514 | 2026-05-18T06:32:00.959Z | Compiling dtrace-parser v0.2.0 |
| 515 | 2026-05-18T06:32:01.157Z | Compiling scroll v0.12.0 |
| 516 | 2026-05-18T06:32:01.261Z | Compiling tabled_derive v0.7.0 |
| 517 | 2026-05-18T06:32:01.444Z | Compiling goblin v0.8.2 |
| 518 | 2026-05-18T06:32:01.449Z | Compiling clap_derive v4.5.55 |
| 519 | 2026-05-18T06:32:01.513Z | Compiling icu_provider v2.1.1 |
| 520 | 2026-05-18T06:32:01.784Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-18T06:32:01.812Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-05-18T06:32:01.829Z | Compiling serde_spanned v0.6.9 |
| 523 | 2026-05-18T06:32:01.906Z | Compiling toml_datetime v0.6.11 |
| 524 | 2026-05-18T06:32:01.927Z | Compiling dof v0.3.0 |
| 525 | 2026-05-18T06:32:01.977Z | Compiling serde_tokenstream v0.2.3 |
| 526 | 2026-05-18T06:32:02.169Z | Compiling toml_edit v0.22.27 |
| 527 | 2026-05-18T06:32:02.295Z | Compiling serde-value v0.7.0 |
| 528 | 2026-05-18T06:32:02.308Z | Compiling cargo-platform v0.2.0 |
| 529 | 2026-05-18T06:32:02.322Z | Compiling unicode-width v0.2.0 |
| 530 | 2026-05-18T06:32:02.576Z | Compiling smawk v0.3.2 |
| 531 | 2026-05-18T06:32:02.603Z | Compiling unicode-linebreak v0.1.5 |
| 532 | 2026-05-18T06:32:02.648Z | Compiling tabled v0.15.0 |
| 533 | 2026-05-18T06:32:02.718Z | Compiling idna_adapter v1.2.1 |
| 534 | 2026-05-18T06:32:02.799Z | Compiling usdt-macro v0.5.0 |
| 535 | 2026-05-18T06:32:02.848Z | Compiling idna v1.1.0 |
| 536 | 2026-05-18T06:32:02.870Z | Compiling usdt-attr-macro v0.5.0 |
| 537 | 2026-05-18T06:32:02.909Z | Compiling textwrap v0.16.2 |
| 538 | 2026-05-18T06:32:03.209Z | Compiling url v2.5.8 |
| 539 | 2026-05-18T06:32:03.368Z | Compiling clap v4.5.60 |
| 540 | 2026-05-18T06:32:03.414Z | Compiling macaddr v1.0.1 |
| 541 | 2026-05-18T06:32:03.582Z | Compiling camino-tempfile v1.4.1 |
| 542 | 2026-05-18T06:32:03.615Z | Compiling toml v0.8.23 |
| 543 | 2026-05-18T06:32:03.832Z | Compiling swrite v0.1.0 |
| 544 | 2026-05-18T06:32:03.935Z | Compiling cargo-util-schemas v0.8.2 |
| 545 | 2026-05-18T06:32:04.031Z | Compiling cargo_toml v0.21.0 |
| 546 | 2026-05-18T06:32:04.241Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 547 | 2026-05-18T06:32:04.431Z | Compiling usdt v0.5.0 |
| 548 | 2026-05-18T06:32:04.921Z | Compiling cargo_metadata v0.21.0 |
| 549 | 2026-05-18T06:32:05.862Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 550 | 2026-05-18T06:32:07.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.85s |
| 551 | 2026-05-18T06:32:08.158Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 552 | 2026-05-18T06:32:08.722Z | Downloading crates ... |
| 553 | 2026-05-18T06:32:08.810Z | Downloaded adler2 v2.0.1 |
| 554 | 2026-05-18T06:32:08.819Z | Downloaded arc-swap v1.8.2 |
| 555 | 2026-05-18T06:32:08.842Z | Downloaded crossbeam-epoch v0.9.18 |
| 556 | 2026-05-18T06:32:08.846Z | Downloaded dtrace-parser v0.3.0 |
| 557 | 2026-05-18T06:32:08.846Z | Downloaded crc8 v0.1.1 |
| 558 | 2026-05-18T06:32:08.846Z | Downloaded crc32fast v1.5.0 |
| 559 | 2026-05-18T06:32:08.846Z | Downloaded env_logger v0.11.9 |
| 560 | 2026-05-18T06:32:08.854Z | Downloaded assert_matches v1.5.0 |
| 561 | 2026-05-18T06:32:08.854Z | Downloaded flate2 v1.1.9 |
| 562 | 2026-05-18T06:32:08.861Z | Downloaded env_filter v1.0.0 |
| 563 | 2026-05-18T06:32:08.861Z | Downloaded crunchy v0.2.4 |
| 564 | 2026-05-18T06:32:08.861Z | Downloaded daft v0.1.5 |
| 565 | 2026-05-18T06:32:08.861Z | Downloaded dirs-next v2.0.0 |
| 566 | 2026-05-18T06:32:08.861Z | Downloaded darling_macro v0.21.3 |
| 567 | 2026-05-18T06:32:08.865Z | Downloaded arrayref v0.3.9 |
| 568 | 2026-05-18T06:32:08.865Z | Downloaded ecdsa v0.16.9 |
| 569 | 2026-05-18T06:32:08.869Z | Downloaded der_derive v0.7.3 |
| 570 | 2026-05-18T06:32:08.869Z | Downloaded data-encoding v2.10.0 |
| 571 | 2026-05-18T06:32:08.873Z | Downloaded atomicwrites v0.4.4 |
| 572 | 2026-05-18T06:32:08.877Z | Downloaded async-stream v0.3.6 |
| 573 | 2026-05-18T06:32:08.881Z | Downloaded async-stream-impl v0.3.6 |
| 574 | 2026-05-18T06:32:08.885Z | Downloaded ascii-canvas v3.0.0 |
| 575 | 2026-05-18T06:32:08.890Z | Downloaded fatfs v0.3.6 |
| 576 | 2026-05-18T06:32:08.890Z | Downloaded cfg_aliases v0.2.1 |
| 577 | 2026-05-18T06:32:08.894Z | Downloaded block-padding v0.3.3 |
| 578 | 2026-05-18T06:32:08.894Z | Downloaded dof v0.4.0 |
| 579 | 2026-05-18T06:32:08.897Z | Downloaded cfg_aliases v0.1.1 |
| 580 | 2026-05-18T06:32:08.897Z | Downloaded ciborium-ll v0.2.2 |
| 581 | 2026-05-18T06:32:08.901Z | Downloaded cargo_metadata v0.19.2 |
| 582 | 2026-05-18T06:32:08.901Z | Downloaded buf-list v1.1.2 |
| 583 | 2026-05-18T06:32:08.901Z | Downloaded bit-vec v0.6.3 |
| 584 | 2026-05-18T06:32:08.906Z | Downloaded float-ord v0.3.2 |
| 585 | 2026-05-18T06:32:08.906Z | Downloaded arrayvec v0.7.6 |
| 586 | 2026-05-18T06:32:08.906Z | Downloaded dirs-sys-next v0.1.2 |
| 587 | 2026-05-18T06:32:08.906Z | Downloaded atty v0.2.14 |
| 588 | 2026-05-18T06:32:08.917Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 589 | 2026-05-18T06:32:08.917Z | Downloaded cargo-platform v0.1.9 |
| 590 | 2026-05-18T06:32:08.918Z | Downloaded darling_macro v0.20.11 |
| 591 | 2026-05-18T06:32:08.918Z | Downloaded ciborium-io v0.2.2 |
| 592 | 2026-05-18T06:32:08.918Z | Downloaded document-features v0.2.12 |
| 593 | 2026-05-18T06:32:08.918Z | Downloaded crc v3.4.0 |
| 594 | 2026-05-18T06:32:08.923Z | Downloaded atomic-waker v1.1.2 |
| 595 | 2026-05-18T06:32:08.927Z | Downloaded compression-core v0.4.31 |
| 596 | 2026-05-18T06:32:08.927Z | Downloaded convert_case v0.4.0 |
| 597 | 2026-05-18T06:32:08.927Z | Downloaded async-recursion v1.1.1 |
| 598 | 2026-05-18T06:32:08.934Z | Downloaded dyn-clone v1.0.20 |
| 599 | 2026-05-18T06:32:08.935Z | Downloaded cstr-argument v0.1.2 |
| 600 | 2026-05-18T06:32:08.939Z | Downloaded crc-catalog v2.4.0 |
| 601 | 2026-05-18T06:32:08.939Z | Downloaded array-init v0.0.4 |
| 602 | 2026-05-18T06:32:08.939Z | Downloaded flagset v0.4.7 |
| 603 | 2026-05-18T06:32:08.939Z | Downloaded bit-set v0.5.3 |
| 604 | 2026-05-18T06:32:08.939Z | Downloaded fd-lock v4.0.4 |
| 605 | 2026-05-18T06:32:08.939Z | Downloaded castaway v0.2.4 |
| 606 | 2026-05-18T06:32:08.939Z | Downloaded endian-type v0.1.2 |
| 607 | 2026-05-18T06:32:08.939Z | Downloaded fallible-iterator v0.2.0 |
| 608 | 2026-05-18T06:32:08.943Z | Downloaded bit-set v0.8.0 |
| 609 | 2026-05-18T06:32:08.943Z | Downloaded derive-ex v0.1.8 |
| 610 | 2026-05-18T06:32:08.943Z | Downloaded diesel-dtrace v0.5.0 |
| 611 | 2026-05-18T06:32:08.944Z | Downloaded foreign-types-shared v0.3.1 |
| 612 | 2026-05-18T06:32:08.944Z | Downloaded fixedbitset v0.4.2 |
| 613 | 2026-05-18T06:32:08.946Z | Downloaded dunce v1.0.5 |
| 614 | 2026-05-18T06:32:08.946Z | Downloaded foreign-types v0.5.0 |
| 615 | 2026-05-18T06:32:08.947Z | Downloaded bitfield-macros v0.19.4 |
| 616 | 2026-05-18T06:32:08.947Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 617 | 2026-05-18T06:32:08.947Z | Downloaded debug-ignore v1.0.5 |
| 618 | 2026-05-18T06:32:08.950Z | Downloaded embedded-io v0.6.1 |
| 619 | 2026-05-18T06:32:08.950Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 620 | 2026-05-18T06:32:08.950Z | Downloaded ctr v0.9.2 |
| 621 | 2026-05-18T06:32:08.950Z | Downloaded cpufeatures v0.3.0 |
| 622 | 2026-05-18T06:32:08.955Z | Downloaded embedded-io v0.4.0 |
| 623 | 2026-05-18T06:32:08.955Z | Downloaded cobs v0.3.0 |
| 624 | 2026-05-18T06:32:08.955Z | Downloaded bitfield-struct v0.6.2 |
| 625 | 2026-05-18T06:32:08.959Z | Downloaded defmt v0.3.100 |
| 626 | 2026-05-18T06:32:08.959Z | Downloaded bitflags v1.3.2 |
| 627 | 2026-05-18T06:32:08.965Z | Downloaded bit-vec v0.8.0 |
| 628 | 2026-05-18T06:32:08.965Z | Downloaded either v1.15.0 |
| 629 | 2026-05-18T06:32:08.965Z | Downloaded dsl_auto_type v0.2.0 |
| 630 | 2026-05-18T06:32:08.965Z | Downloaded difflib v0.4.0 |
| 631 | 2026-05-18T06:32:08.966Z | Downloaded defmt v1.0.1 |
| 632 | 2026-05-18T06:32:08.970Z | Downloaded funty v2.0.0 |
| 633 | 2026-05-18T06:32:08.970Z | Downloaded const-oid v0.9.6 |
| 634 | 2026-05-18T06:32:08.970Z | Downloaded drift v0.1.4 |
| 635 | 2026-05-18T06:32:08.977Z | Downloaded ghash v0.5.1 |
| 636 | 2026-05-18T06:32:08.980Z | Downloaded defmt-parser v1.0.0 |
| 637 | 2026-05-18T06:32:08.980Z | Downloaded gethostname v0.5.0 |
| 638 | 2026-05-18T06:32:08.980Z | Downloaded futures-sink v0.3.32 |
| 639 | 2026-05-18T06:32:08.980Z | Downloaded darling v0.20.11 |
| 640 | 2026-05-18T06:32:08.980Z | Downloaded hash32 v0.2.1 |
| 641 | 2026-05-18T06:32:08.981Z | Downloaded futures-core v0.3.32 |
| 642 | 2026-05-18T06:32:08.985Z | Downloaded display-error-chain v0.2.2 |
| 643 | 2026-05-18T06:32:08.985Z | Downloaded derive_builder_macro v0.20.2 |
| 644 | 2026-05-18T06:32:08.985Z | Downloaded crucible-workspace-hack v0.1.0 |
| 645 | 2026-05-18T06:32:08.985Z | Downloaded globwalk v0.9.1 |
| 646 | 2026-05-18T06:32:08.985Z | Downloaded bb8 v0.8.6 |
| 647 | 2026-05-18T06:32:08.985Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 648 | 2026-05-18T06:32:08.991Z | Downloaded futures-io v0.3.32 |
| 649 | 2026-05-18T06:32:08.991Z | Downloaded cexpr v0.6.0 |
| 650 | 2026-05-18T06:32:08.991Z | Downloaded futures-macro v0.3.32 |
| 651 | 2026-05-18T06:32:08.991Z | Downloaded downcast-rs v2.0.2 |
| 652 | 2026-05-18T06:32:08.991Z | Downloaded base64ct v1.8.3 |
| 653 | 2026-05-18T06:32:08.997Z | Downloaded foreign-types-shared v0.1.1 |
| 654 | 2026-05-18T06:32:08.997Z | Downloaded foreign-types-macros v0.2.3 |
| 655 | 2026-05-18T06:32:08.997Z | Downloaded fxhash v0.2.1 |
| 656 | 2026-05-18T06:32:08.997Z | Downloaded compression-codecs v0.4.37 |
| 657 | 2026-05-18T06:32:08.997Z | Downloaded cbc v0.1.2 |
| 658 | 2026-05-18T06:32:09.002Z | Downloaded cassowary v0.3.0 |
| 659 | 2026-05-18T06:32:09.002Z | Downloaded defmt-macros v1.0.1 |
| 660 | 2026-05-18T06:32:09.002Z | Downloaded futures-task v0.3.32 |
| 661 | 2026-05-18T06:32:09.002Z | Downloaded fixedbitset v0.5.7 |
| 662 | 2026-05-18T06:32:09.007Z | Downloaded cmake v0.1.57 |
| 663 | 2026-05-18T06:32:09.007Z | Downloaded foreign-types v0.3.2 |
| 664 | 2026-05-18T06:32:09.007Z | Downloaded float-cmp v0.10.0 |
| 665 | 2026-05-18T06:32:09.007Z | Downloaded blowfish v0.9.1 |
| 666 | 2026-05-18T06:32:09.007Z | Downloaded git-stub v1.0.0 |
| 667 | 2026-05-18T06:32:09.007Z | Downloaded derive_builder v0.20.2 |
| 668 | 2026-05-18T06:32:09.011Z | Downloaded enum-as-inner v0.6.1 |
| 669 | 2026-05-18T06:32:09.011Z | Downloaded csv-core v0.1.13 |
| 670 | 2026-05-18T06:32:09.011Z | Downloaded convert_case v0.10.0 |
| 671 | 2026-05-18T06:32:09.015Z | Downloaded foldhash v0.2.0 |
| 672 | 2026-05-18T06:32:09.016Z | Downloaded fs-err v2.11.0 |
| 673 | 2026-05-18T06:32:09.016Z | Downloaded ena v0.14.4 |
| 674 | 2026-05-18T06:32:09.016Z | Downloaded colored v2.2.0 |
| 675 | 2026-05-18T06:32:09.020Z | Downloaded blake2 v0.10.6 |
| 676 | 2026-05-18T06:32:09.020Z | Downloaded filetime v0.2.27 |
| 677 | 2026-05-18T06:32:09.020Z | Downloaded ed25519 v2.2.3 |
| 678 | 2026-05-18T06:32:09.027Z | Downloaded darling v0.21.3 |
| 679 | 2026-05-18T06:32:09.027Z | Downloaded headers-core v0.3.0 |
| 680 | 2026-05-18T06:32:09.027Z | Downloaded const_format_proc_macros v0.2.34 |
| 681 | 2026-05-18T06:32:09.031Z | Downloaded cancel-safe-futures v0.1.5 |
| 682 | 2026-05-18T06:32:09.031Z | Downloaded http-body v1.0.1 |
| 683 | 2026-05-18T06:32:09.031Z | Downloaded ff v0.13.1 |
| 684 | 2026-05-18T06:32:09.031Z | Downloaded darling_macro v0.23.0 |
| 685 | 2026-05-18T06:32:09.031Z | Downloaded hex-literal v0.4.1 |
| 686 | 2026-05-18T06:32:09.034Z | Downloaded group v0.13.0 |
| 687 | 2026-05-18T06:32:09.034Z | Downloaded git-stub-vcs v0.1.0 |
| 688 | 2026-05-18T06:32:09.034Z | Downloaded derive_builder_core v0.20.2 |
| 689 | 2026-05-18T06:32:09.035Z | Downloaded crossbeam-channel v0.5.15 |
| 690 | 2026-05-18T06:32:09.037Z | Downloaded console v0.16.2 |
| 691 | 2026-05-18T06:32:09.042Z | Downloaded colored v3.1.1 |
| 692 | 2026-05-18T06:32:09.042Z | Downloaded camino-tempfile-ext v0.3.3 |
| 693 | 2026-05-18T06:32:09.042Z | Downloaded bzip2 v0.6.1 |
| 694 | 2026-05-18T06:32:09.042Z | Downloaded ahash v0.8.12 |
| 695 | 2026-05-18T06:32:09.048Z | Downloaded chacha20 v0.10.0 |
| 696 | 2026-05-18T06:32:09.048Z | Downloaded async-bb8-diesel v0.2.1 |
| 697 | 2026-05-18T06:32:09.053Z | Downloaded hyper-tls v0.6.0 |
| 698 | 2026-05-18T06:32:09.056Z | Downloaded constant_time_eq v0.4.2 |
| 699 | 2026-05-18T06:32:09.056Z | Downloaded console v0.15.11 |
| 700 | 2026-05-18T06:32:09.056Z | Downloaded hubpack_derive v0.1.1 |
| 701 | 2026-05-18T06:32:09.056Z | Downloaded hex v0.4.3 |
| 702 | 2026-05-18T06:32:09.061Z | Downloaded http-range v0.1.5 |
| 703 | 2026-05-18T06:32:09.061Z | Downloaded indoc v1.0.9 |
| 704 | 2026-05-18T06:32:09.065Z | Downloaded glob v0.3.3 |
| 705 | 2026-05-18T06:32:09.065Z | Downloaded hostname v0.3.1 |
| 706 | 2026-05-18T06:32:09.065Z | Downloaded compact_str v0.8.1 |
| 707 | 2026-05-18T06:32:09.092Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 708 | 2026-05-18T06:32:09.092Z | Downloaded hash32 v0.3.1 |
| 709 | 2026-05-18T06:32:09.092Z | Downloaded fs_extra v1.3.0 |
| 710 | 2026-05-18T06:32:09.211Z | Downloaded getrandom v0.2.17 |
| 711 | 2026-05-18T06:32:09.211Z | Downloaded crossbeam-utils v0.8.21 |
| 712 | 2026-05-18T06:32:09.211Z | Downloaded instability v0.3.11 |
| 713 | 2026-05-18T06:32:09.211Z | Downloaded globset v0.4.18 |
| 714 | 2026-05-18T06:32:09.211Z | Downloaded derive_more v0.99.20 |
| 715 | 2026-05-18T06:32:09.211Z | Downloaded lazy_static v1.5.0 |
| 716 | 2026-05-18T06:32:09.211Z | Downloaded kstat-rs v0.2.4 |
| 717 | 2026-05-18T06:32:09.211Z | Downloaded is_ci v1.2.0 |
| 718 | 2026-05-18T06:32:09.211Z | Downloaded internet-checksum v0.2.1 |
| 719 | 2026-05-18T06:32:09.211Z | Downloaded indent_write v2.2.0 |
| 720 | 2026-05-18T06:32:09.211Z | Downloaded keccak v0.1.6 |
| 721 | 2026-05-18T06:32:09.211Z | Downloaded is-terminal v0.4.17 |
| 722 | 2026-05-18T06:32:09.211Z | Downloaded find-msvc-tools v0.1.9 |
| 723 | 2026-05-18T06:32:09.211Z | Downloaded http-body-util v0.1.3 |
| 724 | 2026-05-18T06:32:09.211Z | Downloaded highway v1.3.0 |
| 725 | 2026-05-18T06:32:09.211Z | Downloaded half v1.8.3 |
| 726 | 2026-05-18T06:32:09.211Z | Downloaded dropshot-api-manager v0.7.1 |
| 727 | 2026-05-18T06:32:09.211Z | Downloaded deranged v0.5.8 |
| 728 | 2026-05-18T06:32:09.211Z | Downloaded instant v0.1.13 |
| 729 | 2026-05-18T06:32:09.211Z | Downloaded crc-any v2.5.0 |
| 730 | 2026-05-18T06:32:09.211Z | Downloaded allocator-api2 v0.2.21 |
| 731 | 2026-05-18T06:32:09.212Z | Downloaded cookie v0.18.1 |
| 732 | 2026-05-18T06:32:09.212Z | Downloaded linked-hash-map v0.5.6 |
| 733 | 2026-05-18T06:32:09.212Z | Downloaded illumos-nvpair v0.3.0 |
| 734 | 2026-05-18T06:32:09.212Z | Downloaded maplit v1.0.2 |
| 735 | 2026-05-18T06:32:09.212Z | Downloaded lru-cache v0.1.2 |
| 736 | 2026-05-18T06:32:09.212Z | Downloaded home v0.5.12 |
| 737 | 2026-05-18T06:32:09.212Z | Downloaded hostname v0.4.2 |
| 738 | 2026-05-18T06:32:09.212Z | Downloaded diff v0.1.13 |
| 739 | 2026-05-18T06:32:09.212Z | Downloaded inout v0.1.4 |
| 740 | 2026-05-18T06:32:09.212Z | Downloaded humantime v2.3.0 |
| 741 | 2026-05-18T06:32:09.212Z | Downloaded managed v0.8.0 |
| 742 | 2026-05-18T06:32:09.212Z | Downloaded ingot v0.1.1 |
| 743 | 2026-05-18T06:32:09.212Z | Downloaded indoc v2.0.7 |
| 744 | 2026-05-18T06:32:09.212Z | Downloaded mime v0.3.17 |
| 745 | 2026-05-18T06:32:09.212Z | Downloaded memoffset v0.9.1 |
| 746 | 2026-05-18T06:32:09.212Z | Downloaded new_debug_unreachable v1.0.6 |
| 747 | 2026-05-18T06:32:09.212Z | Downloaded hyper-staticfile v0.10.1 |
| 748 | 2026-05-18T06:32:09.212Z | Downloaded match_cfg v0.1.0 |
| 749 | 2026-05-18T06:32:09.212Z | Downloaded des v0.8.1 |
| 750 | 2026-05-18T06:32:09.212Z | Downloaded lru v0.12.5 |
| 751 | 2026-05-18T06:32:09.212Z | Downloaded lzss v0.8.2 |
| 752 | 2026-05-18T06:32:09.212Z | Downloaded md5 v0.7.0 |
| 753 | 2026-05-18T06:32:09.212Z | Downloaded md-5 v0.10.6 |
| 754 | 2026-05-18T06:32:09.212Z | Downloaded maybe-uninit v2.0.0 |
| 755 | 2026-05-18T06:32:09.213Z | Downloaded nodrop v0.1.14 |
| 756 | 2026-05-18T06:32:09.213Z | Downloaded getrandom v0.3.4 |
| 757 | 2026-05-18T06:32:09.213Z | Downloaded newtype-uuid-macros v0.1.0 |
| 758 | 2026-05-18T06:32:09.213Z | Downloaded newtype_derive v0.1.6 |
| 759 | 2026-05-18T06:32:09.213Z | Downloaded multimap v0.10.1 |
| 760 | 2026-05-18T06:32:09.213Z | Downloaded lru-slab v0.1.2 |
| 761 | 2026-05-18T06:32:09.213Z | Downloaded darling v0.23.0 |
| 762 | 2026-05-18T06:32:09.213Z | Downloaded normalize-line-endings v0.3.0 |
| 763 | 2026-05-18T06:32:09.213Z | Downloaded lalrpop-util v0.19.12 |
| 764 | 2026-05-18T06:32:09.213Z | Downloaded ipnetwork v0.21.1 |
| 765 | 2026-05-18T06:32:09.213Z | Downloaded jobserver v0.1.34 |
| 766 | 2026-05-18T06:32:09.213Z | Downloaded num v0.4.3 |
| 767 | 2026-05-18T06:32:09.213Z | Downloaded nonempty v0.12.0 |
| 768 | 2026-05-18T06:32:09.213Z | Downloaded num-iter v0.1.45 |
| 769 | 2026-05-18T06:32:09.213Z | Downloaded ipnet v2.11.0 |
| 770 | 2026-05-18T06:32:09.213Z | Downloaded ingot-types v0.1.2 |
| 771 | 2026-05-18T06:32:09.213Z | Downloaded opaque-debug v0.3.1 |
| 772 | 2026-05-18T06:32:09.213Z | Downloaded num-derive v0.4.2 |
| 773 | 2026-05-18T06:32:09.213Z | Downloaded num_enum_derive v0.5.11 |
| 774 | 2026-05-18T06:32:09.213Z | Downloaded libsw v3.5.0 |
| 775 | 2026-05-18T06:32:09.213Z | Downloaded libloading v0.8.9 |
| 776 | 2026-05-18T06:32:09.213Z | Downloaded libefi-sys v0.1.0 |
| 777 | 2026-05-18T06:32:09.213Z | Downloaded hmac v0.12.1 |
| 778 | 2026-05-18T06:32:09.213Z | Downloaded dropshot_endpoint v0.17.0 |
| 779 | 2026-05-18T06:32:09.213Z | Downloaded futures v0.3.32 |
| 780 | 2026-05-18T06:32:09.214Z | Downloaded futures-channel v0.3.32 |
| 781 | 2026-05-18T06:32:09.214Z | Downloaded num_threads v0.1.7 |
| 782 | 2026-05-18T06:32:09.214Z | Downloaded lock_api v0.4.14 |
| 783 | 2026-05-18T06:32:09.214Z | Downloaded httparse v1.10.1 |
| 784 | 2026-05-18T06:32:09.214Z | Downloaded elliptic-curve v0.13.8 |
| 785 | 2026-05-18T06:32:09.214Z | Downloaded openssl-probe v0.2.1 |
| 786 | 2026-05-18T06:32:09.214Z | Downloaded flume v0.11.1 |
| 787 | 2026-05-18T06:32:09.214Z | Downloaded base64 v0.22.1 |
| 788 | 2026-05-18T06:32:09.214Z | Downloaded oso-derive v0.27.3 |
| 789 | 2026-05-18T06:32:09.214Z | Downloaded openssl-probe v0.1.6 |
| 790 | 2026-05-18T06:32:09.214Z | Downloaded openssl-macros v0.1.1 |
| 791 | 2026-05-18T06:32:09.214Z | Downloaded multer v3.1.0 |
| 792 | 2026-05-18T06:32:09.214Z | Downloaded nibble_vec v0.1.0 |
| 793 | 2026-05-18T06:32:09.214Z | Downloaded ingot-macros v0.1.1 |
| 794 | 2026-05-18T06:32:09.214Z | Downloaded parse-display v0.10.0 |
| 795 | 2026-05-18T06:32:09.214Z | Downloaded half v2.7.1 |
| 796 | 2026-05-18T06:32:09.214Z | Downloaded packed_struct_codegen v0.10.1 |
| 797 | 2026-05-18T06:32:09.214Z | Downloaded darling_core v0.21.3 |
| 798 | 2026-05-18T06:32:09.214Z | Downloaded pbkdf2 v0.12.2 |
| 799 | 2026-05-18T06:32:09.214Z | Downloaded pbkdf2 v0.11.0 |
| 800 | 2026-05-18T06:32:09.214Z | Downloaded mime_guess v2.0.5 |
| 801 | 2026-05-18T06:32:09.214Z | Downloaded bumpalo v3.20.2 |
| 802 | 2026-05-18T06:32:09.214Z | Downloaded native-tls v0.2.18 |
| 803 | 2026-05-18T06:32:09.214Z | Downloaded nanorand v0.7.0 |
| 804 | 2026-05-18T06:32:09.214Z | Downloaded newtype-uuid v1.3.2 |
| 805 | 2026-05-18T06:32:09.215Z | Downloaded hyper-rustls v0.27.7 |
| 806 | 2026-05-18T06:32:09.219Z | Downloaded path-slash v0.1.5 |
| 807 | 2026-05-18T06:32:09.219Z | Downloaded iana-time-zone v0.1.65 |
| 808 | 2026-05-18T06:32:09.219Z | Downloaded num-complex v0.4.6 |
| 809 | 2026-05-18T06:32:09.219Z | Downloaded peg-runtime v0.8.5 |
| 810 | 2026-05-18T06:32:09.219Z | Downloaded phf_shared v0.11.3 |
| 811 | 2026-05-18T06:32:09.219Z | Downloaded parse-size v1.1.0 |
| 812 | 2026-05-18T06:32:09.219Z | Downloaded nu-ansi-term v0.50.3 |
| 813 | 2026-05-18T06:32:09.219Z | Downloaded crypto-bigint v0.5.5 |
| 814 | 2026-05-18T06:32:09.219Z | Downloaded num_enum v0.5.11 |
| 815 | 2026-05-18T06:32:09.238Z | Downloaded pin-utils v0.1.0 |
| 816 | 2026-05-18T06:32:09.241Z | Downloaded phf_shared v0.13.1 |
| 817 | 2026-05-18T06:32:09.241Z | Downloaded phf_shared v0.12.1 |
| 818 | 2026-05-18T06:32:09.241Z | Downloaded num_enum_derive v0.7.5 |
| 819 | 2026-05-18T06:32:09.241Z | Downloaded num_enum v0.7.5 |
| 820 | 2026-05-18T06:32:09.245Z | Downloaded num-integer v0.1.46 |
| 821 | 2026-05-18T06:32:09.248Z | Downloaded precomputed-hash v0.1.1 |
| 822 | 2026-05-18T06:32:09.248Z | Downloaded powerfmt v0.2.0 |
| 823 | 2026-05-18T06:32:09.248Z | Downloaded libsw-core v0.3.2 |
| 824 | 2026-05-18T06:32:09.248Z | Downloaded darling_core v0.20.11 |
| 825 | 2026-05-18T06:32:09.251Z | Downloaded predicates-core v1.0.10 |
| 826 | 2026-05-18T06:32:09.255Z | Downloaded owo-colors v4.3.0 |
| 827 | 2026-05-18T06:32:09.255Z | Downloaded indexmap v1.9.3 |
| 828 | 2026-05-18T06:32:09.259Z | Downloaded ignore v0.4.25 |
| 829 | 2026-05-18T06:32:09.259Z | Downloaded darling_core v0.23.0 |
| 830 | 2026-05-18T06:32:09.263Z | Downloaded progenitor-client v0.10.0 |
| 831 | 2026-05-18T06:32:09.263Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 832 | 2026-05-18T06:32:09.263Z | Downloaded proc-macro-crate v3.4.0 |
| 833 | 2026-05-18T06:32:09.267Z | Downloaded proc-macro-crate v1.3.1 |
| 834 | 2026-05-18T06:32:09.267Z | Downloaded parse-display-derive v0.10.0 |
| 835 | 2026-05-18T06:32:09.267Z | Downloaded oxide-tokio-rt v0.1.4 |
| 836 | 2026-05-18T06:32:09.270Z | Downloaded newline-converter v0.3.0 |
| 837 | 2026-05-18T06:32:09.270Z | Downloaded peg v0.8.5 |
| 838 | 2026-05-18T06:32:09.271Z | Downloaded der v0.7.10 |
| 839 | 2026-05-18T06:32:09.274Z | Downloaded progenitor-client v0.11.2 |
| 840 | 2026-05-18T06:32:09.274Z | Downloaded password-hash v0.4.2 |
| 841 | 2026-05-18T06:32:09.277Z | Downloaded predicates-tree v1.0.13 |
| 842 | 2026-05-18T06:32:09.277Z | Downloaded psl-types v2.0.11 |
| 843 | 2026-05-18T06:32:09.277Z | Downloaded base64 v0.21.7 |
| 844 | 2026-05-18T06:32:09.281Z | Downloaded radium v0.7.0 |
| 845 | 2026-05-18T06:32:09.281Z | Downloaded progenitor-macro v0.14.0 |
| 846 | 2026-05-18T06:32:09.282Z | Downloaded quick-error v1.2.3 |
| 847 | 2026-05-18T06:32:09.282Z | Downloaded progenitor-macro v0.13.0 |
| 848 | 2026-05-18T06:32:09.285Z | Downloaded progenitor-macro v0.11.2 |
| 849 | 2026-05-18T06:32:09.285Z | Downloaded progenitor-macro v0.10.0 |
| 850 | 2026-05-18T06:32:09.285Z | Downloaded progenitor-client v0.14.0 |
| 851 | 2026-05-18T06:32:09.285Z | Downloaded phf v0.12.1 |
| 852 | 2026-05-18T06:32:09.290Z | Downloaded heapless v0.8.0 |
| 853 | 2026-05-18T06:32:09.290Z | Downloaded cc v1.2.56 |
| 854 | 2026-05-18T06:32:09.294Z | Downloaded pem-rfc7468 v0.7.0 |
| 855 | 2026-05-18T06:32:09.294Z | Downloaded pem v3.0.6 |
| 856 | 2026-05-18T06:32:09.294Z | Downloaded polyval v0.6.2 |
| 857 | 2026-05-18T06:32:09.298Z | Downloaded pkg-config v0.3.32 |
| 858 | 2026-05-18T06:32:09.298Z | Downloaded litrs v1.0.0 |
| 859 | 2026-05-18T06:32:09.298Z | Downloaded peg-macros v0.8.5 |
| 860 | 2026-05-18T06:32:09.298Z | Downloaded headers v0.4.1 |
| 861 | 2026-05-18T06:32:09.301Z | Downloaded libbz2-rs-sys v0.2.2 |
| 862 | 2026-05-18T06:32:09.304Z | Downloaded async-compression v0.4.41 |
| 863 | 2026-05-18T06:32:09.309Z | Downloaded omicron-zone-package v0.12.2 |
| 864 | 2026-05-18T06:32:09.313Z | Downloaded predicates v3.1.4 |
| 865 | 2026-05-18T06:32:09.313Z | Downloaded ppv-lite86 v0.2.21 |
| 866 | 2026-05-18T06:32:09.313Z | Downloaded rand_chacha v0.3.1 |
| 867 | 2026-05-18T06:32:09.318Z | Downloaded pkcs8 v0.10.2 |
| 868 | 2026-05-18T06:32:09.318Z | Downloaded ed25519-dalek v2.2.0 |
| 869 | 2026-05-18T06:32:09.318Z | Downloaded num-rational v0.4.2 |
| 870 | 2026-05-18T06:32:09.323Z | Downloaded ar_archive_writer v0.5.1 |
| 871 | 2026-05-18T06:32:09.323Z | Downloaded oxnet v0.1.4 |
| 872 | 2026-05-18T06:32:09.323Z | Downloaded memmap2 v0.9.10 |
| 873 | 2026-05-18T06:32:09.326Z | Downloaded parking_lot_core v0.9.12 |
| 874 | 2026-05-18T06:32:09.326Z | Downloaded parking_lot v0.12.5 |
| 875 | 2026-05-18T06:32:09.327Z | Downloaded recursive v0.1.1 |
| 876 | 2026-05-18T06:32:09.327Z | Downloaded parking_lot_core v0.8.6 |
| 877 | 2026-05-18T06:32:09.330Z | Downloaded packed_struct v0.10.1 |
| 878 | 2026-05-18T06:32:09.330Z | Downloaded ref-cast v1.0.25 |
| 879 | 2026-05-18T06:32:09.332Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 880 | 2026-05-18T06:32:09.332Z | Downloaded ref-cast-impl v1.0.25 |
| 881 | 2026-05-18T06:32:09.333Z | Downloaded progenitor-client v0.13.0 |
| 882 | 2026-05-18T06:32:09.338Z | Downloaded progenitor v0.11.2 |
| 883 | 2026-05-18T06:32:09.338Z | Downloaded progenitor v0.10.0 |
| 884 | 2026-05-18T06:32:09.338Z | Downloaded progenitor v0.14.0 |
| 885 | 2026-05-18T06:32:09.338Z | Downloaded progenitor v0.13.0 |
| 886 | 2026-05-18T06:32:09.338Z | Downloaded primeorder v0.13.6 |
| 887 | 2026-05-18T06:32:09.343Z | Downloaded paste v1.0.15 |
| 888 | 2026-05-18T06:32:09.343Z | Downloaded psm v0.1.30 |
| 889 | 2026-05-18T06:32:09.343Z | Downloaded proc-macro-error2 v2.0.1 |
| 890 | 2026-05-18T06:32:09.346Z | Downloaded password-hash v0.5.0 |
| 891 | 2026-05-18T06:32:09.346Z | Downloaded russh-cryptovec v0.7.3 |
| 892 | 2026-05-18T06:32:09.353Z | Downloaded rustc_version v0.4.1 |
| 893 | 2026-05-18T06:32:09.353Z | Downloaded hashbrown v0.12.3 |
| 894 | 2026-05-18T06:32:09.358Z | Downloaded rfc6979 v0.4.0 |
| 895 | 2026-05-18T06:32:09.358Z | Downloaded indicatif v0.18.4 |
| 896 | 2026-05-18T06:32:09.358Z | Downloaded progenitor-extras v0.2.0 |
| 897 | 2026-05-18T06:32:09.358Z | Downloaded pkcs1 v0.7.5 |
| 898 | 2026-05-18T06:32:09.358Z | Downloaded derive_more-impl v2.1.1 |
| 899 | 2026-05-18T06:32:09.361Z | Downloaded postgres-protocol v0.6.10 |
| 900 | 2026-05-18T06:32:09.367Z | Downloaded postcard v1.1.3 |
| 901 | 2026-05-18T06:32:09.367Z | Downloaded pkcs5 v0.7.1 |
| 902 | 2026-05-18T06:32:09.367Z | Downloaded rtoolbox v0.0.3 |
| 903 | 2026-05-18T06:32:09.367Z | Downloaded r2d2 v0.8.10 |
| 904 | 2026-05-18T06:32:09.371Z | Downloaded rustc-hash v2.1.1 |
| 905 | 2026-05-18T06:32:09.371Z | Downloaded pin-project-lite v0.2.17 |
| 906 | 2026-05-18T06:32:09.376Z | Downloaded pin-project-internal v1.1.11 |
| 907 | 2026-05-18T06:32:09.376Z | Downloaded poly1305 v0.8.0 |
| 908 | 2026-05-18T06:32:09.376Z | Downloaded rand_xorshift v0.4.0 |
| 909 | 2026-05-18T06:32:09.380Z | Downloaded oso v0.27.3 |
| 910 | 2026-05-18T06:32:09.380Z | Downloaded salsa20 v0.10.2 |
| 911 | 2026-05-18T06:32:09.380Z | Downloaded rustc_version v0.1.7 |
| 912 | 2026-05-18T06:32:09.384Z | Downloaded rand_core v0.10.0 |
| 913 | 2026-05-18T06:32:09.384Z | Downloaded heapless v0.7.17 |
| 914 | 2026-05-18T06:32:09.387Z | Downloaded p256 v0.13.2 |
| 915 | 2026-05-18T06:32:09.387Z | Downloaded rand_seeder v0.4.0 |
| 916 | 2026-05-18T06:32:09.390Z | Downloaded papergrid v0.17.0 |
| 917 | 2026-05-18T06:32:09.394Z | Downloaded parking_lot v0.11.2 |
| 918 | 2026-05-18T06:32:09.394Z | Downloaded rand_core v0.9.5 |
| 919 | 2026-05-18T06:32:09.394Z | Downloaded scheduled-thread-pool v0.2.7 |
| 920 | 2026-05-18T06:32:09.398Z | Downloaded scroll_derive v0.13.1 |
| 921 | 2026-05-18T06:32:09.399Z | Downloaded hashbrown v0.13.2 |
| 922 | 2026-05-18T06:32:09.403Z | Downloaded resolv-conf v0.7.6 |
| 923 | 2026-05-18T06:32:09.403Z | Downloaded miniz_oxide v0.8.9 |
| 924 | 2026-05-18T06:32:09.407Z | Downloaded jiff-static v0.2.21 |
| 925 | 2026-05-18T06:32:09.407Z | Downloaded diesel_derives v2.3.7 |
| 926 | 2026-05-18T06:32:09.410Z | Downloaded sapling-renderdag v0.1.0 |
| 927 | 2026-05-18T06:32:09.410Z | Downloaded same-file v1.0.6 |
| 928 | 2026-05-18T06:32:09.410Z | Downloaded phf v0.13.1 |
| 929 | 2026-05-18T06:32:09.414Z | Downloaded rand_chacha v0.9.0 |
| 930 | 2026-05-18T06:32:09.414Z | Downloaded derive_more v2.1.1 |
| 931 | 2026-05-18T06:32:09.420Z | Downloaded semver v0.1.20 |
| 932 | 2026-05-18T06:32:09.425Z | Downloaded scopeguard v1.2.0 |
| 933 | 2026-05-18T06:32:09.425Z | Downloaded quinn-udp v0.5.14 |
| 934 | 2026-05-18T06:32:09.425Z | Downloaded const_format v0.2.35 |
| 935 | 2026-05-18T06:32:09.429Z | Downloaded aes v0.8.4 |
| 936 | 2026-05-18T06:32:09.430Z | Downloaded scrypt v0.11.0 |
| 937 | 2026-05-18T06:32:09.430Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 938 | 2026-05-18T06:32:09.433Z | Downloaded secrecy v0.8.0 |
| 939 | 2026-05-18T06:32:09.434Z | Downloaded pin-project v1.1.11 |
| 940 | 2026-05-18T06:32:09.437Z | Downloaded serde-big-array v0.5.1 |
| 941 | 2026-05-18T06:32:09.441Z | Downloaded hickory-server v0.25.2 |
| 942 | 2026-05-18T06:32:09.446Z | Downloaded seq-macro v0.3.6 |
| 943 | 2026-05-18T06:32:09.446Z | Downloaded rustls-pemfile v1.0.4 |
| 944 | 2026-05-18T06:32:09.446Z | Downloaded serde_bytes v0.11.19 |
| 945 | 2026-05-18T06:32:09.446Z | Downloaded rustls-native-certs v0.8.3 |
| 946 | 2026-05-18T06:32:09.452Z | Downloaded shell-words v1.1.1 |
| 947 | 2026-05-18T06:32:09.452Z | Downloaded serde_urlencoded v0.7.1 |
| 948 | 2026-05-18T06:32:09.453Z | Downloaded serde_plain v1.0.2 |
| 949 | 2026-05-18T06:32:09.453Z | Downloaded prefix-trie v0.7.0 |
| 950 | 2026-05-18T06:32:09.456Z | Downloaded hickory-resolver v0.24.4 |
| 951 | 2026-05-18T06:32:09.457Z | Downloaded sigpipe v0.1.3 |
| 952 | 2026-05-18T06:32:09.457Z | Downloaded rusty-fork v0.3.1 |
| 953 | 2026-05-18T06:32:09.457Z | Downloaded rustversion v1.0.22 |
| 954 | 2026-05-18T06:32:09.461Z | Downloaded rustls-pemfile v2.2.0 |
| 955 | 2026-05-18T06:32:09.461Z | Downloaded rand_core v0.6.4 |
| 956 | 2026-05-18T06:32:09.461Z | Downloaded serde_spanned v1.0.4 |
| 957 | 2026-05-18T06:32:09.466Z | Downloaded signal-hook-tokio v0.3.1 |
| 958 | 2026-05-18T06:32:09.466Z | Downloaded postgres-types v0.2.12 |
| 959 | 2026-05-18T06:32:09.466Z | Downloaded signature v2.2.0 |
| 960 | 2026-05-18T06:32:09.471Z | Downloaded minimal-lexical v0.2.1 |
| 961 | 2026-05-18T06:32:09.471Z | Downloaded openssl-sys v0.9.115 |
| 962 | 2026-05-18T06:32:09.475Z | Downloaded crossterm v0.28.1 |
| 963 | 2026-05-18T06:32:09.475Z | Downloaded progenitor-impl v0.14.0 |
| 964 | 2026-05-18T06:32:09.478Z | Downloaded progenitor-impl v0.11.2 |
| 965 | 2026-05-18T06:32:09.478Z | Downloaded dropshot_endpoint v0.16.7 |
| 966 | 2026-05-18T06:32:09.481Z | Downloaded derive-where v1.6.0 |
| 967 | 2026-05-18T06:32:09.487Z | Downloaded secrecy v0.10.3 |
| 968 | 2026-05-18T06:32:09.487Z | Downloaded siphasher v1.0.2 |
| 969 | 2026-05-18T06:32:09.487Z | Downloaded slog-bunyan v2.5.0 |
| 970 | 2026-05-18T06:32:09.487Z | Downloaded sct v0.7.1 |
| 971 | 2026-05-18T06:32:09.487Z | Downloaded chacha20poly1305 v0.10.1 |
| 972 | 2026-05-18T06:32:09.492Z | Downloaded bytes v1.11.1 |
| 973 | 2026-05-18T06:32:09.493Z | Downloaded slog-envlogger v2.2.0 |
| 974 | 2026-05-18T06:32:09.497Z | Downloaded russh-keys v0.45.0 |
| 975 | 2026-05-18T06:32:09.497Z | Downloaded scroll v0.13.0 |
| 976 | 2026-05-18T06:32:09.497Z | Downloaded schemars_derive v0.8.22 |
| 977 | 2026-05-18T06:32:09.497Z | Downloaded progenitor-impl v0.10.0 |
| 978 | 2026-05-18T06:32:09.501Z | Downloaded olpc-cjson v0.1.4 |
| 979 | 2026-05-18T06:32:09.501Z | Downloaded num-derive v0.3.3 |
| 980 | 2026-05-18T06:32:09.502Z | Downloaded num-conv v0.2.0 |
| 981 | 2026-05-18T06:32:09.502Z | Downloaded linear-map v1.2.0 |
| 982 | 2026-05-18T06:32:09.505Z | Downloaded libscf-sys v1.1.0 |
| 983 | 2026-05-18T06:32:09.505Z | Downloaded ident_case v1.0.1 |
| 984 | 2026-05-18T06:32:09.505Z | Downloaded futures-executor v0.3.32 |
| 985 | 2026-05-18T06:32:09.505Z | Downloaded foldhash v0.1.5 |
| 986 | 2026-05-18T06:32:09.505Z | Downloaded expectorate v1.2.0 |
| 987 | 2026-05-18T06:32:09.507Z | Downloaded erased-serde v0.3.31 |
| 988 | 2026-05-18T06:32:09.511Z | Downloaded clang-sys v1.8.1 |
| 989 | 2026-05-18T06:32:09.511Z | Downloaded sqlparser_derive v0.5.0 |
| 990 | 2026-05-18T06:32:09.511Z | Downloaded ssh-encoding v0.2.0 |
| 991 | 2026-05-18T06:32:09.516Z | Downloaded serde_path_to_error v0.1.20 |
| 992 | 2026-05-18T06:32:09.516Z | Downloaded bzip2 v0.4.4 |
| 993 | 2026-05-18T06:32:09.516Z | Downloaded hubpack v0.1.2 |
| 994 | 2026-05-18T06:32:09.516Z | Downloaded sec1 v0.7.3 |
| 995 | 2026-05-18T06:32:09.516Z | Downloaded httpdate v1.0.3 |
| 996 | 2026-05-18T06:32:09.520Z | Downloaded sha1 v0.10.6 |
| 997 | 2026-05-18T06:32:09.520Z | Downloaded cookie_store v0.22.1 |
| 998 | 2026-05-18T06:32:09.524Z | Downloaded ciborium v0.2.2 |
| 999 | 2026-05-18T06:32:09.524Z | Downloaded daft-derive v0.1.5 |
| 1000 | 2026-05-18T06:32:09.524Z | Downloaded ssh-cipher v0.2.0 |
| 1001 | 2026-05-18T06:32:09.528Z | Downloaded hickory-resolver v0.25.2 |
| 1002 | 2026-05-18T06:32:09.528Z | Downloaded hyper-util v0.1.20 |
| 1003 | 2026-05-18T06:32:09.532Z | Downloaded rcgen v0.12.1 |
| 1004 | 2026-05-18T06:32:09.535Z | Downloaded pretty_assertions v1.4.1 |
| 1005 | 2026-05-18T06:32:09.535Z | Downloaded serde_repr v0.1.20 |
| 1006 | 2026-05-18T06:32:09.535Z | Downloaded signal-hook-mio v0.2.5 |
| 1007 | 2026-05-18T06:32:09.538Z | Downloaded shlex v1.3.0 |
| 1008 | 2026-05-18T06:32:09.538Z | Downloaded subtle v2.6.1 |
| 1009 | 2026-05-18T06:32:09.538Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1010 | 2026-05-18T06:32:09.568Z | Downloaded strum v0.26.3 |
| 1011 | 2026-05-18T06:32:09.568Z | Downloaded slog-dtrace v0.3.0 |
| 1012 | 2026-05-18T06:32:09.569Z | Downloaded serde_derive_internals v0.29.1 |
| 1013 | 2026-05-18T06:32:09.569Z | Downloaded strum v0.27.2 |
| 1014 | 2026-05-18T06:32:09.569Z | Downloaded structmeta-derive v0.3.0 |
| 1015 | 2026-05-18T06:32:09.569Z | Downloaded serde-hex v0.1.0 |
| 1016 | 2026-05-18T06:32:09.569Z | Downloaded simd-adler32 v0.3.8 |
| 1017 | 2026-05-18T06:32:09.569Z | Downloaded prettyplease v0.2.37 |
| 1018 | 2026-05-18T06:32:09.569Z | Downloaded crossbeam-deque v0.8.6 |
| 1019 | 2026-05-18T06:32:09.569Z | Downloaded critical-section v1.2.0 |
| 1020 | 2026-05-18T06:32:09.569Z | Downloaded cipher v0.4.4 |
| 1021 | 2026-05-18T06:32:09.569Z | Downloaded backon v1.6.0 |
| 1022 | 2026-05-18T06:32:09.569Z | Downloaded corncobs v0.1.4 |
| 1023 | 2026-05-18T06:32:09.569Z | Downloaded smallvec v0.6.14 |
| 1024 | 2026-05-18T06:32:09.569Z | Downloaded slog-term v2.9.2 |
| 1025 | 2026-05-18T06:32:09.569Z | Downloaded sync_wrapper v1.0.2 |
| 1026 | 2026-05-18T06:32:09.569Z | Downloaded sync-ptr v0.1.4 |
| 1027 | 2026-05-18T06:32:09.569Z | Downloaded structmeta v0.3.0 |
| 1028 | 2026-05-18T06:32:09.569Z | Downloaded slog-async v2.8.0 |
| 1029 | 2026-05-18T06:32:09.569Z | Downloaded slab v0.4.12 |
| 1030 | 2026-05-18T06:32:09.570Z | Downloaded tap v1.0.1 |
| 1031 | 2026-05-18T06:32:09.576Z | Downloaded take_mut v0.2.2 |
| 1032 | 2026-05-18T06:32:09.576Z | Downloaded supports-color v3.0.2 |
| 1033 | 2026-05-18T06:32:09.576Z | Downloaded chacha20 v0.9.1 |
| 1034 | 2026-05-18T06:32:09.576Z | Downloaded bcs v0.1.6 |
| 1035 | 2026-05-18T06:32:09.576Z | Downloaded base16ct v0.2.0 |
| 1036 | 2026-05-18T06:32:09.576Z | Downloaded argon2 v0.5.3 |
| 1037 | 2026-05-18T06:32:09.576Z | Downloaded slog-scope v4.4.1 |
| 1038 | 2026-05-18T06:32:09.576Z | Downloaded slog-json v2.6.1 |
| 1039 | 2026-05-18T06:32:09.576Z | Downloaded bitfield v0.19.4 |
| 1040 | 2026-05-18T06:32:09.576Z | Downloaded byte-wrapper v0.1.0 |
| 1041 | 2026-05-18T06:32:09.576Z | Downloaded backoff v0.4.0 |
| 1042 | 2026-05-18T06:32:09.576Z | Downloaded async-trait v0.1.89 |
| 1043 | 2026-05-18T06:32:09.583Z | Downloaded aead v0.5.2 |
| 1044 | 2026-05-18T06:32:09.583Z | Downloaded smf v0.2.3 |
| 1045 | 2026-05-18T06:32:09.583Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1046 | 2026-05-18T06:32:09.583Z | Downloaded testing_table v0.3.0 |
| 1047 | 2026-05-18T06:32:09.586Z | Downloaded spki v0.7.3 |
| 1048 | 2026-05-18T06:32:09.586Z | Downloaded tagptr v0.2.0 |
| 1049 | 2026-05-18T06:32:09.586Z | Downloaded tabwriter v1.4.1 |
| 1050 | 2026-05-18T06:32:09.586Z | Downloaded sqlformat v0.3.5 |
| 1051 | 2026-05-18T06:32:09.586Z | Downloaded rustls-pki-types v1.14.0 |
| 1052 | 2026-05-18T06:32:09.586Z | Downloaded tabled_derive v0.11.0 |
| 1053 | 2026-05-18T06:32:09.589Z | Downloaded slog-stdlog v4.1.1 |
| 1054 | 2026-05-18T06:32:09.589Z | Downloaded snafu-derive v0.8.9 |
| 1055 | 2026-05-18T06:32:09.589Z | Downloaded http v1.4.0 |
| 1056 | 2026-05-18T06:32:09.594Z | Downloaded static_assertions v1.1.0 |
| 1057 | 2026-05-18T06:32:09.594Z | Downloaded stacker v0.1.23 |
| 1058 | 2026-05-18T06:32:09.594Z | Downloaded aho-corasick v1.1.4 |
| 1059 | 2026-05-18T06:32:09.600Z | Downloaded time-core v0.1.8 |
| 1060 | 2026-05-18T06:32:09.600Z | Downloaded thread-id v5.1.0 |
| 1061 | 2026-05-18T06:32:09.604Z | Downloaded rayon-core v1.13.0 |
| 1062 | 2026-05-18T06:32:09.604Z | Downloaded aes-gcm v0.10.3 |
| 1063 | 2026-05-18T06:32:09.607Z | Downloaded ryu v1.0.23 |
| 1064 | 2026-05-18T06:32:09.608Z | Downloaded signal-hook-registry v1.4.8 |
| 1065 | 2026-05-18T06:32:09.608Z | Downloaded serde_cbor v0.11.2 |
| 1066 | 2026-05-18T06:32:09.611Z | Downloaded tinyvec_macros v0.1.1 |
| 1067 | 2026-05-18T06:32:09.611Z | Downloaded schemars v0.8.22 |
| 1068 | 2026-05-18T06:32:09.617Z | Downloaded tokio-macros v2.7.0 |
| 1069 | 2026-05-18T06:32:09.623Z | Downloaded support-bundle-viewer v0.1.2 |
| 1070 | 2026-05-18T06:32:09.623Z | Downloaded stringprep v0.1.5 |
| 1071 | 2026-05-18T06:32:09.623Z | Downloaded quinn v0.11.9 |
| 1072 | 2026-05-18T06:32:09.623Z | Downloaded publicsuffix v2.3.0 |
| 1073 | 2026-05-18T06:32:09.629Z | Downloaded termtree v0.5.1 |
| 1074 | 2026-05-18T06:32:09.629Z | Downloaded termios v0.3.3 |
| 1075 | 2026-05-18T06:32:09.629Z | Downloaded num-bigint v0.4.6 |
| 1076 | 2026-05-18T06:32:09.634Z | Downloaded hashbrown v0.16.1 |
| 1077 | 2026-05-18T06:32:09.634Z | Downloaded strum_macros v0.26.4 |
| 1078 | 2026-05-18T06:32:09.638Z | Downloaded strum_macros v0.24.3 |
| 1079 | 2026-05-18T06:32:09.638Z | Downloaded itertools v0.10.5 |
| 1080 | 2026-05-18T06:32:09.641Z | Downloaded spin v0.9.8 |
| 1081 | 2026-05-18T06:32:09.641Z | Downloaded rand v0.8.6 |
| 1082 | 2026-05-18T06:32:09.644Z | Downloaded qorb v0.4.1 |
| 1083 | 2026-05-18T06:32:09.645Z | Downloaded string_cache v0.8.9 |
| 1084 | 2026-05-18T06:32:09.648Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1085 | 2026-05-18T06:32:09.648Z | Downloaded thread_local v1.1.9 |
| 1086 | 2026-05-18T06:32:09.652Z | Downloaded serde_with_macros v3.17.0 |
| 1087 | 2026-05-18T06:32:09.652Z | Downloaded topological-sort v0.2.2 |
| 1088 | 2026-05-18T06:32:09.652Z | Downloaded thiserror-no-std v2.0.2 |
| 1089 | 2026-05-18T06:32:09.656Z | Downloaded ron v0.8.1 |
| 1090 | 2026-05-18T06:32:09.661Z | Downloaded libxml v0.3.3 |
| 1091 | 2026-05-18T06:32:09.665Z | Downloaded time-macros v0.2.27 |
| 1092 | 2026-05-18T06:32:09.665Z | Downloaded try-lock v0.2.5 |
| 1093 | 2026-05-18T06:32:09.665Z | Downloaded tiny-keccak v2.0.2 |
| 1094 | 2026-05-18T06:32:09.665Z | Downloaded similar v2.7.0 |
| 1095 | 2026-05-18T06:32:09.669Z | Downloaded tower-service v0.3.3 |
| 1096 | 2026-05-18T06:32:09.669Z | Downloaded signal-hook v0.3.18 |
| 1097 | 2026-05-18T06:32:09.672Z | Downloaded tls_codec v0.4.2 |
| 1098 | 2026-05-18T06:32:09.675Z | Downloaded tower-layer v0.3.3 |
| 1099 | 2026-05-18T06:32:09.675Z | Downloaded typify-macro v0.6.2 |
| 1100 | 2026-05-18T06:32:09.677Z | Downloaded trait-variant v0.1.2 |
| 1101 | 2026-05-18T06:32:09.684Z | Downloaded schemars v0.9.0 |
| 1102 | 2026-05-18T06:32:09.688Z | Downloaded tokio-native-tls v0.3.1 |
| 1103 | 2026-05-18T06:32:09.688Z | Downloaded tokio-dtrace v0.1.1 |
| 1104 | 2026-05-18T06:32:09.692Z | Downloaded slog v2.8.2 |
| 1105 | 2026-05-18T06:32:09.692Z | Downloaded nom v7.1.3 |
| 1106 | 2026-05-18T06:32:09.697Z | Downloaded tokio-rustls v0.25.0 |
| 1107 | 2026-05-18T06:32:09.697Z | Downloaded unit-prefix v0.5.2 |
| 1108 | 2026-05-18T06:32:09.697Z | Downloaded progenitor-impl v0.13.0 |
| 1109 | 2026-05-18T06:32:09.700Z | Downloaded mio v1.2.0 |
| 1110 | 2026-05-18T06:32:09.703Z | Downloaded untrusted v0.7.1 |
| 1111 | 2026-05-18T06:32:09.703Z | Downloaded strum_macros v0.27.2 |
| 1112 | 2026-05-18T06:32:09.703Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-05-18T06:32:09.706Z | Downloaded unicode-truncate v1.1.0 |
| 1114 | 2026-05-18T06:32:09.706Z | Downloaded unarray v0.1.4 |
| 1115 | 2026-05-18T06:32:09.706Z | Downloaded iri-string v0.7.10 |
| 1116 | 2026-05-18T06:32:09.712Z | Downloaded itertools v0.13.0 |
| 1117 | 2026-05-18T06:32:09.717Z | Downloaded itertools v0.12.1 |
| 1118 | 2026-05-18T06:32:09.722Z | Downloaded tokio-tungstenite v0.23.1 |
| 1119 | 2026-05-18T06:32:09.722Z | Downloaded tokio-tungstenite v0.21.0 |
| 1120 | 2026-05-18T06:32:09.722Z | Downloaded usdt-attr-macro v0.6.0 |
| 1121 | 2026-05-18T06:32:09.722Z | Downloaded usdt v0.6.0 |
| 1122 | 2026-05-18T06:32:09.722Z | Downloaded socket2 v0.6.3 |
| 1123 | 2026-05-18T06:32:09.726Z | Downloaded socket2 v0.5.10 |
| 1124 | 2026-05-18T06:32:09.726Z | Downloaded crossterm v0.29.0 |
| 1125 | 2026-05-18T06:32:09.729Z | Downloaded utf-8 v0.7.6 |
| 1126 | 2026-05-18T06:32:09.729Z | Downloaded usdt-macro v0.6.0 |
| 1127 | 2026-05-18T06:32:09.729Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1128 | 2026-05-18T06:32:09.732Z | Downloaded untrusted v0.9.0 |
| 1129 | 2026-05-18T06:32:09.732Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1130 | 2026-05-18T06:32:09.735Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1131 | 2026-05-18T06:32:09.736Z | Downloaded term v1.2.1 |
| 1132 | 2026-05-18T06:32:09.738Z | Downloaded wait-timeout v0.2.1 |
| 1133 | 2026-05-18T06:32:09.738Z | Downloaded iddqd v0.3.18 |
| 1134 | 2026-05-18T06:32:09.743Z | Downloaded waitgroup v0.1.2 |
| 1135 | 2026-05-18T06:32:09.746Z | Downloaded void v1.0.2 |
| 1136 | 2026-05-18T06:32:09.746Z | Downloaded schemars v1.2.1 |
| 1137 | 2026-05-18T06:32:09.753Z | Downloaded tui-tree-widget v0.23.1 |
| 1138 | 2026-05-18T06:32:09.756Z | Downloaded rustls-webpki v0.103.9 |
| 1139 | 2026-05-18T06:32:09.757Z | Downloaded tokio-rustls v0.24.1 |
| 1140 | 2026-05-18T06:32:09.760Z | Downloaded h2 v0.4.13 |
| 1141 | 2026-05-18T06:32:09.763Z | Downloaded xshell-macros v0.2.7 |
| 1142 | 2026-05-18T06:32:09.763Z | Downloaded unicase v2.9.0 |
| 1143 | 2026-05-18T06:32:09.763Z | Downloaded tokio-stream v0.1.18 |
| 1144 | 2026-05-18T06:32:09.767Z | Downloaded samael v0.0.19 |
| 1145 | 2026-05-18T06:32:09.769Z | Downloaded xattr v1.6.1 |
| 1146 | 2026-05-18T06:32:09.776Z | Downloaded typify-macro v0.4.3 |
| 1147 | 2026-05-18T06:32:09.776Z | Downloaded snafu v0.8.9 |
| 1148 | 2026-05-18T06:32:09.776Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1149 | 2026-05-18T06:32:09.792Z | Downloaded term v0.7.0 |
| 1150 | 2026-05-18T06:32:09.792Z | Downloaded itertools v0.14.0 |
| 1151 | 2026-05-18T06:32:09.792Z | Downloaded rand v0.10.0 |
| 1152 | 2026-05-18T06:32:09.792Z | Downloaded hkdf v0.12.4 |
| 1153 | 2026-05-18T06:32:09.792Z | Downloaded hashbrown v0.15.5 |
| 1154 | 2026-05-18T06:32:09.792Z | Downloaded hyper v1.8.1 |
| 1155 | 2026-05-18T06:32:09.792Z | Downloaded zeroize_derive v1.4.3 |
| 1156 | 2026-05-18T06:32:09.797Z | Downloaded test-strategy v0.4.5 |
| 1157 | 2026-05-18T06:32:09.798Z | Downloaded zone v0.3.1 |
| 1158 | 2026-05-18T06:32:09.798Z | Downloaded tokio-rustls v0.26.4 |
| 1159 | 2026-05-18T06:32:09.803Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1160 | 2026-05-18T06:32:09.803Z | Downloaded zone_cfg_derive v0.3.1 |
| 1161 | 2026-05-18T06:32:09.803Z | Downloaded tls_codec_derive v0.4.2 |
| 1162 | 2026-05-18T06:32:09.803Z | Downloaded whoami v1.6.1 |
| 1163 | 2026-05-18T06:32:09.808Z | Downloaded vergen-lib v0.1.6 |
| 1164 | 2026-05-18T06:32:09.808Z | Downloaded vergen-gitcl v1.0.8 |
| 1165 | 2026-05-18T06:32:09.808Z | Downloaded uzers v0.12.2 |
| 1166 | 2026-05-18T06:32:09.808Z | Downloaded usdt-impl v0.6.0 |
| 1167 | 2026-05-18T06:32:09.808Z | Downloaded vergen-git2 v1.0.7 |
| 1168 | 2026-05-18T06:32:09.808Z | Downloaded subprocess v0.2.15 |
| 1169 | 2026-05-18T06:32:09.813Z | Downloaded want v0.3.1 |
| 1170 | 2026-05-18T06:32:09.813Z | Downloaded tracing-attributes v0.1.31 |
| 1171 | 2026-05-18T06:32:09.813Z | Downloaded tinyvec v1.10.0 |
| 1172 | 2026-05-18T06:32:09.816Z | Downloaded whoami v2.1.0 |
| 1173 | 2026-05-18T06:32:09.816Z | Downloaded num-bigint-dig v0.8.6 |
| 1174 | 2026-05-18T06:32:09.820Z | Downloaded futures-util v0.3.32 |
| 1175 | 2026-05-18T06:32:09.823Z | Downloaded wyz v0.5.1 |
| 1176 | 2026-05-18T06:32:09.828Z | Downloaded twox-hash v2.1.2 |
| 1177 | 2026-05-18T06:32:09.828Z | Downloaded rsa v0.9.10 |
| 1178 | 2026-05-18T06:32:09.835Z | Downloaded russh v0.45.0 |
| 1179 | 2026-05-18T06:32:09.835Z | Downloaded tar v0.4.45 |
| 1180 | 2026-05-18T06:32:09.835Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1181 | 2026-05-18T06:32:09.842Z | Downloaded unicode-properties v0.1.4 |
| 1182 | 2026-05-18T06:32:09.842Z | Downloaded zeroize v1.8.2 |
| 1183 | 2026-05-18T06:32:09.842Z | Downloaded toml v0.7.8 |
| 1184 | 2026-05-18T06:32:09.851Z | Downloaded p521 v0.13.3 |
| 1185 | 2026-05-18T06:32:09.851Z | Downloaded vergen v9.0.6 |
| 1186 | 2026-05-18T06:32:09.851Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1187 | 2026-05-18T06:32:09.854Z | Downloaded libm v0.2.16 |
| 1188 | 2026-05-18T06:32:09.854Z | Downloaded zstd-safe v7.2.4 |
| 1189 | 2026-05-18T06:32:09.854Z | Downloaded vsss-rs v3.3.4 |
| 1190 | 2026-05-18T06:32:09.857Z | Downloaded rand v0.9.2 |
| 1191 | 2026-05-18T06:32:09.862Z | Downloaded zstd v0.13.3 |
| 1192 | 2026-05-18T06:32:09.862Z | Downloaded tungstenite v0.23.0 |
| 1193 | 2026-05-18T06:32:09.862Z | Downloaded tungstenite v0.21.0 |
| 1194 | 2026-05-18T06:32:09.867Z | Downloaded typify v0.6.2 |
| 1195 | 2026-05-18T06:32:09.871Z | Downloaded unicode-bidi v0.3.18 |
| 1196 | 2026-05-18T06:32:09.871Z | Downloaded walkdir v2.5.0 |
| 1197 | 2026-05-18T06:32:09.871Z | Downloaded rustyline v14.0.0 |
| 1198 | 2026-05-18T06:32:09.874Z | Downloaded blake3 v1.8.3 |
| 1199 | 2026-05-18T06:32:09.879Z | Downloaded bitvec v1.0.1 |
| 1200 | 2026-05-18T06:32:09.886Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1201 | 2026-05-18T06:32:09.891Z | Downloaded zerocopy v0.6.6 |
| 1202 | 2026-05-18T06:32:09.891Z | Downloaded bindgen v0.71.1 |
| 1203 | 2026-05-18T06:32:09.895Z | Downloaded xshell v0.2.7 |
| 1204 | 2026-05-18T06:32:09.899Z | Downloaded steno v0.4.1 |
| 1205 | 2026-05-18T06:32:09.899Z | Downloaded reedline v0.40.0 |
| 1206 | 2026-05-18T06:32:09.903Z | Downloaded yasna v0.5.2 |
| 1207 | 2026-05-18T06:32:09.907Z | Downloaded aws-lc-rs v1.16.3 |
| 1208 | 2026-05-18T06:32:09.911Z | Downloaded typify v0.4.3 |
| 1209 | 2026-05-18T06:32:09.915Z | Downloaded unsafe-libyaml v0.2.11 |
| 1210 | 2026-05-18T06:32:09.920Z | Downloaded vte v0.14.1 |
| 1211 | 2026-05-18T06:32:09.925Z | Downloaded tracing-core v0.1.36 |
| 1212 | 2026-05-18T06:32:09.937Z | Downloaded uuid v1.23.0 |
| 1213 | 2026-05-18T06:32:09.937Z | Downloaded rpassword v7.4.0 |
| 1214 | 2026-05-18T06:32:09.937Z | Downloaded toml_edit v0.19.15 |
| 1215 | 2026-05-18T06:32:09.945Z | Downloaded tokio-postgres v0.7.16 |
| 1216 | 2026-05-18T06:32:09.953Z | Downloaded zopfli v0.8.3 |
| 1217 | 2026-05-18T06:32:09.953Z | Downloaded regex v1.12.3 |
| 1218 | 2026-05-18T06:32:09.959Z | Downloaded p384 v0.13.1 |
| 1219 | 2026-05-18T06:32:09.965Z | Downloaded ssh-key v0.6.7 |
| 1220 | 2026-05-18T06:32:09.969Z | Downloaded zip v0.6.6 |
| 1221 | 2026-05-18T06:32:09.975Z | Downloaded portable-atomic v1.13.1 |
| 1222 | 2026-05-18T06:32:09.982Z | Downloaded git2 v0.20.4 |
| 1223 | 2026-05-18T06:32:09.987Z | Downloaded reqwest v0.12.28 |
| 1224 | 2026-05-18T06:32:09.990Z | Downloaded chrono v0.4.44 |
| 1225 | 2026-05-18T06:32:09.995Z | Downloaded quick-xml v0.37.5 |
| 1226 | 2026-05-18T06:32:09.999Z | Downloaded yansi v1.0.1 |
| 1227 | 2026-05-18T06:32:09.999Z | Downloaded unicode_categories v0.1.1 |
| 1228 | 2026-05-18T06:32:09.999Z | Downloaded tower v0.5.3 |
| 1229 | 2026-05-18T06:32:10.004Z | Downloaded rustls-webpki v0.101.7 |
| 1230 | 2026-05-18T06:32:10.018Z | Downloaded salty v0.3.0 |
| 1231 | 2026-05-18T06:32:10.026Z | Downloaded typed-path v0.9.3 |
| 1232 | 2026-05-18T06:32:10.027Z | Downloaded rayon v1.11.0 |
| 1233 | 2026-05-18T06:32:10.027Z | Downloaded reqwest v0.13.2 |
| 1234 | 2026-05-18T06:32:10.030Z | Downloaded goblin v0.10.5 |
| 1235 | 2026-05-18T06:32:10.035Z | Downloaded zerocopy-derive v0.8.40 |
| 1236 | 2026-05-18T06:32:10.040Z | Downloaded lalrpop v0.19.12 |
| 1237 | 2026-05-18T06:32:10.048Z | Downloaded tokio-util v0.7.18 |
| 1238 | 2026-05-18T06:32:10.051Z | Downloaded tower-http v0.6.8 |
| 1239 | 2026-05-18T06:32:10.060Z | Downloaded moka v0.12.13 |
| 1240 | 2026-05-18T06:32:10.064Z | Downloaded x509-cert v0.2.5 |
| 1241 | 2026-05-18T06:32:10.068Z | Downloaded tough v0.22.0 |
| 1242 | 2026-05-18T06:32:10.073Z | Downloaded unicode-segmentation v1.12.0 |
| 1243 | 2026-05-18T06:32:10.082Z | Downloaded unicode-normalization v0.1.25 |
| 1244 | 2026-05-18T06:32:10.092Z | Downloaded quinn-proto v0.11.13 |
| 1245 | 2026-05-18T06:32:10.096Z | Downloaded rustls-webpki v0.102.8 |
| 1246 | 2026-05-18T06:32:10.107Z | Downloaded radix_trie v0.2.1 |
| 1247 | 2026-05-18T06:32:10.110Z | Downloaded proptest v1.10.0 |
| 1248 | 2026-05-18T06:32:10.115Z | Downloaded petname v2.0.2 |
| 1249 | 2026-05-18T06:32:10.120Z | Downloaded bstr v1.12.1 |
| 1250 | 2026-05-18T06:32:10.124Z | Downloaded nix v0.27.1 |
| 1251 | 2026-05-18T06:32:10.129Z | Downloaded serde_with v3.17.0 |
| 1252 | 2026-05-18T06:32:10.136Z | Downloaded polar-core v0.27.3 |
| 1253 | 2026-05-18T06:32:10.140Z | Downloaded curve25519-dalek v4.1.3 |
| 1254 | 2026-05-18T06:32:10.147Z | Downloaded regex-syntax v0.6.29 |
| 1255 | 2026-05-18T06:32:10.151Z | Downloaded object v0.30.4 |
| 1256 | 2026-05-18T06:32:10.157Z | Downloaded zip v4.6.1 |
| 1257 | 2026-05-18T06:32:10.160Z | Downloaded smoltcp v0.9.1 |
| 1258 | 2026-05-18T06:32:10.179Z | Downloaded object v0.37.3 |
| 1259 | 2026-05-18T06:32:10.187Z | Downloaded vcpkg v0.2.15 |
| 1260 | 2026-05-18T06:32:10.205Z | Downloaded winnow v0.5.40 |
| 1261 | 2026-05-18T06:32:10.210Z | Downloaded webpki-roots v1.0.6 |
| 1262 | 2026-05-18T06:32:10.213Z | Downloaded dropshot v0.17.0 |
| 1263 | 2026-05-18T06:32:10.225Z | Downloaded rustls v0.22.4 |
| 1264 | 2026-05-18T06:32:10.232Z | Downloaded regex-syntax v0.8.10 |
| 1265 | 2026-05-18T06:32:10.236Z | Downloaded dropshot v0.16.7 |
| 1266 | 2026-05-18T06:32:10.248Z | Downloaded winnow v0.6.26 |
| 1267 | 2026-05-18T06:32:10.253Z | Downloaded openssl v0.10.79 |
| 1268 | 2026-05-18T06:32:10.258Z | Downloaded nix v0.29.0 |
| 1269 | 2026-05-18T06:32:10.264Z | Downloaded nix v0.28.0 |
| 1270 | 2026-05-18T06:32:10.280Z | Downloaded time v0.3.47 |
| 1271 | 2026-05-18T06:32:10.284Z | Downloaded tabled v0.20.0 |
| 1272 | 2026-05-18T06:32:10.291Z | Downloaded zlib-rs v0.6.2 |
| 1273 | 2026-05-18T06:32:10.294Z | Downloaded rustls v0.21.12 |
| 1274 | 2026-05-18T06:32:10.300Z | Downloaded diesel v2.3.7 |
| 1275 | 2026-05-18T06:32:10.312Z | Downloaded hickory-proto v0.24.4 |
| 1276 | 2026-05-18T06:32:10.320Z | Downloaded sled v0.34.7 |
| 1277 | 2026-05-18T06:32:10.326Z | Downloaded typify-impl v0.6.2 |
| 1278 | 2026-05-18T06:32:10.336Z | Downloaded ratatui v0.29.0 |
| 1279 | 2026-05-18T06:32:10.345Z | Downloaded nix v0.31.2 |
| 1280 | 2026-05-18T06:32:10.351Z | Downloaded smoltcp v0.11.0 |
| 1281 | 2026-05-18T06:32:10.358Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1282 | 2026-05-18T06:32:10.365Z | Downloaded openapiv3 v2.2.0 |
| 1283 | 2026-05-18T06:32:10.375Z | Downloaded hickory-proto v0.25.2 |
| 1284 | 2026-05-18T06:32:10.383Z | Downloaded zerocopy v0.8.40 |
| 1285 | 2026-05-18T06:32:10.388Z | Downloaded rustls v0.23.37 |
| 1286 | 2026-05-18T06:32:10.395Z | Downloaded rustix v0.38.44 |
| 1287 | 2026-05-18T06:32:10.407Z | Downloaded regress v0.10.5 |
| 1288 | 2026-05-18T06:32:10.412Z | Downloaded chrono-tz v0.10.4 |
| 1289 | 2026-05-18T06:32:10.423Z | Downloaded regress v0.11.1 |
| 1290 | 2026-05-18T06:32:10.428Z | Downloaded regex-automata v0.4.14 |
| 1291 | 2026-05-18T06:32:10.448Z | Downloaded libz-sys v1.1.24 |
| 1292 | 2026-05-18T06:32:10.469Z | Downloaded sqlparser v0.61.0 |
| 1293 | 2026-05-18T06:32:10.493Z | Downloaded tracing v0.1.44 |
| 1294 | 2026-05-18T06:32:10.505Z | Downloaded typify-impl v0.4.3 |
| 1295 | 2026-05-18T06:32:10.533Z | Downloaded csv v1.4.0 |
| 1296 | 2026-05-18T06:32:10.577Z | Downloaded zerocopy-derive v0.6.6 |
| 1297 | 2026-05-18T06:32:10.601Z | Downloaded ring v0.17.14 |
| 1298 | 2026-05-18T06:32:10.612Z | Downloaded petgraph v0.6.5 |
| 1299 | 2026-05-18T06:32:10.701Z | Downloaded jiff v0.2.21 |
| 1300 | 2026-05-18T06:32:10.701Z | Downloaded petgraph v0.8.3 |
| 1301 | 2026-05-18T06:32:10.701Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1302 | 2026-05-18T06:32:10.848Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1303 | 2026-05-18T06:32:10.848Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-05-18T06:32:10.848Z | Downloaded tokio v1.52.1 |
| 1305 | 2026-05-18T06:32:10.848Z | Downloaded encoding_rs v0.8.35 |
| 1306 | 2026-05-18T06:32:11.082Z | Downloaded aws-lc-sys v0.40.0 |
| 1307 | 2026-05-18T06:32:11.332Z | Compiling libc v0.2.185 |
| 1308 | 2026-05-18T06:32:11.332Z | Compiling serde v1.0.228 |
| 1309 | 2026-05-18T06:32:11.337Z | Compiling log v0.4.29 |
| 1310 | 2026-05-18T06:32:11.337Z | Compiling find-msvc-tools v0.1.9 |
| 1311 | 2026-05-18T06:32:11.471Z | Compiling shlex v1.3.0 |
| 1312 | 2026-05-18T06:32:11.495Z | Compiling syn v2.0.117 |
| 1313 | 2026-05-18T06:32:11.510Z | Compiling smallvec v1.15.1 |
| 1314 | 2026-05-18T06:32:11.510Z | Compiling typenum v1.19.0 |
| 1315 | 2026-05-18T06:32:11.793Z | Compiling generic-array v0.14.7 |
| 1316 | 2026-05-18T06:32:11.809Z | Compiling subtle v2.6.1 |
| 1317 | 2026-05-18T06:32:11.809Z | Compiling scopeguard v1.2.0 |
| 1318 | 2026-05-18T06:32:11.809Z | Compiling const-oid v0.9.6 |
| 1319 | 2026-05-18T06:32:11.813Z | Compiling lock_api v0.4.14 |
| 1320 | 2026-05-18T06:32:11.822Z | Compiling serde_json v1.0.149 |
| 1321 | 2026-05-18T06:32:11.845Z | Compiling zerocopy v0.8.40 |
| 1322 | 2026-05-18T06:32:11.913Z | Compiling pin-project-lite v0.2.17 |
| 1323 | 2026-05-18T06:32:12.009Z | Compiling parking_lot_core v0.9.12 |
| 1324 | 2026-05-18T06:32:12.024Z | Compiling portable-atomic v1.13.1 |
| 1325 | 2026-05-18T06:32:12.270Z | Compiling pkg-config v0.3.32 |
| 1326 | 2026-05-18T06:32:12.293Z | Compiling bitflags v2.11.0 |
| 1327 | 2026-05-18T06:32:12.361Z | Compiling getrandom v0.2.17 |
| 1328 | 2026-05-18T06:32:12.454Z | Compiling jobserver v0.1.34 |
| 1329 | 2026-05-18T06:32:12.463Z | Compiling errno v0.3.14 |
| 1330 | 2026-05-18T06:32:12.505Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-05-18T06:32:12.587Z | Compiling signal-hook-registry v1.4.8 |
| 1332 | 2026-05-18T06:32:12.773Z | Compiling cc v1.2.56 |
| 1333 | 2026-05-18T06:32:12.808Z | Compiling critical-section v1.2.0 |
| 1334 | 2026-05-18T06:32:12.822Z | Compiling futures-core v0.3.32 |
| 1335 | 2026-05-18T06:32:12.852Z | Compiling libm v0.2.16 |
| 1336 | 2026-05-18T06:32:12.878Z | Compiling parking_lot v0.12.5 |
| 1337 | 2026-05-18T06:32:12.914Z | Compiling mio v1.2.0 |
| 1338 | 2026-05-18T06:32:12.966Z | Compiling once_cell v1.21.3 |
| 1339 | 2026-05-18T06:32:13.027Z | Compiling num-traits v0.2.19 |
| 1340 | 2026-05-18T06:32:13.132Z | Compiling percent-encoding v2.3.2 |
| 1341 | 2026-05-18T06:32:13.186Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-05-18T06:32:13.286Z | Compiling futures-sink v0.3.32 |
| 1343 | 2026-05-18T06:32:13.423Z | Compiling futures-task v0.3.32 |
| 1344 | 2026-05-18T06:32:13.547Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-05-18T06:32:13.547Z | Compiling cpufeatures v0.2.17 |
| 1346 | 2026-05-18T06:32:13.547Z | Compiling slab v0.4.12 |
| 1347 | 2026-05-18T06:32:13.547Z | Compiling futures-io v0.3.32 |
| 1348 | 2026-05-18T06:32:13.547Z | Compiling getrandom v0.4.1 |
| 1349 | 2026-05-18T06:32:13.590Z | Compiling rand_core v0.10.0 |
| 1350 | 2026-05-18T06:32:13.606Z | Compiling indexmap v2.14.0 |
| 1351 | 2026-05-18T06:32:13.606Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-05-18T06:32:13.624Z | Compiling rustversion v1.0.22 |
| 1353 | 2026-05-18T06:32:13.715Z | Compiling cmake v0.1.57 |
| 1354 | 2026-05-18T06:32:14.198Z | Compiling form_urlencoded v1.2.2 |
| 1355 | 2026-05-18T06:32:14.211Z | Compiling fs_extra v1.3.0 |
| 1356 | 2026-05-18T06:32:14.317Z | Compiling dunce v1.0.5 |
| 1357 | 2026-05-18T06:32:14.381Z | Compiling synstructure v0.13.2 |
| 1358 | 2026-05-18T06:32:14.417Z | Compiling ident_case v1.0.1 |
| 1359 | 2026-05-18T06:32:14.430Z | Compiling base64ct v1.8.3 |
| 1360 | 2026-05-18T06:32:14.484Z | Compiling aws-lc-sys v0.40.0 |
| 1361 | 2026-05-18T06:32:14.545Z | Compiling flagset v0.4.7 |
| 1362 | 2026-05-18T06:32:14.663Z | Compiling pem-rfc7468 v0.7.0 |
| 1363 | 2026-05-18T06:32:14.677Z | Compiling rustix v1.1.3 |
| 1364 | 2026-05-18T06:32:14.685Z | Compiling iana-time-zone v0.1.65 |
| 1365 | 2026-05-18T06:32:14.728Z | Compiling regex-syntax v0.8.10 |
| 1366 | 2026-05-18T06:32:14.879Z | Compiling rand_core v0.9.5 |
| 1367 | 2026-05-18T06:32:14.973Z | Compiling ring v0.17.14 |
| 1368 | 2026-05-18T06:32:14.988Z | Compiling vcpkg v0.2.15 |
| 1369 | 2026-05-18T06:32:15.000Z | Compiling aws-lc-rs v1.16.3 |
| 1370 | 2026-05-18T06:32:15.170Z | Compiling uuid v1.23.0 |
| 1371 | 2026-05-18T06:32:15.310Z | Compiling rustc_version v0.4.1 |
| 1372 | 2026-05-18T06:32:15.634Z | Compiling tracing-core v0.1.36 |
| 1373 | 2026-05-18T06:32:15.729Z | Compiling openssl-sys v0.9.115 |
| 1374 | 2026-05-18T06:32:15.896Z | Compiling base64 v0.22.1 |
| 1375 | 2026-05-18T06:32:16.165Z | Compiling serde_derive v1.0.228 |
| 1376 | 2026-05-18T06:32:16.200Z | Compiling zeroize_derive v1.4.3 |
| 1377 | 2026-05-18T06:32:16.249Z | Compiling zerofrom-derive v0.1.6 |
| 1378 | 2026-05-18T06:32:16.274Z | Compiling yoke-derive v0.8.1 |
| 1379 | 2026-05-18T06:32:16.451Z | Compiling zerocopy-derive v0.8.40 |
| 1380 | 2026-05-18T06:32:16.849Z | Compiling zeroize v1.8.2 |
| 1381 | 2026-05-18T06:32:17.126Z | Compiling zerovec-derive v0.11.2 |
| 1382 | 2026-05-18T06:32:17.442Z | Compiling displaydoc v0.2.5 |
| 1383 | 2026-05-18T06:32:17.640Z | Compiling crypto-common v0.1.7 |
| 1384 | 2026-05-18T06:32:17.649Z | Compiling zerofrom v0.1.6 |
| 1385 | 2026-05-18T06:32:17.777Z | Compiling yoke v0.8.1 |
| 1386 | 2026-05-18T06:32:17.791Z | Compiling block-buffer v0.10.4 |
| 1387 | 2026-05-18T06:32:17.961Z | Compiling digest v0.10.7 |
| 1388 | 2026-05-18T06:32:17.970Z | Compiling tokio-macros v2.7.0 |
| 1389 | 2026-05-18T06:32:22.054Z | Compiling zerotrie v0.2.3 |
| 1390 | 2026-05-18T06:32:22.086Z | Compiling futures-macro v0.3.32 |
| 1391 | 2026-05-18T06:32:22.086Z | Compiling zerovec v0.11.5 |
| 1392 | 2026-05-18T06:32:22.086Z | Compiling hmac v0.12.1 |
| 1393 | 2026-05-18T06:32:22.086Z | Compiling block-padding v0.3.3 |
| 1394 | 2026-05-18T06:32:22.086Z | Compiling tinystr v0.8.2 |
| 1395 | 2026-05-18T06:32:22.086Z | Compiling potential_utf v0.1.4 |
| 1396 | 2026-05-18T06:32:22.086Z | Compiling inout v0.1.4 |
| 1397 | 2026-05-18T06:32:22.086Z | Compiling icu_locale_core v2.1.1 |
| 1398 | 2026-05-18T06:32:22.086Z | Compiling icu_collections v2.1.1 |
| 1399 | 2026-05-18T06:32:22.086Z | Compiling cipher v0.4.4 |
| 1400 | 2026-05-18T06:32:22.086Z | Compiling futures-util v0.3.32 |
| 1401 | 2026-05-18T06:32:22.086Z | Compiling sha2 v0.10.9 |
| 1402 | 2026-05-18T06:32:22.086Z | Compiling der_derive v0.7.3 |
| 1403 | 2026-05-18T06:32:22.086Z | Compiling bytes v1.11.1 |
| 1404 | 2026-05-18T06:32:22.086Z | Compiling icu_provider v2.1.1 |
| 1405 | 2026-05-18T06:32:22.086Z | Compiling chrono v0.4.44 |
| 1406 | 2026-05-18T06:32:22.086Z | Compiling icu_normalizer v2.1.1 |
| 1407 | 2026-05-18T06:32:22.086Z | Compiling tokio v1.52.1 |
| 1408 | 2026-05-18T06:32:22.086Z | Compiling icu_properties v2.1.2 |
| 1409 | 2026-05-18T06:32:22.086Z | Compiling der v0.7.10 |
| 1410 | 2026-05-18T06:32:22.086Z | Compiling http v1.4.0 |
| 1411 | 2026-05-18T06:32:22.086Z | Compiling ppv-lite86 v0.2.21 |
| 1412 | 2026-05-18T06:32:22.086Z | Compiling idna_adapter v1.2.1 |
| 1413 | 2026-05-18T06:32:22.086Z | Compiling salsa20 v0.10.2 |
| 1414 | 2026-05-18T06:32:22.086Z | Compiling pbkdf2 v0.12.2 |
| 1415 | 2026-05-18T06:32:22.086Z | Compiling idna v1.1.0 |
| 1416 | 2026-05-18T06:32:22.086Z | Compiling spki v0.7.3 |
| 1417 | 2026-05-18T06:32:22.086Z | Compiling rustls-pki-types v1.14.0 |
| 1418 | 2026-05-18T06:32:22.086Z | Compiling thiserror-impl v2.0.18 |
| 1419 | 2026-05-18T06:32:22.086Z | Compiling tracing-attributes v0.1.31 |
| 1420 | 2026-05-18T06:32:22.086Z | Compiling scrypt v0.11.0 |
| 1421 | 2026-05-18T06:32:22.086Z | Compiling url v2.5.8 |
| 1422 | 2026-05-18T06:32:22.086Z | Compiling http-body v1.0.1 |
| 1423 | 2026-05-18T06:32:22.087Z | Compiling rand_chacha v0.9.0 |
| 1424 | 2026-05-18T06:32:22.087Z | Compiling aes v0.8.4 |
| 1425 | 2026-05-18T06:32:22.087Z | Compiling cbc v0.1.2 |
| 1426 | 2026-05-18T06:32:22.238Z | Compiling httparse v1.10.1 |
| 1427 | 2026-05-18T06:32:22.539Z | Compiling tinyvec_macros v0.1.1 |
| 1428 | 2026-05-18T06:32:22.544Z | Compiling openssl-probe v0.2.1 |
| 1429 | 2026-05-18T06:32:22.569Z | Compiling untrusted v0.9.0 |
| 1430 | 2026-05-18T06:32:22.582Z | Compiling untrusted v0.7.1 |
| 1431 | 2026-05-18T06:32:22.715Z | Compiling tinyvec v1.10.0 |
| 1432 | 2026-05-18T06:32:22.746Z | Compiling pkcs5 v0.7.1 |
| 1433 | 2026-05-18T06:32:22.769Z | Compiling thiserror v2.0.18 |
| 1434 | 2026-05-18T06:32:22.866Z | Compiling tracing v0.1.44 |
| 1435 | 2026-05-18T06:32:22.880Z | Compiling pest_generator v2.8.6 |
| 1436 | 2026-05-18T06:32:23.054Z | Compiling rand v0.9.2 |
| 1437 | 2026-05-18T06:32:23.058Z | Compiling serde_derive_internals v0.29.1 |
| 1438 | 2026-05-18T06:32:23.133Z | Compiling aho-corasick v1.1.4 |
| 1439 | 2026-05-18T06:32:23.215Z | Compiling dyn-clone v1.0.20 |
| 1440 | 2026-05-18T06:32:23.353Z | Compiling atomic-waker v1.1.2 |
| 1441 | 2026-05-18T06:32:23.481Z | Compiling tower-layer v0.3.3 |
| 1442 | 2026-05-18T06:32:23.558Z | Compiling tower-service v0.3.3 |
| 1443 | 2026-05-18T06:32:23.641Z | Compiling schemars v0.8.22 |
| 1444 | 2026-05-18T06:32:23.655Z | Compiling rustls v0.23.37 |
| 1445 | 2026-05-18T06:32:23.826Z | Compiling try-lock v0.2.5 |
| 1446 | 2026-05-18T06:32:23.829Z | Compiling pest_derive v2.8.6 |
| 1447 | 2026-05-18T06:32:23.873Z | Compiling pkcs8 v0.10.2 |
| 1448 | 2026-05-18T06:32:23.946Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-05-18T06:32:23.982Z | Compiling tokio-util v0.7.18 |
| 1450 | 2026-05-18T06:32:24.224Z | Compiling regex-automata v0.4.14 |
| 1451 | 2026-05-18T06:32:24.285Z | Compiling want v0.3.1 |
| 1452 | 2026-05-18T06:32:24.470Z | Compiling ipnet v2.11.0 |
| 1453 | 2026-05-18T06:32:24.756Z | Compiling h2 v0.4.13 |
| 1454 | 2026-05-18T06:32:24.846Z | Compiling scroll_derive v0.13.1 |
| 1455 | 2026-05-18T06:32:24.980Z | Compiling darling_core v0.20.11 |
| 1456 | 2026-05-18T06:32:25.020Z | Compiling httpdate v1.0.3 |
| 1457 | 2026-05-18T06:32:25.201Z | Compiling foreign-types-shared v0.1.1 |
| 1458 | 2026-05-18T06:32:25.245Z | Compiling pin-utils v0.1.0 |
| 1459 | 2026-05-18T06:32:25.288Z | Compiling openssl v0.10.79 |
| 1460 | 2026-05-18T06:32:25.318Z | Compiling foreign-types v0.3.2 |
| 1461 | 2026-05-18T06:32:25.535Z | Compiling tempfile v3.25.0 |
| 1462 | 2026-05-18T06:32:25.643Z | Compiling scroll v0.13.0 |
| 1463 | 2026-05-18T06:32:25.904Z | Compiling unicode-normalization v0.1.25 |
| 1464 | 2026-05-18T06:32:25.954Z | Compiling openssl-macros v0.1.1 |
| 1465 | 2026-05-18T06:32:26.327Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1466 | 2026-05-18T06:32:26.340Z | Compiling spin v0.9.8 |
| 1467 | 2026-05-18T06:32:26.356Z | Compiling native-tls v0.2.18 |
| 1468 | 2026-05-18T06:32:26.545Z | Compiling num-conv v0.2.0 |
| 1469 | 2026-05-18T06:32:26.559Z | Compiling time-core v0.1.8 |
| 1470 | 2026-05-18T06:32:26.676Z | Compiling crc32fast v1.5.0 |
| 1471 | 2026-05-18T06:32:26.691Z | Compiling powerfmt v0.2.0 |
| 1472 | 2026-05-18T06:32:26.703Z | Compiling time-macros v0.2.27 |
| 1473 | 2026-05-18T06:32:26.887Z | Compiling deranged v0.5.8 |
| 1474 | 2026-05-18T06:32:27.208Z | Compiling darling_macro v0.20.11 |
| 1475 | 2026-05-18T06:32:27.670Z | Compiling hyper v1.8.1 |
| 1476 | 2026-05-18T06:32:27.753Z | Compiling darling v0.20.11 |
| 1477 | 2026-05-18T06:32:27.839Z | Compiling goblin v0.10.5 |
| 1478 | 2026-05-18T06:32:27.853Z | Compiling rustls-native-certs v0.8.3 |
| 1479 | 2026-05-18T06:32:28.138Z | Compiling sync_wrapper v1.0.2 |
| 1480 | 2026-05-18T06:32:28.249Z | Compiling wait-timeout v0.2.1 |
| 1481 | 2026-05-18T06:32:28.287Z | Compiling crossbeam-utils v0.8.21 |
| 1482 | 2026-05-18T06:32:28.511Z | Compiling simd-adler32 v0.3.8 |
| 1483 | 2026-05-18T06:32:28.569Z | Compiling siphasher v1.0.2 |
| 1484 | 2026-05-18T06:32:28.637Z | Compiling num_threads v0.1.7 |
| 1485 | 2026-05-18T06:32:28.736Z | Compiling hyper-util v0.1.20 |
| 1486 | 2026-05-18T06:32:28.749Z | Compiling unicode-segmentation v1.12.0 |
| 1487 | 2026-05-18T06:32:28.752Z | Compiling quick-error v1.2.3 |
| 1488 | 2026-05-18T06:32:28.866Z | Compiling usdt-impl v0.6.0 |
| 1489 | 2026-05-18T06:32:29.119Z | Compiling bit-vec v0.8.0 |
| 1490 | 2026-05-18T06:32:29.178Z | Compiling syn v1.0.109 |
| 1491 | 2026-05-18T06:32:29.351Z | Compiling bit-set v0.8.0 |
| 1492 | 2026-05-18T06:32:29.529Z | Compiling rusty-fork v0.3.1 |
| 1493 | 2026-05-18T06:32:29.546Z | Compiling time v0.3.47 |
| 1494 | 2026-05-18T06:32:29.610Z | Compiling tower v0.5.3 |
| 1495 | 2026-05-18T06:32:29.844Z | Compiling derive_builder_core v0.20.2 |
| 1496 | 2026-05-18T06:32:30.082Z | Compiling dtrace-parser v0.3.0 |
| 1497 | 2026-05-18T06:32:30.147Z | Compiling http-body-util v0.1.3 |
| 1498 | 2026-05-18T06:32:30.391Z | Compiling webpki-roots v1.0.6 |
| 1499 | 2026-05-18T06:32:30.516Z | Compiling signature v2.2.0 |
| 1500 | 2026-05-18T06:32:30.540Z | Compiling scroll_derive v0.12.1 |
| 1501 | 2026-05-18T06:32:30.697Z | Compiling dof v0.4.0 |
| 1502 | 2026-05-18T06:32:30.729Z | Compiling thiserror-impl v1.0.69 |
| 1503 | 2026-05-18T06:32:30.824Z | Compiling heapless v0.7.17 |
| 1504 | 2026-05-18T06:32:31.062Z | Compiling rand_xorshift v0.4.0 |
| 1505 | 2026-05-18T06:32:31.110Z | Compiling slog v2.8.2 |
| 1506 | 2026-05-18T06:32:31.190Z | Compiling darling_core v0.21.3 |
| 1507 | 2026-05-18T06:32:31.222Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1508 | 2026-05-18T06:32:31.291Z | Compiling thread-id v5.1.0 |
| 1509 | 2026-05-18T06:32:31.377Z | Compiling cookie v0.18.1 |
| 1510 | 2026-05-18T06:32:31.489Z | Compiling anyhow v1.0.102 |
| 1511 | 2026-05-18T06:32:31.557Z | Compiling ryu v1.0.23 |
| 1512 | 2026-05-18T06:32:31.737Z | Compiling adler2 v2.0.1 |
| 1513 | 2026-05-18T06:32:31.795Z | Compiling iri-string v0.7.10 |
| 1514 | 2026-05-18T06:32:31.843Z | Compiling zstd-safe v7.2.4 |
| 1515 | 2026-05-18T06:32:31.866Z | Compiling signal-hook v0.3.18 |
| 1516 | 2026-05-18T06:32:31.954Z | Compiling unicode-bidi v0.3.18 |
| 1517 | 2026-05-18T06:32:32.034Z | Compiling unicode-properties v0.1.4 |
| 1518 | 2026-05-18T06:32:32.048Z | Compiling unarray v0.1.4 |
| 1519 | 2026-05-18T06:32:32.068Z | Compiling paste v1.0.15 |
| 1520 | 2026-05-18T06:32:32.155Z | Compiling allocator-api2 v0.2.21 |
| 1521 | 2026-05-18T06:32:32.239Z | Compiling proptest v1.10.0 |
| 1522 | 2026-05-18T06:32:32.379Z | Compiling stringprep v0.1.5 |
| 1523 | 2026-05-18T06:32:32.490Z | Compiling thiserror v1.0.69 |
| 1524 | 2026-05-18T06:32:32.508Z | Compiling miniz_oxide v0.8.9 |
| 1525 | 2026-05-18T06:32:32.807Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-05-18T06:32:33.042Z | Compiling tower-http v0.6.8 |
| 1527 | 2026-05-18T06:32:33.284Z | Compiling scroll v0.12.0 |
| 1528 | 2026-05-18T06:32:33.492Z | Compiling derive_builder_macro v0.20.2 |
| 1529 | 2026-05-18T06:32:33.616Z | Compiling tokio-native-tls v0.3.1 |
| 1530 | 2026-05-18T06:32:33.654Z | Compiling darling_macro v0.21.3 |
| 1531 | 2026-05-18T06:32:33.680Z | Compiling heck v0.4.1 |
| 1532 | 2026-05-18T06:32:33.782Z | Compiling bstr v1.12.1 |
| 1533 | 2026-05-18T06:32:33.904Z | Compiling ipnetwork v0.21.1 |
| 1534 | 2026-05-18T06:32:33.982Z | Compiling rand_chacha v0.3.1 |
| 1535 | 2026-05-18T06:32:34.017Z | Compiling erased-serde v0.3.31 |
| 1536 | 2026-05-18T06:32:34.175Z | Compiling toml_datetime v0.6.11 |
| 1537 | 2026-05-18T06:32:34.308Z | Compiling serde_spanned v0.6.9 |
| 1538 | 2026-05-18T06:32:34.442Z | Compiling serde_tokenstream v0.2.3 |
| 1539 | 2026-05-18T06:32:34.456Z | Compiling md-5 v0.10.6 |
| 1540 | 2026-05-18T06:32:34.474Z | Compiling pin-project-internal v1.1.11 |
| 1541 | 2026-05-18T06:32:34.503Z | Compiling async-trait v0.1.89 |
| 1542 | 2026-05-18T06:32:34.619Z | Compiling zerocopy-derive v0.7.35 |
| 1543 | 2026-05-18T06:32:34.748Z | Compiling curve25519-dalek v4.1.3 |
| 1544 | 2026-05-18T06:32:34.794Z | Compiling vergen-lib v0.1.6 |
| 1545 | 2026-05-18T06:32:34.977Z | Compiling num-integer v0.1.46 |
| 1546 | 2026-05-18T06:32:35.087Z | Compiling hash32 v0.2.1 |
| 1547 | 2026-05-18T06:32:35.286Z | Compiling ff v0.13.1 |
| 1548 | 2026-05-18T06:32:35.304Z | Compiling memoffset v0.9.1 |
| 1549 | 2026-05-18T06:32:35.426Z | Compiling cfg_aliases v0.2.1 |
| 1550 | 2026-05-18T06:32:35.484Z | Compiling num-bigint-dig v0.8.6 |
| 1551 | 2026-05-18T06:32:35.499Z | Compiling zlib-rs v0.6.2 |
| 1552 | 2026-05-18T06:32:35.503Z | Compiling smoltcp v0.9.1 |
| 1553 | 2026-05-18T06:32:35.532Z | Compiling base16ct v0.2.0 |
| 1554 | 2026-05-18T06:32:35.576Z | Compiling ref-cast v1.0.25 |
| 1555 | 2026-05-18T06:32:35.666Z | Compiling fallible-iterator v0.2.0 |
| 1556 | 2026-05-18T06:32:35.710Z | Compiling rustix v0.38.44 |
| 1557 | 2026-05-18T06:32:35.843Z | Compiling litrs v1.0.0 |
| 1558 | 2026-05-18T06:32:35.876Z | Compiling psl-types v2.0.11 |
| 1559 | 2026-05-18T06:32:35.981Z | Compiling publicsuffix v2.3.0 |
| 1560 | 2026-05-18T06:32:36.003Z | Compiling postgres-protocol v0.6.10 |
| 1561 | 2026-05-18T06:32:36.190Z | Compiling sec1 v0.7.3 |
| 1562 | 2026-05-18T06:32:36.207Z | Compiling pin-project v1.1.11 |
| 1563 | 2026-05-18T06:32:36.353Z | Compiling document-features v0.2.12 |
| 1564 | 2026-05-18T06:32:36.406Z | Compiling nix v0.31.2 |
| 1565 | 2026-05-18T06:32:36.464Z | Compiling zerocopy v0.7.35 |
| 1566 | 2026-05-18T06:32:36.552Z | Compiling group v0.13.0 |
| 1567 | 2026-05-18T06:32:36.767Z | Compiling num-iter v0.1.45 |
| 1568 | 2026-05-18T06:32:36.949Z | Compiling newtype-uuid v1.3.2 |
| 1569 | 2026-05-18T06:32:37.003Z | Compiling rand v0.8.6 |
| 1570 | 2026-05-18T06:32:37.204Z | Compiling darling v0.21.3 |
| 1571 | 2026-05-18T06:32:37.275Z | Compiling oxnet v0.1.4 |
| 1572 | 2026-05-18T06:32:37.291Z | Compiling derive_builder v0.20.2 |
| 1573 | 2026-05-18T06:32:37.346Z | Compiling snafu-derive v0.8.9 |
| 1574 | 2026-05-18T06:32:37.412Z | Compiling hyper-tls v0.6.0 |
| 1575 | 2026-05-18T06:32:37.426Z | Compiling hubpack_derive v0.1.1 |
| 1576 | 2026-05-18T06:32:37.657Z | Compiling goblin v0.8.2 |
| 1577 | 2026-05-18T06:32:38.245Z | Compiling phf_shared v0.13.1 |
| 1578 | 2026-05-18T06:32:38.360Z | Compiling flate2 v1.1.9 |
| 1579 | 2026-05-18T06:32:38.484Z | Compiling lazy_static v1.5.0 |
| 1580 | 2026-05-18T06:32:38.582Z | Compiling regex v1.12.3 |
| 1581 | 2026-05-18T06:32:38.682Z | Compiling strum_macros v0.27.2 |
| 1582 | 2026-05-18T06:32:38.732Z | Compiling futures-executor v0.3.32 |
| 1583 | 2026-05-18T06:32:38.773Z | Compiling hex v0.4.3 |
| 1584 | 2026-05-18T06:32:39.034Z | Compiling cargo-platform v0.1.9 |
| 1585 | 2026-05-18T06:32:39.063Z | Compiling hkdf v0.12.4 |
| 1586 | 2026-05-18T06:32:39.100Z | Compiling crypto-bigint v0.5.5 |
| 1587 | 2026-05-18T06:32:39.240Z | Compiling terminal_size v0.4.3 |
| 1588 | 2026-05-18T06:32:39.289Z | Compiling daft-derive v0.1.5 |
| 1589 | 2026-05-18T06:32:39.306Z | Compiling ref-cast-impl v1.0.25 |
| 1590 | 2026-05-18T06:32:39.380Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1591 | 2026-05-18T06:32:39.846Z | Compiling vergen v9.0.6 |
| 1592 | 2026-05-18T06:32:40.004Z | Compiling fs-err v3.3.0 |
| 1593 | 2026-05-18T06:32:40.030Z | Compiling ahash v0.8.12 |
| 1594 | 2026-05-18T06:32:40.044Z | Compiling encoding_rs v0.8.35 |
| 1595 | 2026-05-18T06:32:40.188Z | Compiling object v0.37.3 |
| 1596 | 2026-05-18T06:32:40.233Z | Compiling same-file v1.0.6 |
| 1597 | 2026-05-18T06:32:40.401Z | Compiling winnow v0.5.40 |
| 1598 | 2026-05-18T06:32:40.454Z | Compiling bumpalo v3.20.2 |
| 1599 | 2026-05-18T06:32:40.684Z | Compiling bitflags v1.3.2 |
| 1600 | 2026-05-18T06:32:40.706Z | Compiling mime v0.3.17 |
| 1601 | 2026-05-18T06:32:40.763Z | Compiling foldhash v0.1.5 |
| 1602 | 2026-05-18T06:32:40.937Z | Compiling managed v0.8.0 |
| 1603 | 2026-05-18T06:32:40.963Z | Compiling libbz2-rs-sys v0.2.2 |
| 1604 | 2026-05-18T06:32:41.159Z | Compiling foldhash v0.2.0 |
| 1605 | 2026-05-18T06:32:41.182Z | Compiling clap_builder v4.5.60 |
| 1606 | 2026-05-18T06:32:41.382Z | Compiling bzip2 v0.6.1 |
| 1607 | 2026-05-18T06:32:41.566Z | Compiling hashbrown v0.16.1 |
| 1608 | 2026-05-18T06:32:41.586Z | Compiling hashbrown v0.15.5 |
| 1609 | 2026-05-18T06:32:41.662Z | Compiling strum v0.27.2 |
| 1610 | 2026-05-18T06:32:41.790Z | Compiling toml_edit v0.19.15 |
| 1611 | 2026-05-18T06:32:41.834Z | Compiling zopfli v0.8.3 |
| 1612 | 2026-05-18T06:32:42.095Z | Compiling walkdir v2.5.0 |
| 1613 | 2026-05-18T06:32:42.175Z | Compiling elliptic-curve v0.13.8 |
| 1614 | 2026-05-18T06:32:42.421Z | Compiling daft v0.1.5 |
| 1615 | 2026-05-18T06:32:42.475Z | Compiling dof v0.3.0 |
| 1616 | 2026-05-18T06:32:42.672Z | Compiling snafu v0.8.9 |
| 1617 | 2026-05-18T06:32:42.694Z | Compiling cargo_metadata v0.19.2 |
| 1618 | 2026-05-18T06:32:43.033Z | Compiling futures v0.3.32 |
| 1619 | 2026-05-18T06:32:43.187Z | Compiling phf v0.13.1 |
| 1620 | 2026-05-18T06:32:43.257Z | Compiling signal-hook-mio v0.2.5 |
| 1621 | 2026-05-18T06:32:43.348Z | Compiling cookie_store v0.22.1 |
| 1622 | 2026-05-18T06:32:43.734Z | Compiling zstd v0.13.3 |
| 1623 | 2026-05-18T06:32:44.025Z | Compiling hubpack v0.1.2 |
| 1624 | 2026-05-18T06:32:44.051Z | Compiling bzip2 v0.4.4 |
| 1625 | 2026-05-18T06:32:44.063Z | Compiling serde_with_macros v3.17.0 |
| 1626 | 2026-05-18T06:32:44.246Z | Compiling postgres-types v0.2.12 |
| 1627 | 2026-05-18T06:32:44.280Z | Compiling usdt-attr-macro v0.6.0 |
| 1628 | 2026-05-18T06:32:44.437Z | Compiling usdt-macro v0.6.0 |
| 1629 | 2026-05-18T06:32:44.801Z | Compiling globset v0.4.18 |
| 1630 | 2026-05-18T06:32:45.079Z | Compiling dtrace-parser v0.2.0 |
| 1631 | 2026-05-18T06:32:45.179Z | Compiling ed25519 v2.2.3 |
| 1632 | 2026-05-18T06:32:45.205Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-05-18T06:32:45.321Z | Compiling olpc-cjson v0.1.4 |
| 1634 | 2026-05-18T06:32:45.383Z | Compiling pkcs1 v0.7.5 |
| 1635 | 2026-05-18T06:32:45.395Z | Compiling clap_derive v4.5.55 |
| 1636 | 2026-05-18T06:32:45.479Z | Compiling enum-as-inner v0.6.1 |
| 1637 | 2026-05-18T06:32:45.493Z | Compiling strum_macros v0.26.4 |
| 1638 | 2026-05-18T06:32:45.769Z | Compiling serde-big-array v0.5.1 |
| 1639 | 2026-05-18T06:32:45.819Z | Compiling serde_plain v1.0.2 |
| 1640 | 2026-05-18T06:32:45.914Z | Compiling rfc6979 v0.4.0 |
| 1641 | 2026-05-18T06:32:45.975Z | Compiling async-recursion v1.1.1 |
| 1642 | 2026-05-18T06:32:46.014Z | Compiling serde_repr v0.1.20 |
| 1643 | 2026-05-18T06:32:46.042Z | Compiling pem v3.0.6 |
| 1644 | 2026-05-18T06:32:46.080Z | Compiling float-cmp v0.10.0 |
| 1645 | 2026-05-18T06:32:46.227Z | Compiling thread-id v4.2.2 |
| 1646 | 2026-05-18T06:32:46.315Z | Compiling memmap2 v0.9.10 |
| 1647 | 2026-05-18T06:32:46.357Z | Compiling env_filter v1.0.0 |
| 1648 | 2026-05-18T06:32:46.528Z | Compiling keccak v0.1.6 |
| 1649 | 2026-05-18T06:32:46.531Z | Compiling static_assertions v1.1.0 |
| 1650 | 2026-05-18T06:32:46.621Z | Compiling fixedbitset v0.5.7 |
| 1651 | 2026-05-18T06:32:46.625Z | Compiling fixedbitset v0.4.2 |
| 1652 | 2026-05-18T06:32:46.658Z | Compiling either v1.15.0 |
| 1653 | 2026-05-18T06:32:46.836Z | Compiling new_debug_unreachable v1.0.6 |
| 1654 | 2026-05-18T06:32:46.872Z | Compiling predicates-core v1.0.10 |
| 1655 | 2026-05-18T06:32:46.909Z | Compiling normalize-line-endings v0.3.0 |
| 1656 | 2026-05-18T06:32:46.925Z | Compiling typed-path v0.9.3 |
| 1657 | 2026-05-18T06:32:47.005Z | Compiling jiff v0.2.21 |
| 1658 | 2026-05-18T06:32:47.039Z | Compiling data-encoding v2.10.0 |
| 1659 | 2026-05-18T06:32:47.151Z | Compiling difflib v0.4.0 |
| 1660 | 2026-05-18T06:32:47.223Z | Compiling rustc-hash v2.1.1 |
| 1661 | 2026-05-18T06:32:47.335Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2026-05-18T06:32:47.349Z | Compiling whoami v2.1.0 |
| 1663 | 2026-05-18T06:32:47.425Z | Compiling toml_edit v0.22.27 |
| 1664 | 2026-05-18T06:32:47.702Z | Compiling tokio-postgres v0.7.16 |
| 1665 | 2026-05-18T06:32:47.713Z | Compiling string_cache v0.8.9 |
| 1666 | 2026-05-18T06:32:47.727Z | Compiling predicates v3.1.4 |
| 1667 | 2026-05-18T06:32:47.934Z | Compiling iddqd v0.3.18 |
| 1668 | 2026-05-18T06:32:48.130Z | Compiling hickory-proto v0.25.2 |
| 1669 | 2026-05-18T06:32:48.368Z | Compiling strum v0.26.3 |
| 1670 | 2026-05-18T06:32:48.504Z | Compiling clap v4.5.60 |
| 1671 | 2026-05-18T06:32:48.608Z | Compiling itertools v0.13.0 |
| 1672 | 2026-05-18T06:32:48.720Z | Compiling petgraph v0.8.3 |
| 1673 | 2026-05-18T06:32:49.103Z | Compiling petgraph v0.6.5 |
| 1674 | 2026-05-18T06:32:49.896Z | Compiling zip v4.6.1 |
| 1675 | 2026-05-18T06:32:49.912Z | Compiling sha3 v0.10.8 |
| 1676 | 2026-05-18T06:32:50.201Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1677 | 2026-05-18T06:32:50.369Z | Compiling env_logger v0.11.9 |
| 1678 | 2026-05-18T06:32:50.600Z | Compiling usdt v0.6.0 |
| 1679 | 2026-05-18T06:32:50.754Z | Compiling usdt-impl v0.5.0 |
| 1680 | 2026-05-18T06:32:50.771Z | Compiling ecdsa v0.16.9 |
| 1681 | 2026-05-18T06:32:50.866Z | Compiling rsa v0.9.10 |
| 1682 | 2026-05-18T06:32:50.871Z | Compiling ed25519-dalek v2.2.0 |
| 1683 | 2026-05-18T06:32:51.120Z | Compiling serde_with v3.17.0 |
| 1684 | 2026-05-18T06:32:51.218Z | Compiling crossterm v0.28.1 |
| 1685 | 2026-05-18T06:32:51.524Z | Compiling zip v0.6.6 |
| 1686 | 2026-05-18T06:32:52.513Z | Compiling toml v0.7.8 |
| 1687 | 2026-05-18T06:32:52.848Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1688 | 2026-05-18T06:32:52.921Z | Compiling similar v2.7.0 |
| 1689 | 2026-05-18T06:32:52.964Z | Compiling crossbeam-epoch v0.9.18 |
| 1690 | 2026-05-18T06:32:53.015Z | Compiling tokio-stream v0.1.18 |
| 1691 | 2026-05-18T06:32:53.113Z | Compiling buf-list v1.1.2 |
| 1692 | 2026-05-18T06:32:53.283Z | Compiling x509-cert v0.2.5 |
| 1693 | 2026-05-18T06:32:53.387Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1694 | 2026-05-18T06:32:53.476Z | Compiling openapiv3 v2.2.0 |
| 1695 | 2026-05-18T06:32:53.490Z | Compiling sha1 v0.10.6 |
| 1696 | 2026-05-18T06:32:53.688Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1697 | 2026-05-18T06:32:53.709Z | Compiling peg-runtime v0.8.5 |
| 1698 | 2026-05-18T06:32:53.796Z | Compiling lalrpop-util v0.19.12 |
| 1699 | 2026-05-18T06:32:54.002Z | Compiling thread_local v1.1.9 |
| 1700 | 2026-05-18T06:32:54.013Z | Compiling slog-async v2.8.0 |
| 1701 | 2026-05-18T06:32:54.017Z | Compiling crossbeam-channel v0.5.15 |
| 1702 | 2026-05-18T06:32:54.162Z | Compiling filetime v0.2.27 |
| 1703 | 2026-05-18T06:32:54.256Z | Compiling is-terminal v0.4.17 |
| 1704 | 2026-05-18T06:32:54.332Z | Compiling xattr v1.6.1 |
| 1705 | 2026-05-18T06:32:54.346Z | Compiling term v1.2.1 |
| 1706 | 2026-05-18T06:32:54.360Z | Compiling take_mut v0.2.2 |
| 1707 | 2026-05-18T06:32:54.484Z | Compiling tar v0.4.45 |
| 1708 | 2026-05-18T06:32:54.949Z | Compiling slog-term v2.9.2 |
| 1709 | 2026-05-18T06:33:04.783Z | Compiling rustls-webpki v0.103.9 |
| 1710 | 2026-05-18T06:33:07.577Z | Compiling tokio-rustls v0.26.4 |
| 1711 | 2026-05-18T06:33:07.577Z | Compiling rustls-platform-verifier v0.6.2 |
| 1712 | 2026-05-18T06:33:07.788Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-05-18T06:33:07.991Z | Compiling reqwest v0.12.28 |
| 1714 | 2026-05-18T06:33:08.003Z | Compiling reqwest v0.13.2 |
| 1715 | 2026-05-18T06:33:09.268Z | Compiling tough v0.22.0 |
| 1716 | 2026-05-18T06:33:11.797Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1717 | 2026-05-18T06:33:12.015Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1718 | 2026-05-18T06:33:14.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1719 | 2026-05-18T06:33:14.983Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1720 | 2026-05-18T06:33:15.039Z | May 18 06:33:14.198 INFO Starting download, target: Clickhouse |
| 1721 | 2026-05-18T06:33:15.039Z | May 18 06:33:14.199 INFO Starting download, target: Console |
| 1722 | 2026-05-18T06:33:15.039Z | May 18 06:33:14.199 INFO Starting download, target: Cockroach |
| 1723 | 2026-05-18T06:33:15.042Z | May 18 06:33:14.199 INFO Starting download, target: DendriteStub |
| 1724 | 2026-05-18T06:33:15.042Z | May 18 06:33:14.199 INFO Starting download, target: MaghemiteMgd |
| 1725 | 2026-05-18T06:33:15.042Z | May 18 06:33:14.199 INFO Starting download, target: TransceiverControl |
| 1726 | 2026-05-18T06:33:15.042Z | May 18 06:33:14.199 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1727 | 2026-05-18T06:33:15.043Z | May 18 06:33:14.199 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1728 | 2026-05-18T06:33:15.043Z | May 18 06:33:14.199 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1729 | 2026-05-18T06:33:15.043Z | May 18 06:33:14.199 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1730 | 2026-05-18T06:33:15.043Z | May 18 06:33:14.199 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1731 | 2026-05-18T06:33:15.043Z | May 18 06:33:14.199 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1732 | 2026-05-18T06:33:15.547Z | May 18 06:33:14.696 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-05-18T06:33:15.746Z | May 18 06:33:14.901 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-05-18T06:33:16.060Z | May 18 06:33:15.211 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1735 | 2026-05-18T06:33:16.284Z | May 18 06:33:15.439 INFO Download complete, target: Console |
| 1736 | 2026-05-18T06:33:16.472Z | May 18 06:33:15.630 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1737 | 2026-05-18T06:33:16.772Z | May 18 06:33:15.929 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1738 | 2026-05-18T06:33:17.109Z | May 18 06:33:16.268 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1739 | 2026-05-18T06:33:17.109Z | May 18 06:33:16.268 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1740 | 2026-05-18T06:33:17.928Z | May 18 06:33:17.086 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1741 | 2026-05-18T06:33:18.811Z | May 18 06:33:17.970 INFO Download complete, target: DendriteStub |
| 1742 | 2026-05-18T06:33:19.182Z | May 18 06:33:18.340 INFO Download complete, target: MaghemiteMgd |
| 1743 | 2026-05-18T06:33:21.661Z | May 18 06:33:20.819 INFO Checking that binary works, target: Cockroach |
| 1744 | 2026-05-18T06:33:21.779Z | May 18 06:33:20.938 INFO Download complete, target: Cockroach |
| 1745 | 2026-05-18T06:33:24.507Z | May 18 06:33:23.666 INFO Checking that binary works, target: Clickhouse |
| 1746 | 2026-05-18T06:33:24.603Z | May 18 06:33:23.762 INFO Download complete, target: Clickhouse |
| 1747 | 2026-05-18T06:33:24.621Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1748 | 2026-05-18T06:33:24.624Z | |
| 1749 | 2026-05-18T06:33:24.624Z | real 2:18.804843517 |
| 1750 | 2026-05-18T06:33:24.624Z | user 6:56.205844512 |
| 1751 | 2026-05-18T06:33:24.625Z | sys 1:23.174141585 |
| 1752 | 2026-05-18T06:33:24.625Z | trap 0.233058984 |
| 1753 | 2026-05-18T06:33:24.625Z | tflt 0.664090306 |
| 1754 | 2026-05-18T06:33:24.625Z | dflt 0.565053010 |
| 1755 | 2026-05-18T06:33:24.625Z | kflt 0.029953970 |
| 1756 | 2026-05-18T06:33:24.625Z | lock 21:59.763250554 |
| 1757 | 2026-05-18T06:33:24.625Z | slp 21:28.468515077 |
| 1758 | 2026-05-18T06:33:24.625Z | lat 42.300124384 |
| 1759 | 2026-05-18T06:33:24.625Z | stop 1:55.768722886 |
| 1760 | 2026-05-18T06:33:24.625Z | + banner hack-check |
| 1761 | 2026-05-18T06:33:24.625Z | |
| 1762 | 2026-05-18T06:33:24.625Z | # # ## #### # # #### # # ###### #### # # |
| 1763 | 2026-05-18T06:33:24.625Z | # # # # # # # # # # # # # # # # # |
| 1764 | 2026-05-18T06:33:24.625Z | ###### # # # #### ##### # ###### ##### # #### |
| 1765 | 2026-05-18T06:33:24.625Z | # # ###### # # # # # # # # # # |
| 1766 | 2026-05-18T06:33:24.625Z | # # # # # # # # # # # # # # # # # |
| 1767 | 2026-05-18T06:33:24.625Z | # # # # #### # # #### # # ###### #### # # |
| 1768 | 2026-05-18T06:33:24.625Z | |
| 1769 | 2026-05-18T06:33:24.625Z | + export CARGO_INCREMENTAL=0 |
| 1770 | 2026-05-18T06:33:24.626Z | + CARGO_INCREMENTAL=0 |
| 1771 | 2026-05-18T06:33:24.626Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1772 | 2026-05-18T06:33:25.154Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1773 | 2026-05-18T06:33:25.376Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1774 | 2026-05-18T06:33:27.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1775 | 2026-05-18T06:33:27.310Z | Running `target/debug/xtask check-features --ci` |
| 1776 | 2026-05-18T06:33:27.337Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1777 | 2026-05-18T06:33:27.340Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1778 | 2026-05-18T06:33:27.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1779 | 2026-05-18T06:33:27.853Z | Running `target/debug/xtask download cargo-hack` |
| 1780 | 2026-05-18T06:33:28.626Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1781 | 2026-05-18T06:33:28.938Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1782 | 2026-05-18T06:33:31.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 1783 | 2026-05-18T06:33:31.571Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1784 | 2026-05-18T06:33:31.608Z | May 18 06:33:30.767 INFO Starting download, target: CargoHack |
| 1785 | 2026-05-18T06:33:31.611Z | May 18 06:33:30.768 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1786 | 2026-05-18T06:33:31.988Z | May 18 06:33:31.148 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1787 | 2026-05-18T06:33:32.037Z | May 18 06:33:31.196 INFO Download complete, target: CargoHack |
| 1788 | 2026-05-18T06:33:32.040Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1789 | 2026-05-18T06:33:32.053Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1790 | 2026-05-18T06:33:32.205Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1791 | 2026-05-18T06:33:32.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1792 | 2026-05-18T06:33:32.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1793 | 2026-05-18T06:33:32.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1794 | 2026-05-18T06:33:32.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1795 | 2026-05-18T06:33:32.787Z | |
| 1796 | 2026-05-18T06:33:32.787Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1797 | 2026-05-18T06:33:33.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2026-05-18T06:33:33.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2026-05-18T06:33:33.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2026-05-18T06:33:33.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1801 | 2026-05-18T06:33:33.374Z | |
| 1802 | 2026-05-18T06:33:33.374Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1803 | 2026-05-18T06:33:33.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2026-05-18T06:33:33.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2026-05-18T06:33:33.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2026-05-18T06:33:33.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1807 | 2026-05-18T06:33:33.953Z | |
| 1808 | 2026-05-18T06:33:33.953Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1809 | 2026-05-18T06:33:34.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2026-05-18T06:33:34.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2026-05-18T06:33:34.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2026-05-18T06:33:34.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1813 | 2026-05-18T06:33:34.538Z | |
| 1814 | 2026-05-18T06:33:34.538Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1815 | 2026-05-18T06:33:35.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2026-05-18T06:33:35.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2026-05-18T06:33:35.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2026-05-18T06:33:35.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1819 | 2026-05-18T06:33:35.121Z | |
| 1820 | 2026-05-18T06:33:35.121Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1821 | 2026-05-18T06:33:35.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2026-05-18T06:33:35.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2026-05-18T06:33:35.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2026-05-18T06:33:35.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1825 | 2026-05-18T06:33:35.706Z | |
| 1826 | 2026-05-18T06:33:35.706Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1827 | 2026-05-18T06:33:36.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2026-05-18T06:33:36.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2026-05-18T06:33:36.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2026-05-18T06:33:36.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1831 | 2026-05-18T06:33:36.293Z | |
| 1832 | 2026-05-18T06:33:36.293Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1833 | 2026-05-18T06:33:36.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2026-05-18T06:33:36.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2026-05-18T06:33:36.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2026-05-18T06:33:36.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1837 | 2026-05-18T06:33:36.885Z | |
| 1838 | 2026-05-18T06:33:36.885Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1839 | 2026-05-18T06:33:37.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2026-05-18T06:33:37.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2026-05-18T06:33:37.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2026-05-18T06:33:37.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1843 | 2026-05-18T06:33:37.352Z | |
| 1844 | 2026-05-18T06:33:37.352Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1845 | 2026-05-18T06:33:37.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2026-05-18T06:33:37.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2026-05-18T06:33:37.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2026-05-18T06:33:37.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1849 | 2026-05-18T06:33:37.821Z | |
| 1850 | 2026-05-18T06:33:37.821Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1851 | 2026-05-18T06:33:38.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2026-05-18T06:33:38.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2026-05-18T06:33:38.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2026-05-18T06:33:38.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1855 | 2026-05-18T06:33:38.290Z | |
| 1856 | 2026-05-18T06:33:38.290Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1857 | 2026-05-18T06:33:38.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2026-05-18T06:33:38.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2026-05-18T06:33:38.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2026-05-18T06:33:38.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1861 | 2026-05-18T06:33:38.764Z | |
| 1862 | 2026-05-18T06:33:38.764Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1863 | 2026-05-18T06:33:39.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2026-05-18T06:33:39.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2026-05-18T06:33:39.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2026-05-18T06:33:39.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1867 | 2026-05-18T06:33:39.229Z | |
| 1868 | 2026-05-18T06:33:39.229Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1869 | 2026-05-18T06:33:39.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2026-05-18T06:33:39.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2026-05-18T06:33:39.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2026-05-18T06:33:39.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1873 | 2026-05-18T06:33:39.698Z | |
| 1874 | 2026-05-18T06:33:39.698Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1875 | 2026-05-18T06:33:40.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2026-05-18T06:33:40.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2026-05-18T06:33:40.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2026-05-18T06:33:40.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1879 | 2026-05-18T06:33:40.164Z | |
| 1880 | 2026-05-18T06:33:40.164Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1881 | 2026-05-18T06:33:40.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2026-05-18T06:33:40.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2026-05-18T06:33:40.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2026-05-18T06:33:40.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1885 | 2026-05-18T06:33:40.629Z | |
| 1886 | 2026-05-18T06:33:40.629Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1887 | 2026-05-18T06:33:41.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-05-18T06:33:41.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-05-18T06:33:41.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-05-18T06:33:41.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1891 | 2026-05-18T06:33:41.093Z | |
| 1892 | 2026-05-18T06:33:41.093Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1893 | 2026-05-18T06:33:41.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-05-18T06:33:41.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-05-18T06:33:41.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-05-18T06:33:41.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1897 | 2026-05-18T06:33:41.562Z | |
| 1898 | 2026-05-18T06:33:41.562Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1899 | 2026-05-18T06:33:41.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-05-18T06:33:41.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-05-18T06:33:41.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-05-18T06:33:41.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1903 | 2026-05-18T06:33:42.034Z | |
| 1904 | 2026-05-18T06:33:42.034Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1905 | 2026-05-18T06:33:42.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-05-18T06:33:42.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-05-18T06:33:42.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-05-18T06:33:42.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1909 | 2026-05-18T06:33:42.506Z | |
| 1910 | 2026-05-18T06:33:42.506Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1911 | 2026-05-18T06:33:42.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-05-18T06:33:42.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-05-18T06:33:42.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-05-18T06:33:42.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1915 | 2026-05-18T06:33:42.980Z | |
| 1916 | 2026-05-18T06:33:42.980Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1917 | 2026-05-18T06:33:43.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-05-18T06:33:43.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-05-18T06:33:43.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-05-18T06:33:43.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1921 | 2026-05-18T06:33:43.454Z | |
| 1922 | 2026-05-18T06:33:43.454Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1923 | 2026-05-18T06:33:43.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-05-18T06:33:43.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-05-18T06:33:43.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-05-18T06:33:43.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1927 | 2026-05-18T06:33:43.925Z | |
| 1928 | 2026-05-18T06:33:43.925Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1929 | 2026-05-18T06:33:44.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-05-18T06:33:44.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-05-18T06:33:44.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-05-18T06:33:44.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1933 | 2026-05-18T06:33:44.397Z | |
| 1934 | 2026-05-18T06:33:44.397Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1935 | 2026-05-18T06:33:44.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-05-18T06:33:44.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-05-18T06:33:44.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-05-18T06:33:44.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1939 | 2026-05-18T06:33:44.865Z | |
| 1940 | 2026-05-18T06:33:44.865Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1941 | 2026-05-18T06:33:45.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-05-18T06:33:45.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-05-18T06:33:45.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-05-18T06:33:45.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1945 | 2026-05-18T06:33:45.332Z | |
| 1946 | 2026-05-18T06:33:45.332Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1947 | 2026-05-18T06:33:45.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-05-18T06:33:45.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-05-18T06:33:45.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-05-18T06:33:45.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1951 | 2026-05-18T06:33:45.827Z | |
| 1952 | 2026-05-18T06:33:45.827Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1953 | 2026-05-18T06:33:46.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-05-18T06:33:46.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-05-18T06:33:46.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-05-18T06:33:46.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1957 | 2026-05-18T06:33:46.279Z | |
| 1958 | 2026-05-18T06:33:46.279Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1959 | 2026-05-18T06:33:46.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-05-18T06:33:46.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-05-18T06:33:46.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-05-18T06:33:46.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1963 | 2026-05-18T06:33:46.736Z | |
| 1964 | 2026-05-18T06:33:46.736Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1965 | 2026-05-18T06:33:47.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-05-18T06:33:47.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-05-18T06:33:47.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-05-18T06:33:47.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1969 | 2026-05-18T06:33:47.201Z | |
| 1970 | 2026-05-18T06:33:47.201Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1971 | 2026-05-18T06:33:47.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-05-18T06:33:47.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-05-18T06:33:47.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-05-18T06:33:47.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1975 | 2026-05-18T06:33:47.665Z | |
| 1976 | 2026-05-18T06:33:47.665Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1977 | 2026-05-18T06:33:48.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-05-18T06:33:48.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-05-18T06:33:48.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-05-18T06:33:48.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1981 | 2026-05-18T06:33:48.139Z | |
| 1982 | 2026-05-18T06:33:48.139Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 1983 | 2026-05-18T06:33:48.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-05-18T06:33:48.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-05-18T06:33:48.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-05-18T06:33:48.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1987 | 2026-05-18T06:33:48.606Z | |
| 1988 | 2026-05-18T06:33:48.606Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 1989 | 2026-05-18T06:33:49.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-05-18T06:33:49.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-05-18T06:33:49.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-05-18T06:33:49.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1993 | 2026-05-18T06:33:49.079Z | |
| 1994 | 2026-05-18T06:33:49.079Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 1995 | 2026-05-18T06:33:49.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-05-18T06:33:49.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-05-18T06:33:49.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-05-18T06:33:49.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1999 | 2026-05-18T06:33:49.550Z | |
| 2000 | 2026-05-18T06:33:49.550Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 2001 | 2026-05-18T06:33:49.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-05-18T06:33:49.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-05-18T06:33:49.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-05-18T06:33:49.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2005 | 2026-05-18T06:33:50.018Z | |
| 2006 | 2026-05-18T06:33:50.019Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2007 | 2026-05-18T06:33:50.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-05-18T06:33:50.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-05-18T06:33:50.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-05-18T06:33:50.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2011 | 2026-05-18T06:33:50.487Z | |
| 2012 | 2026-05-18T06:33:50.487Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2013 | 2026-05-18T06:33:50.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-05-18T06:33:50.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-05-18T06:33:50.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-05-18T06:33:50.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2017 | 2026-05-18T06:33:50.960Z | |
| 2018 | 2026-05-18T06:33:50.960Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2019 | 2026-05-18T06:33:51.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-05-18T06:33:51.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-05-18T06:33:51.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-05-18T06:33:51.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2023 | 2026-05-18T06:33:51.427Z | |
| 2024 | 2026-05-18T06:33:51.427Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2025 | 2026-05-18T06:33:51.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-05-18T06:33:51.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-05-18T06:33:51.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-05-18T06:33:51.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2029 | 2026-05-18T06:33:51.898Z | |
| 2030 | 2026-05-18T06:33:51.898Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2031 | 2026-05-18T06:33:52.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-05-18T06:33:52.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-05-18T06:33:52.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-05-18T06:33:52.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2035 | 2026-05-18T06:33:52.367Z | |
| 2036 | 2026-05-18T06:33:52.367Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2037 | 2026-05-18T06:33:52.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-05-18T06:33:52.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-05-18T06:33:52.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-05-18T06:33:52.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2041 | 2026-05-18T06:33:52.834Z | |
| 2042 | 2026-05-18T06:33:52.834Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2043 | 2026-05-18T06:33:53.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-05-18T06:33:53.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-05-18T06:33:53.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-05-18T06:33:53.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2047 | 2026-05-18T06:33:53.305Z | |
| 2048 | 2026-05-18T06:33:53.305Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2049 | 2026-05-18T06:33:53.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-05-18T06:33:53.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-05-18T06:33:53.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-05-18T06:33:53.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2053 | 2026-05-18T06:33:53.776Z | |
| 2054 | 2026-05-18T06:33:53.777Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2055 | 2026-05-18T06:33:54.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-05-18T06:33:54.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-05-18T06:33:54.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-05-18T06:33:54.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2059 | 2026-05-18T06:33:54.253Z | |
| 2060 | 2026-05-18T06:33:54.253Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2061 | 2026-05-18T06:33:54.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-05-18T06:33:54.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-05-18T06:33:54.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-05-18T06:33:54.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2065 | 2026-05-18T06:33:54.738Z | |
| 2066 | 2026-05-18T06:33:54.738Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2067 | 2026-05-18T06:33:55.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-05-18T06:33:55.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-05-18T06:33:55.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-05-18T06:33:55.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2071 | 2026-05-18T06:33:55.274Z | |
| 2072 | 2026-05-18T06:33:55.274Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2073 | 2026-05-18T06:33:55.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-05-18T06:33:55.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-05-18T06:33:55.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-05-18T06:33:55.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2077 | 2026-05-18T06:33:55.683Z | |
| 2078 | 2026-05-18T06:33:55.683Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2079 | 2026-05-18T06:33:56.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-05-18T06:33:56.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-05-18T06:33:56.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-05-18T06:33:56.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2083 | 2026-05-18T06:33:56.304Z | |
| 2084 | 2026-05-18T06:33:56.304Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2085 | 2026-05-18T06:33:56.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-05-18T06:33:56.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-05-18T06:33:56.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-05-18T06:33:56.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2089 | 2026-05-18T06:33:56.935Z | |
| 2090 | 2026-05-18T06:33:56.935Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2091 | 2026-05-18T06:33:57.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-05-18T06:33:57.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-05-18T06:33:57.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-05-18T06:33:57.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2095 | 2026-05-18T06:33:57.566Z | |
| 2096 | 2026-05-18T06:33:57.566Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2097 | 2026-05-18T06:33:58.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-05-18T06:33:58.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-05-18T06:33:58.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-05-18T06:33:58.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2101 | 2026-05-18T06:33:58.195Z | |
| 2102 | 2026-05-18T06:33:58.195Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2103 | 2026-05-18T06:33:58.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-05-18T06:33:58.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-05-18T06:33:58.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-05-18T06:33:58.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2107 | 2026-05-18T06:33:58.794Z | |
| 2108 | 2026-05-18T06:33:58.794Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2109 | 2026-05-18T06:33:59.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-05-18T06:33:59.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-05-18T06:33:59.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-05-18T06:33:59.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2113 | 2026-05-18T06:33:59.368Z | |
| 2114 | 2026-05-18T06:33:59.368Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2115 | 2026-05-18T06:33:59.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-05-18T06:33:59.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-05-18T06:33:59.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-05-18T06:33:59.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2119 | 2026-05-18T06:33:59.979Z | |
| 2120 | 2026-05-18T06:33:59.979Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2121 | 2026-05-18T06:34:00.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-05-18T06:34:00.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-05-18T06:34:00.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-05-18T06:34:00.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2125 | 2026-05-18T06:34:00.579Z | |
| 2126 | 2026-05-18T06:34:00.579Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2127 | 2026-05-18T06:34:01.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-05-18T06:34:01.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-05-18T06:34:01.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-05-18T06:34:01.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2131 | 2026-05-18T06:34:01.180Z | |
| 2132 | 2026-05-18T06:34:01.180Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2133 | 2026-05-18T06:34:01.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-05-18T06:34:01.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-05-18T06:34:01.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-05-18T06:34:01.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2137 | 2026-05-18T06:34:01.784Z | |
| 2138 | 2026-05-18T06:34:01.784Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2139 | 2026-05-18T06:34:02.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-05-18T06:34:02.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-05-18T06:34:02.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-05-18T06:34:02.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2143 | 2026-05-18T06:34:02.373Z | |
| 2144 | 2026-05-18T06:34:02.373Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2145 | 2026-05-18T06:34:02.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-05-18T06:34:02.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-05-18T06:34:02.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-05-18T06:34:02.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2149 | 2026-05-18T06:34:02.962Z | |
| 2150 | 2026-05-18T06:34:02.962Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2151 | 2026-05-18T06:34:03.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-05-18T06:34:03.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-05-18T06:34:03.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-05-18T06:34:03.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2155 | 2026-05-18T06:34:03.545Z | |
| 2156 | 2026-05-18T06:34:03.545Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2157 | 2026-05-18T06:34:04.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-05-18T06:34:04.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-05-18T06:34:04.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-05-18T06:34:04.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2161 | 2026-05-18T06:34:04.130Z | |
| 2162 | 2026-05-18T06:34:04.130Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2163 | 2026-05-18T06:34:04.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-05-18T06:34:04.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-05-18T06:34:04.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-05-18T06:34:04.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2167 | 2026-05-18T06:34:04.731Z | |
| 2168 | 2026-05-18T06:34:04.731Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2169 | 2026-05-18T06:34:05.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-05-18T06:34:05.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-05-18T06:34:05.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-05-18T06:34:05.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2173 | 2026-05-18T06:34:05.335Z | |
| 2174 | 2026-05-18T06:34:05.335Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2175 | 2026-05-18T06:34:05.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-05-18T06:34:05.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-05-18T06:34:05.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-05-18T06:34:05.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2179 | 2026-05-18T06:34:05.921Z | |
| 2180 | 2026-05-18T06:34:05.921Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2181 | 2026-05-18T06:34:06.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-05-18T06:34:06.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-05-18T06:34:06.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-05-18T06:34:06.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2185 | 2026-05-18T06:34:06.508Z | |
| 2186 | 2026-05-18T06:34:06.508Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2187 | 2026-05-18T06:34:07.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-05-18T06:34:07.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-05-18T06:34:07.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-05-18T06:34:07.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2191 | 2026-05-18T06:34:07.102Z | |
| 2192 | 2026-05-18T06:34:07.102Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2193 | 2026-05-18T06:34:07.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-05-18T06:34:07.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-05-18T06:34:07.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-05-18T06:34:07.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2197 | 2026-05-18T06:34:07.706Z | |
| 2198 | 2026-05-18T06:34:07.706Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2199 | 2026-05-18T06:34:08.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-05-18T06:34:08.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-05-18T06:34:08.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-05-18T06:34:08.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2203 | 2026-05-18T06:34:08.296Z | |
| 2204 | 2026-05-18T06:34:08.296Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2205 | 2026-05-18T06:34:08.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-05-18T06:34:08.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-05-18T06:34:08.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-05-18T06:34:08.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2209 | 2026-05-18T06:34:08.879Z | |
| 2210 | 2026-05-18T06:34:08.879Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2211 | 2026-05-18T06:34:09.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-05-18T06:34:09.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-05-18T06:34:09.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-05-18T06:34:09.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2215 | 2026-05-18T06:34:09.471Z | |
| 2216 | 2026-05-18T06:34:09.471Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2217 | 2026-05-18T06:34:09.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-05-18T06:34:09.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-05-18T06:34:09.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-05-18T06:34:09.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2221 | 2026-05-18T06:34:10.065Z | |
| 2222 | 2026-05-18T06:34:10.065Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2223 | 2026-05-18T06:34:10.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-05-18T06:34:10.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-05-18T06:34:10.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-05-18T06:34:10.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2227 | 2026-05-18T06:34:10.682Z | |
| 2228 | 2026-05-18T06:34:10.682Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2229 | 2026-05-18T06:34:11.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-05-18T06:34:11.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-05-18T06:34:11.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-05-18T06:34:11.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2233 | 2026-05-18T06:34:11.294Z | |
| 2234 | 2026-05-18T06:34:11.294Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2235 | 2026-05-18T06:34:11.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-05-18T06:34:11.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-05-18T06:34:11.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-05-18T06:34:11.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2239 | 2026-05-18T06:34:11.879Z | |
| 2240 | 2026-05-18T06:34:11.879Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2241 | 2026-05-18T06:34:12.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-05-18T06:34:12.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-05-18T06:34:12.494Z | Checking cfg-if v1.0.4 |
| 2244 | 2026-05-18T06:34:12.497Z | Checking libc v0.2.185 |
| 2245 | 2026-05-18T06:34:12.497Z | Checking serde_core v1.0.228 |
| 2246 | 2026-05-18T06:34:12.613Z | Checking zeroize v1.8.2 |
| 2247 | 2026-05-18T06:34:12.620Z | Checking memchr v2.8.0 |
| 2248 | 2026-05-18T06:34:12.629Z | Checking log v0.4.29 |
| 2249 | 2026-05-18T06:34:12.638Z | Checking smallvec v1.15.1 |
| 2250 | 2026-05-18T06:34:12.656Z | Checking typenum v1.19.0 |
| 2251 | 2026-05-18T06:34:12.666Z | Checking subtle v2.6.1 |
| 2252 | 2026-05-18T06:34:12.754Z | Checking itoa v1.0.17 |
| 2253 | 2026-05-18T06:34:12.792Z | Checking scopeguard v1.2.0 |
| 2254 | 2026-05-18T06:34:12.807Z | Checking stable_deref_trait v1.2.1 |
| 2255 | 2026-05-18T06:34:12.819Z | Checking const-oid v0.9.6 |
| 2256 | 2026-05-18T06:34:12.882Z | Checking zerofrom v0.1.6 |
| 2257 | 2026-05-18T06:34:12.895Z | Checking lock_api v0.4.14 |
| 2258 | 2026-05-18T06:34:12.906Z | Checking pin-project-lite v0.2.17 |
| 2259 | 2026-05-18T06:34:12.994Z | Checking yoke v0.8.1 |
| 2260 | 2026-05-18T06:34:13.006Z | Checking portable-atomic v1.13.1 |
| 2261 | 2026-05-18T06:34:13.017Z | Checking getrandom v0.2.17 |
| 2262 | 2026-05-18T06:34:13.017Z | Checking errno v0.3.14 |
| 2263 | 2026-05-18T06:34:13.090Z | Checking parking_lot_core v0.9.12 |
| 2264 | 2026-05-18T06:34:13.135Z | Checking signal-hook-registry v1.4.8 |
| 2265 | 2026-05-18T06:34:13.156Z | Checking zerovec v0.11.5 |
| 2266 | 2026-05-18T06:34:13.160Z | Checking rand_core v0.6.4 |
| 2267 | 2026-05-18T06:34:13.178Z | Checking generic-array v0.14.7 |
| 2268 | 2026-05-18T06:34:13.275Z | Checking futures-core v0.3.32 |
| 2269 | 2026-05-18T06:34:13.295Z | Checking critical-section v1.2.0 |
| 2270 | 2026-05-18T06:34:13.342Z | Checking parking_lot v0.12.5 |
| 2271 | 2026-05-18T06:34:13.392Z | Checking mio v1.2.0 |
| 2272 | 2026-05-18T06:34:13.405Z | Checking once_cell v1.21.3 |
| 2273 | 2026-05-18T06:34:13.415Z | Checking zerocopy v0.8.40 |
| 2274 | 2026-05-18T06:34:13.492Z | Checking zmij v1.0.21 |
| 2275 | 2026-05-18T06:34:13.531Z | Checking socket2 v0.6.3 |
| 2276 | 2026-05-18T06:34:13.574Z | Checking libm v0.2.16 |
| 2277 | 2026-05-18T06:34:13.588Z | Checking tinystr v0.8.2 |
| 2278 | 2026-05-18T06:34:13.609Z | Checking crypto-common v0.1.7 |
| 2279 | 2026-05-18T06:34:13.666Z | Checking block-buffer v0.10.4 |
| 2280 | 2026-05-18T06:34:13.704Z | Checking litemap v0.8.1 |
| 2281 | 2026-05-18T06:34:13.731Z | Checking percent-encoding v2.3.2 |
| 2282 | 2026-05-18T06:34:13.761Z | Checking equivalent v1.0.2 |
| 2283 | 2026-05-18T06:34:13.773Z | Checking writeable v0.6.2 |
| 2284 | 2026-05-18T06:34:13.804Z | Checking digest v0.10.7 |
| 2285 | 2026-05-18T06:34:13.845Z | Checking potential_utf v0.1.4 |
| 2286 | 2026-05-18T06:34:13.869Z | Checking zerotrie v0.2.3 |
| 2287 | 2026-05-18T06:34:13.882Z | Checking futures-sink v0.3.32 |
| 2288 | 2026-05-18T06:34:13.931Z | Checking icu_locale_core v2.1.1 |
| 2289 | 2026-05-18T06:34:13.971Z | Checking icu_collections v2.1.1 |
| 2290 | 2026-05-18T06:34:13.983Z | Checking futures-channel v0.3.32 |
| 2291 | 2026-05-18T06:34:13.998Z | Checking futures-task v0.3.32 |
| 2292 | 2026-05-18T06:34:14.066Z | Checking serde v1.0.228 |
| 2293 | 2026-05-18T06:34:14.115Z | Checking bitflags v2.11.0 |
| 2294 | 2026-05-18T06:34:14.134Z | Checking serde_json v1.0.149 |
| 2295 | 2026-05-18T06:34:14.170Z | Checking slab v0.4.12 |
| 2296 | 2026-05-18T06:34:14.263Z | Checking num-traits v0.2.19 |
| 2297 | 2026-05-18T06:34:14.278Z | Checking cpufeatures v0.2.17 |
| 2298 | 2026-05-18T06:34:14.281Z | Checking futures-io v0.3.32 |
| 2299 | 2026-05-18T06:34:14.335Z | Checking hmac v0.12.1 |
| 2300 | 2026-05-18T06:34:14.381Z | Checking icu_normalizer_data v2.1.1 |
| 2301 | 2026-05-18T06:34:14.414Z | Checking futures-util v0.3.32 |
| 2302 | 2026-05-18T06:34:14.455Z | Checking icu_properties_data v2.1.2 |
| 2303 | 2026-05-18T06:34:14.470Z | Checking rand_core v0.10.0 |
| 2304 | 2026-05-18T06:34:14.483Z | Checking bytes v1.11.1 |
| 2305 | 2026-05-18T06:34:14.495Z | Checking icu_provider v2.1.1 |
| 2306 | 2026-05-18T06:34:14.581Z | Checking hashbrown v0.17.0 |
| 2307 | 2026-05-18T06:34:14.610Z | Checking getrandom v0.4.1 |
| 2308 | 2026-05-18T06:34:14.724Z | Checking icu_properties v2.1.2 |
| 2309 | 2026-05-18T06:34:14.756Z | Checking icu_normalizer v2.1.1 |
| 2310 | 2026-05-18T06:34:14.830Z | Checking block-padding v0.3.3 |
| 2311 | 2026-05-18T06:34:14.845Z | Checking utf8_iter v1.0.4 |
| 2312 | 2026-05-18T06:34:14.917Z | Checking tokio v1.52.1 |
| 2313 | 2026-05-18T06:34:14.961Z | Checking inout v0.1.4 |
| 2314 | 2026-05-18T06:34:14.974Z | Checking sha2 v0.10.9 |
| 2315 | 2026-05-18T06:34:15.046Z | Checking indexmap v2.14.0 |
| 2316 | 2026-05-18T06:34:15.060Z | Checking form_urlencoded v1.2.2 |
| 2317 | 2026-05-18T06:34:15.100Z | Checking cipher v0.4.4 |
| 2318 | 2026-05-18T06:34:15.186Z | Checking getrandom v0.3.4 |
| 2319 | 2026-05-18T06:34:15.248Z | Checking fnv v1.0.7 |
| 2320 | 2026-05-18T06:34:15.305Z | Checking byteorder v1.5.0 |
| 2321 | 2026-05-18T06:34:15.331Z | Checking base64ct v1.8.3 |
| 2322 | 2026-05-18T06:34:15.345Z | Checking flagset v0.4.7 |
| 2323 | 2026-05-18T06:34:15.468Z | Checking rand_core v0.9.5 |
| 2324 | 2026-05-18T06:34:15.504Z | Checking http v1.4.0 |
| 2325 | 2026-05-18T06:34:15.532Z | Checking idna_adapter v1.2.1 |
| 2326 | 2026-05-18T06:34:15.564Z | Checking pem-rfc7468 v0.7.0 |
| 2327 | 2026-05-18T06:34:15.594Z | Checking regex-syntax v0.8.10 |
| 2328 | 2026-05-18T06:34:15.645Z | Checking salsa20 v0.10.2 |
| 2329 | 2026-05-18T06:34:15.659Z | Checking idna v1.1.0 |
| 2330 | 2026-05-18T06:34:15.722Z | Checking der v0.7.10 |
| 2331 | 2026-05-18T06:34:15.779Z | Checking uuid v1.23.0 |
| 2332 | 2026-05-18T06:34:15.898Z | Checking url v2.5.8 |
| 2333 | 2026-05-18T06:34:16.069Z | Checking pbkdf2 v0.12.2 |
| 2334 | 2026-05-18T06:34:16.094Z | Checking rustix v1.1.3 |
| 2335 | 2026-05-18T06:34:16.179Z | Checking tracing-core v0.1.36 |
| 2336 | 2026-05-18T06:34:16.191Z | Checking ppv-lite86 v0.2.21 |
| 2337 | 2026-05-18T06:34:16.306Z | Checking rustls-pki-types v1.14.0 |
| 2338 | 2026-05-18T06:34:16.344Z | Checking base64 v0.22.1 |
| 2339 | 2026-05-18T06:34:16.447Z | Checking spki v0.7.3 |
| 2340 | 2026-05-18T06:34:16.481Z | Checking iana-time-zone v0.1.65 |
| 2341 | 2026-05-18T06:34:16.494Z | Checking tracing v0.1.44 |
| 2342 | 2026-05-18T06:34:16.581Z | Checking rand_chacha v0.9.0 |
| 2343 | 2026-05-18T06:34:16.595Z | Checking chrono v0.4.44 |
| 2344 | 2026-05-18T06:34:16.607Z | Checking scrypt v0.11.0 |
| 2345 | 2026-05-18T06:34:16.618Z | Checking http-body v1.0.1 |
| 2346 | 2026-05-18T06:34:16.691Z | Checking aes v0.8.4 |
| 2347 | 2026-05-18T06:34:16.742Z | Checking cbc v0.1.2 |
| 2348 | 2026-05-18T06:34:16.755Z | Checking aws-lc-sys v0.40.0 |
| 2349 | 2026-05-18T06:34:16.779Z | Checking openssl-probe v0.2.1 |
| 2350 | 2026-05-18T06:34:16.872Z | Checking tinyvec_macros v0.1.1 |
| 2351 | 2026-05-18T06:34:16.886Z | Checking untrusted v0.9.0 |
| 2352 | 2026-05-18T06:34:16.897Z | Checking untrusted v0.7.1 |
| 2353 | 2026-05-18T06:34:16.934Z | Checking tinyvec v1.10.0 |
| 2354 | 2026-05-18T06:34:16.947Z | Checking rand v0.9.2 |
| 2355 | 2026-05-18T06:34:16.989Z | Checking ring v0.17.14 |
| 2356 | 2026-05-18T06:34:17.007Z | Checking try-lock v0.2.5 |
| 2357 | 2026-05-18T06:34:17.087Z | Checking pkcs5 v0.7.1 |
| 2358 | 2026-05-18T06:34:17.104Z | Checking tower-service v0.3.3 |
| 2359 | 2026-05-18T06:34:17.195Z | Checking atomic-waker v1.1.2 |
| 2360 | 2026-05-18T06:34:17.244Z | Checking tower-layer v0.3.3 |
| 2361 | 2026-05-18T06:34:17.256Z | Checking aws-lc-rs v1.16.3 |
| 2362 | 2026-05-18T06:34:17.293Z | Checking want v0.3.1 |
| 2363 | 2026-05-18T06:34:17.338Z | Checking pkcs8 v0.10.2 |
| 2364 | 2026-05-18T06:34:17.393Z | Checking ipnet v2.11.0 |
| 2365 | 2026-05-18T06:34:17.413Z | Checking httparse v1.10.1 |
| 2366 | 2026-05-18T06:34:17.413Z | Checking aho-corasick v1.1.4 |
| 2367 | 2026-05-18T06:34:17.457Z | Checking pin-utils v0.1.0 |
| 2368 | 2026-05-18T06:34:17.515Z | Checking plain v0.2.3 |
| 2369 | 2026-05-18T06:34:17.528Z | Checking dyn-clone v1.0.20 |
| 2370 | 2026-05-18T06:34:17.618Z | Checking fastrand v2.3.0 |
| 2371 | 2026-05-18T06:34:18.634Z | Checking foreign-types-shared v0.1.1 |
| 2372 | 2026-05-18T06:34:18.637Z | Checking httpdate v1.0.3 |
| 2373 | 2026-05-18T06:34:18.637Z | Checking unicode-normalization v0.1.25 |
| 2374 | 2026-05-18T06:34:18.637Z | Checking foreign-types v0.3.2 |
| 2375 | 2026-05-18T06:34:18.638Z | Checking semver v1.0.28 |
| 2376 | 2026-05-18T06:34:18.638Z | Checking openssl-sys v0.9.115 |
| 2377 | 2026-05-18T06:34:18.638Z | Checking tempfile v3.25.0 |
| 2378 | 2026-05-18T06:34:18.638Z | Checking spin v0.9.8 |
| 2379 | 2026-05-18T06:34:18.638Z | Checking ucd-trie v0.1.7 |
| 2380 | 2026-05-18T06:34:18.638Z | Checking unicode-ident v1.0.24 |
| 2381 | 2026-05-18T06:34:18.638Z | Checking schemars v0.8.22 |
| 2382 | 2026-05-18T06:34:18.638Z | Checking regex-automata v0.4.14 |
| 2383 | 2026-05-18T06:34:18.638Z | Checking rustls-webpki v0.103.9 |
| 2384 | 2026-05-18T06:34:18.638Z | Checking proc-macro2 v1.0.106 |
| 2385 | 2026-05-18T06:34:18.638Z | Checking pest v2.8.6 |
| 2386 | 2026-05-18T06:34:18.638Z | Checking tokio-util v0.7.18 |
| 2387 | 2026-05-18T06:34:18.638Z | Checking rustls-native-certs v0.8.3 |
| 2388 | 2026-05-18T06:34:18.638Z | Checking openssl v0.10.79 |
| 2389 | 2026-05-18T06:34:18.638Z | Checking thiserror v2.0.18 |
| 2390 | 2026-05-18T06:34:18.638Z | Checking sync_wrapper v1.0.2 |
| 2391 | 2026-05-18T06:34:18.638Z | Checking wait-timeout v0.2.1 |
| 2392 | 2026-05-18T06:34:18.638Z | Checking simd-adler32 v0.3.8 |
| 2393 | 2026-05-18T06:34:18.638Z | Checking rustls v0.23.37 |
| 2394 | 2026-05-18T06:34:18.638Z | Checking pretty-hex v0.4.1 |
| 2395 | 2026-05-18T06:34:18.650Z | Checking siphasher v1.0.2 |
| 2396 | 2026-05-18T06:34:18.668Z | Checking bit-vec v0.8.0 |
| 2397 | 2026-05-18T06:34:18.709Z | Checking powerfmt v0.2.0 |
| 2398 | 2026-05-18T06:34:18.742Z | Checking h2 v0.4.13 |
| 2399 | 2026-05-18T06:34:18.808Z | Checking utf8parse v0.2.2 |
| 2400 | 2026-05-18T06:34:18.857Z | Checking anstyle v1.0.13 |
| 2401 | 2026-05-18T06:34:18.868Z | Checking quick-error v1.2.3 |
| 2402 | 2026-05-18T06:34:18.906Z | Checking anstyle-parse v0.2.7 |
| 2403 | 2026-05-18T06:34:18.963Z | Checking rusty-fork v0.3.1 |
| 2404 | 2026-05-18T06:34:19.037Z | Checking deranged v0.5.8 |
| 2405 | 2026-05-18T06:34:19.059Z | Checking bit-set v0.8.0 |
| 2406 | 2026-05-18T06:34:19.133Z | Checking tower v0.5.3 |
| 2407 | 2026-05-18T06:34:19.168Z | Checking quote v1.0.45 |
| 2408 | 2026-05-18T06:34:19.204Z | Compiling newtype-uuid v1.3.2 |
| 2409 | 2026-05-18T06:34:19.343Z | Checking http-body-util v0.1.3 |
| 2410 | 2026-05-18T06:34:19.401Z | Checking webpki-roots v1.0.6 |
| 2411 | 2026-05-18T06:34:19.518Z | Checking crossbeam-utils v0.8.21 |
| 2412 | 2026-05-18T06:34:19.521Z | Checking rand_xorshift v0.4.0 |
| 2413 | 2026-05-18T06:34:19.563Z | Checking crc32fast v1.5.0 |
| 2414 | 2026-05-18T06:34:19.649Z | Checking scroll v0.13.0 |
| 2415 | 2026-05-18T06:34:19.703Z | Checking signature v2.2.0 |
| 2416 | 2026-05-18T06:34:19.836Z | Checking is_terminal_polyfill v1.70.2 |
| 2417 | 2026-05-18T06:34:19.856Z | Checking unicode-properties v0.1.4 |
| 2418 | 2026-05-18T06:34:19.875Z | Checking colorchoice v1.0.4 |
| 2419 | 2026-05-18T06:34:19.912Z | Checking time-core v0.1.8 |
| 2420 | 2026-05-18T06:34:19.923Z | Checking num_threads v0.1.7 |
| 2421 | 2026-05-18T06:34:19.972Z | Checking adler2 v2.0.1 |
| 2422 | 2026-05-18T06:34:19.985Z | Checking iri-string v0.7.10 |
| 2423 | 2026-05-18T06:34:20.004Z | Checking unarray v0.1.4 |
| 2424 | 2026-05-18T06:34:20.037Z | Checking unicode-bidi v0.3.18 |
| 2425 | 2026-05-18T06:34:20.053Z | Checking anstyle-query v1.1.5 |
| 2426 | 2026-05-18T06:34:20.082Z | Checking allocator-api2 v0.2.21 |
| 2427 | 2026-05-18T06:34:20.107Z | Checking ryu v1.0.23 |
| 2428 | 2026-05-18T06:34:20.144Z | Checking num-conv v0.2.0 |
| 2429 | 2026-05-18T06:34:20.204Z | Checking native-tls v0.2.18 |
| 2430 | 2026-05-18T06:34:20.246Z | Checking serde_urlencoded v0.7.1 |
| 2431 | 2026-05-18T06:34:20.261Z | Checking time v0.3.47 |
| 2432 | 2026-05-18T06:34:20.331Z | Checking stringprep v0.1.5 |
| 2433 | 2026-05-18T06:34:20.358Z | Checking anstream v0.6.21 |
| 2434 | 2026-05-18T06:34:20.377Z | Checking tokio-native-tls v0.3.1 |
| 2435 | 2026-05-18T06:34:20.450Z | Checking proptest v1.10.0 |
| 2436 | 2026-05-18T06:34:20.485Z | Checking miniz_oxide v0.8.9 |
| 2437 | 2026-05-18T06:34:20.532Z | Checking bstr v1.12.1 |
| 2438 | 2026-05-18T06:34:20.556Z | Checking goblin v0.10.5 |
| 2439 | 2026-05-18T06:34:20.841Z | Checking crossbeam-epoch v0.9.18 |
| 2440 | 2026-05-18T06:34:20.897Z | Checking tokio-rustls v0.26.4 |
| 2441 | 2026-05-18T06:34:20.933Z | Compiling daft v0.1.5 |
| 2442 | 2026-05-18T06:34:21.007Z | Checking tower-http v0.6.8 |
| 2443 | 2026-05-18T06:34:21.066Z | Checking syn v2.0.117 |
| 2444 | 2026-05-18T06:34:21.125Z | Checking ipnetwork v0.21.1 |
| 2445 | 2026-05-18T06:34:21.212Z | Checking rand_chacha v0.3.1 |
| 2446 | 2026-05-18T06:34:21.280Z | Checking thiserror v1.0.69 |
| 2447 | 2026-05-18T06:34:21.342Z | Checking scroll v0.12.0 |
| 2448 | 2026-05-18T06:34:21.377Z | Checking hash32 v0.2.1 |
| 2449 | 2026-05-18T06:34:21.393Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2450 | 2026-05-18T06:34:21.420Z | Checking num-integer v0.1.46 |
| 2451 | 2026-05-18T06:34:21.433Z | Checking hyper v1.8.1 |
| 2452 | 2026-05-18T06:34:21.503Z | Checking toml_datetime v0.6.11 |
| 2453 | 2026-05-18T06:34:21.530Z | Checking serde_spanned v0.6.9 |
| 2454 | 2026-05-18T06:34:21.574Z | Checking md-5 v0.10.6 |
| 2455 | 2026-05-18T06:34:21.644Z | Checking ff v0.13.1 |
| 2456 | 2026-05-18T06:34:21.658Z | Checking base16ct v0.2.0 |
| 2457 | 2026-05-18T06:34:21.684Z | Checking zlib-rs v0.6.2 |
| 2458 | 2026-05-18T06:34:21.713Z | Checking psl-types v2.0.11 |
| 2459 | 2026-05-18T06:34:21.774Z | Checking fallible-iterator v0.2.0 |
| 2460 | 2026-05-18T06:34:21.789Z | Checking sec1 v0.7.3 |
| 2461 | 2026-05-18T06:34:21.830Z | Checking publicsuffix v2.3.0 |
| 2462 | 2026-05-18T06:34:21.991Z | Checking group v0.13.0 |
| 2463 | 2026-05-18T06:34:22.004Z | Compiling iddqd v0.3.18 |
| 2464 | 2026-05-18T06:34:22.044Z | Checking postgres-protocol v0.6.10 |
| 2465 | 2026-05-18T06:34:22.142Z | Checking num-iter v0.1.45 |
| 2466 | 2026-05-18T06:34:22.253Z | Checking goblin v0.8.2 |
| 2467 | 2026-05-18T06:34:22.331Z | Checking hyper-util v0.1.20 |
| 2468 | 2026-05-18T06:34:22.356Z | Checking heapless v0.7.17 |
| 2469 | 2026-05-18T06:34:22.374Z | Checking zstd-safe v7.2.4 |
| 2470 | 2026-05-18T06:34:22.536Z | Checking rand v0.8.6 |
| 2471 | 2026-05-18T06:34:22.549Z | Checking flate2 v1.1.9 |
| 2472 | 2026-05-18T06:34:22.771Z | Checking cookie v0.18.1 |
| 2473 | 2026-05-18T06:34:22.843Z | Checking oxnet v0.1.4 |
| 2474 | 2026-05-18T06:34:22.876Z | Checking dof v0.4.0 |
| 2475 | 2026-05-18T06:34:23.005Z | Checking dtrace-parser v0.3.0 |
| 2476 | 2026-05-18T06:34:23.056Z | Checking phf_shared v0.13.1 |
| 2477 | 2026-05-18T06:34:23.099Z | Checking lazy_static v1.5.0 |
| 2478 | 2026-05-18T06:34:23.126Z | Checking zerocopy v0.7.35 |
| 2479 | 2026-05-18T06:34:23.172Z | Checking pin-project v1.1.11 |
| 2480 | 2026-05-18T06:34:23.243Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2481 | 2026-05-18T06:34:23.255Z | Checking signal-hook v0.3.18 |
| 2482 | 2026-05-18T06:34:23.266Z | Checking terminal_size v0.4.3 |
| 2483 | 2026-05-18T06:34:23.326Z | Checking futures-executor v0.3.32 |
| 2484 | 2026-05-18T06:34:23.338Z | Checking hex v0.4.3 |
| 2485 | 2026-05-18T06:34:23.374Z | Checking hkdf v0.12.4 |
| 2486 | 2026-05-18T06:34:23.438Z | Checking crypto-bigint v0.5.5 |
| 2487 | 2026-05-18T06:34:23.476Z | Checking thread-id v5.1.0 |
| 2488 | 2026-05-18T06:34:23.503Z | Checking encoding_rs v0.8.35 |
| 2489 | 2026-05-18T06:34:23.516Z | Checking winnow v0.5.40 |
| 2490 | 2026-05-18T06:34:23.553Z | Checking bumpalo v3.20.2 |
| 2491 | 2026-05-18T06:34:23.565Z | Checking strsim v0.11.1 |
| 2492 | 2026-05-18T06:34:23.568Z | Checking hyper-rustls v0.27.7 |
| 2493 | 2026-05-18T06:34:23.616Z | Checking hyper-tls v0.6.0 |
| 2494 | 2026-05-18T06:34:23.727Z | Checking bitflags v1.3.2 |
| 2495 | 2026-05-18T06:34:23.748Z | Compiling rayon-core v1.13.0 |
| 2496 | 2026-05-18T06:34:23.780Z | Checking foldhash v0.2.0 |
| 2497 | 2026-05-18T06:34:23.794Z | Checking libbz2-rs-sys v0.2.2 |
| 2498 | 2026-05-18T06:34:23.804Z | Checking foldhash v0.1.5 |
| 2499 | 2026-05-18T06:34:23.923Z | Checking clap_lex v1.0.0 |
| 2500 | 2026-05-18T06:34:23.936Z | Checking winnow v0.7.14 |
| 2501 | 2026-05-18T06:34:23.936Z | Checking managed v0.8.0 |
| 2502 | 2026-05-18T06:34:24.074Z | Checking same-file v1.0.6 |
| 2503 | 2026-05-18T06:34:24.120Z | Checking mime v0.3.17 |
| 2504 | 2026-05-18T06:34:24.170Z | Checking either v1.15.0 |
| 2505 | 2026-05-18T06:34:24.178Z | Checking bzip2 v0.6.1 |
| 2506 | 2026-05-18T06:34:24.191Z | Checking walkdir v2.5.0 |
| 2507 | 2026-05-18T06:34:24.316Z | Checking dof v0.3.0 |
| 2508 | 2026-05-18T06:34:24.347Z | Checking smoltcp v0.9.1 |
| 2509 | 2026-05-18T06:34:24.368Z | Checking clap_builder v4.5.60 |
| 2510 | 2026-05-18T06:34:24.371Z | Checking hashbrown v0.15.5 |
| 2511 | 2026-05-18T06:34:24.377Z | Checking elliptic-curve v0.13.8 |
| 2512 | 2026-05-18T06:34:24.457Z | Checking reqwest v0.12.28 |
| 2513 | 2026-05-18T06:34:24.600Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2514 | 2026-05-18T06:34:24.686Z | Checking toml_edit v0.19.15 |
| 2515 | 2026-05-18T06:34:24.700Z | Checking hashbrown v0.16.1 |
| 2516 | 2026-05-18T06:34:24.810Z | Checking zopfli v0.8.3 |
| 2517 | 2026-05-18T06:34:24.839Z | Checking usdt-impl v0.6.0 |
| 2518 | 2026-05-18T06:34:24.949Z | Checking futures v0.3.32 |
| 2519 | 2026-05-18T06:34:25.031Z | Checking signal-hook-mio v0.2.5 |
| 2520 | 2026-05-18T06:34:25.117Z | Checking bzip2 v0.4.4 |
| 2521 | 2026-05-18T06:34:25.131Z | Checking snafu v0.8.9 |
| 2522 | 2026-05-18T06:34:25.134Z | Checking phf v0.13.1 |
| 2523 | 2026-05-18T06:34:25.154Z | Checking num-bigint-dig v0.8.6 |
| 2524 | 2026-05-18T06:34:25.278Z | Checking cookie_store v0.22.1 |
| 2525 | 2026-05-18T06:34:25.290Z | Checking zstd v0.13.3 |
| 2526 | 2026-05-18T06:34:25.309Z | Checking postgres-types v0.2.12 |
| 2527 | 2026-05-18T06:34:25.370Z | Checking dtrace-parser v0.2.0 |
| 2528 | 2026-05-18T06:34:25.431Z | Checking crossbeam-deque v0.8.6 |
| 2529 | 2026-05-18T06:34:25.472Z | Checking globset v0.4.18 |
| 2530 | 2026-05-18T06:34:25.603Z | Checking rustls-platform-verifier v0.6.2 |
| 2531 | 2026-05-18T06:34:25.606Z | Checking regex v1.12.3 |
| 2532 | 2026-05-18T06:34:25.627Z | Checking ed25519 v2.2.3 |
| 2533 | 2026-05-18T06:34:25.630Z | Checking phf_shared v0.11.3 |
| 2534 | 2026-05-18T06:34:25.640Z | Checking olpc-cjson v0.1.4 |
| 2535 | 2026-05-18T06:34:25.710Z | Checking curve25519-dalek v4.1.3 |
| 2536 | 2026-05-18T06:34:25.727Z | Checking ref-cast v1.0.25 |
| 2537 | 2026-05-18T06:34:25.742Z | Checking strum v0.27.2 |
| 2538 | 2026-05-18T06:34:25.770Z | Checking hubpack v0.1.2 |
| 2539 | 2026-05-18T06:34:25.782Z | Checking memoffset v0.9.1 |
| 2540 | 2026-05-18T06:34:25.817Z | Checking rustix v0.38.44 |
| 2541 | 2026-05-18T06:34:25.830Z | Checking pkcs1 v0.7.5 |
| 2542 | 2026-05-18T06:34:25.851Z | Checking pem v3.0.6 |
| 2543 | 2026-05-18T06:34:25.864Z | Checking float-cmp v0.10.0 |
| 2544 | 2026-05-18T06:34:25.896Z | Checking serde_plain v1.0.2 |
| 2545 | 2026-05-18T06:34:25.935Z | Checking erased-serde v0.3.31 |
| 2546 | 2026-05-18T06:34:25.965Z | Checking serde-big-array v0.5.1 |
| 2547 | 2026-05-18T06:34:25.985Z | Checking rfc6979 v0.4.0 |
| 2548 | 2026-05-18T06:34:26.005Z | Checking thread-id v4.2.2 |
| 2549 | 2026-05-18T06:34:26.036Z | Checking memmap2 v0.9.10 |
| 2550 | 2026-05-18T06:34:26.039Z | Checking env_filter v1.0.0 |
| 2551 | 2026-05-18T06:34:26.081Z | Checking whoami v2.1.0 |
| 2552 | 2026-05-18T06:34:26.095Z | Checking new_debug_unreachable v1.0.6 |
| 2553 | 2026-05-18T06:34:26.098Z | Checking static_assertions v1.1.0 |
| 2554 | 2026-05-18T06:34:26.162Z | Checking precomputed-hash v0.1.1 |
| 2555 | 2026-05-18T06:34:26.175Z | Checking predicates-core v1.0.10 |
| 2556 | 2026-05-18T06:34:26.185Z | Checking normalize-line-endings v0.3.0 |
| 2557 | 2026-05-18T06:34:26.195Z | Checking keccak v0.1.6 |
| 2558 | 2026-05-18T06:34:26.246Z | Checking toml_write v0.1.2 |
| 2559 | 2026-05-18T06:34:26.287Z | Checking typed-path v0.9.3 |
| 2560 | 2026-05-18T06:34:26.292Z | Checking unicode-segmentation v1.12.0 |
| 2561 | 2026-05-18T06:34:26.296Z | Checking jiff v0.2.21 |
| 2562 | 2026-05-18T06:34:26.314Z | Checking difflib v0.4.0 |
| 2563 | 2026-05-18T06:34:26.358Z | Checking rustc-hash v2.1.1 |
| 2564 | 2026-05-18T06:34:26.408Z | Checking fixedbitset v0.4.2 |
| 2565 | 2026-05-18T06:34:26.472Z | Checking fixedbitset v0.5.7 |
| 2566 | 2026-05-18T06:34:26.491Z | Checking data-encoding v2.10.0 |
| 2567 | 2026-05-18T06:34:26.503Z | Checking ed25519-dalek v2.2.0 |
| 2568 | 2026-05-18T06:34:26.557Z | Checking petgraph v0.6.5 |
| 2569 | 2026-05-18T06:34:26.592Z | Checking similar v2.7.0 |
| 2570 | 2026-05-18T06:34:26.626Z | Checking crossterm v0.28.1 |
| 2571 | 2026-05-18T06:34:26.664Z | Checking petgraph v0.8.3 |
| 2572 | 2026-05-18T06:34:26.728Z | Checking predicates v3.1.4 |
| 2573 | 2026-05-18T06:34:26.761Z | Checking hickory-proto v0.25.2 |
| 2574 | 2026-05-18T06:34:27.025Z | Checking toml_edit v0.22.27 |
| 2575 | 2026-05-18T06:34:27.038Z | Checking tough v0.22.0 |
| 2576 | 2026-05-18T06:34:27.330Z | Checking sha3 v0.10.8 |
| 2577 | 2026-05-18T06:34:27.541Z | Checking slog v2.8.2 |
| 2578 | 2026-05-18T06:34:27.795Z | Checking tokio-postgres v0.7.16 |
| 2579 | 2026-05-18T06:34:27.808Z | Checking string_cache v0.8.9 |
| 2580 | 2026-05-18T06:34:27.820Z | Checking usdt v0.6.0 |
| 2581 | 2026-05-18T06:34:27.977Z | Checking env_logger v0.11.9 |
| 2582 | 2026-05-18T06:34:27.990Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2583 | 2026-05-18T06:34:28.107Z | Checking ecdsa v0.16.9 |
| 2584 | 2026-05-18T06:34:28.169Z | Checking usdt-impl v0.5.0 |
| 2585 | 2026-05-18T06:34:28.236Z | Checking rsa v0.9.10 |
| 2586 | 2026-05-18T06:34:28.442Z | Checking nix v0.31.2 |
| 2587 | 2026-05-18T06:34:28.455Z | Checking reqwest v0.13.2 |
| 2588 | 2026-05-18T06:34:28.503Z | Checking zip v4.6.1 |
| 2589 | 2026-05-18T06:34:28.712Z | Checking toml v0.7.8 |
| 2590 | 2026-05-18T06:34:29.023Z | Checking clap v4.5.60 |
| 2591 | 2026-05-18T06:34:29.058Z | Checking zip v0.6.6 |
| 2592 | 2026-05-18T06:34:29.070Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2593 | 2026-05-18T06:34:29.121Z | Checking itertools v0.13.0 |
| 2594 | 2026-05-18T06:34:29.296Z | Checking serde_with v3.17.0 |
| 2595 | 2026-05-18T06:34:29.375Z | Checking strum v0.26.3 |
| 2596 | 2026-05-18T06:34:29.387Z | Checking fs-err v3.3.0 |
| 2597 | 2026-05-18T06:34:29.407Z | Checking ahash v0.8.12 |
| 2598 | 2026-05-18T06:34:29.453Z | Checking object v0.37.3 |
| 2599 | 2026-05-18T06:34:29.486Z | Checking tokio-stream v0.1.18 |
| 2600 | 2026-05-18T06:34:29.554Z | Checking buf-list v1.1.2 |
| 2601 | 2026-05-18T06:34:29.608Z | Checking camino v1.2.2 |
| 2602 | 2026-05-18T06:34:29.691Z | Checking anyhow v1.0.102 |
| 2603 | 2026-05-18T06:34:29.738Z | Checking x509-cert v0.2.5 |
| 2604 | 2026-05-18T06:34:29.857Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2605 | 2026-05-18T06:34:29.875Z | Checking openapiv3 v2.2.0 |
| 2606 | 2026-05-18T06:34:29.888Z | Checking sha1 v0.10.6 |
| 2607 | 2026-05-18T06:34:30.050Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2608 | 2026-05-18T06:34:30.117Z | Checking lalrpop-util v0.19.12 |
| 2609 | 2026-05-18T06:34:30.160Z | Checking peg-runtime v0.8.5 |
| 2610 | 2026-05-18T06:34:30.253Z | Checking rayon v1.11.0 |
| 2611 | 2026-05-18T06:34:30.278Z | Checking sigpipe v0.1.3 |
| 2612 | 2026-05-18T06:34:30.298Z | Checking glob v0.3.3 |
| 2613 | 2026-05-18T06:34:31.680Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2614 | 2026-05-18T06:34:31.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.08s |
| 2615 | 2026-05-18T06:34:32.132Z | |
| 2616 | 2026-05-18T06:34:32.132Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2617 | 2026-05-18T06:34:32.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2618 | 2026-05-18T06:34:32.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2619 | 2026-05-18T06:34:32.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2620 | 2026-05-18T06:34:32.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2621 | 2026-05-18T06:34:32.731Z | |
| 2622 | 2026-05-18T06:34:32.731Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2623 | 2026-05-18T06:34:33.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2624 | 2026-05-18T06:34:33.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2625 | 2026-05-18T06:34:33.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2626 | 2026-05-18T06:34:33.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2627 | 2026-05-18T06:34:33.335Z | |
| 2628 | 2026-05-18T06:34:33.335Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2629 | 2026-05-18T06:34:33.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2026-05-18T06:34:33.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2026-05-18T06:34:33.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2632 | 2026-05-18T06:34:33.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2633 | 2026-05-18T06:34:33.948Z | |
| 2634 | 2026-05-18T06:34:33.948Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2635 | 2026-05-18T06:34:34.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2026-05-18T06:34:34.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2026-05-18T06:34:34.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2638 | 2026-05-18T06:34:34.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2639 | 2026-05-18T06:34:34.558Z | |
| 2640 | 2026-05-18T06:34:34.558Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2641 | 2026-05-18T06:34:35.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2026-05-18T06:34:35.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2026-05-18T06:34:35.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2644 | 2026-05-18T06:34:35.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2645 | 2026-05-18T06:34:35.153Z | |
| 2646 | 2026-05-18T06:34:35.153Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2647 | 2026-05-18T06:34:35.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2026-05-18T06:34:35.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2026-05-18T06:34:35.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2026-05-18T06:34:35.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2651 | 2026-05-18T06:34:35.755Z | |
| 2652 | 2026-05-18T06:34:35.755Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2653 | 2026-05-18T06:34:36.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2026-05-18T06:34:36.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2026-05-18T06:34:36.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2026-05-18T06:34:36.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2657 | 2026-05-18T06:34:36.341Z | |
| 2658 | 2026-05-18T06:34:36.341Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2659 | 2026-05-18T06:34:36.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2026-05-18T06:34:36.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2026-05-18T06:34:37.032Z | Compiling structmeta-derive v0.3.0 |
| 2662 | 2026-05-18T06:34:37.150Z | Compiling rustls v0.22.4 |
| 2663 | 2026-05-18T06:34:37.159Z | Compiling multer v3.1.0 |
| 2664 | 2026-05-18T06:34:37.168Z | Compiling async-stream-impl v0.3.6 |
| 2665 | 2026-05-18T06:34:37.171Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2666 | 2026-05-18T06:34:37.190Z | Compiling dropshot v0.17.0 |
| 2667 | 2026-05-18T06:34:37.206Z | Compiling newtype-uuid-macros v0.1.0 |
| 2668 | 2026-05-18T06:34:37.206Z | Compiling dropshot_endpoint v0.17.0 |
| 2669 | 2026-05-18T06:34:37.344Z | Checking newtype-uuid v1.3.2 |
| 2670 | 2026-05-18T06:34:37.388Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2671 | 2026-05-18T06:34:37.427Z | Checking rustls-webpki v0.102.8 |
| 2672 | 2026-05-18T06:34:37.540Z | Checking daft v0.1.5 |
| 2673 | 2026-05-18T06:34:37.555Z | Checking thread_local v1.1.9 |
| 2674 | 2026-05-18T06:34:37.724Z | Checking compression-core v0.4.31 |
| 2675 | 2026-05-18T06:34:37.746Z | Checking match_cfg v0.1.0 |
| 2676 | 2026-05-18T06:34:37.779Z | Checking iddqd v0.3.18 |
| 2677 | 2026-05-18T06:34:37.797Z | Checking crossbeam-channel v0.5.15 |
| 2678 | 2026-05-18T06:34:37.814Z | Checking hostname v0.3.1 |
| 2679 | 2026-05-18T06:34:37.849Z | Checking compression-codecs v0.4.37 |
| 2680 | 2026-05-18T06:34:37.909Z | Checking slog-json v2.6.1 |
| 2681 | 2026-05-18T06:34:37.955Z | Checking serde_spanned v1.0.4 |
| 2682 | 2026-05-18T06:34:38.013Z | Checking is-terminal v0.4.17 |
| 2683 | 2026-05-18T06:34:38.063Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2684 | 2026-05-18T06:34:38.086Z | Checking take_mut v0.2.2 |
| 2685 | 2026-05-18T06:34:38.104Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2686 | 2026-05-18T06:34:38.136Z | Checking term v1.2.1 |
| 2687 | 2026-05-18T06:34:38.192Z | Checking debug-ignore v1.0.5 |
| 2688 | 2026-05-18T06:34:38.206Z | Compiling structmeta v0.3.0 |
| 2689 | 2026-05-18T06:34:38.263Z | Checking slog-async v2.8.0 |
| 2690 | 2026-05-18T06:34:38.282Z | Checking toml v1.0.6+spec-1.1.0 |
| 2691 | 2026-05-18T06:34:38.295Z | Checking slog-bunyan v2.5.0 |
| 2692 | 2026-05-18T06:34:38.358Z | Checking slog-term v2.9.2 |
| 2693 | 2026-05-18T06:34:38.406Z | Checking async-compression v0.4.41 |
| 2694 | 2026-05-18T06:34:38.423Z | Compiling derive-ex v0.1.8 |
| 2695 | 2026-05-18T06:34:38.435Z | Compiling parse-display-derive v0.10.0 |
| 2696 | 2026-05-18T06:34:38.615Z | Checking async-stream v0.3.6 |
| 2697 | 2026-05-18T06:34:38.647Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2698 | 2026-05-18T06:34:38.650Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2699 | 2026-05-18T06:34:38.733Z | Checking progenitor-client v0.14.0 |
| 2700 | 2026-05-18T06:34:38.748Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2701 | 2026-05-18T06:34:38.863Z | Checking waitgroup v0.1.2 |
| 2702 | 2026-05-18T06:34:38.890Z | Checking backon v1.6.0 |
| 2703 | 2026-05-18T06:34:38.964Z | Checking rustls-pemfile v2.2.0 |
| 2704 | 2026-05-18T06:34:38.990Z | Checking serde_path_to_error v0.1.20 |
| 2705 | 2026-05-18T06:34:38.993Z | Checking hostname v0.4.2 |
| 2706 | 2026-05-18T06:34:39.054Z | Checking instant v0.1.13 |
| 2707 | 2026-05-18T06:34:39.141Z | Checking backoff v0.4.0 |
| 2708 | 2026-05-18T06:34:39.281Z | Checking progenitor-extras v0.2.0 |
| 2709 | 2026-05-18T06:34:39.285Z | Checking tokio-rustls v0.25.0 |
| 2710 | 2026-05-18T06:34:39.329Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2711 | 2026-05-18T06:34:39.342Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2712 | 2026-05-18T06:34:39.528Z | Checking itertools v0.14.0 |
| 2713 | 2026-05-18T06:34:39.541Z | Checking progenitor-client v0.10.0 |
| 2714 | 2026-05-18T06:34:39.702Z | Checking regress v0.10.5 |
| 2715 | 2026-05-18T06:34:39.772Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2716 | 2026-05-18T06:34:39.995Z | Checking macaddr v1.0.1 |
| 2717 | 2026-05-18T06:34:40.139Z | Compiling test-strategy v0.4.5 |
| 2718 | 2026-05-18T06:34:40.142Z | Checking parse-display v0.10.0 |
| 2719 | 2026-05-18T06:34:41.301Z | Compiling prettyplease v0.2.37 |
| 2720 | 2026-05-18T06:34:41.615Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2721 | 2026-05-18T06:34:41.773Z | Checking num-rational v0.4.2 |
| 2722 | 2026-05-18T06:34:41.985Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2723 | 2026-05-18T06:34:42.230Z | Checking num-complex v0.4.6 |
| 2724 | 2026-05-18T06:34:42.838Z | Checking num v0.4.3 |
| 2725 | 2026-05-18T06:34:42.954Z | Compiling usdt-macro v0.5.0 |
| 2726 | 2026-05-18T06:34:42.993Z | Compiling usdt-attr-macro v0.5.0 |
| 2727 | 2026-05-18T06:34:43.010Z | Checking memmap v0.7.0 |
| 2728 | 2026-05-18T06:34:43.032Z | Checking float-ord v0.3.2 |
| 2729 | 2026-05-18T06:34:43.140Z | Checking unicode-width v0.2.0 |
| 2730 | 2026-05-18T06:34:43.153Z | Compiling convert_case v0.4.0 |
| 2731 | 2026-05-18T06:34:43.395Z | Checking console v0.15.11 |
| 2732 | 2026-05-18T06:34:43.530Z | Compiling derive_more v0.99.20 |
| 2733 | 2026-05-18T06:34:43.673Z | Checking newline-converter v0.3.0 |
| 2734 | 2026-05-18T06:34:43.685Z | Checking atomicwrites v0.4.4 |
| 2735 | 2026-05-18T06:34:43.760Z | Checking usdt v0.5.0 |
| 2736 | 2026-05-18T06:34:43.791Z | Compiling toml v0.8.23 |
| 2737 | 2026-05-18T06:34:43.814Z | Checking linked-hash-map v0.5.6 |
| 2738 | 2026-05-18T06:34:43.930Z | Compiling minimal-lexical v0.2.1 |
| 2739 | 2026-05-18T06:34:43.989Z | Checking lru-cache v0.1.2 |
| 2740 | 2026-05-18T06:34:44.109Z | Checking expectorate v1.2.0 |
| 2741 | 2026-05-18T06:34:44.189Z | Compiling nom v7.1.3 |
| 2742 | 2026-05-18T06:34:44.798Z | Checking camino-tempfile v1.4.1 |
| 2743 | 2026-05-18T06:34:44.865Z | Checking hickory-proto v0.24.4 |
| 2744 | 2026-05-18T06:34:44.975Z | Checking phf_shared v0.12.1 |
| 2745 | 2026-05-18T06:34:45.114Z | Compiling slog-dtrace v0.3.0 |
| 2746 | 2026-05-18T06:34:45.212Z | Checking heck v0.5.0 |
| 2747 | 2026-05-18T06:34:45.315Z | Compiling chrono-tz v0.10.4 |
| 2748 | 2026-05-18T06:34:45.344Z | Checking resolv-conf v0.7.6 |
| 2749 | 2026-05-18T06:34:45.530Z | Compiling const_format_proc_macros v0.2.34 |
| 2750 | 2026-05-18T06:34:45.567Z | Checking phf v0.12.1 |
| 2751 | 2026-05-18T06:34:45.583Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2752 | 2026-05-18T06:34:45.608Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2753 | 2026-05-18T06:34:45.710Z | Checking tokio-dtrace v0.1.1 |
| 2754 | 2026-05-18T06:34:45.900Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2755 | 2026-05-18T06:34:46.066Z | Compiling derive-where v1.6.0 |
| 2756 | 2026-05-18T06:34:46.169Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2757 | 2026-05-18T06:34:46.428Z | Checking highway v1.3.0 |
| 2758 | 2026-05-18T06:34:46.669Z | Checking const_format v0.2.35 |
| 2759 | 2026-05-18T06:34:46.681Z | Checking hickory-resolver v0.24.4 |
| 2760 | 2026-05-18T06:34:46.892Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2761 | 2026-05-18T06:34:46.926Z | Checking oxide-tokio-rt v0.1.4 |
| 2762 | 2026-05-18T06:34:47.141Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2763 | 2026-05-18T06:34:47.347Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2764 | 2026-05-18T06:34:47.380Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2765 | 2026-05-18T06:34:47.405Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2766 | 2026-05-18T06:34:47.418Z | Checking qorb v0.4.1 |
| 2767 | 2026-05-18T06:34:47.603Z | Checking gethostname v0.5.0 |
| 2768 | 2026-05-18T06:34:47.621Z | Checking bcs v0.1.6 |
| 2769 | 2026-05-18T06:34:47.624Z | Checking termtree v0.5.1 |
| 2770 | 2026-05-18T06:34:50.765Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2771 | 2026-05-18T06:34:53.535Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2772 | 2026-05-18T06:34:55.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.35s |
| 2773 | 2026-05-18T06:34:55.875Z | |
| 2774 | 2026-05-18T06:34:55.875Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2775 | 2026-05-18T06:34:56.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2026-05-18T06:34:56.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2026-05-18T06:34:56.569Z | Compiling ar_archive_writer v0.5.1 |
| 2778 | 2026-05-18T06:34:56.674Z | Compiling stacker v0.1.23 |
| 2779 | 2026-05-18T06:34:56.681Z | Compiling cfg_aliases v0.1.1 |
| 2780 | 2026-05-18T06:34:56.688Z | Compiling convert_case v0.10.0 |
| 2781 | 2026-05-18T06:34:56.692Z | Checking unicode-width v0.1.14 |
| 2782 | 2026-05-18T06:34:56.704Z | Compiling proc-macro-error v1.0.4 |
| 2783 | 2026-05-18T06:34:56.714Z | Checking fd-lock v4.0.4 |
| 2784 | 2026-05-18T06:34:56.714Z | Checking nibble_vec v0.1.0 |
| 2785 | 2026-05-18T06:34:56.739Z | Compiling nix v0.28.0 |
| 2786 | 2026-05-18T06:34:56.826Z | Checking vte v0.14.1 |
| 2787 | 2026-05-18T06:34:56.843Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2788 | 2026-05-18T06:34:56.931Z | Checking endian-type v0.1.2 |
| 2789 | 2026-05-18T06:34:56.942Z | Checking bytecount v0.6.9 |
| 2790 | 2026-05-18T06:34:56.977Z | Checking strip-ansi-escapes v0.2.1 |
| 2791 | 2026-05-18T06:34:56.988Z | Compiling derive_more-impl v2.1.1 |
| 2792 | 2026-05-18T06:34:57.000Z | Compiling tabled_derive v0.7.0 |
| 2793 | 2026-05-18T06:34:57.039Z | Checking papergrid v0.11.0 |
| 2794 | 2026-05-18T06:34:57.054Z | Checking radix_trie v0.2.1 |
| 2795 | 2026-05-18T06:34:57.079Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2796 | 2026-05-18T06:34:57.240Z | Compiling peg-macros v0.8.5 |
| 2797 | 2026-05-18T06:34:57.257Z | Checking winnow v0.6.26 |
| 2798 | 2026-05-18T06:34:57.505Z | Compiling psm v0.1.30 |
| 2799 | 2026-05-18T06:34:57.585Z | Compiling sqlparser_derive v0.5.0 |
| 2800 | 2026-05-18T06:34:57.658Z | Checking unicode_categories v0.1.1 |
| 2801 | 2026-05-18T06:34:57.780Z | Checking derive_more v2.1.1 |
| 2802 | 2026-05-18T06:34:57.816Z | Checking home v0.5.12 |
| 2803 | 2026-05-18T06:34:57.858Z | Checking nu-ansi-term v0.50.3 |
| 2804 | 2026-05-18T06:34:57.923Z | Checking crossterm v0.29.0 |
| 2805 | 2026-05-18T06:34:57.947Z | Checking tabled v0.15.0 |
| 2806 | 2026-05-18T06:34:58.066Z | Checking rustyline v14.0.0 |
| 2807 | 2026-05-18T06:34:58.079Z | Checking reedline v0.40.0 |
| 2808 | 2026-05-18T06:34:58.280Z | Checking recursive v0.1.1 |
| 2809 | 2026-05-18T06:34:58.359Z | Checking display-error-chain v0.2.2 |
| 2810 | 2026-05-18T06:34:58.374Z | Checking sqlparser v0.61.0 |
| 2811 | 2026-05-18T06:34:58.396Z | Checking sqlformat v0.3.5 |
| 2812 | 2026-05-18T06:34:58.606Z | Checking peg v0.8.5 |
| 2813 | 2026-05-18T06:35:09.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s |
| 2814 | 2026-05-18T06:35:09.756Z | |
| 2815 | 2026-05-18T06:35:09.756Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2816 | 2026-05-18T06:35:10.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2026-05-18T06:35:10.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2026-05-18T06:35:10.434Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2819 | 2026-05-18T06:35:13.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 2820 | 2026-05-18T06:35:14.084Z | |
| 2821 | 2026-05-18T06:35:14.084Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2822 | 2026-05-18T06:35:14.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-05-18T06:35:14.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-05-18T06:35:14.760Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2825 | 2026-05-18T06:35:17.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 2826 | 2026-05-18T06:35:17.421Z | |
| 2827 | 2026-05-18T06:35:17.421Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2828 | 2026-05-18T06:35:17.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-05-18T06:35:17.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-05-18T06:35:18.089Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-05-18T06:35:21.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2832 | 2026-05-18T06:35:21.544Z | |
| 2833 | 2026-05-18T06:35:21.544Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2834 | 2026-05-18T06:35:22.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-05-18T06:35:22.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-05-18T06:35:22.226Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-05-18T06:35:25.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 2838 | 2026-05-18T06:35:25.691Z | |
| 2839 | 2026-05-18T06:35:25.691Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2840 | 2026-05-18T06:35:26.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-05-18T06:35:26.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-05-18T06:35:26.367Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-05-18T06:35:28.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 2844 | 2026-05-18T06:35:29.164Z | |
| 2845 | 2026-05-18T06:35:29.164Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2846 | 2026-05-18T06:35:29.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-05-18T06:35:29.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-05-18T06:35:29.862Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-05-18T06:35:32.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 2850 | 2026-05-18T06:35:32.662Z | |
| 2851 | 2026-05-18T06:35:32.662Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2852 | 2026-05-18T06:35:33.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-05-18T06:35:33.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-05-18T06:35:33.346Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-05-18T06:35:36.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2856 | 2026-05-18T06:35:36.947Z | |
| 2857 | 2026-05-18T06:35:36.947Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2858 | 2026-05-18T06:35:37.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-05-18T06:35:37.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-05-18T06:35:37.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2861 | 2026-05-18T06:35:37.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2862 | 2026-05-18T06:35:37.548Z | |
| 2863 | 2026-05-18T06:35:37.548Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2864 | 2026-05-18T06:35:38.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-05-18T06:35:38.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-05-18T06:35:38.193Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2867 | 2026-05-18T06:35:38.360Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2868 | 2026-05-18T06:35:38.363Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2869 | 2026-05-18T06:35:38.704Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2870 | 2026-05-18T06:35:41.603Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2871 | 2026-05-18T06:35:42.819Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2872 | 2026-05-18T06:35:42.989Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2873 | 2026-05-18T06:35:43.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s |
| 2874 | 2026-05-18T06:35:43.852Z | |
| 2875 | 2026-05-18T06:35:43.852Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2876 | 2026-05-18T06:35:44.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-05-18T06:35:44.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-05-18T06:35:44.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2879 | 2026-05-18T06:35:44.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2880 | 2026-05-18T06:35:44.460Z | |
| 2881 | 2026-05-18T06:35:44.460Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2882 | 2026-05-18T06:35:44.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-05-18T06:35:45.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-05-18T06:35:45.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-05-18T06:35:45.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2886 | 2026-05-18T06:35:45.096Z | |
| 2887 | 2026-05-18T06:35:45.097Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2888 | 2026-05-18T06:35:45.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-05-18T06:35:45.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-05-18T06:35:45.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-05-18T06:35:45.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2892 | 2026-05-18T06:35:45.710Z | |
| 2893 | 2026-05-18T06:35:45.710Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2894 | 2026-05-18T06:35:46.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-05-18T06:35:46.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-05-18T06:35:46.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-05-18T06:35:46.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2898 | 2026-05-18T06:35:46.325Z | |
| 2899 | 2026-05-18T06:35:46.325Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2900 | 2026-05-18T06:35:46.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-05-18T06:35:46.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-05-18T06:35:46.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-05-18T06:35:46.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2904 | 2026-05-18T06:35:46.938Z | |
| 2905 | 2026-05-18T06:35:46.939Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2906 | 2026-05-18T06:35:47.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-05-18T06:35:47.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-05-18T06:35:47.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-05-18T06:35:47.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2910 | 2026-05-18T06:35:47.553Z | |
| 2911 | 2026-05-18T06:35:47.553Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2912 | 2026-05-18T06:35:48.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-05-18T06:35:48.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-05-18T06:35:48.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-05-18T06:35:48.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2916 | 2026-05-18T06:35:48.144Z | |
| 2917 | 2026-05-18T06:35:48.144Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2918 | 2026-05-18T06:35:48.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-05-18T06:35:48.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-05-18T06:35:48.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-05-18T06:35:48.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2922 | 2026-05-18T06:35:48.756Z | |
| 2923 | 2026-05-18T06:35:48.756Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2924 | 2026-05-18T06:35:49.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-05-18T06:35:49.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-05-18T06:35:49.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-05-18T06:35:49.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2928 | 2026-05-18T06:35:49.347Z | |
| 2929 | 2026-05-18T06:35:49.347Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2930 | 2026-05-18T06:35:49.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-05-18T06:35:49.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-05-18T06:35:50.070Z | Compiling crucible-workspace-hack v0.1.0 |
| 2933 | 2026-05-18T06:35:50.188Z | Checking secrecy v0.10.3 |
| 2934 | 2026-05-18T06:35:50.195Z | Compiling heapless v0.8.0 |
| 2935 | 2026-05-18T06:35:50.201Z | Compiling ingot-macros v0.1.1 |
| 2936 | 2026-05-18T06:35:50.208Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2937 | 2026-05-18T06:35:50.211Z | Checking hash32 v0.3.1 |
| 2938 | 2026-05-18T06:35:50.228Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2939 | 2026-05-18T06:35:50.231Z | Compiling smoltcp v0.11.0 |
| 2940 | 2026-05-18T06:35:50.289Z | Checking cobs v0.3.0 |
| 2941 | 2026-05-18T06:35:50.339Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2942 | 2026-05-18T06:35:50.427Z | Checking universal-hash v0.5.1 |
| 2943 | 2026-05-18T06:35:50.438Z | Checking half v2.7.1 |
| 2944 | 2026-05-18T06:35:50.518Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2945 | 2026-05-18T06:35:50.590Z | Checking ciborium-io v0.2.2 |
| 2946 | 2026-05-18T06:35:50.603Z | Checking opaque-debug v0.3.1 |
| 2947 | 2026-05-18T06:35:50.672Z | Checking poly1305 v0.8.0 |
| 2948 | 2026-05-18T06:35:50.685Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2949 | 2026-05-18T06:35:50.727Z | Compiling proc-macro-crate v3.4.0 |
| 2950 | 2026-05-18T06:35:50.740Z | Checking ciborium-ll v0.2.2 |
| 2951 | 2026-05-18T06:35:50.914Z | Checking postcard v1.1.3 |
| 2952 | 2026-05-18T06:35:50.935Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2953 | 2026-05-18T06:35:50.990Z | Checking password-hash v0.5.0 |
| 2954 | 2026-05-18T06:35:51.204Z | Checking chacha20 v0.9.1 |
| 2955 | 2026-05-18T06:35:51.219Z | Compiling proc-macro-crate v1.3.1 |
| 2956 | 2026-05-18T06:35:51.219Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2957 | 2026-05-18T06:35:51.247Z | Checking blake2 v0.10.6 |
| 2958 | 2026-05-18T06:35:51.282Z | Compiling num_enum_derive v0.7.5 |
| 2959 | 2026-05-18T06:35:51.399Z | Checking aead v0.5.2 |
| 2960 | 2026-05-18T06:35:51.466Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2961 | 2026-05-18T06:35:51.485Z | Compiling foreign-types-macros v0.2.3 |
| 2962 | 2026-05-18T06:35:51.519Z | Checking thiserror-no-std v2.0.2 |
| 2963 | 2026-05-18T06:35:51.539Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2964 | 2026-05-18T06:35:51.607Z | Checking foreign-types-shared v0.3.1 |
| 2965 | 2026-05-18T06:35:51.628Z | Checking cpufeatures v0.3.0 |
| 2966 | 2026-05-18T06:35:51.675Z | Compiling num_enum_derive v0.5.11 |
| 2967 | 2026-05-18T06:35:51.697Z | Checking vsss-rs v3.3.4 |
| 2968 | 2026-05-18T06:35:51.710Z | Checking chacha20 v0.10.0 |
| 2969 | 2026-05-18T06:35:51.777Z | Checking chacha20poly1305 v0.10.1 |
| 2970 | 2026-05-18T06:35:51.908Z | Checking argon2 v0.5.3 |
| 2971 | 2026-05-18T06:35:51.924Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2972 | 2026-05-18T06:35:52.080Z | Checking foreign-types v0.5.0 |
| 2973 | 2026-05-18T06:35:52.162Z | Checking ciborium v0.2.2 |
| 2974 | 2026-05-18T06:35:52.320Z | Checking num_enum v0.7.5 |
| 2975 | 2026-05-18T06:35:52.355Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2976 | 2026-05-18T06:35:52.372Z | Checking tabwriter v1.4.1 |
| 2977 | 2026-05-18T06:35:52.434Z | Checking byte-wrapper v0.1.0 |
| 2978 | 2026-05-18T06:35:52.517Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2979 | 2026-05-18T06:35:52.580Z | Checking cstr-argument v0.1.2 |
| 2980 | 2026-05-18T06:35:52.642Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2981 | 2026-05-18T06:35:52.656Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2982 | 2026-05-18T06:35:52.703Z | Checking num_enum v0.5.11 |
| 2983 | 2026-05-18T06:35:52.703Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2984 | 2026-05-18T06:35:52.802Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2985 | 2026-05-18T06:35:52.828Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2986 | 2026-05-18T06:35:52.860Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2987 | 2026-05-18T06:35:52.876Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2988 | 2026-05-18T06:35:52.950Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2989 | 2026-05-18T06:35:52.987Z | Checking ingot-types v0.1.2 |
| 2990 | 2026-05-18T06:35:53.021Z | Checking rand v0.10.0 |
| 2991 | 2026-05-18T06:35:53.062Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2992 | 2026-05-18T06:35:53.077Z | Checking indent_write v2.2.0 |
| 2993 | 2026-05-18T06:35:53.090Z | Checking colored v3.1.1 |
| 2994 | 2026-05-18T06:35:53.212Z | Compiling zone_cfg_derive v0.3.1 |
| 2995 | 2026-05-18T06:35:53.287Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2996 | 2026-05-18T06:35:53.351Z | Checking ingot v0.1.1 |
| 2997 | 2026-05-18T06:35:53.374Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2998 | 2026-05-18T06:35:53.388Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2999 | 2026-05-18T06:35:53.450Z | Checking itertools v0.12.1 |
| 3000 | 2026-05-18T06:35:53.465Z | Compiling num-derive v0.4.2 |
| 3001 | 2026-05-18T06:35:53.484Z | Checking swrite v0.1.0 |
| 3002 | 2026-05-18T06:35:53.549Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3003 | 2026-05-18T06:35:53.577Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3004 | 2026-05-18T06:35:53.753Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3005 | 2026-05-18T06:35:53.863Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3006 | 2026-05-18T06:35:53.893Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3007 | 2026-05-18T06:35:53.909Z | Checking dropshot-api-manager-types v0.7.1 |
| 3008 | 2026-05-18T06:35:53.922Z | Checking smf v0.2.3 |
| 3009 | 2026-05-18T06:35:53.976Z | Checking nanorand v0.7.0 |
| 3010 | 2026-05-18T06:35:54.077Z | Checking whoami v1.6.1 |
| 3011 | 2026-05-18T06:35:54.153Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3012 | 2026-05-18T06:35:54.173Z | Checking flume v0.11.1 |
| 3013 | 2026-05-18T06:35:54.435Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3014 | 2026-05-18T06:35:54.502Z | Checking zone v0.3.1 |
| 3015 | 2026-05-18T06:35:54.966Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3016 | 2026-05-18T06:35:55.942Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3017 | 2026-05-18T06:35:56.832Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3018 | 2026-05-18T06:36:00.014Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3019 | 2026-05-18T06:36:02.045Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3020 | 2026-05-18T06:36:03.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s |
| 3021 | 2026-05-18T06:36:03.358Z | |
| 3022 | 2026-05-18T06:36:03.358Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3023 | 2026-05-18T06:36:03.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2026-05-18T06:36:03.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2026-05-18T06:36:03.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3026 | 2026-05-18T06:36:03.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3027 | 2026-05-18T06:36:03.964Z | |
| 3028 | 2026-05-18T06:36:03.964Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3029 | 2026-05-18T06:36:04.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-05-18T06:36:04.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-05-18T06:36:04.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2026-05-18T06:36:04.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3033 | 2026-05-18T06:36:04.571Z | |
| 3034 | 2026-05-18T06:36:04.571Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3035 | 2026-05-18T06:36:05.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-05-18T06:36:05.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-05-18T06:36:05.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-05-18T06:36:05.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3039 | 2026-05-18T06:36:05.181Z | |
| 3040 | 2026-05-18T06:36:05.181Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3041 | 2026-05-18T06:36:05.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-05-18T06:36:05.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-05-18T06:36:05.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-05-18T06:36:05.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3045 | 2026-05-18T06:36:05.799Z | |
| 3046 | 2026-05-18T06:36:05.799Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3047 | 2026-05-18T06:36:06.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-05-18T06:36:06.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-05-18T06:36:06.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-05-18T06:36:06.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3051 | 2026-05-18T06:36:06.416Z | |
| 3052 | 2026-05-18T06:36:06.416Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3053 | 2026-05-18T06:36:06.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-05-18T06:36:06.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-05-18T06:36:06.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-05-18T06:36:06.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3057 | 2026-05-18T06:36:07.032Z | |
| 3058 | 2026-05-18T06:36:07.032Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3059 | 2026-05-18T06:36:07.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-05-18T06:36:07.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-05-18T06:36:07.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-05-18T06:36:07.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3063 | 2026-05-18T06:36:07.643Z | |
| 3064 | 2026-05-18T06:36:07.643Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3065 | 2026-05-18T06:36:08.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-05-18T06:36:08.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-05-18T06:36:08.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-05-18T06:36:08.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3069 | 2026-05-18T06:36:08.228Z | |
| 3070 | 2026-05-18T06:36:08.228Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3071 | 2026-05-18T06:36:08.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-05-18T06:36:08.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-05-18T06:36:08.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-05-18T06:36:08.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3075 | 2026-05-18T06:36:08.837Z | |
| 3076 | 2026-05-18T06:36:08.837Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3077 | 2026-05-18T06:36:09.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-05-18T06:36:09.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-05-18T06:36:09.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-05-18T06:36:09.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3081 | 2026-05-18T06:36:09.443Z | |
| 3082 | 2026-05-18T06:36:09.443Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3083 | 2026-05-18T06:36:09.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-05-18T06:36:09.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-05-18T06:36:09.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-05-18T06:36:09.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3087 | 2026-05-18T06:36:10.051Z | |
| 3088 | 2026-05-18T06:36:10.051Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3089 | 2026-05-18T06:36:10.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-05-18T06:36:10.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-05-18T06:36:10.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-05-18T06:36:10.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3093 | 2026-05-18T06:36:10.695Z | |
| 3094 | 2026-05-18T06:36:10.695Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3095 | 2026-05-18T06:36:11.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-05-18T06:36:11.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-05-18T06:36:11.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-05-18T06:36:11.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3099 | 2026-05-18T06:36:11.345Z | |
| 3100 | 2026-05-18T06:36:11.345Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3101 | 2026-05-18T06:36:11.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-05-18T06:36:11.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-05-18T06:36:11.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-05-18T06:36:11.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3105 | 2026-05-18T06:36:11.939Z | |
| 3106 | 2026-05-18T06:36:11.939Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/276) |
| 3107 | 2026-05-18T06:36:12.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-05-18T06:36:12.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-05-18T06:36:12.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2026-05-18T06:36:12.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3111 | 2026-05-18T06:36:12.537Z | |
| 3112 | 2026-05-18T06:36:12.537Z | info: running `cargo check --bins` on oxide-client (120/276) |
| 3113 | 2026-05-18T06:36:13.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2026-05-18T06:36:13.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2026-05-18T06:36:13.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2026-05-18T06:36:13.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3117 | 2026-05-18T06:36:13.138Z | |
| 3118 | 2026-05-18T06:36:13.138Z | info: running `cargo check --bins` on oximeter-client (121/276) |
| 3119 | 2026-05-18T06:36:13.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2026-05-18T06:36:13.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2026-05-18T06:36:13.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2026-05-18T06:36:13.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3123 | 2026-05-18T06:36:13.747Z | |
| 3124 | 2026-05-18T06:36:13.747Z | info: running `cargo check --bins` on repo-depot-client (122/276) |
| 3125 | 2026-05-18T06:36:14.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2026-05-18T06:36:14.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2026-05-18T06:36:14.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2026-05-18T06:36:14.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3129 | 2026-05-18T06:36:14.344Z | |
| 3130 | 2026-05-18T06:36:14.344Z | info: running `cargo check --bins` on sled-agent-client (123/276) |
| 3131 | 2026-05-18T06:36:14.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2026-05-18T06:36:14.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2026-05-18T06:36:14.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2026-05-18T06:36:14.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3135 | 2026-05-18T06:36:14.963Z | |
| 3136 | 2026-05-18T06:36:14.963Z | info: running `cargo check --bins` on wicketd-client (124/276) |
| 3137 | 2026-05-18T06:36:15.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2026-05-18T06:36:15.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2026-05-18T06:36:15.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2026-05-18T06:36:15.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3141 | 2026-05-18T06:36:15.599Z | |
| 3142 | 2026-05-18T06:36:15.599Z | info: running `cargo check --bins` on installinator-common (125/276) |
| 3143 | 2026-05-18T06:36:16.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2026-05-18T06:36:16.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2026-05-18T06:36:16.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2026-05-18T06:36:16.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3147 | 2026-05-18T06:36:16.228Z | |
| 3148 | 2026-05-18T06:36:16.228Z | info: running `cargo check --bins` on installinator-common-versions (126/276) |
| 3149 | 2026-05-18T06:36:16.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2026-05-18T06:36:16.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2026-05-18T06:36:16.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2026-05-18T06:36:16.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3153 | 2026-05-18T06:36:16.815Z | |
| 3154 | 2026-05-18T06:36:16.815Z | info: running `cargo check --bins` on wicket-common (127/276) |
| 3155 | 2026-05-18T06:36:17.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2026-05-18T06:36:17.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2026-05-18T06:36:17.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2026-05-18T06:36:17.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3159 | 2026-05-18T06:36:17.432Z | |
| 3160 | 2026-05-18T06:36:17.432Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/276) |
| 3161 | 2026-05-18T06:36:17.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2026-05-18T06:36:17.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2026-05-18T06:36:18.134Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3164 | 2026-05-18T06:36:18.251Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3165 | 2026-05-18T06:36:18.258Z | Checking csv-core v0.1.13 |
| 3166 | 2026-05-18T06:36:18.264Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3167 | 2026-05-18T06:36:18.271Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3168 | 2026-05-18T06:36:18.274Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3169 | 2026-05-18T06:36:18.291Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3170 | 2026-05-18T06:36:18.302Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3171 | 2026-05-18T06:36:18.416Z | Checking csv v1.4.0 |
| 3172 | 2026-05-18T06:36:18.457Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3173 | 2026-05-18T06:36:18.472Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3174 | 2026-05-18T06:36:18.497Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3175 | 2026-05-18T06:36:18.511Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3176 | 2026-05-18T06:36:18.756Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3177 | 2026-05-18T06:36:19.124Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3178 | 2026-05-18T06:36:19.127Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3179 | 2026-05-18T06:36:19.464Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3180 | 2026-05-18T06:36:25.358Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3181 | 2026-05-18T06:36:25.901Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3182 | 2026-05-18T06:36:28.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.81s |
| 3183 | 2026-05-18T06:36:28.442Z | |
| 3184 | 2026-05-18T06:36:28.442Z | info: running `cargo check --bins` on cockroach-admin-api (129/276) |
| 3185 | 2026-05-18T06:36:28.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3186 | 2026-05-18T06:36:28.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3187 | 2026-05-18T06:36:28.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3188 | 2026-05-18T06:36:28.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3189 | 2026-05-18T06:36:29.049Z | |
| 3190 | 2026-05-18T06:36:29.049Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276) |
| 3191 | 2026-05-18T06:36:29.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2026-05-18T06:36:29.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2026-05-18T06:36:29.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3194 | 2026-05-18T06:36:29.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3195 | 2026-05-18T06:36:29.742Z | |
| 3196 | 2026-05-18T06:36:29.742Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276) |
| 3197 | 2026-05-18T06:36:30.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-05-18T06:36:30.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-05-18T06:36:30.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2026-05-18T06:36:30.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3201 | 2026-05-18T06:36:30.422Z | |
| 3202 | 2026-05-18T06:36:30.422Z | info: running `cargo check --bins` on gateway-test-utils (132/276) |
| 3203 | 2026-05-18T06:36:30.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2026-05-18T06:36:30.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2026-05-18T06:36:30.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3206 | 2026-05-18T06:36:30.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3207 | 2026-05-18T06:36:31.079Z | |
| 3208 | 2026-05-18T06:36:31.079Z | info: running `cargo check --bins` on omicron-gateway (133/276) |
| 3209 | 2026-05-18T06:36:31.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-05-18T06:36:31.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-05-18T06:36:31.846Z | Compiling regress v0.11.1 |
| 3212 | 2026-05-18T06:36:31.982Z | Compiling unsafe-libyaml v0.2.11 |
| 3213 | 2026-05-18T06:36:31.994Z | Compiling radium v0.7.0 |
| 3214 | 2026-05-18T06:36:31.994Z | Compiling semver v0.1.20 |
| 3215 | 2026-05-18T06:36:32.019Z | Compiling maybe-uninit v2.0.0 |
| 3216 | 2026-05-18T06:36:32.031Z | Checking tap v1.0.1 |
| 3217 | 2026-05-18T06:36:32.045Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3218 | 2026-05-18T06:36:32.134Z | Checking wyz v0.5.1 |
| 3219 | 2026-05-18T06:36:32.262Z | Compiling rustc_version v0.1.7 |
| 3220 | 2026-05-18T06:36:32.316Z | Checking progenitor-client v0.13.0 |
| 3221 | 2026-05-18T06:36:32.339Z | Compiling zerocopy-derive v0.6.6 |
| 3222 | 2026-05-18T06:36:32.450Z | Checking crc-catalog v2.4.0 |
| 3223 | 2026-05-18T06:36:32.481Z | Compiling serde_yaml v0.9.34+deprecated |
| 3224 | 2026-05-18T06:36:32.544Z | Compiling newtype_derive v0.1.6 |
| 3225 | 2026-05-18T06:36:32.560Z | Compiling owo-colors v4.3.0 |
| 3226 | 2026-05-18T06:36:32.709Z | Compiling cancel-safe-futures v0.1.5 |
| 3227 | 2026-05-18T06:36:32.734Z | Compiling packed_struct v0.10.1 |
| 3228 | 2026-05-18T06:36:32.875Z | Checking funty v2.0.0 |
| 3229 | 2026-05-18T06:36:33.037Z | Checking crc v3.4.0 |
| 3230 | 2026-05-18T06:36:33.149Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3231 | 2026-05-18T06:36:33.183Z | Checking zerocopy v0.6.6 |
| 3232 | 2026-05-18T06:36:33.197Z | Checking bitvec v1.0.1 |
| 3233 | 2026-05-18T06:36:33.211Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3234 | 2026-05-18T06:36:33.425Z | Checking typify-impl v0.6.2 |
| 3235 | 2026-05-18T06:36:33.536Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3236 | 2026-05-18T06:36:33.552Z | Compiling packed_struct_codegen v0.10.1 |
| 3237 | 2026-05-18T06:36:33.698Z | Checking libsw-core v0.3.2 |
| 3238 | 2026-05-18T06:36:33.796Z | Compiling bitfield-macros v0.19.4 |
| 3239 | 2026-05-18T06:36:33.848Z | Compiling indexmap v1.9.3 |
| 3240 | 2026-05-18T06:36:33.926Z | Checking nodrop v0.1.14 |
| 3241 | 2026-05-18T06:36:34.024Z | Checking array-init v0.0.4 |
| 3242 | 2026-05-18T06:36:34.069Z | Checking libsw v3.5.0 |
| 3243 | 2026-05-18T06:36:34.226Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3244 | 2026-05-18T06:36:34.331Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3245 | 2026-05-18T06:36:34.509Z | Checking smallvec v0.6.14 |
| 3246 | 2026-05-18T06:36:34.525Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3247 | 2026-05-18T06:36:34.540Z | Checking bitfield v0.19.4 |
| 3248 | 2026-05-18T06:36:34.711Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3249 | 2026-05-18T06:36:34.816Z | Checking smawk v0.3.2 |
| 3250 | 2026-05-18T06:36:34.843Z | Checking hashbrown v0.12.3 |
| 3251 | 2026-05-18T06:36:34.923Z | Checking base64 v0.21.7 |
| 3252 | 2026-05-18T06:36:34.948Z | Checking tagptr v0.2.0 |
| 3253 | 2026-05-18T06:36:34.963Z | Checking unicode-linebreak v0.1.5 |
| 3254 | 2026-05-18T06:36:35.094Z | Checking linear-map v1.2.0 |
| 3255 | 2026-05-18T06:36:35.162Z | Checking ron v0.8.1 |
| 3256 | 2026-05-18T06:36:35.177Z | Checking textwrap v0.16.2 |
| 3257 | 2026-05-18T06:36:35.193Z | Checking moka v0.12.13 |
| 3258 | 2026-05-18T06:36:35.244Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3259 | 2026-05-18T06:36:35.270Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3260 | 2026-05-18T06:36:35.392Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3261 | 2026-05-18T06:36:35.415Z | Checking serde-hex v0.1.0 |
| 3262 | 2026-05-18T06:36:35.574Z | Checking steno v0.4.1 |
| 3263 | 2026-05-18T06:36:35.679Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3264 | 2026-05-18T06:36:35.692Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3265 | 2026-05-18T06:36:35.836Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3266 | 2026-05-18T06:36:35.851Z | Checking hashbrown v0.13.2 |
| 3267 | 2026-05-18T06:36:36.186Z | Checking crc-any v2.5.0 |
| 3268 | 2026-05-18T06:36:36.273Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3269 | 2026-05-18T06:36:36.373Z | Checking humantime v2.3.0 |
| 3270 | 2026-05-18T06:36:36.418Z | Checking object v0.30.4 |
| 3271 | 2026-05-18T06:36:36.490Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3272 | 2026-05-18T06:36:36.522Z | Checking hickory-resolver v0.25.2 |
| 3273 | 2026-05-18T06:36:36.558Z | Checking utf-8 v0.7.6 |
| 3274 | 2026-05-18T06:36:36.572Z | Checking void v1.0.2 |
| 3275 | 2026-05-18T06:36:36.654Z | Checking half v1.8.3 |
| 3276 | 2026-05-18T06:36:36.678Z | Checking path-slash v0.1.5 |
| 3277 | 2026-05-18T06:36:36.697Z | Checking tungstenite v0.23.0 |
| 3278 | 2026-05-18T06:36:36.785Z | Checking lzss v0.8.2 |
| 3279 | 2026-05-18T06:36:36.857Z | Checking serde_cbor v0.11.2 |
| 3280 | 2026-05-18T06:36:36.976Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3281 | 2026-05-18T06:36:37.048Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3282 | 2026-05-18T06:36:37.117Z | Checking nix v0.27.1 |
| 3283 | 2026-05-18T06:36:37.140Z | Checking kstat-rs v0.2.4 |
| 3284 | 2026-05-18T06:36:37.224Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3285 | 2026-05-18T06:36:37.240Z | Checking fxhash v0.2.1 |
| 3286 | 2026-05-18T06:36:37.282Z | Checking serde_bytes v0.11.19 |
| 3287 | 2026-05-18T06:36:37.332Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3288 | 2026-05-18T06:36:37.362Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3289 | 2026-05-18T06:36:37.459Z | Checking tokio-tungstenite v0.23.1 |
| 3290 | 2026-05-18T06:36:37.625Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3291 | 2026-05-18T06:36:37.644Z | Checking signal-hook-tokio v0.3.1 |
| 3292 | 2026-05-18T06:36:37.900Z | Compiling typify-macro v0.6.2 |
| 3293 | 2026-05-18T06:36:38.625Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3294 | 2026-05-18T06:36:39.038Z | Compiling typify v0.6.2 |
| 3295 | 2026-05-18T06:36:39.117Z | Compiling progenitor-impl v0.13.0 |
| 3296 | 2026-05-18T06:36:39.117Z | Compiling progenitor-impl v0.14.0 |
| 3297 | 2026-05-18T06:36:39.527Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3298 | 2026-05-18T06:36:39.863Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3299 | 2026-05-18T06:36:40.739Z | Compiling progenitor-macro v0.13.0 |
| 3300 | 2026-05-18T06:36:40.778Z | Compiling progenitor-macro v0.14.0 |
| 3301 | 2026-05-18T06:36:43.137Z | Checking progenitor v0.13.0 |
| 3302 | 2026-05-18T06:36:43.265Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3303 | 2026-05-18T06:36:43.438Z | Checking progenitor v0.14.0 |
| 3304 | 2026-05-18T06:36:43.554Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3305 | 2026-05-18T06:36:46.300Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3306 | 2026-05-18T06:36:53.902Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3307 | 2026-05-18T06:37:00.298Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3308 | 2026-05-18T06:37:01.661Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3309 | 2026-05-18T06:37:02.175Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3310 | 2026-05-18T06:37:04.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.18s |
| 3311 | 2026-05-18T06:37:04.461Z | |
| 3312 | 2026-05-18T06:37:04.461Z | info: running `cargo check --bins` on gateway-api (134/276) |
| 3313 | 2026-05-18T06:37:04.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2026-05-18T06:37:04.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2026-05-18T06:37:04.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3316 | 2026-05-18T06:37:04.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3317 | 2026-05-18T06:37:05.062Z | |
| 3318 | 2026-05-18T06:37:05.062Z | info: running `cargo check --bins` on ipcc (135/276) |
| 3319 | 2026-05-18T06:37:05.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2026-05-18T06:37:05.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2026-05-18T06:37:05.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2026-05-18T06:37:05.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3323 | 2026-05-18T06:37:05.668Z | |
| 3324 | 2026-05-18T06:37:05.668Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276) |
| 3325 | 2026-05-18T06:37:06.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2026-05-18T06:37:06.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2026-05-18T06:37:06.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2026-05-18T06:37:06.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3329 | 2026-05-18T06:37:06.254Z | |
| 3330 | 2026-05-18T06:37:06.255Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276) |
| 3331 | 2026-05-18T06:37:06.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2026-05-18T06:37:06.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2026-05-18T06:37:06.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2026-05-18T06:37:06.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3335 | 2026-05-18T06:37:06.860Z | |
| 3336 | 2026-05-18T06:37:06.860Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276) |
| 3337 | 2026-05-18T06:37:07.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2026-05-18T06:37:07.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2026-05-18T06:37:07.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2026-05-18T06:37:07.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3341 | 2026-05-18T06:37:07.465Z | |
| 3342 | 2026-05-18T06:37:07.465Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276) |
| 3343 | 2026-05-18T06:37:07.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2026-05-18T06:37:07.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2026-05-18T06:37:07.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2026-05-18T06:37:07.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3347 | 2026-05-18T06:37:08.069Z | |
| 3348 | 2026-05-18T06:37:08.069Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276) |
| 3349 | 2026-05-18T06:37:08.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2026-05-18T06:37:08.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2026-05-18T06:37:08.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2026-05-18T06:37:08.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3353 | 2026-05-18T06:37:08.675Z | |
| 3354 | 2026-05-18T06:37:08.675Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276) |
| 3355 | 2026-05-18T06:37:09.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2026-05-18T06:37:09.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2026-05-18T06:37:09.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2026-05-18T06:37:09.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3359 | 2026-05-18T06:37:09.279Z | |
| 3360 | 2026-05-18T06:37:09.279Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276) |
| 3361 | 2026-05-18T06:37:09.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-05-18T06:37:09.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-05-18T06:37:09.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-05-18T06:37:09.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3365 | 2026-05-18T06:37:09.882Z | |
| 3366 | 2026-05-18T06:37:09.882Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276) |
| 3367 | 2026-05-18T06:37:10.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-05-18T06:37:10.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-05-18T06:37:10.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-05-18T06:37:10.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3371 | 2026-05-18T06:37:10.487Z | |
| 3372 | 2026-05-18T06:37:10.487Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276) |
| 3373 | 2026-05-18T06:37:10.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-05-18T06:37:11.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-05-18T06:37:11.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-05-18T06:37:11.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3377 | 2026-05-18T06:37:11.095Z | |
| 3378 | 2026-05-18T06:37:11.095Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276) |
| 3379 | 2026-05-18T06:37:11.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-05-18T06:37:11.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-05-18T06:37:11.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-05-18T06:37:11.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3383 | 2026-05-18T06:37:11.704Z | |
| 3384 | 2026-05-18T06:37:11.704Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276) |
| 3385 | 2026-05-18T06:37:12.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-05-18T06:37:12.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-05-18T06:37:12.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-05-18T06:37:12.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3389 | 2026-05-18T06:37:12.310Z | |
| 3390 | 2026-05-18T06:37:12.310Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276) |
| 3391 | 2026-05-18T06:37:12.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-05-18T06:37:12.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-05-18T06:37:12.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-05-18T06:37:12.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3395 | 2026-05-18T06:37:12.915Z | |
| 3396 | 2026-05-18T06:37:12.915Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276) |
| 3397 | 2026-05-18T06:37:13.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-05-18T06:37:13.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-05-18T06:37:13.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-05-18T06:37:13.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3401 | 2026-05-18T06:37:13.520Z | |
| 3402 | 2026-05-18T06:37:13.520Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276) |
| 3403 | 2026-05-18T06:37:14.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-05-18T06:37:14.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-05-18T06:37:14.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-05-18T06:37:14.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3407 | 2026-05-18T06:37:14.123Z | |
| 3408 | 2026-05-18T06:37:14.123Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276) |
| 3409 | 2026-05-18T06:37:14.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-05-18T06:37:14.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-05-18T06:37:14.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-05-18T06:37:14.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3413 | 2026-05-18T06:37:14.725Z | |
| 3414 | 2026-05-18T06:37:14.725Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276) |
| 3415 | 2026-05-18T06:37:15.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-05-18T06:37:15.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-05-18T06:37:15.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-05-18T06:37:15.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3419 | 2026-05-18T06:37:15.332Z | |
| 3420 | 2026-05-18T06:37:15.332Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276) |
| 3421 | 2026-05-18T06:37:15.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-05-18T06:37:15.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-05-18T06:37:15.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-05-18T06:37:15.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3425 | 2026-05-18T06:37:15.933Z | |
| 3426 | 2026-05-18T06:37:15.933Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276) |
| 3427 | 2026-05-18T06:37:16.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-05-18T06:37:16.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-05-18T06:37:16.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-05-18T06:37:16.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3431 | 2026-05-18T06:37:16.540Z | |
| 3432 | 2026-05-18T06:37:16.540Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276) |
| 3433 | 2026-05-18T06:37:17.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-05-18T06:37:17.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-05-18T06:37:17.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-05-18T06:37:17.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3437 | 2026-05-18T06:37:17.146Z | |
| 3438 | 2026-05-18T06:37:17.146Z | info: running `cargo check --bins` on oximeter-producer (155/276) |
| 3439 | 2026-05-18T06:37:17.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-05-18T06:37:17.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-05-18T06:37:17.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-05-18T06:37:17.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3443 | 2026-05-18T06:37:17.787Z | |
| 3444 | 2026-05-18T06:37:17.787Z | info: running `cargo check --bins` on internal-dns-resolver (156/276) |
| 3445 | 2026-05-18T06:37:18.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-05-18T06:37:18.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-05-18T06:37:18.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-05-18T06:37:18.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3449 | 2026-05-18T06:37:18.395Z | |
| 3450 | 2026-05-18T06:37:18.395Z | info: running `cargo check --bins` on dns-server (157/276) |
| 3451 | 2026-05-18T06:37:18.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-05-18T06:37:18.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-05-18T06:37:19.048Z | Compiling parking_lot_core v0.8.6 |
| 3454 | 2026-05-18T06:37:19.049Z | Compiling atomicwrites v0.4.4 |
| 3455 | 2026-05-18T06:37:19.049Z | Compiling git-stub v1.0.0 |
| 3456 | 2026-05-18T06:37:19.051Z | Checking prefix-trie v0.7.0 |
| 3457 | 2026-05-18T06:37:19.158Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3458 | 2026-05-18T06:37:19.284Z | Compiling git-stub-vcs v0.1.0 |
| 3459 | 2026-05-18T06:37:19.453Z | Checking hickory-server v0.25.2 |
| 3460 | 2026-05-18T06:37:19.561Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3461 | 2026-05-18T06:37:19.584Z | Checking parking_lot v0.11.2 |
| 3462 | 2026-05-18T06:37:19.650Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3463 | 2026-05-18T06:37:19.650Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3464 | 2026-05-18T06:37:19.763Z | Checking sled v0.34.7 |
| 3465 | 2026-05-18T06:37:21.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 3466 | 2026-05-18T06:37:21.838Z | |
| 3467 | 2026-05-18T06:37:21.839Z | info: running `cargo check --bins` on dns-server-api (158/276) |
| 3468 | 2026-05-18T06:37:22.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-05-18T06:37:22.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-05-18T06:37:22.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3471 | 2026-05-18T06:37:22.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3472 | 2026-05-18T06:37:22.439Z | |
| 3473 | 2026-05-18T06:37:22.439Z | info: running `cargo check --bins` on oximeter-producer-api (159/276) |
| 3474 | 2026-05-18T06:37:22.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-05-18T06:37:22.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-05-18T06:37:22.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-05-18T06:37:22.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3478 | 2026-05-18T06:37:23.043Z | |
| 3479 | 2026-05-18T06:37:23.043Z | info: running `cargo check --bins` on sp-sim (160/276) |
| 3480 | 2026-05-18T06:37:23.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-05-18T06:37:23.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-05-18T06:37:23.762Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3483 | 2026-05-18T06:37:25.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
| 3484 | 2026-05-18T06:37:25.742Z | |
| 3485 | 2026-05-18T06:37:25.742Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276) |
| 3486 | 2026-05-18T06:37:26.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-05-18T06:37:26.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-05-18T06:37:26.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-05-18T06:37:26.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3490 | 2026-05-18T06:37:26.401Z | |
| 3491 | 2026-05-18T06:37:26.401Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276) |
| 3492 | 2026-05-18T06:37:26.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-05-18T06:37:26.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-05-18T06:37:26.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-05-18T06:37:26.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3496 | 2026-05-18T06:37:27.061Z | |
| 3497 | 2026-05-18T06:37:27.061Z | info: running `cargo check --bins` on db-macros (163/276) |
| 3498 | 2026-05-18T06:37:27.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-05-18T06:37:27.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-05-18T06:37:27.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-05-18T06:37:27.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3502 | 2026-05-18T06:37:27.650Z | |
| 3503 | 2026-05-18T06:37:27.650Z | info: running `cargo check --bins` on nexus-macros-common (164/276) |
| 3504 | 2026-05-18T06:37:28.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-05-18T06:37:28.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-05-18T06:37:28.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-05-18T06:37:28.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3508 | 2026-05-18T06:37:28.240Z | |
| 3509 | 2026-05-18T06:37:28.240Z | info: running `cargo check --bins` on nexus-auth (165/276) |
| 3510 | 2026-05-18T06:37:28.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-05-18T06:37:28.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-05-18T06:37:28.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-05-18T06:37:28.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3514 | 2026-05-18T06:37:28.894Z | |
| 3515 | 2026-05-18T06:37:28.894Z | info: running `cargo check --bins` on authz-macros (166/276) |
| 3516 | 2026-05-18T06:37:29.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-05-18T06:37:29.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-05-18T06:37:29.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-05-18T06:37:29.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3520 | 2026-05-18T06:37:29.488Z | |
| 3521 | 2026-05-18T06:37:29.488Z | info: running `cargo check --bins` on nexus-db-fixed-data (167/276) |
| 3522 | 2026-05-18T06:37:30.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-05-18T06:37:30.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-05-18T06:37:30.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-05-18T06:37:30.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3526 | 2026-05-18T06:37:30.135Z | |
| 3527 | 2026-05-18T06:37:30.135Z | info: running `cargo check --bins` on nexus-db-model (168/276) |
| 3528 | 2026-05-18T06:37:30.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-05-18T06:37:30.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-05-18T06:37:30.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-05-18T06:37:30.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3532 | 2026-05-18T06:37:30.783Z | |
| 3533 | 2026-05-18T06:37:30.783Z | info: running `cargo check --bins` on nexus-db-schema (169/276) |
| 3534 | 2026-05-18T06:37:31.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-05-18T06:37:31.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-05-18T06:37:31.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-05-18T06:37:31.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3538 | 2026-05-18T06:37:31.373Z | |
| 3539 | 2026-05-18T06:37:31.373Z | info: running `cargo check --bins` on omicron-rpaths (170/276) |
| 3540 | 2026-05-18T06:37:31.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-05-18T06:37:31.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-05-18T06:37:31.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-05-18T06:37:31.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3544 | 2026-05-18T06:37:31.959Z | |
| 3545 | 2026-05-18T06:37:31.959Z | info: running `cargo check --bins` on nexus-defaults (171/276) |
| 3546 | 2026-05-18T06:37:32.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-05-18T06:37:32.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-05-18T06:37:32.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-05-18T06:37:32.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3550 | 2026-05-18T06:37:32.561Z | |
| 3551 | 2026-05-18T06:37:32.561Z | info: running `cargo check --bins` on omicron-cockroach-metrics (172/276) |
| 3552 | 2026-05-18T06:37:33.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-05-18T06:37:33.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-05-18T06:37:33.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-05-18T06:37:33.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3556 | 2026-05-18T06:37:33.158Z | |
| 3557 | 2026-05-18T06:37:33.158Z | info: running `cargo check --bins` on parallel-task-set (173/276) |
| 3558 | 2026-05-18T06:37:33.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-05-18T06:37:33.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-05-18T06:37:33.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-05-18T06:37:33.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3562 | 2026-05-18T06:37:33.745Z | |
| 3563 | 2026-05-18T06:37:33.745Z | info: running `cargo check --bins` on nexus-db-errors (174/276) |
| 3564 | 2026-05-18T06:37:34.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-05-18T06:37:34.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-05-18T06:37:34.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-05-18T06:37:34.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3568 | 2026-05-18T06:37:34.399Z | |
| 3569 | 2026-05-18T06:37:34.399Z | info: running `cargo check --bins` on nexus-db-lookup (175/276) |
| 3570 | 2026-05-18T06:37:34.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-05-18T06:37:34.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-05-18T06:37:34.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-05-18T06:37:34.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3574 | 2026-05-18T06:37:35.056Z | |
| 3575 | 2026-05-18T06:37:35.056Z | info: running `cargo check --bins` on nexus-inventory (176/276) |
| 3576 | 2026-05-18T06:37:35.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-05-18T06:37:35.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-05-18T06:37:35.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-05-18T06:37:35.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3580 | 2026-05-18T06:37:35.703Z | |
| 3581 | 2026-05-18T06:37:35.703Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276) |
| 3582 | 2026-05-18T06:37:36.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-05-18T06:37:36.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-05-18T06:37:36.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-05-18T06:37:36.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3586 | 2026-05-18T06:37:36.325Z | |
| 3587 | 2026-05-18T06:37:36.325Z | info: running `cargo check --bins --no-default-features` on sled-storage (178/276) |
| 3588 | 2026-05-18T06:37:36.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-05-18T06:37:36.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-05-18T06:37:36.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-05-18T06:37:36.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3592 | 2026-05-18T06:37:36.951Z | |
| 3593 | 2026-05-18T06:37:36.951Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276) |
| 3594 | 2026-05-18T06:37:37.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-05-18T06:37:37.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-05-18T06:37:37.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-05-18T06:37:37.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3598 | 2026-05-18T06:37:37.572Z | |
| 3599 | 2026-05-18T06:37:37.572Z | info: running `cargo check --bins` on key-manager (180/276) |
| 3600 | 2026-05-18T06:37:38.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-05-18T06:37:38.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-05-18T06:37:38.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-05-18T06:37:38.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3604 | 2026-05-18T06:37:38.178Z | |
| 3605 | 2026-05-18T06:37:38.178Z | info: running `cargo check --bins --no-default-features` on sled-hardware (181/276) |
| 3606 | 2026-05-18T06:37:38.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-05-18T06:37:38.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-05-18T06:37:38.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-05-18T06:37:38.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3610 | 2026-05-18T06:37:38.798Z | |
| 3611 | 2026-05-18T06:37:38.798Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276) |
| 3612 | 2026-05-18T06:37:39.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-05-18T06:37:39.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-05-18T06:37:39.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-05-18T06:37:39.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3616 | 2026-05-18T06:37:39.418Z | |
| 3617 | 2026-05-18T06:37:39.418Z | info: running `cargo check --bins` on typed-rng (183/276) |
| 3618 | 2026-05-18T06:37:39.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-05-18T06:37:39.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-05-18T06:37:39.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-05-18T06:37:39.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3622 | 2026-05-18T06:37:40.011Z | |
| 3623 | 2026-05-18T06:37:40.011Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276) |
| 3624 | 2026-05-18T06:37:40.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-05-18T06:37:40.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-05-18T06:37:40.885Z | Compiling typify-impl v0.4.3 |
| 3627 | 2026-05-18T06:37:40.888Z | Compiling libefi-sys v0.1.0 |
| 3628 | 2026-05-18T06:37:41.030Z | Compiling bitfield-struct v0.6.2 |
| 3629 | 2026-05-18T06:37:41.038Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3630 | 2026-05-18T06:37:41.048Z | Compiling xshell-macros v0.2.7 |
| 3631 | 2026-05-18T06:37:41.067Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3632 | 2026-05-18T06:37:41.076Z | Compiling salty v0.3.0 |
| 3633 | 2026-05-18T06:37:41.148Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3634 | 2026-05-18T06:37:41.279Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3635 | 2026-05-18T06:37:41.388Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3636 | 2026-05-18T06:37:41.463Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3637 | 2026-05-18T06:37:41.478Z | Checking xshell v0.2.7 |
| 3638 | 2026-05-18T06:37:41.536Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3639 | 2026-05-18T06:37:41.648Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3640 | 2026-05-18T06:37:41.673Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3641 | 2026-05-18T06:37:41.746Z | Checking primeorder v0.13.6 |
| 3642 | 2026-05-18T06:37:41.846Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3643 | 2026-05-18T06:37:41.889Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3644 | 2026-05-18T06:37:41.986Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3645 | 2026-05-18T06:37:42.002Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3646 | 2026-05-18T06:37:42.128Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3647 | 2026-05-18T06:37:42.157Z | Checking tungstenite v0.21.0 |
| 3648 | 2026-05-18T06:37:42.216Z | Checking p384 v0.13.1 |
| 3649 | 2026-05-18T06:37:42.238Z | Compiling proc-macro-error2 v2.0.1 |
| 3650 | 2026-05-18T06:37:42.253Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3651 | 2026-05-18T06:37:42.585Z | Compiling num-derive v0.3.3 |
| 3652 | 2026-05-18T06:37:42.635Z | Checking tokio-tungstenite v0.21.0 |
| 3653 | 2026-05-18T06:37:42.886Z | Compiling tabled_derive v0.11.0 |
| 3654 | 2026-05-18T06:37:42.931Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3655 | 2026-05-18T06:37:42.994Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3656 | 2026-05-18T06:37:43.055Z | Checking papergrid v0.17.0 |
| 3657 | 2026-05-18T06:37:43.309Z | Checking testing_table v0.3.0 |
| 3658 | 2026-05-18T06:37:43.375Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3659 | 2026-05-18T06:37:43.410Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3660 | 2026-05-18T06:37:43.474Z | Checking libscf-sys v1.1.0 |
| 3661 | 2026-05-18T06:37:43.688Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3662 | 2026-05-18T06:37:43.835Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3663 | 2026-05-18T06:37:43.881Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3664 | 2026-05-18T06:37:43.938Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3665 | 2026-05-18T06:37:44.046Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3666 | 2026-05-18T06:37:44.093Z | Checking corncobs v0.1.4 |
| 3667 | 2026-05-18T06:37:44.138Z | Compiling unicase v2.9.0 |
| 3668 | 2026-05-18T06:37:44.154Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3669 | 2026-05-18T06:37:44.225Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3670 | 2026-05-18T06:37:44.335Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3671 | 2026-05-18T06:37:44.369Z | Compiling mime_guess v2.0.5 |
| 3672 | 2026-05-18T06:37:44.485Z | Checking tabled v0.20.0 |
| 3673 | 2026-05-18T06:37:44.574Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3674 | 2026-05-18T06:37:44.601Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3675 | 2026-05-18T06:37:44.657Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3676 | 2026-05-18T06:37:44.791Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3677 | 2026-05-18T06:37:44.900Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3678 | 2026-05-18T06:37:44.915Z | Checking progenitor-client v0.11.2 |
| 3679 | 2026-05-18T06:37:44.953Z | Checking secrecy v0.8.0 |
| 3680 | 2026-05-18T06:37:45.080Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3681 | 2026-05-18T06:37:45.098Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3682 | 2026-05-18T06:37:45.420Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3683 | 2026-05-18T06:37:45.455Z | Compiling typify-macro v0.4.3 |
| 3684 | 2026-05-18T06:37:45.470Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3685 | 2026-05-18T06:37:45.536Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3686 | 2026-05-18T06:37:45.633Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3687 | 2026-05-18T06:37:45.692Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3688 | 2026-05-18T06:37:45.725Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3689 | 2026-05-18T06:37:45.807Z | Checking filetime v0.2.27 |
| 3690 | 2026-05-18T06:37:45.894Z | Checking http-range v0.1.5 |
| 3691 | 2026-05-18T06:37:46.031Z | Checking xattr v1.6.1 |
| 3692 | 2026-05-18T06:37:46.121Z | Checking crc8 v0.1.1 |
| 3693 | 2026-05-18T06:37:46.167Z | Checking tar v0.4.45 |
| 3694 | 2026-05-18T06:37:46.229Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3695 | 2026-05-18T06:37:46.423Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3696 | 2026-05-18T06:37:46.489Z | Checking illumos-nvpair v0.3.0 |
| 3697 | 2026-05-18T06:37:46.555Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3698 | 2026-05-18T06:37:46.651Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3699 | 2026-05-18T06:37:46.680Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3700 | 2026-05-18T06:37:46.946Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3701 | 2026-05-18T06:37:47.031Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3702 | 2026-05-18T06:37:47.100Z | Checking atty v0.2.14 |
| 3703 | 2026-05-18T06:37:47.156Z | Compiling typify v0.4.3 |
| 3704 | 2026-05-18T06:37:47.272Z | Compiling progenitor-impl v0.11.2 |
| 3705 | 2026-05-18T06:37:47.287Z | Compiling progenitor-impl v0.10.0 |
| 3706 | 2026-05-18T06:37:47.303Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3707 | 2026-05-18T06:37:47.762Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3708 | 2026-05-18T06:37:48.124Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3709 | 2026-05-18T06:37:48.293Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3710 | 2026-05-18T06:37:48.374Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3711 | 2026-05-18T06:37:48.750Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3712 | 2026-05-18T06:37:49.078Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3713 | 2026-05-18T06:37:49.135Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3714 | 2026-05-18T06:37:49.259Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3715 | 2026-05-18T06:37:49.451Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3716 | 2026-05-18T06:37:49.487Z | Checking hyper-staticfile v0.10.1 |
| 3717 | 2026-05-18T06:37:49.556Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3718 | 2026-05-18T06:37:49.685Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3719 | 2026-05-18T06:37:49.790Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3720 | 2026-05-18T06:37:49.823Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3721 | 2026-05-18T06:37:49.898Z | Compiling progenitor-macro v0.10.0 |
| 3722 | 2026-05-18T06:37:49.942Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3723 | 2026-05-18T06:37:49.963Z | Compiling progenitor-macro v0.11.2 |
| 3724 | 2026-05-18T06:37:50.052Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3725 | 2026-05-18T06:37:50.095Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3726 | 2026-05-18T06:37:50.233Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3727 | 2026-05-18T06:37:52.696Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3728 | 2026-05-18T06:37:52.830Z | Checking progenitor v0.10.0 |
| 3729 | 2026-05-18T06:37:52.959Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3730 | 2026-05-18T06:37:53.017Z | Checking progenitor v0.11.2 |
| 3731 | 2026-05-18T06:37:53.147Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3732 | 2026-05-18T06:37:57.789Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3733 | 2026-05-18T06:38:08.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.78s |
| 3734 | 2026-05-18T06:38:09.021Z | |
| 3735 | 2026-05-18T06:38:09.021Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276) |
| 3736 | 2026-05-18T06:38:09.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-05-18T06:38:09.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-05-18T06:38:09.824Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3739 | 2026-05-18T06:38:20.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s |
| 3740 | 2026-05-18T06:38:20.729Z | |
| 3741 | 2026-05-18T06:38:20.729Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276) |
| 3742 | 2026-05-18T06:38:21.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-05-18T06:38:21.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-05-18T06:38:21.525Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3745 | 2026-05-18T06:38:32.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s |
| 3746 | 2026-05-18T06:38:32.566Z | |
| 3747 | 2026-05-18T06:38:32.566Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276) |
| 3748 | 2026-05-18T06:38:33.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-05-18T06:38:33.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-05-18T06:38:33.365Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3751 | 2026-05-18T06:38:44.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s |
| 3752 | 2026-05-18T06:38:44.304Z | |
| 3753 | 2026-05-18T06:38:44.304Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276) |
| 3754 | 2026-05-18T06:38:44.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-05-18T06:38:44.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-05-18T06:38:45.098Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3757 | 2026-05-18T06:38:55.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s |
| 3758 | 2026-05-18T06:38:56.056Z | |
| 3759 | 2026-05-18T06:38:56.056Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276) |
| 3760 | 2026-05-18T06:38:56.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-05-18T06:38:56.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-05-18T06:38:56.840Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3763 | 2026-05-18T06:39:07.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s |
| 3764 | 2026-05-18T06:39:07.775Z | |
| 3765 | 2026-05-18T06:39:07.775Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276) |
| 3766 | 2026-05-18T06:39:08.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-05-18T06:39:08.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-05-18T06:39:08.573Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3769 | 2026-05-18T06:39:19.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s |
| 3770 | 2026-05-18T06:39:19.510Z | |
| 3771 | 2026-05-18T06:39:19.510Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276) |
| 3772 | 2026-05-18T06:39:20.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-05-18T06:39:20.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-05-18T06:39:20.319Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3775 | 2026-05-18T06:39:31.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s |
| 3776 | 2026-05-18T06:39:31.256Z | |
| 3777 | 2026-05-18T06:39:31.256Z | info: running `cargo check --bins` on bootstrap-agent-api (192/276) |
| 3778 | 2026-05-18T06:39:31.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-05-18T06:39:31.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-05-18T06:39:31.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2026-05-18T06:39:31.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3782 | 2026-05-18T06:39:31.876Z | |
| 3783 | 2026-05-18T06:39:31.876Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276) |
| 3784 | 2026-05-18T06:39:32.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-05-18T06:39:32.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-05-18T06:39:32.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-05-18T06:39:32.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3788 | 2026-05-18T06:39:32.500Z | |
| 3789 | 2026-05-18T06:39:32.500Z | info: running `cargo check --bins` on range-requests (194/276) |
| 3790 | 2026-05-18T06:39:33.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-05-18T06:39:33.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-05-18T06:39:33.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-05-18T06:39:33.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3794 | 2026-05-18T06:39:33.112Z | |
| 3795 | 2026-05-18T06:39:33.112Z | info: running `cargo check --bins` on repo-depot-api (195/276) |
| 3796 | 2026-05-18T06:39:33.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-05-18T06:39:33.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-05-18T06:39:33.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-05-18T06:39:33.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3800 | 2026-05-18T06:39:33.724Z | |
| 3801 | 2026-05-18T06:39:33.724Z | info: running `cargo check --bins` on sled-agent-api (196/276) |
| 3802 | 2026-05-18T06:39:34.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-05-18T06:39:34.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-05-18T06:39:34.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-05-18T06:39:34.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3806 | 2026-05-18T06:39:34.352Z | |
| 3807 | 2026-05-18T06:39:34.352Z | info: running `cargo check --bins` on sled-diagnostics (197/276) |
| 3808 | 2026-05-18T06:39:34.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-05-18T06:39:34.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-05-18T06:39:34.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-05-18T06:39:34.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3812 | 2026-05-18T06:39:34.986Z | |
| 3813 | 2026-05-18T06:39:34.986Z | info: running `cargo check --bins` on zfs-test-harness (198/276) |
| 3814 | 2026-05-18T06:39:35.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-05-18T06:39:35.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-05-18T06:39:35.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-05-18T06:39:35.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3818 | 2026-05-18T06:39:35.620Z | |
| 3819 | 2026-05-18T06:39:35.620Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276) |
| 3820 | 2026-05-18T06:39:36.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-05-18T06:39:36.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-05-18T06:39:36.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2026-05-18T06:39:36.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3824 | 2026-05-18T06:39:36.259Z | |
| 3825 | 2026-05-18T06:39:36.259Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276) |
| 3826 | 2026-05-18T06:39:36.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-05-18T06:39:36.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-05-18T06:39:36.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2026-05-18T06:39:36.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3830 | 2026-05-18T06:39:36.883Z | |
| 3831 | 2026-05-18T06:39:36.883Z | info: running `cargo check --bins` on sled-agent-early-networking (201/276) |
| 3832 | 2026-05-18T06:39:37.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-05-18T06:39:37.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-05-18T06:39:37.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2026-05-18T06:39:37.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3836 | 2026-05-18T06:39:37.508Z | |
| 3837 | 2026-05-18T06:39:37.508Z | info: running `cargo check --bins` on sled-agent-health-monitor (202/276) |
| 3838 | 2026-05-18T06:39:38.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2026-05-18T06:39:38.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2026-05-18T06:39:38.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2026-05-18T06:39:38.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3842 | 2026-05-18T06:39:38.129Z | |
| 3843 | 2026-05-18T06:39:38.129Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276) |
| 3844 | 2026-05-18T06:39:38.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2026-05-18T06:39:38.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2026-05-18T06:39:38.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2026-05-18T06:39:38.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3848 | 2026-05-18T06:39:38.760Z | |
| 3849 | 2026-05-18T06:39:38.760Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276) |
| 3850 | 2026-05-18T06:39:39.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2026-05-18T06:39:39.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2026-05-18T06:39:39.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3853 | 2026-05-18T06:39:39.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3854 | 2026-05-18T06:39:39.391Z | |
| 3855 | 2026-05-18T06:39:39.391Z | info: running `cargo check --bins` on sled-agent-resolvable-files (205/276) |
| 3856 | 2026-05-18T06:39:39.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2026-05-18T06:39:39.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2026-05-18T06:39:39.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2026-05-18T06:39:39.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3860 | 2026-05-18T06:39:40.021Z | |
| 3861 | 2026-05-18T06:39:40.021Z | info: running `cargo check --bins` on sled-agent-rack-setup (206/276) |
| 3862 | 2026-05-18T06:39:40.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2026-05-18T06:39:40.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2026-05-18T06:39:40.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3865 | 2026-05-18T06:39:40.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3866 | 2026-05-18T06:39:40.673Z | |
| 3867 | 2026-05-18T06:39:40.673Z | info: running `cargo check --bins` on trust-quorum (207/276) |
| 3868 | 2026-05-18T06:39:41.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2026-05-18T06:39:41.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2026-05-18T06:39:41.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3871 | 2026-05-18T06:39:41.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3872 | 2026-05-18T06:39:41.305Z | |
| 3873 | 2026-05-18T06:39:41.305Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276) |
| 3874 | 2026-05-18T06:39:41.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2026-05-18T06:39:41.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2026-05-18T06:39:41.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3877 | 2026-05-18T06:39:41.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3878 | 2026-05-18T06:39:41.951Z | |
| 3879 | 2026-05-18T06:39:41.951Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (209/276) |
| 3880 | 2026-05-18T06:39:42.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2026-05-18T06:39:42.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2026-05-18T06:39:42.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2026-05-18T06:39:42.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3884 | 2026-05-18T06:39:42.618Z | |
| 3885 | 2026-05-18T06:39:42.618Z | info: running `cargo check --bins` on update-common (210/276) |
| 3886 | 2026-05-18T06:39:43.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2026-05-18T06:39:43.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2026-05-18T06:39:43.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3889 | 2026-05-18T06:39:43.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3890 | 2026-05-18T06:39:43.228Z | |
| 3891 | 2026-05-18T06:39:43.228Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276) |
| 3892 | 2026-05-18T06:39:43.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-05-18T06:39:43.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-05-18T06:39:43.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3895 | 2026-05-18T06:39:43.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3896 | 2026-05-18T06:39:43.887Z | |
| 3897 | 2026-05-18T06:39:43.887Z | info: running `cargo check --bins` on omicron-deployment-graph (212/276) |
| 3898 | 2026-05-18T06:39:44.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2026-05-18T06:39:44.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2026-05-18T06:39:44.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3901 | 2026-05-18T06:39:44.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3902 | 2026-05-18T06:39:44.485Z | |
| 3903 | 2026-05-18T06:39:44.485Z | info: running `cargo check --bins` on reconfigurator-cli (213/276) |
| 3904 | 2026-05-18T06:39:45.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3905 | 2026-05-18T06:39:45.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3906 | 2026-05-18T06:39:45.260Z | Compiling fs-err v2.11.0 |
| 3907 | 2026-05-18T06:39:45.263Z | Checking ignore v0.4.25 |
| 3908 | 2026-05-18T06:39:45.263Z | Checking arc-swap v1.8.2 |
| 3909 | 2026-05-18T06:39:45.396Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3910 | 2026-05-18T06:39:45.396Z | Checking predicates-tree v1.0.13 |
| 3911 | 2026-05-18T06:39:45.404Z | Checking parse-size v1.1.0 |
| 3912 | 2026-05-18T06:39:45.427Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3913 | 2026-05-18T06:39:45.430Z | Checking rand_seeder v0.4.0 |
| 3914 | 2026-05-18T06:39:45.495Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3915 | 2026-05-18T06:39:45.528Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3916 | 2026-05-18T06:39:45.580Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3917 | 2026-05-18T06:39:45.595Z | Checking slog-scope v4.4.1 |
| 3918 | 2026-05-18T06:39:45.630Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3919 | 2026-05-18T06:39:45.724Z | Checking slog-stdlog v4.1.1 |
| 3920 | 2026-05-18T06:39:45.740Z | Compiling petname v2.0.2 |
| 3921 | 2026-05-18T06:39:45.754Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3922 | 2026-05-18T06:39:45.765Z | Checking globwalk v0.9.1 |
| 3923 | 2026-05-18T06:39:45.823Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3924 | 2026-05-18T06:39:45.848Z | Checking slog-envlogger v2.2.0 |
| 3925 | 2026-05-18T06:39:45.944Z | Checking camino-tempfile-ext v0.3.3 |
| 3926 | 2026-05-18T06:39:46.001Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3927 | 2026-05-18T06:39:46.030Z | Checking sapling-renderdag v0.1.0 |
| 3928 | 2026-05-18T06:39:46.140Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3929 | 2026-05-18T06:39:46.192Z | Checking subprocess v0.2.15 |
| 3930 | 2026-05-18T06:39:46.269Z | Checking sync-ptr v0.1.4 |
| 3931 | 2026-05-18T06:39:46.383Z | Checking colored v2.2.0 |
| 3932 | 2026-05-18T06:39:46.396Z | Checking assert_matches v1.5.0 |
| 3933 | 2026-05-18T06:39:46.474Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3934 | 2026-05-18T06:39:46.619Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3935 | 2026-05-18T06:39:46.622Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3936 | 2026-05-18T06:39:47.328Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3937 | 2026-05-18T06:39:48.661Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3938 | 2026-05-18T06:39:50.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s |
| 3939 | 2026-05-18T06:39:51.119Z | |
| 3940 | 2026-05-18T06:39:51.119Z | info: running `cargo check --bins` on omicron-repl-utils (214/276) |
| 3941 | 2026-05-18T06:39:51.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-05-18T06:39:51.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-05-18T06:39:51.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-05-18T06:39:51.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3945 | 2026-05-18T06:39:51.713Z | |
| 3946 | 2026-05-18T06:39:51.713Z | info: running `cargo check --bins` on transient-dns-server (215/276) |
| 3947 | 2026-05-18T06:39:52.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-05-18T06:39:52.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-05-18T06:39:52.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-05-18T06:39:52.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3951 | 2026-05-18T06:39:52.329Z | |
| 3952 | 2026-05-18T06:39:52.329Z | info: running `cargo check --bins` on nexus-test-interface (216/276) |
| 3953 | 2026-05-18T06:39:52.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-05-18T06:39:52.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-05-18T06:39:52.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-05-18T06:39:52.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3957 | 2026-05-18T06:39:52.989Z | |
| 3958 | 2026-05-18T06:39:52.989Z | info: running `cargo check --bins` on oximeter-collector (217/276) |
| 3959 | 2026-05-18T06:39:53.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-05-18T06:39:53.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-05-18T06:39:53.716Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3962 | 2026-05-18T06:39:53.719Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3963 | 2026-05-18T06:39:54.368Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3964 | 2026-05-18T06:39:55.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 3965 | 2026-05-18T06:39:56.170Z | |
| 3966 | 2026-05-18T06:39:56.170Z | info: running `cargo check --bins` on oximeter-api (218/276) |
| 3967 | 2026-05-18T06:39:56.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2026-05-18T06:39:56.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2026-05-18T06:39:56.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3970 | 2026-05-18T06:39:56.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3971 | 2026-05-18T06:39:56.775Z | |
| 3972 | 2026-05-18T06:39:56.775Z | info: running `cargo check --bins` on cert-dev (219/276) |
| 3973 | 2026-05-18T06:39:57.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-05-18T06:39:57.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-05-18T06:39:57.388Z | Checking yasna v0.5.2 |
| 3976 | 2026-05-18T06:39:57.795Z | Checking rcgen v0.12.1 |
| 3977 | 2026-05-18T06:39:58.048Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3978 | 2026-05-18T06:39:58.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 3979 | 2026-05-18T06:39:58.400Z | |
| 3980 | 2026-05-18T06:39:58.401Z | info: running `cargo check --bins` on clickana (220/276) |
| 3981 | 2026-05-18T06:39:58.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3982 | 2026-05-18T06:39:58.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3983 | 2026-05-18T06:39:59.052Z | Compiling darling_core v0.23.0 |
| 3984 | 2026-05-18T06:39:59.169Z | Compiling instability v0.3.11 |
| 3985 | 2026-05-18T06:39:59.173Z | Checking castaway v0.2.4 |
| 3986 | 2026-05-18T06:39:59.173Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3987 | 2026-05-18T06:39:59.173Z | Compiling indoc v2.0.7 |
| 3988 | 2026-05-18T06:39:59.186Z | Checking unicode-truncate v1.1.0 |
| 3989 | 2026-05-18T06:39:59.203Z | Checking lru v0.12.5 |
| 3990 | 2026-05-18T06:39:59.203Z | Checking cassowary v0.3.0 |
| 3991 | 2026-05-18T06:39:59.256Z | Checking compact_str v0.8.1 |
| 3992 | 2026-05-18T06:40:00.234Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3993 | 2026-05-18T06:40:00.422Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3994 | 2026-05-18T06:40:00.578Z | Compiling darling_macro v0.23.0 |
| 3995 | 2026-05-18T06:40:00.995Z | Compiling darling v0.23.0 |
| 3996 | 2026-05-18T06:40:01.614Z | Checking ratatui v0.29.0 |
| 3997 | 2026-05-18T06:40:02.676Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3998 | 2026-05-18T06:40:03.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s |
| 3999 | 2026-05-18T06:40:03.537Z | |
| 4000 | 2026-05-18T06:40:03.537Z | info: running `cargo check --bins` on clickhouse-cluster-dev (221/276) |
| 4001 | 2026-05-18T06:40:04.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-05-18T06:40:04.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-05-18T06:40:04.264Z | Checking headers-core v0.3.0 |
| 4004 | 2026-05-18T06:40:04.267Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4005 | 2026-05-18T06:40:04.465Z | Checking headers v0.4.1 |
| 4006 | 2026-05-18T06:40:04.839Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4007 | 2026-05-18T06:40:05.706Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4008 | 2026-05-18T06:40:06.208Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4009 | 2026-05-18T06:40:06.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
| 4010 | 2026-05-18T06:40:06.842Z | |
| 4011 | 2026-05-18T06:40:06.842Z | info: running `cargo check --bins` on ch-dev (222/276) |
| 4012 | 2026-05-18T06:40:07.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-05-18T06:40:07.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-05-18T06:40:07.563Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4015 | 2026-05-18T06:40:08.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4016 | 2026-05-18T06:40:08.537Z | |
| 4017 | 2026-05-18T06:40:08.537Z | info: running `cargo check --bins` on dev-tools-common (223/276) |
| 4018 | 2026-05-18T06:40:08.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-05-18T06:40:08.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-05-18T06:40:08.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4021 | 2026-05-18T06:40:08.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 4022 | 2026-05-18T06:40:09.013Z | |
| 4023 | 2026-05-18T06:40:09.013Z | info: running `cargo check --bins` on crdb-seed (224/276) |
| 4024 | 2026-05-18T06:40:09.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-05-18T06:40:09.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-05-18T06:40:09.742Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4027 | 2026-05-18T06:40:10.734Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4028 | 2026-05-18T06:40:11.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 4029 | 2026-05-18T06:40:11.282Z | |
| 4030 | 2026-05-18T06:40:11.282Z | info: running `cargo check --bins` on db-dev (225/276) |
| 4031 | 2026-05-18T06:40:11.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4032 | 2026-05-18T06:40:11.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4033 | 2026-05-18T06:40:12.007Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4034 | 2026-05-18T06:40:12.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4035 | 2026-05-18T06:40:12.996Z | |
| 4036 | 2026-05-18T06:40:12.996Z | info: running `cargo check --bins` on omicron-dev-lib (226/276) |
| 4037 | 2026-05-18T06:40:13.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-05-18T06:40:13.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-05-18T06:40:13.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4040 | 2026-05-18T06:40:13.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4041 | 2026-05-18T06:40:13.640Z | |
| 4042 | 2026-05-18T06:40:13.640Z | info: running `cargo check --bins` on xtask-downloader (227/276) |
| 4043 | 2026-05-18T06:40:14.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-05-18T06:40:14.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-05-18T06:40:14.260Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4046 | 2026-05-18T06:40:14.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4047 | 2026-05-18T06:40:15.113Z | |
| 4048 | 2026-05-18T06:40:15.113Z | info: running `cargo check --bins` on omicron-dropshot-apis (228/276) |
| 4049 | 2026-05-18T06:40:15.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-05-18T06:40:15.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-05-18T06:40:15.871Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4052 | 2026-05-18T06:40:15.871Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4053 | 2026-05-18T06:40:15.875Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4054 | 2026-05-18T06:40:15.875Z | Checking git-stub v1.0.0 |
| 4055 | 2026-05-18T06:40:15.875Z | Compiling trait-variant v0.1.2 |
| 4056 | 2026-05-18T06:40:15.875Z | Checking maplit v1.0.2 |
| 4057 | 2026-05-18T06:40:15.999Z | Checking is_ci v1.2.0 |
| 4058 | 2026-05-18T06:40:16.012Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4059 | 2026-05-18T06:40:16.099Z | Checking supports-color v3.0.2 |
| 4060 | 2026-05-18T06:40:16.099Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4061 | 2026-05-18T06:40:16.136Z | Checking git-stub-vcs v0.1.0 |
| 4062 | 2026-05-18T06:40:16.223Z | Checking drift v0.1.4 |
| 4063 | 2026-05-18T06:40:16.236Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4064 | 2026-05-18T06:40:16.318Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4065 | 2026-05-18T06:40:16.332Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4066 | 2026-05-18T06:40:16.522Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4067 | 2026-05-18T06:40:16.537Z | Checking dropshot-api-manager v0.7.1 |
| 4068 | 2026-05-18T06:40:16.559Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4069 | 2026-05-18T06:40:16.571Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4070 | 2026-05-18T06:40:16.727Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4071 | 2026-05-18T06:40:16.766Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4072 | 2026-05-18T06:40:16.951Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4073 | 2026-05-18T06:40:17.308Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4074 | 2026-05-18T06:40:22.251Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4075 | 2026-05-18T06:40:23.345Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4076 | 2026-05-18T06:40:23.913Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4077 | 2026-05-18T06:40:24.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s |
| 4078 | 2026-05-18T06:40:24.555Z | |
| 4079 | 2026-05-18T06:40:24.555Z | info: running `cargo check --bins` on installinator-api (229/276) |
| 4080 | 2026-05-18T06:40:25.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4081 | 2026-05-18T06:40:25.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4082 | 2026-05-18T06:40:25.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4083 | 2026-05-18T06:40:25.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4084 | 2026-05-18T06:40:25.171Z | |
| 4085 | 2026-05-18T06:40:25.171Z | info: running `cargo check --bins` on nexus-external-api (230/276) |
| 4086 | 2026-05-18T06:40:25.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4087 | 2026-05-18T06:40:25.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4088 | 2026-05-18T06:40:25.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4089 | 2026-05-18T06:40:25.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4090 | 2026-05-18T06:40:25.827Z | |
| 4091 | 2026-05-18T06:40:25.827Z | info: running `cargo check --bins` on nexus-internal-api (231/276) |
| 4092 | 2026-05-18T06:40:26.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4093 | 2026-05-18T06:40:26.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4094 | 2026-05-18T06:40:26.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4095 | 2026-05-18T06:40:26.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4096 | 2026-05-18T06:40:26.479Z | |
| 4097 | 2026-05-18T06:40:26.479Z | info: running `cargo check --bins` on nexus-lockstep-api (232/276) |
| 4098 | 2026-05-18T06:40:27.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4099 | 2026-05-18T06:40:27.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4100 | 2026-05-18T06:40:27.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4101 | 2026-05-18T06:40:27.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4102 | 2026-05-18T06:40:27.128Z | |
| 4103 | 2026-05-18T06:40:27.128Z | info: running `cargo check --bins` on ntp-admin-api (233/276) |
| 4104 | 2026-05-18T06:40:27.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4105 | 2026-05-18T06:40:27.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4106 | 2026-05-18T06:40:27.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4107 | 2026-05-18T06:40:27.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4108 | 2026-05-18T06:40:27.736Z | |
| 4109 | 2026-05-18T06:40:27.736Z | info: running `cargo check --bins` on ntp-admin-types-versions (234/276) |
| 4110 | 2026-05-18T06:40:28.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-05-18T06:40:28.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-05-18T06:40:28.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4113 | 2026-05-18T06:40:28.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4114 | 2026-05-18T06:40:28.336Z | |
| 4115 | 2026-05-18T06:40:28.336Z | info: running `cargo check --bins` on wicketd-api (235/276) |
| 4116 | 2026-05-18T06:40:28.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-05-18T06:40:28.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-05-18T06:40:28.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4119 | 2026-05-18T06:40:28.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4120 | 2026-05-18T06:40:28.967Z | |
| 4121 | 2026-05-18T06:40:28.967Z | info: running `cargo check --bins` on omicron-ls-apis (236/276) |
| 4122 | 2026-05-18T06:40:29.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-05-18T06:40:29.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-05-18T06:40:29.587Z | Checking typeid v1.0.3 |
| 4125 | 2026-05-18T06:40:29.700Z | Checking ordered-float v2.10.1 |
| 4126 | 2026-05-18T06:40:29.719Z | Checking unicode-xid v0.2.6 |
| 4127 | 2026-05-18T06:40:29.732Z | Checking cargo-platform v0.2.0 |
| 4128 | 2026-05-18T06:40:29.743Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4129 | 2026-05-18T06:40:29.768Z | Checking erased-serde v0.4.9 |
| 4130 | 2026-05-18T06:40:29.906Z | Checking serde-value v0.7.0 |
| 4131 | 2026-05-18T06:40:30.083Z | Checking serde-untagged v0.1.9 |
| 4132 | 2026-05-18T06:40:30.241Z | Checking cargo-util-schemas v0.8.2 |
| 4133 | 2026-05-18T06:40:30.933Z | Checking cargo_metadata v0.21.0 |
| 4134 | 2026-05-18T06:40:31.536Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4135 | 2026-05-18T06:40:32.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 4136 | 2026-05-18T06:40:32.409Z | |
| 4137 | 2026-05-18T06:40:32.409Z | info: running `cargo check --bins` on mgs-dev (237/276) |
| 4138 | 2026-05-18T06:40:32.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4139 | 2026-05-18T06:40:32.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4140 | 2026-05-18T06:40:33.153Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4141 | 2026-05-18T06:40:33.785Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4142 | 2026-05-18T06:40:34.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4143 | 2026-05-18T06:40:34.524Z | |
| 4144 | 2026-05-18T06:40:34.524Z | info: running `cargo check --bins` on omicron-omdb (238/276) |
| 4145 | 2026-05-18T06:40:35.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4146 | 2026-05-18T06:40:35.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4147 | 2026-05-18T06:40:35.389Z | Compiling vergen-gitcl v1.0.8 |
| 4148 | 2026-05-18T06:40:35.389Z | Compiling dirs-sys-next v0.1.2 |
| 4149 | 2026-05-18T06:40:35.389Z | Compiling glob v0.3.3 |
| 4150 | 2026-05-18T06:40:35.392Z | Compiling diesel_derives v2.3.7 |
| 4151 | 2026-05-18T06:40:35.392Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4152 | 2026-05-18T06:40:35.392Z | Compiling crunchy v0.2.4 |
| 4153 | 2026-05-18T06:40:35.392Z | Compiling dsl_auto_type v0.2.0 |
| 4154 | 2026-05-18T06:40:35.392Z | Checking scheduled-thread-pool v0.2.7 |
| 4155 | 2026-05-18T06:40:35.683Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4156 | 2026-05-18T06:40:35.726Z | Compiling dirs-next v2.0.0 |
| 4157 | 2026-05-18T06:40:35.744Z | Compiling tiny-keccak v2.0.2 |
| 4158 | 2026-05-18T06:40:35.842Z | Compiling term v0.7.0 |
| 4159 | 2026-05-18T06:40:35.908Z | Compiling clang-sys v1.8.1 |
| 4160 | 2026-05-18T06:40:35.908Z | Checking r2d2 v0.8.10 |
| 4161 | 2026-05-18T06:40:35.951Z | Checking downcast-rs v2.0.2 |
| 4162 | 2026-05-18T06:40:35.957Z | Compiling bit-vec v0.6.3 |
| 4163 | 2026-05-18T06:40:36.117Z | Compiling ascii-canvas v3.0.0 |
| 4164 | 2026-05-18T06:40:36.232Z | Compiling bit-set v0.5.3 |
| 4165 | 2026-05-18T06:40:36.276Z | Compiling itertools v0.10.5 |
| 4166 | 2026-05-18T06:40:36.361Z | Compiling ena v0.14.4 |
| 4167 | 2026-05-18T06:40:36.393Z | Compiling libloading v0.8.9 |
| 4168 | 2026-05-18T06:40:36.408Z | Compiling regex-syntax v0.6.29 |
| 4169 | 2026-05-18T06:40:36.422Z | Compiling diff v0.1.13 |
| 4170 | 2026-05-18T06:40:36.510Z | Compiling bindgen v0.71.1 |
| 4171 | 2026-05-18T06:40:36.604Z | Compiling cexpr v0.6.0 |
| 4172 | 2026-05-18T06:40:36.685Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4173 | 2026-05-18T06:40:36.881Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4174 | 2026-05-18T06:40:36.980Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4175 | 2026-05-18T06:40:37.041Z | Compiling libxml v0.3.3 |
| 4176 | 2026-05-18T06:40:37.266Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4177 | 2026-05-18T06:40:37.310Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4178 | 2026-05-18T06:40:37.328Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4179 | 2026-05-18T06:40:37.519Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4180 | 2026-05-18T06:40:37.584Z | Compiling strum_macros v0.24.3 |
| 4181 | 2026-05-18T06:40:37.689Z | Compiling indoc v1.0.9 |
| 4182 | 2026-05-18T06:40:37.789Z | Compiling lalrpop v0.19.12 |
| 4183 | 2026-05-18T06:40:38.600Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4184 | 2026-05-18T06:40:38.796Z | Checking derive_builder v0.20.2 |
| 4185 | 2026-05-18T06:40:38.918Z | Compiling oso-derive v0.27.3 |
| 4186 | 2026-05-18T06:40:38.941Z | Checking quick-xml v0.37.5 |
| 4187 | 2026-05-18T06:40:39.134Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4188 | 2026-05-18T06:40:39.456Z | Checking openssl-probe v0.1.6 |
| 4189 | 2026-05-18T06:40:39.601Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4190 | 2026-05-18T06:40:39.877Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4191 | 2026-05-18T06:40:40.079Z | Checking bb8 v0.8.6 |
| 4192 | 2026-05-18T06:40:40.282Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4193 | 2026-05-18T06:40:40.362Z | Checking nonempty v0.12.0 |
| 4194 | 2026-05-18T06:40:40.381Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4195 | 2026-05-18T06:40:40.498Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4196 | 2026-05-18T06:40:40.533Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4197 | 2026-05-18T06:40:40.592Z | Checking console v0.16.2 |
| 4198 | 2026-05-18T06:40:40.712Z | Checking unit-prefix v0.5.2 |
| 4199 | 2026-05-18T06:40:40.753Z | Checking support-bundle-viewer v0.1.2 |
| 4200 | 2026-05-18T06:40:40.850Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4201 | 2026-05-18T06:40:40.902Z | Checking indicatif v0.18.4 |
| 4202 | 2026-05-18T06:40:41.006Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4203 | 2026-05-18T06:40:41.246Z | Checking multimap v0.10.1 |
| 4204 | 2026-05-18T06:40:41.524Z | Checking diesel v2.3.7 |
| 4205 | 2026-05-18T06:40:43.381Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4206 | 2026-05-18T06:40:43.610Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4207 | 2026-05-18T06:40:43.940Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4208 | 2026-05-18T06:40:45.134Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4209 | 2026-05-18T06:40:45.403Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4210 | 2026-05-18T06:40:45.573Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4211 | 2026-05-18T06:40:46.076Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4212 | 2026-05-18T06:40:46.221Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4213 | 2026-05-18T06:40:48.130Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4214 | 2026-05-18T06:40:53.145Z | Compiling samael v0.0.19 |
| 4215 | 2026-05-18T06:40:56.859Z | Checking diesel-dtrace v0.5.0 |
| 4216 | 2026-05-18T06:40:57.102Z | Checking async-bb8-diesel v0.2.1 |
| 4217 | 2026-05-18T06:40:58.286Z | Compiling polar-core v0.27.3 |
| 4218 | 2026-05-18T06:41:02.722Z | Checking oso v0.27.3 |
| 4219 | 2026-05-18T06:41:39.712Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4220 | 2026-05-18T06:42:13.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 4221 | 2026-05-18T06:42:13.348Z | |
| 4222 | 2026-05-18T06:42:13.348Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276) |
| 4223 | 2026-05-18T06:42:13.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-05-18T06:42:13.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-05-18T06:42:13.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4226 | 2026-05-18T06:42:13.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4227 | 2026-05-18T06:42:14.012Z | |
| 4228 | 2026-05-18T06:42:14.012Z | info: running `cargo check --bins` on nexus-saga-recovery (240/276) |
| 4229 | 2026-05-18T06:42:14.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-05-18T06:42:14.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-05-18T06:42:14.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4232 | 2026-05-18T06:42:14.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4233 | 2026-05-18T06:42:14.674Z | |
| 4234 | 2026-05-18T06:42:14.674Z | info: running `cargo check --bins` on nexus-test-utils-macros (241/276) |
| 4235 | 2026-05-18T06:42:15.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-05-18T06:42:15.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-05-18T06:42:15.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-05-18T06:42:15.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4239 | 2026-05-18T06:42:15.274Z | |
| 4240 | 2026-05-18T06:42:15.274Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (242/276) |
| 4241 | 2026-05-18T06:42:15.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-05-18T06:42:15.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-05-18T06:42:16.153Z | Compiling libz-sys v1.1.24 |
| 4244 | 2026-05-18T06:42:16.286Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4245 | 2026-05-18T06:42:16.312Z | Compiling vergen-git2 v1.0.7 |
| 4246 | 2026-05-18T06:42:16.315Z | Compiling rustls v0.21.12 |
| 4247 | 2026-05-18T06:42:16.317Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4248 | 2026-05-18T06:42:16.317Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4249 | 2026-05-18T06:42:16.317Z | Checking sct v0.7.1 |
| 4250 | 2026-05-18T06:42:16.317Z | Checking rustls-webpki v0.101.7 |
| 4251 | 2026-05-18T06:42:16.484Z | Compiling nix v0.29.0 |
| 4252 | 2026-05-18T06:42:16.553Z | Compiling dropshot v0.16.7 |
| 4253 | 2026-05-18T06:42:16.640Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4254 | 2026-05-18T06:42:16.654Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4255 | 2026-05-18T06:42:16.799Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4256 | 2026-05-18T06:42:16.914Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4257 | 2026-05-18T06:42:16.919Z | Checking toml v0.9.12+spec-1.1.0 |
| 4258 | 2026-05-18T06:42:16.919Z | Compiling dropshot_endpoint v0.16.7 |
| 4259 | 2026-05-18T06:42:17.051Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4260 | 2026-05-18T06:42:17.095Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4261 | 2026-05-18T06:42:17.290Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4262 | 2026-05-18T06:42:17.396Z | Checking rustls-pemfile v1.0.4 |
| 4263 | 2026-05-18T06:42:17.536Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4264 | 2026-05-18T06:42:17.695Z | Checking twox-hash v2.1.2 |
| 4265 | 2026-05-18T06:42:17.750Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4266 | 2026-05-18T06:42:17.945Z | Checking tokio-rustls v0.24.1 |
| 4267 | 2026-05-18T06:42:18.466Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4268 | 2026-05-18T06:42:18.590Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4269 | 2026-05-18T06:42:18.750Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4270 | 2026-05-18T06:42:19.277Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4271 | 2026-05-18T06:42:19.331Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4272 | 2026-05-18T06:42:19.360Z | Checking fatfs v0.3.6 |
| 4273 | 2026-05-18T06:42:19.421Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4274 | 2026-05-18T06:42:19.477Z | Compiling seq-macro v0.3.6 |
| 4275 | 2026-05-18T06:42:23.203Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4276 | 2026-05-18T06:42:23.330Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4277 | 2026-05-18T06:42:23.691Z | Compiling git2 v0.20.4 |
| 4278 | 2026-05-18T06:42:25.893Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4279 | 2026-05-18T06:43:11.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.59s |
| 4280 | 2026-05-18T06:43:12.087Z | |
| 4281 | 2026-05-18T06:43:12.088Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276) |
| 4282 | 2026-05-18T06:43:12.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4283 | 2026-05-18T06:43:12.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4284 | 2026-05-18T06:43:13.001Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4285 | 2026-05-18T06:43:51.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.53s |
| 4286 | 2026-05-18T06:43:51.840Z | |
| 4287 | 2026-05-18T06:43:51.840Z | info: running `cargo check --bins` on nexus-background-task-interface (244/276) |
| 4288 | 2026-05-18T06:43:52.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4289 | 2026-05-18T06:43:52.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4290 | 2026-05-18T06:43:52.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4291 | 2026-05-18T06:43:52.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4292 | 2026-05-18T06:43:52.437Z | |
| 4293 | 2026-05-18T06:43:52.437Z | info: running `cargo check --bins --no-default-features` on nexus-fm (245/276) |
| 4294 | 2026-05-18T06:43:52.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4295 | 2026-05-18T06:43:52.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4296 | 2026-05-18T06:43:52.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4297 | 2026-05-18T06:43:52.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4298 | 2026-05-18T06:43:53.075Z | |
| 4299 | 2026-05-18T06:43:53.075Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276) |
| 4300 | 2026-05-18T06:43:53.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4301 | 2026-05-18T06:43:53.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4302 | 2026-05-18T06:43:53.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4303 | 2026-05-18T06:43:53.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4304 | 2026-05-18T06:43:53.729Z | |
| 4305 | 2026-05-18T06:43:53.729Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (247/276) |
| 4306 | 2026-05-18T06:43:54.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4307 | 2026-05-18T06:43:54.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4308 | 2026-05-18T06:43:54.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4309 | 2026-05-18T06:43:54.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4310 | 2026-05-18T06:43:54.378Z | |
| 4311 | 2026-05-18T06:43:54.378Z | info: running `cargo check --bins` on nexus-mgs-updates (248/276) |
| 4312 | 2026-05-18T06:43:54.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4313 | 2026-05-18T06:43:54.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4314 | 2026-05-18T06:43:54.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4315 | 2026-05-18T06:43:54.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4316 | 2026-05-18T06:43:55.017Z | |
| 4317 | 2026-05-18T06:43:55.017Z | info: running `cargo check --bins` on nexus-networking (249/276) |
| 4318 | 2026-05-18T06:43:55.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4319 | 2026-05-18T06:43:55.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4320 | 2026-05-18T06:43:55.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4321 | 2026-05-18T06:43:55.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4322 | 2026-05-18T06:43:55.669Z | |
| 4323 | 2026-05-18T06:43:55.669Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (250/276) |
| 4324 | 2026-05-18T06:43:56.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4325 | 2026-05-18T06:43:56.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4326 | 2026-05-18T06:43:56.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4327 | 2026-05-18T06:43:56.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4328 | 2026-05-18T06:43:56.324Z | |
| 4329 | 2026-05-18T06:43:56.324Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276) |
| 4330 | 2026-05-18T06:43:56.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4331 | 2026-05-18T06:43:56.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4332 | 2026-05-18T06:43:56.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4333 | 2026-05-18T06:43:56.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4334 | 2026-05-18T06:43:56.983Z | |
| 4335 | 2026-05-18T06:43:56.983Z | info: running `cargo check --bins` on omicron-dev (252/276) |
| 4336 | 2026-05-18T06:43:57.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4337 | 2026-05-18T06:43:57.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4338 | 2026-05-18T06:43:57.873Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4339 | 2026-05-18T06:43:57.873Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4340 | 2026-05-18T06:43:58.064Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4341 | 2026-05-18T06:43:58.094Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4342 | 2026-05-18T06:43:58.113Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4343 | 2026-05-18T06:43:58.129Z | Checking diff v0.1.13 |
| 4344 | 2026-05-18T06:43:58.132Z | Checking yansi v1.0.1 |
| 4345 | 2026-05-18T06:43:58.161Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4346 | 2026-05-18T06:43:58.202Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4347 | 2026-05-18T06:43:58.398Z | Checking pretty_assertions v1.4.1 |
| 4348 | 2026-05-18T06:43:59.021Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4349 | 2026-05-18T06:43:59.169Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4350 | 2026-05-18T06:44:22.637Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4351 | 2026-05-18T06:44:22.639Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4352 | 2026-05-18T06:44:22.639Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4353 | 2026-05-18T06:44:22.640Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4354 | 2026-05-18T06:44:22.640Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4355 | 2026-05-18T06:44:22.640Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4356 | 2026-05-18T06:44:23.486Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4357 | 2026-05-18T06:44:24.584Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4358 | 2026-05-18T06:45:03.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4359 | 2026-05-18T06:45:03.650Z | |
| 4360 | 2026-05-18T06:45:03.650Z | info: running `cargo check --bins` on omicron-pins (253/276) |
| 4361 | 2026-05-18T06:45:04.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4362 | 2026-05-18T06:45:04.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4363 | 2026-05-18T06:45:04.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4364 | 2026-05-18T06:45:04.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4365 | 2026-05-18T06:45:04.243Z | |
| 4366 | 2026-05-18T06:45:04.243Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276) |
| 4367 | 2026-05-18T06:45:04.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4368 | 2026-05-18T06:45:04.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4369 | 2026-05-18T06:45:05.018Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4370 | 2026-05-18T06:45:05.139Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4371 | 2026-05-18T06:45:05.143Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4372 | 2026-05-18T06:45:30.716Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4373 | 2026-05-18T06:45:31.109Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4374 | 2026-05-18T06:45:32.802Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4375 | 2026-05-18T06:45:33.262Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4376 | 2026-05-18T06:45:36.175Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4377 | 2026-05-18T06:45:59.181Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4378 | 2026-05-18T06:45:59.899Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4379 | 2026-05-18T06:46:01.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.28s |
| 4380 | 2026-05-18T06:46:01.744Z | |
| 4381 | 2026-05-18T06:46:01.744Z | info: running `cargo check --bins` on reconfigurator-sp-updater (255/276) |
| 4382 | 2026-05-18T06:46:02.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4383 | 2026-05-18T06:46:02.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4384 | 2026-05-18T06:46:02.467Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4385 | 2026-05-18T06:46:03.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4386 | 2026-05-18T06:46:03.353Z | |
| 4387 | 2026-05-18T06:46:03.353Z | info: running `cargo check --bins` on omicron-releng (256/276) |
| 4388 | 2026-05-18T06:46:03.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4389 | 2026-05-18T06:46:03.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4390 | 2026-05-18T06:46:04.009Z | Compiling blake3 v1.8.3 |
| 4391 | 2026-05-18T06:46:04.119Z | Checking arrayvec v0.7.6 |
| 4392 | 2026-05-18T06:46:04.119Z | Checking constant_time_eq v0.4.2 |
| 4393 | 2026-05-18T06:46:04.122Z | Checking arrayref v0.3.9 |
| 4394 | 2026-05-18T06:46:04.137Z | Checking topological-sort v0.2.2 |
| 4395 | 2026-05-18T06:46:04.138Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4396 | 2026-05-18T06:46:04.140Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4397 | 2026-05-18T06:46:04.140Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4398 | 2026-05-18T06:46:04.190Z | Checking shell-words v1.1.1 |
| 4399 | 2026-05-18T06:46:05.010Z | Checking omicron-zone-package v0.12.2 |
| 4400 | 2026-05-18T06:46:05.719Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4401 | 2026-05-18T06:46:06.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 4402 | 2026-05-18T06:46:06.722Z | |
| 4403 | 2026-05-18T06:46:06.722Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (257/276) |
| 4404 | 2026-05-18T06:46:07.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4405 | 2026-05-18T06:46:07.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4406 | 2026-05-18T06:46:07.368Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4407 | 2026-05-18T06:46:07.692Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4408 | 2026-05-18T06:46:08.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4409 | 2026-05-18T06:46:08.272Z | |
| 4410 | 2026-05-18T06:46:08.272Z | info: running `cargo check --bins` on schema (258/276) |
| 4411 | 2026-05-18T06:46:08.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4412 | 2026-05-18T06:46:08.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4413 | 2026-05-18T06:46:08.997Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4414 | 2026-05-18T06:46:09.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4415 | 2026-05-18T06:46:09.895Z | |
| 4416 | 2026-05-18T06:46:09.895Z | info: running `cargo check --bins` on xtask (259/276) |
| 4417 | 2026-05-18T06:46:10.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-05-18T06:46:10.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-05-18T06:46:10.351Z | Checking libc v0.2.185 |
| 4420 | 2026-05-18T06:46:10.429Z | Checking serde v1.0.228 |
| 4421 | 2026-05-18T06:46:10.434Z | Checking zerofrom v0.1.6 |
| 4422 | 2026-05-18T06:46:10.438Z | Checking bitflags v2.11.0 |
| 4423 | 2026-05-18T06:46:10.443Z | Checking smallvec v1.15.1 |
| 4424 | 2026-05-18T06:46:10.449Z | Checking indexmap v2.14.0 |
| 4425 | 2026-05-18T06:46:10.460Z | Checking serde_json v1.0.149 |
| 4426 | 2026-05-18T06:46:10.462Z | Checking num-traits v0.2.19 |
| 4427 | 2026-05-18T06:46:10.532Z | Checking yoke v0.8.1 |
| 4428 | 2026-05-18T06:46:10.584Z | Checking scroll v0.12.0 |
| 4429 | 2026-05-18T06:46:10.615Z | Checking thiserror v1.0.69 |
| 4430 | 2026-05-18T06:46:10.699Z | Checking zerovec v0.11.5 |
| 4431 | 2026-05-18T06:46:10.712Z | Checking zerotrie v0.2.3 |
| 4432 | 2026-05-18T06:46:10.723Z | Checking errno v0.3.14 |
| 4433 | 2026-05-18T06:46:10.806Z | Checking log v0.4.29 |
| 4434 | 2026-05-18T06:46:10.817Z | Checking toml_datetime v0.6.11 |
| 4435 | 2026-05-18T06:46:10.838Z | Checking rustix v1.1.3 |
| 4436 | 2026-05-18T06:46:10.947Z | Checking serde_spanned v0.6.9 |
| 4437 | 2026-05-18T06:46:10.957Z | Checking percent-encoding v2.3.2 |
| 4438 | 2026-05-18T06:46:10.981Z | Checking zerocopy v0.7.35 |
| 4439 | 2026-05-18T06:46:10.982Z | Checking ordered-float v2.10.1 |
| 4440 | 2026-05-18T06:46:11.001Z | Checking goblin v0.8.2 |
| 4441 | 2026-05-18T06:46:11.053Z | Checking getrandom v0.4.1 |
| 4442 | 2026-05-18T06:46:11.070Z | Checking toml_edit v0.22.27 |
| 4443 | 2026-05-18T06:46:11.093Z | Checking form_urlencoded v1.2.2 |
| 4444 | 2026-05-18T06:46:11.136Z | Checking tinystr v0.8.2 |
| 4445 | 2026-05-18T06:46:11.181Z | Checking potential_utf v0.1.4 |
| 4446 | 2026-05-18T06:46:11.213Z | Checking serde-value v0.7.0 |
| 4447 | 2026-05-18T06:46:11.222Z | Checking thiserror v2.0.18 |
| 4448 | 2026-05-18T06:46:11.310Z | Checking icu_locale_core v2.1.1 |
| 4449 | 2026-05-18T06:46:11.310Z | Checking icu_collections v2.1.1 |
| 4450 | 2026-05-18T06:46:11.330Z | Checking syn v2.0.117 |
| 4451 | 2026-05-18T06:46:11.413Z | Checking dtrace-parser v0.2.0 |
| 4452 | 2026-05-18T06:46:11.463Z | Checking thread-id v4.2.2 |
| 4453 | 2026-05-18T06:46:11.545Z | Checking once_cell v1.21.3 |
| 4454 | 2026-05-18T06:46:11.616Z | Checking cargo-platform v0.2.0 |
| 4455 | 2026-05-18T06:46:11.641Z | Checking memmap v0.7.0 |
| 4456 | 2026-05-18T06:46:11.644Z | Checking terminal_size v0.4.3 |
| 4457 | 2026-05-18T06:46:11.718Z | Checking tempfile v3.25.0 |
| 4458 | 2026-05-18T06:46:11.781Z | Checking clap_builder v4.5.60 |
| 4459 | 2026-05-18T06:46:11.791Z | Checking textwrap v0.16.2 |
| 4460 | 2026-05-18T06:46:11.794Z | Checking fs-err v3.3.0 |
| 4461 | 2026-05-18T06:46:11.864Z | Checking icu_provider v2.1.1 |
| 4462 | 2026-05-18T06:46:11.916Z | Checking camino-tempfile v1.4.1 |
| 4463 | 2026-05-18T06:46:11.981Z | Checking tabled v0.15.0 |
| 4464 | 2026-05-18T06:46:12.007Z | Checking anyhow v1.0.102 |
| 4465 | 2026-05-18T06:46:12.076Z | Checking macaddr v1.0.1 |
| 4466 | 2026-05-18T06:46:12.105Z | Checking icu_normalizer v2.1.1 |
| 4467 | 2026-05-18T06:46:12.169Z | Checking icu_properties v2.1.2 |
| 4468 | 2026-05-18T06:46:12.206Z | Checking toml v0.8.23 |
| 4469 | 2026-05-18T06:46:12.256Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4470 | 2026-05-18T06:46:12.516Z | Checking cargo_toml v0.21.0 |
| 4471 | 2026-05-18T06:46:12.887Z | Checking dof v0.3.0 |
| 4472 | 2026-05-18T06:46:12.962Z | Checking idna_adapter v1.2.1 |
| 4473 | 2026-05-18T06:46:12.978Z | Checking clap v4.5.60 |
| 4474 | 2026-05-18T06:46:13.078Z | Checking idna v1.1.0 |
| 4475 | 2026-05-18T06:46:13.157Z | Checking usdt-impl v0.5.0 |
| 4476 | 2026-05-18T06:46:13.302Z | Checking url v2.5.8 |
| 4477 | 2026-05-18T06:46:13.412Z | Checking usdt v0.5.0 |
| 4478 | 2026-05-18T06:46:13.642Z | Checking cargo-util-schemas v0.8.2 |
| 4479 | 2026-05-18T06:46:14.339Z | Checking cargo_metadata v0.21.0 |
| 4480 | 2026-05-18T06:46:14.937Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4481 | 2026-05-18T06:46:15.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s |
| 4482 | 2026-05-18T06:46:15.481Z | |
| 4483 | 2026-05-18T06:46:15.481Z | info: running `cargo check --bins` on dnsadm (260/276) |
| 4484 | 2026-05-18T06:46:15.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4485 | 2026-05-18T06:46:15.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4486 | 2026-05-18T06:46:16.123Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4487 | 2026-05-18T06:46:16.602Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4488 | 2026-05-18T06:46:17.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4489 | 2026-05-18T06:46:17.197Z | |
| 4490 | 2026-05-18T06:46:17.197Z | info: running `cargo check --bins` on end-to-end-tests (261/276) |
| 4491 | 2026-05-18T06:46:17.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4492 | 2026-05-18T06:46:17.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4493 | 2026-05-18T06:46:17.993Z | Checking polyval v0.6.2 |
| 4494 | 2026-05-18T06:46:18.119Z | Checking ctr v0.9.2 |
| 4495 | 2026-05-18T06:46:18.130Z | Checking ssh-encoding v0.2.0 |
| 4496 | 2026-05-18T06:46:18.130Z | Checking blowfish v0.9.1 |
| 4497 | 2026-05-18T06:46:18.150Z | Checking password-hash v0.4.2 |
| 4498 | 2026-05-18T06:46:18.165Z | Checking p521 v0.13.3 |
| 4499 | 2026-05-18T06:46:18.168Z | Checking p256 v0.13.2 |
| 4500 | 2026-05-18T06:46:18.192Z | Checking russh-cryptovec v0.7.3 |
| 4501 | 2026-05-18T06:46:18.261Z | Checking ghash v0.5.1 |
| 4502 | 2026-05-18T06:46:18.275Z | Checking bcrypt-pbkdf v0.10.0 |
| 4503 | 2026-05-18T06:46:18.278Z | Checking md5 v0.7.0 |
| 4504 | 2026-05-18T06:46:18.304Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4505 | 2026-05-18T06:46:18.321Z | Checking num-bigint v0.4.6 |
| 4506 | 2026-05-18T06:46:18.376Z | Checking pbkdf2 v0.11.0 |
| 4507 | 2026-05-18T06:46:18.388Z | Checking aes-gcm v0.10.3 |
| 4508 | 2026-05-18T06:46:18.418Z | Checking des v0.8.1 |
| 4509 | 2026-05-18T06:46:18.437Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4510 | 2026-05-18T06:46:18.439Z | Checking hex-literal v0.4.1 |
| 4511 | 2026-05-18T06:46:18.510Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4512 | 2026-05-18T06:46:18.534Z | Checking ssh-cipher v0.2.0 |
| 4513 | 2026-05-18T06:46:18.548Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4514 | 2026-05-18T06:46:18.548Z | Checking socket2 v0.5.10 |
| 4515 | 2026-05-18T06:46:18.573Z | Checking internet-checksum v0.2.1 |
| 4516 | 2026-05-18T06:46:18.702Z | Checking ssh-key v0.6.7 |
| 4517 | 2026-05-18T06:46:18.832Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4518 | 2026-05-18T06:46:19.321Z | Checking russh-keys v0.45.0 |
| 4519 | 2026-05-18T06:46:19.871Z | Checking russh v0.45.0 |
| 4520 | 2026-05-18T06:46:36.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.81s |
| 4521 | 2026-05-18T06:46:36.221Z | |
| 4522 | 2026-05-18T06:46:36.221Z | info: running `cargo check --bins` on gateway-cli (262/276) |
| 4523 | 2026-05-18T06:46:36.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4524 | 2026-05-18T06:46:36.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4525 | 2026-05-18T06:46:36.869Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4526 | 2026-05-18T06:46:36.979Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4527 | 2026-05-18T06:46:36.987Z | Checking termios v0.3.3 |
| 4528 | 2026-05-18T06:46:38.174Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4529 | 2026-05-18T06:46:38.322Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4530 | 2026-05-18T06:46:40.086Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4531 | 2026-05-18T06:46:40.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
| 4532 | 2026-05-18T06:46:40.835Z | |
| 4533 | 2026-05-18T06:46:40.835Z | info: running `cargo check --bins --no-default-features` on installinator (263/276) |
| 4534 | 2026-05-18T06:46:41.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-05-18T06:46:41.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-05-18T06:46:41.542Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4537 | 2026-05-18T06:46:41.545Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4538 | 2026-05-18T06:46:41.665Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4539 | 2026-05-18T06:46:41.665Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4540 | 2026-05-18T06:46:41.679Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4541 | 2026-05-18T06:46:41.682Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4542 | 2026-05-18T06:46:42.397Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4543 | 2026-05-18T06:46:42.745Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4544 | 2026-05-18T06:46:42.748Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4545 | 2026-05-18T06:46:43.376Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4546 | 2026-05-18T06:46:45.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 4547 | 2026-05-18T06:46:45.219Z | |
| 4548 | 2026-05-18T06:46:45.219Z | info: running `cargo check --bins` on internal-dns-cli (264/276) |
| 4549 | 2026-05-18T06:46:45.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-05-18T06:46:45.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-05-18T06:46:45.857Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4552 | 2026-05-18T06:46:46.310Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4553 | 2026-05-18T06:46:46.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4554 | 2026-05-18T06:46:46.809Z | |
| 4555 | 2026-05-18T06:46:46.809Z | info: running `cargo check --bins` on omicron-live-tests (265/276) |
| 4556 | 2026-05-18T06:46:47.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4557 | 2026-05-18T06:46:47.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4558 | 2026-05-18T06:46:47.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4559 | 2026-05-18T06:46:47.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4560 | 2026-05-18T06:46:47.401Z | |
| 4561 | 2026-05-18T06:46:47.401Z | info: running `cargo check --bins` on live-tests-macros (266/276) |
| 4562 | 2026-05-18T06:46:47.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4563 | 2026-05-18T06:46:47.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4564 | 2026-05-18T06:46:47.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4565 | 2026-05-18T06:46:47.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4566 | 2026-05-18T06:46:47.992Z | |
| 4567 | 2026-05-18T06:46:47.992Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276) |
| 4568 | 2026-05-18T06:46:48.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4569 | 2026-05-18T06:46:48.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4570 | 2026-05-18T06:46:48.742Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4571 | 2026-05-18T06:46:49.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4572 | 2026-05-18T06:46:49.547Z | |
| 4573 | 2026-05-18T06:46:49.547Z | info: running `cargo check --bins` on omicron-ntp-admin (268/276) |
| 4574 | 2026-05-18T06:46:50.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4575 | 2026-05-18T06:46:50.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4576 | 2026-05-18T06:46:50.195Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4577 | 2026-05-18T06:46:50.198Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4578 | 2026-05-18T06:46:50.476Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4579 | 2026-05-18T06:46:50.476Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4580 | 2026-05-18T06:46:51.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4581 | 2026-05-18T06:46:51.470Z | |
| 4582 | 2026-05-18T06:46:51.470Z | info: running `cargo check --bins` on ntp-admin-types (269/276) |
| 4583 | 2026-05-18T06:46:51.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4584 | 2026-05-18T06:46:51.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4585 | 2026-05-18T06:46:51.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4586 | 2026-05-18T06:46:51.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4587 | 2026-05-18T06:46:52.072Z | |
| 4588 | 2026-05-18T06:46:52.072Z | info: running `cargo check --bins` on omicron-package (270/276) |
| 4589 | 2026-05-18T06:46:52.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-05-18T06:46:52.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-05-18T06:46:52.750Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4592 | 2026-05-18T06:46:53.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4593 | 2026-05-18T06:46:54.019Z | |
| 4594 | 2026-05-18T06:46:54.019Z | info: running `cargo check --bins` on tqdb (271/276) |
| 4595 | 2026-05-18T06:46:54.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-05-18T06:46:54.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-05-18T06:46:54.797Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4598 | 2026-05-18T06:46:55.154Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4599 | 2026-05-18T06:46:55.667Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4600 | 2026-05-18T06:46:55.667Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4601 | 2026-05-18T06:47:01.623Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4602 | 2026-05-18T06:47:01.626Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4603 | 2026-05-18T06:47:02.200Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4604 | 2026-05-18T06:47:02.200Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4605 | 2026-05-18T06:47:02.203Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4606 | 2026-05-18T06:47:02.203Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4607 | 2026-05-18T06:47:02.971Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4608 | 2026-05-18T06:47:03.945Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4609 | 2026-05-18T06:47:04.718Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4610 | 2026-05-18T06:47:05.330Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4611 | 2026-05-18T06:47:09.648Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4612 | 2026-05-18T06:47:16.058Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4613 | 2026-05-18T06:47:16.058Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4614 | 2026-05-18T06:47:16.067Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4615 | 2026-05-18T06:47:16.067Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4616 | 2026-05-18T06:47:17.554Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4617 | 2026-05-18T06:47:18.947Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4618 | 2026-05-18T06:47:19.550Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4619 | 2026-05-18T06:47:20.781Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4620 | 2026-05-18T06:47:21.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.30s |
| 4621 | 2026-05-18T06:47:21.543Z | |
| 4622 | 2026-05-18T06:47:21.543Z | info: running `cargo check --bins` on wicket-dbg (272/276) |
| 4623 | 2026-05-18T06:47:22.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4624 | 2026-05-18T06:47:22.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4625 | 2026-05-18T06:47:22.259Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4626 | 2026-05-18T06:47:22.264Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4627 | 2026-05-18T06:47:22.264Z | Checking rtoolbox v0.0.3 |
| 4628 | 2026-05-18T06:47:22.389Z | Checking tui-tree-widget v0.23.1 |
| 4629 | 2026-05-18T06:47:22.484Z | Checking rpassword v7.4.0 |
| 4630 | 2026-05-18T06:47:23.503Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4631 | 2026-05-18T06:47:26.442Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4632 | 2026-05-18T06:47:28.263Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4633 | 2026-05-18T06:47:29.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.61s |
| 4634 | 2026-05-18T06:47:29.367Z | |
| 4635 | 2026-05-18T06:47:29.367Z | info: running `cargo check --bins` on wicket (273/276) |
| 4636 | 2026-05-18T06:47:29.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4637 | 2026-05-18T06:47:29.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4638 | 2026-05-18T06:47:30.059Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4639 | 2026-05-18T06:47:30.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4640 | 2026-05-18T06:47:30.632Z | |
| 4641 | 2026-05-18T06:47:30.632Z | info: running `cargo check --bins` on wicketd (274/276) |
| 4642 | 2026-05-18T06:47:31.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4643 | 2026-05-18T06:47:31.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4644 | 2026-05-18T06:47:31.349Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4645 | 2026-05-18T06:47:31.357Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4646 | 2026-05-18T06:47:31.357Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4647 | 2026-05-18T06:47:31.357Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4648 | 2026-05-18T06:47:32.338Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4649 | 2026-05-18T06:47:32.907Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4650 | 2026-05-18T06:47:38.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s |
| 4651 | 2026-05-18T06:47:38.697Z | |
| 4652 | 2026-05-18T06:47:38.697Z | info: running `cargo check --bins` on omicron-workspace-hack (275/276) |
| 4653 | 2026-05-18T06:47:38.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4654 | 2026-05-18T06:47:38.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4655 | 2026-05-18T06:47:38.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4656 | 2026-05-18T06:47:38.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4657 | 2026-05-18T06:47:38.697Z | |
| 4658 | 2026-05-18T06:47:38.697Z | info: running `cargo check --bins` on zone-setup (276/276) |
| 4659 | 2026-05-18T06:47:38.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4660 | 2026-05-18T06:47:38.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4661 | 2026-05-18T06:47:38.697Z | Checking uzers v0.12.2 |
| 4662 | 2026-05-18T06:47:38.697Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4663 | 2026-05-18T06:47:38.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4664 | 2026-05-18T06:47:38.697Z | |
| 4665 | 2026-05-18T06:47:38.697Z | real 14:13.935316260 |
| 4666 | 2026-05-18T06:47:38.697Z | user 20:39.528107364 |
| 4667 | 2026-05-18T06:47:38.697Z | sys 4:19.658506181 |
| 4668 | 2026-05-18T06:47:38.697Z | trap 0.326904922 |
| 4669 | 2026-05-18T06:47:38.697Z | tflt 0.740702419 |
| 4670 | 2026-05-18T06:47:38.697Z | dflt 1.222362291 |
| 4671 | 2026-05-18T06:47:38.698Z | kflt 0.005998105 |
| 4672 | 2026-05-18T06:47:38.698Z | lock 1:17:44.301553319 |
| 4673 | 2026-05-18T06:47:38.698Z | slp 1:39:00.295657357 |
| 4674 | 2026-05-18T06:47:38.698Z | lat 59.562483834 |
| 4675 | 2026-05-18T06:47:38.698Z | stop 3:32.776019896 |
| 4676 | 2026-05-18T06:47:38.698Z | process exited: duration 992795 ms, exit code 0 |
| |
| 4677 | 2026-05-18T06:47:38.715Z | found 0 output files |