|
|
|
| 1 | 2026-05-14T16:14:40.039Z | job assigned to worker 01KRKM88W5WA0M0DQ9H511EW35 [factory aws, i-07897b63dc7da7f16] (queued for 49 s) |
| |
| 2 | 2026-05-14T16:14:46.445Z | starting task 0: "setup" |
| 3 | 2026-05-14T16:14:46.453Z | ++ uname -s |
| 4 | 2026-05-14T16:14:46.456Z | + kern=SunOS |
| 5 | 2026-05-14T16:14:46.456Z | + build_user=build |
| 6 | 2026-05-14T16:14:46.456Z | + build_uid=12345 |
| 7 | 2026-05-14T16:14:46.456Z | + work_dir=/work |
| 8 | 2026-05-14T16:14:46.456Z | + input_dir=/input |
| 9 | 2026-05-14T16:14:46.456Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-14T16:14:46.456Z | + case "$kern" in |
| 11 | 2026-05-14T16:14:46.456Z | + groupadd -g 12345 build |
| 12 | 2026-05-14T16:14:46.459Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-14T16:14:48.466Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-14T16:14:48.570Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-14T16:14:48.575Z | + home_fs=zfs |
| 16 | 2026-05-14T16:14:48.575Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-14T16:14:48.575Z | + mkdir -p /home/build |
| 18 | 2026-05-14T16:14:48.575Z | + chown build:build /home/build /work |
| 19 | 2026-05-14T16:14:49.574Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-14T16:14:49.577Z | process exited: duration 3134 ms, exit code 0 |
| |
| 21 | 2026-05-14T16:14:49.583Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-14T16:14:49.588Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-14T16:14:49.588Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-14T16:14:49.588Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-14T16:14:49.588Z | * rust toolchain profile = "default" |
| 26 | 2026-05-14T16:14:49.588Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-14T16:14:49.588Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-14T16:14:49.591Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-14T16:14:49.591Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-14T16:14:49.692Z | info: downloading installer |
| 31 | 2026-05-14T16:14:51.102Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-14T16:14:51.102Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-14T16:14:51.102Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-14T16:14:51.102Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-14T16:14:51.114Z | info: profile set to default |
| 36 | 2026-05-14T16:14:51.114Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-14T16:14:51.117Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-14T16:14:51.265Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-14T16:14:51.268Z | info: downloading 6 components |
| 40 | 2026-05-14T16:15:05.903Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-14T16:15:05.903Z | |
| 42 | 2026-05-14T16:15:05.931Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-14T16:15:05.931Z | |
| 44 | 2026-05-14T16:15:05.931Z | |
| 45 | 2026-05-14T16:15:05.931Z | Rust is installed now. Great! |
| 46 | 2026-05-14T16:15:05.931Z | |
| 47 | 2026-05-14T16:15:05.932Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-14T16:15:05.932Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-14T16:15:05.932Z | |
| 50 | 2026-05-14T16:15:05.932Z | To configure your current shell, you need to source |
| 51 | 2026-05-14T16:15:05.932Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-14T16:15:05.932Z | |
| 53 | 2026-05-14T16:15:05.932Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-14T16:15:05.932Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-14T16:15:05.932Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-14T16:15:05.932Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-14T16:15:05.935Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-14T16:15:05.935Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-14T16:15:05.935Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-14T16:15:05.935Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-14T16:15:05.935Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-14T16:15:06.021Z | + rustup --version |
| 63 | 2026-05-14T16:15:06.029Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-14T16:15:06.032Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-14T16:15:06.051Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-14T16:15:06.053Z | + cargo --version |
| 67 | 2026-05-14T16:15:06.066Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-14T16:15:06.069Z | + rustc --version |
| 69 | 2026-05-14T16:15:06.089Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-14T16:15:06.092Z | process exited: duration 16507 ms, exit code 0 |
| |
| 71 | 2026-05-14T16:15:06.100Z | starting task 2: "authentication" |
| 72 | 2026-05-14T16:15:06.117Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-14T16:15:06.123Z | starting task 3: "clone repository" |
| 74 | 2026-05-14T16:15:06.126Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-14T16:15:06.129Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-14T16:15:06.155Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-14T16:15:16.314Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-14T16:15:16.314Z | + git fetch origin a433d747727e4b67f69159b16b3524094ea4c368 |
| 79 | 2026-05-14T16:15:16.595Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-14T16:15:16.595Z | * branch a433d747727e4b67f69159b16b3524094ea4c368 -> FETCH_HEAD |
| 81 | 2026-05-14T16:15:16.605Z | + [[ -n ben/use-latest-oximeter-version ]] |
| 82 | 2026-05-14T16:15:16.608Z | ++ git branch --show-current |
| 83 | 2026-05-14T16:15:16.608Z | + current=main |
| 84 | 2026-05-14T16:15:16.608Z | + [[ main != ben/use-latest-oximeter-version ]] |
| 85 | 2026-05-14T16:15:16.608Z | + git branch -f ben/use-latest-oximeter-version a433d747727e4b67f69159b16b3524094ea4c368 |
| 86 | 2026-05-14T16:15:16.611Z | + git checkout -f ben/use-latest-oximeter-version |
| 87 | 2026-05-14T16:15:16.843Z | Switched to branch 'ben/use-latest-oximeter-version' |
| 88 | 2026-05-14T16:15:16.846Z | + git reset --hard a433d747727e4b67f69159b16b3524094ea4c368 |
| 89 | 2026-05-14T16:15:16.859Z | HEAD is now at a433d7477 Use latest API version in Oximeter server |
| 90 | 2026-05-14T16:15:16.862Z | process exited: duration 10736 ms, exit code 0 |
| |
| 91 | 2026-05-14T16:15:16.867Z | starting task 4: "build" |
| 92 | 2026-05-14T16:15:16.872Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-14T16:15:16.875Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-14T16:15:16.875Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-14T16:15:16.875Z | + cargo --version |
| 96 | 2026-05-14T16:15:16.882Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-14T16:15:16.884Z | + rustc --version |
| 98 | 2026-05-14T16:15:16.905Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-14T16:15:16.908Z | + source ./env.sh |
| 100 | 2026-05-14T16:15:16.908Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-14T16:15:16.908Z | ++ set -o xtrace |
| 102 | 2026-05-14T16:15:16.911Z | ++++ dirname ./env.sh |
| 103 | 2026-05-14T16:15:16.911Z | +++ readlink -f . |
| 104 | 2026-05-14T16:15:16.915Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-14T16:15:16.915Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-14T16:15:16.916Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-14T16:15:16.916Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-05-14T16:15:16.916Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-05-14T16:15:16.916Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-05-14T16:15:16.916Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-05-14T16:15:16.916Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-05-14T16:15:16.916Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-05-14T16:15:16.916Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-14T16:15:16.916Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-14T16:15:16.916Z | + 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 |
| 116 | 2026-05-14T16:15:16.916Z | + 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 |
| 117 | 2026-05-14T16:15:16.916Z | + banner prerequisites |
| 118 | 2026-05-14T16:15:16.919Z | |
| 119 | 2026-05-14T16:15:16.919Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-14T16:15:16.919Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-14T16:15:16.919Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-14T16:15:16.919Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-14T16:15:16.919Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-14T16:15:16.919Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-14T16:15:16.919Z | |
| 126 | 2026-05-14T16:15:16.919Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-14T16:15:18.463Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-14T16:15:18.530Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-14T16:15:18.723Z | Planning: Solver setup ... Done (0.172s) |
| 130 | 2026-05-14T16:15:18.738Z | Planning: Running solver ... Done (0.016s) |
| 131 | 2026-05-14T16:15:18.744Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-14T16:15:18.757Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-14T16:15:18.773Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-14T16:15:18.785Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-14T16:15:18.787Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-05-14T16:15:18.972Z | Planning: Checking for conflicting actions ... Done (0.185s) |
| 137 | 2026-05-14T16:15:18.975Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-14T16:15:19.798Z | Planning: Evaluating mediators ... Done (0.825s) |
| 139 | 2026-05-14T16:15:19.802Z | Planning: Planning completed in 1.26 seconds |
| 140 | 2026-05-14T16:15:19.808Z | Packages to install: 2 |
| 141 | 2026-05-14T16:15:19.808Z | Estimated space available: 156.08 GB |
| 142 | 2026-05-14T16:15:19.811Z | Estimated space to be consumed: 19.74 MB |
| 143 | 2026-05-14T16:15:19.811Z | Create boot environment: No |
| 144 | 2026-05-14T16:15:19.811Z | Create backup boot environment: No |
| 145 | 2026-05-14T16:15:19.811Z | Rebuild boot archive: No |
| 146 | 2026-05-14T16:15:19.811Z | |
| 147 | 2026-05-14T16:15:19.811Z | Changed packages: |
| 148 | 2026-05-14T16:15:19.811Z | helios |
| 149 | 2026-05-14T16:15:19.811Z | developer/build-essential |
| 150 | 2026-05-14T16:15:19.811Z | None -> 11-3.0 |
| 151 | 2026-05-14T16:15:19.811Z | library/libxmlsec1 |
| 152 | 2026-05-14T16:15:19.811Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-14T16:15:19.831Z | |
| 154 | 2026-05-14T16:15:19.832Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-14T16:15:20.413Z | Download: Completed 1.28 MB in 0.58 seconds (2.2M/s) |
| 156 | 2026-05-14T16:15:20.473Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-14T16:15:20.511Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-14T16:15:20.518Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-14T16:15:20.521Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-14T16:15:20.534Z | Finalize: Updating image state ... Done (0.016s) |
| 161 | 2026-05-14T16:15:22.940Z | Finalize: Creating fast lookup database ... Done (2.384s) |
| 162 | 2026-05-14T16:15:23.007Z | Finalize: Reading search index ... Done (0.011s) |
| 163 | 2026-05-14T16:15:23.010Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-14T16:15:23.092Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-14T16:15:23.386Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-14T16:15:23.494Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-14T16:15:23.496Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-14T16:15:23.652Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-14T16:15:23.655Z | Planning: Planning completed in 0.27 seconds |
| 170 | 2026-05-14T16:15:23.679Z | Mediators to change: 2 |
| 171 | 2026-05-14T16:15:23.679Z | Create boot environment: No |
| 172 | 2026-05-14T16:15:23.679Z | Create backup boot environment: No |
| 173 | 2026-05-14T16:15:23.726Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-14T16:15:23.726Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-14T16:15:23.734Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-14T16:15:25.691Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-14T16:15:25.753Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-14T16:15:25.756Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-14T16:15:25.847Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-14T16:15:26.136Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-14T16:15:26.243Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-14T16:15:26.249Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-14T16:15:26.401Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-14T16:15:26.403Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-05-14T16:15:26.426Z | Mediators to change: 1 |
| 186 | 2026-05-14T16:15:26.426Z | Create boot environment: No |
| 187 | 2026-05-14T16:15:26.426Z | Create backup boot environment: No |
| 188 | 2026-05-14T16:15:26.493Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-14T16:15:26.493Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-14T16:15:26.501Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-14T16:15:28.451Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-14T16:15:28.514Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-14T16:15:28.517Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-14T16:15:28.588Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-14T16:15:28.900Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-14T16:15:28.900Z | apache system 2.4 system |
| 197 | 2026-05-14T16:15:28.900Z | clang system 15 system |
| 198 | 2026-05-14T16:15:28.900Z | csh system system illumos |
| 199 | 2026-05-14T16:15:28.900Z | ctags system system illumos |
| 200 | 2026-05-14T16:15:28.900Z | file vendor vendor darwinsys |
| 201 | 2026-05-14T16:15:28.900Z | file system system illumos |
| 202 | 2026-05-14T16:15:28.900Z | gcc vendor 14 vendor |
| 203 | 2026-05-14T16:15:28.900Z | gcc system 13 system |
| 204 | 2026-05-14T16:15:28.900Z | gcc system 10 system |
| 205 | 2026-05-14T16:15:28.900Z | go system 1.25 system |
| 206 | 2026-05-14T16:15:28.900Z | llvm system 15 system |
| 207 | 2026-05-14T16:15:28.900Z | mariadb system 11.4 system |
| 208 | 2026-05-14T16:15:28.900Z | mta vendor vendor dma |
| 209 | 2026-05-14T16:15:28.900Z | openjdk system 17 system |
| 210 | 2026-05-14T16:15:28.900Z | openjdk system 11 system |
| 211 | 2026-05-14T16:15:28.900Z | openssl vendor 3 vendor |
| 212 | 2026-05-14T16:15:28.900Z | perl system 5.40 system |
| 213 | 2026-05-14T16:15:28.900Z | postgresql system 18 system |
| 214 | 2026-05-14T16:15:28.900Z | postgresql system 17 system |
| 215 | 2026-05-14T16:15:28.900Z | python vendor 3 vendor |
| 216 | 2026-05-14T16:15:28.900Z | python system 2 system |
| 217 | 2026-05-14T16:15:28.900Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-14T16:15:28.901Z | ruby system 3.4 system |
| 219 | 2026-05-14T16:15:28.901Z | ruby system 3.0 system |
| 220 | 2026-05-14T16:15:28.901Z | words vendor vendor american-english |
| 221 | 2026-05-14T16:15:28.901Z | words system system australian-english |
| 222 | 2026-05-14T16:15:28.901Z | words system system british-english |
| 223 | 2026-05-14T16:15:28.901Z | words system system canadian-english |
| 224 | 2026-05-14T16:15:28.901Z | words system system french |
| 225 | 2026-05-14T16:15:28.901Z | words system system italian |
| 226 | 2026-05-14T16:15:28.901Z | words system system ngerman |
| 227 | 2026-05-14T16:15:28.901Z | words system system ogerman |
| 228 | 2026-05-14T16:15:28.901Z | words system system spanish |
| 229 | 2026-05-14T16:15:29.154Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-14T16:15:29.154Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-14T16:15:29.425Z | FMRI IFO |
| 232 | 2026-05-14T16:15:29.425Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-14T16:15:29.425Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-14T16:15:29.425Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-14T16:15:29.425Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-14T16:15:29.425Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-14T16:15:29.425Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-14T16:15:29.425Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-14T16:15:29.425Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-14T16:15:29.425Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-14T16:15:29.669Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-14T16:15:29.972Z | Updating crates.io index |
| 243 | 2026-05-14T16:15:30.006Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-14T16:15:30.732Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-14T16:15:31.213Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-14T16:15:31.805Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-14T16:15:32.585Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-14T16:15:33.189Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-14T16:15:34.849Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-14T16:15:35.772Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-14T16:15:36.095Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-14T16:15:36.845Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-14T16:15:37.538Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-14T16:15:37.992Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-14T16:15:38.297Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-14T16:15:39.343Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-14T16:15:39.808Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-05-14T16:15:40.123Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-05-14T16:15:40.563Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 260 | 2026-05-14T16:15:40.870Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-05-14T16:15:41.208Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-05-14T16:15:41.495Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-05-14T16:15:41.826Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 264 | 2026-05-14T16:15:42.291Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-05-14T16:15:42.767Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-05-14T16:15:43.210Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-05-14T16:15:43.504Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-05-14T16:15:43.853Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-05-14T16:15:45.067Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-14T16:15:45.655Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 271 | 2026-05-14T16:15:46.166Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 272 | 2026-05-14T16:15:46.683Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 273 | 2026-05-14T16:15:46.994Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 274 | 2026-05-14T16:15:47.293Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-05-14T16:15:47.586Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 276 | 2026-05-14T16:15:48.142Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-05-14T16:15:48.502Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-05-14T16:15:48.768Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-05-14T16:15:48.947Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-05-14T16:15:49.416Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-05-14T16:16:01.037Z | Downloading crates ... |
| 282 | 2026-05-14T16:16:01.107Z | Downloaded cargo-platform v0.2.0 |
| 283 | 2026-05-14T16:16:01.114Z | Downloaded ucd-trie v0.1.7 |
| 284 | 2026-05-14T16:16:01.117Z | Downloaded block-buffer v0.10.4 |
| 285 | 2026-05-14T16:16:01.117Z | Downloaded cfg-if v1.0.4 |
| 286 | 2026-05-14T16:16:01.117Z | Downloaded anstyle-query v1.1.5 |
| 287 | 2026-05-14T16:16:01.121Z | Downloaded typeid v1.0.3 |
| 288 | 2026-05-14T16:16:01.124Z | Downloaded anstream v0.6.21 |
| 289 | 2026-05-14T16:16:01.124Z | Downloaded zerocopy-derive v0.7.35 |
| 290 | 2026-05-14T16:16:01.126Z | Downloaded utf8parse v0.2.2 |
| 291 | 2026-05-14T16:16:01.127Z | Downloaded cargo_metadata v0.21.0 |
| 292 | 2026-05-14T16:16:01.129Z | Downloaded autocfg v1.5.0 |
| 293 | 2026-05-14T16:16:01.129Z | Downloaded unicode-xid v0.2.6 |
| 294 | 2026-05-14T16:16:01.130Z | Downloaded unicode-linebreak v0.1.5 |
| 295 | 2026-05-14T16:16:01.132Z | Downloaded anstyle-parse v0.2.7 |
| 296 | 2026-05-14T16:16:01.132Z | Downloaded memmap v0.7.0 |
| 297 | 2026-05-14T16:16:01.132Z | Downloaded serde-value v0.7.0 |
| 298 | 2026-05-14T16:16:01.132Z | Downloaded anstyle v1.0.13 |
| 299 | 2026-05-14T16:16:01.135Z | Downloaded utf8_iter v1.0.4 |
| 300 | 2026-05-14T16:16:01.135Z | Downloaded toml_write v0.1.2 |
| 301 | 2026-05-14T16:16:01.138Z | Downloaded thiserror-impl v1.0.69 |
| 302 | 2026-05-14T16:16:01.141Z | Downloaded thiserror v1.0.69 |
| 303 | 2026-05-14T16:16:01.144Z | Downloaded toml_datetime v0.6.11 |
| 304 | 2026-05-14T16:16:01.144Z | Downloaded zerofrom v0.1.6 |
| 305 | 2026-05-14T16:16:01.144Z | Downloaded yoke-derive v0.8.1 |
| 306 | 2026-05-14T16:16:01.144Z | Downloaded version_check v0.9.5 |
| 307 | 2026-05-14T16:16:01.147Z | Downloaded usdt-macro v0.5.0 |
| 308 | 2026-05-14T16:16:01.147Z | Downloaded usdt-attr-macro v0.5.0 |
| 309 | 2026-05-14T16:16:01.148Z | Downloaded thread-id v4.2.2 |
| 310 | 2026-05-14T16:16:01.148Z | Downloaded pretty-hex v0.4.1 |
| 311 | 2026-05-14T16:16:01.148Z | Downloaded usdt v0.5.0 |
| 312 | 2026-05-14T16:16:01.152Z | Downloaded cargo_toml v0.21.0 |
| 313 | 2026-05-14T16:16:01.155Z | Downloaded camino-tempfile v1.4.1 |
| 314 | 2026-05-14T16:16:01.158Z | Downloaded byteorder v1.5.0 |
| 315 | 2026-05-14T16:16:01.158Z | Downloaded bytecount v0.6.9 |
| 316 | 2026-05-14T16:16:01.158Z | Downloaded zerofrom-derive v0.1.6 |
| 317 | 2026-05-14T16:16:01.161Z | Downloaded typenum v1.19.0 |
| 318 | 2026-05-14T16:16:01.161Z | Downloaded tinystr v0.8.2 |
| 319 | 2026-05-14T16:16:01.164Z | Downloaded zmij v1.0.21 |
| 320 | 2026-05-14T16:16:01.164Z | Downloaded writeable v0.6.2 |
| 321 | 2026-05-14T16:16:01.164Z | Downloaded scroll_derive v0.12.1 |
| 322 | 2026-05-14T16:16:01.164Z | Downloaded thiserror-impl v2.0.18 |
| 323 | 2026-05-14T16:16:01.167Z | Downloaded terminal_size v0.4.3 |
| 324 | 2026-05-14T16:16:01.167Z | Downloaded percent-encoding v2.3.2 |
| 325 | 2026-05-14T16:16:01.167Z | Downloaded heck v0.5.0 |
| 326 | 2026-05-14T16:16:01.170Z | Downloaded potential_utf v0.1.4 |
| 327 | 2026-05-14T16:16:01.170Z | Downloaded thiserror v2.0.18 |
| 328 | 2026-05-14T16:16:01.173Z | Downloaded usdt-impl v0.5.0 |
| 329 | 2026-05-14T16:16:01.173Z | Downloaded toml v0.8.23 |
| 330 | 2026-05-14T16:16:01.176Z | Downloaded stable_deref_trait v1.2.1 |
| 331 | 2026-05-14T16:16:01.176Z | Downloaded equivalent v1.0.2 |
| 332 | 2026-05-14T16:16:01.179Z | Downloaded proc-macro-error-attr v1.0.4 |
| 333 | 2026-05-14T16:16:01.179Z | Downloaded ordered-float v2.10.1 |
| 334 | 2026-05-14T16:16:01.179Z | Downloaded zerovec-derive v0.11.2 |
| 335 | 2026-05-14T16:16:01.179Z | Downloaded unicode-ident v1.0.24 |
| 336 | 2026-05-14T16:16:01.182Z | Downloaded textwrap v0.16.2 |
| 337 | 2026-05-14T16:16:01.182Z | Downloaded quote v1.0.45 |
| 338 | 2026-05-14T16:16:01.185Z | Downloaded serde-untagged v0.1.9 |
| 339 | 2026-05-14T16:16:01.189Z | Downloaded yoke v0.8.1 |
| 340 | 2026-05-14T16:16:01.197Z | Downloaded cargo-util-schemas v0.8.2 |
| 341 | 2026-05-14T16:16:01.200Z | Downloaded colorchoice v1.0.4 |
| 342 | 2026-05-14T16:16:01.200Z | Downloaded plain v0.2.3 |
| 343 | 2026-05-14T16:16:01.200Z | Downloaded crypto-common v0.1.7 |
| 344 | 2026-05-14T16:16:01.203Z | Downloaded toml_edit v0.22.27 |
| 345 | 2026-05-14T16:16:01.206Z | Downloaded zerotrie v0.2.3 |
| 346 | 2026-05-14T16:16:01.209Z | Downloaded dtrace-parser v0.2.0 |
| 347 | 2026-05-14T16:16:01.209Z | Downloaded url v2.5.8 |
| 348 | 2026-05-14T16:16:01.209Z | Downloaded errno v0.3.14 |
| 349 | 2026-05-14T16:16:01.212Z | Downloaded clap_lex v1.0.0 |
| 350 | 2026-05-14T16:16:01.212Z | Downloaded dof v0.3.0 |
| 351 | 2026-05-14T16:16:01.212Z | Downloaded cpufeatures v0.2.17 |
| 352 | 2026-05-14T16:16:01.216Z | Downloaded form_urlencoded v1.2.2 |
| 353 | 2026-05-14T16:16:01.219Z | Downloaded itoa v1.0.17 |
| 354 | 2026-05-14T16:16:01.219Z | Downloaded is_terminal_polyfill v1.70.2 |
| 355 | 2026-05-14T16:16:01.222Z | Downloaded zerovec v0.11.5 |
| 356 | 2026-05-14T16:16:01.225Z | Downloaded tabled_derive v0.7.0 |
| 357 | 2026-05-14T16:16:01.225Z | Downloaded fnv v1.0.7 |
| 358 | 2026-05-14T16:16:01.228Z | Downloaded zerocopy v0.7.35 |
| 359 | 2026-05-14T16:16:01.234Z | Downloaded swrite v0.1.0 |
| 360 | 2026-05-14T16:16:01.236Z | Downloaded winnow v0.7.14 |
| 361 | 2026-05-14T16:16:01.239Z | Downloaded strsim v0.11.1 |
| 362 | 2026-05-14T16:16:01.244Z | Downloaded serde_tokenstream v0.2.3 |
| 363 | 2026-05-14T16:16:01.244Z | Downloaded macaddr v1.0.1 |
| 364 | 2026-05-14T16:16:01.244Z | Downloaded idna_adapter v1.2.1 |
| 365 | 2026-05-14T16:16:01.244Z | Downloaded generic-array v0.14.7 |
| 366 | 2026-05-14T16:16:01.247Z | Downloaded sha2 v0.10.9 |
| 367 | 2026-05-14T16:16:01.247Z | Downloaded unicode-width v0.2.0 |
| 368 | 2026-05-14T16:16:01.250Z | Downloaded unicode-width v0.1.14 |
| 369 | 2026-05-14T16:16:01.253Z | Downloaded serde_spanned v0.6.9 |
| 370 | 2026-05-14T16:16:01.253Z | Downloaded bitflags v2.11.0 |
| 371 | 2026-05-14T16:16:01.256Z | Downloaded heck v0.4.1 |
| 372 | 2026-05-14T16:16:01.259Z | Downloaded digest v0.10.7 |
| 373 | 2026-05-14T16:16:01.262Z | Downloaded anyhow v1.0.102 |
| 374 | 2026-05-14T16:16:01.265Z | Downloaded camino v1.2.2 |
| 375 | 2026-05-14T16:16:01.268Z | Downloaded clap v4.5.60 |
| 376 | 2026-05-14T16:16:01.272Z | Downloaded fastrand v2.3.0 |
| 377 | 2026-05-14T16:16:01.275Z | Downloaded scroll v0.12.0 |
| 378 | 2026-05-14T16:16:01.279Z | Downloaded smawk v0.3.2 |
| 379 | 2026-05-14T16:16:01.282Z | Downloaded fs-err v3.3.0 |
| 380 | 2026-05-14T16:16:01.282Z | Downloaded erased-serde v0.4.9 |
| 381 | 2026-05-14T16:16:01.285Z | Downloaded synstructure v0.13.2 |
| 382 | 2026-05-14T16:16:01.285Z | Downloaded displaydoc v0.2.5 |
| 383 | 2026-05-14T16:16:01.304Z | Downloaded semver v1.0.28 |
| 384 | 2026-05-14T16:16:01.307Z | Downloaded proc-macro-error v1.0.4 |
| 385 | 2026-05-14T16:16:01.307Z | Downloaded icu_provider v2.1.1 |
| 386 | 2026-05-14T16:16:01.310Z | Downloaded clap_derive v4.5.55 |
| 387 | 2026-05-14T16:16:01.310Z | Downloaded num-traits v0.2.19 |
| 388 | 2026-05-14T16:16:01.313Z | Downloaded icu_properties v2.1.2 |
| 389 | 2026-05-14T16:16:01.316Z | Downloaded smallvec v1.15.1 |
| 390 | 2026-05-14T16:16:01.318Z | Downloaded pest_derive v2.8.6 |
| 391 | 2026-05-14T16:16:01.323Z | Downloaded pest_generator v2.8.6 |
| 392 | 2026-05-14T16:16:01.326Z | Downloaded serde_derive v1.0.228 |
| 393 | 2026-05-14T16:16:01.330Z | Downloaded proc-macro2 v1.0.106 |
| 394 | 2026-05-14T16:16:01.330Z | Downloaded tempfile v3.25.0 |
| 395 | 2026-05-14T16:16:01.333Z | Downloaded serde_core v1.0.228 |
| 396 | 2026-05-14T16:16:01.337Z | Downloaded papergrid v0.11.0 |
| 397 | 2026-05-14T16:16:01.340Z | Downloaded litemap v0.8.1 |
| 398 | 2026-05-14T16:16:01.345Z | Downloaded pest_meta v2.8.6 |
| 399 | 2026-05-14T16:16:01.348Z | Downloaded icu_normalizer_data v2.1.1 |
| 400 | 2026-05-14T16:16:01.352Z | Downloaded log v0.4.29 |
| 401 | 2026-05-14T16:16:01.358Z | Downloaded once_cell v1.21.3 |
| 402 | 2026-05-14T16:16:01.361Z | Downloaded getrandom v0.4.1 |
| 403 | 2026-05-14T16:16:01.366Z | Downloaded icu_normalizer v2.1.1 |
| 404 | 2026-05-14T16:16:01.371Z | Downloaded icu_locale_core v2.1.1 |
| 405 | 2026-05-14T16:16:01.381Z | Downloaded serde v1.0.228 |
| 406 | 2026-05-14T16:16:01.384Z | Downloaded icu_collections v2.1.1 |
| 407 | 2026-05-14T16:16:01.414Z | Downloaded memchr v2.8.0 |
| 408 | 2026-05-14T16:16:01.423Z | Downloaded pest v2.8.6 |
| 409 | 2026-05-14T16:16:01.426Z | Downloaded indexmap v2.14.0 |
| 410 | 2026-05-14T16:16:01.453Z | Downloaded idna v1.1.0 |
| 411 | 2026-05-14T16:16:01.456Z | Downloaded serde_json v1.0.149 |
| 412 | 2026-05-14T16:16:01.461Z | Downloaded icu_properties_data v2.1.2 |
| 413 | 2026-05-14T16:16:01.472Z | Downloaded goblin v0.8.2 |
| 414 | 2026-05-14T16:16:01.477Z | Downloaded clap_builder v4.5.60 |
| 415 | 2026-05-14T16:16:01.488Z | Downloaded hashbrown v0.17.0 |
| 416 | 2026-05-14T16:16:01.492Z | Downloaded tabled v0.15.0 |
| 417 | 2026-05-14T16:16:01.505Z | Downloaded syn v1.0.109 |
| 418 | 2026-05-14T16:16:01.521Z | Downloaded syn v2.0.117 |
| 419 | 2026-05-14T16:16:01.535Z | Downloaded rustix v1.1.3 |
| 420 | 2026-05-14T16:16:01.568Z | Downloaded libc v0.2.185 |
| 421 | 2026-05-14T16:16:01.637Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-05-14T16:16:01.637Z | Compiling unicode-ident v1.0.24 |
| 423 | 2026-05-14T16:16:01.640Z | Compiling quote v1.0.45 |
| 424 | 2026-05-14T16:16:01.641Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-14T16:16:01.641Z | Compiling libc v0.2.185 |
| 426 | 2026-05-14T16:16:01.641Z | Compiling version_check v0.9.5 |
| 427 | 2026-05-14T16:16:01.641Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-05-14T16:16:01.641Z | Compiling serde v1.0.228 |
| 429 | 2026-05-14T16:16:01.923Z | Compiling memchr v2.8.0 |
| 430 | 2026-05-14T16:16:01.970Z | Compiling zmij v1.0.21 |
| 431 | 2026-05-14T16:16:02.135Z | Compiling itoa v1.0.17 |
| 432 | 2026-05-14T16:16:02.360Z | Compiling ucd-trie v0.1.7 |
| 433 | 2026-05-14T16:16:02.360Z | Compiling autocfg v1.5.0 |
| 434 | 2026-05-14T16:16:02.517Z | Compiling thiserror v1.0.69 |
| 435 | 2026-05-14T16:16:02.616Z | Compiling pest v2.8.6 |
| 436 | 2026-05-14T16:16:02.649Z | Compiling writeable v0.6.2 |
| 437 | 2026-05-14T16:16:02.737Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-14T16:16:02.793Z | Compiling rustix v1.1.3 |
| 439 | 2026-05-14T16:16:02.844Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-05-14T16:16:02.926Z | Compiling icu_properties_data v2.1.2 |
| 441 | 2026-05-14T16:16:03.108Z | Compiling byteorder v1.5.0 |
| 442 | 2026-05-14T16:16:03.271Z | Compiling syn v2.0.117 |
| 443 | 2026-05-14T16:16:03.327Z | Compiling errno v0.3.14 |
| 444 | 2026-05-14T16:16:03.358Z | Compiling bitflags v2.11.0 |
| 445 | 2026-05-14T16:16:03.370Z | Compiling serde_json v1.0.149 |
| 446 | 2026-05-14T16:16:03.532Z | Compiling num-traits v0.2.19 |
| 447 | 2026-05-14T16:16:03.633Z | Compiling hashbrown v0.17.0 |
| 448 | 2026-05-14T16:16:03.652Z | Compiling typeid v1.0.3 |
| 449 | 2026-05-14T16:16:03.716Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-05-14T16:16:03.913Z | Compiling smallvec v1.15.1 |
| 451 | 2026-05-14T16:16:04.122Z | Compiling equivalent v1.0.2 |
| 452 | 2026-05-14T16:16:04.206Z | Compiling indexmap v2.14.0 |
| 453 | 2026-05-14T16:16:04.221Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-14T16:16:04.263Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-05-14T16:16:04.301Z | Compiling usdt-impl v0.5.0 |
| 456 | 2026-05-14T16:16:04.349Z | Compiling syn v1.0.109 |
| 457 | 2026-05-14T16:16:04.443Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-14T16:16:04.628Z | Compiling winnow v0.7.14 |
| 459 | 2026-05-14T16:16:04.662Z | Compiling toml_write v0.1.2 |
| 460 | 2026-05-14T16:16:04.866Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-05-14T16:16:04.951Z | Compiling camino v1.2.2 |
| 462 | 2026-05-14T16:16:05.070Z | Compiling thiserror v2.0.18 |
| 463 | 2026-05-14T16:16:05.277Z | Compiling utf8_iter v1.0.4 |
| 464 | 2026-05-14T16:16:05.385Z | Compiling log v0.4.29 |
| 465 | 2026-05-14T16:16:05.414Z | Compiling utf8parse v0.2.2 |
| 466 | 2026-05-14T16:16:05.433Z | Compiling plain v0.2.3 |
| 467 | 2026-05-14T16:16:05.455Z | Compiling getrandom v0.4.1 |
| 468 | 2026-05-14T16:16:05.528Z | Compiling percent-encoding v2.3.2 |
| 469 | 2026-05-14T16:16:05.544Z | Compiling anstyle-parse v0.2.7 |
| 470 | 2026-05-14T16:16:05.565Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-05-14T16:16:05.723Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-14T16:16:05.882Z | Compiling terminal_size v0.4.3 |
| 473 | 2026-05-14T16:16:05.914Z | Compiling cfg-if v1.0.4 |
| 474 | 2026-05-14T16:16:05.987Z | Compiling synstructure v0.13.2 |
| 475 | 2026-05-14T16:16:06.019Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-05-14T16:16:06.106Z | Compiling is_terminal_polyfill v1.70.2 |
| 477 | 2026-05-14T16:16:06.129Z | Compiling pretty-hex v0.4.1 |
| 478 | 2026-05-14T16:16:06.226Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-05-14T16:16:06.244Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-05-14T16:16:06.262Z | Compiling anstyle v1.0.13 |
| 481 | 2026-05-14T16:16:06.287Z | Compiling serde-untagged v0.1.9 |
| 482 | 2026-05-14T16:16:06.448Z | Compiling anstream v0.6.21 |
| 483 | 2026-05-14T16:16:06.572Z | Compiling semver v1.0.28 |
| 484 | 2026-05-14T16:16:06.609Z | Compiling fs-err v3.3.0 |
| 485 | 2026-05-14T16:16:06.755Z | Compiling clap_lex v1.0.0 |
| 486 | 2026-05-14T16:16:06.767Z | Compiling heck v0.4.1 |
| 487 | 2026-05-14T16:16:06.804Z | Compiling unicode-width v0.1.14 |
| 488 | 2026-05-14T16:16:06.851Z | Compiling once_cell v1.21.3 |
| 489 | 2026-05-14T16:16:06.879Z | Compiling strsim v0.11.1 |
| 490 | 2026-05-14T16:16:07.019Z | Compiling unicode-xid v0.2.6 |
| 491 | 2026-05-14T16:16:07.084Z | Compiling anyhow v1.0.102 |
| 492 | 2026-05-14T16:16:07.148Z | Compiling fastrand v2.3.0 |
| 493 | 2026-05-14T16:16:07.173Z | Compiling bytecount v0.6.9 |
| 494 | 2026-05-14T16:16:07.267Z | Compiling fnv v1.0.7 |
| 495 | 2026-05-14T16:16:07.358Z | Compiling heck v0.5.0 |
| 496 | 2026-05-14T16:16:07.358Z | Compiling papergrid v0.11.0 |
| 497 | 2026-05-14T16:16:07.417Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-14T16:16:07.417Z | Compiling clap_builder v4.5.60 |
| 499 | 2026-05-14T16:16:07.616Z | Compiling memmap v0.7.0 |
| 500 | 2026-05-14T16:16:07.660Z | Compiling unicode-linebreak v0.1.5 |
| 501 | 2026-05-14T16:16:07.702Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-05-14T16:16:07.728Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-05-14T16:16:07.792Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-05-14T16:16:07.869Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-05-14T16:16:07.914Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-05-14T16:16:08.633Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-05-14T16:16:08.727Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-05-14T16:16:08.960Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-05-14T16:16:08.960Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-05-14T16:16:09.085Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-05-14T16:16:09.223Z | Compiling yoke v0.8.1 |
| 512 | 2026-05-14T16:16:09.406Z | Compiling zerovec v0.11.5 |
| 513 | 2026-05-14T16:16:09.422Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-05-14T16:16:09.609Z | Compiling zerocopy v0.7.35 |
| 515 | 2026-05-14T16:16:09.634Z | Compiling scroll v0.12.0 |
| 516 | 2026-05-14T16:16:09.729Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-05-14T16:16:09.894Z | Compiling tinystr v0.8.2 |
| 518 | 2026-05-14T16:16:09.925Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-05-14T16:16:10.028Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-05-14T16:16:10.092Z | Compiling icu_locale_core v2.1.1 |
| 521 | 2026-05-14T16:16:10.112Z | Compiling icu_collections v2.1.1 |
| 522 | 2026-05-14T16:16:10.171Z | Compiling goblin v0.8.2 |
| 523 | 2026-05-14T16:16:10.353Z | Compiling tabled_derive v0.7.0 |
| 524 | 2026-05-14T16:16:10.513Z | Compiling clap_derive v4.5.55 |
| 525 | 2026-05-14T16:16:10.599Z | Compiling unicode-width v0.2.0 |
| 526 | 2026-05-14T16:16:10.765Z | Compiling icu_provider v2.1.1 |
| 527 | 2026-05-14T16:16:10.983Z | Compiling smawk v0.3.2 |
| 528 | 2026-05-14T16:16:11.063Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-05-14T16:16:11.066Z | Compiling serde_spanned v0.6.9 |
| 530 | 2026-05-14T16:16:11.117Z | Compiling icu_normalizer v2.1.1 |
| 531 | 2026-05-14T16:16:11.137Z | Compiling icu_properties v2.1.2 |
| 532 | 2026-05-14T16:16:11.265Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-05-14T16:16:11.321Z | Compiling dof v0.3.0 |
| 534 | 2026-05-14T16:16:11.338Z | Compiling serde_tokenstream v0.2.3 |
| 535 | 2026-05-14T16:16:11.378Z | Compiling serde-value v0.7.0 |
| 536 | 2026-05-14T16:16:11.663Z | Compiling cargo-platform v0.2.0 |
| 537 | 2026-05-14T16:16:11.705Z | Compiling tabled v0.15.0 |
| 538 | 2026-05-14T16:16:11.740Z | Compiling textwrap v0.16.2 |
| 539 | 2026-05-14T16:16:11.936Z | Compiling macaddr v1.0.1 |
| 540 | 2026-05-14T16:16:12.163Z | Compiling idna_adapter v1.2.1 |
| 541 | 2026-05-14T16:16:12.253Z | Compiling clap v4.5.60 |
| 542 | 2026-05-14T16:16:12.274Z | Compiling usdt-macro v0.5.0 |
| 543 | 2026-05-14T16:16:12.311Z | Compiling idna v1.1.0 |
| 544 | 2026-05-14T16:16:12.336Z | Compiling usdt-attr-macro v0.5.0 |
| 545 | 2026-05-14T16:16:12.581Z | Compiling camino-tempfile v1.4.1 |
| 546 | 2026-05-14T16:16:12.816Z | Compiling toml v0.8.23 |
| 547 | 2026-05-14T16:16:12.884Z | Compiling url v2.5.8 |
| 548 | 2026-05-14T16:16:13.016Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 549 | 2026-05-14T16:16:13.192Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-05-14T16:16:13.271Z | Compiling usdt v0.5.0 |
| 551 | 2026-05-14T16:16:13.437Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-05-14T16:16:13.533Z | Compiling swrite v0.1.0 |
| 553 | 2026-05-14T16:16:14.353Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-05-14T16:16:15.281Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-05-14T16:16:17.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.83s |
| 556 | 2026-05-14T16:16:17.572Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-05-14T16:16:18.130Z | Downloading crates ... |
| 558 | 2026-05-14T16:16:18.217Z | Downloaded adler2 v2.0.1 |
| 559 | 2026-05-14T16:16:18.247Z | Downloaded debug-ignore v1.0.5 |
| 560 | 2026-05-14T16:16:18.251Z | Downloaded cstr-argument v0.1.2 |
| 561 | 2026-05-14T16:16:18.254Z | Downloaded dof v0.4.0 |
| 562 | 2026-05-14T16:16:18.257Z | Downloaded enum-as-inner v0.6.1 |
| 563 | 2026-05-14T16:16:18.261Z | Downloaded darling_macro v0.21.3 |
| 564 | 2026-05-14T16:16:18.264Z | Downloaded der_derive v0.7.3 |
| 565 | 2026-05-14T16:16:18.264Z | Downloaded daft v0.1.5 |
| 566 | 2026-05-14T16:16:18.264Z | Downloaded ctr v0.9.2 |
| 567 | 2026-05-14T16:16:18.268Z | Downloaded float-cmp v0.10.0 |
| 568 | 2026-05-14T16:16:18.271Z | Downloaded flagset v0.4.7 |
| 569 | 2026-05-14T16:16:18.274Z | Downloaded fallible-iterator v0.2.0 |
| 570 | 2026-05-14T16:16:18.275Z | Downloaded bit-set v0.8.0 |
| 571 | 2026-05-14T16:16:18.275Z | Downloaded env_logger v0.11.9 |
| 572 | 2026-05-14T16:16:18.278Z | Downloaded ena v0.14.4 |
| 573 | 2026-05-14T16:16:18.278Z | Downloaded crossbeam-utils v0.8.21 |
| 574 | 2026-05-14T16:16:18.278Z | Downloaded foldhash v0.1.5 |
| 575 | 2026-05-14T16:16:18.280Z | Downloaded diesel-dtrace v0.5.0 |
| 576 | 2026-05-14T16:16:18.281Z | Downloaded crossbeam-epoch v0.9.18 |
| 577 | 2026-05-14T16:16:18.283Z | Downloaded darling v0.20.11 |
| 578 | 2026-05-14T16:16:18.287Z | Downloaded convert_case v0.4.0 |
| 579 | 2026-05-14T16:16:18.287Z | Downloaded elliptic-curve v0.13.8 |
| 580 | 2026-05-14T16:16:18.292Z | Downloaded async-stream-impl v0.3.6 |
| 581 | 2026-05-14T16:16:18.292Z | Downloaded bb8 v0.8.6 |
| 582 | 2026-05-14T16:16:18.292Z | Downloaded crunchy v0.2.4 |
| 583 | 2026-05-14T16:16:18.292Z | Downloaded crc8 v0.1.1 |
| 584 | 2026-05-14T16:16:18.296Z | Downloaded base16ct v0.2.0 |
| 585 | 2026-05-14T16:16:18.296Z | Downloaded defmt-macros v1.0.1 |
| 586 | 2026-05-14T16:16:18.296Z | Downloaded dropshot_endpoint v0.17.0 |
| 587 | 2026-05-14T16:16:18.296Z | Downloaded daft-derive v0.1.5 |
| 588 | 2026-05-14T16:16:18.299Z | Downloaded derive_more v0.99.20 |
| 589 | 2026-05-14T16:16:18.302Z | Downloaded darling v0.21.3 |
| 590 | 2026-05-14T16:16:18.305Z | Downloaded crc v3.4.0 |
| 591 | 2026-05-14T16:16:18.308Z | Downloaded cfg_aliases v0.1.1 |
| 592 | 2026-05-14T16:16:18.308Z | Downloaded atomic-waker v1.1.2 |
| 593 | 2026-05-14T16:16:18.308Z | Downloaded defmt-parser v1.0.0 |
| 594 | 2026-05-14T16:16:18.308Z | Downloaded darling_macro v0.20.11 |
| 595 | 2026-05-14T16:16:18.313Z | Downloaded async-stream v0.3.6 |
| 596 | 2026-05-14T16:16:18.313Z | Downloaded cobs v0.3.0 |
| 597 | 2026-05-14T16:16:18.313Z | Downloaded bit-set v0.5.3 |
| 598 | 2026-05-14T16:16:18.313Z | Downloaded atty v0.2.14 |
| 599 | 2026-05-14T16:16:18.313Z | Downloaded endian-type v0.1.2 |
| 600 | 2026-05-14T16:16:18.318Z | Downloaded atomicwrites v0.4.4 |
| 601 | 2026-05-14T16:16:18.318Z | Downloaded dtrace-parser v0.3.0 |
| 602 | 2026-05-14T16:16:18.318Z | Downloaded array-init v0.0.4 |
| 603 | 2026-05-14T16:16:18.319Z | Downloaded darling_macro v0.23.0 |
| 604 | 2026-05-14T16:16:18.325Z | Downloaded bitfield-struct v0.6.2 |
| 605 | 2026-05-14T16:16:18.326Z | Downloaded block-padding v0.3.3 |
| 606 | 2026-05-14T16:16:18.326Z | Downloaded darling_core v0.23.0 |
| 607 | 2026-05-14T16:16:18.326Z | Downloaded critical-section v1.2.0 |
| 608 | 2026-05-14T16:16:18.326Z | Downloaded dirs-sys-next v0.1.2 |
| 609 | 2026-05-14T16:16:18.326Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 610 | 2026-05-14T16:16:18.332Z | Downloaded async-recursion v1.1.1 |
| 611 | 2026-05-14T16:16:18.332Z | Downloaded dunce v1.0.5 |
| 612 | 2026-05-14T16:16:18.332Z | Downloaded derive_builder_macro v0.20.2 |
| 613 | 2026-05-14T16:16:18.336Z | Downloaded ciborium-io v0.2.2 |
| 614 | 2026-05-14T16:16:18.336Z | Downloaded ascii-canvas v3.0.0 |
| 615 | 2026-05-14T16:16:18.336Z | Downloaded embedded-io v0.6.1 |
| 616 | 2026-05-14T16:16:18.336Z | Downloaded embedded-io v0.4.0 |
| 617 | 2026-05-14T16:16:18.336Z | Downloaded aead v0.5.2 |
| 618 | 2026-05-14T16:16:18.336Z | Downloaded fd-lock v4.0.4 |
| 619 | 2026-05-14T16:16:18.339Z | Downloaded arrayref v0.3.9 |
| 620 | 2026-05-14T16:16:18.339Z | Downloaded castaway v0.2.4 |
| 621 | 2026-05-14T16:16:18.340Z | Downloaded dirs-next v2.0.0 |
| 622 | 2026-05-14T16:16:18.340Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 623 | 2026-05-14T16:16:18.342Z | Downloaded defmt v1.0.1 |
| 624 | 2026-05-14T16:16:18.345Z | Downloaded csv-core v0.1.13 |
| 625 | 2026-05-14T16:16:18.345Z | Downloaded ciborium-ll v0.2.2 |
| 626 | 2026-05-14T16:16:18.350Z | Downloaded cargo-platform v0.1.9 |
| 627 | 2026-05-14T16:16:18.350Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 628 | 2026-05-14T16:16:18.353Z | Downloaded fixedbitset v0.4.2 |
| 629 | 2026-05-14T16:16:18.353Z | Downloaded float-ord v0.3.2 |
| 630 | 2026-05-14T16:16:18.356Z | Downloaded foreign-types v0.3.2 |
| 631 | 2026-05-14T16:16:18.359Z | Downloaded display-error-chain v0.2.2 |
| 632 | 2026-05-14T16:16:18.359Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 633 | 2026-05-14T16:16:18.361Z | Downloaded difflib v0.4.0 |
| 634 | 2026-05-14T16:16:18.361Z | Downloaded crucible-workspace-hack v0.1.0 |
| 635 | 2026-05-14T16:16:18.364Z | Downloaded bitfield-macros v0.19.4 |
| 636 | 2026-05-14T16:16:18.367Z | Downloaded compression-core v0.4.31 |
| 637 | 2026-05-14T16:16:18.370Z | Downloaded crc-catalog v2.4.0 |
| 638 | 2026-05-14T16:16:18.370Z | Downloaded darling v0.23.0 |
| 639 | 2026-05-14T16:16:18.373Z | Downloaded document-features v0.2.12 |
| 640 | 2026-05-14T16:16:18.373Z | Downloaded cpufeatures v0.3.0 |
| 641 | 2026-05-14T16:16:18.376Z | Downloaded downcast-rs v2.0.2 |
| 642 | 2026-05-14T16:16:18.376Z | Downloaded argon2 v0.5.3 |
| 643 | 2026-05-14T16:16:18.379Z | Downloaded cargo_metadata v0.19.2 |
| 644 | 2026-05-14T16:16:18.381Z | Downloaded futures-io v0.3.32 |
| 645 | 2026-05-14T16:16:18.382Z | Downloaded env_filter v1.0.0 |
| 646 | 2026-05-14T16:16:18.382Z | Downloaded foreign-types-macros v0.2.3 |
| 647 | 2026-05-14T16:16:18.382Z | Downloaded assert_matches v1.5.0 |
| 648 | 2026-05-14T16:16:18.385Z | Downloaded foreign-types-shared v0.3.1 |
| 649 | 2026-05-14T16:16:18.385Z | Downloaded const_format_proc_macros v0.2.34 |
| 650 | 2026-05-14T16:16:18.388Z | Downloaded fxhash v0.2.1 |
| 651 | 2026-05-14T16:16:18.388Z | Downloaded futures-sink v0.3.32 |
| 652 | 2026-05-14T16:16:18.388Z | Downloaded ecdsa v0.16.9 |
| 653 | 2026-05-14T16:16:18.391Z | Downloaded data-encoding v2.10.0 |
| 654 | 2026-05-14T16:16:18.391Z | Downloaded crossbeam-deque v0.8.6 |
| 655 | 2026-05-14T16:16:18.391Z | Downloaded futures-macro v0.3.32 |
| 656 | 2026-05-14T16:16:18.394Z | Downloaded colored v2.2.0 |
| 657 | 2026-05-14T16:16:18.394Z | Downloaded futures-task v0.3.32 |
| 658 | 2026-05-14T16:16:18.394Z | Downloaded funty v2.0.0 |
| 659 | 2026-05-14T16:16:18.397Z | Downloaded bit-vec v0.6.3 |
| 660 | 2026-05-14T16:16:18.397Z | Downloaded deranged v0.5.8 |
| 661 | 2026-05-14T16:16:18.397Z | Downloaded futures-core v0.3.32 |
| 662 | 2026-05-14T16:16:18.401Z | Downloaded hash32 v0.3.1 |
| 663 | 2026-05-14T16:16:18.401Z | Downloaded globwalk v0.9.1 |
| 664 | 2026-05-14T16:16:18.401Z | Downloaded hash32 v0.2.1 |
| 665 | 2026-05-14T16:16:18.404Z | Downloaded foreign-types v0.5.0 |
| 666 | 2026-05-14T16:16:18.404Z | Downloaded ghash v0.5.1 |
| 667 | 2026-05-14T16:16:18.404Z | Downloaded dsl_auto_type v0.2.0 |
| 668 | 2026-05-14T16:16:18.404Z | Downloaded git-stub v1.0.0 |
| 669 | 2026-05-14T16:16:18.404Z | Downloaded bitflags v1.3.2 |
| 670 | 2026-05-14T16:16:18.407Z | Downloaded arrayvec v0.7.6 |
| 671 | 2026-05-14T16:16:18.407Z | Downloaded byte-wrapper v0.1.0 |
| 672 | 2026-05-14T16:16:18.410Z | Downloaded fs-err v2.11.0 |
| 673 | 2026-05-14T16:16:18.410Z | Downloaded crc32fast v1.5.0 |
| 674 | 2026-05-14T16:16:18.414Z | Downloaded corncobs v0.1.4 |
| 675 | 2026-05-14T16:16:18.414Z | Downloaded find-msvc-tools v0.1.9 |
| 676 | 2026-05-14T16:16:18.417Z | Downloaded foreign-types-shared v0.1.1 |
| 677 | 2026-05-14T16:16:18.417Z | Downloaded filetime v0.2.27 |
| 678 | 2026-05-14T16:16:18.417Z | Downloaded either v1.15.0 |
| 679 | 2026-05-14T16:16:18.417Z | Downloaded chacha20 v0.9.1 |
| 680 | 2026-05-14T16:16:18.420Z | Downloaded fixedbitset v0.5.7 |
| 681 | 2026-05-14T16:16:18.420Z | Downloaded ff v0.13.1 |
| 682 | 2026-05-14T16:16:18.420Z | Downloaded des v0.8.1 |
| 683 | 2026-05-14T16:16:18.423Z | Downloaded diff v0.1.13 |
| 684 | 2026-05-14T16:16:18.423Z | Downloaded blowfish v0.9.1 |
| 685 | 2026-05-14T16:16:18.426Z | Downloaded gethostname v0.5.0 |
| 686 | 2026-05-14T16:16:18.426Z | Downloaded base64ct v1.8.3 |
| 687 | 2026-05-14T16:16:18.429Z | Downloaded backoff v0.4.0 |
| 688 | 2026-05-14T16:16:18.429Z | Downloaded hex-literal v0.4.1 |
| 689 | 2026-05-14T16:16:18.429Z | Downloaded cbc v0.1.2 |
| 690 | 2026-05-14T16:16:18.433Z | Downloaded derive-where v1.6.0 |
| 691 | 2026-05-14T16:16:18.433Z | Downloaded darling_core v0.21.3 |
| 692 | 2026-05-14T16:16:18.436Z | Downloaded ed25519 v2.2.3 |
| 693 | 2026-05-14T16:16:18.436Z | Downloaded convert_case v0.10.0 |
| 694 | 2026-05-14T16:16:18.439Z | Downloaded cmake v0.1.57 |
| 695 | 2026-05-14T16:16:18.439Z | Downloaded fs_extra v1.3.0 |
| 696 | 2026-05-14T16:16:18.439Z | Downloaded cipher v0.4.4 |
| 697 | 2026-05-14T16:16:18.442Z | Downloaded blake2 v0.10.6 |
| 698 | 2026-05-14T16:16:18.442Z | Downloaded hostname v0.3.1 |
| 699 | 2026-05-14T16:16:18.445Z | Downloaded camino-tempfile-ext v0.3.3 |
| 700 | 2026-05-14T16:16:18.445Z | Downloaded console v0.15.11 |
| 701 | 2026-05-14T16:16:18.449Z | Downloaded http-range v0.1.5 |
| 702 | 2026-05-14T16:16:18.449Z | Downloaded hubpack v0.1.2 |
| 703 | 2026-05-14T16:16:18.449Z | Downloaded cookie_store v0.22.1 |
| 704 | 2026-05-14T16:16:18.452Z | Downloaded hubpack_derive v0.1.1 |
| 705 | 2026-05-14T16:16:18.452Z | Downloaded home v0.5.12 |
| 706 | 2026-05-14T16:16:18.452Z | Downloaded bcs v0.1.6 |
| 707 | 2026-05-14T16:16:18.452Z | Downloaded ahash v0.8.12 |
| 708 | 2026-05-14T16:16:18.455Z | Downloaded indent_write v2.2.0 |
| 709 | 2026-05-14T16:16:18.455Z | Downloaded hyper-tls v0.6.0 |
| 710 | 2026-05-14T16:16:18.455Z | Downloaded derive_builder v0.20.2 |
| 711 | 2026-05-14T16:16:18.458Z | Downloaded defmt v0.3.100 |
| 712 | 2026-05-14T16:16:18.461Z | Downloaded httpdate v1.0.3 |
| 713 | 2026-05-14T16:16:18.461Z | Downloaded foldhash v0.2.0 |
| 714 | 2026-05-14T16:16:18.461Z | Downloaded hex v0.4.3 |
| 715 | 2026-05-14T16:16:18.464Z | Downloaded glob v0.3.3 |
| 716 | 2026-05-14T16:16:18.464Z | Downloaded group v0.13.0 |
| 717 | 2026-05-14T16:16:18.464Z | Downloaded futures-executor v0.3.32 |
| 718 | 2026-05-14T16:16:18.468Z | Downloaded git-stub-vcs v0.1.0 |
| 719 | 2026-05-14T16:16:18.468Z | Downloaded derive-ex v0.1.8 |
| 720 | 2026-05-14T16:16:18.468Z | Downloaded drift v0.1.4 |
| 721 | 2026-05-14T16:16:18.475Z | Downloaded is_ci v1.2.0 |
| 722 | 2026-05-14T16:16:18.478Z | Downloaded instant v0.1.13 |
| 723 | 2026-05-14T16:16:18.478Z | Downloaded instability v0.3.11 |
| 724 | 2026-05-14T16:16:18.478Z | Downloaded indoc v1.0.9 |
| 725 | 2026-05-14T16:16:18.478Z | Downloaded ident_case v1.0.1 |
| 726 | 2026-05-14T16:16:18.478Z | Downloaded ciborium v0.2.2 |
| 727 | 2026-05-14T16:16:18.481Z | Downloaded clang-sys v1.8.1 |
| 728 | 2026-05-14T16:16:18.481Z | Downloaded is-terminal v0.4.17 |
| 729 | 2026-05-14T16:16:18.483Z | Downloaded compression-codecs v0.4.37 |
| 730 | 2026-05-14T16:16:18.483Z | Downloaded backon v1.6.0 |
| 731 | 2026-05-14T16:16:18.486Z | Downloaded bzip2 v0.4.4 |
| 732 | 2026-05-14T16:16:18.486Z | Downloaded kstat-rs v0.2.4 |
| 733 | 2026-05-14T16:16:18.489Z | Downloaded internet-checksum v0.2.1 |
| 734 | 2026-05-14T16:16:18.489Z | Downloaded cookie v0.18.1 |
| 735 | 2026-05-14T16:16:18.492Z | Downloaded keccak v0.1.6 |
| 736 | 2026-05-14T16:16:18.492Z | Downloaded console v0.16.2 |
| 737 | 2026-05-14T16:16:18.492Z | Downloaded cancel-safe-futures v0.1.5 |
| 738 | 2026-05-14T16:16:18.495Z | Downloaded lazy_static v1.5.0 |
| 739 | 2026-05-14T16:16:18.495Z | Downloaded lalrpop-util v0.19.12 |
| 740 | 2026-05-14T16:16:18.495Z | Downloaded allocator-api2 v0.2.21 |
| 741 | 2026-05-14T16:16:18.498Z | Downloaded http-body v1.0.1 |
| 742 | 2026-05-14T16:16:18.498Z | Downloaded chacha20 v0.10.0 |
| 743 | 2026-05-14T16:16:18.503Z | Downloaded bzip2 v0.6.1 |
| 744 | 2026-05-14T16:16:18.503Z | Downloaded hostname v0.4.2 |
| 745 | 2026-05-14T16:16:18.503Z | Downloaded headers-core v0.3.0 |
| 746 | 2026-05-14T16:16:18.508Z | Downloaded async-trait v0.1.89 |
| 747 | 2026-05-14T16:16:18.508Z | Downloaded colored v3.1.1 |
| 748 | 2026-05-14T16:16:18.508Z | Downloaded bit-vec v0.8.0 |
| 749 | 2026-05-14T16:16:18.516Z | Downloaded cexpr v0.6.0 |
| 750 | 2026-05-14T16:16:18.516Z | Downloaded highway v1.3.0 |
| 751 | 2026-05-14T16:16:18.516Z | Downloaded cassowary v0.3.0 |
| 752 | 2026-05-14T16:16:18.516Z | Downloaded humantime v2.3.0 |
| 753 | 2026-05-14T16:16:18.516Z | Downloaded compact_str v0.8.1 |
| 754 | 2026-05-14T16:16:18.520Z | Downloaded libscf-sys v1.1.0 |
| 755 | 2026-05-14T16:16:18.520Z | Downloaded http-body-util v0.1.3 |
| 756 | 2026-05-14T16:16:18.520Z | Downloaded derive_builder_core v0.20.2 |
| 757 | 2026-05-14T16:16:18.520Z | Downloaded lzss v0.8.2 |
| 758 | 2026-05-14T16:16:18.520Z | Downloaded lru-cache v0.1.2 |
| 759 | 2026-05-14T16:16:18.520Z | Downloaded memoffset v0.9.1 |
| 760 | 2026-05-14T16:16:18.523Z | Downloaded maybe-uninit v2.0.0 |
| 761 | 2026-05-14T16:16:18.523Z | Downloaded futures-channel v0.3.32 |
| 762 | 2026-05-14T16:16:18.523Z | Downloaded buf-list v1.1.2 |
| 763 | 2026-05-14T16:16:18.526Z | Downloaded hyper-staticfile v0.10.1 |
| 764 | 2026-05-14T16:16:18.526Z | Downloaded erased-serde v0.3.31 |
| 765 | 2026-05-14T16:16:18.529Z | Downloaded dyn-clone v1.0.20 |
| 766 | 2026-05-14T16:16:18.529Z | Downloaded darling_core v0.20.11 |
| 767 | 2026-05-14T16:16:18.532Z | Downloaded constant_time_eq v0.4.2 |
| 768 | 2026-05-14T16:16:18.532Z | Downloaded match_cfg v0.1.0 |
| 769 | 2026-05-14T16:16:18.535Z | Downloaded lru-slab v0.1.2 |
| 770 | 2026-05-14T16:16:18.535Z | Downloaded newline-converter v0.3.0 |
| 771 | 2026-05-14T16:16:18.535Z | Downloaded mime v0.3.17 |
| 772 | 2026-05-14T16:16:18.535Z | Downloaded multimap v0.10.1 |
| 773 | 2026-05-14T16:16:18.538Z | Downloaded lru v0.12.5 |
| 774 | 2026-05-14T16:16:18.539Z | Downloaded cfg_aliases v0.2.1 |
| 775 | 2026-05-14T16:16:18.543Z | Downloaded nodrop v0.1.14 |
| 776 | 2026-05-14T16:16:18.549Z | Downloaded md5 v0.7.0 |
| 777 | 2026-05-14T16:16:18.558Z | Downloaded new_debug_unreachable v1.0.6 |
| 778 | 2026-05-14T16:16:18.558Z | Downloaded crc-any v2.5.0 |
| 779 | 2026-05-14T16:16:18.558Z | Downloaded bitfield v0.19.4 |
| 780 | 2026-05-14T16:16:18.558Z | Downloaded async-bb8-diesel v0.2.1 |
| 781 | 2026-05-14T16:16:18.558Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 782 | 2026-05-14T16:16:18.562Z | Downloaded md-5 v0.10.6 |
| 783 | 2026-05-14T16:16:18.562Z | Downloaded num-derive v0.3.3 |
| 784 | 2026-05-14T16:16:18.562Z | Downloaded num-derive v0.4.2 |
| 785 | 2026-05-14T16:16:18.562Z | Downloaded num-conv v0.2.0 |
| 786 | 2026-05-14T16:16:18.562Z | Downloaded normalize-line-endings v0.3.0 |
| 787 | 2026-05-14T16:16:18.562Z | Downloaded maplit v1.0.2 |
| 788 | 2026-05-14T16:16:18.562Z | Downloaded num_threads v0.1.7 |
| 789 | 2026-05-14T16:16:18.562Z | Downloaded ipnet v2.11.0 |
| 790 | 2026-05-14T16:16:18.565Z | Downloaded hmac v0.12.1 |
| 791 | 2026-05-14T16:16:18.565Z | Downloaded arc-swap v1.8.2 |
| 792 | 2026-05-14T16:16:18.568Z | Downloaded inout v0.1.4 |
| 793 | 2026-05-14T16:16:18.568Z | Downloaded ingot v0.1.1 |
| 794 | 2026-05-14T16:16:18.568Z | Downloaded nibble_vec v0.1.0 |
| 795 | 2026-05-14T16:16:18.571Z | Downloaded nonempty v0.12.0 |
| 796 | 2026-05-14T16:16:18.571Z | Downloaded num-iter v0.1.45 |
| 797 | 2026-05-14T16:16:18.571Z | Downloaded num_enum_derive v0.5.11 |
| 798 | 2026-05-14T16:16:18.571Z | Downloaded newtype_derive v0.1.6 |
| 799 | 2026-05-14T16:16:18.574Z | Downloaded newtype-uuid-macros v0.1.0 |
| 800 | 2026-05-14T16:16:18.574Z | Downloaded managed v0.8.0 |
| 801 | 2026-05-14T16:16:18.574Z | Downloaded olpc-cjson v0.1.4 |
| 802 | 2026-05-14T16:16:18.577Z | Downloaded base64 v0.22.1 |
| 803 | 2026-05-14T16:16:18.577Z | Downloaded oso-derive v0.27.3 |
| 804 | 2026-05-14T16:16:18.580Z | Downloaded fatfs v0.3.6 |
| 805 | 2026-05-14T16:16:18.580Z | Downloaded opaque-debug v0.3.1 |
| 806 | 2026-05-14T16:16:18.583Z | Downloaded linked-hash-map v0.5.6 |
| 807 | 2026-05-14T16:16:18.583Z | Downloaded openssl-probe v0.2.1 |
| 808 | 2026-05-14T16:16:18.583Z | Downloaded linear-map v1.2.0 |
| 809 | 2026-05-14T16:16:18.587Z | Downloaded getrandom v0.3.4 |
| 810 | 2026-05-14T16:16:18.590Z | Downloaded half v1.8.3 |
| 811 | 2026-05-14T16:16:18.590Z | Downloaded globset v0.4.18 |
| 812 | 2026-05-14T16:16:18.590Z | Downloaded getrandom v0.2.17 |
| 813 | 2026-05-14T16:16:18.593Z | Downloaded dropshot_endpoint v0.16.7 |
| 814 | 2026-05-14T16:16:18.596Z | Downloaded openssl-macros v0.1.1 |
| 815 | 2026-05-14T16:16:18.596Z | Downloaded mime_guess v2.0.5 |
| 816 | 2026-05-14T16:16:18.596Z | Downloaded libsw-core v0.3.2 |
| 817 | 2026-05-14T16:16:18.599Z | Downloaded libsw v3.5.0 |
| 818 | 2026-05-14T16:16:18.599Z | Downloaded packed_struct_codegen v0.10.1 |
| 819 | 2026-05-14T16:16:18.599Z | Downloaded jobserver v0.1.34 |
| 820 | 2026-05-14T16:16:18.602Z | Downloaded libefi-sys v0.1.0 |
| 821 | 2026-05-14T16:16:18.602Z | Downloaded iana-time-zone v0.1.65 |
| 822 | 2026-05-14T16:16:18.605Z | Downloaded hyper-rustls v0.27.7 |
| 823 | 2026-05-14T16:16:18.605Z | Downloaded futures v0.3.32 |
| 824 | 2026-05-14T16:16:18.608Z | Downloaded parse-size v1.1.0 |
| 825 | 2026-05-14T16:16:18.608Z | Downloaded pbkdf2 v0.11.0 |
| 826 | 2026-05-14T16:16:18.611Z | Downloaded ipnetwork v0.21.1 |
| 827 | 2026-05-14T16:16:18.611Z | Downloaded ingot-types v0.1.2 |
| 828 | 2026-05-14T16:16:18.613Z | Downloaded indoc v2.0.7 |
| 829 | 2026-05-14T16:16:18.613Z | Downloaded const-oid v0.9.6 |
| 830 | 2026-05-14T16:16:18.616Z | Downloaded multer v3.1.0 |
| 831 | 2026-05-14T16:16:18.619Z | Downloaded path-slash v0.1.5 |
| 832 | 2026-05-14T16:16:18.619Z | Downloaded native-tls v0.2.18 |
| 833 | 2026-05-14T16:16:18.619Z | Downloaded lock_api v0.4.14 |
| 834 | 2026-05-14T16:16:18.622Z | Downloaded flume v0.11.1 |
| 835 | 2026-05-14T16:16:18.625Z | Downloaded num v0.4.3 |
| 836 | 2026-05-14T16:16:18.625Z | Downloaded crossbeam-channel v0.5.15 |
| 837 | 2026-05-14T16:16:18.629Z | Downloaded peg-runtime v0.8.5 |
| 838 | 2026-05-14T16:16:18.629Z | Downloaded nanorand v0.7.0 |
| 839 | 2026-05-14T16:16:18.632Z | Downloaded ingot-macros v0.1.1 |
| 840 | 2026-05-14T16:16:18.632Z | Downloaded newtype-uuid v1.3.2 |
| 841 | 2026-05-14T16:16:18.632Z | Downloaded pbkdf2 v0.12.2 |
| 842 | 2026-05-14T16:16:18.636Z | Downloaded num_enum v0.5.11 |
| 843 | 2026-05-14T16:16:18.638Z | Downloaded num_enum v0.7.5 |
| 844 | 2026-05-14T16:16:18.696Z | Downloaded phf_shared v0.12.1 |
| 845 | 2026-05-14T16:16:18.708Z | Downloaded pin-utils v0.1.0 |
| 846 | 2026-05-14T16:16:18.708Z | Downloaded phf_shared v0.11.3 |
| 847 | 2026-05-14T16:16:18.708Z | Downloaded num-rational v0.4.2 |
| 848 | 2026-05-14T16:16:18.708Z | Downloaded nu-ansi-term v0.50.3 |
| 849 | 2026-05-14T16:16:18.709Z | Downloaded libloading v0.8.9 |
| 850 | 2026-05-14T16:16:18.709Z | Downloaded bytes v1.11.1 |
| 851 | 2026-05-14T16:16:18.709Z | Downloaded powerfmt v0.2.0 |
| 852 | 2026-05-14T16:16:18.709Z | Downloaded phf_shared v0.13.1 |
| 853 | 2026-05-14T16:16:18.709Z | Downloaded openssl-probe v0.1.6 |
| 854 | 2026-05-14T16:16:18.709Z | Downloaded precomputed-hash v0.1.1 |
| 855 | 2026-05-14T16:16:18.709Z | Downloaded httparse v1.10.1 |
| 856 | 2026-05-14T16:16:18.709Z | Downloaded num-integer v0.1.46 |
| 857 | 2026-05-14T16:16:18.709Z | Downloaded oxnet v0.1.4 |
| 858 | 2026-05-14T16:16:18.709Z | Downloaded owo-colors v4.3.0 |
| 859 | 2026-05-14T16:16:18.709Z | Downloaded num-complex v0.4.6 |
| 860 | 2026-05-14T16:16:18.709Z | Downloaded ar_archive_writer v0.5.1 |
| 861 | 2026-05-14T16:16:18.709Z | Downloaded derive_more v2.1.1 |
| 862 | 2026-05-14T16:16:18.709Z | Downloaded parking_lot_core v0.8.6 |
| 863 | 2026-05-14T16:16:18.709Z | Downloaded password-hash v0.4.2 |
| 864 | 2026-05-14T16:16:18.710Z | Downloaded proc-macro-crate v3.4.0 |
| 865 | 2026-05-14T16:16:18.710Z | Downloaded paste v1.0.15 |
| 866 | 2026-05-14T16:16:18.710Z | Downloaded predicates-core v1.0.10 |
| 867 | 2026-05-14T16:16:18.710Z | Downloaded password-hash v0.5.0 |
| 868 | 2026-05-14T16:16:18.710Z | Downloaded parse-display-derive v0.10.0 |
| 869 | 2026-05-14T16:16:18.710Z | Downloaded proc-macro-crate v1.3.1 |
| 870 | 2026-05-14T16:16:18.710Z | Downloaded progenitor-macro v0.11.2 |
| 871 | 2026-05-14T16:16:18.710Z | Downloaded progenitor-client v0.14.0 |
| 872 | 2026-05-14T16:16:18.710Z | Downloaded heapless v0.8.0 |
| 873 | 2026-05-14T16:16:18.710Z | Downloaded progenitor-client v0.11.2 |
| 874 | 2026-05-14T16:16:18.710Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 875 | 2026-05-14T16:16:18.710Z | Downloaded parse-display v0.10.0 |
| 876 | 2026-05-14T16:16:18.710Z | Downloaded const_format v0.2.35 |
| 877 | 2026-05-14T16:16:18.710Z | Downloaded pem-rfc7468 v0.7.0 |
| 878 | 2026-05-14T16:16:18.736Z | Downloaded ignore v0.4.25 |
| 879 | 2026-05-14T16:16:18.736Z | Downloaded chacha20poly1305 v0.10.1 |
| 880 | 2026-05-14T16:16:18.736Z | Downloaded ed25519-dalek v2.2.0 |
| 881 | 2026-05-14T16:16:18.737Z | Downloaded num_enum_derive v0.7.5 |
| 882 | 2026-05-14T16:16:18.738Z | Downloaded base64 v0.21.7 |
| 883 | 2026-05-14T16:16:18.738Z | Downloaded pem v3.0.6 |
| 884 | 2026-05-14T16:16:18.740Z | Downloaded peg v0.8.5 |
| 885 | 2026-05-14T16:16:18.740Z | Downloaded quick-error v1.2.3 |
| 886 | 2026-05-14T16:16:18.740Z | Downloaded progenitor-macro v0.14.0 |
| 887 | 2026-05-14T16:16:18.740Z | Downloaded progenitor-macro v0.10.0 |
| 888 | 2026-05-14T16:16:18.740Z | Downloaded pkg-config v0.3.32 |
| 889 | 2026-05-14T16:16:18.757Z | Downloaded packed_struct v0.10.1 |
| 890 | 2026-05-14T16:16:18.757Z | Downloaded der v0.7.10 |
| 891 | 2026-05-14T16:16:18.757Z | Downloaded psl-types v2.0.11 |
| 892 | 2026-05-14T16:16:18.757Z | Downloaded headers v0.4.1 |
| 893 | 2026-05-14T16:16:18.757Z | Downloaded flate2 v1.1.9 |
| 894 | 2026-05-14T16:16:18.757Z | Downloaded pkcs8 v0.10.2 |
| 895 | 2026-05-14T16:16:18.757Z | Downloaded pin-project-internal v1.1.11 |
| 896 | 2026-05-14T16:16:18.757Z | Downloaded pin-project-lite v0.2.17 |
| 897 | 2026-05-14T16:16:18.757Z | Downloaded phf v0.13.1 |
| 898 | 2026-05-14T16:16:18.757Z | Downloaded radium v0.7.0 |
| 899 | 2026-05-14T16:16:18.757Z | Downloaded progenitor-macro v0.13.0 |
| 900 | 2026-05-14T16:16:18.757Z | Downloaded postgres-protocol v0.6.10 |
| 901 | 2026-05-14T16:16:18.757Z | Downloaded libbz2-rs-sys v0.2.2 |
| 902 | 2026-05-14T16:16:18.757Z | Downloaded crypto-bigint v0.5.5 |
| 903 | 2026-05-14T16:16:18.758Z | Downloaded poly1305 v0.8.0 |
| 904 | 2026-05-14T16:16:18.758Z | Downloaded oxide-tokio-rt v0.1.4 |
| 905 | 2026-05-14T16:16:18.758Z | Downloaded memmap2 v0.9.10 |
| 906 | 2026-05-14T16:16:18.758Z | Downloaded litrs v1.0.0 |
| 907 | 2026-05-14T16:16:18.758Z | Downloaded heapless v0.7.17 |
| 908 | 2026-05-14T16:16:18.763Z | Downloaded predicates-tree v1.0.13 |
| 909 | 2026-05-14T16:16:18.763Z | Downloaded predicates v3.1.4 |
| 910 | 2026-05-14T16:16:18.763Z | Downloaded primeorder v0.13.6 |
| 911 | 2026-05-14T16:16:18.763Z | Downloaded rand_xorshift v0.4.0 |
| 912 | 2026-05-14T16:16:18.763Z | Downloaded rand_chacha v0.3.1 |
| 913 | 2026-05-14T16:16:18.763Z | Downloaded parking_lot v0.12.5 |
| 914 | 2026-05-14T16:16:18.763Z | Downloaded diesel_derives v2.3.7 |
| 915 | 2026-05-14T16:16:18.763Z | Downloaded recursive v0.1.1 |
| 916 | 2026-05-14T16:16:18.763Z | Downloaded ref-cast-impl v1.0.25 |
| 917 | 2026-05-14T16:16:18.763Z | Downloaded progenitor-extras v0.2.0 |
| 918 | 2026-05-14T16:16:18.768Z | Downloaded progenitor-client v0.13.0 |
| 919 | 2026-05-14T16:16:18.768Z | Downloaded progenitor-client v0.10.0 |
| 920 | 2026-05-14T16:16:18.768Z | Downloaded progenitor v0.14.0 |
| 921 | 2026-05-14T16:16:18.768Z | Downloaded progenitor v0.13.0 |
| 922 | 2026-05-14T16:16:18.768Z | Downloaded progenitor v0.11.2 |
| 923 | 2026-05-14T16:16:18.774Z | Downloaded indexmap v1.9.3 |
| 924 | 2026-05-14T16:16:18.774Z | Downloaded progenitor v0.10.0 |
| 925 | 2026-05-14T16:16:18.774Z | Downloaded proc-macro-error2 v2.0.1 |
| 926 | 2026-05-14T16:16:18.776Z | Downloaded bumpalo v3.20.2 |
| 927 | 2026-05-14T16:16:18.776Z | Downloaded peg-macros v0.8.5 |
| 928 | 2026-05-14T16:16:18.776Z | Downloaded polyval v0.6.2 |
| 929 | 2026-05-14T16:16:18.776Z | Downloaded phf v0.12.1 |
| 930 | 2026-05-14T16:16:18.780Z | Downloaded hickory-resolver v0.24.4 |
| 931 | 2026-05-14T16:16:18.783Z | Downloaded ref-cast v1.0.25 |
| 932 | 2026-05-14T16:16:18.783Z | Downloaded rustc-hash v2.1.1 |
| 933 | 2026-05-14T16:16:18.786Z | Downloaded half v2.7.1 |
| 934 | 2026-05-14T16:16:18.786Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 935 | 2026-05-14T16:16:18.786Z | Downloaded omicron-zone-package v0.12.2 |
| 936 | 2026-05-14T16:16:18.789Z | Downloaded expectorate v1.2.0 |
| 937 | 2026-05-14T16:16:18.792Z | Downloaded pkcs5 v0.7.1 |
| 938 | 2026-05-14T16:16:18.795Z | Downloaded psm v0.1.30 |
| 939 | 2026-05-14T16:16:18.795Z | Downloaded async-compression v0.4.41 |
| 940 | 2026-05-14T16:16:18.799Z | Downloaded rustc_version v0.4.1 |
| 941 | 2026-05-14T16:16:18.802Z | Downloaded rustc_version v0.1.7 |
| 942 | 2026-05-14T16:16:18.802Z | Downloaded rtoolbox v0.0.3 |
| 943 | 2026-05-14T16:16:18.802Z | Downloaded miniz_oxide v0.8.9 |
| 944 | 2026-05-14T16:16:18.805Z | Downloaded rand_core v0.10.0 |
| 945 | 2026-05-14T16:16:18.805Z | Downloaded postgres-types v0.2.12 |
| 946 | 2026-05-14T16:16:18.808Z | Downloaded rand_seeder v0.4.0 |
| 947 | 2026-05-14T16:16:18.808Z | Downloaded dropshot-api-manager v0.7.1 |
| 948 | 2026-05-14T16:16:18.811Z | Downloaded rfc6979 v0.4.0 |
| 949 | 2026-05-14T16:16:18.813Z | Downloaded rand_chacha v0.9.0 |
| 950 | 2026-05-14T16:16:18.813Z | Downloaded papergrid v0.17.0 |
| 951 | 2026-05-14T16:16:18.818Z | Downloaded salsa20 v0.10.2 |
| 952 | 2026-05-14T16:16:18.819Z | Downloaded cc v1.2.56 |
| 953 | 2026-05-14T16:16:18.821Z | Downloaded derive_more-impl v2.1.1 |
| 954 | 2026-05-14T16:16:18.821Z | Downloaded rand_core v0.9.5 |
| 955 | 2026-05-14T16:16:18.825Z | Downloaded rand_core v0.6.4 |
| 956 | 2026-05-14T16:16:18.825Z | Downloaded p256 v0.13.2 |
| 957 | 2026-05-14T16:16:18.825Z | Downloaded sapling-renderdag v0.1.0 |
| 958 | 2026-05-14T16:16:18.827Z | Downloaded same-file v1.0.6 |
| 959 | 2026-05-14T16:16:18.827Z | Downloaded indicatif v0.18.4 |
| 960 | 2026-05-14T16:16:18.830Z | Downloaded russh-cryptovec v0.7.3 |
| 961 | 2026-05-14T16:16:18.830Z | Downloaded postcard v1.1.3 |
| 962 | 2026-05-14T16:16:18.834Z | Downloaded ppv-lite86 v0.2.21 |
| 963 | 2026-05-14T16:16:18.834Z | Downloaded parking_lot_core v0.9.12 |
| 964 | 2026-05-14T16:16:18.837Z | Downloaded parking_lot v0.11.2 |
| 965 | 2026-05-14T16:16:18.844Z | Downloaded scroll_derive v0.13.1 |
| 966 | 2026-05-14T16:16:18.849Z | Downloaded oso v0.27.3 |
| 967 | 2026-05-14T16:16:18.852Z | Downloaded secrecy v0.8.0 |
| 968 | 2026-05-14T16:16:18.855Z | Downloaded serde_plain v1.0.2 |
| 969 | 2026-05-14T16:16:18.855Z | Downloaded r2d2 v0.8.10 |
| 970 | 2026-05-14T16:16:18.856Z | Downloaded pkcs1 v0.7.5 |
| 971 | 2026-05-14T16:16:18.859Z | Downloaded jiff-static v0.2.21 |
| 972 | 2026-05-14T16:16:18.859Z | Downloaded secrecy v0.10.3 |
| 973 | 2026-05-14T16:16:18.859Z | Downloaded scopeguard v1.2.0 |
| 974 | 2026-05-14T16:16:18.862Z | Downloaded scrypt v0.11.0 |
| 975 | 2026-05-14T16:16:18.862Z | Downloaded hickory-resolver v0.25.2 |
| 976 | 2026-05-14T16:16:18.865Z | Downloaded scheduled-thread-pool v0.2.7 |
| 977 | 2026-05-14T16:16:18.865Z | Downloaded pin-project v1.1.11 |
| 978 | 2026-05-14T16:16:18.871Z | Downloaded quinn-udp v0.5.14 |
| 979 | 2026-05-14T16:16:18.874Z | Downloaded rustls-pemfile v1.0.4 |
| 980 | 2026-05-14T16:16:18.874Z | Downloaded serde_urlencoded v0.7.1 |
| 981 | 2026-05-14T16:16:18.877Z | Downloaded semver v0.1.20 |
| 982 | 2026-05-14T16:16:18.877Z | Downloaded rustls-native-certs v0.8.3 |
| 983 | 2026-05-14T16:16:18.880Z | Downloaded signal-hook-mio v0.2.5 |
| 984 | 2026-05-14T16:16:18.880Z | Downloaded shell-words v1.1.1 |
| 985 | 2026-05-14T16:16:18.880Z | Downloaded signature v2.2.0 |
| 986 | 2026-05-14T16:16:18.883Z | Downloaded serde_bytes v0.11.19 |
| 987 | 2026-05-14T16:16:18.883Z | Downloaded sha1 v0.10.6 |
| 988 | 2026-05-14T16:16:18.883Z | Downloaded seq-macro v0.3.6 |
| 989 | 2026-05-14T16:16:18.886Z | Downloaded signal-hook-tokio v0.3.1 |
| 990 | 2026-05-14T16:16:18.886Z | Downloaded resolv-conf v0.7.6 |
| 991 | 2026-05-14T16:16:18.889Z | Downloaded crossterm v0.28.1 |
| 992 | 2026-05-14T16:16:18.892Z | Downloaded prefix-trie v0.7.0 |
| 993 | 2026-05-14T16:16:18.896Z | Downloaded rustversion v1.0.22 |
| 994 | 2026-05-14T16:16:18.899Z | Downloaded progenitor-impl v0.10.0 |
| 995 | 2026-05-14T16:16:18.899Z | Downloaded aes v0.8.4 |
| 996 | 2026-05-14T16:16:18.899Z | Downloaded minimal-lexical v0.2.1 |
| 997 | 2026-05-14T16:16:18.902Z | Downloaded siphasher v1.0.2 |
| 998 | 2026-05-14T16:16:18.911Z | Downloaded sigpipe v0.1.3 |
| 999 | 2026-05-14T16:16:18.911Z | Downloaded serde_spanned v1.0.4 |
| 1000 | 2026-05-14T16:16:18.912Z | Downloaded hashbrown v0.12.3 |
| 1001 | 2026-05-14T16:16:18.918Z | Downloaded progenitor-impl v0.11.2 |
| 1002 | 2026-05-14T16:16:18.918Z | Downloaded scroll v0.13.0 |
| 1003 | 2026-05-14T16:16:18.918Z | Downloaded schemars_derive v0.8.22 |
| 1004 | 2026-05-14T16:16:18.919Z | Downloaded slog-envlogger v2.2.0 |
| 1005 | 2026-05-14T16:16:18.919Z | Downloaded progenitor-impl v0.13.0 |
| 1006 | 2026-05-14T16:16:18.922Z | Downloaded serde_repr v0.1.20 |
| 1007 | 2026-05-14T16:16:18.922Z | Downloaded aes-gcm v0.10.3 |
| 1008 | 2026-05-14T16:16:18.925Z | Downloaded serde-big-array v0.5.1 |
| 1009 | 2026-05-14T16:16:18.928Z | Downloaded http v1.4.0 |
| 1010 | 2026-05-14T16:16:18.928Z | Downloaded hashbrown v0.13.2 |
| 1011 | 2026-05-14T16:16:18.931Z | Downloaded sqlparser_derive v0.5.0 |
| 1012 | 2026-05-14T16:16:18.934Z | Downloaded sct v0.7.1 |
| 1013 | 2026-05-14T16:16:18.937Z | Downloaded hyper-util v0.1.20 |
| 1014 | 2026-05-14T16:16:18.942Z | Downloaded ssh-cipher v0.2.0 |
| 1015 | 2026-05-14T16:16:18.945Z | Downloaded russh-keys v0.45.0 |
| 1016 | 2026-05-14T16:16:18.945Z | Downloaded slog-bunyan v2.5.0 |
| 1017 | 2026-05-14T16:16:18.948Z | Downloaded itertools v0.10.5 |
| 1018 | 2026-05-14T16:16:18.950Z | Downloaded serde_path_to_error v0.1.20 |
| 1019 | 2026-05-14T16:16:18.953Z | Downloaded serde_derive_internals v0.29.1 |
| 1020 | 2026-05-14T16:16:18.953Z | Downloaded sec1 v0.7.3 |
| 1021 | 2026-05-14T16:16:18.957Z | Downloaded shlex v1.3.0 |
| 1022 | 2026-05-14T16:16:18.960Z | Downloaded rustls-pemfile v2.2.0 |
| 1023 | 2026-05-14T16:16:18.960Z | Downloaded ssh-encoding v0.2.0 |
| 1024 | 2026-05-14T16:16:18.964Z | Downloaded strum v0.26.3 |
| 1025 | 2026-05-14T16:16:18.966Z | Downloaded serde-hex v0.1.0 |
| 1026 | 2026-05-14T16:16:18.972Z | Downloaded rcgen v0.12.1 |
| 1027 | 2026-05-14T16:16:18.978Z | Downloaded strum v0.27.2 |
| 1028 | 2026-05-14T16:16:18.983Z | Downloaded structmeta v0.3.0 |
| 1029 | 2026-05-14T16:16:18.983Z | Downloaded simd-adler32 v0.3.8 |
| 1030 | 2026-05-14T16:16:18.983Z | Downloaded tabwriter v1.4.1 |
| 1031 | 2026-05-14T16:16:18.983Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-05-14T16:16:18.983Z | Downloaded slog-async v2.8.0 |
| 1033 | 2026-05-14T16:16:18.987Z | Downloaded openssl-sys v0.9.115 |
| 1034 | 2026-05-14T16:16:18.987Z | Downloaded slog-term v2.9.2 |
| 1035 | 2026-05-14T16:16:18.990Z | Downloaded slab v0.4.12 |
| 1036 | 2026-05-14T16:16:18.990Z | Downloaded supports-color v3.0.2 |
| 1037 | 2026-05-14T16:16:18.990Z | Downloaded take_mut v0.2.2 |
| 1038 | 2026-05-14T16:16:18.993Z | Downloaded sync_wrapper v1.0.2 |
| 1039 | 2026-05-14T16:16:18.993Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1040 | 2026-05-14T16:16:18.993Z | Downloaded structmeta-derive v0.3.0 |
| 1041 | 2026-05-14T16:16:18.993Z | Downloaded rusty-fork v0.3.1 |
| 1042 | 2026-05-14T16:16:18.996Z | Downloaded tagptr v0.2.0 |
| 1043 | 2026-05-14T16:16:19.003Z | Downloaded tabled_derive v0.11.0 |
| 1044 | 2026-05-14T16:16:19.003Z | Downloaded slog-scope v4.4.1 |
| 1045 | 2026-05-14T16:16:19.006Z | Downloaded slog-dtrace v0.3.0 |
| 1046 | 2026-05-14T16:16:19.006Z | Downloaded mio v1.2.0 |
| 1047 | 2026-05-14T16:16:19.006Z | Downloaded progenitor-impl v0.14.0 |
| 1048 | 2026-05-14T16:16:19.010Z | Downloaded prettyplease v0.2.37 |
| 1049 | 2026-05-14T16:16:19.015Z | Downloaded stacker v0.1.23 |
| 1050 | 2026-05-14T16:16:19.015Z | Downloaded signal-hook-registry v1.4.8 |
| 1051 | 2026-05-14T16:16:19.015Z | Downloaded snafu-derive v0.8.9 |
| 1052 | 2026-05-14T16:16:19.018Z | Downloaded sqlformat v0.3.5 |
| 1053 | 2026-05-14T16:16:19.018Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1054 | 2026-05-14T16:16:19.018Z | Downloaded rustls-pki-types v1.14.0 |
| 1055 | 2026-05-14T16:16:19.020Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1056 | 2026-05-14T16:16:19.020Z | Downloaded termtree v0.5.1 |
| 1057 | 2026-05-14T16:16:19.023Z | Downloaded tap v1.0.1 |
| 1058 | 2026-05-14T16:16:19.023Z | Downloaded hickory-server v0.25.2 |
| 1059 | 2026-05-14T16:16:19.026Z | Downloaded slog-stdlog v4.1.1 |
| 1060 | 2026-05-14T16:16:19.026Z | Downloaded crossterm v0.29.0 |
| 1061 | 2026-05-14T16:16:19.030Z | Downloaded thread-id v5.1.0 |
| 1062 | 2026-05-14T16:16:19.034Z | Downloaded tinyvec_macros v0.1.1 |
| 1063 | 2026-05-14T16:16:19.034Z | Downloaded testing_table v0.3.0 |
| 1064 | 2026-05-14T16:16:19.034Z | Downloaded ron v0.8.1 |
| 1065 | 2026-05-14T16:16:19.037Z | Downloaded hashbrown v0.15.5 |
| 1066 | 2026-05-14T16:16:19.040Z | Downloaded spki v0.7.3 |
| 1067 | 2026-05-14T16:16:19.040Z | Downloaded num-bigint v0.4.6 |
| 1068 | 2026-05-14T16:16:19.043Z | Downloaded serde_with_macros v3.17.0 |
| 1069 | 2026-05-14T16:16:19.043Z | Downloaded serde_cbor v0.11.2 |
| 1070 | 2026-05-14T16:16:19.046Z | Downloaded string_cache v0.8.9 |
| 1071 | 2026-05-14T16:16:19.052Z | Downloaded quinn v0.11.9 |
| 1072 | 2026-05-14T16:16:19.057Z | Downloaded rayon-core v1.13.0 |
| 1073 | 2026-05-14T16:16:19.060Z | Downloaded stringprep v0.1.5 |
| 1074 | 2026-05-14T16:16:19.063Z | Downloaded smf v0.2.3 |
| 1075 | 2026-05-14T16:16:19.063Z | Downloaded static_assertions v1.1.0 |
| 1076 | 2026-05-14T16:16:19.063Z | Downloaded smallvec v0.6.14 |
| 1077 | 2026-05-14T16:16:19.069Z | Downloaded pretty_assertions v1.4.1 |
| 1078 | 2026-05-14T16:16:19.072Z | Downloaded strum_macros v0.27.2 |
| 1079 | 2026-05-14T16:16:19.072Z | Downloaded thiserror-no-std v2.0.2 |
| 1080 | 2026-05-14T16:16:19.072Z | Downloaded schemars v0.8.22 |
| 1081 | 2026-05-14T16:16:19.076Z | Downloaded tokio-macros v2.7.0 |
| 1082 | 2026-05-14T16:16:19.079Z | Downloaded rand v0.8.6 |
| 1083 | 2026-05-14T16:16:19.079Z | Downloaded hashbrown v0.16.1 |
| 1084 | 2026-05-14T16:16:19.083Z | Downloaded tower-service v0.3.3 |
| 1085 | 2026-05-14T16:16:19.086Z | Downloaded support-bundle-viewer v0.1.2 |
| 1086 | 2026-05-14T16:16:19.086Z | Downloaded slog-json v2.6.1 |
| 1087 | 2026-05-14T16:16:19.086Z | Downloaded qorb v0.4.1 |
| 1088 | 2026-05-14T16:16:19.088Z | Downloaded publicsuffix v2.3.0 |
| 1089 | 2026-05-14T16:16:19.091Z | Downloaded ryu v1.0.23 |
| 1090 | 2026-05-14T16:16:19.094Z | Downloaded time-core v0.1.8 |
| 1091 | 2026-05-14T16:16:19.094Z | Downloaded thread_local v1.1.9 |
| 1092 | 2026-05-14T16:16:19.094Z | Downloaded iri-string v0.7.10 |
| 1093 | 2026-05-14T16:16:19.098Z | Downloaded tower-layer v0.3.3 |
| 1094 | 2026-05-14T16:16:19.101Z | Downloaded tiny-keccak v2.0.2 |
| 1095 | 2026-05-14T16:16:19.101Z | Downloaded topological-sort v0.2.2 |
| 1096 | 2026-05-14T16:16:19.104Z | Downloaded aho-corasick v1.1.4 |
| 1097 | 2026-05-14T16:16:19.106Z | Downloaded nom v7.1.3 |
| 1098 | 2026-05-14T16:16:19.109Z | Downloaded strum_macros v0.26.4 |
| 1099 | 2026-05-14T16:16:19.113Z | Downloaded num-bigint-dig v0.8.6 |
| 1100 | 2026-05-14T16:16:19.115Z | Downloaded try-lock v0.2.5 |
| 1101 | 2026-05-14T16:16:19.115Z | Downloaded tokio-native-tls v0.3.1 |
| 1102 | 2026-05-14T16:16:19.118Z | Downloaded time-macros v0.2.27 |
| 1103 | 2026-05-14T16:16:19.118Z | Downloaded trait-variant v0.1.2 |
| 1104 | 2026-05-14T16:16:19.121Z | Downloaded signal-hook v0.3.18 |
| 1105 | 2026-05-14T16:16:19.121Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1106 | 2026-05-14T16:16:19.124Z | Downloaded typify-macro v0.6.2 |
| 1107 | 2026-05-14T16:16:19.127Z | Downloaded iddqd v0.3.18 |
| 1108 | 2026-05-14T16:16:19.130Z | Downloaded tls_codec_derive v0.4.2 |
| 1109 | 2026-05-14T16:16:19.133Z | Downloaded termios v0.3.3 |
| 1110 | 2026-05-14T16:16:19.133Z | Downloaded subtle v2.6.1 |
| 1111 | 2026-05-14T16:16:19.133Z | Downloaded unarray v0.1.4 |
| 1112 | 2026-05-14T16:16:19.136Z | Downloaded unicode-truncate v1.1.0 |
| 1113 | 2026-05-14T16:16:19.136Z | Downloaded typify-macro v0.4.3 |
| 1114 | 2026-05-14T16:16:19.136Z | Downloaded tokio-rustls v0.25.0 |
| 1115 | 2026-05-14T16:16:19.139Z | Downloaded tokio-dtrace v0.1.1 |
| 1116 | 2026-05-14T16:16:19.139Z | Downloaded tls_codec v0.4.2 |
| 1117 | 2026-05-14T16:16:19.139Z | Downloaded term v1.2.1 |
| 1118 | 2026-05-14T16:16:19.141Z | Downloaded untrusted v0.9.0 |
| 1119 | 2026-05-14T16:16:19.141Z | Downloaded similar v2.7.0 |
| 1120 | 2026-05-14T16:16:19.146Z | Downloaded tokio-tungstenite v0.23.1 |
| 1121 | 2026-05-14T16:16:19.150Z | Downloaded libxml v0.3.3 |
| 1122 | 2026-05-14T16:16:19.150Z | Downloaded strum_macros v0.24.3 |
| 1123 | 2026-05-14T16:16:19.150Z | Downloaded untrusted v0.7.1 |
| 1124 | 2026-05-14T16:16:19.153Z | Downloaded universal-hash v0.5.1 |
| 1125 | 2026-05-14T16:16:19.153Z | Downloaded unit-prefix v0.5.2 |
| 1126 | 2026-05-14T16:16:19.153Z | Downloaded rsa v0.9.10 |
| 1127 | 2026-05-14T16:16:19.156Z | Downloaded usdt-attr-macro v0.6.0 |
| 1128 | 2026-05-14T16:16:19.161Z | Downloaded usdt v0.6.0 |
| 1129 | 2026-05-14T16:16:19.161Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1130 | 2026-05-14T16:16:19.164Z | Downloaded socket2 v0.5.10 |
| 1131 | 2026-05-14T16:16:19.164Z | Downloaded term v0.7.0 |
| 1132 | 2026-05-14T16:16:19.167Z | Downloaded itertools v0.12.1 |
| 1133 | 2026-05-14T16:16:19.170Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1134 | 2026-05-14T16:16:19.170Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1135 | 2026-05-14T16:16:19.173Z | Downloaded spin v0.9.8 |
| 1136 | 2026-05-14T16:16:19.173Z | Downloaded rand v0.9.2 |
| 1137 | 2026-05-14T16:16:19.176Z | Downloaded utf-8 v0.7.6 |
| 1138 | 2026-05-14T16:16:19.176Z | Downloaded itertools v0.13.0 |
| 1139 | 2026-05-14T16:16:19.179Z | Downloaded usdt-macro v0.6.0 |
| 1140 | 2026-05-14T16:16:19.184Z | Downloaded tui-tree-widget v0.23.1 |
| 1141 | 2026-05-14T16:16:19.188Z | Downloaded waitgroup v0.1.2 |
| 1142 | 2026-05-14T16:16:19.193Z | Downloaded rustls-webpki v0.103.9 |
| 1143 | 2026-05-14T16:16:19.195Z | Downloaded hyper v1.8.1 |
| 1144 | 2026-05-14T16:16:19.199Z | Downloaded p521 v0.13.3 |
| 1145 | 2026-05-14T16:16:19.201Z | Downloaded unicase v2.9.0 |
| 1146 | 2026-05-14T16:16:19.204Z | Downloaded tokio-rustls v0.26.4 |
| 1147 | 2026-05-14T16:16:19.207Z | Downloaded rand v0.10.0 |
| 1148 | 2026-05-14T16:16:19.210Z | Downloaded schemars v0.9.0 |
| 1149 | 2026-05-14T16:16:19.215Z | Downloaded xshell-macros v0.2.7 |
| 1150 | 2026-05-14T16:16:19.218Z | Downloaded xattr v1.6.1 |
| 1151 | 2026-05-14T16:16:19.218Z | Downloaded tokio-stream v0.1.18 |
| 1152 | 2026-05-14T16:16:19.221Z | Downloaded slog v2.8.2 |
| 1153 | 2026-05-14T16:16:19.221Z | Downloaded want v0.3.1 |
| 1154 | 2026-05-14T16:16:19.227Z | Downloaded zeroize_derive v1.4.3 |
| 1155 | 2026-05-14T16:16:19.231Z | Downloaded void v1.0.2 |
| 1156 | 2026-05-14T16:16:19.241Z | Downloaded tokio-tungstenite v0.21.0 |
| 1157 | 2026-05-14T16:16:19.241Z | Downloaded usdt-impl v0.6.0 |
| 1158 | 2026-05-14T16:16:19.241Z | Downloaded zone v0.3.1 |
| 1159 | 2026-05-14T16:16:19.245Z | Downloaded tinyvec v1.10.0 |
| 1160 | 2026-05-14T16:16:19.245Z | Downloaded zone_cfg_derive v0.3.1 |
| 1161 | 2026-05-14T16:16:19.245Z | Downloaded libm v0.2.16 |
| 1162 | 2026-05-14T16:16:19.245Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1163 | 2026-05-14T16:16:19.245Z | Downloaded vsss-rs v3.3.4 |
| 1164 | 2026-05-14T16:16:19.249Z | Downloaded test-strategy v0.4.5 |
| 1165 | 2026-05-14T16:16:19.249Z | Downloaded itertools v0.14.0 |
| 1166 | 2026-05-14T16:16:19.252Z | Downloaded uzers v0.12.2 |
| 1167 | 2026-05-14T16:16:19.255Z | Downloaded wait-timeout v0.2.1 |
| 1168 | 2026-05-14T16:16:19.255Z | Downloaded vergen-gitcl v1.0.8 |
| 1169 | 2026-05-14T16:16:19.258Z | Downloaded russh v0.45.0 |
| 1170 | 2026-05-14T16:16:19.261Z | Downloaded socket2 v0.6.3 |
| 1171 | 2026-05-14T16:16:19.264Z | Downloaded schemars v1.2.1 |
| 1172 | 2026-05-14T16:16:19.269Z | Downloaded wyz v0.5.1 |
| 1173 | 2026-05-14T16:16:19.272Z | Downloaded samael v0.0.19 |
| 1174 | 2026-05-14T16:16:19.275Z | Downloaded xshell v0.2.7 |
| 1175 | 2026-05-14T16:16:19.275Z | Downloaded tar v0.4.45 |
| 1176 | 2026-05-14T16:16:19.279Z | Downloaded whoami v1.6.1 |
| 1177 | 2026-05-14T16:16:19.279Z | Downloaded whoami v2.1.0 |
| 1178 | 2026-05-14T16:16:19.281Z | Downloaded unicode-properties v0.1.4 |
| 1179 | 2026-05-14T16:16:19.282Z | Downloaded twox-hash v2.1.2 |
| 1180 | 2026-05-14T16:16:19.284Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1181 | 2026-05-14T16:16:19.287Z | Downloaded tokio-rustls v0.24.1 |
| 1182 | 2026-05-14T16:16:19.287Z | Downloaded futures-util v0.3.32 |
| 1183 | 2026-05-14T16:16:19.294Z | Downloaded walkdir v2.5.0 |
| 1184 | 2026-05-14T16:16:19.296Z | Downloaded tungstenite v0.23.0 |
| 1185 | 2026-05-14T16:16:19.299Z | Downloaded zstd v0.13.3 |
| 1186 | 2026-05-14T16:16:19.299Z | Downloaded snafu v0.8.9 |
| 1187 | 2026-05-14T16:16:19.302Z | Downloaded vergen v9.0.6 |
| 1188 | 2026-05-14T16:16:19.305Z | Downloaded vergen-git2 v1.0.7 |
| 1189 | 2026-05-14T16:16:19.305Z | Downloaded hkdf v0.12.4 |
| 1190 | 2026-05-14T16:16:19.308Z | Downloaded h2 v0.4.13 |
| 1191 | 2026-05-14T16:16:19.312Z | Downloaded bitvec v1.0.1 |
| 1192 | 2026-05-14T16:16:19.318Z | Downloaded zstd-safe v7.2.4 |
| 1193 | 2026-05-14T16:16:19.321Z | Downloaded rustyline v14.0.0 |
| 1194 | 2026-05-14T16:16:19.324Z | Downloaded typify v0.4.3 |
| 1195 | 2026-05-14T16:16:19.327Z | Downloaded unsafe-libyaml v0.2.11 |
| 1196 | 2026-05-14T16:16:19.327Z | Downloaded chrono-tz v0.10.4 |
| 1197 | 2026-05-14T16:16:19.336Z | Downloaded toml v0.7.8 |
| 1198 | 2026-05-14T16:16:19.338Z | Downloaded unicode-bidi v0.3.18 |
| 1199 | 2026-05-14T16:16:19.341Z | Downloaded aws-lc-rs v1.16.3 |
| 1200 | 2026-05-14T16:16:19.344Z | Downloaded yasna v0.5.2 |
| 1201 | 2026-05-14T16:16:19.348Z | Downloaded reedline v0.40.0 |
| 1202 | 2026-05-14T16:16:19.350Z | Downloaded zeroize v1.8.2 |
| 1203 | 2026-05-14T16:16:19.354Z | Downloaded tungstenite v0.21.0 |
| 1204 | 2026-05-14T16:16:19.354Z | Downloaded blake3 v1.8.3 |
| 1205 | 2026-05-14T16:16:19.358Z | Downloaded vte v0.14.1 |
| 1206 | 2026-05-14T16:16:19.361Z | Downloaded uuid v1.23.0 |
| 1207 | 2026-05-14T16:16:19.364Z | Downloaded typify v0.6.2 |
| 1208 | 2026-05-14T16:16:19.364Z | Downloaded tracing-core v0.1.36 |
| 1209 | 2026-05-14T16:16:19.367Z | Downloaded tokio-postgres v0.7.16 |
| 1210 | 2026-05-14T16:16:19.369Z | Downloaded rpassword v7.4.0 |
| 1211 | 2026-05-14T16:16:19.369Z | Downloaded tracing-attributes v0.1.31 |
| 1212 | 2026-05-14T16:16:19.373Z | Downloaded git2 v0.20.4 |
| 1213 | 2026-05-14T16:16:19.376Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1214 | 2026-05-14T16:16:19.379Z | Downloaded toml_edit v0.19.15 |
| 1215 | 2026-05-14T16:16:19.388Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1216 | 2026-05-14T16:16:19.393Z | Downloaded zerocopy v0.6.6 |
| 1217 | 2026-05-14T16:16:19.393Z | Downloaded steno v0.4.1 |
| 1218 | 2026-05-14T16:16:19.398Z | Downloaded subprocess v0.2.15 |
| 1219 | 2026-05-14T16:16:19.401Z | Downloaded vergen-lib v0.1.6 |
| 1220 | 2026-05-14T16:16:19.401Z | Downloaded reqwest v0.13.2 |
| 1221 | 2026-05-14T16:16:19.404Z | Downloaded reqwest v0.12.28 |
| 1222 | 2026-05-14T16:16:19.415Z | Downloaded p384 v0.13.1 |
| 1223 | 2026-05-14T16:16:19.418Z | Downloaded unicode_categories v0.1.1 |
| 1224 | 2026-05-14T16:16:19.422Z | Downloaded bindgen v0.71.1 |
| 1225 | 2026-05-14T16:16:19.429Z | Downloaded yansi v1.0.1 |
| 1226 | 2026-05-14T16:16:19.432Z | Downloaded zip v0.6.6 |
| 1227 | 2026-05-14T16:16:19.435Z | Downloaded lalrpop v0.19.12 |
| 1228 | 2026-05-14T16:16:19.441Z | Downloaded zopfli v0.8.3 |
| 1229 | 2026-05-14T16:16:19.445Z | Downloaded ssh-key v0.6.7 |
| 1230 | 2026-05-14T16:16:19.448Z | Downloaded quick-xml v0.37.5 |
| 1231 | 2026-05-14T16:16:19.451Z | Downloaded regex v1.12.3 |
| 1232 | 2026-05-14T16:16:19.453Z | Downloaded rayon v1.11.0 |
| 1233 | 2026-05-14T16:16:19.458Z | Downloaded chrono v0.4.44 |
| 1234 | 2026-05-14T16:16:19.472Z | Downloaded portable-atomic v1.13.1 |
| 1235 | 2026-05-14T16:16:19.480Z | Downloaded moka v0.12.13 |
| 1236 | 2026-05-14T16:16:19.493Z | Downloaded unicode-segmentation v1.12.0 |
| 1237 | 2026-05-14T16:16:19.494Z | Downloaded tower v0.5.3 |
| 1238 | 2026-05-14T16:16:19.497Z | Downloaded x509-cert v0.2.5 |
| 1239 | 2026-05-14T16:16:19.500Z | Downloaded zerocopy-derive v0.8.40 |
| 1240 | 2026-05-14T16:16:19.507Z | Downloaded salty v0.3.0 |
| 1241 | 2026-05-14T16:16:19.510Z | Downloaded unicode-normalization v0.1.25 |
| 1242 | 2026-05-14T16:16:19.513Z | Downloaded rustls-webpki v0.101.7 |
| 1243 | 2026-05-14T16:16:19.521Z | Downloaded object v0.30.4 |
| 1244 | 2026-05-14T16:16:19.526Z | Downloaded goblin v0.10.5 |
| 1245 | 2026-05-14T16:16:19.532Z | Downloaded tokio-util v0.7.18 |
| 1246 | 2026-05-14T16:16:19.535Z | Downloaded serde_with v3.17.0 |
| 1247 | 2026-05-14T16:16:19.543Z | Downloaded tough v0.22.0 |
| 1248 | 2026-05-14T16:16:19.547Z | Downloaded typed-path v0.9.3 |
| 1249 | 2026-05-14T16:16:19.550Z | Downloaded petname v2.0.2 |
| 1250 | 2026-05-14T16:16:19.567Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-05-14T16:16:19.573Z | Downloaded dropshot v0.16.7 |
| 1252 | 2026-05-14T16:16:19.585Z | Downloaded winnow v0.5.40 |
| 1253 | 2026-05-14T16:16:19.590Z | Downloaded bstr v1.12.1 |
| 1254 | 2026-05-14T16:16:19.596Z | Downloaded zip v4.6.1 |
| 1255 | 2026-05-14T16:16:19.599Z | Downloaded curve25519-dalek v4.1.3 |
| 1256 | 2026-05-14T16:16:19.621Z | Downloaded quinn-proto v0.11.13 |
| 1257 | 2026-05-14T16:16:19.625Z | Downloaded proptest v1.10.0 |
| 1258 | 2026-05-14T16:16:19.632Z | Downloaded time v0.3.47 |
| 1259 | 2026-05-14T16:16:19.655Z | Downloaded rustls-webpki v0.102.8 |
| 1260 | 2026-05-14T16:16:19.665Z | Downloaded rustls v0.21.12 |
| 1261 | 2026-05-14T16:16:19.672Z | Downloaded regex-syntax v0.6.29 |
| 1262 | 2026-05-14T16:16:19.679Z | Downloaded radix_trie v0.2.1 |
| 1263 | 2026-05-14T16:16:19.683Z | Downloaded vcpkg v0.2.15 |
| 1264 | 2026-05-14T16:16:19.710Z | Downloaded winnow v0.6.26 |
| 1265 | 2026-05-14T16:16:19.714Z | Downloaded nix v0.28.0 |
| 1266 | 2026-05-14T16:16:19.718Z | Downloaded openssl v0.10.79 |
| 1267 | 2026-05-14T16:16:19.724Z | Downloaded tabled v0.20.0 |
| 1268 | 2026-05-14T16:16:19.735Z | Downloaded zlib-rs v0.6.2 |
| 1269 | 2026-05-14T16:16:19.738Z | Downloaded openapiv3 v2.2.0 |
| 1270 | 2026-05-14T16:16:19.745Z | Downloaded regress v0.11.1 |
| 1271 | 2026-05-14T16:16:19.751Z | Downloaded nix v0.31.2 |
| 1272 | 2026-05-14T16:16:19.758Z | Downloaded smoltcp v0.9.1 |
| 1273 | 2026-05-14T16:16:19.764Z | Downloaded hickory-proto v0.24.4 |
| 1274 | 2026-05-14T16:16:19.774Z | Downloaded object v0.37.3 |
| 1275 | 2026-05-14T16:16:19.781Z | Downloaded webpki-roots v1.0.6 |
| 1276 | 2026-05-14T16:16:19.784Z | Downloaded nix v0.29.0 |
| 1277 | 2026-05-14T16:16:19.790Z | Downloaded zerocopy v0.8.40 |
| 1278 | 2026-05-14T16:16:19.820Z | Downloaded dropshot v0.17.0 |
| 1279 | 2026-05-14T16:16:19.820Z | Downloaded smoltcp v0.11.0 |
| 1280 | 2026-05-14T16:16:19.820Z | Downloaded regress v0.10.5 |
| 1281 | 2026-05-14T16:16:19.823Z | Downloaded rustix v0.38.44 |
| 1282 | 2026-05-14T16:16:19.836Z | Downloaded diesel v2.3.7 |
| 1283 | 2026-05-14T16:16:19.848Z | Downloaded rustls v0.23.37 |
| 1284 | 2026-05-14T16:16:19.855Z | Downloaded regex-syntax v0.8.10 |
| 1285 | 2026-05-14T16:16:19.860Z | Downloaded hickory-proto v0.25.2 |
| 1286 | 2026-05-14T16:16:19.869Z | Downloaded nix v0.27.1 |
| 1287 | 2026-05-14T16:16:19.875Z | Downloaded rustls v0.22.4 |
| 1288 | 2026-05-14T16:16:19.883Z | Downloaded typify-impl v0.6.2 |
| 1289 | 2026-05-14T16:16:19.893Z | Downloaded typify-impl v0.4.3 |
| 1290 | 2026-05-14T16:16:19.902Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1291 | 2026-05-14T16:16:19.910Z | Downloaded sqlparser v0.61.0 |
| 1292 | 2026-05-14T16:16:19.916Z | Downloaded sled v0.34.7 |
| 1293 | 2026-05-14T16:16:19.923Z | Downloaded tracing v0.1.44 |
| 1294 | 2026-05-14T16:16:19.940Z | Downloaded regex-automata v0.4.14 |
| 1295 | 2026-05-14T16:16:19.946Z | Downloaded ratatui v0.29.0 |
| 1296 | 2026-05-14T16:16:19.958Z | Downloaded zerocopy-derive v0.6.6 |
| 1297 | 2026-05-14T16:16:19.964Z | Downloaded petgraph v0.6.5 |
| 1298 | 2026-05-14T16:16:19.975Z | Downloaded polar-core v0.27.3 |
| 1299 | 2026-05-14T16:16:20.001Z | Downloaded libz-sys v1.1.24 |
| 1300 | 2026-05-14T16:16:20.013Z | Downloaded jiff v0.2.21 |
| 1301 | 2026-05-14T16:16:20.024Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1302 | 2026-05-14T16:16:20.037Z | Downloaded tokio v1.52.1 |
| 1303 | 2026-05-14T16:16:20.058Z | Downloaded petgraph v0.8.3 |
| 1304 | 2026-05-14T16:16:20.071Z | Downloaded csv v1.4.0 |
| 1305 | 2026-05-14T16:16:20.086Z | Downloaded sha3 v0.10.8 |
| 1306 | 2026-05-14T16:16:20.128Z | Downloaded encoding_rs v0.8.35 |
| 1307 | 2026-05-14T16:16:20.142Z | Downloaded ring v0.17.14 |
| 1308 | 2026-05-14T16:16:20.188Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1309 | 2026-05-14T16:16:20.655Z | Downloaded aws-lc-sys v0.40.0 |
| 1310 | 2026-05-14T16:16:20.894Z | Compiling libc v0.2.185 |
| 1311 | 2026-05-14T16:16:20.894Z | Compiling serde v1.0.228 |
| 1312 | 2026-05-14T16:16:20.899Z | Compiling log v0.4.29 |
| 1313 | 2026-05-14T16:16:20.899Z | Compiling find-msvc-tools v0.1.9 |
| 1314 | 2026-05-14T16:16:21.041Z | Compiling shlex v1.3.0 |
| 1315 | 2026-05-14T16:16:21.055Z | Compiling smallvec v1.15.1 |
| 1316 | 2026-05-14T16:16:21.068Z | Compiling syn v2.0.117 |
| 1317 | 2026-05-14T16:16:21.078Z | Compiling typenum v1.19.0 |
| 1318 | 2026-05-14T16:16:21.220Z | Compiling generic-array v0.14.7 |
| 1319 | 2026-05-14T16:16:21.246Z | Compiling subtle v2.6.1 |
| 1320 | 2026-05-14T16:16:21.246Z | Compiling scopeguard v1.2.0 |
| 1321 | 2026-05-14T16:16:21.286Z | Compiling const-oid v0.9.6 |
| 1322 | 2026-05-14T16:16:21.360Z | Compiling lock_api v0.4.14 |
| 1323 | 2026-05-14T16:16:21.374Z | Compiling serde_json v1.0.149 |
| 1324 | 2026-05-14T16:16:21.420Z | Compiling zerocopy v0.8.40 |
| 1325 | 2026-05-14T16:16:21.474Z | Compiling portable-atomic v1.13.1 |
| 1326 | 2026-05-14T16:16:21.630Z | Compiling parking_lot_core v0.9.12 |
| 1327 | 2026-05-14T16:16:21.854Z | Compiling pin-project-lite v0.2.17 |
| 1328 | 2026-05-14T16:16:21.877Z | Compiling getrandom v0.2.17 |
| 1329 | 2026-05-14T16:16:21.915Z | Compiling jobserver v0.1.34 |
| 1330 | 2026-05-14T16:16:21.918Z | Compiling errno v0.3.14 |
| 1331 | 2026-05-14T16:16:21.993Z | Compiling rand_core v0.6.4 |
| 1332 | 2026-05-14T16:16:22.026Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-05-14T16:16:22.079Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-05-14T16:16:22.247Z | Compiling cc v1.2.56 |
| 1335 | 2026-05-14T16:16:22.283Z | Compiling bitflags v2.11.0 |
| 1336 | 2026-05-14T16:16:22.305Z | Compiling critical-section v1.2.0 |
| 1337 | 2026-05-14T16:16:22.335Z | Compiling futures-core v0.3.32 |
| 1338 | 2026-05-14T16:16:22.410Z | Compiling libm v0.2.16 |
| 1339 | 2026-05-14T16:16:22.485Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-05-14T16:16:22.510Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-05-14T16:16:22.537Z | Compiling mio v1.2.0 |
| 1342 | 2026-05-14T16:16:22.577Z | Compiling num-traits v0.2.19 |
| 1343 | 2026-05-14T16:16:22.678Z | Compiling percent-encoding v2.3.2 |
| 1344 | 2026-05-14T16:16:22.694Z | Compiling socket2 v0.6.3 |
| 1345 | 2026-05-14T16:16:22.884Z | Compiling futures-sink v0.3.32 |
| 1346 | 2026-05-14T16:16:22.902Z | Compiling slab v0.4.12 |
| 1347 | 2026-05-14T16:16:22.934Z | Compiling getrandom v0.4.1 |
| 1348 | 2026-05-14T16:16:22.992Z | Compiling futures-channel v0.3.32 |
| 1349 | 2026-05-14T16:16:23.033Z | Compiling cpufeatures v0.2.17 |
| 1350 | 2026-05-14T16:16:23.079Z | Compiling futures-io v0.3.32 |
| 1351 | 2026-05-14T16:16:23.108Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-05-14T16:16:23.118Z | Compiling rand_core v0.10.0 |
| 1353 | 2026-05-14T16:16:23.207Z | Compiling indexmap v2.14.0 |
| 1354 | 2026-05-14T16:16:23.221Z | Compiling getrandom v0.3.4 |
| 1355 | 2026-05-14T16:16:23.245Z | Compiling rustversion v1.0.22 |
| 1356 | 2026-05-14T16:16:23.274Z | Compiling cmake v0.1.57 |
| 1357 | 2026-05-14T16:16:23.753Z | Compiling form_urlencoded v1.2.2 |
| 1358 | 2026-05-14T16:16:23.769Z | Compiling fs_extra v1.3.0 |
| 1359 | 2026-05-14T16:16:23.882Z | Compiling synstructure v0.13.2 |
| 1360 | 2026-05-14T16:16:23.885Z | Compiling dunce v1.0.5 |
| 1361 | 2026-05-14T16:16:23.962Z | Compiling base64ct v1.8.3 |
| 1362 | 2026-05-14T16:16:23.991Z | Compiling ident_case v1.0.1 |
| 1363 | 2026-05-14T16:16:24.046Z | Compiling aws-lc-sys v0.40.0 |
| 1364 | 2026-05-14T16:16:24.129Z | Compiling regex-syntax v0.8.10 |
| 1365 | 2026-05-14T16:16:24.246Z | Compiling pem-rfc7468 v0.7.0 |
| 1366 | 2026-05-14T16:16:24.260Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-05-14T16:16:24.266Z | Compiling rustix v1.1.3 |
| 1368 | 2026-05-14T16:16:24.477Z | Compiling flagset v0.4.7 |
| 1369 | 2026-05-14T16:16:24.503Z | Compiling rand_core v0.9.5 |
| 1370 | 2026-05-14T16:16:24.520Z | Compiling ring v0.17.14 |
| 1371 | 2026-05-14T16:16:24.562Z | Compiling aws-lc-rs v1.16.3 |
| 1372 | 2026-05-14T16:16:24.608Z | Compiling vcpkg v0.2.15 |
| 1373 | 2026-05-14T16:16:24.784Z | Compiling uuid v1.23.0 |
| 1374 | 2026-05-14T16:16:24.859Z | Compiling rustc_version v0.4.1 |
| 1375 | 2026-05-14T16:16:25.208Z | Compiling tracing-core v0.1.36 |
| 1376 | 2026-05-14T16:16:25.377Z | Compiling openssl-sys v0.9.115 |
| 1377 | 2026-05-14T16:16:25.513Z | Compiling base64 v0.22.1 |
| 1378 | 2026-05-14T16:16:25.636Z | Compiling serde_derive v1.0.228 |
| 1379 | 2026-05-14T16:16:25.768Z | Compiling zeroize_derive v1.4.3 |
| 1380 | 2026-05-14T16:16:25.843Z | Compiling zerofrom-derive v0.1.6 |
| 1381 | 2026-05-14T16:16:25.916Z | Compiling yoke-derive v0.8.1 |
| 1382 | 2026-05-14T16:16:26.076Z | Compiling zerocopy-derive v0.8.40 |
| 1383 | 2026-05-14T16:16:26.424Z | Compiling zeroize v1.8.2 |
| 1384 | 2026-05-14T16:16:26.536Z | Compiling zerovec-derive v0.11.2 |
| 1385 | 2026-05-14T16:16:27.091Z | Compiling displaydoc v0.2.5 |
| 1386 | 2026-05-14T16:16:27.197Z | Compiling crypto-common v0.1.7 |
| 1387 | 2026-05-14T16:16:27.274Z | Compiling zerofrom v0.1.6 |
| 1388 | 2026-05-14T16:16:27.347Z | Compiling block-buffer v0.10.4 |
| 1389 | 2026-05-14T16:16:27.405Z | Compiling yoke v0.8.1 |
| 1390 | 2026-05-14T16:16:27.522Z | Compiling digest v0.10.7 |
| 1391 | 2026-05-14T16:16:27.601Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-05-14T16:16:27.670Z | Compiling zerovec v0.11.5 |
| 1393 | 2026-05-14T16:16:27.774Z | Compiling futures-macro v0.3.32 |
| 1394 | 2026-05-14T16:16:27.826Z | Compiling zerotrie v0.2.3 |
| 1395 | 2026-05-14T16:16:28.121Z | Compiling tinystr v0.8.2 |
| 1396 | 2026-05-14T16:16:28.161Z | Compiling potential_utf v0.1.4 |
| 1397 | 2026-05-14T16:16:28.309Z | Compiling icu_locale_core v2.1.1 |
| 1398 | 2026-05-14T16:16:28.323Z | Compiling icu_collections v2.1.1 |
| 1399 | 2026-05-14T16:16:28.325Z | Compiling hmac v0.12.1 |
| 1400 | 2026-05-14T16:16:28.475Z | Compiling block-padding v0.3.3 |
| 1401 | 2026-05-14T16:16:28.552Z | Compiling futures-util v0.3.32 |
| 1402 | 2026-05-14T16:16:28.659Z | Compiling inout v0.1.4 |
| 1403 | 2026-05-14T16:16:28.833Z | Compiling cipher v0.4.4 |
| 1404 | 2026-05-14T16:16:28.887Z | Compiling sha2 v0.10.9 |
| 1405 | 2026-05-14T16:16:29.094Z | Compiling bytes v1.11.1 |
| 1406 | 2026-05-14T16:16:29.140Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-05-14T16:16:29.240Z | Compiling der_derive v0.7.3 |
| 1408 | 2026-05-14T16:16:29.433Z | Compiling icu_normalizer v2.1.1 |
| 1409 | 2026-05-14T16:16:29.703Z | Compiling tokio v1.52.1 |
| 1410 | 2026-05-14T16:16:29.733Z | Compiling icu_properties v2.1.2 |
| 1411 | 2026-05-14T16:16:29.981Z | Compiling http v1.4.0 |
| 1412 | 2026-05-14T16:16:30.195Z | Compiling der v0.7.10 |
| 1413 | 2026-05-14T16:16:30.270Z | Compiling chrono v0.4.44 |
| 1414 | 2026-05-14T16:16:30.580Z | Compiling idna_adapter v1.2.1 |
| 1415 | 2026-05-14T16:16:30.721Z | Compiling idna v1.1.0 |
| 1416 | 2026-05-14T16:16:30.819Z | Compiling ppv-lite86 v0.2.21 |
| 1417 | 2026-05-14T16:16:30.838Z | Compiling salsa20 v0.10.2 |
| 1418 | 2026-05-14T16:16:30.863Z | Compiling pbkdf2 v0.12.2 |
| 1419 | 2026-05-14T16:16:30.975Z | Compiling rustls-pki-types v1.14.0 |
| 1420 | 2026-05-14T16:16:30.978Z | Compiling tracing-attributes v0.1.31 |
| 1421 | 2026-05-14T16:16:31.134Z | Compiling url v2.5.8 |
| 1422 | 2026-05-14T16:16:31.353Z | Compiling spki v0.7.3 |
| 1423 | 2026-05-14T16:16:31.365Z | Compiling thiserror-impl v2.0.18 |
| 1424 | 2026-05-14T16:16:31.426Z | Compiling rand_chacha v0.9.0 |
| 1425 | 2026-05-14T16:16:31.553Z | Compiling scrypt v0.11.0 |
| 1426 | 2026-05-14T16:16:31.618Z | Compiling http-body v1.0.1 |
| 1427 | 2026-05-14T16:16:31.772Z | Compiling aes v0.8.4 |
| 1428 | 2026-05-14T16:16:31.806Z | Compiling cbc v0.1.2 |
| 1429 | 2026-05-14T16:16:31.955Z | Compiling openssl-probe v0.2.1 |
| 1430 | 2026-05-14T16:16:31.986Z | Compiling untrusted v0.9.0 |
| 1431 | 2026-05-14T16:16:32.106Z | Compiling untrusted v0.7.1 |
| 1432 | 2026-05-14T16:16:32.120Z | Compiling httparse v1.10.1 |
| 1433 | 2026-05-14T16:16:32.134Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-05-14T16:16:32.206Z | Compiling tinyvec v1.10.0 |
| 1435 | 2026-05-14T16:16:32.266Z | Compiling pkcs5 v0.7.1 |
| 1436 | 2026-05-14T16:16:32.276Z | Compiling tracing v0.1.44 |
| 1437 | 2026-05-14T16:16:32.510Z | Compiling pest_generator v2.8.6 |
| 1438 | 2026-05-14T16:16:32.542Z | Compiling rand v0.9.2 |
| 1439 | 2026-05-14T16:16:32.671Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-05-14T16:16:32.696Z | Compiling serde_derive_internals v0.29.1 |
| 1441 | 2026-05-14T16:16:32.779Z | Compiling aho-corasick v1.1.4 |
| 1442 | 2026-05-14T16:16:32.801Z | Compiling tower-layer v0.3.3 |
| 1443 | 2026-05-14T16:16:32.964Z | Compiling try-lock v0.2.5 |
| 1444 | 2026-05-14T16:16:33.075Z | Compiling atomic-waker v1.1.2 |
| 1445 | 2026-05-14T16:16:33.193Z | Compiling dyn-clone v1.0.20 |
| 1446 | 2026-05-14T16:16:33.207Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-05-14T16:16:33.303Z | Compiling schemars v0.8.22 |
| 1448 | 2026-05-14T16:16:33.321Z | Compiling rustls v0.23.37 |
| 1449 | 2026-05-14T16:16:33.335Z | Compiling tokio-util v0.7.18 |
| 1450 | 2026-05-14T16:16:33.489Z | Compiling pest_derive v2.8.6 |
| 1451 | 2026-05-14T16:16:33.522Z | Compiling want v0.3.1 |
| 1452 | 2026-05-14T16:16:33.595Z | Compiling schemars_derive v0.8.22 |
| 1453 | 2026-05-14T16:16:33.743Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-05-14T16:16:33.949Z | Compiling pkcs8 v0.10.2 |
| 1455 | 2026-05-14T16:16:34.257Z | Compiling h2 v0.4.13 |
| 1456 | 2026-05-14T16:16:34.375Z | Compiling ipnet v2.11.0 |
| 1457 | 2026-05-14T16:16:34.482Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-05-14T16:16:34.567Z | Compiling darling_core v0.20.11 |
| 1459 | 2026-05-14T16:16:34.836Z | Compiling openssl v0.10.79 |
| 1460 | 2026-05-14T16:16:34.875Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-05-14T16:16:35.064Z | Compiling foreign-types-shared v0.1.1 |
| 1462 | 2026-05-14T16:16:35.092Z | Compiling pin-utils v0.1.0 |
| 1463 | 2026-05-14T16:16:35.151Z | Compiling foreign-types v0.3.2 |
| 1464 | 2026-05-14T16:16:35.187Z | Compiling tempfile v3.25.0 |
| 1465 | 2026-05-14T16:16:35.279Z | Compiling scroll v0.13.0 |
| 1466 | 2026-05-14T16:16:35.295Z | Compiling unicode-normalization v0.1.25 |
| 1467 | 2026-05-14T16:16:35.544Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-05-14T16:16:35.746Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1469 | 2026-05-14T16:16:35.931Z | Compiling spin v0.9.8 |
| 1470 | 2026-05-14T16:16:35.974Z | Compiling native-tls v0.2.18 |
| 1471 | 2026-05-14T16:16:36.131Z | Compiling num-conv v0.2.0 |
| 1472 | 2026-05-14T16:16:36.134Z | Compiling powerfmt v0.2.0 |
| 1473 | 2026-05-14T16:16:36.177Z | Compiling time-core v0.1.8 |
| 1474 | 2026-05-14T16:16:36.266Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-05-14T16:16:36.329Z | Compiling time-macros v0.2.27 |
| 1476 | 2026-05-14T16:16:36.348Z | Compiling deranged v0.5.8 |
| 1477 | 2026-05-14T16:16:36.806Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-05-14T16:16:37.267Z | Compiling hyper v1.8.1 |
| 1479 | 2026-05-14T16:16:37.296Z | Compiling darling v0.20.11 |
| 1480 | 2026-05-14T16:16:37.369Z | Compiling goblin v0.10.5 |
| 1481 | 2026-05-14T16:16:37.386Z | Compiling rustls-native-certs v0.8.3 |
| 1482 | 2026-05-14T16:16:37.672Z | Compiling sync_wrapper v1.0.2 |
| 1483 | 2026-05-14T16:16:37.784Z | Compiling wait-timeout v0.2.1 |
| 1484 | 2026-05-14T16:16:37.803Z | Compiling simd-adler32 v0.3.8 |
| 1485 | 2026-05-14T16:16:38.047Z | Compiling unicode-segmentation v1.12.0 |
| 1486 | 2026-05-14T16:16:38.050Z | Compiling syn v1.0.109 |
| 1487 | 2026-05-14T16:16:38.154Z | Compiling usdt-impl v0.6.0 |
| 1488 | 2026-05-14T16:16:38.357Z | Compiling hyper-util v0.1.20 |
| 1489 | 2026-05-14T16:16:38.360Z | Compiling bit-vec v0.8.0 |
| 1490 | 2026-05-14T16:16:38.425Z | Compiling quick-error v1.2.3 |
| 1491 | 2026-05-14T16:16:38.533Z | Compiling siphasher v1.0.2 |
| 1492 | 2026-05-14T16:16:38.648Z | Compiling crossbeam-utils v0.8.21 |
| 1493 | 2026-05-14T16:16:38.771Z | Compiling num_threads v0.1.7 |
| 1494 | 2026-05-14T16:16:38.871Z | Compiling time v0.3.47 |
| 1495 | 2026-05-14T16:16:38.956Z | Compiling bit-set v0.8.0 |
| 1496 | 2026-05-14T16:16:39.123Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-05-14T16:16:39.211Z | Compiling tower v0.5.3 |
| 1498 | 2026-05-14T16:16:39.440Z | Compiling derive_builder_core v0.20.2 |
| 1499 | 2026-05-14T16:16:39.689Z | Compiling dtrace-parser v0.3.0 |
| 1500 | 2026-05-14T16:16:39.798Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-05-14T16:16:40.051Z | Compiling webpki-roots v1.0.6 |
| 1502 | 2026-05-14T16:16:40.160Z | Compiling dof v0.4.0 |
| 1503 | 2026-05-14T16:16:40.175Z | Compiling signature v2.2.0 |
| 1504 | 2026-05-14T16:16:40.324Z | Compiling thiserror-impl v1.0.69 |
| 1505 | 2026-05-14T16:16:40.359Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-05-14T16:16:40.435Z | Compiling heapless v0.7.17 |
| 1507 | 2026-05-14T16:16:40.456Z | Compiling rand_xorshift v0.4.0 |
| 1508 | 2026-05-14T16:16:40.620Z | Compiling slog v2.8.2 |
| 1509 | 2026-05-14T16:16:40.671Z | Compiling darling_core v0.21.3 |
| 1510 | 2026-05-14T16:16:40.805Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-05-14T16:16:41.000Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-05-14T16:16:41.080Z | Compiling cookie v0.18.1 |
| 1513 | 2026-05-14T16:16:41.093Z | Compiling iri-string v0.7.10 |
| 1514 | 2026-05-14T16:16:41.260Z | Compiling allocator-api2 v0.2.21 |
| 1515 | 2026-05-14T16:16:41.304Z | Compiling signal-hook v0.3.18 |
| 1516 | 2026-05-14T16:16:41.476Z | Compiling ryu v1.0.23 |
| 1517 | 2026-05-14T16:16:41.571Z | Compiling unicode-properties v0.1.4 |
| 1518 | 2026-05-14T16:16:41.585Z | Compiling unicode-bidi v0.3.18 |
| 1519 | 2026-05-14T16:16:41.654Z | Compiling unarray v0.1.4 |
| 1520 | 2026-05-14T16:16:41.669Z | Compiling anyhow v1.0.102 |
| 1521 | 2026-05-14T16:16:41.766Z | Compiling zstd-safe v7.2.4 |
| 1522 | 2026-05-14T16:16:41.779Z | Compiling paste v1.0.15 |
| 1523 | 2026-05-14T16:16:41.962Z | Compiling adler2 v2.0.1 |
| 1524 | 2026-05-14T16:16:42.090Z | Compiling miniz_oxide v0.8.9 |
| 1525 | 2026-05-14T16:16:42.103Z | Compiling stringprep v0.1.5 |
| 1526 | 2026-05-14T16:16:42.119Z | Compiling proptest v1.10.0 |
| 1527 | 2026-05-14T16:16:42.189Z | Compiling tower-http v0.6.8 |
| 1528 | 2026-05-14T16:16:42.538Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-05-14T16:16:42.566Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-05-14T16:16:42.692Z | Compiling scroll v0.12.0 |
| 1531 | 2026-05-14T16:16:42.852Z | Compiling derive_builder_macro v0.20.2 |
| 1532 | 2026-05-14T16:16:43.131Z | Compiling darling_macro v0.21.3 |
| 1533 | 2026-05-14T16:16:43.165Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-05-14T16:16:43.297Z | Compiling heck v0.4.1 |
| 1535 | 2026-05-14T16:16:43.328Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-05-14T16:16:43.404Z | Compiling bstr v1.12.1 |
| 1537 | 2026-05-14T16:16:43.524Z | Compiling rand_chacha v0.3.1 |
| 1538 | 2026-05-14T16:16:43.659Z | Compiling serde_tokenstream v0.2.3 |
| 1539 | 2026-05-14T16:16:43.776Z | Compiling erased-serde v0.3.31 |
| 1540 | 2026-05-14T16:16:43.791Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-05-14T16:16:43.976Z | Compiling serde_spanned v0.6.9 |
| 1542 | 2026-05-14T16:16:44.068Z | Compiling md-5 v0.10.6 |
| 1543 | 2026-05-14T16:16:44.088Z | Compiling async-trait v0.1.89 |
| 1544 | 2026-05-14T16:16:44.122Z | Compiling pin-project-internal v1.1.11 |
| 1545 | 2026-05-14T16:16:44.229Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-05-14T16:16:44.285Z | Compiling curve25519-dalek v4.1.3 |
| 1547 | 2026-05-14T16:16:44.341Z | Compiling vergen-lib v0.1.6 |
| 1548 | 2026-05-14T16:16:44.530Z | Compiling num-integer v0.1.46 |
| 1549 | 2026-05-14T16:16:44.614Z | Compiling hash32 v0.2.1 |
| 1550 | 2026-05-14T16:16:44.815Z | Compiling ff v0.13.1 |
| 1551 | 2026-05-14T16:16:44.859Z | Compiling memoffset v0.9.1 |
| 1552 | 2026-05-14T16:16:44.956Z | Compiling zlib-rs v0.6.2 |
| 1553 | 2026-05-14T16:16:46.060Z | Compiling num-bigint-dig v0.8.6 |
| 1554 | 2026-05-14T16:16:46.064Z | Compiling ref-cast v1.0.25 |
| 1555 | 2026-05-14T16:16:46.064Z | Compiling cfg_aliases v0.2.1 |
| 1556 | 2026-05-14T16:16:46.064Z | Compiling litrs v1.0.0 |
| 1557 | 2026-05-14T16:16:46.064Z | Compiling rustix v0.38.44 |
| 1558 | 2026-05-14T16:16:46.064Z | Compiling base16ct v0.2.0 |
| 1559 | 2026-05-14T16:16:46.064Z | Compiling smoltcp v0.9.1 |
| 1560 | 2026-05-14T16:16:46.064Z | Compiling psl-types v2.0.11 |
| 1561 | 2026-05-14T16:16:46.064Z | Compiling fallible-iterator v0.2.0 |
| 1562 | 2026-05-14T16:16:46.064Z | Compiling publicsuffix v2.3.0 |
| 1563 | 2026-05-14T16:16:46.064Z | Compiling document-features v0.2.12 |
| 1564 | 2026-05-14T16:16:46.064Z | Compiling sec1 v0.7.3 |
| 1565 | 2026-05-14T16:16:46.064Z | Compiling postgres-protocol v0.6.10 |
| 1566 | 2026-05-14T16:16:46.064Z | Compiling pin-project v1.1.11 |
| 1567 | 2026-05-14T16:16:46.064Z | Compiling nix v0.31.2 |
| 1568 | 2026-05-14T16:16:46.080Z | Compiling zerocopy v0.7.35 |
| 1569 | 2026-05-14T16:16:46.350Z | Compiling group v0.13.0 |
| 1570 | 2026-05-14T16:16:46.399Z | Compiling num-iter v0.1.45 |
| 1571 | 2026-05-14T16:16:46.554Z | Compiling newtype-uuid v1.3.2 |
| 1572 | 2026-05-14T16:16:46.617Z | Compiling rand v0.8.6 |
| 1573 | 2026-05-14T16:16:46.806Z | Compiling hubpack_derive v0.1.1 |
| 1574 | 2026-05-14T16:16:46.848Z | Compiling darling v0.21.3 |
| 1575 | 2026-05-14T16:16:46.880Z | Compiling oxnet v0.1.4 |
| 1576 | 2026-05-14T16:16:46.932Z | Compiling snafu-derive v0.8.9 |
| 1577 | 2026-05-14T16:16:47.086Z | Compiling derive_builder v0.20.2 |
| 1578 | 2026-05-14T16:16:47.218Z | Compiling hyper-tls v0.6.0 |
| 1579 | 2026-05-14T16:16:47.265Z | Compiling goblin v0.8.2 |
| 1580 | 2026-05-14T16:16:47.754Z | Compiling flate2 v1.1.9 |
| 1581 | 2026-05-14T16:16:47.984Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-05-14T16:16:48.126Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-05-14T16:16:48.163Z | Compiling regex v1.12.3 |
| 1584 | 2026-05-14T16:16:48.223Z | Compiling strum_macros v0.27.2 |
| 1585 | 2026-05-14T16:16:48.223Z | Compiling futures-executor v0.3.32 |
| 1586 | 2026-05-14T16:16:48.339Z | Compiling cargo-platform v0.1.9 |
| 1587 | 2026-05-14T16:16:48.497Z | Compiling hex v0.4.3 |
| 1588 | 2026-05-14T16:16:48.626Z | Compiling hkdf v0.12.4 |
| 1589 | 2026-05-14T16:16:48.639Z | Compiling crypto-bigint v0.5.5 |
| 1590 | 2026-05-14T16:16:48.785Z | Compiling terminal_size v0.4.3 |
| 1591 | 2026-05-14T16:16:48.799Z | Compiling ref-cast-impl v1.0.25 |
| 1592 | 2026-05-14T16:16:48.862Z | Compiling daft-derive v0.1.5 |
| 1593 | 2026-05-14T16:16:48.930Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1594 | 2026-05-14T16:16:49.343Z | Compiling vergen v9.0.6 |
| 1595 | 2026-05-14T16:16:49.532Z | Compiling fs-err v3.3.0 |
| 1596 | 2026-05-14T16:16:49.587Z | Compiling ahash v0.8.12 |
| 1597 | 2026-05-14T16:16:49.590Z | Compiling encoding_rs v0.8.35 |
| 1598 | 2026-05-14T16:16:49.726Z | Compiling object v0.37.3 |
| 1599 | 2026-05-14T16:16:49.793Z | Compiling winnow v0.5.40 |
| 1600 | 2026-05-14T16:16:49.994Z | Compiling bumpalo v3.20.2 |
| 1601 | 2026-05-14T16:16:50.199Z | Compiling same-file v1.0.6 |
| 1602 | 2026-05-14T16:16:50.253Z | Compiling foldhash v0.2.0 |
| 1603 | 2026-05-14T16:16:50.368Z | Compiling foldhash v0.1.5 |
| 1604 | 2026-05-14T16:16:50.477Z | Compiling bitflags v1.3.2 |
| 1605 | 2026-05-14T16:16:50.544Z | Compiling libbz2-rs-sys v0.2.2 |
| 1606 | 2026-05-14T16:16:50.558Z | Compiling mime v0.3.17 |
| 1607 | 2026-05-14T16:16:50.763Z | Compiling managed v0.8.0 |
| 1608 | 2026-05-14T16:16:50.779Z | Compiling hashbrown v0.15.5 |
| 1609 | 2026-05-14T16:16:50.814Z | Compiling hashbrown v0.16.1 |
| 1610 | 2026-05-14T16:16:50.982Z | Compiling bzip2 v0.6.1 |
| 1611 | 2026-05-14T16:16:51.123Z | Compiling toml_edit v0.19.15 |
| 1612 | 2026-05-14T16:16:51.208Z | Compiling walkdir v2.5.0 |
| 1613 | 2026-05-14T16:16:51.221Z | Compiling zopfli v0.8.3 |
| 1614 | 2026-05-14T16:16:51.323Z | Compiling clap_builder v4.5.60 |
| 1615 | 2026-05-14T16:16:51.400Z | Compiling strum v0.27.2 |
| 1616 | 2026-05-14T16:16:51.586Z | Compiling daft v0.1.5 |
| 1617 | 2026-05-14T16:16:51.868Z | Compiling elliptic-curve v0.13.8 |
| 1618 | 2026-05-14T16:16:51.898Z | Compiling dof v0.3.0 |
| 1619 | 2026-05-14T16:16:52.090Z | Compiling snafu v0.8.9 |
| 1620 | 2026-05-14T16:16:52.259Z | Compiling cargo_metadata v0.19.2 |
| 1621 | 2026-05-14T16:16:52.448Z | Compiling futures v0.3.32 |
| 1622 | 2026-05-14T16:16:52.610Z | Compiling phf v0.13.1 |
| 1623 | 2026-05-14T16:16:52.766Z | Compiling cookie_store v0.22.1 |
| 1624 | 2026-05-14T16:16:53.413Z | Compiling signal-hook-mio v0.2.5 |
| 1625 | 2026-05-14T16:16:53.471Z | Compiling zstd v0.13.3 |
| 1626 | 2026-05-14T16:16:53.535Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-05-14T16:16:53.590Z | Compiling bzip2 v0.4.4 |
| 1628 | 2026-05-14T16:16:53.763Z | Compiling serde_with_macros v3.17.0 |
| 1629 | 2026-05-14T16:16:53.810Z | Compiling postgres-types v0.2.12 |
| 1630 | 2026-05-14T16:16:53.864Z | Compiling usdt-macro v0.6.0 |
| 1631 | 2026-05-14T16:16:54.342Z | Compiling usdt-attr-macro v0.6.0 |
| 1632 | 2026-05-14T16:16:54.367Z | Compiling globset v0.4.18 |
| 1633 | 2026-05-14T16:16:54.607Z | Compiling dtrace-parser v0.2.0 |
| 1634 | 2026-05-14T16:16:54.670Z | Compiling ed25519 v2.2.3 |
| 1635 | 2026-05-14T16:16:54.887Z | Compiling phf_shared v0.11.3 |
| 1636 | 2026-05-14T16:16:54.938Z | Compiling olpc-cjson v0.1.4 |
| 1637 | 2026-05-14T16:16:55.060Z | Compiling pkcs1 v0.7.5 |
| 1638 | 2026-05-14T16:16:55.075Z | Compiling strum_macros v0.26.4 |
| 1639 | 2026-05-14T16:16:55.098Z | Compiling clap_derive v4.5.55 |
| 1640 | 2026-05-14T16:16:55.130Z | Compiling enum-as-inner v0.6.1 |
| 1641 | 2026-05-14T16:16:55.356Z | Compiling serde-big-array v0.5.1 |
| 1642 | 2026-05-14T16:16:55.459Z | Compiling serde_plain v1.0.2 |
| 1643 | 2026-05-14T16:16:55.499Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-05-14T16:16:55.590Z | Compiling pem v3.0.6 |
| 1645 | 2026-05-14T16:16:55.625Z | Compiling serde_repr v0.1.20 |
| 1646 | 2026-05-14T16:16:55.625Z | Compiling async-recursion v1.1.1 |
| 1647 | 2026-05-14T16:16:55.657Z | Compiling float-cmp v0.10.0 |
| 1648 | 2026-05-14T16:16:55.804Z | Compiling memmap2 v0.9.10 |
| 1649 | 2026-05-14T16:16:55.916Z | Compiling thread-id v4.2.2 |
| 1650 | 2026-05-14T16:16:56.006Z | Compiling env_filter v1.0.0 |
| 1651 | 2026-05-14T16:16:56.019Z | Compiling rustc-hash v2.1.1 |
| 1652 | 2026-05-14T16:16:56.143Z | Compiling keccak v0.1.6 |
| 1653 | 2026-05-14T16:16:56.146Z | Compiling jiff v0.2.21 |
| 1654 | 2026-05-14T16:16:56.272Z | Compiling fixedbitset v0.4.2 |
| 1655 | 2026-05-14T16:16:56.306Z | Compiling precomputed-hash v0.1.1 |
| 1656 | 2026-05-14T16:16:56.395Z | Compiling new_debug_unreachable v1.0.6 |
| 1657 | 2026-05-14T16:16:56.473Z | Compiling predicates-core v1.0.10 |
| 1658 | 2026-05-14T16:16:56.491Z | Compiling fixedbitset v0.5.7 |
| 1659 | 2026-05-14T16:16:56.648Z | Compiling either v1.15.0 |
| 1660 | 2026-05-14T16:16:56.791Z | Compiling typed-path v0.9.3 |
| 1661 | 2026-05-14T16:16:56.794Z | Compiling whoami v2.1.0 |
| 1662 | 2026-05-14T16:16:56.850Z | Compiling data-encoding v2.10.0 |
| 1663 | 2026-05-14T16:16:56.863Z | Compiling normalize-line-endings v0.3.0 |
| 1664 | 2026-05-14T16:16:56.945Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-05-14T16:16:56.962Z | Compiling difflib v0.4.0 |
| 1666 | 2026-05-14T16:16:57.025Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1667 | 2026-05-14T16:16:57.173Z | Compiling hickory-proto v0.25.2 |
| 1668 | 2026-05-14T16:16:57.523Z | Compiling predicates v3.1.4 |
| 1669 | 2026-05-14T16:16:57.541Z | Compiling tokio-postgres v0.7.16 |
| 1670 | 2026-05-14T16:16:58.019Z | Compiling toml_edit v0.22.27 |
| 1671 | 2026-05-14T16:16:58.176Z | Compiling clap v4.5.60 |
| 1672 | 2026-05-14T16:16:58.190Z | Compiling itertools v0.13.0 |
| 1673 | 2026-05-14T16:16:58.261Z | Compiling strum v0.26.3 |
| 1674 | 2026-05-14T16:16:58.397Z | Compiling petgraph v0.8.3 |
| 1675 | 2026-05-14T16:16:59.465Z | Compiling zip v4.6.1 |
| 1676 | 2026-05-14T16:16:59.851Z | Compiling string_cache v0.8.9 |
| 1677 | 2026-05-14T16:16:59.863Z | Compiling petgraph v0.6.5 |
| 1678 | 2026-05-14T16:17:00.006Z | Compiling sha3 v0.10.8 |
| 1679 | 2026-05-14T16:17:00.377Z | Compiling env_logger v0.11.9 |
| 1680 | 2026-05-14T16:17:00.390Z | Compiling iddqd v0.3.18 |
| 1681 | 2026-05-14T16:17:00.450Z | Compiling usdt-impl v0.5.0 |
| 1682 | 2026-05-14T16:17:00.464Z | Compiling usdt v0.6.0 |
| 1683 | 2026-05-14T16:17:00.725Z | Compiling ecdsa v0.16.9 |
| 1684 | 2026-05-14T16:17:00.739Z | Compiling rsa v0.9.10 |
| 1685 | 2026-05-14T16:17:00.812Z | Compiling serde_with v3.17.0 |
| 1686 | 2026-05-14T16:17:01.029Z | Compiling ed25519-dalek v2.2.0 |
| 1687 | 2026-05-14T16:17:01.117Z | Compiling crossterm v0.28.1 |
| 1688 | 2026-05-14T16:17:01.515Z | Compiling zip v0.6.6 |
| 1689 | 2026-05-14T16:17:01.877Z | Compiling toml v0.7.8 |
| 1690 | 2026-05-14T16:17:02.434Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1691 | 2026-05-14T16:17:02.476Z | Compiling similar v2.7.0 |
| 1692 | 2026-05-14T16:17:02.494Z | Compiling crossbeam-epoch v0.9.18 |
| 1693 | 2026-05-14T16:17:02.517Z | Compiling tokio-stream v0.1.18 |
| 1694 | 2026-05-14T16:17:02.755Z | Compiling buf-list v1.1.2 |
| 1695 | 2026-05-14T16:17:02.826Z | Compiling x509-cert v0.2.5 |
| 1696 | 2026-05-14T16:17:02.975Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1697 | 2026-05-14T16:17:03.032Z | Compiling openapiv3 v2.2.0 |
| 1698 | 2026-05-14T16:17:03.070Z | Compiling sha1 v0.10.6 |
| 1699 | 2026-05-14T16:17:03.274Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1700 | 2026-05-14T16:17:03.295Z | Compiling peg-runtime v0.8.5 |
| 1701 | 2026-05-14T16:17:03.339Z | Compiling lalrpop-util v0.19.12 |
| 1702 | 2026-05-14T16:17:03.538Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-05-14T16:17:03.562Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-05-14T16:17:03.611Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-05-14T16:17:03.828Z | Compiling is-terminal v0.4.17 |
| 1706 | 2026-05-14T16:17:03.895Z | Compiling filetime v0.2.27 |
| 1707 | 2026-05-14T16:17:03.931Z | Compiling term v1.2.1 |
| 1708 | 2026-05-14T16:17:04.034Z | Compiling xattr v1.6.1 |
| 1709 | 2026-05-14T16:17:04.071Z | Compiling take_mut v0.2.2 |
| 1710 | 2026-05-14T16:17:04.206Z | Compiling slog-term v2.9.2 |
| 1711 | 2026-05-14T16:17:04.461Z | Compiling tar v0.4.45 |
| 1712 | 2026-05-14T16:17:13.624Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-05-14T16:17:16.407Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-05-14T16:17:16.408Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-05-14T16:17:16.610Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-05-14T16:17:16.902Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-05-14T16:17:16.902Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-05-14T16:17:18.065Z | Compiling tough v0.22.0 |
| 1719 | 2026-05-14T16:17:20.618Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-05-14T16:17:20.837Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-05-14T16:17:23.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1722 | 2026-05-14T16:17:23.845Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1723 | 2026-05-14T16:17:23.901Z | May 14 16:17:22.434 INFO Starting download, target: Cockroach |
| 1724 | 2026-05-14T16:17:23.901Z | May 14 16:17:22.434 INFO Starting download, target: Clickhouse |
| 1725 | 2026-05-14T16:17:23.901Z | May 14 16:17:22.434 INFO Starting download, target: Console |
| 1726 | 2026-05-14T16:17:23.901Z | May 14 16:17:22.434 INFO Starting download, target: DendriteStub |
| 1727 | 2026-05-14T16:17:23.906Z | May 14 16:17:22.434 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-05-14T16:17:23.906Z | May 14 16:17:22.434 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-05-14T16:17:23.906Z | May 14 16:17:22.434 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1730 | 2026-05-14T16:17:23.906Z | May 14 16:17:22.434 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1731 | 2026-05-14T16:17:23.906Z | May 14 16:17:22.434 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1732 | 2026-05-14T16:17:23.906Z | May 14 16:17:22.434 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-05-14T16:17:23.906Z | May 14 16:17:22.434 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1734 | 2026-05-14T16:17:23.906Z | May 14 16:17:22.434 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1735 | 2026-05-14T16:17:24.416Z | May 14 16:17:22.936 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1736 | 2026-05-14T16:17:24.622Z | May 14 16:17:23.137 INFO Download complete, target: TransceiverControl |
| 1737 | 2026-05-14T16:17:24.930Z | May 14 16:17:23.453 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1738 | 2026-05-14T16:17:25.148Z | May 14 16:17:23.681 INFO Download complete, target: Console |
| 1739 | 2026-05-14T16:17:25.556Z | May 14 16:17:24.079 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1740 | 2026-05-14T16:17:25.939Z | May 14 16:17:24.468 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1741 | 2026-05-14T16:17:26.276Z | May 14 16:17:24.808 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1742 | 2026-05-14T16:17:26.306Z | May 14 16:17:24.840 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1743 | 2026-05-14T16:17:26.307Z | May 14 16:17:24.840 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1744 | 2026-05-14T16:17:27.879Z | May 14 16:17:26.412 INFO Download complete, target: DendriteStub |
| 1745 | 2026-05-14T16:17:28.290Z | May 14 16:17:26.820 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-05-14T16:17:30.897Z | May 14 16:17:29.429 INFO Checking that binary works, target: Cockroach |
| 1747 | 2026-05-14T16:17:31.032Z | May 14 16:17:29.560 INFO Download complete, target: Cockroach |
| 1748 | 2026-05-14T16:17:32.918Z | May 14 16:17:31.449 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-05-14T16:17:33.034Z | May 14 16:17:31.567 INFO Download complete, target: Clickhouse |
| 1750 | 2026-05-14T16:17:33.059Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-05-14T16:17:33.062Z | |
| 1752 | 2026-05-14T16:17:33.062Z | real 2:16.141454735 |
| 1753 | 2026-05-14T16:17:33.063Z | user 6:54.686638760 |
| 1754 | 2026-05-14T16:17:33.063Z | sys 1:23.205955026 |
| 1755 | 2026-05-14T16:17:33.063Z | trap 0.224588201 |
| 1756 | 2026-05-14T16:17:33.063Z | tflt 0.889821944 |
| 1757 | 2026-05-14T16:17:33.063Z | dflt 1.137057683 |
| 1758 | 2026-05-14T16:17:33.063Z | kflt 0.026215196 |
| 1759 | 2026-05-14T16:17:33.063Z | lock 21:30.952288610 |
| 1760 | 2026-05-14T16:17:33.063Z | slp 21:23.848473448 |
| 1761 | 2026-05-14T16:17:33.063Z | lat 44.483567572 |
| 1762 | 2026-05-14T16:17:33.063Z | stop 1:55.738435174 |
| 1763 | 2026-05-14T16:17:33.063Z | + banner hack-check |
| 1764 | 2026-05-14T16:17:33.063Z | |
| 1765 | 2026-05-14T16:17:33.063Z | # # ## #### # # #### # # ###### #### # # |
| 1766 | 2026-05-14T16:17:33.063Z | # # # # # # # # # # # # # # # # # |
| 1767 | 2026-05-14T16:17:33.063Z | ###### # # # #### ##### # ###### ##### # #### |
| 1768 | 2026-05-14T16:17:33.063Z | # # ###### # # # # # # # # # # |
| 1769 | 2026-05-14T16:17:33.063Z | # # # # # # # # # # # # # # # # # |
| 1770 | 2026-05-14T16:17:33.063Z | # # # # #### # # #### # # ###### #### # # |
| 1771 | 2026-05-14T16:17:33.063Z | |
| 1772 | 2026-05-14T16:17:33.063Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-14T16:17:33.064Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-05-14T16:17:33.064Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1775 | 2026-05-14T16:17:33.601Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-05-14T16:17:33.861Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-05-14T16:17:35.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1778 | 2026-05-14T16:17:35.764Z | Running `target/debug/xtask check-features --ci` |
| 1779 | 2026-05-14T16:17:35.794Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1780 | 2026-05-14T16:17:35.796Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1781 | 2026-05-14T16:17:36.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1782 | 2026-05-14T16:17:36.359Z | Running `target/debug/xtask download cargo-hack` |
| 1783 | 2026-05-14T16:17:37.101Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1784 | 2026-05-14T16:17:37.414Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1785 | 2026-05-14T16:17:39.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 1786 | 2026-05-14T16:17:40.023Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1787 | 2026-05-14T16:17:40.065Z | May 14 16:17:38.597 INFO Starting download, target: CargoHack |
| 1788 | 2026-05-14T16:17:40.068Z | May 14 16:17:38.598 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1789 | 2026-05-14T16:17:40.255Z | May 14 16:17:38.785 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1790 | 2026-05-14T16:17:40.303Z | May 14 16:17:38.834 INFO Download complete, target: CargoHack |
| 1791 | 2026-05-14T16:17:40.306Z | 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" |
| 1792 | 2026-05-14T16:17:40.319Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1793 | 2026-05-14T16:17:40.468Z | info: running `cargo check --bins` on api_identity (1/274) |
| 1794 | 2026-05-14T16:17:40.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2026-05-14T16:17:40.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2026-05-14T16:17:40.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2026-05-14T16:17:40.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1798 | 2026-05-14T16:17:41.052Z | |
| 1799 | 2026-05-14T16:17:41.052Z | info: running `cargo check --bins` on bootstore (2/274) |
| 1800 | 2026-05-14T16:17:41.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2026-05-14T16:17:41.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2026-05-14T16:17:41.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2026-05-14T16:17:41.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1804 | 2026-05-14T16:17:41.637Z | |
| 1805 | 2026-05-14T16:17:41.637Z | info: running `cargo check --bins` on omicron-ledger (3/274) |
| 1806 | 2026-05-14T16:17:42.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2026-05-14T16:17:42.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2026-05-14T16:17:42.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2026-05-14T16:17:42.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1810 | 2026-05-14T16:17:42.213Z | |
| 1811 | 2026-05-14T16:17:42.213Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274) |
| 1812 | 2026-05-14T16:17:42.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2026-05-14T16:17:42.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2026-05-14T16:17:42.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2026-05-14T16:17:42.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1816 | 2026-05-14T16:17:42.795Z | |
| 1817 | 2026-05-14T16:17:42.795Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274) |
| 1818 | 2026-05-14T16:17:43.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2026-05-14T16:17:43.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2026-05-14T16:17:43.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2026-05-14T16:17:43.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1822 | 2026-05-14T16:17:43.382Z | |
| 1823 | 2026-05-14T16:17:43.382Z | info: running `cargo check --bins` on omicron-certificates (6/274) |
| 1824 | 2026-05-14T16:17:43.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-05-14T16:17:43.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-05-14T16:17:43.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-05-14T16:17:43.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1828 | 2026-05-14T16:17:43.982Z | |
| 1829 | 2026-05-14T16:17:43.982Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/274) |
| 1830 | 2026-05-14T16:17:44.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-05-14T16:17:44.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-05-14T16:17:44.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-05-14T16:17:44.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1834 | 2026-05-14T16:17:44.574Z | |
| 1835 | 2026-05-14T16:17:44.574Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274) |
| 1836 | 2026-05-14T16:17:45.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-05-14T16:17:45.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-05-14T16:17:45.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-05-14T16:17:45.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1840 | 2026-05-14T16:17:45.165Z | |
| 1841 | 2026-05-14T16:17:45.165Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274) |
| 1842 | 2026-05-14T16:17:45.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-05-14T16:17:45.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-05-14T16:17:45.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-05-14T16:17:45.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1846 | 2026-05-14T16:17:45.634Z | |
| 1847 | 2026-05-14T16:17:45.634Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274) |
| 1848 | 2026-05-14T16:17:46.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-05-14T16:17:46.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-05-14T16:17:46.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-05-14T16:17:46.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1852 | 2026-05-14T16:17:46.111Z | |
| 1853 | 2026-05-14T16:17:46.111Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274) |
| 1854 | 2026-05-14T16:17:46.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-05-14T16:17:46.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-05-14T16:17:46.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-05-14T16:17:46.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1858 | 2026-05-14T16:17:46.577Z | |
| 1859 | 2026-05-14T16:17:46.577Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274) |
| 1860 | 2026-05-14T16:17:46.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-05-14T16:17:46.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-05-14T16:17:46.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-05-14T16:17:46.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1864 | 2026-05-14T16:17:47.046Z | |
| 1865 | 2026-05-14T16:17:47.046Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274) |
| 1866 | 2026-05-14T16:17:47.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-05-14T16:17:47.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-05-14T16:17:47.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-05-14T16:17:47.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1870 | 2026-05-14T16:17:47.511Z | |
| 1871 | 2026-05-14T16:17:47.511Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274) |
| 1872 | 2026-05-14T16:17:47.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-05-14T16:17:47.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-05-14T16:17:47.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-05-14T16:17:47.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1876 | 2026-05-14T16:17:47.981Z | |
| 1877 | 2026-05-14T16:17:47.981Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274) |
| 1878 | 2026-05-14T16:17:48.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-05-14T16:17:48.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-05-14T16:17:48.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-05-14T16:17:48.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1882 | 2026-05-14T16:17:48.444Z | |
| 1883 | 2026-05-14T16:17:48.444Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274) |
| 1884 | 2026-05-14T16:17:48.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-05-14T16:17:48.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-05-14T16:17:48.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-05-14T16:17:48.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1888 | 2026-05-14T16:17:48.912Z | |
| 1889 | 2026-05-14T16:17:48.912Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274) |
| 1890 | 2026-05-14T16:17:49.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-05-14T16:17:49.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-05-14T16:17:49.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-05-14T16:17:49.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1894 | 2026-05-14T16:17:49.385Z | |
| 1895 | 2026-05-14T16:17:49.385Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274) |
| 1896 | 2026-05-14T16:17:49.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-05-14T16:17:49.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-05-14T16:17:49.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-05-14T16:17:49.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1900 | 2026-05-14T16:17:49.856Z | |
| 1901 | 2026-05-14T16:17:49.856Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274) |
| 1902 | 2026-05-14T16:17:50.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-05-14T16:17:50.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-05-14T16:17:50.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-05-14T16:17:50.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1906 | 2026-05-14T16:17:50.322Z | |
| 1907 | 2026-05-14T16:17:50.322Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274) |
| 1908 | 2026-05-14T16:17:50.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-05-14T16:17:50.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-05-14T16:17:50.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-05-14T16:17:50.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1912 | 2026-05-14T16:17:50.794Z | |
| 1913 | 2026-05-14T16:17:50.794Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274) |
| 1914 | 2026-05-14T16:17:51.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-05-14T16:17:51.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-05-14T16:17:51.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-05-14T16:17:51.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1918 | 2026-05-14T16:17:51.262Z | |
| 1919 | 2026-05-14T16:17:51.262Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274) |
| 1920 | 2026-05-14T16:17:51.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-05-14T16:17:51.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-05-14T16:17:51.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-05-14T16:17:51.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1924 | 2026-05-14T16:17:51.734Z | |
| 1925 | 2026-05-14T16:17:51.734Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274) |
| 1926 | 2026-05-14T16:17:52.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-05-14T16:17:52.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-05-14T16:17:52.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-05-14T16:17:52.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1930 | 2026-05-14T16:17:52.205Z | |
| 1931 | 2026-05-14T16:17:52.205Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274) |
| 1932 | 2026-05-14T16:17:52.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-05-14T16:17:52.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-05-14T16:17:52.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-05-14T16:17:52.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1936 | 2026-05-14T16:17:52.680Z | |
| 1937 | 2026-05-14T16:17:52.680Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274) |
| 1938 | 2026-05-14T16:17:53.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-05-14T16:17:53.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-05-14T16:17:53.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-05-14T16:17:53.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1942 | 2026-05-14T16:17:53.152Z | |
| 1943 | 2026-05-14T16:17:53.153Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274) |
| 1944 | 2026-05-14T16:17:53.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-05-14T16:17:53.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-05-14T16:17:53.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-05-14T16:17:53.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1948 | 2026-05-14T16:17:53.647Z | |
| 1949 | 2026-05-14T16:17:53.647Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274) |
| 1950 | 2026-05-14T16:17:54.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-05-14T16:17:54.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-05-14T16:17:54.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-05-14T16:17:54.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1954 | 2026-05-14T16:17:54.095Z | |
| 1955 | 2026-05-14T16:17:54.095Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274) |
| 1956 | 2026-05-14T16:17:54.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-05-14T16:17:54.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-05-14T16:17:54.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-05-14T16:17:54.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1960 | 2026-05-14T16:17:54.570Z | |
| 1961 | 2026-05-14T16:17:54.570Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274) |
| 1962 | 2026-05-14T16:17:54.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-05-14T16:17:54.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-05-14T16:17:54.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-05-14T16:17:54.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1966 | 2026-05-14T16:17:55.044Z | |
| 1967 | 2026-05-14T16:17:55.044Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274) |
| 1968 | 2026-05-14T16:17:55.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-05-14T16:17:55.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-05-14T16:17:55.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-05-14T16:17:55.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1972 | 2026-05-14T16:17:55.515Z | |
| 1973 | 2026-05-14T16:17:55.515Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274) |
| 1974 | 2026-05-14T16:17:55.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-05-14T16:17:55.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-05-14T16:17:55.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-05-14T16:17:55.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1978 | 2026-05-14T16:17:56.001Z | |
| 1979 | 2026-05-14T16:17:56.001Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274) |
| 1980 | 2026-05-14T16:17:56.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-05-14T16:17:56.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-05-14T16:17:56.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-05-14T16:17:56.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1984 | 2026-05-14T16:17:56.456Z | |
| 1985 | 2026-05-14T16:17:56.456Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274) |
| 1986 | 2026-05-14T16:17:56.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-05-14T16:17:56.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-05-14T16:17:56.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-05-14T16:17:56.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1990 | 2026-05-14T16:17:56.927Z | |
| 1991 | 2026-05-14T16:17:56.927Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274) |
| 1992 | 2026-05-14T16:17:57.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-05-14T16:17:57.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-05-14T16:17:57.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-05-14T16:17:57.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1996 | 2026-05-14T16:17:57.396Z | |
| 1997 | 2026-05-14T16:17:57.396Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274) |
| 1998 | 2026-05-14T16:17:57.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-05-14T16:17:57.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-05-14T16:17:57.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-05-14T16:17:57.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2002 | 2026-05-14T16:17:57.870Z | |
| 2003 | 2026-05-14T16:17:57.870Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274) |
| 2004 | 2026-05-14T16:17:58.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-05-14T16:17:58.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-05-14T16:17:58.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-05-14T16:17:58.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2008 | 2026-05-14T16:17:58.338Z | |
| 2009 | 2026-05-14T16:17:58.338Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274) |
| 2010 | 2026-05-14T16:17:58.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-05-14T16:17:58.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-05-14T16:17:58.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-05-14T16:17:58.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2014 | 2026-05-14T16:17:58.807Z | |
| 2015 | 2026-05-14T16:17:58.807Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274) |
| 2016 | 2026-05-14T16:17:59.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-05-14T16:17:59.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-05-14T16:17:59.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-05-14T16:17:59.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2020 | 2026-05-14T16:17:59.276Z | |
| 2021 | 2026-05-14T16:17:59.276Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274) |
| 2022 | 2026-05-14T16:17:59.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-05-14T16:17:59.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-05-14T16:17:59.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-05-14T16:17:59.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2026 | 2026-05-14T16:17:59.742Z | |
| 2027 | 2026-05-14T16:17:59.742Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274) |
| 2028 | 2026-05-14T16:18:00.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-05-14T16:18:00.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-05-14T16:18:00.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-05-14T16:18:00.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2032 | 2026-05-14T16:18:00.212Z | |
| 2033 | 2026-05-14T16:18:00.213Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274) |
| 2034 | 2026-05-14T16:18:00.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-05-14T16:18:00.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-05-14T16:18:00.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-05-14T16:18:00.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2038 | 2026-05-14T16:18:00.687Z | |
| 2039 | 2026-05-14T16:18:00.687Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274) |
| 2040 | 2026-05-14T16:18:01.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-05-14T16:18:01.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-05-14T16:18:01.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-05-14T16:18:01.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2044 | 2026-05-14T16:18:01.160Z | |
| 2045 | 2026-05-14T16:18:01.160Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274) |
| 2046 | 2026-05-14T16:18:01.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-05-14T16:18:01.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-05-14T16:18:01.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-05-14T16:18:01.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2050 | 2026-05-14T16:18:01.637Z | |
| 2051 | 2026-05-14T16:18:01.637Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274) |
| 2052 | 2026-05-14T16:18:02.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-05-14T16:18:02.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-05-14T16:18:02.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-05-14T16:18:02.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2056 | 2026-05-14T16:18:02.111Z | |
| 2057 | 2026-05-14T16:18:02.111Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274) |
| 2058 | 2026-05-14T16:18:02.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-05-14T16:18:02.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-05-14T16:18:02.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-05-14T16:18:02.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2062 | 2026-05-14T16:18:02.584Z | |
| 2063 | 2026-05-14T16:18:02.584Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274) |
| 2064 | 2026-05-14T16:18:02.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-05-14T16:18:02.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-05-14T16:18:02.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-05-14T16:18:02.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2068 | 2026-05-14T16:18:03.054Z | |
| 2069 | 2026-05-14T16:18:03.054Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274) |
| 2070 | 2026-05-14T16:18:03.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-05-14T16:18:03.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-05-14T16:18:03.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-05-14T16:18:03.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2074 | 2026-05-14T16:18:03.527Z | |
| 2075 | 2026-05-14T16:18:03.527Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274) |
| 2076 | 2026-05-14T16:18:03.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-05-14T16:18:03.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-05-14T16:18:03.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-05-14T16:18:03.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2080 | 2026-05-14T16:18:03.999Z | |
| 2081 | 2026-05-14T16:18:03.999Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274) |
| 2082 | 2026-05-14T16:18:04.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-05-14T16:18:04.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-05-14T16:18:04.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-05-14T16:18:04.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2086 | 2026-05-14T16:18:04.636Z | |
| 2087 | 2026-05-14T16:18:04.636Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274) |
| 2088 | 2026-05-14T16:18:05.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-05-14T16:18:05.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-05-14T16:18:05.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-05-14T16:18:05.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2092 | 2026-05-14T16:18:05.272Z | |
| 2093 | 2026-05-14T16:18:05.272Z | info: running `cargo check --bins` on nexus-config (51/274) |
| 2094 | 2026-05-14T16:18:05.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-05-14T16:18:05.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-05-14T16:18:05.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-05-14T16:18:05.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2098 | 2026-05-14T16:18:05.905Z | |
| 2099 | 2026-05-14T16:18:05.906Z | info: running `cargo check --bins` on nexus-types (52/274) |
| 2100 | 2026-05-14T16:18:06.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-05-14T16:18:06.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-05-14T16:18:06.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-05-14T16:18:06.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2104 | 2026-05-14T16:18:06.545Z | |
| 2105 | 2026-05-14T16:18:06.545Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274) |
| 2106 | 2026-05-14T16:18:07.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-05-14T16:18:07.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-05-14T16:18:07.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-05-14T16:18:07.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2110 | 2026-05-14T16:18:07.146Z | |
| 2111 | 2026-05-14T16:18:07.146Z | info: running `cargo check --bins` on omicron-passwords (54/274) |
| 2112 | 2026-05-14T16:18:07.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-05-14T16:18:07.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-05-14T16:18:07.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-05-14T16:18:07.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2116 | 2026-05-14T16:18:07.733Z | |
| 2117 | 2026-05-14T16:18:07.733Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/274) |
| 2118 | 2026-05-14T16:18:08.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-05-14T16:18:08.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-05-14T16:18:08.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-05-14T16:18:08.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2122 | 2026-05-14T16:18:08.336Z | |
| 2123 | 2026-05-14T16:18:08.336Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274) |
| 2124 | 2026-05-14T16:18:08.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-05-14T16:18:08.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-05-14T16:18:08.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-05-14T16:18:08.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2128 | 2026-05-14T16:18:08.942Z | |
| 2129 | 2026-05-14T16:18:08.942Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274) |
| 2130 | 2026-05-14T16:18:09.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-05-14T16:18:09.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-05-14T16:18:09.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-05-14T16:18:09.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2134 | 2026-05-14T16:18:09.547Z | |
| 2135 | 2026-05-14T16:18:09.547Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274) |
| 2136 | 2026-05-14T16:18:10.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-05-14T16:18:10.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-05-14T16:18:10.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-05-14T16:18:10.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2140 | 2026-05-14T16:18:10.150Z | |
| 2141 | 2026-05-14T16:18:10.150Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274) |
| 2142 | 2026-05-14T16:18:10.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-05-14T16:18:10.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-05-14T16:18:10.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-05-14T16:18:10.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2146 | 2026-05-14T16:18:10.739Z | |
| 2147 | 2026-05-14T16:18:10.739Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274) |
| 2148 | 2026-05-14T16:18:11.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-05-14T16:18:11.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-05-14T16:18:11.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-05-14T16:18:11.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2152 | 2026-05-14T16:18:11.323Z | |
| 2153 | 2026-05-14T16:18:11.323Z | info: running `cargo check --bins --no-default-features` on gfss (61/274) |
| 2154 | 2026-05-14T16:18:11.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-05-14T16:18:11.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-05-14T16:18:11.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-05-14T16:18:11.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2158 | 2026-05-14T16:18:11.906Z | |
| 2159 | 2026-05-14T16:18:11.906Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274) |
| 2160 | 2026-05-14T16:18:12.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-05-14T16:18:12.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-05-14T16:18:12.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-05-14T16:18:12.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2164 | 2026-05-14T16:18:12.492Z | |
| 2165 | 2026-05-14T16:18:12.492Z | info: running `cargo check --bins` on clickhouse-admin-types (63/274) |
| 2166 | 2026-05-14T16:18:12.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-05-14T16:18:13.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-05-14T16:18:13.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-05-14T16:18:13.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2170 | 2026-05-14T16:18:13.090Z | |
| 2171 | 2026-05-14T16:18:13.090Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/274) |
| 2172 | 2026-05-14T16:18:13.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-05-14T16:18:13.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-05-14T16:18:13.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-05-14T16:18:13.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2176 | 2026-05-14T16:18:13.691Z | |
| 2177 | 2026-05-14T16:18:13.691Z | info: running `cargo check --bins` on cockroach-admin-types (65/274) |
| 2178 | 2026-05-14T16:18:14.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-05-14T16:18:14.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-05-14T16:18:14.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-05-14T16:18:14.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2182 | 2026-05-14T16:18:14.278Z | |
| 2183 | 2026-05-14T16:18:14.278Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/274) |
| 2184 | 2026-05-14T16:18:14.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-05-14T16:18:14.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-05-14T16:18:14.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-05-14T16:18:14.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2188 | 2026-05-14T16:18:14.867Z | |
| 2189 | 2026-05-14T16:18:14.867Z | info: running `cargo check --bins` on ereport-types (67/274) |
| 2190 | 2026-05-14T16:18:15.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-05-14T16:18:15.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-05-14T16:18:15.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-05-14T16:18:15.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2194 | 2026-05-14T16:18:15.459Z | |
| 2195 | 2026-05-14T16:18:15.459Z | info: running `cargo check --bins` on gateway-client (68/274) |
| 2196 | 2026-05-14T16:18:15.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-05-14T16:18:15.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-05-14T16:18:15.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-05-14T16:18:15.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2200 | 2026-05-14T16:18:16.056Z | |
| 2201 | 2026-05-14T16:18:16.056Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/274) |
| 2202 | 2026-05-14T16:18:16.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-05-14T16:18:16.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-05-14T16:18:16.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-05-14T16:18:16.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2206 | 2026-05-14T16:18:16.654Z | |
| 2207 | 2026-05-14T16:18:16.654Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274) |
| 2208 | 2026-05-14T16:18:17.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-05-14T16:18:17.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-05-14T16:18:17.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-05-14T16:18:17.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2212 | 2026-05-14T16:18:17.247Z | |
| 2213 | 2026-05-14T16:18:17.247Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274) |
| 2214 | 2026-05-14T16:18:17.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-05-14T16:18:17.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-05-14T16:18:17.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-05-14T16:18:17.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2218 | 2026-05-14T16:18:17.843Z | |
| 2219 | 2026-05-14T16:18:17.843Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274) |
| 2220 | 2026-05-14T16:18:18.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-05-14T16:18:18.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-05-14T16:18:18.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-05-14T16:18:18.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2224 | 2026-05-14T16:18:18.437Z | |
| 2225 | 2026-05-14T16:18:18.437Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/274) |
| 2226 | 2026-05-14T16:18:18.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-05-14T16:18:18.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-05-14T16:18:18.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-05-14T16:18:18.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2230 | 2026-05-14T16:18:19.051Z | |
| 2231 | 2026-05-14T16:18:19.051Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274) |
| 2232 | 2026-05-14T16:18:19.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-05-14T16:18:19.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-05-14T16:18:19.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-05-14T16:18:19.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2236 | 2026-05-14T16:18:19.668Z | |
| 2237 | 2026-05-14T16:18:19.669Z | info: running `cargo check --bins` on key-manager-types (75/274) |
| 2238 | 2026-05-14T16:18:20.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-05-14T16:18:20.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-05-14T16:18:20.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2026-05-14T16:18:20.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2242 | 2026-05-14T16:18:20.252Z | |
| 2243 | 2026-05-14T16:18:20.252Z | info: running `cargo check --bins` on oxlog (76/274) |
| 2244 | 2026-05-14T16:18:20.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2026-05-14T16:18:20.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2026-05-14T16:18:20.887Z | Checking cfg-if v1.0.4 |
| 2247 | 2026-05-14T16:18:20.892Z | Checking libc v0.2.185 |
| 2248 | 2026-05-14T16:18:20.892Z | Checking serde_core v1.0.228 |
| 2249 | 2026-05-14T16:18:20.984Z | Checking zeroize v1.8.2 |
| 2250 | 2026-05-14T16:18:20.992Z | Checking memchr v2.8.0 |
| 2251 | 2026-05-14T16:18:21.006Z | Checking log v0.4.29 |
| 2252 | 2026-05-14T16:18:21.011Z | Checking smallvec v1.15.1 |
| 2253 | 2026-05-14T16:18:21.024Z | Checking typenum v1.19.0 |
| 2254 | 2026-05-14T16:18:21.024Z | Checking subtle v2.6.1 |
| 2255 | 2026-05-14T16:18:21.123Z | Checking itoa v1.0.17 |
| 2256 | 2026-05-14T16:18:21.159Z | Checking scopeguard v1.2.0 |
| 2257 | 2026-05-14T16:18:21.177Z | Checking stable_deref_trait v1.2.1 |
| 2258 | 2026-05-14T16:18:21.189Z | Checking const-oid v0.9.6 |
| 2259 | 2026-05-14T16:18:21.253Z | Checking zerofrom v0.1.6 |
| 2260 | 2026-05-14T16:18:21.263Z | Checking lock_api v0.4.14 |
| 2261 | 2026-05-14T16:18:21.277Z | Checking pin-project-lite v0.2.17 |
| 2262 | 2026-05-14T16:18:21.364Z | Checking yoke v0.8.1 |
| 2263 | 2026-05-14T16:18:21.377Z | Checking getrandom v0.2.17 |
| 2264 | 2026-05-14T16:18:21.377Z | Checking errno v0.3.14 |
| 2265 | 2026-05-14T16:18:21.380Z | Checking parking_lot_core v0.9.12 |
| 2266 | 2026-05-14T16:18:21.458Z | Checking portable-atomic v1.13.1 |
| 2267 | 2026-05-14T16:18:21.488Z | Checking signal-hook-registry v1.4.8 |
| 2268 | 2026-05-14T16:18:21.527Z | Checking zerovec v0.11.5 |
| 2269 | 2026-05-14T16:18:21.537Z | Checking generic-array v0.14.7 |
| 2270 | 2026-05-14T16:18:21.540Z | Checking rand_core v0.6.4 |
| 2271 | 2026-05-14T16:18:21.568Z | Checking futures-core v0.3.32 |
| 2272 | 2026-05-14T16:18:21.651Z | Checking critical-section v1.2.0 |
| 2273 | 2026-05-14T16:18:21.685Z | Checking parking_lot v0.12.5 |
| 2274 | 2026-05-14T16:18:21.709Z | Checking mio v1.2.0 |
| 2275 | 2026-05-14T16:18:21.743Z | Checking zerocopy v0.8.40 |
| 2276 | 2026-05-14T16:18:21.854Z | Checking once_cell v1.21.3 |
| 2277 | 2026-05-14T16:18:21.868Z | Checking zmij v1.0.21 |
| 2278 | 2026-05-14T16:18:21.881Z | Checking socket2 v0.6.3 |
| 2279 | 2026-05-14T16:18:21.948Z | Checking tinystr v0.8.2 |
| 2280 | 2026-05-14T16:18:21.973Z | Checking crypto-common v0.1.7 |
| 2281 | 2026-05-14T16:18:21.986Z | Checking block-buffer v0.10.4 |
| 2282 | 2026-05-14T16:18:22.020Z | Checking libm v0.2.16 |
| 2283 | 2026-05-14T16:18:22.071Z | Checking writeable v0.6.2 |
| 2284 | 2026-05-14T16:18:22.094Z | Checking litemap v0.8.1 |
| 2285 | 2026-05-14T16:18:22.113Z | Checking percent-encoding v2.3.2 |
| 2286 | 2026-05-14T16:18:22.126Z | Checking digest v0.10.7 |
| 2287 | 2026-05-14T16:18:22.137Z | Checking equivalent v1.0.2 |
| 2288 | 2026-05-14T16:18:22.224Z | Checking potential_utf v0.1.4 |
| 2289 | 2026-05-14T16:18:22.236Z | Checking zerotrie v0.2.3 |
| 2290 | 2026-05-14T16:18:22.252Z | Checking futures-sink v0.3.32 |
| 2291 | 2026-05-14T16:18:22.262Z | Checking icu_locale_core v2.1.1 |
| 2292 | 2026-05-14T16:18:22.316Z | Checking futures-io v0.3.32 |
| 2293 | 2026-05-14T16:18:22.348Z | Checking futures-channel v0.3.32 |
| 2294 | 2026-05-14T16:18:22.351Z | Checking icu_collections v2.1.1 |
| 2295 | 2026-05-14T16:18:22.427Z | Checking futures-task v0.3.32 |
| 2296 | 2026-05-14T16:18:22.441Z | Checking serde v1.0.228 |
| 2297 | 2026-05-14T16:18:22.468Z | Checking bitflags v2.11.0 |
| 2298 | 2026-05-14T16:18:22.549Z | Checking serde_json v1.0.149 |
| 2299 | 2026-05-14T16:18:22.564Z | Checking slab v0.4.12 |
| 2300 | 2026-05-14T16:18:22.631Z | Checking cpufeatures v0.2.17 |
| 2301 | 2026-05-14T16:18:22.653Z | Checking hmac v0.12.1 |
| 2302 | 2026-05-14T16:18:22.698Z | Checking icu_properties_data v2.1.2 |
| 2303 | 2026-05-14T16:18:22.711Z | Checking num-traits v0.2.19 |
| 2304 | 2026-05-14T16:18:22.720Z | Checking futures-util v0.3.32 |
| 2305 | 2026-05-14T16:18:22.779Z | Checking icu_normalizer_data v2.1.1 |
| 2306 | 2026-05-14T16:18:22.807Z | Checking icu_provider v2.1.1 |
| 2307 | 2026-05-14T16:18:22.824Z | Checking hashbrown v0.17.0 |
| 2308 | 2026-05-14T16:18:22.838Z | Checking bytes v1.11.1 |
| 2309 | 2026-05-14T16:18:22.851Z | Checking rand_core v0.10.0 |
| 2310 | 2026-05-14T16:18:22.989Z | Checking getrandom v0.4.1 |
| 2311 | 2026-05-14T16:18:23.032Z | Checking icu_properties v2.1.2 |
| 2312 | 2026-05-14T16:18:23.134Z | Checking icu_normalizer v2.1.1 |
| 2313 | 2026-05-14T16:18:23.205Z | Checking block-padding v0.3.3 |
| 2314 | 2026-05-14T16:18:23.258Z | Checking tokio v1.52.1 |
| 2315 | 2026-05-14T16:18:23.273Z | Checking utf8_iter v1.0.4 |
| 2316 | 2026-05-14T16:18:23.286Z | Checking indexmap v2.14.0 |
| 2317 | 2026-05-14T16:18:23.332Z | Checking inout v0.1.4 |
| 2318 | 2026-05-14T16:18:23.394Z | Checking sha2 v0.10.9 |
| 2319 | 2026-05-14T16:18:23.460Z | Checking form_urlencoded v1.2.2 |
| 2320 | 2026-05-14T16:18:23.470Z | Checking cipher v0.4.4 |
| 2321 | 2026-05-14T16:18:23.558Z | Checking getrandom v0.3.4 |
| 2322 | 2026-05-14T16:18:23.668Z | Checking byteorder v1.5.0 |
| 2323 | 2026-05-14T16:18:23.686Z | Checking fnv v1.0.7 |
| 2324 | 2026-05-14T16:18:23.710Z | Checking base64ct v1.8.3 |
| 2325 | 2026-05-14T16:18:23.782Z | Checking flagset v0.4.7 |
| 2326 | 2026-05-14T16:18:23.849Z | Checking rand_core v0.9.5 |
| 2327 | 2026-05-14T16:18:23.862Z | Checking idna_adapter v1.2.1 |
| 2328 | 2026-05-14T16:18:23.875Z | Checking http v1.4.0 |
| 2329 | 2026-05-14T16:18:23.910Z | Checking regex-syntax v0.8.10 |
| 2330 | 2026-05-14T16:18:23.946Z | Checking pem-rfc7468 v0.7.0 |
| 2331 | 2026-05-14T16:18:23.977Z | Checking idna v1.1.0 |
| 2332 | 2026-05-14T16:18:24.021Z | Checking salsa20 v0.10.2 |
| 2333 | 2026-05-14T16:18:24.104Z | Checking der v0.7.10 |
| 2334 | 2026-05-14T16:18:24.150Z | Checking uuid v1.23.0 |
| 2335 | 2026-05-14T16:18:24.215Z | Checking url v2.5.8 |
| 2336 | 2026-05-14T16:18:24.423Z | Checking pbkdf2 v0.12.2 |
| 2337 | 2026-05-14T16:18:24.463Z | Checking rustix v1.1.3 |
| 2338 | 2026-05-14T16:18:24.499Z | Checking ppv-lite86 v0.2.21 |
| 2339 | 2026-05-14T16:18:24.534Z | Checking tracing-core v0.1.36 |
| 2340 | 2026-05-14T16:18:24.654Z | Checking rustls-pki-types v1.14.0 |
| 2341 | 2026-05-14T16:18:24.668Z | Checking iana-time-zone v0.1.65 |
| 2342 | 2026-05-14T16:18:24.771Z | Checking base64 v0.22.1 |
| 2343 | 2026-05-14T16:18:24.792Z | Checking rand_chacha v0.9.0 |
| 2344 | 2026-05-14T16:18:24.821Z | Checking spki v0.7.3 |
| 2345 | 2026-05-14T16:18:24.834Z | Checking tracing v0.1.44 |
| 2346 | 2026-05-14T16:18:24.936Z | Checking chrono v0.4.44 |
| 2347 | 2026-05-14T16:18:24.983Z | Checking scrypt v0.11.0 |
| 2348 | 2026-05-14T16:18:24.983Z | Checking http-body v1.0.1 |
| 2349 | 2026-05-14T16:18:25.008Z | Checking aes v0.8.4 |
| 2350 | 2026-05-14T16:18:25.031Z | Checking cbc v0.1.2 |
| 2351 | 2026-05-14T16:18:25.112Z | Checking aws-lc-sys v0.40.0 |
| 2352 | 2026-05-14T16:18:25.134Z | Checking tinyvec_macros v0.1.1 |
| 2353 | 2026-05-14T16:18:25.156Z | Checking untrusted v0.9.0 |
| 2354 | 2026-05-14T16:18:25.190Z | Checking untrusted v0.7.1 |
| 2355 | 2026-05-14T16:18:25.203Z | Checking openssl-probe v0.2.1 |
| 2356 | 2026-05-14T16:18:25.262Z | Checking ring v0.17.14 |
| 2357 | 2026-05-14T16:18:25.282Z | Checking tinyvec v1.10.0 |
| 2358 | 2026-05-14T16:18:25.300Z | Checking rand v0.9.2 |
| 2359 | 2026-05-14T16:18:25.313Z | Checking try-lock v0.2.5 |
| 2360 | 2026-05-14T16:18:25.389Z | Checking pkcs5 v0.7.1 |
| 2361 | 2026-05-14T16:18:25.408Z | Checking atomic-waker v1.1.2 |
| 2362 | 2026-05-14T16:18:25.505Z | Checking tower-layer v0.3.3 |
| 2363 | 2026-05-14T16:18:25.586Z | Checking tower-service v0.3.3 |
| 2364 | 2026-05-14T16:18:25.611Z | Checking aws-lc-rs v1.16.3 |
| 2365 | 2026-05-14T16:18:25.636Z | Checking pkcs8 v0.10.2 |
| 2366 | 2026-05-14T16:18:25.652Z | Checking want v0.3.1 |
| 2367 | 2026-05-14T16:18:25.674Z | Checking ipnet v2.11.0 |
| 2368 | 2026-05-14T16:18:25.763Z | Checking httparse v1.10.1 |
| 2369 | 2026-05-14T16:18:25.774Z | Checking aho-corasick v1.1.4 |
| 2370 | 2026-05-14T16:18:25.790Z | Checking fastrand v2.3.0 |
| 2371 | 2026-05-14T16:18:25.811Z | Checking foreign-types-shared v0.1.1 |
| 2372 | 2026-05-14T16:18:25.895Z | Checking plain v0.2.3 |
| 2373 | 2026-05-14T16:18:25.930Z | Checking httpdate v1.0.3 |
| 2374 | 2026-05-14T16:18:25.962Z | Checking pin-utils v0.1.0 |
| 2375 | 2026-05-14T16:18:25.962Z | Checking dyn-clone v1.0.20 |
| 2376 | 2026-05-14T16:18:25.996Z | Checking tempfile v3.25.0 |
| 2377 | 2026-05-14T16:18:26.030Z | Checking foreign-types v0.3.2 |
| 2378 | 2026-05-14T16:18:26.074Z | Checking unicode-normalization v0.1.25 |
| 2379 | 2026-05-14T16:18:26.089Z | Checking semver v1.0.28 |
| 2380 | 2026-05-14T16:18:26.100Z | Checking openssl-sys v0.9.115 |
| 2381 | 2026-05-14T16:18:26.186Z | Checking spin v0.9.8 |
| 2382 | 2026-05-14T16:18:26.230Z | Checking unicode-ident v1.0.24 |
| 2383 | 2026-05-14T16:18:26.293Z | Checking ucd-trie v0.1.7 |
| 2384 | 2026-05-14T16:18:26.342Z | Checking proc-macro2 v1.0.106 |
| 2385 | 2026-05-14T16:18:26.368Z | Checking schemars v0.8.22 |
| 2386 | 2026-05-14T16:18:26.424Z | Checking pest v2.8.6 |
| 2387 | 2026-05-14T16:18:26.436Z | Checking regex-automata v0.4.14 |
| 2388 | 2026-05-14T16:18:26.438Z | Checking rustls-webpki v0.103.9 |
| 2389 | 2026-05-14T16:18:26.460Z | Checking tokio-util v0.7.18 |
| 2390 | 2026-05-14T16:18:26.474Z | Checking openssl v0.10.79 |
| 2391 | 2026-05-14T16:18:26.487Z | Checking rustls-native-certs v0.8.3 |
| 2392 | 2026-05-14T16:18:26.613Z | Checking thiserror v2.0.18 |
| 2393 | 2026-05-14T16:18:26.653Z | Checking sync_wrapper v1.0.2 |
| 2394 | 2026-05-14T16:18:26.714Z | Checking wait-timeout v0.2.1 |
| 2395 | 2026-05-14T16:18:26.754Z | Checking powerfmt v0.2.0 |
| 2396 | 2026-05-14T16:18:26.835Z | Checking pretty-hex v0.4.1 |
| 2397 | 2026-05-14T16:18:26.862Z | Checking rustls v0.23.37 |
| 2398 | 2026-05-14T16:18:26.905Z | Checking bit-vec v0.8.0 |
| 2399 | 2026-05-14T16:18:26.949Z | Checking quick-error v1.2.3 |
| 2400 | 2026-05-14T16:18:27.007Z | Checking simd-adler32 v0.3.8 |
| 2401 | 2026-05-14T16:18:27.050Z | Checking anstyle v1.0.13 |
| 2402 | 2026-05-14T16:18:27.063Z | Checking h2 v0.4.13 |
| 2403 | 2026-05-14T16:18:27.095Z | Checking utf8parse v0.2.2 |
| 2404 | 2026-05-14T16:18:27.175Z | Checking siphasher v1.0.2 |
| 2405 | 2026-05-14T16:18:27.194Z | Checking anstyle-parse v0.2.7 |
| 2406 | 2026-05-14T16:18:27.230Z | Checking bit-set v0.8.0 |
| 2407 | 2026-05-14T16:18:27.327Z | Checking rusty-fork v0.3.1 |
| 2408 | 2026-05-14T16:18:27.343Z | Checking deranged v0.5.8 |
| 2409 | 2026-05-14T16:18:27.374Z | Checking tower v0.5.3 |
| 2410 | 2026-05-14T16:18:27.468Z | Checking quote v1.0.45 |
| 2411 | 2026-05-14T16:18:27.493Z | Compiling newtype-uuid v1.3.2 |
| 2412 | 2026-05-14T16:18:27.636Z | Checking http-body-util v0.1.3 |
| 2413 | 2026-05-14T16:18:27.671Z | Checking crossbeam-utils v0.8.21 |
| 2414 | 2026-05-14T16:18:27.758Z | Checking webpki-roots v1.0.6 |
| 2415 | 2026-05-14T16:18:27.858Z | Checking rand_xorshift v0.4.0 |
| 2416 | 2026-05-14T16:18:27.874Z | Checking crc32fast v1.5.0 |
| 2417 | 2026-05-14T16:18:27.970Z | Checking scroll v0.13.0 |
| 2418 | 2026-05-14T16:18:27.997Z | Checking signature v2.2.0 |
| 2419 | 2026-05-14T16:18:28.015Z | Checking unicode-bidi v0.3.18 |
| 2420 | 2026-05-14T16:18:28.126Z | Checking anstyle-query v1.1.5 |
| 2421 | 2026-05-14T16:18:28.193Z | Checking adler2 v2.0.1 |
| 2422 | 2026-05-14T16:18:28.220Z | Checking iri-string v0.7.10 |
| 2423 | 2026-05-14T16:18:28.249Z | Checking num-conv v0.2.0 |
| 2424 | 2026-05-14T16:18:28.262Z | Checking num_threads v0.1.7 |
| 2425 | 2026-05-14T16:18:28.298Z | Checking colorchoice v1.0.4 |
| 2426 | 2026-05-14T16:18:28.311Z | Checking unicode-properties v0.1.4 |
| 2427 | 2026-05-14T16:18:28.344Z | Checking time-core v0.1.8 |
| 2428 | 2026-05-14T16:18:28.362Z | Checking allocator-api2 v0.2.21 |
| 2429 | 2026-05-14T16:18:28.395Z | Checking ryu v1.0.23 |
| 2430 | 2026-05-14T16:18:28.482Z | Checking unarray v0.1.4 |
| 2431 | 2026-05-14T16:18:28.485Z | Checking native-tls v0.2.18 |
| 2432 | 2026-05-14T16:18:28.509Z | Checking is_terminal_polyfill v1.70.2 |
| 2433 | 2026-05-14T16:18:28.529Z | Checking serde_urlencoded v0.7.1 |
| 2434 | 2026-05-14T16:18:28.585Z | Checking proptest v1.10.0 |
| 2435 | 2026-05-14T16:18:28.611Z | Checking anstream v0.6.21 |
| 2436 | 2026-05-14T16:18:28.658Z | Checking stringprep v0.1.5 |
| 2437 | 2026-05-14T16:18:28.687Z | Checking tokio-native-tls v0.3.1 |
| 2438 | 2026-05-14T16:18:28.734Z | Checking time v0.3.47 |
| 2439 | 2026-05-14T16:18:28.810Z | Checking miniz_oxide v0.8.9 |
| 2440 | 2026-05-14T16:18:28.823Z | Checking bstr v1.12.1 |
| 2441 | 2026-05-14T16:18:28.843Z | Checking goblin v0.10.5 |
| 2442 | 2026-05-14T16:18:29.165Z | Checking crossbeam-epoch v0.9.18 |
| 2443 | 2026-05-14T16:18:29.213Z | Compiling daft v0.1.5 |
| 2444 | 2026-05-14T16:18:29.227Z | Checking tokio-rustls v0.26.4 |
| 2445 | 2026-05-14T16:18:29.266Z | Checking tower-http v0.6.8 |
| 2446 | 2026-05-14T16:18:29.388Z | Checking syn v2.0.117 |
| 2447 | 2026-05-14T16:18:29.452Z | Checking ipnetwork v0.21.1 |
| 2448 | 2026-05-14T16:18:29.486Z | Checking rand_chacha v0.3.1 |
| 2449 | 2026-05-14T16:18:29.543Z | Checking thiserror v1.0.69 |
| 2450 | 2026-05-14T16:18:29.643Z | Checking scroll v0.12.0 |
| 2451 | 2026-05-14T16:18:29.665Z | Checking hash32 v0.2.1 |
| 2452 | 2026-05-14T16:18:29.693Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2453 | 2026-05-14T16:18:29.763Z | Checking hyper v1.8.1 |
| 2454 | 2026-05-14T16:18:29.805Z | Checking num-integer v0.1.46 |
| 2455 | 2026-05-14T16:18:29.876Z | Checking serde_spanned v0.6.9 |
| 2456 | 2026-05-14T16:18:29.889Z | Checking toml_datetime v0.6.11 |
| 2457 | 2026-05-14T16:18:29.889Z | Checking md-5 v0.10.6 |
| 2458 | 2026-05-14T16:18:29.944Z | Checking ff v0.13.1 |
| 2459 | 2026-05-14T16:18:30.020Z | Checking psl-types v2.0.11 |
| 2460 | 2026-05-14T16:18:30.032Z | Checking base16ct v0.2.0 |
| 2461 | 2026-05-14T16:18:30.049Z | Checking fallible-iterator v0.2.0 |
| 2462 | 2026-05-14T16:18:30.072Z | Checking zlib-rs v0.6.2 |
| 2463 | 2026-05-14T16:18:30.135Z | Checking publicsuffix v2.3.0 |
| 2464 | 2026-05-14T16:18:30.151Z | Checking sec1 v0.7.3 |
| 2465 | 2026-05-14T16:18:30.296Z | Checking group v0.13.0 |
| 2466 | 2026-05-14T16:18:30.315Z | Checking postgres-protocol v0.6.10 |
| 2467 | 2026-05-14T16:18:30.358Z | Compiling iddqd v0.3.18 |
| 2468 | 2026-05-14T16:18:30.439Z | Checking num-iter v0.1.45 |
| 2469 | 2026-05-14T16:18:30.538Z | Checking cookie v0.18.1 |
| 2470 | 2026-05-14T16:18:30.551Z | Checking goblin v0.8.2 |
| 2471 | 2026-05-14T16:18:30.616Z | Checking heapless v0.7.17 |
| 2472 | 2026-05-14T16:18:30.652Z | Checking hyper-util v0.1.20 |
| 2473 | 2026-05-14T16:18:30.763Z | Checking zstd-safe v7.2.4 |
| 2474 | 2026-05-14T16:18:30.930Z | Checking rand v0.8.6 |
| 2475 | 2026-05-14T16:18:30.943Z | Checking flate2 v1.1.9 |
| 2476 | 2026-05-14T16:18:31.016Z | Checking oxnet v0.1.4 |
| 2477 | 2026-05-14T16:18:31.160Z | Checking dof v0.4.0 |
| 2478 | 2026-05-14T16:18:31.237Z | Checking dtrace-parser v0.3.0 |
| 2479 | 2026-05-14T16:18:31.256Z | Checking phf_shared v0.13.1 |
| 2480 | 2026-05-14T16:18:31.438Z | Checking lazy_static v1.5.0 |
| 2481 | 2026-05-14T16:18:31.452Z | Checking zerocopy v0.7.35 |
| 2482 | 2026-05-14T16:18:31.472Z | Checking pin-project v1.1.11 |
| 2483 | 2026-05-14T16:18:31.475Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2484 | 2026-05-14T16:18:31.594Z | Checking signal-hook v0.3.18 |
| 2485 | 2026-05-14T16:18:31.604Z | Checking terminal_size v0.4.3 |
| 2486 | 2026-05-14T16:18:31.604Z | Checking futures-executor v0.3.32 |
| 2487 | 2026-05-14T16:18:31.632Z | Checking hex v0.4.3 |
| 2488 | 2026-05-14T16:18:31.683Z | Checking hkdf v0.12.4 |
| 2489 | 2026-05-14T16:18:31.707Z | Checking crypto-bigint v0.5.5 |
| 2490 | 2026-05-14T16:18:31.720Z | Checking thread-id v5.1.0 |
| 2491 | 2026-05-14T16:18:31.792Z | Checking encoding_rs v0.8.35 |
| 2492 | 2026-05-14T16:18:31.803Z | Checking foldhash v0.1.5 |
| 2493 | 2026-05-14T16:18:31.816Z | Checking bitflags v1.3.2 |
| 2494 | 2026-05-14T16:18:31.852Z | Checking foldhash v0.2.0 |
| 2495 | 2026-05-14T16:18:31.883Z | Checking clap_lex v1.0.0 |
| 2496 | 2026-05-14T16:18:31.901Z | Checking hyper-rustls v0.27.7 |
| 2497 | 2026-05-14T16:18:31.931Z | Checking hyper-tls v0.6.0 |
| 2498 | 2026-05-14T16:18:31.934Z | Checking same-file v1.0.6 |
| 2499 | 2026-05-14T16:18:32.002Z | Checking strsim v0.11.1 |
| 2500 | 2026-05-14T16:18:32.029Z | Checking libbz2-rs-sys v0.2.2 |
| 2501 | 2026-05-14T16:18:32.054Z | Checking mime v0.3.17 |
| 2502 | 2026-05-14T16:18:32.098Z | Checking bumpalo v3.20.2 |
| 2503 | 2026-05-14T16:18:32.101Z | Checking managed v0.8.0 |
| 2504 | 2026-05-14T16:18:32.163Z | Compiling rayon-core v1.13.0 |
| 2505 | 2026-05-14T16:18:32.226Z | Checking winnow v0.5.40 |
| 2506 | 2026-05-14T16:18:32.298Z | Checking winnow v0.7.14 |
| 2507 | 2026-05-14T16:18:32.305Z | Checking either v1.15.0 |
| 2508 | 2026-05-14T16:18:32.357Z | Checking zopfli v0.8.3 |
| 2509 | 2026-05-14T16:18:32.421Z | Checking bzip2 v0.6.1 |
| 2510 | 2026-05-14T16:18:32.435Z | Checking dof v0.3.0 |
| 2511 | 2026-05-14T16:18:32.486Z | Checking smoltcp v0.9.1 |
| 2512 | 2026-05-14T16:18:32.582Z | Checking clap_builder v4.5.60 |
| 2513 | 2026-05-14T16:18:32.604Z | Checking elliptic-curve v0.13.8 |
| 2514 | 2026-05-14T16:18:32.683Z | Checking walkdir v2.5.0 |
| 2515 | 2026-05-14T16:18:32.717Z | Checking hashbrown v0.16.1 |
| 2516 | 2026-05-14T16:18:32.732Z | Checking reqwest v0.12.28 |
| 2517 | 2026-05-14T16:18:32.891Z | Checking hashbrown v0.15.5 |
| 2518 | 2026-05-14T16:18:32.909Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2519 | 2026-05-14T16:18:33.071Z | Checking usdt-impl v0.6.0 |
| 2520 | 2026-05-14T16:18:33.091Z | Checking signal-hook-mio v0.2.5 |
| 2521 | 2026-05-14T16:18:33.196Z | Checking futures v0.3.32 |
| 2522 | 2026-05-14T16:18:33.211Z | Checking snafu v0.8.9 |
| 2523 | 2026-05-14T16:18:33.274Z | Checking bzip2 v0.4.4 |
| 2524 | 2026-05-14T16:18:33.304Z | Checking num-bigint-dig v0.8.6 |
| 2525 | 2026-05-14T16:18:33.348Z | Checking phf v0.13.1 |
| 2526 | 2026-05-14T16:18:33.369Z | Checking toml_edit v0.19.15 |
| 2527 | 2026-05-14T16:18:33.446Z | Checking zstd v0.13.3 |
| 2528 | 2026-05-14T16:18:33.466Z | Checking cookie_store v0.22.1 |
| 2529 | 2026-05-14T16:18:33.496Z | Checking postgres-types v0.2.12 |
| 2530 | 2026-05-14T16:18:33.579Z | Checking dtrace-parser v0.2.0 |
| 2531 | 2026-05-14T16:18:33.631Z | Checking crossbeam-deque v0.8.6 |
| 2532 | 2026-05-14T16:18:33.695Z | Checking rustls-platform-verifier v0.6.2 |
| 2533 | 2026-05-14T16:18:33.789Z | Checking globset v0.4.18 |
| 2534 | 2026-05-14T16:18:33.810Z | Checking regex v1.12.3 |
| 2535 | 2026-05-14T16:18:33.813Z | Checking ed25519 v2.2.3 |
| 2536 | 2026-05-14T16:18:33.833Z | Checking phf_shared v0.11.3 |
| 2537 | 2026-05-14T16:18:33.846Z | Checking olpc-cjson v0.1.4 |
| 2538 | 2026-05-14T16:18:33.849Z | Checking curve25519-dalek v4.1.3 |
| 2539 | 2026-05-14T16:18:33.976Z | Checking ref-cast v1.0.25 |
| 2540 | 2026-05-14T16:18:33.976Z | Checking strum v0.27.2 |
| 2541 | 2026-05-14T16:18:34.002Z | Checking hubpack v0.1.2 |
| 2542 | 2026-05-14T16:18:34.039Z | Checking memoffset v0.9.1 |
| 2543 | 2026-05-14T16:18:34.075Z | Checking rustix v0.38.44 |
| 2544 | 2026-05-14T16:18:34.089Z | Checking pkcs1 v0.7.5 |
| 2545 | 2026-05-14T16:18:34.101Z | Checking pem v3.0.6 |
| 2546 | 2026-05-14T16:18:34.116Z | Checking float-cmp v0.10.0 |
| 2547 | 2026-05-14T16:18:34.144Z | Checking serde_plain v1.0.2 |
| 2548 | 2026-05-14T16:18:34.169Z | Checking serde-big-array v0.5.1 |
| 2549 | 2026-05-14T16:18:34.240Z | Checking erased-serde v0.3.31 |
| 2550 | 2026-05-14T16:18:34.251Z | Checking rfc6979 v0.4.0 |
| 2551 | 2026-05-14T16:18:34.284Z | Checking memmap2 v0.9.10 |
| 2552 | 2026-05-14T16:18:34.297Z | Checking thread-id v4.2.2 |
| 2553 | 2026-05-14T16:18:34.309Z | Checking env_filter v1.0.0 |
| 2554 | 2026-05-14T16:18:34.362Z | Checking whoami v2.1.0 |
| 2555 | 2026-05-14T16:18:34.375Z | Checking toml_write v0.1.2 |
| 2556 | 2026-05-14T16:18:34.421Z | Checking keccak v0.1.6 |
| 2557 | 2026-05-14T16:18:34.442Z | Checking rustc-hash v2.1.1 |
| 2558 | 2026-05-14T16:18:34.445Z | Checking data-encoding v2.10.0 |
| 2559 | 2026-05-14T16:18:34.533Z | Checking jiff v0.2.21 |
| 2560 | 2026-05-14T16:18:34.550Z | Checking fixedbitset v0.4.2 |
| 2561 | 2026-05-14T16:18:34.563Z | Checking normalize-line-endings v0.3.0 |
| 2562 | 2026-05-14T16:18:34.582Z | Checking static_assertions v1.1.0 |
| 2563 | 2026-05-14T16:18:34.614Z | Checking difflib v0.4.0 |
| 2564 | 2026-05-14T16:18:34.641Z | Checking precomputed-hash v0.1.1 |
| 2565 | 2026-05-14T16:18:34.654Z | Checking unicode-segmentation v1.12.0 |
| 2566 | 2026-05-14T16:18:34.660Z | Checking new_debug_unreachable v1.0.6 |
| 2567 | 2026-05-14T16:18:34.747Z | Checking fixedbitset v0.5.7 |
| 2568 | 2026-05-14T16:18:34.753Z | Checking predicates-core v1.0.10 |
| 2569 | 2026-05-14T16:18:34.753Z | Checking typed-path v0.9.3 |
| 2570 | 2026-05-14T16:18:34.753Z | Checking string_cache v0.8.9 |
| 2571 | 2026-05-14T16:18:34.788Z | Checking hickory-proto v0.25.2 |
| 2572 | 2026-05-14T16:18:34.852Z | Checking predicates v3.1.4 |
| 2573 | 2026-05-14T16:18:34.876Z | Checking crossterm v0.28.1 |
| 2574 | 2026-05-14T16:18:34.892Z | Checking petgraph v0.8.3 |
| 2575 | 2026-05-14T16:18:34.905Z | Checking petgraph v0.6.5 |
| 2576 | 2026-05-14T16:18:34.969Z | Checking similar v2.7.0 |
| 2577 | 2026-05-14T16:18:35.144Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2578 | 2026-05-14T16:18:35.346Z | Checking ed25519-dalek v2.2.0 |
| 2579 | 2026-05-14T16:18:35.488Z | Checking tough v0.22.0 |
| 2580 | 2026-05-14T16:18:35.574Z | Checking slog v2.8.2 |
| 2581 | 2026-05-14T16:18:35.587Z | Checking sha3 v0.10.8 |
| 2582 | 2026-05-14T16:18:35.831Z | Checking tokio-postgres v0.7.16 |
| 2583 | 2026-05-14T16:18:36.140Z | Checking toml_edit v0.22.27 |
| 2584 | 2026-05-14T16:18:36.430Z | Checking env_logger v0.11.9 |
| 2585 | 2026-05-14T16:18:36.620Z | Checking usdt v0.6.0 |
| 2586 | 2026-05-14T16:18:36.634Z | Checking toml v0.7.8 |
| 2587 | 2026-05-14T16:18:36.755Z | Checking zip v4.6.1 |
| 2588 | 2026-05-14T16:18:36.851Z | Checking usdt-impl v0.5.0 |
| 2589 | 2026-05-14T16:18:36.938Z | Checking ecdsa v0.16.9 |
| 2590 | 2026-05-14T16:18:37.056Z | Checking rsa v0.9.10 |
| 2591 | 2026-05-14T16:18:37.073Z | Checking nix v0.31.2 |
| 2592 | 2026-05-14T16:18:37.208Z | Checking reqwest v0.13.2 |
| 2593 | 2026-05-14T16:18:37.273Z | Checking clap v4.5.60 |
| 2594 | 2026-05-14T16:18:37.354Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2595 | 2026-05-14T16:18:37.408Z | Checking zip v0.6.6 |
| 2596 | 2026-05-14T16:18:37.499Z | Checking itertools v0.13.0 |
| 2597 | 2026-05-14T16:18:37.526Z | Checking serde_with v3.17.0 |
| 2598 | 2026-05-14T16:18:37.548Z | Checking strum v0.26.3 |
| 2599 | 2026-05-14T16:18:37.650Z | Checking fs-err v3.3.0 |
| 2600 | 2026-05-14T16:18:37.661Z | Checking ahash v0.8.12 |
| 2601 | 2026-05-14T16:18:37.676Z | Checking object v0.37.3 |
| 2602 | 2026-05-14T16:18:37.726Z | Checking tokio-stream v0.1.18 |
| 2603 | 2026-05-14T16:18:37.848Z | Checking buf-list v1.1.2 |
| 2604 | 2026-05-14T16:18:37.941Z | Checking camino v1.2.2 |
| 2605 | 2026-05-14T16:18:38.030Z | Checking anyhow v1.0.102 |
| 2606 | 2026-05-14T16:18:38.043Z | Checking x509-cert v0.2.5 |
| 2607 | 2026-05-14T16:18:38.055Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2608 | 2026-05-14T16:18:38.110Z | Checking openapiv3 v2.2.0 |
| 2609 | 2026-05-14T16:18:38.189Z | Checking sha1 v0.10.6 |
| 2610 | 2026-05-14T16:18:38.224Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2611 | 2026-05-14T16:18:38.310Z | Checking peg-runtime v0.8.5 |
| 2612 | 2026-05-14T16:18:38.349Z | Checking lalrpop-util v0.19.12 |
| 2613 | 2026-05-14T16:18:38.418Z | Checking rayon v1.11.0 |
| 2614 | 2026-05-14T16:18:38.453Z | Checking sigpipe v0.1.3 |
| 2615 | 2026-05-14T16:18:38.510Z | Checking glob v0.3.3 |
| 2616 | 2026-05-14T16:18:39.905Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2617 | 2026-05-14T16:18:40.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.93s |
| 2618 | 2026-05-14T16:18:40.352Z | |
| 2619 | 2026-05-14T16:18:40.352Z | info: running `cargo check --bins` on internal-dns-types (77/274) |
| 2620 | 2026-05-14T16:18:40.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2026-05-14T16:18:40.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2026-05-14T16:18:40.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2623 | 2026-05-14T16:18:40.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2624 | 2026-05-14T16:18:40.952Z | |
| 2625 | 2026-05-14T16:18:40.952Z | info: running `cargo check --bins` on internal-dns-types-versions (78/274) |
| 2626 | 2026-05-14T16:18:41.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2026-05-14T16:18:41.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2026-05-14T16:18:41.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2629 | 2026-05-14T16:18:41.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2630 | 2026-05-14T16:18:41.556Z | |
| 2631 | 2026-05-14T16:18:41.556Z | info: running `cargo check --bins` on nexus-types-versions (79/274) |
| 2632 | 2026-05-14T16:18:42.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2633 | 2026-05-14T16:18:42.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2634 | 2026-05-14T16:18:42.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2635 | 2026-05-14T16:18:42.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2636 | 2026-05-14T16:18:42.169Z | |
| 2637 | 2026-05-14T16:18:42.169Z | info: running `cargo check --bins` on oxql-types (80/274) |
| 2638 | 2026-05-14T16:18:42.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2639 | 2026-05-14T16:18:42.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2640 | 2026-05-14T16:18:42.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2641 | 2026-05-14T16:18:42.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2642 | 2026-05-14T16:18:42.768Z | |
| 2643 | 2026-05-14T16:18:42.768Z | info: running `cargo check --bins` on oximeter-types (81/274) |
| 2644 | 2026-05-14T16:18:43.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2026-05-14T16:18:43.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2026-05-14T16:18:43.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2026-05-14T16:18:43.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2648 | 2026-05-14T16:18:43.361Z | |
| 2649 | 2026-05-14T16:18:43.362Z | info: running `cargo check --bins` on oximeter-types-versions (82/274) |
| 2650 | 2026-05-14T16:18:43.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2026-05-14T16:18:43.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2026-05-14T16:18:43.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2026-05-14T16:18:43.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2654 | 2026-05-14T16:18:43.961Z | |
| 2655 | 2026-05-14T16:18:43.961Z | info: running `cargo check --bins` on oximeter-macro-impl (83/274) |
| 2656 | 2026-05-14T16:18:44.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2026-05-14T16:18:44.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2026-05-14T16:18:44.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2026-05-14T16:18:44.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2660 | 2026-05-14T16:18:44.547Z | |
| 2661 | 2026-05-14T16:18:44.547Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/274) |
| 2662 | 2026-05-14T16:18:45.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2026-05-14T16:18:45.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2026-05-14T16:18:45.235Z | Compiling structmeta-derive v0.3.0 |
| 2665 | 2026-05-14T16:18:45.351Z | Compiling rustls v0.22.4 |
| 2666 | 2026-05-14T16:18:45.361Z | Compiling multer v3.1.0 |
| 2667 | 2026-05-14T16:18:45.370Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2668 | 2026-05-14T16:18:45.371Z | Compiling async-stream-impl v0.3.6 |
| 2669 | 2026-05-14T16:18:45.392Z | Compiling dropshot v0.17.0 |
| 2670 | 2026-05-14T16:18:45.408Z | Compiling dropshot_endpoint v0.17.0 |
| 2671 | 2026-05-14T16:18:45.408Z | Compiling newtype-uuid-macros v0.1.0 |
| 2672 | 2026-05-14T16:18:45.528Z | Checking newtype-uuid v1.3.2 |
| 2673 | 2026-05-14T16:18:45.591Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2674 | 2026-05-14T16:18:45.655Z | Checking rustls-webpki v0.102.8 |
| 2675 | 2026-05-14T16:18:45.725Z | Checking daft v0.1.5 |
| 2676 | 2026-05-14T16:18:45.743Z | Checking thread_local v1.1.9 |
| 2677 | 2026-05-14T16:18:45.908Z | Checking compression-core v0.4.31 |
| 2678 | 2026-05-14T16:18:45.956Z | Checking match_cfg v0.1.0 |
| 2679 | 2026-05-14T16:18:45.970Z | Checking iddqd v0.3.18 |
| 2680 | 2026-05-14T16:18:45.988Z | Checking crossbeam-channel v0.5.15 |
| 2681 | 2026-05-14T16:18:46.028Z | Checking hostname v0.3.1 |
| 2682 | 2026-05-14T16:18:46.040Z | Checking compression-codecs v0.4.37 |
| 2683 | 2026-05-14T16:18:46.123Z | Checking slog-json v2.6.1 |
| 2684 | 2026-05-14T16:18:46.153Z | Checking is-terminal v0.4.17 |
| 2685 | 2026-05-14T16:18:46.202Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2686 | 2026-05-14T16:18:46.242Z | Checking serde_spanned v1.0.4 |
| 2687 | 2026-05-14T16:18:46.276Z | Checking take_mut v0.2.2 |
| 2688 | 2026-05-14T16:18:46.323Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2689 | 2026-05-14T16:18:46.370Z | Checking term v1.2.1 |
| 2690 | 2026-05-14T16:18:46.386Z | Checking debug-ignore v1.0.5 |
| 2691 | 2026-05-14T16:18:46.398Z | Compiling structmeta v0.3.0 |
| 2692 | 2026-05-14T16:18:46.401Z | Checking slog-async v2.8.0 |
| 2693 | 2026-05-14T16:18:46.480Z | Checking slog-bunyan v2.5.0 |
| 2694 | 2026-05-14T16:18:46.503Z | Checking toml v1.0.6+spec-1.1.0 |
| 2695 | 2026-05-14T16:18:46.581Z | Checking async-compression v0.4.41 |
| 2696 | 2026-05-14T16:18:46.594Z | Checking async-stream v0.3.6 |
| 2697 | 2026-05-14T16:18:46.597Z | Checking slog-term v2.9.2 |
| 2698 | 2026-05-14T16:18:46.620Z | Compiling derive-ex v0.1.8 |
| 2699 | 2026-05-14T16:18:46.721Z | Compiling parse-display-derive v0.10.0 |
| 2700 | 2026-05-14T16:18:46.820Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2701 | 2026-05-14T16:18:46.835Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2702 | 2026-05-14T16:18:46.858Z | Checking progenitor-client v0.14.0 |
| 2703 | 2026-05-14T16:18:46.907Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2704 | 2026-05-14T16:18:47.053Z | Checking waitgroup v0.1.2 |
| 2705 | 2026-05-14T16:18:47.071Z | Checking backon v1.6.0 |
| 2706 | 2026-05-14T16:18:47.084Z | Checking rustls-pemfile v2.2.0 |
| 2707 | 2026-05-14T16:18:47.161Z | Checking serde_path_to_error v0.1.20 |
| 2708 | 2026-05-14T16:18:47.165Z | Checking hostname v0.4.2 |
| 2709 | 2026-05-14T16:18:47.218Z | Checking instant v0.1.13 |
| 2710 | 2026-05-14T16:18:47.303Z | Checking backoff v0.4.0 |
| 2711 | 2026-05-14T16:18:47.438Z | Checking progenitor-extras v0.2.0 |
| 2712 | 2026-05-14T16:18:47.441Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2713 | 2026-05-14T16:18:47.463Z | Checking tokio-rustls v0.25.0 |
| 2714 | 2026-05-14T16:18:47.489Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2715 | 2026-05-14T16:18:47.662Z | Checking itertools v0.14.0 |
| 2716 | 2026-05-14T16:18:47.689Z | Checking progenitor-client v0.10.0 |
| 2717 | 2026-05-14T16:18:47.848Z | Checking regress v0.10.5 |
| 2718 | 2026-05-14T16:18:47.906Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2719 | 2026-05-14T16:18:48.125Z | Checking macaddr v1.0.1 |
| 2720 | 2026-05-14T16:18:48.290Z | Compiling test-strategy v0.4.5 |
| 2721 | 2026-05-14T16:18:48.371Z | Checking parse-display v0.10.0 |
| 2722 | 2026-05-14T16:18:49.477Z | Compiling prettyplease v0.2.37 |
| 2723 | 2026-05-14T16:18:49.823Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2724 | 2026-05-14T16:18:49.933Z | Checking num-rational v0.4.2 |
| 2725 | 2026-05-14T16:18:50.191Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2726 | 2026-05-14T16:18:50.387Z | Checking num-complex v0.4.6 |
| 2727 | 2026-05-14T16:18:51.002Z | Checking num v0.4.3 |
| 2728 | 2026-05-14T16:18:51.122Z | Compiling usdt-attr-macro v0.5.0 |
| 2729 | 2026-05-14T16:18:51.160Z | Compiling usdt-macro v0.5.0 |
| 2730 | 2026-05-14T16:18:51.198Z | Checking memmap v0.7.0 |
| 2731 | 2026-05-14T16:18:51.203Z | Compiling float-ord v0.3.2 |
| 2732 | 2026-05-14T16:18:51.325Z | Checking unicode-width v0.2.0 |
| 2733 | 2026-05-14T16:18:51.328Z | Compiling convert_case v0.4.0 |
| 2734 | 2026-05-14T16:18:51.581Z | Checking console v0.15.11 |
| 2735 | 2026-05-14T16:18:51.710Z | Compiling derive_more v0.99.20 |
| 2736 | 2026-05-14T16:18:51.861Z | Checking newline-converter v0.3.0 |
| 2737 | 2026-05-14T16:18:51.877Z | Checking atomicwrites v0.4.4 |
| 2738 | 2026-05-14T16:18:51.888Z | Checking usdt v0.5.0 |
| 2739 | 2026-05-14T16:18:51.974Z | Compiling toml v0.8.23 |
| 2740 | 2026-05-14T16:18:52.003Z | Compiling minimal-lexical v0.2.1 |
| 2741 | 2026-05-14T16:18:52.055Z | Checking linked-hash-map v0.5.6 |
| 2742 | 2026-05-14T16:18:52.226Z | Checking lru-cache v0.1.2 |
| 2743 | 2026-05-14T16:18:52.257Z | Compiling nom v7.1.3 |
| 2744 | 2026-05-14T16:18:52.349Z | Checking expectorate v1.2.0 |
| 2745 | 2026-05-14T16:18:52.918Z | Checking camino-tempfile v1.4.1 |
| 2746 | 2026-05-14T16:18:53.007Z | Checking hickory-proto v0.24.4 |
| 2747 | 2026-05-14T16:18:53.084Z | Checking phf_shared v0.12.1 |
| 2748 | 2026-05-14T16:18:53.228Z | Compiling slog-dtrace v0.3.0 |
| 2749 | 2026-05-14T16:18:53.305Z | Checking resolv-conf v0.7.6 |
| 2750 | 2026-05-14T16:18:53.422Z | Checking heck v0.5.0 |
| 2751 | 2026-05-14T16:18:53.493Z | Compiling chrono-tz v0.10.4 |
| 2752 | 2026-05-14T16:18:53.552Z | Compiling const_format_proc_macros v0.2.34 |
| 2753 | 2026-05-14T16:18:53.589Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2754 | 2026-05-14T16:18:53.759Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2755 | 2026-05-14T16:18:53.788Z | Checking phf v0.12.1 |
| 2756 | 2026-05-14T16:18:53.933Z | Checking tokio-dtrace v0.1.1 |
| 2757 | 2026-05-14T16:18:54.067Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2758 | 2026-05-14T16:18:54.128Z | Compiling derive-where v1.6.0 |
| 2759 | 2026-05-14T16:18:54.282Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2760 | 2026-05-14T16:18:54.598Z | Checking highway v1.3.0 |
| 2761 | 2026-05-14T16:18:54.834Z | Checking const_format v0.2.35 |
| 2762 | 2026-05-14T16:18:54.880Z | Checking hickory-resolver v0.24.4 |
| 2763 | 2026-05-14T16:18:55.065Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2764 | 2026-05-14T16:18:55.092Z | Checking oxide-tokio-rt v0.1.4 |
| 2765 | 2026-05-14T16:18:55.300Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2766 | 2026-05-14T16:18:55.504Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2767 | 2026-05-14T16:18:55.507Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2768 | 2026-05-14T16:18:55.545Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2769 | 2026-05-14T16:18:55.602Z | Checking qorb v0.4.1 |
| 2770 | 2026-05-14T16:18:55.672Z | Checking gethostname v0.5.0 |
| 2771 | 2026-05-14T16:18:55.692Z | Checking bcs v0.1.6 |
| 2772 | 2026-05-14T16:18:55.705Z | Checking termtree v0.5.1 |
| 2773 | 2026-05-14T16:18:59.007Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2774 | 2026-05-14T16:19:01.732Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2775 | 2026-05-14T16:19:03.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.31s |
| 2776 | 2026-05-14T16:19:04.047Z | |
| 2777 | 2026-05-14T16:19:04.047Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274) |
| 2778 | 2026-05-14T16:19:04.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2779 | 2026-05-14T16:19:04.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2780 | 2026-05-14T16:19:04.742Z | Compiling ar_archive_writer v0.5.1 |
| 2781 | 2026-05-14T16:19:04.853Z | Compiling stacker v0.1.23 |
| 2782 | 2026-05-14T16:19:04.856Z | Compiling cfg_aliases v0.1.1 |
| 2783 | 2026-05-14T16:19:04.871Z | Compiling convert_case v0.10.0 |
| 2784 | 2026-05-14T16:19:04.874Z | Checking unicode-width v0.1.14 |
| 2785 | 2026-05-14T16:19:04.888Z | Compiling proc-macro-error v1.0.4 |
| 2786 | 2026-05-14T16:19:04.900Z | Checking fd-lock v4.0.4 |
| 2787 | 2026-05-14T16:19:04.903Z | Checking nibble_vec v0.1.0 |
| 2788 | 2026-05-14T16:19:04.922Z | Compiling nix v0.28.0 |
| 2789 | 2026-05-14T16:19:05.017Z | Checking vte v0.14.1 |
| 2790 | 2026-05-14T16:19:05.028Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2791 | 2026-05-14T16:19:05.107Z | Checking endian-type v0.1.2 |
| 2792 | 2026-05-14T16:19:05.122Z | Checking bytecount v0.6.9 |
| 2793 | 2026-05-14T16:19:05.163Z | Checking strip-ansi-escapes v0.2.1 |
| 2794 | 2026-05-14T16:19:05.176Z | Compiling derive_more-impl v2.1.1 |
| 2795 | 2026-05-14T16:19:05.179Z | Compiling tabled_derive v0.7.0 |
| 2796 | 2026-05-14T16:19:05.218Z | Checking papergrid v0.11.0 |
| 2797 | 2026-05-14T16:19:05.230Z | Checking radix_trie v0.2.1 |
| 2798 | 2026-05-14T16:19:05.290Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2799 | 2026-05-14T16:19:05.419Z | Compiling peg-macros v0.8.5 |
| 2800 | 2026-05-14T16:19:05.471Z | Checking winnow v0.6.26 |
| 2801 | 2026-05-14T16:19:05.664Z | Compiling psm v0.1.30 |
| 2802 | 2026-05-14T16:19:05.752Z | Compiling sqlparser_derive v0.5.0 |
| 2803 | 2026-05-14T16:19:05.828Z | Checking home v0.5.12 |
| 2804 | 2026-05-14T16:19:05.932Z | Checking nu-ansi-term v0.50.3 |
| 2805 | 2026-05-14T16:19:05.972Z | Checking derive_more v2.1.1 |
| 2806 | 2026-05-14T16:19:06.056Z | Checking unicode_categories v0.1.1 |
| 2807 | 2026-05-14T16:19:06.325Z | Checking tabled v0.15.0 |
| 2808 | 2026-05-14T16:19:06.338Z | Checking reedline v0.40.0 |
| 2809 | 2026-05-14T16:19:06.338Z | Checking crossterm v0.29.0 |
| 2810 | 2026-05-14T16:19:06.339Z | Checking rustyline v14.0.0 |
| 2811 | 2026-05-14T16:19:06.442Z | Checking recursive v0.1.1 |
| 2812 | 2026-05-14T16:19:06.523Z | Checking sqlparser v0.61.0 |
| 2813 | 2026-05-14T16:19:06.541Z | Checking display-error-chain v0.2.2 |
| 2814 | 2026-05-14T16:19:06.610Z | Checking sqlformat v0.3.5 |
| 2815 | 2026-05-14T16:19:06.768Z | Checking peg v0.8.5 |
| 2816 | 2026-05-14T16:19:17.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s |
| 2817 | 2026-05-14T16:19:17.972Z | |
| 2818 | 2026-05-14T16:19:17.972Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274) |
| 2819 | 2026-05-14T16:19:18.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2820 | 2026-05-14T16:19:18.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2821 | 2026-05-14T16:19:18.661Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2822 | 2026-05-14T16:19:22.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 2823 | 2026-05-14T16:19:22.347Z | |
| 2824 | 2026-05-14T16:19:22.347Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274) |
| 2825 | 2026-05-14T16:19:22.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2026-05-14T16:19:22.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2026-05-14T16:19:23.028Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2828 | 2026-05-14T16:19:25.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 2829 | 2026-05-14T16:19:25.724Z | |
| 2830 | 2026-05-14T16:19:25.724Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274) |
| 2831 | 2026-05-14T16:19:26.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2026-05-14T16:19:26.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2026-05-14T16:19:26.382Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2834 | 2026-05-14T16:19:29.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 2835 | 2026-05-14T16:19:29.817Z | |
| 2836 | 2026-05-14T16:19:29.817Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274) |
| 2837 | 2026-05-14T16:19:30.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2026-05-14T16:19:30.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2026-05-14T16:19:30.503Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2840 | 2026-05-14T16:19:33.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 2841 | 2026-05-14T16:19:34.257Z | |
| 2842 | 2026-05-14T16:19:34.257Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274) |
| 2843 | 2026-05-14T16:19:34.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2026-05-14T16:19:34.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2026-05-14T16:19:34.641Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2846 | 2026-05-14T16:19:37.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2847 | 2026-05-14T16:19:37.420Z | |
| 2848 | 2026-05-14T16:19:37.420Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274) |
| 2849 | 2026-05-14T16:19:38.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2026-05-14T16:19:38.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2026-05-14T16:19:38.105Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2852 | 2026-05-14T16:19:40.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 2853 | 2026-05-14T16:19:40.936Z | |
| 2854 | 2026-05-14T16:19:40.936Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274) |
| 2855 | 2026-05-14T16:19:41.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2026-05-14T16:19:41.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2026-05-14T16:19:41.620Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2858 | 2026-05-14T16:19:45.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2859 | 2026-05-14T16:19:45.218Z | |
| 2860 | 2026-05-14T16:19:45.218Z | info: running `cargo check --bins` on oximeter (93/274) |
| 2861 | 2026-05-14T16:19:45.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-05-14T16:19:45.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-05-14T16:19:45.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2864 | 2026-05-14T16:19:45.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2865 | 2026-05-14T16:19:45.872Z | |
| 2866 | 2026-05-14T16:19:45.872Z | info: running `cargo check --bins` on oximeter-schema (94/274) |
| 2867 | 2026-05-14T16:19:46.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-05-14T16:19:46.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-05-14T16:19:46.474Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2870 | 2026-05-14T16:19:46.639Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2871 | 2026-05-14T16:19:46.641Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2872 | 2026-05-14T16:19:46.977Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2873 | 2026-05-14T16:19:49.855Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2874 | 2026-05-14T16:19:51.064Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2875 | 2026-05-14T16:19:51.230Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2876 | 2026-05-14T16:19:51.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
| 2877 | 2026-05-14T16:19:52.096Z | |
| 2878 | 2026-05-14T16:19:52.096Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/274) |
| 2879 | 2026-05-14T16:19:52.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-05-14T16:19:52.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-05-14T16:19:52.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2026-05-14T16:19:52.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2883 | 2026-05-14T16:19:52.708Z | |
| 2884 | 2026-05-14T16:19:52.708Z | info: running `cargo check --bins` on oximeter-test-utils (96/274) |
| 2885 | 2026-05-14T16:19:53.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2026-05-14T16:19:53.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2026-05-14T16:19:53.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2888 | 2026-05-14T16:19:53.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2889 | 2026-05-14T16:19:53.357Z | |
| 2890 | 2026-05-14T16:19:53.357Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274) |
| 2891 | 2026-05-14T16:19:53.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2026-05-14T16:19:53.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2026-05-14T16:19:53.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2026-05-14T16:19:53.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2895 | 2026-05-14T16:19:53.977Z | |
| 2896 | 2026-05-14T16:19:53.977Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274) |
| 2897 | 2026-05-14T16:19:54.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-05-14T16:19:54.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-05-14T16:19:54.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-05-14T16:19:54.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2901 | 2026-05-14T16:19:54.591Z | |
| 2902 | 2026-05-14T16:19:54.591Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274) |
| 2903 | 2026-05-14T16:19:55.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-05-14T16:19:55.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-05-14T16:19:55.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-05-14T16:19:55.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2907 | 2026-05-14T16:19:55.209Z | |
| 2908 | 2026-05-14T16:19:55.210Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274) |
| 2909 | 2026-05-14T16:19:55.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-05-14T16:19:55.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-05-14T16:19:55.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2026-05-14T16:19:55.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2913 | 2026-05-14T16:19:55.824Z | |
| 2914 | 2026-05-14T16:19:55.825Z | info: running `cargo check --bins` on trust-quorum-types (101/274) |
| 2915 | 2026-05-14T16:19:56.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-05-14T16:19:56.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-05-14T16:19:56.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2026-05-14T16:19:56.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2919 | 2026-05-14T16:19:56.415Z | |
| 2920 | 2026-05-14T16:19:56.415Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/274) |
| 2921 | 2026-05-14T16:19:56.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-05-14T16:19:56.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-05-14T16:19:56.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2026-05-14T16:19:56.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2925 | 2026-05-14T16:19:57.026Z | |
| 2926 | 2026-05-14T16:19:57.026Z | info: running `cargo check --bins` on update-engine (103/274) |
| 2927 | 2026-05-14T16:19:57.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-05-14T16:19:57.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-05-14T16:19:57.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2026-05-14T16:19:57.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2931 | 2026-05-14T16:19:57.619Z | |
| 2932 | 2026-05-14T16:19:57.620Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/274) |
| 2933 | 2026-05-14T16:19:58.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-05-14T16:19:58.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-05-14T16:19:58.342Z | Compiling crucible-workspace-hack v0.1.0 |
| 2936 | 2026-05-14T16:19:58.459Z | Checking secrecy v0.10.3 |
| 2937 | 2026-05-14T16:19:58.466Z | Compiling heapless v0.8.0 |
| 2938 | 2026-05-14T16:19:58.474Z | Compiling ingot-macros v0.1.1 |
| 2939 | 2026-05-14T16:19:58.482Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2940 | 2026-05-14T16:19:58.485Z | Checking hash32 v0.3.1 |
| 2941 | 2026-05-14T16:19:58.503Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2942 | 2026-05-14T16:19:58.507Z | Compiling smoltcp v0.11.0 |
| 2943 | 2026-05-14T16:19:58.561Z | Checking cobs v0.3.0 |
| 2944 | 2026-05-14T16:19:58.610Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2945 | 2026-05-14T16:19:58.701Z | Checking universal-hash v0.5.1 |
| 2946 | 2026-05-14T16:19:58.716Z | Checking half v2.7.1 |
| 2947 | 2026-05-14T16:19:58.754Z | Checking opaque-debug v0.3.1 |
| 2948 | 2026-05-14T16:19:58.822Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2949 | 2026-05-14T16:19:58.837Z | Checking ciborium-io v0.2.2 |
| 2950 | 2026-05-14T16:19:58.869Z | Checking poly1305 v0.8.0 |
| 2951 | 2026-05-14T16:19:58.933Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2952 | 2026-05-14T16:19:58.982Z | Checking ciborium-ll v0.2.2 |
| 2953 | 2026-05-14T16:19:59.017Z | Compiling proc-macro-crate v3.4.0 |
| 2954 | 2026-05-14T16:19:59.157Z | Checking postcard v1.1.3 |
| 2955 | 2026-05-14T16:19:59.171Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2956 | 2026-05-14T16:19:59.217Z | Checking password-hash v0.5.0 |
| 2957 | 2026-05-14T16:19:59.435Z | Checking chacha20 v0.9.1 |
| 2958 | 2026-05-14T16:19:59.451Z | Compiling proc-macro-crate v1.3.1 |
| 2959 | 2026-05-14T16:19:59.454Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2960 | 2026-05-14T16:19:59.539Z | Checking blake2 v0.10.6 |
| 2961 | 2026-05-14T16:19:59.563Z | Compiling num_enum_derive v0.7.5 |
| 2962 | 2026-05-14T16:19:59.628Z | Checking aead v0.5.2 |
| 2963 | 2026-05-14T16:19:59.700Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2964 | 2026-05-14T16:19:59.773Z | Compiling foreign-types-macros v0.2.3 |
| 2965 | 2026-05-14T16:19:59.776Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2966 | 2026-05-14T16:19:59.800Z | Checking thiserror-no-std v2.0.2 |
| 2967 | 2026-05-14T16:19:59.860Z | Checking cpufeatures v0.3.0 |
| 2968 | 2026-05-14T16:19:59.886Z | Checking foreign-types-shared v0.3.1 |
| 2969 | 2026-05-14T16:19:59.906Z | Checking vsss-rs v3.3.4 |
| 2970 | 2026-05-14T16:19:59.934Z | Checking chacha20 v0.10.0 |
| 2971 | 2026-05-14T16:19:59.973Z | Compiling num_enum_derive v0.5.11 |
| 2972 | 2026-05-14T16:20:00.036Z | Checking argon2 v0.5.3 |
| 2973 | 2026-05-14T16:20:00.193Z | Checking chacha20poly1305 v0.10.1 |
| 2974 | 2026-05-14T16:20:00.278Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2975 | 2026-05-14T16:20:00.352Z | Checking foreign-types v0.5.0 |
| 2976 | 2026-05-14T16:20:00.368Z | Checking ciborium v0.2.2 |
| 2977 | 2026-05-14T16:20:00.538Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2978 | 2026-05-14T16:20:00.583Z | Checking tabwriter v1.4.1 |
| 2979 | 2026-05-14T16:20:00.597Z | Checking num_enum v0.7.5 |
| 2980 | 2026-05-14T16:20:00.708Z | Checking byte-wrapper v0.1.0 |
| 2981 | 2026-05-14T16:20:00.725Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2982 | 2026-05-14T16:20:00.784Z | Checking cstr-argument v0.1.2 |
| 2983 | 2026-05-14T16:20:00.817Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2984 | 2026-05-14T16:20:00.906Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2985 | 2026-05-14T16:20:00.921Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2986 | 2026-05-14T16:20:00.988Z | Checking num_enum v0.5.11 |
| 2987 | 2026-05-14T16:20:01.010Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2988 | 2026-05-14T16:20:01.103Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2989 | 2026-05-14T16:20:01.119Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2990 | 2026-05-14T16:20:01.136Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2991 | 2026-05-14T16:20:01.246Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2992 | 2026-05-14T16:20:01.260Z | Checking rand v0.10.0 |
| 2993 | 2026-05-14T16:20:01.273Z | Checking ingot-types v0.1.2 |
| 2994 | 2026-05-14T16:20:01.286Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2995 | 2026-05-14T16:20:01.288Z | Checking indent_write v2.2.0 |
| 2996 | 2026-05-14T16:20:01.427Z | Checking colored v3.1.1 |
| 2997 | 2026-05-14T16:20:01.443Z | Compiling zone_cfg_derive v0.3.1 |
| 2998 | 2026-05-14T16:20:01.544Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2999 | 2026-05-14T16:20:01.594Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3000 | 2026-05-14T16:20:01.623Z | Checking itertools v0.12.1 |
| 3001 | 2026-05-14T16:20:01.627Z | Checking ingot v0.1.1 |
| 3002 | 2026-05-14T16:20:01.713Z | Compiling num-derive v0.4.2 |
| 3003 | 2026-05-14T16:20:01.727Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3004 | 2026-05-14T16:20:01.765Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3005 | 2026-05-14T16:20:01.823Z | Checking swrite v0.1.0 |
| 3006 | 2026-05-14T16:20:01.916Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3007 | 2026-05-14T16:20:01.968Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3008 | 2026-05-14T16:20:02.096Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3009 | 2026-05-14T16:20:02.112Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3010 | 2026-05-14T16:20:02.125Z | Checking dropshot-api-manager-types v0.7.1 |
| 3011 | 2026-05-14T16:20:02.220Z | Checking smf v0.2.3 |
| 3012 | 2026-05-14T16:20:02.235Z | Checking nanorand v0.7.0 |
| 3013 | 2026-05-14T16:20:02.288Z | Checking whoami v1.6.1 |
| 3014 | 2026-05-14T16:20:02.425Z | Checking flume v0.11.1 |
| 3015 | 2026-05-14T16:20:02.450Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3016 | 2026-05-14T16:20:02.629Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3017 | 2026-05-14T16:20:02.632Z | Checking zone v0.3.1 |
| 3018 | 2026-05-14T16:20:03.190Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3019 | 2026-05-14T16:20:04.167Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3020 | 2026-05-14T16:20:05.064Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3021 | 2026-05-14T16:20:08.058Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3022 | 2026-05-14T16:20:10.132Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3023 | 2026-05-14T16:20:11.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s |
| 3024 | 2026-05-14T16:20:11.443Z | |
| 3025 | 2026-05-14T16:20:11.443Z | info: running `cargo check --bins` on clickhouse-admin-api (105/274) |
| 3026 | 2026-05-14T16:20:11.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2026-05-14T16:20:11.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2026-05-14T16:20:11.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2026-05-14T16:20:11.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3030 | 2026-05-14T16:20:12.050Z | |
| 3031 | 2026-05-14T16:20:12.050Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/274) |
| 3032 | 2026-05-14T16:20:12.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-05-14T16:20:12.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-05-14T16:20:12.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-05-14T16:20:12.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3036 | 2026-05-14T16:20:12.660Z | |
| 3037 | 2026-05-14T16:20:12.660Z | info: running `cargo check --bins` on bootstrap-agent-client (107/274) |
| 3038 | 2026-05-14T16:20:13.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-05-14T16:20:13.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-05-14T16:20:13.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-05-14T16:20:13.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3042 | 2026-05-14T16:20:13.277Z | |
| 3043 | 2026-05-14T16:20:13.277Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274) |
| 3044 | 2026-05-14T16:20:13.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-05-14T16:20:13.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-05-14T16:20:13.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-05-14T16:20:13.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3048 | 2026-05-14T16:20:13.897Z | |
| 3049 | 2026-05-14T16:20:13.897Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274) |
| 3050 | 2026-05-14T16:20:14.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-05-14T16:20:14.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-05-14T16:20:14.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-05-14T16:20:14.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3054 | 2026-05-14T16:20:14.509Z | |
| 3055 | 2026-05-14T16:20:14.509Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/274) |
| 3056 | 2026-05-14T16:20:15.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-05-14T16:20:15.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-05-14T16:20:15.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-05-14T16:20:15.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3060 | 2026-05-14T16:20:15.129Z | |
| 3061 | 2026-05-14T16:20:15.129Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/274) |
| 3062 | 2026-05-14T16:20:15.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-05-14T16:20:15.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-05-14T16:20:15.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-05-14T16:20:15.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3066 | 2026-05-14T16:20:15.751Z | |
| 3067 | 2026-05-14T16:20:15.751Z | info: running `cargo check --bins` on cockroach-admin-client (112/274) |
| 3068 | 2026-05-14T16:20:16.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-05-14T16:20:16.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-05-14T16:20:16.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2026-05-14T16:20:16.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3072 | 2026-05-14T16:20:16.359Z | |
| 3073 | 2026-05-14T16:20:16.359Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/274) |
| 3074 | 2026-05-14T16:20:16.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2026-05-14T16:20:16.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2026-05-14T16:20:16.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2026-05-14T16:20:16.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3078 | 2026-05-14T16:20:16.977Z | |
| 3079 | 2026-05-14T16:20:16.977Z | info: running `cargo check --bins` on dns-service-client (114/274) |
| 3080 | 2026-05-14T16:20:17.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2026-05-14T16:20:17.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2026-05-14T16:20:17.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2026-05-14T16:20:17.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3084 | 2026-05-14T16:20:17.598Z | |
| 3085 | 2026-05-14T16:20:17.598Z | info: running `cargo check --bins` on installinator-client (115/274) |
| 3086 | 2026-05-14T16:20:18.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2026-05-14T16:20:18.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2026-05-14T16:20:18.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2026-05-14T16:20:18.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3090 | 2026-05-14T16:20:18.223Z | |
| 3091 | 2026-05-14T16:20:18.223Z | info: running `cargo check --bins` on nexus-client (116/274) |
| 3092 | 2026-05-14T16:20:18.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2026-05-14T16:20:18.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2026-05-14T16:20:18.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2026-05-14T16:20:18.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3096 | 2026-05-14T16:20:18.869Z | |
| 3097 | 2026-05-14T16:20:18.869Z | info: running `cargo check --bins` on nexus-lockstep-client (117/274) |
| 3098 | 2026-05-14T16:20:19.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2026-05-14T16:20:19.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2026-05-14T16:20:19.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3101 | 2026-05-14T16:20:19.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3102 | 2026-05-14T16:20:19.522Z | |
| 3103 | 2026-05-14T16:20:19.522Z | info: running `cargo check --bins` on ntp-admin-client (118/274) |
| 3104 | 2026-05-14T16:20:20.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2026-05-14T16:20:20.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2026-05-14T16:20:20.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2026-05-14T16:20:20.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3108 | 2026-05-14T16:20:20.129Z | |
| 3109 | 2026-05-14T16:20:20.129Z | info: running `cargo check --bins` on oxide-client (119/274) |
| 3110 | 2026-05-14T16:20:20.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2026-05-14T16:20:20.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2026-05-14T16:20:20.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2026-05-14T16:20:20.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3114 | 2026-05-14T16:20:20.736Z | |
| 3115 | 2026-05-14T16:20:20.736Z | info: running `cargo check --bins` on oximeter-client (120/274) |
| 3116 | 2026-05-14T16:20:21.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2026-05-14T16:20:21.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2026-05-14T16:20:21.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3119 | 2026-05-14T16:20:21.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3120 | 2026-05-14T16:20:21.356Z | |
| 3121 | 2026-05-14T16:20:21.356Z | info: running `cargo check --bins` on repo-depot-client (121/274) |
| 3122 | 2026-05-14T16:20:21.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2026-05-14T16:20:21.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2026-05-14T16:20:21.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2026-05-14T16:20:21.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3126 | 2026-05-14T16:20:21.963Z | |
| 3127 | 2026-05-14T16:20:21.963Z | info: running `cargo check --bins` on sled-agent-client (122/274) |
| 3128 | 2026-05-14T16:20:22.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2026-05-14T16:20:22.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2026-05-14T16:20:22.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2026-05-14T16:20:22.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3132 | 2026-05-14T16:20:22.593Z | |
| 3133 | 2026-05-14T16:20:22.593Z | info: running `cargo check --bins` on wicketd-client (123/274) |
| 3134 | 2026-05-14T16:20:23.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2026-05-14T16:20:23.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2026-05-14T16:20:23.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2026-05-14T16:20:23.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3138 | 2026-05-14T16:20:23.256Z | |
| 3139 | 2026-05-14T16:20:23.256Z | info: running `cargo check --bins` on installinator-common (124/274) |
| 3140 | 2026-05-14T16:20:23.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2026-05-14T16:20:23.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2026-05-14T16:20:23.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2026-05-14T16:20:23.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3144 | 2026-05-14T16:20:23.867Z | |
| 3145 | 2026-05-14T16:20:23.867Z | info: running `cargo check --bins` on installinator-common-versions (125/274) |
| 3146 | 2026-05-14T16:20:24.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2026-05-14T16:20:24.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2026-05-14T16:20:24.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2026-05-14T16:20:24.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3150 | 2026-05-14T16:20:24.464Z | |
| 3151 | 2026-05-14T16:20:24.464Z | info: running `cargo check --bins` on wicket-common (126/274) |
| 3152 | 2026-05-14T16:20:24.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2026-05-14T16:20:24.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2026-05-14T16:20:24.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2026-05-14T16:20:24.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3156 | 2026-05-14T16:20:25.094Z | |
| 3157 | 2026-05-14T16:20:25.094Z | info: running `cargo check --bins` on omicron-cockroach-admin (127/274) |
| 3158 | 2026-05-14T16:20:25.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-05-14T16:20:25.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-05-14T16:20:25.804Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3161 | 2026-05-14T16:20:25.921Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3162 | 2026-05-14T16:20:25.929Z | Checking csv-core v0.1.13 |
| 3163 | 2026-05-14T16:20:25.937Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3164 | 2026-05-14T16:20:25.940Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3165 | 2026-05-14T16:20:25.955Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3166 | 2026-05-14T16:20:25.966Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3167 | 2026-05-14T16:20:25.977Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3168 | 2026-05-14T16:20:26.088Z | Checking csv v1.4.0 |
| 3169 | 2026-05-14T16:20:26.103Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3170 | 2026-05-14T16:20:26.152Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3171 | 2026-05-14T16:20:26.180Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3172 | 2026-05-14T16:20:26.417Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3173 | 2026-05-14T16:20:26.779Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3174 | 2026-05-14T16:20:26.779Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3175 | 2026-05-14T16:20:27.110Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3176 | 2026-05-14T16:20:32.885Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3177 | 2026-05-14T16:20:33.413Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3178 | 2026-05-14T16:20:35.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.63s |
| 3179 | 2026-05-14T16:20:35.933Z | |
| 3180 | 2026-05-14T16:20:35.934Z | info: running `cargo check --bins` on cockroach-admin-api (128/274) |
| 3181 | 2026-05-14T16:20:36.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3182 | 2026-05-14T16:20:36.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3183 | 2026-05-14T16:20:36.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3184 | 2026-05-14T16:20:36.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3185 | 2026-05-14T16:20:36.545Z | |
| 3186 | 2026-05-14T16:20:36.545Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274) |
| 3187 | 2026-05-14T16:20:37.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3188 | 2026-05-14T16:20:37.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3189 | 2026-05-14T16:20:37.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3190 | 2026-05-14T16:20:37.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3191 | 2026-05-14T16:20:37.241Z | |
| 3192 | 2026-05-14T16:20:37.242Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274) |
| 3193 | 2026-05-14T16:20:37.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3194 | 2026-05-14T16:20:37.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3195 | 2026-05-14T16:20:37.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3196 | 2026-05-14T16:20:37.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3197 | 2026-05-14T16:20:37.937Z | |
| 3198 | 2026-05-14T16:20:37.937Z | info: running `cargo check --bins` on gateway-test-utils (131/274) |
| 3199 | 2026-05-14T16:20:38.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3200 | 2026-05-14T16:20:38.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3201 | 2026-05-14T16:20:38.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3202 | 2026-05-14T16:20:38.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3203 | 2026-05-14T16:20:38.604Z | |
| 3204 | 2026-05-14T16:20:38.604Z | info: running `cargo check --bins` on omicron-gateway (132/274) |
| 3205 | 2026-05-14T16:20:39.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3206 | 2026-05-14T16:20:39.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3207 | 2026-05-14T16:20:39.386Z | Compiling regress v0.11.1 |
| 3208 | 2026-05-14T16:20:39.530Z | Compiling unsafe-libyaml v0.2.11 |
| 3209 | 2026-05-14T16:20:39.544Z | Compiling semver v0.1.20 |
| 3210 | 2026-05-14T16:20:39.547Z | Compiling radium v0.7.0 |
| 3211 | 2026-05-14T16:20:39.572Z | Compiling maybe-uninit v2.0.0 |
| 3212 | 2026-05-14T16:20:39.574Z | Checking tap v1.0.1 |
| 3213 | 2026-05-14T16:20:39.599Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3214 | 2026-05-14T16:20:39.686Z | Checking wyz v0.5.1 |
| 3215 | 2026-05-14T16:20:39.820Z | Compiling rustc_version v0.1.7 |
| 3216 | 2026-05-14T16:20:39.861Z | Checking progenitor-client v0.13.0 |
| 3217 | 2026-05-14T16:20:39.903Z | Compiling zerocopy-derive v0.6.6 |
| 3218 | 2026-05-14T16:20:40.006Z | Compiling cancel-safe-futures v0.1.5 |
| 3219 | 2026-05-14T16:20:40.032Z | Compiling newtype_derive v0.1.6 |
| 3220 | 2026-05-14T16:20:40.092Z | Compiling serde_yaml v0.9.34+deprecated |
| 3221 | 2026-05-14T16:20:40.210Z | Checking funty v2.0.0 |
| 3222 | 2026-05-14T16:20:40.225Z | Compiling packed_struct v0.10.1 |
| 3223 | 2026-05-14T16:20:40.264Z | Compiling owo-colors v4.3.0 |
| 3224 | 2026-05-14T16:20:40.470Z | Checking crc-catalog v2.4.0 |
| 3225 | 2026-05-14T16:20:40.526Z | Checking bitvec v1.0.1 |
| 3226 | 2026-05-14T16:20:40.566Z | Checking crc v3.4.0 |
| 3227 | 2026-05-14T16:20:40.745Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3228 | 2026-05-14T16:20:40.768Z | Checking zerocopy v0.6.6 |
| 3229 | 2026-05-14T16:20:40.796Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3230 | 2026-05-14T16:20:40.957Z | Checking typify-impl v0.6.2 |
| 3231 | 2026-05-14T16:20:41.084Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3232 | 2026-05-14T16:20:41.133Z | Compiling packed_struct_codegen v0.10.1 |
| 3233 | 2026-05-14T16:20:41.282Z | Checking libsw-core v0.3.2 |
| 3234 | 2026-05-14T16:20:41.338Z | Compiling bitfield-macros v0.19.4 |
| 3235 | 2026-05-14T16:20:41.432Z | Compiling indexmap v1.9.3 |
| 3236 | 2026-05-14T16:20:41.530Z | Checking nodrop v0.1.14 |
| 3237 | 2026-05-14T16:20:41.625Z | Checking array-init v0.0.4 |
| 3238 | 2026-05-14T16:20:41.658Z | Checking libsw v3.5.0 |
| 3239 | 2026-05-14T16:20:41.813Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3240 | 2026-05-14T16:20:41.829Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3241 | 2026-05-14T16:20:41.942Z | Checking smallvec v0.6.14 |
| 3242 | 2026-05-14T16:20:42.004Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3243 | 2026-05-14T16:20:42.040Z | Checking bitfield v0.19.4 |
| 3244 | 2026-05-14T16:20:42.232Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3245 | 2026-05-14T16:20:42.312Z | Checking smawk v0.3.2 |
| 3246 | 2026-05-14T16:20:42.334Z | Checking hashbrown v0.12.3 |
| 3247 | 2026-05-14T16:20:42.358Z | Checking tagptr v0.2.0 |
| 3248 | 2026-05-14T16:20:42.424Z | Checking linear-map v1.2.0 |
| 3249 | 2026-05-14T16:20:42.445Z | Checking unicode-linebreak v0.1.5 |
| 3250 | 2026-05-14T16:20:42.497Z | Checking base64 v0.21.7 |
| 3251 | 2026-05-14T16:20:42.597Z | Checking moka v0.12.13 |
| 3252 | 2026-05-14T16:20:42.658Z | Checking textwrap v0.16.2 |
| 3253 | 2026-05-14T16:20:42.703Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3254 | 2026-05-14T16:20:42.737Z | Checking ron v0.8.1 |
| 3255 | 2026-05-14T16:20:42.784Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3256 | 2026-05-14T16:20:42.870Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3257 | 2026-05-14T16:20:42.886Z | Checking steno v0.4.1 |
| 3258 | 2026-05-14T16:20:43.067Z | Checking serde-hex v0.1.0 |
| 3259 | 2026-05-14T16:20:43.219Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3260 | 2026-05-14T16:20:43.234Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3261 | 2026-05-14T16:20:43.256Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3262 | 2026-05-14T16:20:43.378Z | Checking hashbrown v0.13.2 |
| 3263 | 2026-05-14T16:20:43.687Z | Checking crc-any v2.5.0 |
| 3264 | 2026-05-14T16:20:43.821Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3265 | 2026-05-14T16:20:43.862Z | Checking humantime v2.3.0 |
| 3266 | 2026-05-14T16:20:43.878Z | Checking object v0.30.4 |
| 3267 | 2026-05-14T16:20:43.892Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3268 | 2026-05-14T16:20:44.035Z | Checking hickory-resolver v0.25.2 |
| 3269 | 2026-05-14T16:20:44.049Z | Checking path-slash v0.1.5 |
| 3270 | 2026-05-14T16:20:44.062Z | Checking half v1.8.3 |
| 3271 | 2026-05-14T16:20:44.080Z | Checking utf-8 v0.7.6 |
| 3272 | 2026-05-14T16:20:44.152Z | Checking void v1.0.2 |
| 3273 | 2026-05-14T16:20:44.218Z | Checking tungstenite v0.23.0 |
| 3274 | 2026-05-14T16:20:44.261Z | Checking lzss v0.8.2 |
| 3275 | 2026-05-14T16:20:44.277Z | Checking serde_cbor v0.11.2 |
| 3276 | 2026-05-14T16:20:44.589Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3277 | 2026-05-14T16:20:44.593Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3278 | 2026-05-14T16:20:44.638Z | Checking nix v0.27.1 |
| 3279 | 2026-05-14T16:20:44.653Z | Checking kstat-rs v0.2.4 |
| 3280 | 2026-05-14T16:20:44.739Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3281 | 2026-05-14T16:20:44.754Z | Checking fxhash v0.2.1 |
| 3282 | 2026-05-14T16:20:44.837Z | Checking serde_bytes v0.11.19 |
| 3283 | 2026-05-14T16:20:44.852Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3284 | 2026-05-14T16:20:44.873Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3285 | 2026-05-14T16:20:45.007Z | Checking tokio-tungstenite v0.23.1 |
| 3286 | 2026-05-14T16:20:45.134Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3287 | 2026-05-14T16:20:45.158Z | Checking signal-hook-tokio v0.3.1 |
| 3288 | 2026-05-14T16:20:45.457Z | Compiling typify-macro v0.6.2 |
| 3289 | 2026-05-14T16:20:46.209Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3290 | 2026-05-14T16:20:46.593Z | Compiling typify v0.6.2 |
| 3291 | 2026-05-14T16:20:46.673Z | Compiling progenitor-impl v0.13.0 |
| 3292 | 2026-05-14T16:20:46.673Z | Compiling progenitor-impl v0.14.0 |
| 3293 | 2026-05-14T16:20:47.104Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3294 | 2026-05-14T16:20:47.431Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3295 | 2026-05-14T16:20:48.260Z | Compiling progenitor-macro v0.13.0 |
| 3296 | 2026-05-14T16:20:48.295Z | Compiling progenitor-macro v0.14.0 |
| 3297 | 2026-05-14T16:20:50.713Z | Checking progenitor v0.13.0 |
| 3298 | 2026-05-14T16:20:50.838Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3299 | 2026-05-14T16:20:50.976Z | Checking progenitor v0.14.0 |
| 3300 | 2026-05-14T16:20:51.092Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3301 | 2026-05-14T16:20:53.843Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3302 | 2026-05-14T16:21:01.477Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3303 | 2026-05-14T16:21:07.752Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3304 | 2026-05-14T16:21:09.138Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3305 | 2026-05-14T16:21:09.658Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3306 | 2026-05-14T16:21:11.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.16s |
| 3307 | 2026-05-14T16:21:11.978Z | |
| 3308 | 2026-05-14T16:21:11.978Z | info: running `cargo check --bins` on gateway-api (133/274) |
| 3309 | 2026-05-14T16:21:12.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2026-05-14T16:21:12.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2026-05-14T16:21:12.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2026-05-14T16:21:12.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3313 | 2026-05-14T16:21:12.593Z | |
| 3314 | 2026-05-14T16:21:12.593Z | info: running `cargo check --bins` on ipcc (134/274) |
| 3315 | 2026-05-14T16:21:13.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-05-14T16:21:13.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-05-14T16:21:13.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2026-05-14T16:21:13.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3319 | 2026-05-14T16:21:13.217Z | |
| 3320 | 2026-05-14T16:21:13.217Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274) |
| 3321 | 2026-05-14T16:21:13.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2026-05-14T16:21:13.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2026-05-14T16:21:13.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2026-05-14T16:21:13.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3325 | 2026-05-14T16:21:13.809Z | |
| 3326 | 2026-05-14T16:21:13.809Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274) |
| 3327 | 2026-05-14T16:21:14.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2026-05-14T16:21:14.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2026-05-14T16:21:14.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2026-05-14T16:21:14.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3331 | 2026-05-14T16:21:14.423Z | |
| 3332 | 2026-05-14T16:21:14.423Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274) |
| 3333 | 2026-05-14T16:21:14.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2026-05-14T16:21:14.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2026-05-14T16:21:14.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2026-05-14T16:21:14.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3337 | 2026-05-14T16:21:15.025Z | |
| 3338 | 2026-05-14T16:21:15.025Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274) |
| 3339 | 2026-05-14T16:21:15.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2026-05-14T16:21:15.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2026-05-14T16:21:15.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2026-05-14T16:21:15.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3343 | 2026-05-14T16:21:15.634Z | |
| 3344 | 2026-05-14T16:21:15.634Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274) |
| 3345 | 2026-05-14T16:21:16.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2026-05-14T16:21:16.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2026-05-14T16:21:16.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2026-05-14T16:21:16.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3349 | 2026-05-14T16:21:16.246Z | |
| 3350 | 2026-05-14T16:21:16.246Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274) |
| 3351 | 2026-05-14T16:21:16.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2026-05-14T16:21:16.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2026-05-14T16:21:16.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3354 | 2026-05-14T16:21:16.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3355 | 2026-05-14T16:21:16.855Z | |
| 3356 | 2026-05-14T16:21:16.855Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274) |
| 3357 | 2026-05-14T16:21:17.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3358 | 2026-05-14T16:21:17.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3359 | 2026-05-14T16:21:17.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3360 | 2026-05-14T16:21:17.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3361 | 2026-05-14T16:21:17.464Z | |
| 3362 | 2026-05-14T16:21:17.464Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274) |
| 3363 | 2026-05-14T16:21:17.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3364 | 2026-05-14T16:21:17.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3365 | 2026-05-14T16:21:17.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3366 | 2026-05-14T16:21:17.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3367 | 2026-05-14T16:21:18.075Z | |
| 3368 | 2026-05-14T16:21:18.075Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274) |
| 3369 | 2026-05-14T16:21:18.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2026-05-14T16:21:18.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2026-05-14T16:21:18.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2026-05-14T16:21:18.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3373 | 2026-05-14T16:21:18.688Z | |
| 3374 | 2026-05-14T16:21:18.688Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274) |
| 3375 | 2026-05-14T16:21:19.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2026-05-14T16:21:19.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2026-05-14T16:21:19.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2026-05-14T16:21:19.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3379 | 2026-05-14T16:21:19.296Z | |
| 3380 | 2026-05-14T16:21:19.296Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274) |
| 3381 | 2026-05-14T16:21:19.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2026-05-14T16:21:19.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2026-05-14T16:21:19.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2026-05-14T16:21:19.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3385 | 2026-05-14T16:21:19.905Z | |
| 3386 | 2026-05-14T16:21:19.905Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274) |
| 3387 | 2026-05-14T16:21:20.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2026-05-14T16:21:20.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2026-05-14T16:21:20.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2026-05-14T16:21:20.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3391 | 2026-05-14T16:21:20.516Z | |
| 3392 | 2026-05-14T16:21:20.516Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274) |
| 3393 | 2026-05-14T16:21:21.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2026-05-14T16:21:21.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2026-05-14T16:21:21.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2026-05-14T16:21:21.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3397 | 2026-05-14T16:21:21.121Z | |
| 3398 | 2026-05-14T16:21:21.121Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274) |
| 3399 | 2026-05-14T16:21:21.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2026-05-14T16:21:21.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2026-05-14T16:21:21.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2026-05-14T16:21:21.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3403 | 2026-05-14T16:21:21.725Z | |
| 3404 | 2026-05-14T16:21:21.725Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274) |
| 3405 | 2026-05-14T16:21:22.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2026-05-14T16:21:22.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2026-05-14T16:21:22.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2026-05-14T16:21:22.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3409 | 2026-05-14T16:21:22.335Z | |
| 3410 | 2026-05-14T16:21:22.335Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274) |
| 3411 | 2026-05-14T16:21:22.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2026-05-14T16:21:22.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2026-05-14T16:21:22.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2026-05-14T16:21:22.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3415 | 2026-05-14T16:21:22.946Z | |
| 3416 | 2026-05-14T16:21:22.946Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274) |
| 3417 | 2026-05-14T16:21:23.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2026-05-14T16:21:23.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2026-05-14T16:21:23.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2026-05-14T16:21:23.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3421 | 2026-05-14T16:21:23.556Z | |
| 3422 | 2026-05-14T16:21:23.557Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274) |
| 3423 | 2026-05-14T16:21:24.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2026-05-14T16:21:24.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2026-05-14T16:21:24.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2026-05-14T16:21:24.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3427 | 2026-05-14T16:21:24.162Z | |
| 3428 | 2026-05-14T16:21:24.162Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274) |
| 3429 | 2026-05-14T16:21:24.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2026-05-14T16:21:24.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2026-05-14T16:21:24.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3432 | 2026-05-14T16:21:24.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3433 | 2026-05-14T16:21:24.772Z | |
| 3434 | 2026-05-14T16:21:24.772Z | info: running `cargo check --bins` on oximeter-producer (154/274) |
| 3435 | 2026-05-14T16:21:25.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2026-05-14T16:21:25.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2026-05-14T16:21:25.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3438 | 2026-05-14T16:21:25.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3439 | 2026-05-14T16:21:25.418Z | |
| 3440 | 2026-05-14T16:21:25.418Z | info: running `cargo check --bins` on internal-dns-resolver (155/274) |
| 3441 | 2026-05-14T16:21:25.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3442 | 2026-05-14T16:21:25.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3443 | 2026-05-14T16:21:25.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3444 | 2026-05-14T16:21:25.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3445 | 2026-05-14T16:21:26.024Z | |
| 3446 | 2026-05-14T16:21:26.024Z | info: running `cargo check --bins` on dns-server (156/274) |
| 3447 | 2026-05-14T16:21:26.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3448 | 2026-05-14T16:21:26.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3449 | 2026-05-14T16:21:26.682Z | Compiling parking_lot_core v0.8.6 |
| 3450 | 2026-05-14T16:21:26.682Z | Compiling atomicwrites v0.4.4 |
| 3451 | 2026-05-14T16:21:26.682Z | Compiling git-stub v1.0.0 |
| 3452 | 2026-05-14T16:21:26.685Z | Checking prefix-trie v0.7.0 |
| 3453 | 2026-05-14T16:21:26.685Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3454 | 2026-05-14T16:21:26.919Z | Compiling git-stub-vcs v0.1.0 |
| 3455 | 2026-05-14T16:21:27.095Z | Checking hickory-server v0.25.2 |
| 3456 | 2026-05-14T16:21:27.192Z | Checking parking_lot v0.11.2 |
| 3457 | 2026-05-14T16:21:27.196Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3458 | 2026-05-14T16:21:27.272Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3459 | 2026-05-14T16:21:27.273Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3460 | 2026-05-14T16:21:27.366Z | Checking sled v0.34.7 |
| 3461 | 2026-05-14T16:21:29.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 3462 | 2026-05-14T16:21:29.443Z | |
| 3463 | 2026-05-14T16:21:29.443Z | info: running `cargo check --bins` on dns-server-api (157/274) |
| 3464 | 2026-05-14T16:21:29.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2026-05-14T16:21:29.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2026-05-14T16:21:29.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3467 | 2026-05-14T16:21:29.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3468 | 2026-05-14T16:21:30.049Z | |
| 3469 | 2026-05-14T16:21:30.049Z | info: running `cargo check --bins` on oximeter-producer-api (158/274) |
| 3470 | 2026-05-14T16:21:30.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2026-05-14T16:21:30.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2026-05-14T16:21:30.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3473 | 2026-05-14T16:21:30.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3474 | 2026-05-14T16:21:30.664Z | |
| 3475 | 2026-05-14T16:21:30.664Z | info: running `cargo check --bins` on sp-sim (159/274) |
| 3476 | 2026-05-14T16:21:31.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2026-05-14T16:21:31.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2026-05-14T16:21:31.401Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3479 | 2026-05-14T16:21:33.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 3480 | 2026-05-14T16:21:33.394Z | |
| 3481 | 2026-05-14T16:21:33.394Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274) |
| 3482 | 2026-05-14T16:21:33.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2026-05-14T16:21:33.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2026-05-14T16:21:33.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3485 | 2026-05-14T16:21:33.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3486 | 2026-05-14T16:21:34.052Z | |
| 3487 | 2026-05-14T16:21:34.052Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274) |
| 3488 | 2026-05-14T16:21:34.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2026-05-14T16:21:34.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2026-05-14T16:21:34.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2026-05-14T16:21:34.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3492 | 2026-05-14T16:21:34.726Z | |
| 3493 | 2026-05-14T16:21:34.726Z | info: running `cargo check --bins` on db-macros (162/274) |
| 3494 | 2026-05-14T16:21:35.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2026-05-14T16:21:35.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2026-05-14T16:21:35.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2026-05-14T16:21:35.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3498 | 2026-05-14T16:21:35.330Z | |
| 3499 | 2026-05-14T16:21:35.330Z | info: running `cargo check --bins` on nexus-macros-common (163/274) |
| 3500 | 2026-05-14T16:21:35.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2026-05-14T16:21:35.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2026-05-14T16:21:35.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2026-05-14T16:21:35.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3504 | 2026-05-14T16:21:35.933Z | |
| 3505 | 2026-05-14T16:21:35.933Z | info: running `cargo check --bins` on nexus-auth (164/274) |
| 3506 | 2026-05-14T16:21:36.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2026-05-14T16:21:36.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2026-05-14T16:21:36.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2026-05-14T16:21:36.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3510 | 2026-05-14T16:21:36.608Z | |
| 3511 | 2026-05-14T16:21:36.608Z | info: running `cargo check --bins` on authz-macros (165/274) |
| 3512 | 2026-05-14T16:21:37.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2026-05-14T16:21:37.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2026-05-14T16:21:37.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2026-05-14T16:21:37.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3516 | 2026-05-14T16:21:37.196Z | |
| 3517 | 2026-05-14T16:21:37.196Z | info: running `cargo check --bins` on nexus-db-fixed-data (166/274) |
| 3518 | 2026-05-14T16:21:37.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2026-05-14T16:21:37.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2026-05-14T16:21:37.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2026-05-14T16:21:37.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3522 | 2026-05-14T16:21:37.844Z | |
| 3523 | 2026-05-14T16:21:37.844Z | info: running `cargo check --bins` on nexus-db-model (167/274) |
| 3524 | 2026-05-14T16:21:38.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2026-05-14T16:21:38.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2026-05-14T16:21:38.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2026-05-14T16:21:38.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3528 | 2026-05-14T16:21:38.497Z | |
| 3529 | 2026-05-14T16:21:38.497Z | info: running `cargo check --bins` on nexus-db-schema (168/274) |
| 3530 | 2026-05-14T16:21:38.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-05-14T16:21:38.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-05-14T16:21:38.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-05-14T16:21:38.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3534 | 2026-05-14T16:21:39.085Z | |
| 3535 | 2026-05-14T16:21:39.085Z | info: running `cargo check --bins` on omicron-rpaths (169/274) |
| 3536 | 2026-05-14T16:21:39.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-05-14T16:21:39.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-05-14T16:21:39.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-05-14T16:21:39.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3540 | 2026-05-14T16:21:39.675Z | |
| 3541 | 2026-05-14T16:21:39.675Z | info: running `cargo check --bins` on nexus-defaults (170/274) |
| 3542 | 2026-05-14T16:21:40.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-05-14T16:21:40.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-05-14T16:21:40.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-05-14T16:21:40.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3546 | 2026-05-14T16:21:40.278Z | |
| 3547 | 2026-05-14T16:21:40.278Z | info: running `cargo check --bins` on omicron-cockroach-metrics (171/274) |
| 3548 | 2026-05-14T16:21:40.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-05-14T16:21:40.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-05-14T16:21:40.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-05-14T16:21:40.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3552 | 2026-05-14T16:21:40.873Z | |
| 3553 | 2026-05-14T16:21:40.873Z | info: running `cargo check --bins` on parallel-task-set (172/274) |
| 3554 | 2026-05-14T16:21:41.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-05-14T16:21:41.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-05-14T16:21:41.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2026-05-14T16:21:41.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3558 | 2026-05-14T16:21:41.466Z | |
| 3559 | 2026-05-14T16:21:41.466Z | info: running `cargo check --bins` on nexus-db-errors (173/274) |
| 3560 | 2026-05-14T16:21:42.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2026-05-14T16:21:42.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2026-05-14T16:21:42.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2026-05-14T16:21:42.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3564 | 2026-05-14T16:21:42.125Z | |
| 3565 | 2026-05-14T16:21:42.125Z | info: running `cargo check --bins` on nexus-db-lookup (174/274) |
| 3566 | 2026-05-14T16:21:42.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2026-05-14T16:21:42.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2026-05-14T16:21:42.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2026-05-14T16:21:42.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3570 | 2026-05-14T16:21:42.778Z | |
| 3571 | 2026-05-14T16:21:42.778Z | info: running `cargo check --bins` on nexus-inventory (175/274) |
| 3572 | 2026-05-14T16:21:43.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2026-05-14T16:21:43.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2026-05-14T16:21:43.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3575 | 2026-05-14T16:21:43.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3576 | 2026-05-14T16:21:43.425Z | |
| 3577 | 2026-05-14T16:21:43.425Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274) |
| 3578 | 2026-05-14T16:21:43.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-05-14T16:21:43.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-05-14T16:21:43.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3581 | 2026-05-14T16:21:43.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3582 | 2026-05-14T16:21:44.050Z | |
| 3583 | 2026-05-14T16:21:44.050Z | info: running `cargo check --bins --no-default-features` on sled-storage (177/274) |
| 3584 | 2026-05-14T16:21:44.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-05-14T16:21:44.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-05-14T16:21:44.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2026-05-14T16:21:44.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3588 | 2026-05-14T16:21:44.679Z | |
| 3589 | 2026-05-14T16:21:44.679Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274) |
| 3590 | 2026-05-14T16:21:45.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2026-05-14T16:21:45.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2026-05-14T16:21:45.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3593 | 2026-05-14T16:21:45.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3594 | 2026-05-14T16:21:45.303Z | |
| 3595 | 2026-05-14T16:21:45.303Z | info: running `cargo check --bins` on key-manager (179/274) |
| 3596 | 2026-05-14T16:21:45.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-05-14T16:21:45.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-05-14T16:21:45.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3599 | 2026-05-14T16:21:45.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3600 | 2026-05-14T16:21:45.910Z | |
| 3601 | 2026-05-14T16:21:45.910Z | info: running `cargo check --bins --no-default-features` on sled-hardware (180/274) |
| 3602 | 2026-05-14T16:21:46.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-05-14T16:21:46.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-05-14T16:21:46.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-05-14T16:21:46.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3606 | 2026-05-14T16:21:46.535Z | |
| 3607 | 2026-05-14T16:21:46.535Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274) |
| 3608 | 2026-05-14T16:21:47.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-05-14T16:21:47.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-05-14T16:21:47.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2026-05-14T16:21:47.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3612 | 2026-05-14T16:21:47.159Z | |
| 3613 | 2026-05-14T16:21:47.159Z | info: running `cargo check --bins` on typed-rng (182/274) |
| 3614 | 2026-05-14T16:21:47.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-05-14T16:21:47.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-05-14T16:21:47.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2026-05-14T16:21:47.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3618 | 2026-05-14T16:21:47.753Z | |
| 3619 | 2026-05-14T16:21:47.753Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274) |
| 3620 | 2026-05-14T16:21:48.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-05-14T16:21:48.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-05-14T16:21:48.613Z | Compiling typify-impl v0.4.3 |
| 3623 | 2026-05-14T16:21:48.613Z | Compiling libefi-sys v0.1.0 |
| 3624 | 2026-05-14T16:21:48.755Z | Compiling bitfield-struct v0.6.2 |
| 3625 | 2026-05-14T16:21:48.763Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3626 | 2026-05-14T16:21:48.772Z | Compiling xshell-macros v0.2.7 |
| 3627 | 2026-05-14T16:21:48.785Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3628 | 2026-05-14T16:21:48.824Z | Compiling salty v0.3.0 |
| 3629 | 2026-05-14T16:21:48.828Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3630 | 2026-05-14T16:21:48.987Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3631 | 2026-05-14T16:21:49.104Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3632 | 2026-05-14T16:21:49.119Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3633 | 2026-05-14T16:21:49.137Z | Checking xshell v0.2.7 |
| 3634 | 2026-05-14T16:21:49.322Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3635 | 2026-05-14T16:21:49.341Z | Checking primeorder v0.13.6 |
| 3636 | 2026-05-14T16:21:49.360Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3637 | 2026-05-14T16:21:49.491Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3638 | 2026-05-14T16:21:49.507Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3639 | 2026-05-14T16:21:49.575Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3640 | 2026-05-14T16:21:49.599Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3641 | 2026-05-14T16:21:49.744Z | Checking tungstenite v0.21.0 |
| 3642 | 2026-05-14T16:21:49.787Z | Checking p384 v0.13.1 |
| 3643 | 2026-05-14T16:21:49.837Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3644 | 2026-05-14T16:21:49.893Z | Compiling proc-macro-error2 v2.0.1 |
| 3645 | 2026-05-14T16:21:49.997Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3646 | 2026-05-14T16:21:50.162Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3647 | 2026-05-14T16:21:50.205Z | Compiling num-derive v0.3.3 |
| 3648 | 2026-05-14T16:21:50.223Z | Compiling tabled_derive v0.11.0 |
| 3649 | 2026-05-14T16:21:50.489Z | Checking tokio-tungstenite v0.21.0 |
| 3650 | 2026-05-14T16:21:50.700Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3651 | 2026-05-14T16:21:50.766Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3652 | 2026-05-14T16:21:50.792Z | Checking papergrid v0.17.0 |
| 3653 | 2026-05-14T16:21:50.998Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3654 | 2026-05-14T16:21:51.139Z | Checking libscf-sys v1.1.0 |
| 3655 | 2026-05-14T16:21:51.275Z | Checking testing_table v0.3.0 |
| 3656 | 2026-05-14T16:21:51.372Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3657 | 2026-05-14T16:21:51.375Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3658 | 2026-05-14T16:21:51.404Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3659 | 2026-05-14T16:21:51.498Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3660 | 2026-05-14T16:21:51.569Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3661 | 2026-05-14T16:21:51.709Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3662 | 2026-05-14T16:21:51.768Z | Compiling unicase v2.9.0 |
| 3663 | 2026-05-14T16:21:51.862Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3664 | 2026-05-14T16:21:51.900Z | Checking corncobs v0.1.4 |
| 3665 | 2026-05-14T16:21:51.983Z | Compiling mime_guess v2.0.5 |
| 3666 | 2026-05-14T16:21:52.002Z | Checking tabled v0.20.0 |
| 3667 | 2026-05-14T16:21:52.029Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3668 | 2026-05-14T16:21:52.073Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3669 | 2026-05-14T16:21:52.156Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3670 | 2026-05-14T16:21:52.285Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3671 | 2026-05-14T16:21:52.301Z | Checking progenitor-client v0.11.2 |
| 3672 | 2026-05-14T16:21:52.489Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3673 | 2026-05-14T16:21:52.507Z | Checking secrecy v0.8.0 |
| 3674 | 2026-05-14T16:21:52.537Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3675 | 2026-05-14T16:21:52.580Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3676 | 2026-05-14T16:21:52.654Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3677 | 2026-05-14T16:21:52.748Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3678 | 2026-05-14T16:21:53.013Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3679 | 2026-05-14T16:21:53.029Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3680 | 2026-05-14T16:21:53.155Z | Compiling typify-macro v0.4.3 |
| 3681 | 2026-05-14T16:21:53.187Z | Checking filetime v0.2.27 |
| 3682 | 2026-05-14T16:21:53.293Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3683 | 2026-05-14T16:21:53.322Z | Checking http-range v0.1.5 |
| 3684 | 2026-05-14T16:21:53.468Z | Checking crc8 v0.1.1 |
| 3685 | 2026-05-14T16:21:53.621Z | Checking xattr v1.6.1 |
| 3686 | 2026-05-14T16:21:53.676Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3687 | 2026-05-14T16:21:53.756Z | Checking tar v0.4.45 |
| 3688 | 2026-05-14T16:21:53.965Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3689 | 2026-05-14T16:21:54.044Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3690 | 2026-05-14T16:21:54.127Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3691 | 2026-05-14T16:21:54.152Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3692 | 2026-05-14T16:21:54.235Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3693 | 2026-05-14T16:21:54.436Z | Checking atty v0.2.14 |
| 3694 | 2026-05-14T16:21:54.545Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3695 | 2026-05-14T16:21:54.646Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3696 | 2026-05-14T16:21:54.755Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3697 | 2026-05-14T16:21:54.898Z | Compiling typify v0.4.3 |
| 3698 | 2026-05-14T16:21:55.018Z | Compiling progenitor-impl v0.11.2 |
| 3699 | 2026-05-14T16:21:55.097Z | Compiling progenitor-impl v0.10.0 |
| 3700 | 2026-05-14T16:21:55.498Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3701 | 2026-05-14T16:21:55.524Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3702 | 2026-05-14T16:21:55.777Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3703 | 2026-05-14T16:21:56.028Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3704 | 2026-05-14T16:21:56.417Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3705 | 2026-05-14T16:21:56.476Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3706 | 2026-05-14T16:21:56.641Z | Checking hyper-staticfile v0.10.1 |
| 3707 | 2026-05-14T16:21:56.664Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3708 | 2026-05-14T16:21:56.879Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3709 | 2026-05-14T16:21:56.925Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3710 | 2026-05-14T16:21:56.942Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3711 | 2026-05-14T16:21:57.211Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3712 | 2026-05-14T16:21:57.246Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3713 | 2026-05-14T16:21:57.503Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3714 | 2026-05-14T16:21:57.532Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3715 | 2026-05-14T16:21:57.607Z | Compiling progenitor-macro v0.11.2 |
| 3716 | 2026-05-14T16:21:57.661Z | Compiling progenitor-macro v0.10.0 |
| 3717 | 2026-05-14T16:22:00.539Z | Checking progenitor v0.11.2 |
| 3718 | 2026-05-14T16:22:00.542Z | Checking progenitor v0.10.0 |
| 3719 | 2026-05-14T16:22:00.678Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3720 | 2026-05-14T16:22:00.681Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3721 | 2026-05-14T16:22:05.304Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3722 | 2026-05-14T16:22:06.406Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3723 | 2026-05-14T16:22:16.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.04s |
| 3724 | 2026-05-14T16:22:17.018Z | |
| 3725 | 2026-05-14T16:22:17.018Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274) |
| 3726 | 2026-05-14T16:22:17.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-05-14T16:22:17.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-05-14T16:22:17.795Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3729 | 2026-05-14T16:22:28.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s |
| 3730 | 2026-05-14T16:22:28.544Z | |
| 3731 | 2026-05-14T16:22:28.544Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274) |
| 3732 | 2026-05-14T16:22:29.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-05-14T16:22:29.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-05-14T16:22:29.324Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3735 | 2026-05-14T16:22:39.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s |
| 3736 | 2026-05-14T16:22:40.012Z | |
| 3737 | 2026-05-14T16:22:40.012Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274) |
| 3738 | 2026-05-14T16:22:40.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-05-14T16:22:40.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-05-14T16:22:40.802Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3741 | 2026-05-14T16:22:51.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s |
| 3742 | 2026-05-14T16:22:51.495Z | |
| 3743 | 2026-05-14T16:22:51.496Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274) |
| 3744 | 2026-05-14T16:22:52.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-05-14T16:22:52.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-05-14T16:22:52.280Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3747 | 2026-05-14T16:23:02.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s |
| 3748 | 2026-05-14T16:23:02.964Z | |
| 3749 | 2026-05-14T16:23:02.964Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274) |
| 3750 | 2026-05-14T16:23:03.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-05-14T16:23:03.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-05-14T16:23:03.756Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3753 | 2026-05-14T16:23:14.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s |
| 3754 | 2026-05-14T16:23:14.457Z | |
| 3755 | 2026-05-14T16:23:14.457Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274) |
| 3756 | 2026-05-14T16:23:15.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-05-14T16:23:15.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-05-14T16:23:15.244Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3759 | 2026-05-14T16:23:25.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s |
| 3760 | 2026-05-14T16:23:25.911Z | |
| 3761 | 2026-05-14T16:23:25.912Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274) |
| 3762 | 2026-05-14T16:23:26.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2026-05-14T16:23:26.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2026-05-14T16:23:26.693Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3765 | 2026-05-14T16:23:37.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3766 | 2026-05-14T16:23:37.492Z | |
| 3767 | 2026-05-14T16:23:37.492Z | info: running `cargo check --bins` on bootstrap-agent-api (191/274) |
| 3768 | 2026-05-14T16:23:38.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2026-05-14T16:23:38.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2026-05-14T16:23:38.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3771 | 2026-05-14T16:23:38.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3772 | 2026-05-14T16:23:38.102Z | |
| 3773 | 2026-05-14T16:23:38.102Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274) |
| 3774 | 2026-05-14T16:23:38.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2026-05-14T16:23:38.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2026-05-14T16:23:38.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3777 | 2026-05-14T16:23:38.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3778 | 2026-05-14T16:23:38.722Z | |
| 3779 | 2026-05-14T16:23:38.722Z | info: running `cargo check --bins` on range-requests (193/274) |
| 3780 | 2026-05-14T16:23:39.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3781 | 2026-05-14T16:23:39.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3782 | 2026-05-14T16:23:39.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3783 | 2026-05-14T16:23:39.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3784 | 2026-05-14T16:23:39.321Z | |
| 3785 | 2026-05-14T16:23:39.321Z | info: running `cargo check --bins` on repo-depot-api (194/274) |
| 3786 | 2026-05-14T16:23:39.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3787 | 2026-05-14T16:23:39.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3788 | 2026-05-14T16:23:39.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3789 | 2026-05-14T16:23:39.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3790 | 2026-05-14T16:23:39.920Z | |
| 3791 | 2026-05-14T16:23:39.920Z | info: running `cargo check --bins` on sled-agent-api (195/274) |
| 3792 | 2026-05-14T16:23:40.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3793 | 2026-05-14T16:23:40.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3794 | 2026-05-14T16:23:40.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3795 | 2026-05-14T16:23:40.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3796 | 2026-05-14T16:23:40.550Z | |
| 3797 | 2026-05-14T16:23:40.550Z | info: running `cargo check --bins` on sled-diagnostics (196/274) |
| 3798 | 2026-05-14T16:23:41.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3799 | 2026-05-14T16:23:41.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3800 | 2026-05-14T16:23:41.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3801 | 2026-05-14T16:23:41.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3802 | 2026-05-14T16:23:41.173Z | |
| 3803 | 2026-05-14T16:23:41.173Z | info: running `cargo check --bins` on zfs-test-harness (197/274) |
| 3804 | 2026-05-14T16:23:41.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3805 | 2026-05-14T16:23:41.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3806 | 2026-05-14T16:23:41.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3807 | 2026-05-14T16:23:41.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3808 | 2026-05-14T16:23:41.799Z | |
| 3809 | 2026-05-14T16:23:41.799Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274) |
| 3810 | 2026-05-14T16:23:42.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3811 | 2026-05-14T16:23:42.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3812 | 2026-05-14T16:23:42.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3813 | 2026-05-14T16:23:42.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3814 | 2026-05-14T16:23:42.429Z | |
| 3815 | 2026-05-14T16:23:42.429Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274) |
| 3816 | 2026-05-14T16:23:42.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3817 | 2026-05-14T16:23:42.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3818 | 2026-05-14T16:23:42.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3819 | 2026-05-14T16:23:42.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3820 | 2026-05-14T16:23:43.058Z | |
| 3821 | 2026-05-14T16:23:43.058Z | info: running `cargo check --bins` on sled-agent-health-monitor (200/274) |
| 3822 | 2026-05-14T16:23:43.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3823 | 2026-05-14T16:23:43.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3824 | 2026-05-14T16:23:43.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3825 | 2026-05-14T16:23:43.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3826 | 2026-05-14T16:23:43.684Z | |
| 3827 | 2026-05-14T16:23:43.684Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274) |
| 3828 | 2026-05-14T16:23:44.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3829 | 2026-05-14T16:23:44.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3830 | 2026-05-14T16:23:44.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3831 | 2026-05-14T16:23:44.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3832 | 2026-05-14T16:23:44.315Z | |
| 3833 | 2026-05-14T16:23:44.315Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274) |
| 3834 | 2026-05-14T16:23:44.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2026-05-14T16:23:44.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2026-05-14T16:23:44.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3837 | 2026-05-14T16:23:44.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3838 | 2026-05-14T16:23:44.951Z | |
| 3839 | 2026-05-14T16:23:44.951Z | info: running `cargo check --bins` on sled-agent-resolvable-files (203/274) |
| 3840 | 2026-05-14T16:23:45.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2026-05-14T16:23:45.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2026-05-14T16:23:45.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2026-05-14T16:23:45.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3844 | 2026-05-14T16:23:45.584Z | |
| 3845 | 2026-05-14T16:23:45.584Z | info: running `cargo check --bins` on sled-agent-rack-setup (204/274) |
| 3846 | 2026-05-14T16:23:46.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2026-05-14T16:23:46.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2026-05-14T16:23:46.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3849 | 2026-05-14T16:23:46.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3850 | 2026-05-14T16:23:46.237Z | |
| 3851 | 2026-05-14T16:23:46.237Z | info: running `cargo check --bins` on trust-quorum (205/274) |
| 3852 | 2026-05-14T16:23:46.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2026-05-14T16:23:46.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2026-05-14T16:23:46.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3855 | 2026-05-14T16:23:46.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3856 | 2026-05-14T16:23:46.867Z | |
| 3857 | 2026-05-14T16:23:46.867Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274) |
| 3858 | 2026-05-14T16:23:47.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2026-05-14T16:23:47.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2026-05-14T16:23:47.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3861 | 2026-05-14T16:23:47.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3862 | 2026-05-14T16:23:47.509Z | |
| 3863 | 2026-05-14T16:23:47.509Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (207/274) |
| 3864 | 2026-05-14T16:23:48.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3865 | 2026-05-14T16:23:48.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3866 | 2026-05-14T16:23:48.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3867 | 2026-05-14T16:23:48.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3868 | 2026-05-14T16:23:48.167Z | |
| 3869 | 2026-05-14T16:23:48.167Z | info: running `cargo check --bins` on update-common (208/274) |
| 3870 | 2026-05-14T16:23:48.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3871 | 2026-05-14T16:23:48.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3872 | 2026-05-14T16:23:48.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3873 | 2026-05-14T16:23:48.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3874 | 2026-05-14T16:23:48.781Z | |
| 3875 | 2026-05-14T16:23:48.781Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274) |
| 3876 | 2026-05-14T16:23:49.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3877 | 2026-05-14T16:23:49.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3878 | 2026-05-14T16:23:49.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3879 | 2026-05-14T16:23:49.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3880 | 2026-05-14T16:23:49.439Z | |
| 3881 | 2026-05-14T16:23:49.439Z | info: running `cargo check --bins` on omicron-deployment-graph (210/274) |
| 3882 | 2026-05-14T16:23:49.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3883 | 2026-05-14T16:23:49.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3884 | 2026-05-14T16:23:49.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3885 | 2026-05-14T16:23:49.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3886 | 2026-05-14T16:23:50.027Z | |
| 3887 | 2026-05-14T16:23:50.027Z | info: running `cargo check --bins` on reconfigurator-cli (211/274) |
| 3888 | 2026-05-14T16:23:50.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3889 | 2026-05-14T16:23:50.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3890 | 2026-05-14T16:23:50.808Z | Compiling fs-err v2.11.0 |
| 3891 | 2026-05-14T16:23:50.808Z | Checking ignore v0.4.25 |
| 3892 | 2026-05-14T16:23:50.808Z | Checking arc-swap v1.8.2 |
| 3893 | 2026-05-14T16:23:50.811Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3894 | 2026-05-14T16:23:50.938Z | Checking predicates-tree v1.0.13 |
| 3895 | 2026-05-14T16:23:50.952Z | Checking parse-size v1.1.0 |
| 3896 | 2026-05-14T16:23:50.975Z | Checking rand_seeder v0.4.0 |
| 3897 | 2026-05-14T16:23:50.987Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3898 | 2026-05-14T16:23:51.051Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3899 | 2026-05-14T16:23:51.073Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3900 | 2026-05-14T16:23:51.113Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3901 | 2026-05-14T16:23:51.140Z | Checking slog-scope v4.4.1 |
| 3902 | 2026-05-14T16:23:51.258Z | Compiling petname v2.0.2 |
| 3903 | 2026-05-14T16:23:51.274Z | Checking slog-stdlog v4.1.1 |
| 3904 | 2026-05-14T16:23:51.290Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3905 | 2026-05-14T16:23:51.318Z | Checking globwalk v0.9.1 |
| 3906 | 2026-05-14T16:23:51.365Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3907 | 2026-05-14T16:23:51.392Z | Checking slog-envlogger v2.2.0 |
| 3908 | 2026-05-14T16:23:51.495Z | Checking camino-tempfile-ext v0.3.3 |
| 3909 | 2026-05-14T16:23:51.514Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3910 | 2026-05-14T16:23:51.541Z | Checking sapling-renderdag v0.1.0 |
| 3911 | 2026-05-14T16:23:51.678Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3912 | 2026-05-14T16:23:51.692Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3913 | 2026-05-14T16:23:51.774Z | Checking subprocess v0.2.15 |
| 3914 | 2026-05-14T16:23:51.860Z | Checking sync-ptr v0.1.4 |
| 3915 | 2026-05-14T16:23:51.913Z | Checking colored v2.2.0 |
| 3916 | 2026-05-14T16:23:51.978Z | Checking assert_matches v1.5.0 |
| 3917 | 2026-05-14T16:23:52.047Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3918 | 2026-05-14T16:23:52.122Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3919 | 2026-05-14T16:23:52.174Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3920 | 2026-05-14T16:23:52.178Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3921 | 2026-05-14T16:23:52.794Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3922 | 2026-05-14T16:23:54.119Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3923 | 2026-05-14T16:23:56.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s |
| 3924 | 2026-05-14T16:23:56.573Z | |
| 3925 | 2026-05-14T16:23:56.573Z | info: running `cargo check --bins` on omicron-repl-utils (212/274) |
| 3926 | 2026-05-14T16:23:57.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-05-14T16:23:57.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-05-14T16:23:57.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-05-14T16:23:57.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3930 | 2026-05-14T16:23:57.171Z | |
| 3931 | 2026-05-14T16:23:57.171Z | info: running `cargo check --bins` on transient-dns-server (213/274) |
| 3932 | 2026-05-14T16:23:57.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-05-14T16:23:57.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-05-14T16:23:57.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-05-14T16:23:57.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3936 | 2026-05-14T16:23:57.796Z | |
| 3937 | 2026-05-14T16:23:57.796Z | info: running `cargo check --bins` on nexus-test-interface (214/274) |
| 3938 | 2026-05-14T16:23:58.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-05-14T16:23:58.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-05-14T16:23:58.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-05-14T16:23:58.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3942 | 2026-05-14T16:23:58.465Z | |
| 3943 | 2026-05-14T16:23:58.465Z | info: running `cargo check --bins` on oximeter-collector (215/274) |
| 3944 | 2026-05-14T16:23:59.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-05-14T16:23:59.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-05-14T16:23:59.198Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3947 | 2026-05-14T16:23:59.198Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3948 | 2026-05-14T16:23:59.844Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3949 | 2026-05-14T16:24:01.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 3950 | 2026-05-14T16:24:01.661Z | |
| 3951 | 2026-05-14T16:24:01.661Z | info: running `cargo check --bins` on oximeter-api (216/274) |
| 3952 | 2026-05-14T16:24:02.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3953 | 2026-05-14T16:24:02.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3954 | 2026-05-14T16:24:02.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3955 | 2026-05-14T16:24:02.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3956 | 2026-05-14T16:24:02.275Z | |
| 3957 | 2026-05-14T16:24:02.275Z | info: running `cargo check --bins` on cert-dev (217/274) |
| 3958 | 2026-05-14T16:24:02.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3959 | 2026-05-14T16:24:02.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3960 | 2026-05-14T16:24:02.898Z | Checking yasna v0.5.2 |
| 3961 | 2026-05-14T16:24:03.299Z | Checking rcgen v0.12.1 |
| 3962 | 2026-05-14T16:24:03.551Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3963 | 2026-05-14T16:24:03.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 3964 | 2026-05-14T16:24:03.914Z | |
| 3965 | 2026-05-14T16:24:03.915Z | info: running `cargo check --bins` on clickana (218/274) |
| 3966 | 2026-05-14T16:24:04.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3967 | 2026-05-14T16:24:04.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3968 | 2026-05-14T16:24:04.579Z | Compiling darling_core v0.23.0 |
| 3969 | 2026-05-14T16:24:04.582Z | Compiling instability v0.3.11 |
| 3970 | 2026-05-14T16:24:04.582Z | Checking castaway v0.2.4 |
| 3971 | 2026-05-14T16:24:04.701Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3972 | 2026-05-14T16:24:04.701Z | Compiling indoc v2.0.7 |
| 3973 | 2026-05-14T16:24:04.707Z | Checking unicode-truncate v1.1.0 |
| 3974 | 2026-05-14T16:24:04.726Z | Checking lru v0.12.5 |
| 3975 | 2026-05-14T16:24:04.726Z | Checking cassowary v0.3.0 |
| 3976 | 2026-05-14T16:24:04.784Z | Checking compact_str v0.8.1 |
| 3977 | 2026-05-14T16:24:05.758Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3978 | 2026-05-14T16:24:05.944Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3979 | 2026-05-14T16:24:06.099Z | Compiling darling_macro v0.23.0 |
| 3980 | 2026-05-14T16:24:06.508Z | Compiling darling v0.23.0 |
| 3981 | 2026-05-14T16:24:07.120Z | Checking ratatui v0.29.0 |
| 3982 | 2026-05-14T16:24:08.168Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3983 | 2026-05-14T16:24:08.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s |
| 3984 | 2026-05-14T16:24:09.035Z | |
| 3985 | 2026-05-14T16:24:09.035Z | info: running `cargo check --bins` on clickhouse-cluster-dev (219/274) |
| 3986 | 2026-05-14T16:24:09.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-05-14T16:24:09.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-05-14T16:24:09.779Z | Checking headers-core v0.3.0 |
| 3989 | 2026-05-14T16:24:09.782Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3990 | 2026-05-14T16:24:09.975Z | Checking headers v0.4.1 |
| 3991 | 2026-05-14T16:24:10.344Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3992 | 2026-05-14T16:24:11.199Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3993 | 2026-05-14T16:24:11.701Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3994 | 2026-05-14T16:24:12.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 3995 | 2026-05-14T16:24:12.334Z | |
| 3996 | 2026-05-14T16:24:12.334Z | info: running `cargo check --bins` on ch-dev (220/274) |
| 3997 | 2026-05-14T16:24:12.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3998 | 2026-05-14T16:24:12.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3999 | 2026-05-14T16:24:13.069Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4000 | 2026-05-14T16:24:13.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4001 | 2026-05-14T16:24:14.036Z | |
| 4002 | 2026-05-14T16:24:14.036Z | info: running `cargo check --bins` on dev-tools-common (221/274) |
| 4003 | 2026-05-14T16:24:14.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4004 | 2026-05-14T16:24:14.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4005 | 2026-05-14T16:24:14.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4006 | 2026-05-14T16:24:14.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 4007 | 2026-05-14T16:24:14.516Z | |
| 4008 | 2026-05-14T16:24:14.516Z | info: running `cargo check --bins` on crdb-seed (222/274) |
| 4009 | 2026-05-14T16:24:15.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4010 | 2026-05-14T16:24:15.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4011 | 2026-05-14T16:24:15.252Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4012 | 2026-05-14T16:24:16.233Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4013 | 2026-05-14T16:24:16.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 4014 | 2026-05-14T16:24:16.781Z | |
| 4015 | 2026-05-14T16:24:16.781Z | info: running `cargo check --bins` on db-dev (223/274) |
| 4016 | 2026-05-14T16:24:17.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-05-14T16:24:17.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-05-14T16:24:17.510Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4019 | 2026-05-14T16:24:18.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4020 | 2026-05-14T16:24:18.481Z | |
| 4021 | 2026-05-14T16:24:18.481Z | info: running `cargo check --bins` on omicron-dev-lib (224/274) |
| 4022 | 2026-05-14T16:24:19.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-05-14T16:24:19.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-05-14T16:24:19.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4025 | 2026-05-14T16:24:19.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4026 | 2026-05-14T16:24:19.129Z | |
| 4027 | 2026-05-14T16:24:19.129Z | info: running `cargo check --bins` on xtask-downloader (225/274) |
| 4028 | 2026-05-14T16:24:19.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4029 | 2026-05-14T16:24:19.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4030 | 2026-05-14T16:24:19.754Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4031 | 2026-05-14T16:24:20.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4032 | 2026-05-14T16:24:20.619Z | |
| 4033 | 2026-05-14T16:24:20.619Z | info: running `cargo check --bins` on omicron-dropshot-apis (226/274) |
| 4034 | 2026-05-14T16:24:21.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4035 | 2026-05-14T16:24:21.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4036 | 2026-05-14T16:24:21.387Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4037 | 2026-05-14T16:24:21.387Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4038 | 2026-05-14T16:24:21.391Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4039 | 2026-05-14T16:24:21.391Z | Checking git-stub v1.0.0 |
| 4040 | 2026-05-14T16:24:21.391Z | Compiling trait-variant v0.1.2 |
| 4041 | 2026-05-14T16:24:21.391Z | Checking maplit v1.0.2 |
| 4042 | 2026-05-14T16:24:21.391Z | Checking is_ci v1.2.0 |
| 4043 | 2026-05-14T16:24:21.506Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4044 | 2026-05-14T16:24:21.619Z | Checking supports-color v3.0.2 |
| 4045 | 2026-05-14T16:24:21.633Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4046 | 2026-05-14T16:24:21.683Z | Checking git-stub-vcs v0.1.0 |
| 4047 | 2026-05-14T16:24:21.783Z | Checking drift v0.1.4 |
| 4048 | 2026-05-14T16:24:21.804Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4049 | 2026-05-14T16:24:21.822Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4050 | 2026-05-14T16:24:21.877Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4051 | 2026-05-14T16:24:22.013Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4052 | 2026-05-14T16:24:22.031Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4053 | 2026-05-14T16:24:22.042Z | Checking dropshot-api-manager v0.7.1 |
| 4054 | 2026-05-14T16:24:22.086Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4055 | 2026-05-14T16:24:22.246Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4056 | 2026-05-14T16:24:22.299Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4057 | 2026-05-14T16:24:22.437Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4058 | 2026-05-14T16:24:22.763Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4059 | 2026-05-14T16:24:27.694Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4060 | 2026-05-14T16:24:28.777Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4061 | 2026-05-14T16:24:29.343Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4062 | 2026-05-14T16:24:29.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s |
| 4063 | 2026-05-14T16:24:29.983Z | |
| 4064 | 2026-05-14T16:24:29.983Z | info: running `cargo check --bins` on installinator-api (227/274) |
| 4065 | 2026-05-14T16:24:30.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-05-14T16:24:30.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-05-14T16:24:30.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-05-14T16:24:30.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4069 | 2026-05-14T16:24:30.593Z | |
| 4070 | 2026-05-14T16:24:30.593Z | info: running `cargo check --bins` on nexus-external-api (228/274) |
| 4071 | 2026-05-14T16:24:31.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-05-14T16:24:31.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-05-14T16:24:31.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4074 | 2026-05-14T16:24:31.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4075 | 2026-05-14T16:24:31.245Z | |
| 4076 | 2026-05-14T16:24:31.245Z | info: running `cargo check --bins` on nexus-internal-api (229/274) |
| 4077 | 2026-05-14T16:24:31.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-05-14T16:24:31.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-05-14T16:24:31.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4080 | 2026-05-14T16:24:31.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4081 | 2026-05-14T16:24:31.894Z | |
| 4082 | 2026-05-14T16:24:31.894Z | info: running `cargo check --bins` on nexus-lockstep-api (230/274) |
| 4083 | 2026-05-14T16:24:32.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4084 | 2026-05-14T16:24:32.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4085 | 2026-05-14T16:24:32.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4086 | 2026-05-14T16:24:32.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4087 | 2026-05-14T16:24:32.552Z | |
| 4088 | 2026-05-14T16:24:32.553Z | info: running `cargo check --bins` on ntp-admin-api (231/274) |
| 4089 | 2026-05-14T16:24:33.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4090 | 2026-05-14T16:24:33.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4091 | 2026-05-14T16:24:33.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4092 | 2026-05-14T16:24:33.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4093 | 2026-05-14T16:24:33.161Z | |
| 4094 | 2026-05-14T16:24:33.162Z | info: running `cargo check --bins` on ntp-admin-types-versions (232/274) |
| 4095 | 2026-05-14T16:24:33.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4096 | 2026-05-14T16:24:33.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4097 | 2026-05-14T16:24:33.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4098 | 2026-05-14T16:24:33.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4099 | 2026-05-14T16:24:33.760Z | |
| 4100 | 2026-05-14T16:24:33.761Z | info: running `cargo check --bins` on wicketd-api (233/274) |
| 4101 | 2026-05-14T16:24:34.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4102 | 2026-05-14T16:24:34.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4103 | 2026-05-14T16:24:34.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4104 | 2026-05-14T16:24:34.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4105 | 2026-05-14T16:24:34.404Z | |
| 4106 | 2026-05-14T16:24:34.404Z | info: running `cargo check --bins` on omicron-ls-apis (234/274) |
| 4107 | 2026-05-14T16:24:35.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4108 | 2026-05-14T16:24:35.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4109 | 2026-05-14T16:24:35.766Z | Checking typeid v1.0.3 |
| 4110 | 2026-05-14T16:24:35.766Z | Checking ordered-float v2.10.1 |
| 4111 | 2026-05-14T16:24:35.766Z | Checking unicode-xid v0.2.6 |
| 4112 | 2026-05-14T16:24:35.766Z | Checking cargo-platform v0.2.0 |
| 4113 | 2026-05-14T16:24:35.766Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4114 | 2026-05-14T16:24:35.766Z | Checking erased-serde v0.4.9 |
| 4115 | 2026-05-14T16:24:35.766Z | Checking serde-value v0.7.0 |
| 4116 | 2026-05-14T16:24:35.766Z | Checking serde-untagged v0.1.9 |
| 4117 | 2026-05-14T16:24:35.766Z | Checking cargo-util-schemas v0.8.2 |
| 4118 | 2026-05-14T16:24:36.337Z | Checking cargo_metadata v0.21.0 |
| 4119 | 2026-05-14T16:24:36.944Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4120 | 2026-05-14T16:24:37.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 4121 | 2026-05-14T16:24:37.821Z | |
| 4122 | 2026-05-14T16:24:37.821Z | info: running `cargo check --bins` on mgs-dev (235/274) |
| 4123 | 2026-05-14T16:24:38.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4124 | 2026-05-14T16:24:38.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4125 | 2026-05-14T16:24:38.570Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4126 | 2026-05-14T16:24:39.197Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4127 | 2026-05-14T16:24:39.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4128 | 2026-05-14T16:24:39.918Z | |
| 4129 | 2026-05-14T16:24:39.918Z | info: running `cargo check --bins` on omicron-omdb (236/274) |
| 4130 | 2026-05-14T16:24:40.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-05-14T16:24:40.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-05-14T16:24:40.790Z | Compiling vergen-gitcl v1.0.8 |
| 4133 | 2026-05-14T16:24:40.790Z | Compiling dirs-sys-next v0.1.2 |
| 4134 | 2026-05-14T16:24:40.790Z | Compiling glob v0.3.3 |
| 4135 | 2026-05-14T16:24:40.793Z | Compiling diesel_derives v2.3.7 |
| 4136 | 2026-05-14T16:24:40.793Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4137 | 2026-05-14T16:24:40.793Z | Compiling crunchy v0.2.4 |
| 4138 | 2026-05-14T16:24:40.793Z | Compiling dsl_auto_type v0.2.0 |
| 4139 | 2026-05-14T16:24:40.793Z | Checking scheduled-thread-pool v0.2.7 |
| 4140 | 2026-05-14T16:24:41.051Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4141 | 2026-05-14T16:24:41.120Z | Compiling tiny-keccak v2.0.2 |
| 4142 | 2026-05-14T16:24:41.190Z | Compiling dirs-next v2.0.0 |
| 4143 | 2026-05-14T16:24:41.259Z | Checking r2d2 v0.8.10 |
| 4144 | 2026-05-14T16:24:41.293Z | Compiling clang-sys v1.8.1 |
| 4145 | 2026-05-14T16:24:41.310Z | Compiling term v0.7.0 |
| 4146 | 2026-05-14T16:24:41.325Z | Checking downcast-rs v2.0.2 |
| 4147 | 2026-05-14T16:24:41.360Z | Compiling bit-vec v0.6.3 |
| 4148 | 2026-05-14T16:24:41.436Z | Compiling itertools v0.10.5 |
| 4149 | 2026-05-14T16:24:41.579Z | Compiling ascii-canvas v3.0.0 |
| 4150 | 2026-05-14T16:24:41.663Z | Compiling bit-set v0.5.3 |
| 4151 | 2026-05-14T16:24:41.805Z | Compiling ena v0.14.4 |
| 4152 | 2026-05-14T16:24:41.820Z | Compiling libloading v0.8.9 |
| 4153 | 2026-05-14T16:24:41.828Z | Compiling bindgen v0.71.1 |
| 4154 | 2026-05-14T16:24:41.848Z | Compiling diff v0.1.13 |
| 4155 | 2026-05-14T16:24:41.863Z | Compiling regex-syntax v0.6.29 |
| 4156 | 2026-05-14T16:24:42.024Z | Compiling cexpr v0.6.0 |
| 4157 | 2026-05-14T16:24:42.114Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4158 | 2026-05-14T16:24:42.278Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4159 | 2026-05-14T16:24:42.330Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4160 | 2026-05-14T16:24:42.433Z | Compiling libxml v0.3.3 |
| 4161 | 2026-05-14T16:24:42.487Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4162 | 2026-05-14T16:24:42.692Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4163 | 2026-05-14T16:24:42.704Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4164 | 2026-05-14T16:24:42.799Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4165 | 2026-05-14T16:24:42.891Z | Compiling strum_macros v0.24.3 |
| 4166 | 2026-05-14T16:24:42.910Z | Compiling indoc v1.0.9 |
| 4167 | 2026-05-14T16:24:43.351Z | Compiling lalrpop v0.19.12 |
| 4168 | 2026-05-14T16:24:43.961Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4169 | 2026-05-14T16:24:43.983Z | Checking derive_builder v0.20.2 |
| 4170 | 2026-05-14T16:24:44.102Z | Compiling oso-derive v0.27.3 |
| 4171 | 2026-05-14T16:24:44.151Z | Checking quick-xml v0.37.5 |
| 4172 | 2026-05-14T16:24:44.255Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4173 | 2026-05-14T16:24:44.597Z | Checking openssl-probe v0.1.6 |
| 4174 | 2026-05-14T16:24:44.740Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4175 | 2026-05-14T16:24:45.018Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4176 | 2026-05-14T16:24:45.212Z | Checking bb8 v0.8.6 |
| 4177 | 2026-05-14T16:24:45.486Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4178 | 2026-05-14T16:24:45.513Z | Checking nonempty v0.12.0 |
| 4179 | 2026-05-14T16:24:45.706Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4180 | 2026-05-14T16:24:45.706Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4181 | 2026-05-14T16:24:45.722Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4182 | 2026-05-14T16:24:45.793Z | Checking console v0.16.2 |
| 4183 | 2026-05-14T16:24:45.918Z | Checking unit-prefix v0.5.2 |
| 4184 | 2026-05-14T16:24:45.935Z | Checking support-bundle-viewer v0.1.2 |
| 4185 | 2026-05-14T16:24:46.058Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4186 | 2026-05-14T16:24:46.100Z | Checking indicatif v0.18.4 |
| 4187 | 2026-05-14T16:24:46.180Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4188 | 2026-05-14T16:24:46.298Z | Checking multimap v0.10.1 |
| 4189 | 2026-05-14T16:24:46.851Z | Checking diesel v2.3.7 |
| 4190 | 2026-05-14T16:24:48.612Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4191 | 2026-05-14T16:24:49.295Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4192 | 2026-05-14T16:24:49.381Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4193 | 2026-05-14T16:24:50.331Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4194 | 2026-05-14T16:24:50.960Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4195 | 2026-05-14T16:24:51.023Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4196 | 2026-05-14T16:24:51.423Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4197 | 2026-05-14T16:24:51.678Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4198 | 2026-05-14T16:24:53.734Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4199 | 2026-05-14T16:24:58.763Z | Compiling samael v0.0.19 |
| 4200 | 2026-05-14T16:25:02.589Z | Checking async-bb8-diesel v0.2.1 |
| 4201 | 2026-05-14T16:25:02.846Z | Checking diesel-dtrace v0.5.0 |
| 4202 | 2026-05-14T16:25:03.410Z | Compiling polar-core v0.27.3 |
| 4203 | 2026-05-14T16:25:07.845Z | Checking oso v0.27.3 |
| 4204 | 2026-05-14T16:25:45.170Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4205 | 2026-05-14T16:26:18.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 4206 | 2026-05-14T16:26:18.841Z | |
| 4207 | 2026-05-14T16:26:18.841Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274) |
| 4208 | 2026-05-14T16:26:19.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-05-14T16:26:19.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-05-14T16:26:19.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2026-05-14T16:26:19.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4212 | 2026-05-14T16:26:19.509Z | |
| 4213 | 2026-05-14T16:26:19.509Z | info: running `cargo check --bins` on nexus-saga-recovery (238/274) |
| 4214 | 2026-05-14T16:26:20.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2026-05-14T16:26:20.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2026-05-14T16:26:20.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4217 | 2026-05-14T16:26:20.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4218 | 2026-05-14T16:26:20.180Z | |
| 4219 | 2026-05-14T16:26:20.180Z | info: running `cargo check --bins` on nexus-test-utils-macros (239/274) |
| 4220 | 2026-05-14T16:26:20.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2026-05-14T16:26:20.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2026-05-14T16:26:20.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4223 | 2026-05-14T16:26:20.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4224 | 2026-05-14T16:26:20.781Z | |
| 4225 | 2026-05-14T16:26:20.781Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (240/274) |
| 4226 | 2026-05-14T16:26:21.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4227 | 2026-05-14T16:26:21.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4228 | 2026-05-14T16:26:21.664Z | Compiling libz-sys v1.1.24 |
| 4229 | 2026-05-14T16:26:21.796Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4230 | 2026-05-14T16:26:21.807Z | Compiling vergen-git2 v1.0.7 |
| 4231 | 2026-05-14T16:26:21.833Z | Compiling rustls v0.21.12 |
| 4232 | 2026-05-14T16:26:21.836Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4233 | 2026-05-14T16:26:21.836Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4234 | 2026-05-14T16:26:21.836Z | Checking sct v0.7.1 |
| 4235 | 2026-05-14T16:26:21.836Z | Checking rustls-webpki v0.101.7 |
| 4236 | 2026-05-14T16:26:22.009Z | Compiling nix v0.29.0 |
| 4237 | 2026-05-14T16:26:22.061Z | Compiling dropshot v0.16.7 |
| 4238 | 2026-05-14T16:26:22.113Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4239 | 2026-05-14T16:26:22.132Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4240 | 2026-05-14T16:26:22.166Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4241 | 2026-05-14T16:26:22.317Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4242 | 2026-05-14T16:26:22.327Z | Checking toml v0.9.12+spec-1.1.0 |
| 4243 | 2026-05-14T16:26:22.342Z | Compiling dropshot_endpoint v0.16.7 |
| 4244 | 2026-05-14T16:26:22.450Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4245 | 2026-05-14T16:26:22.626Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4246 | 2026-05-14T16:26:22.813Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4247 | 2026-05-14T16:26:22.905Z | Checking rustls-pemfile v1.0.4 |
| 4248 | 2026-05-14T16:26:23.046Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4249 | 2026-05-14T16:26:23.233Z | Checking twox-hash v2.1.2 |
| 4250 | 2026-05-14T16:26:23.271Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4251 | 2026-05-14T16:26:23.437Z | Checking tokio-rustls v0.24.1 |
| 4252 | 2026-05-14T16:26:24.015Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4253 | 2026-05-14T16:26:24.054Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4254 | 2026-05-14T16:26:24.261Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4255 | 2026-05-14T16:26:24.745Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4256 | 2026-05-14T16:26:24.803Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4257 | 2026-05-14T16:26:24.821Z | Checking fatfs v0.3.6 |
| 4258 | 2026-05-14T16:26:24.921Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4259 | 2026-05-14T16:26:24.945Z | Compiling seq-macro v0.3.6 |
| 4260 | 2026-05-14T16:26:28.721Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4261 | 2026-05-14T16:26:28.847Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4262 | 2026-05-14T16:26:29.101Z | Compiling git2 v0.20.4 |
| 4263 | 2026-05-14T16:26:31.306Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4264 | 2026-05-14T16:27:17.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.69s |
| 4265 | 2026-05-14T16:27:17.696Z | |
| 4266 | 2026-05-14T16:27:17.696Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274) |
| 4267 | 2026-05-14T16:27:18.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4268 | 2026-05-14T16:27:18.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4269 | 2026-05-14T16:27:18.596Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4270 | 2026-05-14T16:27:57.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.53s |
| 4271 | 2026-05-14T16:27:57.462Z | |
| 4272 | 2026-05-14T16:27:57.462Z | info: running `cargo check --bins` on nexus-background-task-interface (242/274) |
| 4273 | 2026-05-14T16:27:57.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4274 | 2026-05-14T16:27:58.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4275 | 2026-05-14T16:27:58.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4276 | 2026-05-14T16:27:58.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4277 | 2026-05-14T16:27:58.168Z | |
| 4278 | 2026-05-14T16:27:58.168Z | info: running `cargo check --bins --no-default-features` on nexus-fm (243/274) |
| 4279 | 2026-05-14T16:27:58.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4280 | 2026-05-14T16:27:58.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4281 | 2026-05-14T16:27:58.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4282 | 2026-05-14T16:27:58.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4283 | 2026-05-14T16:27:58.718Z | |
| 4284 | 2026-05-14T16:27:58.718Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274) |
| 4285 | 2026-05-14T16:27:59.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4286 | 2026-05-14T16:27:59.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4287 | 2026-05-14T16:27:59.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4288 | 2026-05-14T16:27:59.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4289 | 2026-05-14T16:27:59.388Z | |
| 4290 | 2026-05-14T16:27:59.388Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (245/274) |
| 4291 | 2026-05-14T16:27:59.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4292 | 2026-05-14T16:27:59.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4293 | 2026-05-14T16:27:59.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4294 | 2026-05-14T16:27:59.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4295 | 2026-05-14T16:28:00.052Z | |
| 4296 | 2026-05-14T16:28:00.052Z | info: running `cargo check --bins` on nexus-mgs-updates (246/274) |
| 4297 | 2026-05-14T16:28:00.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4298 | 2026-05-14T16:28:00.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4299 | 2026-05-14T16:28:00.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4300 | 2026-05-14T16:28:00.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4301 | 2026-05-14T16:28:00.883Z | |
| 4302 | 2026-05-14T16:28:00.883Z | info: running `cargo check --bins` on nexus-networking (247/274) |
| 4303 | 2026-05-14T16:28:01.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4304 | 2026-05-14T16:28:01.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4305 | 2026-05-14T16:28:01.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4306 | 2026-05-14T16:28:01.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4307 | 2026-05-14T16:28:01.355Z | |
| 4308 | 2026-05-14T16:28:01.355Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (248/274) |
| 4309 | 2026-05-14T16:28:01.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4310 | 2026-05-14T16:28:01.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4311 | 2026-05-14T16:28:01.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4312 | 2026-05-14T16:28:01.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4313 | 2026-05-14T16:28:02.016Z | |
| 4314 | 2026-05-14T16:28:02.016Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274) |
| 4315 | 2026-05-14T16:28:02.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4316 | 2026-05-14T16:28:02.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4317 | 2026-05-14T16:28:02.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4318 | 2026-05-14T16:28:02.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4319 | 2026-05-14T16:28:02.681Z | |
| 4320 | 2026-05-14T16:28:02.681Z | info: running `cargo check --bins` on omicron-dev (250/274) |
| 4321 | 2026-05-14T16:28:03.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4322 | 2026-05-14T16:28:03.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4323 | 2026-05-14T16:28:03.581Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4324 | 2026-05-14T16:28:03.583Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4325 | 2026-05-14T16:28:03.767Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4326 | 2026-05-14T16:28:03.770Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4327 | 2026-05-14T16:28:03.814Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4328 | 2026-05-14T16:28:03.817Z | Checking diff v0.1.13 |
| 4329 | 2026-05-14T16:28:03.830Z | Checking yansi v1.0.1 |
| 4330 | 2026-05-14T16:28:03.859Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4331 | 2026-05-14T16:28:03.909Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4332 | 2026-05-14T16:28:04.085Z | Checking pretty_assertions v1.4.1 |
| 4333 | 2026-05-14T16:28:04.744Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4334 | 2026-05-14T16:28:05.079Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4335 | 2026-05-14T16:28:28.495Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4336 | 2026-05-14T16:28:28.499Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4337 | 2026-05-14T16:28:28.499Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4338 | 2026-05-14T16:28:28.499Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4339 | 2026-05-14T16:28:28.499Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4340 | 2026-05-14T16:28:28.499Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4341 | 2026-05-14T16:28:29.357Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4342 | 2026-05-14T16:28:30.473Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4343 | 2026-05-14T16:29:09.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4344 | 2026-05-14T16:29:09.337Z | |
| 4345 | 2026-05-14T16:29:09.337Z | info: running `cargo check --bins` on omicron-pins (251/274) |
| 4346 | 2026-05-14T16:29:09.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4347 | 2026-05-14T16:29:09.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4348 | 2026-05-14T16:29:09.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4349 | 2026-05-14T16:29:09.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4350 | 2026-05-14T16:29:09.941Z | |
| 4351 | 2026-05-14T16:29:09.941Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274) |
| 4352 | 2026-05-14T16:29:10.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4353 | 2026-05-14T16:29:10.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4354 | 2026-05-14T16:29:10.726Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4355 | 2026-05-14T16:29:10.846Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4356 | 2026-05-14T16:29:10.846Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4357 | 2026-05-14T16:29:36.512Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4358 | 2026-05-14T16:29:36.910Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4359 | 2026-05-14T16:29:38.674Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4360 | 2026-05-14T16:29:39.070Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4361 | 2026-05-14T16:29:42.003Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4362 | 2026-05-14T16:30:04.808Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4363 | 2026-05-14T16:30:05.527Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4364 | 2026-05-14T16:30:07.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.23s |
| 4365 | 2026-05-14T16:30:07.393Z | |
| 4366 | 2026-05-14T16:30:07.393Z | info: running `cargo check --bins` on reconfigurator-sp-updater (253/274) |
| 4367 | 2026-05-14T16:30:07.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4368 | 2026-05-14T16:30:07.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4369 | 2026-05-14T16:30:08.126Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4370 | 2026-05-14T16:30:08.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4371 | 2026-05-14T16:30:09.035Z | |
| 4372 | 2026-05-14T16:30:09.035Z | info: running `cargo check --bins` on omicron-releng (254/274) |
| 4373 | 2026-05-14T16:30:09.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4374 | 2026-05-14T16:30:09.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4375 | 2026-05-14T16:30:09.709Z | Compiling blake3 v1.8.3 |
| 4376 | 2026-05-14T16:30:09.819Z | Checking arrayref v0.3.9 |
| 4377 | 2026-05-14T16:30:09.822Z | Checking constant_time_eq v0.4.2 |
| 4378 | 2026-05-14T16:30:09.822Z | Checking arrayvec v0.7.6 |
| 4379 | 2026-05-14T16:30:09.838Z | Checking topological-sort v0.2.2 |
| 4380 | 2026-05-14T16:30:09.838Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4381 | 2026-05-14T16:30:09.842Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4382 | 2026-05-14T16:30:09.842Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4383 | 2026-05-14T16:30:09.890Z | Checking shell-words v1.1.1 |
| 4384 | 2026-05-14T16:30:10.608Z | Checking omicron-zone-package v0.12.2 |
| 4385 | 2026-05-14T16:30:11.316Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4386 | 2026-05-14T16:30:12.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 4387 | 2026-05-14T16:30:12.333Z | |
| 4388 | 2026-05-14T16:30:12.333Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (255/274) |
| 4389 | 2026-05-14T16:30:12.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-05-14T16:30:12.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-05-14T16:30:12.992Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4392 | 2026-05-14T16:30:13.319Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4393 | 2026-05-14T16:30:13.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4394 | 2026-05-14T16:30:13.897Z | |
| 4395 | 2026-05-14T16:30:13.897Z | info: running `cargo check --bins` on schema (256/274) |
| 4396 | 2026-05-14T16:30:14.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4397 | 2026-05-14T16:30:14.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4398 | 2026-05-14T16:30:14.638Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4399 | 2026-05-14T16:30:15.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4400 | 2026-05-14T16:30:15.565Z | |
| 4401 | 2026-05-14T16:30:15.565Z | info: running `cargo check --bins` on xtask (257/274) |
| 4402 | 2026-05-14T16:30:16.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4403 | 2026-05-14T16:30:16.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4404 | 2026-05-14T16:30:16.030Z | Checking libc v0.2.185 |
| 4405 | 2026-05-14T16:30:16.034Z | Checking serde v1.0.228 |
| 4406 | 2026-05-14T16:30:16.118Z | Checking zerofrom v0.1.6 |
| 4407 | 2026-05-14T16:30:16.124Z | Checking bitflags v2.11.0 |
| 4408 | 2026-05-14T16:30:16.129Z | Checking smallvec v1.15.1 |
| 4409 | 2026-05-14T16:30:16.136Z | Checking indexmap v2.14.0 |
| 4410 | 2026-05-14T16:30:16.146Z | Checking serde_json v1.0.149 |
| 4411 | 2026-05-14T16:30:16.149Z | Checking num-traits v0.2.19 |
| 4412 | 2026-05-14T16:30:16.218Z | Checking yoke v0.8.1 |
| 4413 | 2026-05-14T16:30:16.267Z | Checking scroll v0.12.0 |
| 4414 | 2026-05-14T16:30:16.300Z | Checking thiserror v1.0.69 |
| 4415 | 2026-05-14T16:30:16.388Z | Checking zerovec v0.11.5 |
| 4416 | 2026-05-14T16:30:16.398Z | Checking zerotrie v0.2.3 |
| 4417 | 2026-05-14T16:30:16.402Z | Checking errno v0.3.14 |
| 4418 | 2026-05-14T16:30:16.491Z | Checking serde_spanned v0.6.9 |
| 4419 | 2026-05-14T16:30:16.491Z | Checking toml_datetime v0.6.11 |
| 4420 | 2026-05-14T16:30:16.523Z | Checking rustix v1.1.3 |
| 4421 | 2026-05-14T16:30:16.622Z | Checking log v0.4.29 |
| 4422 | 2026-05-14T16:30:16.635Z | Checking percent-encoding v2.3.2 |
| 4423 | 2026-05-14T16:30:16.668Z | Checking zerocopy v0.7.35 |
| 4424 | 2026-05-14T16:30:16.680Z | Checking toml_edit v0.22.27 |
| 4425 | 2026-05-14T16:30:16.695Z | Checking ordered-float v2.10.1 |
| 4426 | 2026-05-14T16:30:16.754Z | Checking getrandom v0.4.1 |
| 4427 | 2026-05-14T16:30:16.769Z | Checking goblin v0.8.2 |
| 4428 | 2026-05-14T16:30:16.799Z | Checking form_urlencoded v1.2.2 |
| 4429 | 2026-05-14T16:30:16.814Z | Checking tinystr v0.8.2 |
| 4430 | 2026-05-14T16:30:16.878Z | Checking potential_utf v0.1.4 |
| 4431 | 2026-05-14T16:30:16.915Z | Checking serde-value v0.7.0 |
| 4432 | 2026-05-14T16:30:16.926Z | Checking thiserror v2.0.18 |
| 4433 | 2026-05-14T16:30:16.989Z | Checking icu_locale_core v2.1.1 |
| 4434 | 2026-05-14T16:30:17.007Z | Checking icu_collections v2.1.1 |
| 4435 | 2026-05-14T16:30:17.020Z | Checking syn v2.0.117 |
| 4436 | 2026-05-14T16:30:17.116Z | Checking dtrace-parser v0.2.0 |
| 4437 | 2026-05-14T16:30:17.157Z | Checking thread-id v4.2.2 |
| 4438 | 2026-05-14T16:30:17.238Z | Checking once_cell v1.21.3 |
| 4439 | 2026-05-14T16:30:17.312Z | Checking cargo-platform v0.2.0 |
| 4440 | 2026-05-14T16:30:17.323Z | Checking terminal_size v0.4.3 |
| 4441 | 2026-05-14T16:30:17.349Z | Checking memmap v0.7.0 |
| 4442 | 2026-05-14T16:30:17.410Z | Checking tempfile v3.25.0 |
| 4443 | 2026-05-14T16:30:17.432Z | Checking clap_builder v4.5.60 |
| 4444 | 2026-05-14T16:30:17.475Z | Checking textwrap v0.16.2 |
| 4445 | 2026-05-14T16:30:17.486Z | Checking fs-err v3.3.0 |
| 4446 | 2026-05-14T16:30:17.540Z | Checking icu_provider v2.1.1 |
| 4447 | 2026-05-14T16:30:17.601Z | Checking camino-tempfile v1.4.1 |
| 4448 | 2026-05-14T16:30:17.658Z | Checking anyhow v1.0.102 |
| 4449 | 2026-05-14T16:30:17.682Z | Checking tabled v0.15.0 |
| 4450 | 2026-05-14T16:30:17.755Z | Checking macaddr v1.0.1 |
| 4451 | 2026-05-14T16:30:17.772Z | Checking toml v0.8.23 |
| 4452 | 2026-05-14T16:30:17.783Z | Checking icu_properties v2.1.2 |
| 4453 | 2026-05-14T16:30:17.856Z | Checking icu_normalizer v2.1.1 |
| 4454 | 2026-05-14T16:30:17.929Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4455 | 2026-05-14T16:30:18.088Z | Checking cargo_toml v0.21.0 |
| 4456 | 2026-05-14T16:30:18.577Z | Checking idna_adapter v1.2.1 |
| 4457 | 2026-05-14T16:30:18.610Z | Checking clap v4.5.60 |
| 4458 | 2026-05-14T16:30:18.621Z | Checking dof v0.3.0 |
| 4459 | 2026-05-14T16:30:18.694Z | Checking idna v1.1.0 |
| 4460 | 2026-05-14T16:30:18.885Z | Checking usdt-impl v0.5.0 |
| 4461 | 2026-05-14T16:30:18.918Z | Checking url v2.5.8 |
| 4462 | 2026-05-14T16:30:19.131Z | Checking usdt v0.5.0 |
| 4463 | 2026-05-14T16:30:19.258Z | Checking cargo-util-schemas v0.8.2 |
| 4464 | 2026-05-14T16:30:19.952Z | Checking cargo_metadata v0.21.0 |
| 4465 | 2026-05-14T16:30:20.557Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4466 | 2026-05-14T16:30:20.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
| 4467 | 2026-05-14T16:30:21.097Z | |
| 4468 | 2026-05-14T16:30:21.097Z | info: running `cargo check --bins` on dnsadm (258/274) |
| 4469 | 2026-05-14T16:30:21.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4470 | 2026-05-14T16:30:21.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4471 | 2026-05-14T16:30:21.747Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4472 | 2026-05-14T16:30:22.224Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4473 | 2026-05-14T16:30:22.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4474 | 2026-05-14T16:30:22.802Z | |
| 4475 | 2026-05-14T16:30:22.802Z | info: running `cargo check --bins` on end-to-end-tests (259/274) |
| 4476 | 2026-05-14T16:30:23.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-05-14T16:30:23.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-05-14T16:30:23.608Z | Checking polyval v0.6.2 |
| 4479 | 2026-05-14T16:30:23.733Z | Checking ctr v0.9.2 |
| 4480 | 2026-05-14T16:30:23.744Z | Checking ssh-encoding v0.2.0 |
| 4481 | 2026-05-14T16:30:23.744Z | Checking blowfish v0.9.1 |
| 4482 | 2026-05-14T16:30:23.765Z | Checking password-hash v0.4.2 |
| 4483 | 2026-05-14T16:30:23.780Z | Checking p521 v0.13.3 |
| 4484 | 2026-05-14T16:30:23.780Z | Checking p256 v0.13.2 |
| 4485 | 2026-05-14T16:30:23.807Z | Checking russh-cryptovec v0.7.3 |
| 4486 | 2026-05-14T16:30:23.874Z | Checking ghash v0.5.1 |
| 4487 | 2026-05-14T16:30:23.889Z | Checking bcrypt-pbkdf v0.10.0 |
| 4488 | 2026-05-14T16:30:23.906Z | Checking md5 v0.7.0 |
| 4489 | 2026-05-14T16:30:23.920Z | Checking num-bigint v0.4.6 |
| 4490 | 2026-05-14T16:30:23.957Z | Checking des v0.8.1 |
| 4491 | 2026-05-14T16:30:23.985Z | Checking pbkdf2 v0.11.0 |
| 4492 | 2026-05-14T16:30:24.003Z | Checking aes-gcm v0.10.3 |
| 4493 | 2026-05-14T16:30:24.034Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4494 | 2026-05-14T16:30:24.084Z | Checking hex-literal v0.4.1 |
| 4495 | 2026-05-14T16:30:24.118Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4496 | 2026-05-14T16:30:24.122Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4497 | 2026-05-14T16:30:24.148Z | Checking socket2 v0.5.10 |
| 4498 | 2026-05-14T16:30:24.163Z | Checking ssh-cipher v0.2.0 |
| 4499 | 2026-05-14T16:30:24.180Z | Checking internet-checksum v0.2.1 |
| 4500 | 2026-05-14T16:30:24.322Z | Checking ssh-key v0.6.7 |
| 4501 | 2026-05-14T16:30:24.423Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4502 | 2026-05-14T16:30:24.946Z | Checking russh-keys v0.45.0 |
| 4503 | 2026-05-14T16:30:25.494Z | Checking russh v0.45.0 |
| 4504 | 2026-05-14T16:30:40.539Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4505 | 2026-05-14T16:30:41.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.96s |
| 4506 | 2026-05-14T16:30:41.983Z | |
| 4507 | 2026-05-14T16:30:41.983Z | info: running `cargo check --bins` on gateway-cli (260/274) |
| 4508 | 2026-05-14T16:30:42.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-05-14T16:30:42.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-05-14T16:30:42.637Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4511 | 2026-05-14T16:30:42.744Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4512 | 2026-05-14T16:30:42.753Z | Checking termios v0.3.3 |
| 4513 | 2026-05-14T16:30:43.961Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4514 | 2026-05-14T16:30:44.113Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4515 | 2026-05-14T16:30:45.918Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4516 | 2026-05-14T16:30:46.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
| 4517 | 2026-05-14T16:30:46.672Z | |
| 4518 | 2026-05-14T16:30:46.672Z | info: running `cargo check --bins --no-default-features` on installinator (261/274) |
| 4519 | 2026-05-14T16:30:47.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4520 | 2026-05-14T16:30:47.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4521 | 2026-05-14T16:30:47.393Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4522 | 2026-05-14T16:30:47.397Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4523 | 2026-05-14T16:30:47.510Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4524 | 2026-05-14T16:30:47.520Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4525 | 2026-05-14T16:30:47.535Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4526 | 2026-05-14T16:30:47.538Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4527 | 2026-05-14T16:30:48.255Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4528 | 2026-05-14T16:30:48.590Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4529 | 2026-05-14T16:30:48.590Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4530 | 2026-05-14T16:30:49.225Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4531 | 2026-05-14T16:30:50.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 4532 | 2026-05-14T16:30:51.070Z | |
| 4533 | 2026-05-14T16:30:51.070Z | info: running `cargo check --bins` on internal-dns-cli (262/274) |
| 4534 | 2026-05-14T16:30:51.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-05-14T16:30:51.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-05-14T16:30:51.715Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4537 | 2026-05-14T16:30:52.165Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4538 | 2026-05-14T16:30:52.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4539 | 2026-05-14T16:30:52.669Z | |
| 4540 | 2026-05-14T16:30:52.669Z | info: running `cargo check --bins` on omicron-live-tests (263/274) |
| 4541 | 2026-05-14T16:30:53.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4542 | 2026-05-14T16:30:53.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4543 | 2026-05-14T16:30:53.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4544 | 2026-05-14T16:30:53.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4545 | 2026-05-14T16:30:53.261Z | |
| 4546 | 2026-05-14T16:30:53.261Z | info: running `cargo check --bins` on live-tests-macros (264/274) |
| 4547 | 2026-05-14T16:30:53.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-05-14T16:30:53.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-05-14T16:30:53.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4550 | 2026-05-14T16:30:53.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4551 | 2026-05-14T16:30:53.858Z | |
| 4552 | 2026-05-14T16:30:53.858Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274) |
| 4553 | 2026-05-14T16:30:54.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4554 | 2026-05-14T16:30:54.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4555 | 2026-05-14T16:30:54.618Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4556 | 2026-05-14T16:30:55.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4557 | 2026-05-14T16:30:55.433Z | |
| 4558 | 2026-05-14T16:30:55.433Z | info: running `cargo check --bins` on omicron-ntp-admin (266/274) |
| 4559 | 2026-05-14T16:30:55.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4560 | 2026-05-14T16:30:55.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4561 | 2026-05-14T16:30:56.099Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4562 | 2026-05-14T16:30:56.102Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4563 | 2026-05-14T16:30:56.353Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4564 | 2026-05-14T16:30:56.353Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4565 | 2026-05-14T16:30:57.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 4566 | 2026-05-14T16:30:57.335Z | |
| 4567 | 2026-05-14T16:30:57.335Z | info: running `cargo check --bins` on ntp-admin-types (267/274) |
| 4568 | 2026-05-14T16:30:57.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4569 | 2026-05-14T16:30:57.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4570 | 2026-05-14T16:30:57.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4571 | 2026-05-14T16:30:57.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4572 | 2026-05-14T16:30:57.944Z | |
| 4573 | 2026-05-14T16:30:57.944Z | info: running `cargo check --bins` on omicron-package (268/274) |
| 4574 | 2026-05-14T16:30:58.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4575 | 2026-05-14T16:30:58.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4576 | 2026-05-14T16:30:58.637Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4577 | 2026-05-14T16:30:59.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4578 | 2026-05-14T16:30:59.901Z | |
| 4579 | 2026-05-14T16:30:59.902Z | info: running `cargo check --bins` on tqdb (269/274) |
| 4580 | 2026-05-14T16:31:00.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4581 | 2026-05-14T16:31:00.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4582 | 2026-05-14T16:31:00.693Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4583 | 2026-05-14T16:31:01.043Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4584 | 2026-05-14T16:31:01.550Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4585 | 2026-05-14T16:31:01.550Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4586 | 2026-05-14T16:31:07.301Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4587 | 2026-05-14T16:31:07.304Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4588 | 2026-05-14T16:31:07.872Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4589 | 2026-05-14T16:31:07.875Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4590 | 2026-05-14T16:31:07.875Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4591 | 2026-05-14T16:31:07.875Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4592 | 2026-05-14T16:31:08.628Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4593 | 2026-05-14T16:31:09.653Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4594 | 2026-05-14T16:31:10.409Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4595 | 2026-05-14T16:31:11.016Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4596 | 2026-05-14T16:31:15.275Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4597 | 2026-05-14T16:31:21.568Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4598 | 2026-05-14T16:31:21.568Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4599 | 2026-05-14T16:31:21.572Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4600 | 2026-05-14T16:31:21.572Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4601 | 2026-05-14T16:31:23.034Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4602 | 2026-05-14T16:31:24.358Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4603 | 2026-05-14T16:31:25.041Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4604 | 2026-05-14T16:31:26.276Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4605 | 2026-05-14T16:31:26.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.91s |
| 4606 | 2026-05-14T16:31:27.039Z | |
| 4607 | 2026-05-14T16:31:27.039Z | info: running `cargo check --bins` on wicket-dbg (270/274) |
| 4608 | 2026-05-14T16:31:27.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4609 | 2026-05-14T16:31:27.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4610 | 2026-05-14T16:31:27.769Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4611 | 2026-05-14T16:31:27.772Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4612 | 2026-05-14T16:31:27.772Z | Checking rtoolbox v0.0.3 |
| 4613 | 2026-05-14T16:31:27.903Z | Checking tui-tree-widget v0.23.1 |
| 4614 | 2026-05-14T16:31:27.996Z | Checking rpassword v7.4.0 |
| 4615 | 2026-05-14T16:31:29.003Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4616 | 2026-05-14T16:31:31.961Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4617 | 2026-05-14T16:31:33.795Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4618 | 2026-05-14T16:31:34.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s |
| 4619 | 2026-05-14T16:31:34.902Z | |
| 4620 | 2026-05-14T16:31:34.902Z | info: running `cargo check --bins` on wicket (271/274) |
| 4621 | 2026-05-14T16:31:35.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4622 | 2026-05-14T16:31:35.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4623 | 2026-05-14T16:31:35.619Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4624 | 2026-05-14T16:31:35.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 4625 | 2026-05-14T16:31:36.178Z | |
| 4626 | 2026-05-14T16:31:36.179Z | info: running `cargo check --bins` on wicketd (272/274) |
| 4627 | 2026-05-14T16:31:36.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4628 | 2026-05-14T16:31:36.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4629 | 2026-05-14T16:31:36.913Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4630 | 2026-05-14T16:31:36.916Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4631 | 2026-05-14T16:31:36.916Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4632 | 2026-05-14T16:31:36.916Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4633 | 2026-05-14T16:31:37.917Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4634 | 2026-05-14T16:31:38.498Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4635 | 2026-05-14T16:31:41.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
| 4636 | 2026-05-14T16:31:41.656Z | |
| 4637 | 2026-05-14T16:31:41.657Z | info: running `cargo check --bins` on omicron-workspace-hack (273/274) |
| 4638 | 2026-05-14T16:31:42.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4639 | 2026-05-14T16:31:42.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4640 | 2026-05-14T16:31:42.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4641 | 2026-05-14T16:31:42.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4642 | 2026-05-14T16:31:42.259Z | |
| 4643 | 2026-05-14T16:31:42.259Z | info: running `cargo check --bins` on zone-setup (274/274) |
| 4644 | 2026-05-14T16:31:42.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4645 | 2026-05-14T16:31:42.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4646 | 2026-05-14T16:31:42.950Z | Checking uzers v0.12.2 |
| 4647 | 2026-05-14T16:31:43.221Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4648 | 2026-05-14T16:31:43.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 4649 | 2026-05-14T16:31:44.177Z | |
| 4650 | 2026-05-14T16:31:44.177Z | real 14:11.107763632 |
| 4651 | 2026-05-14T16:31:44.177Z | user 20:34.260840380 |
| 4652 | 2026-05-14T16:31:44.177Z | sys 4:15.021988864 |
| 4653 | 2026-05-14T16:31:44.177Z | trap 0.317916173 |
| 4654 | 2026-05-14T16:31:44.177Z | tflt 1.153132271 |
| 4655 | 2026-05-14T16:31:44.177Z | dflt 1.430533845 |
| 4656 | 2026-05-14T16:31:44.177Z | kflt 0.004685695 |
| 4657 | 2026-05-14T16:31:44.177Z | lock 1:16:39.431862737 |
| 4658 | 2026-05-14T16:31:44.177Z | slp 1:38:19.356332483 |
| 4659 | 2026-05-14T16:31:44.177Z | lat 57.161388351 |
| 4660 | 2026-05-14T16:31:44.177Z | stop 3:40.501786202 |
| 4661 | 2026-05-14T16:31:44.180Z | process exited: duration 987304 ms, exit code 0 |
| |
| 4662 | 2026-05-14T16:31:44.186Z | found 0 output files |