|
|
|
| 1 | 2026-04-30T00:07:17.213Z | job assigned to worker 01KQDVAWNDK1HGM7WH6DKEQ20B [factory aws, i-0fd8336cc6812b68a] (queued for 49 s) |
| |
| 2 | 2026-04-30T00:07:23.572Z | starting task 0: "setup" |
| 3 | 2026-04-30T00:07:23.576Z | ++ uname -s |
| 4 | 2026-04-30T00:07:23.579Z | + kern=SunOS |
| 5 | 2026-04-30T00:07:23.579Z | + build_user=build |
| 6 | 2026-04-30T00:07:23.579Z | + build_uid=12345 |
| 7 | 2026-04-30T00:07:23.579Z | + work_dir=/work |
| 8 | 2026-04-30T00:07:23.579Z | + input_dir=/input |
| 9 | 2026-04-30T00:07:23.579Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-30T00:07:23.579Z | + case "$kern" in |
| 11 | 2026-04-30T00:07:23.579Z | + groupadd -g 12345 build |
| 12 | 2026-04-30T00:07:23.582Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-30T00:07:25.587Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-30T00:07:25.697Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-30T00:07:25.700Z | + home_fs=zfs |
| 16 | 2026-04-30T00:07:25.700Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-30T00:07:25.700Z | + mkdir -p /home/build |
| 18 | 2026-04-30T00:07:25.700Z | + chown build:build /home/build /work |
| 19 | 2026-04-30T00:07:27.701Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-30T00:07:27.705Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2026-04-30T00:07:27.711Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-30T00:07:27.715Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-30T00:07:27.715Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-04-30T00:07:27.715Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-04-30T00:07:27.715Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-04-30T00:07:27.715Z | * rust toolchain profile = "default" |
| 27 | 2026-04-30T00:07:27.715Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-30T00:07:27.719Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-30T00:07:27.719Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-30T00:07:27.838Z | info: downloading installer |
| 31 | 2026-04-30T00:07:29.651Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-30T00:07:29.651Z | warn: /opt/ooce/bin |
| 33 | 2026-04-30T00:07:29.652Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-30T00:07:29.652Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-30T00:07:29.655Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-30T00:07:29.655Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-30T00:07:29.655Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-30T00:07:29.655Z | error: cannot install while Rust is installed |
| 39 | 2026-04-30T00:07:29.655Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-30T00:07:29.655Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-30T00:07:29.655Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-30T00:07:29.655Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-30T00:07:29.655Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-30T00:07:29.686Z | info: profile set to default |
| 45 | 2026-04-30T00:07:29.686Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-30T00:07:29.689Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-30T00:07:29.826Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-30T00:07:29.831Z | info: downloading 6 components |
| 49 | 2026-04-30T00:07:46.345Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-04-30T00:07:46.345Z | |
| 51 | 2026-04-30T00:07:46.373Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-30T00:07:46.373Z | |
| 53 | 2026-04-30T00:07:46.373Z | |
| 54 | 2026-04-30T00:07:46.373Z | Rust is installed now. Great! |
| 55 | 2026-04-30T00:07:46.373Z | |
| 56 | 2026-04-30T00:07:46.373Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-30T00:07:46.373Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-30T00:07:46.373Z | |
| 59 | 2026-04-30T00:07:46.373Z | To configure your current shell, you need to source |
| 60 | 2026-04-30T00:07:46.373Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-30T00:07:46.373Z | |
| 62 | 2026-04-30T00:07:46.373Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-30T00:07:46.373Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-30T00:07:46.373Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-30T00:07:46.373Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-30T00:07:46.373Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-30T00:07:46.373Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-30T00:07:46.374Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-30T00:07:46.377Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-30T00:07:46.377Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-30T00:07:46.459Z | + rustup --version |
| 72 | 2026-04-30T00:07:46.468Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-30T00:07:46.471Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-30T00:07:46.489Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-30T00:07:46.492Z | + cargo --version |
| 76 | 2026-04-30T00:07:46.505Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-30T00:07:46.508Z | + rustc --version |
| 78 | 2026-04-30T00:07:46.526Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-30T00:07:46.529Z | process exited: duration 18814 ms, exit code 0 |
| |
| 80 | 2026-04-30T00:07:46.535Z | starting task 2: "authentication" |
| 81 | 2026-04-30T00:07:46.552Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-04-30T00:07:46.558Z | starting task 3: "clone repository" |
| 83 | 2026-04-30T00:07:46.561Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-04-30T00:07:46.564Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-04-30T00:07:46.754Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-04-30T00:07:55.922Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-04-30T00:07:55.922Z | + git fetch origin 83253f6103dd45bde4181256d717e7797dc40375 |
| 88 | 2026-04-30T00:07:56.193Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-04-30T00:07:56.193Z | * branch 83253f6103dd45bde4181256d717e7797dc40375 -> FETCH_HEAD |
| 90 | 2026-04-30T00:07:56.202Z | + [[ -n sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]] |
| 91 | 2026-04-30T00:07:56.206Z | ++ git branch --show-current |
| 92 | 2026-04-30T00:07:56.206Z | + current=main |
| 93 | 2026-04-30T00:07:56.206Z | + [[ main != sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]] |
| 94 | 2026-04-30T00:07:56.206Z | + git branch -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order 83253f6103dd45bde4181256d717e7797dc40375 |
| 95 | 2026-04-30T00:07:56.209Z | + git checkout -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order |
| 96 | 2026-04-30T00:07:56.266Z | Switched to branch 'sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order' |
| 97 | 2026-04-30T00:07:56.269Z | + git reset --hard 83253f6103dd45bde4181256d717e7797dc40375 |
| 98 | 2026-04-30T00:07:56.328Z | HEAD is now at 83253f610 rebase on main + review feedback |
| 99 | 2026-04-30T00:07:56.331Z | process exited: duration 9768 ms, exit code 0 |
| |
| 100 | 2026-04-30T00:07:56.337Z | starting task 4: "build" |
| 101 | 2026-04-30T00:07:56.341Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-04-30T00:07:56.341Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-04-30T00:07:56.341Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-04-30T00:07:56.341Z | + cargo --version |
| 105 | 2026-04-30T00:07:56.351Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-04-30T00:07:56.354Z | + rustc --version |
| 107 | 2026-04-30T00:07:56.374Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-04-30T00:07:56.377Z | + source ./env.sh |
| 109 | 2026-04-30T00:07:56.377Z | ++ OLD_SHELL_OPTS=ehxB |
| 110 | 2026-04-30T00:07:56.377Z | ++ set -o xtrace |
| 111 | 2026-04-30T00:07:56.380Z | ++++ dirname ./env.sh |
| 112 | 2026-04-30T00:07:56.380Z | +++ readlink -f . |
| 113 | 2026-04-30T00:07:56.393Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 114 | 2026-04-30T00:07:56.393Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-04-30T00:07:56.396Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-04-30T00:07:56.396Z | ++ 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 |
| 117 | 2026-04-30T00:07:56.396Z | ++ 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 |
| 118 | 2026-04-30T00:07:56.396Z | ++ 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 |
| 119 | 2026-04-30T00:07:56.396Z | ++ 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 |
| 120 | 2026-04-30T00:07:56.396Z | ++ 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 |
| 121 | 2026-04-30T00:07:56.396Z | ++ 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 |
| 122 | 2026-04-30T00:07:56.396Z | ++ case $OLD_SHELL_OPTS in |
| 123 | 2026-04-30T00:07:56.396Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 124 | 2026-04-30T00:07:56.396Z | + 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 |
| 125 | 2026-04-30T00:07:56.396Z | + 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 |
| 126 | 2026-04-30T00:07:56.396Z | + banner prerequisites |
| 127 | 2026-04-30T00:07:56.396Z | |
| 128 | 2026-04-30T00:07:56.396Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-04-30T00:07:56.396Z | # # # # # # # # # # # # # # # |
| 130 | 2026-04-30T00:07:56.396Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-04-30T00:07:56.396Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-04-30T00:07:56.396Z | # # # # # # # # # # # # # # # |
| 133 | 2026-04-30T00:07:56.396Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-04-30T00:07:56.396Z | |
| 135 | 2026-04-30T00:07:56.396Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-04-30T00:08:07.223Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-04-30T00:08:14.616Z | Startup: Caching catalogs ... Done |
| 138 | 2026-04-30T00:08:21.070Z | Planning: Solver setup ... Done (4.919s) |
| 139 | 2026-04-30T00:08:21.104Z | Planning: Running solver ... Done (0.035s) |
| 140 | 2026-04-30T00:08:21.237Z | Planning: Finding local manifests ... Done (0.004s) |
| 141 | 2026-04-30T00:08:21.250Z | Planning: Fetching manifests: 0/5 0% complete |
| 142 | 2026-04-30T00:08:21.369Z | Planning: Fetching manifests: 5/5 100% complete |
| 143 | 2026-04-30T00:08:21.405Z | Planning: Package planning ... Done (0.036s) |
| 144 | 2026-04-30T00:08:21.441Z | Planning: Merging actions ... Done (0.036s) |
| 145 | 2026-04-30T00:08:21.670Z | Planning: Checking for conflicting actions ... Done (0.229s) |
| 146 | 2026-04-30T00:08:21.680Z | Planning: Consolidating action changes ... Done (0.009s) |
| 147 | 2026-04-30T00:08:23.334Z | Planning: Evaluating mediators ... Done (1.655s) |
| 148 | 2026-04-30T00:08:23.342Z | Planning: Planning completed in 8.56 seconds |
| 149 | 2026-04-30T00:08:23.356Z | Packages to install: 5 |
| 150 | 2026-04-30T00:08:23.356Z | Mediators to change: 3 |
| 151 | 2026-04-30T00:08:23.360Z | Services to change: 1 |
| 152 | 2026-04-30T00:08:23.360Z | Estimated space available: 155.34 GB |
| 153 | 2026-04-30T00:08:23.360Z | Estimated space to be consumed: 1.89 GB |
| 154 | 2026-04-30T00:08:23.360Z | Create boot environment: No |
| 155 | 2026-04-30T00:08:23.360Z | Create backup boot environment: No |
| 156 | 2026-04-30T00:08:23.360Z | Rebuild boot archive: No |
| 157 | 2026-04-30T00:08:23.360Z | |
| 158 | 2026-04-30T00:08:23.360Z | Changed mediators: |
| 159 | 2026-04-30T00:08:23.360Z | mediator clang: |
| 160 | 2026-04-30T00:08:23.360Z | version: None -> 15 (system default) |
| 161 | 2026-04-30T00:08:23.360Z | |
| 162 | 2026-04-30T00:08:23.360Z | mediator llvm: |
| 163 | 2026-04-30T00:08:23.360Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-04-30T00:08:23.360Z | |
| 165 | 2026-04-30T00:08:23.360Z | mediator postgresql: |
| 166 | 2026-04-30T00:08:23.361Z | version: 15 (system default) -> 18 (system default) |
| 167 | 2026-04-30T00:08:23.361Z | |
| 168 | 2026-04-30T00:08:23.361Z | Changed packages: |
| 169 | 2026-04-30T00:08:23.361Z | helios-dev |
| 170 | 2026-04-30T00:08:23.361Z | developer/build-essential |
| 171 | 2026-04-30T00:08:23.361Z | None -> 11-2.0 |
| 172 | 2026-04-30T00:08:23.361Z | library/libxmlsec1 |
| 173 | 2026-04-30T00:08:23.361Z | None -> 1.2.35-2.0 |
| 174 | 2026-04-30T00:08:23.361Z | ooce/developer/clang-15 |
| 175 | 2026-04-30T00:08:23.361Z | None -> 15.0.7-2.0 |
| 176 | 2026-04-30T00:08:23.361Z | ooce/developer/llvm-15 |
| 177 | 2026-04-30T00:08:23.361Z | None -> 15.0.7-2.0 |
| 178 | 2026-04-30T00:08:23.361Z | ooce/library/postgresql-18 |
| 179 | 2026-04-30T00:08:23.361Z | None -> 18.1-2.0 |
| 180 | 2026-04-30T00:08:23.361Z | |
| 181 | 2026-04-30T00:08:23.361Z | Services: |
| 182 | 2026-04-30T00:08:23.361Z | restart_fmri: |
| 183 | 2026-04-30T00:08:23.361Z | svc:/system/update-man-index:default |
| 184 | 2026-04-30T00:08:23.429Z | |
| 185 | 2026-04-30T00:08:23.430Z | Download: 0/4272 items 0.0/219.0MB 0% complete |
| 186 | 2026-04-30T00:08:28.436Z | Download: 2680/4272 items 120.7/219.0MB 55% complete (24.5M/s) |
| 187 | 2026-04-30T00:08:34.030Z | Download: 3286/4272 items 212.3/219.0MB 96% complete (24.3M/s) |
| 188 | 2026-04-30T00:08:35.580Z | Download: Completed 218.99 MB in 12.15 seconds (18.0M/s) |
| 189 | 2026-04-30T00:08:35.727Z | Actions: 1/4789 actions (Installing new actions) |
| 190 | 2026-04-30T00:08:39.215Z | Actions: Completed 4789 actions in 3.49 seconds. |
| 191 | 2026-04-30T00:08:39.522Z | Done (0.301s) |
| 192 | 2026-04-30T00:08:39.522Z | Done (0.000s) |
| 193 | 2026-04-30T00:08:41.280Z | Done (0.729s) |
| 194 | 2026-04-30T00:08:43.652Z | Done (3.054s) |
| 195 | 2026-04-30T00:08:43.735Z | Done (0.024s) |
| 196 | 2026-04-30T00:08:43.738Z | Done (0.000s) |
| 197 | 2026-04-30T00:08:43.932Z | Done (0.000s) |
| 198 | 2026-04-30T00:08:44.788Z | Planning: Evaluating mediator changes ... Done |
| 199 | 2026-04-30T00:08:44.895Z | Planning: Checking for conflicting actions ... Done |
| 200 | 2026-04-30T00:08:44.898Z | Planning: Consolidating action changes ... Done |
| 201 | 2026-04-30T00:08:45.053Z | Planning: Evaluating mediators ... Done |
| 202 | 2026-04-30T00:08:45.056Z | Planning: Planning completed in 0.26 seconds |
| 203 | 2026-04-30T00:08:45.074Z | Mediators to change: 2 |
| 204 | 2026-04-30T00:08:45.074Z | Create boot environment: No |
| 205 | 2026-04-30T00:08:45.074Z | Create backup boot environment: No |
| 206 | 2026-04-30T00:08:45.151Z | Done |
| 207 | 2026-04-30T00:08:45.151Z | Done |
| 208 | 2026-04-30T00:08:45.751Z | Done |
| 209 | 2026-04-30T00:08:48.235Z | Done |
| 210 | 2026-04-30T00:08:48.307Z | Done |
| 211 | 2026-04-30T00:08:48.307Z | Done |
| 212 | 2026-04-30T00:08:48.471Z | Done |
| 213 | 2026-04-30T00:08:48.729Z | Planning: Evaluating mediator changes ... Done |
| 214 | 2026-04-30T00:08:48.836Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2026-04-30T00:08:48.839Z | Planning: Consolidating action changes ... Done |
| 216 | 2026-04-30T00:08:48.994Z | Planning: Evaluating mediators ... Done |
| 217 | 2026-04-30T00:08:48.998Z | Planning: Planning completed in 0.27 seconds |
| 218 | 2026-04-30T00:08:49.016Z | Mediators to change: 1 |
| 219 | 2026-04-30T00:08:49.016Z | Create boot environment: No |
| 220 | 2026-04-30T00:08:49.016Z | Create backup boot environment: No |
| 221 | 2026-04-30T00:08:49.053Z | Done |
| 222 | 2026-04-30T00:08:49.053Z | Done |
| 223 | 2026-04-30T00:08:49.651Z | Done |
| 224 | 2026-04-30T00:08:52.125Z | Done |
| 225 | 2026-04-30T00:08:52.201Z | Done |
| 226 | 2026-04-30T00:08:52.201Z | Done |
| 227 | 2026-04-30T00:08:52.346Z | Done |
| 228 | 2026-04-30T00:08:52.621Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 229 | 2026-04-30T00:08:52.621Z | clang system 15 system |
| 230 | 2026-04-30T00:08:52.621Z | csh system system illumos |
| 231 | 2026-04-30T00:08:52.621Z | ctags system system illumos |
| 232 | 2026-04-30T00:08:52.621Z | file system system illumos |
| 233 | 2026-04-30T00:08:52.621Z | gcc vendor 12 vendor |
| 234 | 2026-04-30T00:08:52.621Z | gcc system 14 system |
| 235 | 2026-04-30T00:08:52.621Z | gcc system 10 system |
| 236 | 2026-04-30T00:08:52.621Z | go system 1.20 system |
| 237 | 2026-04-30T00:08:52.621Z | go system 1.19 system |
| 238 | 2026-04-30T00:08:52.621Z | llvm system 15 system |
| 239 | 2026-04-30T00:08:52.621Z | llvm system 14 system |
| 240 | 2026-04-30T00:08:52.621Z | mariadb system 10.6 system |
| 241 | 2026-04-30T00:08:52.621Z | mta vendor vendor dma |
| 242 | 2026-04-30T00:08:52.621Z | openjdk system 17 system |
| 243 | 2026-04-30T00:08:52.621Z | openjdk system 11 system |
| 244 | 2026-04-30T00:08:52.621Z | openjdk system 1.8 system |
| 245 | 2026-04-30T00:08:52.621Z | openssl vendor 3 vendor |
| 246 | 2026-04-30T00:08:52.621Z | perl system 5.36 system |
| 247 | 2026-04-30T00:08:52.621Z | postgresql system 18 system |
| 248 | 2026-04-30T00:08:52.621Z | postgresql system 15 system |
| 249 | 2026-04-30T00:08:52.621Z | postgresql system 13 system |
| 250 | 2026-04-30T00:08:52.622Z | python vendor 3 vendor |
| 251 | 2026-04-30T00:08:52.622Z | python system 2 system |
| 252 | 2026-04-30T00:08:52.622Z | python3 system 3.11 system |
| 253 | 2026-04-30T00:08:52.622Z | ruby system 3.0 system |
| 254 | 2026-04-30T00:08:52.622Z | words vendor vendor american-english |
| 255 | 2026-04-30T00:08:52.622Z | words system system australian-english |
| 256 | 2026-04-30T00:08:52.622Z | words system system british-english |
| 257 | 2026-04-30T00:08:52.622Z | words system system canadian-english |
| 258 | 2026-04-30T00:08:52.622Z | words system system french |
| 259 | 2026-04-30T00:08:52.622Z | words system system italian |
| 260 | 2026-04-30T00:08:52.622Z | words system system ngerman |
| 261 | 2026-04-30T00:08:52.622Z | words system system ogerman |
| 262 | 2026-04-30T00:08:52.622Z | words system system spanish |
| 263 | 2026-04-30T00:08:52.846Z | PUBLISHER TYPE STATUS P LOCATION |
| 264 | 2026-04-30T00:08:52.846Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 265 | 2026-04-30T00:08:57.323Z | FMRI IFO |
| 266 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 267 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 268 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 269 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 270 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 271 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 272 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im- |
| 273 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z --- |
| 274 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 275 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 278 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 281 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2026-04-30T00:08:57.323Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2026-04-30T00:08:58.448Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 284 | 2026-04-30T00:08:58.717Z | Updating crates.io index |
| 285 | 2026-04-30T00:08:58.754Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 286 | 2026-04-30T00:08:58.964Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 287 | 2026-04-30T00:08:59.826Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 288 | 2026-04-30T00:09:00.222Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2026-04-30T00:09:01.271Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 290 | 2026-04-30T00:09:01.749Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 291 | 2026-04-30T00:09:03.352Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 292 | 2026-04-30T00:09:04.224Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 293 | 2026-04-30T00:09:04.474Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 294 | 2026-04-30T00:09:05.227Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 295 | 2026-04-30T00:09:06.008Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 296 | 2026-04-30T00:09:06.371Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 297 | 2026-04-30T00:09:06.787Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 298 | 2026-04-30T00:09:07.634Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 299 | 2026-04-30T00:09:08.119Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2026-04-30T00:09:08.467Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 301 | 2026-04-30T00:09:08.948Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 302 | 2026-04-30T00:09:09.357Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 303 | 2026-04-30T00:09:09.592Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 304 | 2026-04-30T00:09:09.806Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 305 | 2026-04-30T00:09:10.063Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 306 | 2026-04-30T00:09:10.460Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 307 | 2026-04-30T00:09:10.982Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 308 | 2026-04-30T00:09:11.625Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 309 | 2026-04-30T00:09:11.940Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 310 | 2026-04-30T00:09:12.405Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 311 | 2026-04-30T00:09:13.661Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 312 | 2026-04-30T00:09:14.355Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 313 | 2026-04-30T00:09:14.847Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 314 | 2026-04-30T00:09:15.338Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 315 | 2026-04-30T00:09:15.672Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 316 | 2026-04-30T00:09:16.002Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 317 | 2026-04-30T00:09:16.339Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 318 | 2026-04-30T00:09:16.635Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 319 | 2026-04-30T00:09:17.197Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 320 | 2026-04-30T00:09:17.435Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 321 | 2026-04-30T00:09:17.667Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 322 | 2026-04-30T00:09:18.022Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 323 | 2026-04-30T00:09:29.481Z | Downloading crates ... |
| 324 | 2026-04-30T00:09:29.543Z | Downloaded clap_derive v4.5.55 |
| 325 | 2026-04-30T00:09:29.546Z | Downloaded macaddr v1.0.1 |
| 326 | 2026-04-30T00:09:29.546Z | Downloaded pretty-hex v0.4.1 |
| 327 | 2026-04-30T00:09:29.549Z | Downloaded digest v0.10.7 |
| 328 | 2026-04-30T00:09:29.552Z | Downloaded anstyle-parse v0.2.7 |
| 329 | 2026-04-30T00:09:29.556Z | Downloaded anstream v0.6.21 |
| 330 | 2026-04-30T00:09:29.560Z | Downloaded pest v2.8.6 |
| 331 | 2026-04-30T00:09:29.563Z | Downloaded thiserror-impl v2.0.18 |
| 332 | 2026-04-30T00:09:29.566Z | Downloaded anyhow v1.0.102 |
| 333 | 2026-04-30T00:09:29.566Z | Downloaded anstyle-query v1.1.5 |
| 334 | 2026-04-30T00:09:29.569Z | Downloaded zerovec-derive v0.11.2 |
| 335 | 2026-04-30T00:09:29.569Z | Downloaded writeable v0.6.2 |
| 336 | 2026-04-30T00:09:29.572Z | Downloaded num-traits v0.2.19 |
| 337 | 2026-04-30T00:09:29.575Z | Downloaded serde-value v0.7.0 |
| 338 | 2026-04-30T00:09:29.575Z | Downloaded potential_utf v0.1.4 |
| 339 | 2026-04-30T00:09:29.578Z | Downloaded utf8_iter v1.0.4 |
| 340 | 2026-04-30T00:09:29.578Z | Downloaded version_check v0.9.5 |
| 341 | 2026-04-30T00:09:29.578Z | Downloaded unicode-linebreak v0.1.5 |
| 342 | 2026-04-30T00:09:29.578Z | Downloaded memmap v0.7.0 |
| 343 | 2026-04-30T00:09:29.580Z | Downloaded litemap v0.8.1 |
| 344 | 2026-04-30T00:09:29.583Z | Downloaded is_terminal_polyfill v1.70.2 |
| 345 | 2026-04-30T00:09:29.586Z | Downloaded yoke-derive v0.8.1 |
| 346 | 2026-04-30T00:09:29.586Z | Downloaded usdt-attr-macro v0.5.0 |
| 347 | 2026-04-30T00:09:29.586Z | Downloaded usdt v0.5.0 |
| 348 | 2026-04-30T00:09:29.589Z | Downloaded toml_write v0.1.2 |
| 349 | 2026-04-30T00:09:29.592Z | Downloaded serde_core v1.0.228 |
| 350 | 2026-04-30T00:09:29.592Z | Downloaded zerofrom-derive v0.1.6 |
| 351 | 2026-04-30T00:09:29.593Z | Downloaded proc-macro-error v1.0.4 |
| 352 | 2026-04-30T00:09:29.596Z | Downloaded thread-id v4.2.2 |
| 353 | 2026-04-30T00:09:29.596Z | Downloaded anstyle v1.0.13 |
| 354 | 2026-04-30T00:09:29.596Z | Downloaded idna_adapter v1.2.1 |
| 355 | 2026-04-30T00:09:29.599Z | Downloaded colorchoice v1.0.4 |
| 356 | 2026-04-30T00:09:29.599Z | Downloaded cargo-util-schemas v0.8.2 |
| 357 | 2026-04-30T00:09:29.602Z | Downloaded usdt-macro v0.5.0 |
| 358 | 2026-04-30T00:09:29.602Z | Downloaded terminal_size v0.4.3 |
| 359 | 2026-04-30T00:09:29.605Z | Downloaded toml_datetime v0.6.11 |
| 360 | 2026-04-30T00:09:29.605Z | Downloaded quote v1.0.45 |
| 361 | 2026-04-30T00:09:29.608Z | Downloaded zerofrom v0.1.6 |
| 362 | 2026-04-30T00:09:29.608Z | Downloaded typeid v1.0.3 |
| 363 | 2026-04-30T00:09:29.608Z | Downloaded serde_tokenstream v0.2.3 |
| 364 | 2026-04-30T00:09:29.611Z | Downloaded cpufeatures v0.2.17 |
| 365 | 2026-04-30T00:09:29.611Z | Downloaded utf8parse v0.2.2 |
| 366 | 2026-04-30T00:09:29.611Z | Downloaded tinystr v0.8.2 |
| 367 | 2026-04-30T00:09:29.614Z | Downloaded fs-err v3.3.0 |
| 368 | 2026-04-30T00:09:29.614Z | Downloaded thiserror-impl v1.0.69 |
| 369 | 2026-04-30T00:09:29.614Z | Downloaded unicode-xid v0.2.6 |
| 370 | 2026-04-30T00:09:29.614Z | Downloaded zerocopy-derive v0.7.35 |
| 371 | 2026-04-30T00:09:29.617Z | Downloaded zmij v1.0.21 |
| 372 | 2026-04-30T00:09:29.620Z | Downloaded usdt-impl v0.5.0 |
| 373 | 2026-04-30T00:09:29.623Z | Downloaded thiserror v1.0.69 |
| 374 | 2026-04-30T00:09:29.626Z | Downloaded fastrand v2.3.0 |
| 375 | 2026-04-30T00:09:29.629Z | Downloaded serde_spanned v0.6.9 |
| 376 | 2026-04-30T00:09:29.632Z | Downloaded swrite v0.1.0 |
| 377 | 2026-04-30T00:09:29.634Z | Downloaded toml v0.8.23 |
| 378 | 2026-04-30T00:09:29.634Z | Downloaded equivalent v1.0.2 |
| 379 | 2026-04-30T00:09:29.639Z | Downloaded yoke v0.8.1 |
| 380 | 2026-04-30T00:09:29.639Z | Downloaded scroll_derive v0.12.1 |
| 381 | 2026-04-30T00:09:29.639Z | Downloaded pest_meta v2.8.6 |
| 382 | 2026-04-30T00:09:29.643Z | Downloaded log v0.4.29 |
| 383 | 2026-04-30T00:09:29.643Z | Downloaded heck v0.4.1 |
| 384 | 2026-04-30T00:09:29.643Z | Downloaded generic-array v0.14.7 |
| 385 | 2026-04-30T00:09:29.643Z | Downloaded form_urlencoded v1.2.2 |
| 386 | 2026-04-30T00:09:29.643Z | Downloaded plain v0.2.3 |
| 387 | 2026-04-30T00:09:29.647Z | Downloaded textwrap v0.16.2 |
| 388 | 2026-04-30T00:09:29.647Z | Downloaded thiserror v2.0.18 |
| 389 | 2026-04-30T00:09:29.650Z | Downloaded crypto-common v0.1.7 |
| 390 | 2026-04-30T00:09:29.650Z | Downloaded proc-macro-error-attr v1.0.4 |
| 391 | 2026-04-30T00:09:29.650Z | Downloaded ordered-float v2.10.1 |
| 392 | 2026-04-30T00:09:29.653Z | Downloaded ucd-trie v0.1.7 |
| 393 | 2026-04-30T00:09:29.656Z | Downloaded unicode-ident v1.0.24 |
| 394 | 2026-04-30T00:09:29.656Z | Downloaded block-buffer v0.10.4 |
| 395 | 2026-04-30T00:09:29.659Z | Downloaded zerotrie v0.2.3 |
| 396 | 2026-04-30T00:09:29.661Z | Downloaded fnv v1.0.7 |
| 397 | 2026-04-30T00:09:29.662Z | Downloaded typenum v1.19.0 |
| 398 | 2026-04-30T00:09:29.664Z | Downloaded toml_edit v0.22.27 |
| 399 | 2026-04-30T00:09:29.664Z | Downloaded itoa v1.0.17 |
| 400 | 2026-04-30T00:09:29.667Z | Downloaded heck v0.5.0 |
| 401 | 2026-04-30T00:09:29.671Z | Downloaded url v2.5.8 |
| 402 | 2026-04-30T00:09:29.675Z | Downloaded stable_deref_trait v1.2.1 |
| 403 | 2026-04-30T00:09:29.677Z | Downloaded percent-encoding v2.3.2 |
| 404 | 2026-04-30T00:09:29.680Z | Downloaded dof v0.3.0 |
| 405 | 2026-04-30T00:09:29.683Z | Downloaded cfg-if v1.0.4 |
| 406 | 2026-04-30T00:09:29.683Z | Downloaded clap_lex v1.0.0 |
| 407 | 2026-04-30T00:09:29.687Z | Downloaded zerovec v0.11.5 |
| 408 | 2026-04-30T00:09:29.690Z | Downloaded byteorder v1.5.0 |
| 409 | 2026-04-30T00:09:29.695Z | Downloaded zerocopy v0.7.35 |
| 410 | 2026-04-30T00:09:29.703Z | Downloaded smawk v0.3.2 |
| 411 | 2026-04-30T00:09:29.706Z | Downloaded errno v0.3.14 |
| 412 | 2026-04-30T00:09:29.706Z | Downloaded dtrace-parser v0.2.0 |
| 413 | 2026-04-30T00:09:29.706Z | Downloaded winnow v0.7.14 |
| 414 | 2026-04-30T00:09:29.710Z | Downloaded cargo-platform v0.2.0 |
| 415 | 2026-04-30T00:09:29.713Z | Downloaded unicode-width v0.2.0 |
| 416 | 2026-04-30T00:09:29.716Z | Downloaded erased-serde v0.4.9 |
| 417 | 2026-04-30T00:09:29.718Z | Downloaded unicode-width v0.1.14 |
| 418 | 2026-04-30T00:09:29.722Z | Downloaded strsim v0.11.1 |
| 419 | 2026-04-30T00:09:29.722Z | Downloaded cargo_toml v0.21.0 |
| 420 | 2026-04-30T00:09:29.722Z | Downloaded bytecount v0.6.9 |
| 421 | 2026-04-30T00:09:29.725Z | Downloaded synstructure v0.13.2 |
| 422 | 2026-04-30T00:09:29.728Z | Downloaded displaydoc v0.2.5 |
| 423 | 2026-04-30T00:09:29.731Z | Downloaded tabled_derive v0.7.0 |
| 424 | 2026-04-30T00:09:29.734Z | Downloaded camino-tempfile v1.4.1 |
| 425 | 2026-04-30T00:09:29.734Z | Downloaded autocfg v1.5.0 |
| 426 | 2026-04-30T00:09:29.737Z | Downloaded icu_normalizer v2.1.1 |
| 427 | 2026-04-30T00:09:29.740Z | Downloaded semver v1.0.28 |
| 428 | 2026-04-30T00:09:29.744Z | Downloaded tempfile v3.25.0 |
| 429 | 2026-04-30T00:09:29.751Z | Downloaded sha2 v0.10.9 |
| 430 | 2026-04-30T00:09:29.754Z | Downloaded serde-untagged v0.1.9 |
| 431 | 2026-04-30T00:09:29.758Z | Downloaded scroll v0.12.0 |
| 432 | 2026-04-30T00:09:29.764Z | Downloaded once_cell v1.21.3 |
| 433 | 2026-04-30T00:09:29.768Z | Downloaded bitflags v2.11.0 |
| 434 | 2026-04-30T00:09:29.771Z | Downloaded smallvec v1.15.1 |
| 435 | 2026-04-30T00:09:29.774Z | Downloaded pest_derive v2.8.6 |
| 436 | 2026-04-30T00:09:29.780Z | Downloaded getrandom v0.4.1 |
| 437 | 2026-04-30T00:09:29.783Z | Downloaded clap v4.5.60 |
| 438 | 2026-04-30T00:09:29.787Z | Downloaded pest_generator v2.8.6 |
| 439 | 2026-04-30T00:09:29.790Z | Downloaded icu_properties v2.1.2 |
| 440 | 2026-04-30T00:09:29.793Z | Downloaded cargo_metadata v0.21.0 |
| 441 | 2026-04-30T00:09:29.793Z | Downloaded camino v1.2.2 |
| 442 | 2026-04-30T00:09:29.797Z | Downloaded papergrid v0.11.0 |
| 443 | 2026-04-30T00:09:29.816Z | Downloaded icu_normalizer_data v2.1.1 |
| 444 | 2026-04-30T00:09:29.821Z | Downloaded icu_provider v2.1.1 |
| 445 | 2026-04-30T00:09:29.829Z | Downloaded serde v1.0.228 |
| 446 | 2026-04-30T00:09:29.832Z | Downloaded proc-macro2 v1.0.106 |
| 447 | 2026-04-30T00:09:29.835Z | Downloaded icu_locale_core v2.1.1 |
| 448 | 2026-04-30T00:09:29.838Z | Downloaded serde_derive v1.0.228 |
| 449 | 2026-04-30T00:09:29.841Z | Downloaded icu_collections v2.1.1 |
| 450 | 2026-04-30T00:09:29.847Z | Downloaded hashbrown v0.17.0 |
| 451 | 2026-04-30T00:09:29.856Z | Downloaded memchr v2.8.0 |
| 452 | 2026-04-30T00:09:29.860Z | Downloaded indexmap v2.14.0 |
| 453 | 2026-04-30T00:09:29.885Z | Downloaded idna v1.1.0 |
| 454 | 2026-04-30T00:09:29.894Z | Downloaded serde_json v1.0.149 |
| 455 | 2026-04-30T00:09:29.920Z | Downloaded icu_properties_data v2.1.2 |
| 456 | 2026-04-30T00:09:29.929Z | Downloaded clap_builder v4.5.60 |
| 457 | 2026-04-30T00:09:29.932Z | Downloaded tabled v0.15.0 |
| 458 | 2026-04-30T00:09:29.940Z | Downloaded goblin v0.8.2 |
| 459 | 2026-04-30T00:09:29.951Z | Downloaded syn v1.0.109 |
| 460 | 2026-04-30T00:09:29.956Z | Downloaded syn v2.0.117 |
| 461 | 2026-04-30T00:09:29.981Z | Downloaded rustix v1.1.3 |
| 462 | 2026-04-30T00:09:30.012Z | Downloaded libc v0.2.185 |
| 463 | 2026-04-30T00:09:30.079Z | Compiling proc-macro2 v1.0.106 |
| 464 | 2026-04-30T00:09:30.082Z | Compiling unicode-ident v1.0.24 |
| 465 | 2026-04-30T00:09:30.082Z | Compiling quote v1.0.45 |
| 466 | 2026-04-30T00:09:30.082Z | Compiling serde_core v1.0.228 |
| 467 | 2026-04-30T00:09:30.082Z | Compiling libc v0.2.185 |
| 468 | 2026-04-30T00:09:30.082Z | Compiling version_check v0.9.5 |
| 469 | 2026-04-30T00:09:30.082Z | Compiling memchr v2.8.0 |
| 470 | 2026-04-30T00:09:30.082Z | Compiling serde v1.0.228 |
| 471 | 2026-04-30T00:09:30.416Z | Compiling stable_deref_trait v1.2.1 |
| 472 | 2026-04-30T00:09:30.494Z | Compiling zmij v1.0.21 |
| 473 | 2026-04-30T00:09:30.646Z | Compiling itoa v1.0.17 |
| 474 | 2026-04-30T00:09:30.916Z | Compiling autocfg v1.5.0 |
| 475 | 2026-04-30T00:09:30.934Z | Compiling ucd-trie v0.1.7 |
| 476 | 2026-04-30T00:09:30.937Z | Compiling thiserror v1.0.69 |
| 477 | 2026-04-30T00:09:31.185Z | Compiling pest v2.8.6 |
| 478 | 2026-04-30T00:09:31.259Z | Compiling writeable v0.6.2 |
| 479 | 2026-04-30T00:09:31.262Z | Compiling litemap v0.8.1 |
| 480 | 2026-04-30T00:09:31.323Z | Compiling rustix v1.1.3 |
| 481 | 2026-04-30T00:09:31.420Z | Compiling byteorder v1.5.0 |
| 482 | 2026-04-30T00:09:31.449Z | Compiling icu_normalizer_data v2.1.1 |
| 483 | 2026-04-30T00:09:31.467Z | Compiling icu_properties_data v2.1.2 |
| 484 | 2026-04-30T00:09:31.746Z | Compiling errno v0.3.14 |
| 485 | 2026-04-30T00:09:31.780Z | Compiling serde_json v1.0.149 |
| 486 | 2026-04-30T00:09:31.887Z | Compiling syn v2.0.117 |
| 487 | 2026-04-30T00:09:31.911Z | Compiling bitflags v2.11.0 |
| 488 | 2026-04-30T00:09:32.008Z | Compiling num-traits v0.2.19 |
| 489 | 2026-04-30T00:09:32.012Z | Compiling smallvec v1.15.1 |
| 490 | 2026-04-30T00:09:32.141Z | Compiling typeid v1.0.3 |
| 491 | 2026-04-30T00:09:32.193Z | Compiling hashbrown v0.17.0 |
| 492 | 2026-04-30T00:09:32.270Z | Compiling pest_meta v2.8.6 |
| 493 | 2026-04-30T00:09:32.485Z | Compiling equivalent v1.0.2 |
| 494 | 2026-04-30T00:09:32.672Z | Compiling thread-id v4.2.2 |
| 495 | 2026-04-30T00:09:32.758Z | Compiling indexmap v2.14.0 |
| 496 | 2026-04-30T00:09:32.797Z | Compiling proc-macro-error-attr v1.0.4 |
| 497 | 2026-04-30T00:09:32.815Z | Compiling usdt-impl v0.5.0 |
| 498 | 2026-04-30T00:09:32.833Z | Compiling toml_write v0.1.2 |
| 499 | 2026-04-30T00:09:32.982Z | Compiling syn v1.0.109 |
| 500 | 2026-04-30T00:09:33.043Z | Compiling erased-serde v0.4.9 |
| 501 | 2026-04-30T00:09:33.170Z | Compiling winnow v0.7.14 |
| 502 | 2026-04-30T00:09:33.448Z | Compiling proc-macro-error v1.0.4 |
| 503 | 2026-04-30T00:09:33.546Z | Compiling camino v1.2.2 |
| 504 | 2026-04-30T00:09:33.634Z | Compiling plain v0.2.3 |
| 505 | 2026-04-30T00:09:33.750Z | Compiling utf8parse v0.2.2 |
| 506 | 2026-04-30T00:09:33.859Z | Compiling utf8_iter v1.0.4 |
| 507 | 2026-04-30T00:09:33.879Z | Compiling thiserror v2.0.18 |
| 508 | 2026-04-30T00:09:33.964Z | Compiling getrandom v0.4.1 |
| 509 | 2026-04-30T00:09:34.019Z | Compiling log v0.4.29 |
| 510 | 2026-04-30T00:09:34.031Z | Compiling percent-encoding v2.3.2 |
| 511 | 2026-04-30T00:09:34.087Z | Compiling ordered-float v2.10.1 |
| 512 | 2026-04-30T00:09:34.200Z | Compiling form_urlencoded v1.2.2 |
| 513 | 2026-04-30T00:09:34.271Z | Compiling anstyle-parse v0.2.7 |
| 514 | 2026-04-30T00:09:34.445Z | Compiling terminal_size v0.4.3 |
| 515 | 2026-04-30T00:09:34.462Z | Compiling colorchoice v1.0.4 |
| 516 | 2026-04-30T00:09:34.581Z | Compiling synstructure v0.13.2 |
| 517 | 2026-04-30T00:09:34.599Z | Compiling pest_generator v2.8.6 |
| 518 | 2026-04-30T00:09:34.659Z | Compiling is_terminal_polyfill v1.70.2 |
| 519 | 2026-04-30T00:09:34.678Z | Compiling anstyle v1.0.13 |
| 520 | 2026-04-30T00:09:34.768Z | Compiling pretty-hex v0.4.1 |
| 521 | 2026-04-30T00:09:34.788Z | Compiling cfg-if v1.0.4 |
| 522 | 2026-04-30T00:09:34.803Z | Compiling anstyle-query v1.1.5 |
| 523 | 2026-04-30T00:09:34.907Z | Compiling anstream v0.6.21 |
| 524 | 2026-04-30T00:09:34.926Z | Compiling serde-untagged v0.1.9 |
| 525 | 2026-04-30T00:09:35.052Z | Compiling semver v1.0.28 |
| 526 | 2026-04-30T00:09:35.188Z | Compiling fs-err v3.3.0 |
| 527 | 2026-04-30T00:09:35.210Z | Compiling bytecount v0.6.9 |
| 528 | 2026-04-30T00:09:35.304Z | Compiling anyhow v1.0.102 |
| 529 | 2026-04-30T00:09:35.347Z | Compiling unicode-width v0.1.14 |
| 530 | 2026-04-30T00:09:35.372Z | Compiling heck v0.5.0 |
| 531 | 2026-04-30T00:09:35.372Z | Compiling fastrand v2.3.0 |
| 532 | 2026-04-30T00:09:35.408Z | Compiling fnv v1.0.7 |
| 533 | 2026-04-30T00:09:35.511Z | Compiling clap_lex v1.0.0 |
| 534 | 2026-04-30T00:09:35.621Z | Compiling heck v0.4.1 |
| 535 | 2026-04-30T00:09:35.625Z | Compiling strsim v0.11.1 |
| 536 | 2026-04-30T00:09:35.654Z | Compiling unicode-xid v0.2.6 |
| 537 | 2026-04-30T00:09:35.737Z | Compiling once_cell v1.21.3 |
| 538 | 2026-04-30T00:09:35.839Z | Compiling clap_builder v4.5.60 |
| 539 | 2026-04-30T00:09:35.896Z | Compiling papergrid v0.11.0 |
| 540 | 2026-04-30T00:09:35.949Z | Compiling tempfile v3.25.0 |
| 541 | 2026-04-30T00:09:35.996Z | Compiling memmap v0.7.0 |
| 542 | 2026-04-30T00:09:36.079Z | Compiling unicode-linebreak v0.1.5 |
| 543 | 2026-04-30T00:09:36.171Z | Compiling smawk v0.3.2 |
| 544 | 2026-04-30T00:09:36.194Z | Compiling serde_derive v1.0.228 |
| 545 | 2026-04-30T00:09:36.307Z | Compiling zerofrom-derive v0.1.6 |
| 546 | 2026-04-30T00:09:36.325Z | Compiling yoke-derive v0.8.1 |
| 547 | 2026-04-30T00:09:36.343Z | Compiling zerovec-derive v0.11.2 |
| 548 | 2026-04-30T00:09:36.444Z | Compiling displaydoc v0.2.5 |
| 549 | 2026-04-30T00:09:37.159Z | Compiling thiserror-impl v1.0.69 |
| 550 | 2026-04-30T00:09:37.337Z | Compiling zerocopy-derive v0.7.35 |
| 551 | 2026-04-30T00:09:37.487Z | Compiling pest_derive v2.8.6 |
| 552 | 2026-04-30T00:09:37.506Z | Compiling scroll_derive v0.12.1 |
| 553 | 2026-04-30T00:09:37.717Z | Compiling zerofrom v0.1.6 |
| 554 | 2026-04-30T00:09:37.853Z | Compiling yoke v0.8.1 |
| 555 | 2026-04-30T00:09:37.913Z | Compiling thiserror-impl v2.0.18 |
| 556 | 2026-04-30T00:09:38.045Z | Compiling zerovec v0.11.5 |
| 557 | 2026-04-30T00:09:38.168Z | Compiling zerotrie v0.2.3 |
| 558 | 2026-04-30T00:09:38.198Z | Compiling zerocopy v0.7.35 |
| 559 | 2026-04-30T00:09:38.467Z | Compiling scroll v0.12.0 |
| 560 | 2026-04-30T00:09:38.550Z | Compiling tinystr v0.8.2 |
| 561 | 2026-04-30T00:09:38.570Z | Compiling potential_utf v0.1.4 |
| 562 | 2026-04-30T00:09:38.737Z | Compiling icu_locale_core v2.1.1 |
| 563 | 2026-04-30T00:09:38.737Z | Compiling icu_collections v2.1.1 |
| 564 | 2026-04-30T00:09:38.770Z | Compiling dtrace-parser v0.2.0 |
| 565 | 2026-04-30T00:09:38.770Z | Compiling goblin v0.8.2 |
| 566 | 2026-04-30T00:09:38.856Z | Compiling tabled_derive v0.7.0 |
| 567 | 2026-04-30T00:09:39.023Z | Compiling clap_derive v4.5.55 |
| 568 | 2026-04-30T00:09:39.380Z | Compiling icu_provider v2.1.1 |
| 569 | 2026-04-30T00:09:39.518Z | Compiling unicode-width v0.2.0 |
| 570 | 2026-04-30T00:09:39.611Z | Compiling icu_normalizer v2.1.1 |
| 571 | 2026-04-30T00:09:39.639Z | Compiling icu_properties v2.1.2 |
| 572 | 2026-04-30T00:09:39.680Z | Compiling toml_datetime v0.6.11 |
| 573 | 2026-04-30T00:09:39.739Z | Compiling serde_spanned v0.6.9 |
| 574 | 2026-04-30T00:09:39.761Z | Compiling dof v0.3.0 |
| 575 | 2026-04-30T00:09:39.791Z | Compiling serde_tokenstream v0.2.3 |
| 576 | 2026-04-30T00:09:39.885Z | Compiling toml_edit v0.22.27 |
| 577 | 2026-04-30T00:09:39.936Z | Compiling serde-value v0.7.0 |
| 578 | 2026-04-30T00:09:40.137Z | Compiling cargo-platform v0.2.0 |
| 579 | 2026-04-30T00:09:40.157Z | Compiling tabled v0.15.0 |
| 580 | 2026-04-30T00:09:40.298Z | Compiling textwrap v0.16.2 |
| 581 | 2026-04-30T00:09:40.403Z | Compiling macaddr v1.0.1 |
| 582 | 2026-04-30T00:09:40.625Z | Compiling idna_adapter v1.2.1 |
| 583 | 2026-04-30T00:09:40.700Z | Compiling usdt-macro v0.5.0 |
| 584 | 2026-04-30T00:09:40.725Z | Compiling usdt-attr-macro v0.5.0 |
| 585 | 2026-04-30T00:09:40.748Z | Compiling idna v1.1.0 |
| 586 | 2026-04-30T00:09:40.751Z | Compiling clap v4.5.60 |
| 587 | 2026-04-30T00:09:40.786Z | Compiling camino-tempfile v1.4.1 |
| 588 | 2026-04-30T00:09:41.129Z | Compiling url v2.5.8 |
| 589 | 2026-04-30T00:09:41.305Z | Compiling toml v0.8.23 |
| 590 | 2026-04-30T00:09:41.696Z | Compiling cargo-util-schemas v0.8.2 |
| 591 | 2026-04-30T00:09:41.745Z | Compiling usdt v0.5.0 |
| 592 | 2026-04-30T00:09:41.869Z | Compiling cargo_toml v0.21.0 |
| 593 | 2026-04-30T00:09:41.911Z | Compiling swrite v0.1.0 |
| 594 | 2026-04-30T00:09:41.949Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 595 | 2026-04-30T00:09:42.639Z | Compiling cargo_metadata v0.21.0 |
| 596 | 2026-04-30T00:09:43.577Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 597 | 2026-04-30T00:09:45.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.36s |
| 598 | 2026-04-30T00:09:45.879Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 599 | 2026-04-30T00:09:46.442Z | Downloading crates ... |
| 600 | 2026-04-30T00:09:46.534Z | Downloaded adler2 v2.0.1 |
| 601 | 2026-04-30T00:09:46.537Z | Downloaded async-stream-impl v0.3.6 |
| 602 | 2026-04-30T00:09:46.540Z | Downloaded cobs v0.3.0 |
| 603 | 2026-04-30T00:09:46.543Z | Downloaded cexpr v0.6.0 |
| 604 | 2026-04-30T00:09:46.544Z | Downloaded blowfish v0.9.1 |
| 605 | 2026-04-30T00:09:46.547Z | Downloaded const-oid v0.9.6 |
| 606 | 2026-04-30T00:09:46.550Z | Downloaded atomicwrites v0.4.4 |
| 607 | 2026-04-30T00:09:46.559Z | Downloaded cstr-argument v0.1.2 |
| 608 | 2026-04-30T00:09:46.565Z | Downloaded arrayvec v0.7.6 |
| 609 | 2026-04-30T00:09:46.565Z | Downloaded crc32fast v1.5.0 |
| 610 | 2026-04-30T00:09:46.568Z | Downloaded darling_macro v0.23.0 |
| 611 | 2026-04-30T00:09:46.568Z | Downloaded async-bb8-diesel v0.2.1 |
| 612 | 2026-04-30T00:09:46.574Z | Downloaded flagset v0.4.7 |
| 613 | 2026-04-30T00:09:46.583Z | Downloaded arrayref v0.3.9 |
| 614 | 2026-04-30T00:09:46.583Z | Downloaded crc v3.4.0 |
| 615 | 2026-04-30T00:09:46.583Z | Downloaded ed25519 v2.2.3 |
| 616 | 2026-04-30T00:09:46.583Z | Downloaded async-recursion v1.1.1 |
| 617 | 2026-04-30T00:09:46.583Z | Downloaded aho-corasick v1.1.4 |
| 618 | 2026-04-30T00:09:46.588Z | Downloaded diff v0.1.13 |
| 619 | 2026-04-30T00:09:46.588Z | Downloaded async-trait v0.1.89 |
| 620 | 2026-04-30T00:09:46.588Z | Downloaded crossbeam-channel v0.5.15 |
| 621 | 2026-04-30T00:09:46.592Z | Downloaded crypto-bigint v0.5.5 |
| 622 | 2026-04-30T00:09:46.596Z | Downloaded dunce v1.0.5 |
| 623 | 2026-04-30T00:09:46.599Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 624 | 2026-04-30T00:09:46.599Z | Downloaded foldhash v0.2.0 |
| 625 | 2026-04-30T00:09:46.599Z | Downloaded derive_builder v0.20.2 |
| 626 | 2026-04-30T00:09:46.602Z | Downloaded document-features v0.2.12 |
| 627 | 2026-04-30T00:09:46.602Z | Downloaded csv-core v0.1.13 |
| 628 | 2026-04-30T00:09:46.606Z | Downloaded derive_more v0.99.20 |
| 629 | 2026-04-30T00:09:46.611Z | Downloaded deranged v0.5.8 |
| 630 | 2026-04-30T00:09:46.611Z | Downloaded defmt v0.3.100 |
| 631 | 2026-04-30T00:09:46.614Z | Downloaded chacha20 v0.10.0 |
| 632 | 2026-04-30T00:09:46.614Z | Downloaded array-init v0.0.4 |
| 633 | 2026-04-30T00:09:46.614Z | Downloaded daft-derive v0.1.5 |
| 634 | 2026-04-30T00:09:46.619Z | Downloaded ff v0.13.1 |
| 635 | 2026-04-30T00:09:46.619Z | Downloaded cookie_store v0.22.1 |
| 636 | 2026-04-30T00:09:46.619Z | Downloaded async-stream v0.3.6 |
| 637 | 2026-04-30T00:09:46.625Z | Downloaded display-error-chain v0.2.2 |
| 638 | 2026-04-30T00:09:46.625Z | Downloaded float-cmp v0.10.0 |
| 639 | 2026-04-30T00:09:46.625Z | Downloaded darling v0.23.0 |
| 640 | 2026-04-30T00:09:46.629Z | Downloaded debug-ignore v1.0.5 |
| 641 | 2026-04-30T00:09:46.629Z | Downloaded crc8 v0.1.1 |
| 642 | 2026-04-30T00:09:46.629Z | Downloaded bit-set v0.8.0 |
| 643 | 2026-04-30T00:09:46.629Z | Downloaded atomic-waker v1.1.2 |
| 644 | 2026-04-30T00:09:46.629Z | Downloaded dirs-sys-next v0.1.2 |
| 645 | 2026-04-30T00:09:46.629Z | Downloaded darling v0.20.11 |
| 646 | 2026-04-30T00:09:46.633Z | Downloaded fd-lock v4.0.4 |
| 647 | 2026-04-30T00:09:46.633Z | Downloaded cfg_aliases v0.1.1 |
| 648 | 2026-04-30T00:09:46.636Z | Downloaded crunchy v0.2.4 |
| 649 | 2026-04-30T00:09:46.636Z | Downloaded ciborium-io v0.2.2 |
| 650 | 2026-04-30T00:09:46.636Z | Downloaded darling_core v0.20.11 |
| 651 | 2026-04-30T00:09:46.639Z | Downloaded bitfield-struct v0.6.2 |
| 652 | 2026-04-30T00:09:46.639Z | Downloaded ctr v0.9.2 |
| 653 | 2026-04-30T00:09:46.642Z | Downloaded atty v0.2.14 |
| 654 | 2026-04-30T00:09:46.642Z | Downloaded dyn-clone v1.0.20 |
| 655 | 2026-04-30T00:09:46.642Z | Downloaded enum-as-inner v0.6.1 |
| 656 | 2026-04-30T00:09:46.646Z | Downloaded endian-type v0.1.2 |
| 657 | 2026-04-30T00:09:46.646Z | Downloaded dof v0.4.0 |
| 658 | 2026-04-30T00:09:46.646Z | Downloaded darling_macro v0.21.3 |
| 659 | 2026-04-30T00:09:46.649Z | Downloaded env_filter v1.0.0 |
| 660 | 2026-04-30T00:09:46.649Z | Downloaded dtrace-parser v0.3.0 |
| 661 | 2026-04-30T00:09:46.649Z | Downloaded downcast-rs v2.0.2 |
| 662 | 2026-04-30T00:09:46.654Z | Downloaded corncobs v0.1.4 |
| 663 | 2026-04-30T00:09:46.654Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 664 | 2026-04-30T00:09:46.654Z | Downloaded crucible-workspace-hack v0.1.0 |
| 665 | 2026-04-30T00:09:46.657Z | Downloaded difflib v0.4.0 |
| 666 | 2026-04-30T00:09:46.657Z | Downloaded derive_builder_macro v0.20.2 |
| 667 | 2026-04-30T00:09:46.660Z | Downloaded defmt-parser v1.0.0 |
| 668 | 2026-04-30T00:09:46.660Z | Downloaded foreign-types v0.3.2 |
| 669 | 2026-04-30T00:09:46.660Z | Downloaded embedded-io v0.4.0 |
| 670 | 2026-04-30T00:09:46.661Z | Downloaded embedded-io v0.6.1 |
| 671 | 2026-04-30T00:09:46.664Z | Downloaded darling_macro v0.20.11 |
| 672 | 2026-04-30T00:09:46.667Z | Downloaded bit-set v0.5.3 |
| 673 | 2026-04-30T00:09:46.671Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 674 | 2026-04-30T00:09:46.671Z | Downloaded bitfield-macros v0.19.4 |
| 675 | 2026-04-30T00:09:46.674Z | Downloaded block-padding v0.3.3 |
| 676 | 2026-04-30T00:09:46.674Z | Downloaded aead v0.5.2 |
| 677 | 2026-04-30T00:09:46.674Z | Downloaded compression-core v0.4.31 |
| 678 | 2026-04-30T00:09:46.677Z | Downloaded castaway v0.2.4 |
| 679 | 2026-04-30T00:09:46.677Z | Downloaded dsl_auto_type v0.2.0 |
| 680 | 2026-04-30T00:09:46.682Z | Downloaded dirs-next v2.0.0 |
| 681 | 2026-04-30T00:09:46.682Z | Downloaded assert_matches v1.5.0 |
| 682 | 2026-04-30T00:09:46.682Z | Downloaded float-ord v0.3.2 |
| 683 | 2026-04-30T00:09:46.682Z | Downloaded ascii-canvas v3.0.0 |
| 684 | 2026-04-30T00:09:46.685Z | Downloaded foreign-types-shared v0.3.1 |
| 685 | 2026-04-30T00:09:46.685Z | Downloaded futures-core v0.3.32 |
| 686 | 2026-04-30T00:09:46.685Z | Downloaded crc-catalog v2.4.0 |
| 687 | 2026-04-30T00:09:46.689Z | Downloaded derive-ex v0.1.8 |
| 688 | 2026-04-30T00:09:46.689Z | Downloaded defmt v1.0.1 |
| 689 | 2026-04-30T00:09:46.693Z | Downloaded diesel-dtrace v0.5.0 |
| 690 | 2026-04-30T00:09:46.693Z | Downloaded bb8 v0.8.6 |
| 691 | 2026-04-30T00:09:46.693Z | Downloaded futures-macro v0.3.32 |
| 692 | 2026-04-30T00:09:46.696Z | Downloaded foreign-types v0.5.0 |
| 693 | 2026-04-30T00:09:46.697Z | Downloaded convert_case v0.4.0 |
| 694 | 2026-04-30T00:09:46.697Z | Downloaded base16ct v0.2.0 |
| 695 | 2026-04-30T00:09:46.697Z | Downloaded futures-io v0.3.32 |
| 696 | 2026-04-30T00:09:46.701Z | Downloaded foreign-types-shared v0.1.1 |
| 697 | 2026-04-30T00:09:46.706Z | Downloaded ghash v0.5.1 |
| 698 | 2026-04-30T00:09:46.706Z | Downloaded git-stub v1.0.0 |
| 699 | 2026-04-30T00:09:46.710Z | Downloaded cipher v0.4.4 |
| 700 | 2026-04-30T00:09:46.710Z | Downloaded compression-codecs v0.4.37 |
| 701 | 2026-04-30T00:09:46.710Z | Downloaded cpufeatures v0.3.0 |
| 702 | 2026-04-30T00:09:46.710Z | Downloaded camino-tempfile-ext v0.3.3 |
| 703 | 2026-04-30T00:09:46.713Z | Downloaded bit-vec v0.8.0 |
| 704 | 2026-04-30T00:09:46.714Z | Downloaded gethostname v0.5.0 |
| 705 | 2026-04-30T00:09:46.714Z | Downloaded hash32 v0.2.1 |
| 706 | 2026-04-30T00:09:46.719Z | Downloaded chacha20poly1305 v0.10.1 |
| 707 | 2026-04-30T00:09:46.719Z | Downloaded backoff v0.4.0 |
| 708 | 2026-04-30T00:09:46.719Z | Downloaded futures-task v0.3.32 |
| 709 | 2026-04-30T00:09:46.719Z | Downloaded fixedbitset v0.5.7 |
| 710 | 2026-04-30T00:09:46.722Z | Downloaded fixedbitset v0.4.2 |
| 711 | 2026-04-30T00:09:46.722Z | Downloaded filetime v0.2.27 |
| 712 | 2026-04-30T00:09:46.722Z | Downloaded env_logger v0.11.9 |
| 713 | 2026-04-30T00:09:46.726Z | Downloaded foreign-types-macros v0.2.3 |
| 714 | 2026-04-30T00:09:46.726Z | Downloaded ciborium-ll v0.2.2 |
| 715 | 2026-04-30T00:09:46.726Z | Downloaded der_derive v0.7.3 |
| 716 | 2026-04-30T00:09:46.730Z | Downloaded erased-serde v0.3.31 |
| 717 | 2026-04-30T00:09:46.730Z | Downloaded futures-sink v0.3.32 |
| 718 | 2026-04-30T00:09:46.730Z | Downloaded data-encoding v2.10.0 |
| 719 | 2026-04-30T00:09:46.733Z | Downloaded cfg_aliases v0.2.1 |
| 720 | 2026-04-30T00:09:46.733Z | Downloaded daft v0.1.5 |
| 721 | 2026-04-30T00:09:46.733Z | Downloaded ahash v0.8.12 |
| 722 | 2026-04-30T00:09:46.736Z | Downloaded either v1.15.0 |
| 723 | 2026-04-30T00:09:46.736Z | Downloaded funty v2.0.0 |
| 724 | 2026-04-30T00:09:46.736Z | Downloaded crossbeam-deque v0.8.6 |
| 725 | 2026-04-30T00:09:46.736Z | Downloaded drift v0.1.3 |
| 726 | 2026-04-30T00:09:46.739Z | Downloaded const_format v0.2.35 |
| 727 | 2026-04-30T00:09:46.742Z | Downloaded hex-literal v0.4.1 |
| 728 | 2026-04-30T00:09:46.742Z | Downloaded fxhash v0.2.1 |
| 729 | 2026-04-30T00:09:46.746Z | Downloaded darling v0.21.3 |
| 730 | 2026-04-30T00:09:46.749Z | Downloaded arc-swap v1.8.2 |
| 731 | 2026-04-30T00:09:46.749Z | Downloaded foldhash v0.1.5 |
| 732 | 2026-04-30T00:09:46.749Z | Downloaded colored v2.2.0 |
| 733 | 2026-04-30T00:09:46.754Z | Downloaded crossbeam-epoch v0.9.18 |
| 734 | 2026-04-30T00:09:46.754Z | Downloaded convert_case v0.10.0 |
| 735 | 2026-04-30T00:09:46.757Z | Downloaded chacha20 v0.9.1 |
| 736 | 2026-04-30T00:09:46.757Z | Downloaded headers-core v0.3.0 |
| 737 | 2026-04-30T00:09:46.757Z | Downloaded base64ct v1.8.3 |
| 738 | 2026-04-30T00:09:46.757Z | Downloaded derive_more-impl v2.1.1 |
| 739 | 2026-04-30T00:09:46.762Z | Downloaded hostname v0.4.2 |
| 740 | 2026-04-30T00:09:46.762Z | Downloaded hostname v0.3.1 |
| 741 | 2026-04-30T00:09:46.765Z | Downloaded cassowary v0.3.0 |
| 742 | 2026-04-30T00:09:46.765Z | Downloaded http-range v0.1.5 |
| 743 | 2026-04-30T00:09:46.765Z | Downloaded httpdate v1.0.3 |
| 744 | 2026-04-30T00:09:46.765Z | Downloaded byte-wrapper v0.1.0 |
| 745 | 2026-04-30T00:09:46.768Z | Downloaded ena v0.14.4 |
| 746 | 2026-04-30T00:09:46.768Z | Downloaded cbc v0.1.2 |
| 747 | 2026-04-30T00:09:46.768Z | Downloaded hex v0.4.3 |
| 748 | 2026-04-30T00:09:46.771Z | Downloaded fallible-iterator v0.2.0 |
| 749 | 2026-04-30T00:09:46.771Z | Downloaded home v0.5.12 |
| 750 | 2026-04-30T00:09:46.771Z | Downloaded bitflags v1.3.2 |
| 751 | 2026-04-30T00:09:46.774Z | Downloaded hash32 v0.3.1 |
| 752 | 2026-04-30T00:09:46.774Z | Downloaded group v0.13.0 |
| 753 | 2026-04-30T00:09:46.774Z | Downloaded globwalk v0.9.1 |
| 754 | 2026-04-30T00:09:46.777Z | Downloaded hubpack v0.1.2 |
| 755 | 2026-04-30T00:09:46.777Z | Downloaded ident_case v1.0.1 |
| 756 | 2026-04-30T00:09:46.777Z | Downloaded hubpack_derive v0.1.1 |
| 757 | 2026-04-30T00:09:46.777Z | Downloaded http-body v1.0.1 |
| 758 | 2026-04-30T00:09:46.780Z | Downloaded globset v0.4.18 |
| 759 | 2026-04-30T00:09:46.780Z | Downloaded glob v0.3.3 |
| 760 | 2026-04-30T00:09:46.780Z | Downloaded git-stub-vcs v0.1.0 |
| 761 | 2026-04-30T00:09:46.783Z | Downloaded buf-list v1.1.2 |
| 762 | 2026-04-30T00:09:46.783Z | Downloaded hyper-tls v0.6.0 |
| 763 | 2026-04-30T00:09:46.783Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 764 | 2026-04-30T00:09:46.786Z | Downloaded constant_time_eq v0.4.2 |
| 765 | 2026-04-30T00:09:46.786Z | Downloaded backon v1.6.0 |
| 766 | 2026-04-30T00:09:46.789Z | Downloaded instant v0.1.13 |
| 767 | 2026-04-30T00:09:46.789Z | Downloaded inout v0.1.4 |
| 768 | 2026-04-30T00:09:46.789Z | Downloaded find-msvc-tools v0.1.9 |
| 769 | 2026-04-30T00:09:46.792Z | Downloaded futures-executor v0.3.32 |
| 770 | 2026-04-30T00:09:46.792Z | Downloaded bcs v0.1.6 |
| 771 | 2026-04-30T00:09:46.792Z | Downloaded blake2 v0.10.6 |
| 772 | 2026-04-30T00:09:46.795Z | Downloaded fs_extra v1.3.0 |
| 773 | 2026-04-30T00:09:46.795Z | Downloaded cargo_metadata v0.19.2 |
| 774 | 2026-04-30T00:09:46.798Z | Downloaded bitfield v0.19.4 |
| 775 | 2026-04-30T00:09:46.798Z | Downloaded indent_write v2.2.0 |
| 776 | 2026-04-30T00:09:46.798Z | Downloaded ecdsa v0.16.9 |
| 777 | 2026-04-30T00:09:46.802Z | Downloaded async-compression v0.4.41 |
| 778 | 2026-04-30T00:09:46.809Z | Downloaded fs-err v2.11.0 |
| 779 | 2026-04-30T00:09:46.809Z | Downloaded cancel-safe-futures v0.1.5 |
| 780 | 2026-04-30T00:09:46.810Z | Downloaded critical-section v1.2.0 |
| 781 | 2026-04-30T00:09:46.810Z | Downloaded indoc v1.0.9 |
| 782 | 2026-04-30T00:09:46.810Z | Downloaded derive_builder_core v0.20.2 |
| 783 | 2026-04-30T00:09:46.813Z | Downloaded cargo-platform v0.1.9 |
| 784 | 2026-04-30T00:09:46.813Z | Downloaded is-terminal v0.4.17 |
| 785 | 2026-04-30T00:09:46.817Z | Downloaded is_ci v1.2.0 |
| 786 | 2026-04-30T00:09:46.821Z | Downloaded internet-checksum v0.2.1 |
| 787 | 2026-04-30T00:09:46.821Z | Downloaded instability v0.3.11 |
| 788 | 2026-04-30T00:09:46.824Z | Downloaded kstat-rs v0.2.4 |
| 789 | 2026-04-30T00:09:46.824Z | Downloaded colored v3.1.1 |
| 790 | 2026-04-30T00:09:46.827Z | Downloaded cookie v0.18.1 |
| 791 | 2026-04-30T00:09:46.830Z | Downloaded ciborium v0.2.2 |
| 792 | 2026-04-30T00:09:46.830Z | Downloaded keccak v0.1.6 |
| 793 | 2026-04-30T00:09:46.830Z | Downloaded console v0.16.2 |
| 794 | 2026-04-30T00:09:46.833Z | Downloaded lzss v0.8.2 |
| 795 | 2026-04-30T00:09:46.833Z | Downloaded bzip2 v0.4.4 |
| 796 | 2026-04-30T00:09:46.837Z | Downloaded argon2 v0.5.3 |
| 797 | 2026-04-30T00:09:46.837Z | Downloaded bzip2 v0.6.1 |
| 798 | 2026-04-30T00:09:46.837Z | Downloaded libscf-sys v1.1.0 |
| 799 | 2026-04-30T00:09:46.840Z | Downloaded lru v0.12.5 |
| 800 | 2026-04-30T00:09:46.840Z | Downloaded lalrpop-util v0.19.12 |
| 801 | 2026-04-30T00:09:46.840Z | Downloaded http-body-util v0.1.3 |
| 802 | 2026-04-30T00:09:46.840Z | Downloaded getrandom v0.2.17 |
| 803 | 2026-04-30T00:09:46.843Z | Downloaded futures-channel v0.3.32 |
| 804 | 2026-04-30T00:09:46.843Z | Downloaded defmt-macros v1.0.1 |
| 805 | 2026-04-30T00:09:46.846Z | Downloaded cmake v0.1.57 |
| 806 | 2026-04-30T00:09:46.846Z | Downloaded bit-vec v0.6.3 |
| 807 | 2026-04-30T00:09:46.850Z | Downloaded hyper-staticfile v0.10.1 |
| 808 | 2026-04-30T00:09:46.853Z | Downloaded allocator-api2 v0.2.21 |
| 809 | 2026-04-30T00:09:46.855Z | Downloaded memoffset v0.9.1 |
| 810 | 2026-04-30T00:09:46.855Z | Downloaded mime v0.3.17 |
| 811 | 2026-04-30T00:09:46.859Z | Downloaded match_cfg v0.1.0 |
| 812 | 2026-04-30T00:09:46.859Z | Downloaded lru-slab v0.1.2 |
| 813 | 2026-04-30T00:09:46.859Z | Downloaded console v0.15.11 |
| 814 | 2026-04-30T00:09:46.862Z | Downloaded derive-where v1.6.0 |
| 815 | 2026-04-30T00:09:46.865Z | Downloaded managed v0.8.0 |
| 816 | 2026-04-30T00:09:46.868Z | Downloaded md-5 v0.10.6 |
| 817 | 2026-04-30T00:09:46.868Z | Downloaded maybe-uninit v2.0.0 |
| 818 | 2026-04-30T00:09:46.868Z | Downloaded maplit v1.0.2 |
| 819 | 2026-04-30T00:09:46.868Z | Downloaded indoc v2.0.7 |
| 820 | 2026-04-30T00:09:46.871Z | Downloaded linked-hash-map v0.5.6 |
| 821 | 2026-04-30T00:09:46.871Z | Downloaded dropshot_endpoint v0.17.0 |
| 822 | 2026-04-30T00:09:46.874Z | Downloaded ingot v0.1.1 |
| 823 | 2026-04-30T00:09:46.874Z | Downloaded dropshot_endpoint v0.16.7 |
| 824 | 2026-04-30T00:09:46.878Z | Downloaded nodrop v0.1.14 |
| 825 | 2026-04-30T00:09:46.878Z | Downloaded newtype-uuid-macros v0.1.0 |
| 826 | 2026-04-30T00:09:46.878Z | Downloaded des v0.8.1 |
| 827 | 2026-04-30T00:09:46.880Z | Downloaded crossbeam-utils v0.8.21 |
| 828 | 2026-04-30T00:09:46.881Z | Downloaded ipnetwork v0.21.1 |
| 829 | 2026-04-30T00:09:46.884Z | Downloaded newtype_derive v0.1.6 |
| 830 | 2026-04-30T00:09:46.884Z | Downloaded new_debug_unreachable v1.0.6 |
| 831 | 2026-04-30T00:09:46.884Z | Downloaded multimap v0.10.1 |
| 832 | 2026-04-30T00:09:46.884Z | Downloaded ipnet v2.11.0 |
| 833 | 2026-04-30T00:09:46.888Z | Downloaded elliptic-curve v0.13.8 |
| 834 | 2026-04-30T00:09:46.888Z | Downloaded const_format_proc_macros v0.2.34 |
| 835 | 2026-04-30T00:09:46.893Z | Downloaded compact_str v0.8.1 |
| 836 | 2026-04-30T00:09:46.893Z | Downloaded lru-cache v0.1.2 |
| 837 | 2026-04-30T00:09:46.897Z | Downloaded ingot-types v0.1.2 |
| 838 | 2026-04-30T00:09:46.897Z | Downloaded hmac v0.12.1 |
| 839 | 2026-04-30T00:09:46.900Z | Downloaded libefi-sys v0.1.0 |
| 840 | 2026-04-30T00:09:46.900Z | Downloaded jobserver v0.1.34 |
| 841 | 2026-04-30T00:09:46.902Z | Downloaded num-iter v0.1.45 |
| 842 | 2026-04-30T00:09:46.902Z | Downloaded num-conv v0.2.0 |
| 843 | 2026-04-30T00:09:46.902Z | Downloaded num v0.4.3 |
| 844 | 2026-04-30T00:09:46.907Z | Downloaded normalize-line-endings v0.3.0 |
| 845 | 2026-04-30T00:09:46.907Z | Downloaded nibble_vec v0.1.0 |
| 846 | 2026-04-30T00:09:46.907Z | Downloaded crc-any v2.5.0 |
| 847 | 2026-04-30T00:09:46.907Z | Downloaded newline-converter v0.3.0 |
| 848 | 2026-04-30T00:09:46.910Z | Downloaded olpc-cjson v0.1.4 |
| 849 | 2026-04-30T00:09:46.910Z | Downloaded clang-sys v1.8.1 |
| 850 | 2026-04-30T00:09:46.914Z | Downloaded libsw-core v0.3.2 |
| 851 | 2026-04-30T00:09:46.914Z | Downloaded highway v1.3.0 |
| 852 | 2026-04-30T00:09:46.916Z | Downloaded httparse v1.10.1 |
| 853 | 2026-04-30T00:09:46.916Z | Downloaded lazy_static v1.5.0 |
| 854 | 2026-04-30T00:09:46.920Z | Downloaded humantime v2.3.0 |
| 855 | 2026-04-30T00:09:46.920Z | Downloaded nonempty v0.12.0 |
| 856 | 2026-04-30T00:09:46.923Z | Downloaded num-derive v0.4.2 |
| 857 | 2026-04-30T00:09:46.923Z | Downloaded iana-time-zone v0.1.65 |
| 858 | 2026-04-30T00:09:46.926Z | Downloaded md5 v0.7.0 |
| 859 | 2026-04-30T00:09:46.926Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 860 | 2026-04-30T00:09:46.926Z | Downloaded multer v3.1.0 |
| 861 | 2026-04-30T00:09:46.929Z | Downloaded num_threads v0.1.7 |
| 862 | 2026-04-30T00:09:46.929Z | Downloaded openssl-macros v0.1.1 |
| 863 | 2026-04-30T00:09:46.929Z | Downloaded opaque-debug v0.3.1 |
| 864 | 2026-04-30T00:09:46.929Z | Downloaded libloading v0.8.9 |
| 865 | 2026-04-30T00:09:46.932Z | Downloaded openssl-probe v0.2.1 |
| 866 | 2026-04-30T00:09:46.932Z | Downloaded lock_api v0.4.14 |
| 867 | 2026-04-30T00:09:46.932Z | Downloaded linear-map v1.2.0 |
| 868 | 2026-04-30T00:09:46.936Z | Downloaded libsw v3.5.0 |
| 869 | 2026-04-30T00:09:46.936Z | Downloaded hyper-rustls v0.27.7 |
| 870 | 2026-04-30T00:09:46.940Z | Downloaded getrandom v0.3.4 |
| 871 | 2026-04-30T00:09:46.942Z | Downloaded futures v0.3.32 |
| 872 | 2026-04-30T00:09:46.945Z | Downloaded parse-size v1.1.0 |
| 873 | 2026-04-30T00:09:46.945Z | Downloaded flume v0.11.1 |
| 874 | 2026-04-30T00:09:46.962Z | Downloaded oso-derive v0.27.3 |
| 875 | 2026-04-30T00:09:46.965Z | Downloaded pbkdf2 v0.11.0 |
| 876 | 2026-04-30T00:09:46.965Z | Downloaded aes v0.8.4 |
| 877 | 2026-04-30T00:09:46.970Z | Downloaded newtype-uuid v1.3.2 |
| 878 | 2026-04-30T00:09:46.970Z | Downloaded ed25519-dalek v2.2.0 |
| 879 | 2026-04-30T00:09:46.970Z | Downloaded darling_core v0.23.0 |
| 880 | 2026-04-30T00:09:46.973Z | Downloaded pbkdf2 v0.12.2 |
| 881 | 2026-04-30T00:09:46.973Z | Downloaded nu-ansi-term v0.50.3 |
| 882 | 2026-04-30T00:09:46.977Z | Downloaded parse-display v0.10.0 |
| 883 | 2026-04-30T00:09:46.980Z | Downloaded num-derive v0.3.3 |
| 884 | 2026-04-30T00:09:46.980Z | Downloaded num_enum v0.5.11 |
| 885 | 2026-04-30T00:09:46.983Z | Downloaded peg-runtime v0.8.5 |
| 886 | 2026-04-30T00:09:46.983Z | Downloaded nanorand v0.7.0 |
| 887 | 2026-04-30T00:09:46.986Z | Downloaded ingot-macros v0.1.1 |
| 888 | 2026-04-30T00:09:46.986Z | Downloaded half v2.7.1 |
| 889 | 2026-04-30T00:09:46.986Z | Downloaded num-rational v0.4.2 |
| 890 | 2026-04-30T00:09:46.990Z | Downloaded packed_struct_codegen v0.10.1 |
| 891 | 2026-04-30T00:09:46.990Z | Downloaded num-complex v0.4.6 |
| 892 | 2026-04-30T00:09:46.994Z | Downloaded num_enum v0.7.5 |
| 893 | 2026-04-30T00:09:46.997Z | Downloaded num-integer v0.1.46 |
| 894 | 2026-04-30T00:09:46.997Z | Downloaded fatfs v0.3.6 |
| 895 | 2026-04-30T00:09:47.000Z | Downloaded num_enum_derive v0.5.11 |
| 896 | 2026-04-30T00:09:47.004Z | Downloaded mime_guess v2.0.5 |
| 897 | 2026-04-30T00:09:47.004Z | Downloaded memmap2 v0.9.10 |
| 898 | 2026-04-30T00:09:47.004Z | Downloaded litrs v1.0.0 |
| 899 | 2026-04-30T00:09:47.007Z | Downloaded phf_shared v0.12.1 |
| 900 | 2026-04-30T00:09:47.007Z | Downloaded native-tls v0.2.18 |
| 901 | 2026-04-30T00:09:47.010Z | Downloaded oxide-tokio-rt v0.1.4 |
| 902 | 2026-04-30T00:09:47.013Z | Downloaded precomputed-hash v0.1.1 |
| 903 | 2026-04-30T00:09:47.013Z | Downloaded num_enum_derive v0.7.5 |
| 904 | 2026-04-30T00:09:47.016Z | Downloaded flate2 v1.1.9 |
| 905 | 2026-04-30T00:09:47.019Z | Downloaded heapless v0.7.17 |
| 906 | 2026-04-30T00:09:47.019Z | Downloaded ignore v0.4.25 |
| 907 | 2026-04-30T00:09:47.022Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 908 | 2026-04-30T00:09:47.022Z | Downloaded ar_archive_writer v0.5.1 |
| 909 | 2026-04-30T00:09:47.026Z | Downloaded der v0.7.10 |
| 910 | 2026-04-30T00:09:47.026Z | Downloaded phf_shared v0.13.1 |
| 911 | 2026-04-30T00:09:47.029Z | Downloaded phf_shared v0.11.3 |
| 912 | 2026-04-30T00:09:47.029Z | Downloaded openssl-probe v0.1.6 |
| 913 | 2026-04-30T00:09:47.029Z | Downloaded proc-macro-crate v3.4.0 |
| 914 | 2026-04-30T00:09:47.029Z | Downloaded proc-macro-crate v1.3.1 |
| 915 | 2026-04-30T00:09:47.032Z | Downloaded predicates-core v1.0.10 |
| 916 | 2026-04-30T00:09:47.032Z | Downloaded headers v0.4.1 |
| 917 | 2026-04-30T00:09:47.036Z | Downloaded predicates-tree v1.0.13 |
| 918 | 2026-04-30T00:09:47.036Z | Downloaded progenitor-client v0.10.0 |
| 919 | 2026-04-30T00:09:47.036Z | Downloaded peg-macros v0.8.5 |
| 920 | 2026-04-30T00:09:47.036Z | Downloaded path-slash v0.1.5 |
| 921 | 2026-04-30T00:09:47.040Z | Downloaded indexmap v1.9.3 |
| 922 | 2026-04-30T00:09:47.040Z | Downloaded powerfmt v0.2.0 |
| 923 | 2026-04-30T00:09:47.043Z | Downloaded aes-gcm v0.10.3 |
| 924 | 2026-04-30T00:09:47.043Z | Downloaded progenitor-client v0.11.2 |
| 925 | 2026-04-30T00:09:47.043Z | Downloaded paste v1.0.15 |
| 926 | 2026-04-30T00:09:47.046Z | Downloaded owo-colors v4.3.0 |
| 927 | 2026-04-30T00:09:47.046Z | Downloaded parse-display-derive v0.10.0 |
| 928 | 2026-04-30T00:09:47.046Z | Downloaded progenitor-macro v0.10.0 |
| 929 | 2026-04-30T00:09:47.049Z | Downloaded diesel_derives v2.3.7 |
| 930 | 2026-04-30T00:09:47.052Z | Downloaded progenitor-macro v0.11.2 |
| 931 | 2026-04-30T00:09:47.052Z | Downloaded peg v0.8.5 |
| 932 | 2026-04-30T00:09:47.055Z | Downloaded password-hash v0.5.0 |
| 933 | 2026-04-30T00:09:47.055Z | Downloaded packed_struct v0.10.1 |
| 934 | 2026-04-30T00:09:47.055Z | Downloaded oxnet v0.1.4 |
| 935 | 2026-04-30T00:09:47.058Z | Downloaded base64 v0.22.1 |
| 936 | 2026-04-30T00:09:47.061Z | Downloaded phf v0.13.1 |
| 937 | 2026-04-30T00:09:47.061Z | Downloaded base64 v0.21.7 |
| 938 | 2026-04-30T00:09:47.067Z | Downloaded poly1305 v0.8.0 |
| 939 | 2026-04-30T00:09:47.067Z | Downloaded progenitor-macro v0.13.0 |
| 940 | 2026-04-30T00:09:47.067Z | Downloaded pkg-config v0.3.32 |
| 941 | 2026-04-30T00:09:47.069Z | Downloaded derive_more v2.1.1 |
| 942 | 2026-04-30T00:09:47.073Z | Downloaded omicron-zone-package v0.12.2 |
| 943 | 2026-04-30T00:09:47.077Z | Downloaded psl-types v2.0.11 |
| 944 | 2026-04-30T00:09:47.077Z | Downloaded progenitor-macro v0.14.0 |
| 945 | 2026-04-30T00:09:47.077Z | Downloaded pkcs8 v0.10.2 |
| 946 | 2026-04-30T00:09:47.077Z | Downloaded quick-error v1.2.3 |
| 947 | 2026-04-30T00:09:47.080Z | Downloaded pin-project-lite v0.2.17 |
| 948 | 2026-04-30T00:09:47.083Z | Downloaded heapless v0.8.0 |
| 949 | 2026-04-30T00:09:47.083Z | Downloaded pin-utils v0.1.0 |
| 950 | 2026-04-30T00:09:47.083Z | Downloaded radium v0.7.0 |
| 951 | 2026-04-30T00:09:47.087Z | Downloaded darling_core v0.21.3 |
| 952 | 2026-04-30T00:09:47.090Z | Downloaded libbz2-rs-sys v0.2.2 |
| 953 | 2026-04-30T00:09:47.093Z | Downloaded postgres-protocol v0.6.10 |
| 954 | 2026-04-30T00:09:47.093Z | Downloaded rand_xorshift v0.4.0 |
| 955 | 2026-04-30T00:09:47.096Z | Downloaded pin-project-internal v1.1.11 |
| 956 | 2026-04-30T00:09:47.101Z | Downloaded dropshot-api-manager v0.7.1 |
| 957 | 2026-04-30T00:09:47.104Z | Downloaded phf v0.12.1 |
| 958 | 2026-04-30T00:09:47.104Z | Downloaded pem v3.0.6 |
| 959 | 2026-04-30T00:09:47.109Z | Downloaded proc-macro-error2 v2.0.1 |
| 960 | 2026-04-30T00:09:47.112Z | Downloaded primeorder v0.13.6 |
| 961 | 2026-04-30T00:09:47.112Z | Downloaded predicates v3.1.4 |
| 962 | 2026-04-30T00:09:47.116Z | Downloaded progenitor-client v0.14.0 |
| 963 | 2026-04-30T00:09:47.116Z | Downloaded ref-cast v1.0.25 |
| 964 | 2026-04-30T00:09:47.116Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 965 | 2026-04-30T00:09:47.116Z | Downloaded rand_chacha v0.3.1 |
| 966 | 2026-04-30T00:09:47.119Z | Downloaded recursive v0.1.1 |
| 967 | 2026-04-30T00:09:47.119Z | Downloaded progenitor v0.14.0 |
| 968 | 2026-04-30T00:09:47.119Z | Downloaded ppv-lite86 v0.2.21 |
| 969 | 2026-04-30T00:09:47.120Z | Downloaded progenitor v0.11.2 |
| 970 | 2026-04-30T00:09:47.123Z | Downloaded password-hash v0.4.2 |
| 971 | 2026-04-30T00:09:47.123Z | Downloaded indicatif v0.18.4 |
| 972 | 2026-04-30T00:09:47.126Z | Downloaded hickory-resolver v0.25.2 |
| 973 | 2026-04-30T00:09:47.126Z | Downloaded progenitor-client v0.13.0 |
| 974 | 2026-04-30T00:09:47.131Z | Downloaded parking_lot v0.11.2 |
| 975 | 2026-04-30T00:09:47.131Z | Downloaded bytes v1.11.1 |
| 976 | 2026-04-30T00:09:47.134Z | Downloaded pem-rfc7468 v0.7.0 |
| 977 | 2026-04-30T00:09:47.134Z | Downloaded progenitor v0.13.0 |
| 978 | 2026-04-30T00:09:47.134Z | Downloaded parking_lot_core v0.9.12 |
| 979 | 2026-04-30T00:09:47.137Z | Downloaded ref-cast-impl v1.0.25 |
| 980 | 2026-04-30T00:09:47.137Z | Downloaded parking_lot v0.12.5 |
| 981 | 2026-04-30T00:09:47.140Z | Downloaded polyval v0.6.2 |
| 982 | 2026-04-30T00:09:47.143Z | Downloaded progenitor-extras v0.2.0 |
| 983 | 2026-04-30T00:09:47.143Z | Downloaded half v1.8.3 |
| 984 | 2026-04-30T00:09:47.152Z | Downloaded russh-cryptovec v0.7.3 |
| 985 | 2026-04-30T00:09:47.155Z | Downloaded psm v0.1.30 |
| 986 | 2026-04-30T00:09:47.158Z | Downloaded rustc_version v0.1.7 |
| 987 | 2026-04-30T00:09:47.158Z | Downloaded rfc6979 v0.4.0 |
| 988 | 2026-04-30T00:09:47.169Z | Downloaded postgres-types v0.2.12 |
| 989 | 2026-04-30T00:09:47.180Z | Downloaded rand_core v0.10.0 |
| 990 | 2026-04-30T00:09:47.180Z | Downloaded scheduled-thread-pool v0.2.7 |
| 991 | 2026-04-30T00:09:47.180Z | Downloaded same-file v1.0.6 |
| 992 | 2026-04-30T00:09:47.185Z | Downloaded r2d2 v0.8.10 |
| 993 | 2026-04-30T00:09:47.185Z | Downloaded rand_seeder v0.4.0 |
| 994 | 2026-04-30T00:09:47.185Z | Downloaded rand_core v0.9.5 |
| 995 | 2026-04-30T00:09:47.185Z | Downloaded rtoolbox v0.0.3 |
| 996 | 2026-04-30T00:09:47.188Z | Downloaded rand_core v0.6.4 |
| 997 | 2026-04-30T00:09:47.191Z | Downloaded scopeguard v1.2.0 |
| 998 | 2026-04-30T00:09:47.197Z | Downloaded scroll_derive v0.13.1 |
| 999 | 2026-04-30T00:09:47.203Z | Downloaded rand_chacha v0.9.0 |
| 1000 | 2026-04-30T00:09:47.203Z | Downloaded sapling-renderdag v0.1.0 |
| 1001 | 2026-04-30T00:09:47.203Z | Downloaded oso v0.27.3 |
| 1002 | 2026-04-30T00:09:47.207Z | Downloaded hickory-resolver v0.24.4 |
| 1003 | 2026-04-30T00:09:47.207Z | Downloaded cc v1.2.56 |
| 1004 | 2026-04-30T00:09:47.210Z | Downloaded progenitor v0.10.0 |
| 1005 | 2026-04-30T00:09:47.210Z | Downloaded bumpalo v3.20.2 |
| 1006 | 2026-04-30T00:09:47.210Z | Downloaded pkcs1 v0.7.5 |
| 1007 | 2026-04-30T00:09:47.214Z | Downloaded parking_lot_core v0.8.6 |
| 1008 | 2026-04-30T00:09:47.214Z | Downloaded p256 v0.13.2 |
| 1009 | 2026-04-30T00:09:47.218Z | Downloaded papergrid v0.17.0 |
| 1010 | 2026-04-30T00:09:47.219Z | Downloaded semver v0.1.20 |
| 1011 | 2026-04-30T00:09:47.222Z | Downloaded secrecy v0.10.3 |
| 1012 | 2026-04-30T00:09:47.222Z | Downloaded serde-big-array v0.5.1 |
| 1013 | 2026-04-30T00:09:47.222Z | Downloaded scrypt v0.11.0 |
| 1014 | 2026-04-30T00:09:47.222Z | Downloaded expectorate v1.2.0 |
| 1015 | 2026-04-30T00:09:47.222Z | Downloaded secrecy v0.8.0 |
| 1016 | 2026-04-30T00:09:47.233Z | Downloaded quinn-udp v0.5.14 |
| 1017 | 2026-04-30T00:09:47.233Z | Downloaded http v1.4.0 |
| 1018 | 2026-04-30T00:09:47.237Z | Downloaded serde_urlencoded v0.7.1 |
| 1019 | 2026-04-30T00:09:47.240Z | Downloaded serde_repr v0.1.20 |
| 1020 | 2026-04-30T00:09:47.240Z | Downloaded serde_plain v1.0.2 |
| 1021 | 2026-04-30T00:09:47.240Z | Downloaded sha1 v0.10.6 |
| 1022 | 2026-04-30T00:09:47.243Z | Downloaded signal-hook-tokio v0.3.1 |
| 1023 | 2026-04-30T00:09:47.243Z | Downloaded serde_spanned v1.0.4 |
| 1024 | 2026-04-30T00:09:47.243Z | Downloaded serde_bytes v0.11.19 |
| 1025 | 2026-04-30T00:09:47.246Z | Downloaded seq-macro v0.3.6 |
| 1026 | 2026-04-30T00:09:47.246Z | Downloaded hashbrown v0.12.3 |
| 1027 | 2026-04-30T00:09:47.249Z | Downloaded rustversion v1.0.22 |
| 1028 | 2026-04-30T00:09:47.253Z | Downloaded rusty-fork v0.3.1 |
| 1029 | 2026-04-30T00:09:47.253Z | Downloaded rustls-pemfile v2.2.0 |
| 1030 | 2026-04-30T00:09:47.257Z | Downloaded resolv-conf v0.7.6 |
| 1031 | 2026-04-30T00:09:47.257Z | Downloaded miniz_oxide v0.8.9 |
| 1032 | 2026-04-30T00:09:47.260Z | Downloaded crossterm v0.28.1 |
| 1033 | 2026-04-30T00:09:47.264Z | Downloaded shell-words v1.1.1 |
| 1034 | 2026-04-30T00:09:47.264Z | Downloaded rustls-pemfile v1.0.4 |
| 1035 | 2026-04-30T00:09:47.268Z | Downloaded rustc_version v0.4.1 |
| 1036 | 2026-04-30T00:09:47.268Z | Downloaded prefix-trie v0.7.0 |
| 1037 | 2026-04-30T00:09:47.272Z | Downloaded rustc-hash v2.1.1 |
| 1038 | 2026-04-30T00:09:47.272Z | Downloaded salsa20 v0.10.2 |
| 1039 | 2026-04-30T00:09:47.272Z | Downloaded signal-hook-mio v0.2.5 |
| 1040 | 2026-04-30T00:09:47.272Z | Downloaded progenitor-impl v0.11.2 |
| 1041 | 2026-04-30T00:09:47.275Z | Downloaded pin-project v1.1.11 |
| 1042 | 2026-04-30T00:09:47.280Z | Downloaded siphasher v1.0.2 |
| 1043 | 2026-04-30T00:09:47.283Z | Downloaded sigpipe v0.1.3 |
| 1044 | 2026-04-30T00:09:47.283Z | Downloaded signature v2.2.0 |
| 1045 | 2026-04-30T00:09:47.283Z | Downloaded scroll v0.13.0 |
| 1046 | 2026-04-30T00:09:47.286Z | Downloaded schemars_derive v0.8.22 |
| 1047 | 2026-04-30T00:09:47.286Z | Downloaded slog-envlogger v2.2.0 |
| 1048 | 2026-04-30T00:09:47.290Z | Downloaded slog-bunyan v2.5.0 |
| 1049 | 2026-04-30T00:09:47.290Z | Downloaded progenitor-impl v0.14.0 |
| 1050 | 2026-04-30T00:09:47.290Z | Downloaded pkcs5 v0.7.1 |
| 1051 | 2026-04-30T00:09:47.301Z | Downloaded sct v0.7.1 |
| 1052 | 2026-04-30T00:09:47.311Z | Downloaded hashbrown v0.13.2 |
| 1053 | 2026-04-30T00:09:47.315Z | Downloaded signal-hook-registry v1.4.8 |
| 1054 | 2026-04-30T00:09:47.318Z | Downloaded rustls-pki-types v1.14.0 |
| 1055 | 2026-04-30T00:09:47.318Z | Downloaded ssh-cipher v0.2.0 |
| 1056 | 2026-04-30T00:09:47.321Z | Downloaded sqlparser_derive v0.5.0 |
| 1057 | 2026-04-30T00:09:47.321Z | Downloaded rustls-native-certs v0.8.3 |
| 1058 | 2026-04-30T00:09:47.321Z | Downloaded serde_path_to_error v0.1.20 |
| 1059 | 2026-04-30T00:09:47.324Z | Downloaded serde_derive_internals v0.29.1 |
| 1060 | 2026-04-30T00:09:47.329Z | Downloaded postcard v1.1.3 |
| 1061 | 2026-04-30T00:09:47.335Z | Downloaded slab v0.4.12 |
| 1062 | 2026-04-30T00:09:47.338Z | Downloaded shlex v1.3.0 |
| 1063 | 2026-04-30T00:09:47.342Z | Downloaded hyper-util v0.1.20 |
| 1064 | 2026-04-30T00:09:47.346Z | Downloaded structmeta v0.3.0 |
| 1065 | 2026-04-30T00:09:47.349Z | Downloaded ssh-encoding v0.2.0 |
| 1066 | 2026-04-30T00:09:47.349Z | Downloaded strum v0.26.3 |
| 1067 | 2026-04-30T00:09:47.349Z | Downloaded structmeta-derive v0.3.0 |
| 1068 | 2026-04-30T00:09:47.350Z | Downloaded hickory-server v0.25.2 |
| 1069 | 2026-04-30T00:09:47.353Z | Downloaded simd-adler32 v0.3.8 |
| 1070 | 2026-04-30T00:09:47.353Z | Downloaded progenitor-impl v0.13.0 |
| 1071 | 2026-04-30T00:09:47.357Z | Downloaded pretty_assertions v1.4.1 |
| 1072 | 2026-04-30T00:09:47.357Z | Downloaded rcgen v0.12.1 |
| 1073 | 2026-04-30T00:09:47.361Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1074 | 2026-04-30T00:09:47.361Z | Downloaded slog-dtrace v0.3.0 |
| 1075 | 2026-04-30T00:09:47.364Z | Downloaded prettyplease v0.2.37 |
| 1076 | 2026-04-30T00:09:47.368Z | Downloaded num-bigint v0.4.6 |
| 1077 | 2026-04-30T00:09:47.372Z | Downloaded sync-ptr v0.1.4 |
| 1078 | 2026-04-30T00:09:47.375Z | Downloaded openssl-sys v0.9.111 |
| 1079 | 2026-04-30T00:09:47.380Z | Downloaded minimal-lexical v0.2.1 |
| 1080 | 2026-04-30T00:09:47.383Z | Downloaded slog-json v2.6.1 |
| 1081 | 2026-04-30T00:09:47.383Z | Downloaded tap v1.0.1 |
| 1082 | 2026-04-30T00:09:47.383Z | Downloaded slog-scope v4.4.1 |
| 1083 | 2026-04-30T00:09:47.383Z | Downloaded take_mut v0.2.2 |
| 1084 | 2026-04-30T00:09:47.386Z | Downloaded termtree v0.5.1 |
| 1085 | 2026-04-30T00:09:47.386Z | Downloaded ron v0.8.1 |
| 1086 | 2026-04-30T00:09:47.390Z | Downloaded tabled_derive v0.11.0 |
| 1087 | 2026-04-30T00:09:47.393Z | Downloaded thread-id v5.1.0 |
| 1088 | 2026-04-30T00:09:47.393Z | Downloaded sec1 v0.7.3 |
| 1089 | 2026-04-30T00:09:47.393Z | Downloaded itertools v0.10.5 |
| 1090 | 2026-04-30T00:09:47.397Z | Downloaded supports-color v3.0.2 |
| 1091 | 2026-04-30T00:09:47.400Z | Downloaded progenitor-impl v0.10.0 |
| 1092 | 2026-04-30T00:09:47.400Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1093 | 2026-04-30T00:09:47.404Z | Downloaded slog-stdlog v4.1.1 |
| 1094 | 2026-04-30T00:09:47.404Z | Downloaded smallvec v0.6.14 |
| 1095 | 2026-04-30T00:09:47.404Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1096 | 2026-04-30T00:09:47.407Z | Downloaded testing_table v0.3.0 |
| 1097 | 2026-04-30T00:09:47.407Z | Downloaded stacker v0.1.23 |
| 1098 | 2026-04-30T00:09:47.407Z | Downloaded sqlformat v0.3.5 |
| 1099 | 2026-04-30T00:09:47.410Z | Downloaded serde_cbor v0.11.2 |
| 1100 | 2026-04-30T00:09:47.410Z | Downloaded tinyvec_macros v0.1.1 |
| 1101 | 2026-04-30T00:09:47.415Z | Downloaded snafu-derive v0.8.9 |
| 1102 | 2026-04-30T00:09:47.415Z | Downloaded serde_with_macros v3.17.0 |
| 1103 | 2026-04-30T00:09:47.415Z | Downloaded smf v0.2.3 |
| 1104 | 2026-04-30T00:09:47.415Z | Downloaded time-core v0.1.8 |
| 1105 | 2026-04-30T00:09:47.419Z | Downloaded serde-hex v0.1.0 |
| 1106 | 2026-04-30T00:09:47.419Z | Downloaded russh-keys v0.45.0 |
| 1107 | 2026-04-30T00:09:47.419Z | Downloaded stringprep v0.1.5 |
| 1108 | 2026-04-30T00:09:47.422Z | Downloaded mio v1.2.0 |
| 1109 | 2026-04-30T00:09:47.422Z | Downloaded string_cache v0.8.9 |
| 1110 | 2026-04-30T00:09:47.430Z | Downloaded tagptr v0.2.0 |
| 1111 | 2026-04-30T00:09:47.430Z | Downloaded tabwriter v1.4.1 |
| 1112 | 2026-04-30T00:09:47.431Z | Downloaded strum v0.27.2 |
| 1113 | 2026-04-30T00:09:47.431Z | Downloaded crossterm v0.29.0 |
| 1114 | 2026-04-30T00:09:47.435Z | Downloaded spki v0.7.3 |
| 1115 | 2026-04-30T00:09:47.435Z | Downloaded ryu v1.0.23 |
| 1116 | 2026-04-30T00:09:47.435Z | Downloaded strum_macros v0.26.4 |
| 1117 | 2026-04-30T00:09:47.438Z | Downloaded schemars v0.8.22 |
| 1118 | 2026-04-30T00:09:47.442Z | Downloaded strum_macros v0.27.2 |
| 1119 | 2026-04-30T00:09:47.445Z | Downloaded publicsuffix v2.3.0 |
| 1120 | 2026-04-30T00:09:47.445Z | Downloaded jiff-static v0.2.21 |
| 1121 | 2026-04-30T00:09:47.448Z | Downloaded sync_wrapper v1.0.2 |
| 1122 | 2026-04-30T00:09:47.448Z | Downloaded nom v7.1.3 |
| 1123 | 2026-04-30T00:09:47.451Z | Downloaded strum_macros v0.24.3 |
| 1124 | 2026-04-30T00:09:47.455Z | Downloaded slog-async v2.8.0 |
| 1125 | 2026-04-30T00:09:47.455Z | Downloaded subtle v2.6.1 |
| 1126 | 2026-04-30T00:09:47.458Z | Downloaded support-bundle-viewer v0.1.2 |
| 1127 | 2026-04-30T00:09:47.462Z | Downloaded iddqd v0.3.18 |
| 1128 | 2026-04-30T00:09:47.470Z | Downloaded tls_codec v0.4.2 |
| 1129 | 2026-04-30T00:09:47.473Z | Downloaded thread_local v1.1.9 |
| 1130 | 2026-04-30T00:09:47.473Z | Downloaded hashbrown v0.15.5 |
| 1131 | 2026-04-30T00:09:47.478Z | Downloaded topological-sort v0.2.2 |
| 1132 | 2026-04-30T00:09:47.482Z | Downloaded spin v0.9.8 |
| 1133 | 2026-04-30T00:09:47.485Z | Downloaded thiserror-no-std v2.0.2 |
| 1134 | 2026-04-30T00:09:47.485Z | Downloaded time-macros v0.2.27 |
| 1135 | 2026-04-30T00:09:47.488Z | Downloaded signal-hook v0.3.18 |
| 1136 | 2026-04-30T00:09:47.488Z | Downloaded tls_codec_derive v0.4.2 |
| 1137 | 2026-04-30T00:09:47.488Z | Downloaded tower-layer v0.3.3 |
| 1138 | 2026-04-30T00:09:47.492Z | Downloaded rand v0.8.5 |
| 1139 | 2026-04-30T00:09:47.492Z | Downloaded try-lock v0.2.5 |
| 1140 | 2026-04-30T00:09:47.496Z | Downloaded tower-service v0.3.3 |
| 1141 | 2026-04-30T00:09:47.496Z | Downloaded trait-variant v0.1.2 |
| 1142 | 2026-04-30T00:09:47.496Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1143 | 2026-04-30T00:09:47.501Z | Downloaded tiny-keccak v2.0.2 |
| 1144 | 2026-04-30T00:09:47.501Z | Downloaded static_assertions v1.1.0 |
| 1145 | 2026-04-30T00:09:47.501Z | Downloaded quinn v0.11.9 |
| 1146 | 2026-04-30T00:09:47.504Z | Downloaded hashbrown v0.16.1 |
| 1147 | 2026-04-30T00:09:47.507Z | Downloaded slog v2.8.2 |
| 1148 | 2026-04-30T00:09:47.513Z | Downloaded unarray v0.1.4 |
| 1149 | 2026-04-30T00:09:47.517Z | Downloaded num-bigint-dig v0.8.6 |
| 1150 | 2026-04-30T00:09:47.522Z | Downloaded similar v2.7.0 |
| 1151 | 2026-04-30T00:09:47.526Z | Downloaded tokio-tungstenite v0.23.1 |
| 1152 | 2026-04-30T00:09:47.531Z | Downloaded rayon-core v1.13.0 |
| 1153 | 2026-04-30T00:09:47.534Z | Downloaded usdt-attr-macro v0.6.0 |
| 1154 | 2026-04-30T00:09:47.534Z | Downloaded universal-hash v0.5.1 |
| 1155 | 2026-04-30T00:09:47.534Z | Downloaded usdt v0.6.0 |
| 1156 | 2026-04-30T00:09:47.534Z | Downloaded unicode-truncate v1.1.0 |
| 1157 | 2026-04-30T00:09:47.534Z | Downloaded usdt-macro v0.6.0 |
| 1158 | 2026-04-30T00:09:47.534Z | Downloaded futures-util v0.3.32 |
| 1159 | 2026-04-30T00:09:47.541Z | Downloaded tokio-native-tls v0.3.1 |
| 1160 | 2026-04-30T00:09:47.544Z | Downloaded hyper v1.8.1 |
| 1161 | 2026-04-30T00:09:47.547Z | Downloaded untrusted v0.7.1 |
| 1162 | 2026-04-30T00:09:47.547Z | Downloaded slog-term v2.9.2 |
| 1163 | 2026-04-30T00:09:47.551Z | Downloaded untrusted v0.9.0 |
| 1164 | 2026-04-30T00:09:47.551Z | Downloaded term v0.7.0 |
| 1165 | 2026-04-30T00:09:47.554Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1166 | 2026-04-30T00:09:47.554Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1167 | 2026-04-30T00:09:47.560Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1168 | 2026-04-30T00:09:47.560Z | Downloaded socket2 v0.6.3 |
| 1169 | 2026-04-30T00:09:47.560Z | Downloaded rsa v0.9.10 |
| 1170 | 2026-04-30T00:09:47.563Z | Downloaded void v1.0.2 |
| 1171 | 2026-04-30T00:09:47.564Z | Downloaded termios v0.3.3 |
| 1172 | 2026-04-30T00:09:47.564Z | Downloaded term v1.2.1 |
| 1173 | 2026-04-30T00:09:47.569Z | Downloaded h2 v0.4.13 |
| 1174 | 2026-04-30T00:09:47.574Z | Downloaded waitgroup v0.1.2 |
| 1175 | 2026-04-30T00:09:47.574Z | Downloaded utf-8 v0.7.6 |
| 1176 | 2026-04-30T00:09:47.574Z | Downloaded rand v0.10.0 |
| 1177 | 2026-04-30T00:09:47.574Z | Downloaded iri-string v0.7.10 |
| 1178 | 2026-04-30T00:09:47.577Z | Downloaded itertools v0.14.0 |
| 1179 | 2026-04-30T00:09:47.580Z | Downloaded itertools v0.12.1 |
| 1180 | 2026-04-30T00:09:47.583Z | Downloaded schemars v0.9.0 |
| 1181 | 2026-04-30T00:09:47.591Z | Downloaded want v0.3.1 |
| 1182 | 2026-04-30T00:09:47.594Z | Downloaded typify-macro v0.6.2 |
| 1183 | 2026-04-30T00:09:47.594Z | Downloaded tui-tree-widget v0.23.1 |
| 1184 | 2026-04-30T00:09:47.594Z | Downloaded tokio-tungstenite v0.21.0 |
| 1185 | 2026-04-30T00:09:47.598Z | Downloaded tokio-rustls v0.25.0 |
| 1186 | 2026-04-30T00:09:47.598Z | Downloaded schemars v1.2.1 |
| 1187 | 2026-04-30T00:09:47.606Z | Downloaded rand v0.9.2 |
| 1188 | 2026-04-30T00:09:47.609Z | Downloaded qorb v0.4.1 |
| 1189 | 2026-04-30T00:09:47.613Z | Downloaded unit-prefix v0.5.2 |
| 1190 | 2026-04-30T00:09:47.613Z | Downloaded tokio-macros v2.7.0 |
| 1191 | 2026-04-30T00:09:47.613Z | Downloaded zone v0.3.1 |
| 1192 | 2026-04-30T00:09:47.617Z | Downloaded rustls-webpki v0.103.9 |
| 1193 | 2026-04-30T00:09:47.617Z | Downloaded test-strategy v0.4.5 |
| 1194 | 2026-04-30T00:09:47.620Z | Downloaded libxml v0.3.3 |
| 1195 | 2026-04-30T00:09:47.624Z | Downloaded usdt-impl v0.6.0 |
| 1196 | 2026-04-30T00:09:47.624Z | Downloaded typify-macro v0.4.3 |
| 1197 | 2026-04-30T00:09:47.624Z | Downloaded tokio-dtrace v0.1.1 |
| 1198 | 2026-04-30T00:09:47.628Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1199 | 2026-04-30T00:09:47.631Z | Downloaded vergen-lib v0.1.6 |
| 1200 | 2026-04-30T00:09:47.631Z | Downloaded vergen-gitcl v1.0.8 |
| 1201 | 2026-04-30T00:09:47.635Z | Downloaded vergen-git2 v1.0.7 |
| 1202 | 2026-04-30T00:09:47.635Z | Downloaded zone_cfg_derive v0.3.1 |
| 1203 | 2026-04-30T00:09:47.639Z | Downloaded snafu v0.8.9 |
| 1204 | 2026-04-30T00:09:47.642Z | Downloaded xattr v1.6.1 |
| 1205 | 2026-04-30T00:09:47.645Z | Downloaded wait-timeout v0.2.1 |
| 1206 | 2026-04-30T00:09:47.651Z | Downloaded zeroize_derive v1.4.3 |
| 1207 | 2026-04-30T00:09:47.655Z | Downloaded tokio-stream v0.1.18 |
| 1208 | 2026-04-30T00:09:47.655Z | Downloaded tokio-rustls v0.26.4 |
| 1209 | 2026-04-30T00:09:47.659Z | Downloaded subprocess v0.2.15 |
| 1210 | 2026-04-30T00:09:47.659Z | Downloaded walkdir v2.5.0 |
| 1211 | 2026-04-30T00:09:47.659Z | Downloaded twox-hash v2.1.2 |
| 1212 | 2026-04-30T00:09:47.663Z | Downloaded samael v0.0.19 |
| 1213 | 2026-04-30T00:09:47.663Z | Downloaded unicase v2.9.0 |
| 1214 | 2026-04-30T00:09:47.666Z | Downloaded whoami v2.1.0 |
| 1215 | 2026-04-30T00:09:47.666Z | Downloaded itertools v0.13.0 |
| 1216 | 2026-04-30T00:09:47.669Z | Downloaded wyz v0.5.1 |
| 1217 | 2026-04-30T00:09:47.672Z | Downloaded socket2 v0.5.10 |
| 1218 | 2026-04-30T00:09:47.681Z | Downloaded tracing-attributes v0.1.31 |
| 1219 | 2026-04-30T00:09:47.687Z | Downloaded whoami v1.6.1 |
| 1220 | 2026-04-30T00:09:47.694Z | Downloaded tinyvec v1.10.0 |
| 1221 | 2026-04-30T00:09:47.697Z | Downloaded libm v0.2.16 |
| 1222 | 2026-04-30T00:09:47.701Z | Downloaded vsss-rs v3.3.4 |
| 1223 | 2026-04-30T00:09:47.705Z | Downloaded vergen v9.0.6 |
| 1224 | 2026-04-30T00:09:47.705Z | Downloaded hkdf v0.12.4 |
| 1225 | 2026-04-30T00:09:47.708Z | Downloaded zstd v0.13.3 |
| 1226 | 2026-04-30T00:09:47.713Z | Downloaded blake3 v1.8.3 |
| 1227 | 2026-04-30T00:09:47.720Z | Downloaded tungstenite v0.21.0 |
| 1228 | 2026-04-30T00:09:47.720Z | Downloaded tokio-rustls v0.24.1 |
| 1229 | 2026-04-30T00:09:47.723Z | Downloaded unicode-properties v0.1.4 |
| 1230 | 2026-04-30T00:09:47.723Z | Downloaded tungstenite v0.23.0 |
| 1231 | 2026-04-30T00:09:47.723Z | Downloaded xshell-macros v0.2.7 |
| 1232 | 2026-04-30T00:09:47.723Z | Downloaded typify v0.6.2 |
| 1233 | 2026-04-30T00:09:47.728Z | Downloaded zeroize v1.8.2 |
| 1234 | 2026-04-30T00:09:47.731Z | Downloaded xshell v0.2.7 |
| 1235 | 2026-04-30T00:09:47.731Z | Downloaded tar v0.4.45 |
| 1236 | 2026-04-30T00:09:47.734Z | Downloaded toml v0.7.8 |
| 1237 | 2026-04-30T00:09:47.737Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1238 | 2026-04-30T00:09:47.740Z | Downloaded zerocopy v0.6.6 |
| 1239 | 2026-04-30T00:09:47.740Z | Downloaded yasna v0.5.2 |
| 1240 | 2026-04-30T00:09:47.743Z | Downloaded uzers v0.12.2 |
| 1241 | 2026-04-30T00:09:47.744Z | Downloaded rpassword v7.4.0 |
| 1242 | 2026-04-30T00:09:47.752Z | Downloaded steno v0.4.1 |
| 1243 | 2026-04-30T00:09:47.758Z | Downloaded vte v0.14.1 |
| 1244 | 2026-04-30T00:09:47.763Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1245 | 2026-04-30T00:09:47.763Z | Downloaded zstd-safe v7.2.4 |
| 1246 | 2026-04-30T00:09:47.767Z | Downloaded tracing-core v0.1.36 |
| 1247 | 2026-04-30T00:09:47.782Z | Downloaded rustyline v14.0.0 |
| 1248 | 2026-04-30T00:09:47.786Z | Downloaded typify v0.4.3 |
| 1249 | 2026-04-30T00:09:47.786Z | Downloaded toml_edit v0.19.15 |
| 1250 | 2026-04-30T00:09:47.795Z | Downloaded unsafe-libyaml v0.2.11 |
| 1251 | 2026-04-30T00:09:47.798Z | Downloaded unicode-bidi v0.3.18 |
| 1252 | 2026-04-30T00:09:47.802Z | Downloaded git2 v0.20.4 |
| 1253 | 2026-04-30T00:09:47.807Z | Downloaded zopfli v0.8.3 |
| 1254 | 2026-04-30T00:09:47.813Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1255 | 2026-04-30T00:09:47.827Z | Downloaded regex v1.12.3 |
| 1256 | 2026-04-30T00:09:47.831Z | Downloaded zip v0.6.6 |
| 1257 | 2026-04-30T00:09:47.844Z | Downloaded russh v0.45.0 |
| 1258 | 2026-04-30T00:09:47.849Z | Downloaded portable-atomic v1.13.1 |
| 1259 | 2026-04-30T00:09:47.860Z | Downloaded aws-lc-rs v1.16.0 |
| 1260 | 2026-04-30T00:09:47.867Z | Downloaded unicode_categories v0.1.1 |
| 1261 | 2026-04-30T00:09:47.870Z | Downloaded zerocopy-derive v0.8.40 |
| 1262 | 2026-04-30T00:09:47.876Z | Downloaded tokio-postgres v0.7.16 |
| 1263 | 2026-04-30T00:09:47.879Z | Downloaded p521 v0.13.3 |
| 1264 | 2026-04-30T00:09:47.884Z | Downloaded uuid v1.23.0 |
| 1265 | 2026-04-30T00:09:47.884Z | Downloaded reedline v0.40.0 |
| 1266 | 2026-04-30T00:09:47.887Z | Downloaded goblin v0.10.5 |
| 1267 | 2026-04-30T00:09:47.893Z | Downloaded x509-cert v0.2.5 |
| 1268 | 2026-04-30T00:09:47.896Z | Downloaded typed-path v0.9.3 |
| 1269 | 2026-04-30T00:09:47.900Z | Downloaded ssh-key v0.6.7 |
| 1270 | 2026-04-30T00:09:47.927Z | Downloaded yansi v1.0.1 |
| 1271 | 2026-04-30T00:09:47.931Z | Downloaded p384 v0.13.1 |
| 1272 | 2026-04-30T00:09:47.944Z | Downloaded tower-http v0.6.8 |
| 1273 | 2026-04-30T00:09:47.948Z | Downloaded tough v0.20.0 |
| 1274 | 2026-04-30T00:09:47.954Z | Downloaded bindgen v0.71.1 |
| 1275 | 2026-04-30T00:09:47.958Z | Downloaded reqwest v0.12.28 |
| 1276 | 2026-04-30T00:09:47.962Z | Downloaded petname v2.0.2 |
| 1277 | 2026-04-30T00:09:47.993Z | Downloaded curve25519-dalek v4.1.3 |
| 1278 | 2026-04-30T00:09:47.998Z | Downloaded chrono v0.4.44 |
| 1279 | 2026-04-30T00:09:48.002Z | Downloaded radix_trie v0.2.1 |
| 1280 | 2026-04-30T00:09:48.005Z | Downloaded tower v0.5.3 |
| 1281 | 2026-04-30T00:09:48.009Z | Downloaded bitvec v1.0.1 |
| 1282 | 2026-04-30T00:09:48.017Z | Downloaded winnow v0.5.40 |
| 1283 | 2026-04-30T00:09:48.022Z | Downloaded rustls-webpki v0.101.7 |
| 1284 | 2026-04-30T00:09:48.030Z | Downloaded salty v0.3.0 |
| 1285 | 2026-04-30T00:09:48.034Z | Downloaded quick-xml v0.37.5 |
| 1286 | 2026-04-30T00:09:48.039Z | Downloaded unicode-segmentation v1.12.0 |
| 1287 | 2026-04-30T00:09:48.042Z | Downloaded lalrpop v0.19.12 |
| 1288 | 2026-04-30T00:09:48.045Z | Downloaded quinn-proto v0.11.13 |
| 1289 | 2026-04-30T00:09:48.049Z | Downloaded polar-core v0.27.3 |
| 1290 | 2026-04-30T00:09:48.055Z | Downloaded dropshot v0.16.7 |
| 1291 | 2026-04-30T00:09:48.066Z | Downloaded tabled v0.20.0 |
| 1292 | 2026-04-30T00:09:48.076Z | Downloaded rayon v1.11.0 |
| 1293 | 2026-04-30T00:09:48.081Z | Downloaded nix v0.28.0 |
| 1294 | 2026-04-30T00:09:48.087Z | Downloaded zip v4.6.1 |
| 1295 | 2026-04-30T00:09:48.090Z | Downloaded unicode-normalization v0.1.25 |
| 1296 | 2026-04-30T00:09:48.093Z | Downloaded moka v0.12.13 |
| 1297 | 2026-04-30T00:09:48.095Z | Downloaded reqwest v0.13.2 |
| 1298 | 2026-04-30T00:09:48.098Z | Downloaded nix v0.29.0 |
| 1299 | 2026-04-30T00:09:48.109Z | Downloaded rustls-webpki v0.102.8 |
| 1300 | 2026-04-30T00:09:48.120Z | Downloaded vcpkg v0.2.15 |
| 1301 | 2026-04-30T00:09:48.141Z | Downloaded proptest v1.10.0 |
| 1302 | 2026-04-30T00:09:48.146Z | Downloaded regex-syntax v0.6.29 |
| 1303 | 2026-04-30T00:09:48.150Z | Downloaded smoltcp v0.11.0 |
| 1304 | 2026-04-30T00:09:48.157Z | Downloaded object v0.30.4 |
| 1305 | 2026-04-30T00:09:48.162Z | Downloaded hickory-proto v0.25.2 |
| 1306 | 2026-04-30T00:09:48.170Z | Downloaded tokio-util v0.7.18 |
| 1307 | 2026-04-30T00:09:48.174Z | Downloaded serde_with v3.17.0 |
| 1308 | 2026-04-30T00:09:48.180Z | Downloaded diesel v2.3.7 |
| 1309 | 2026-04-30T00:09:48.195Z | Downloaded winnow v0.6.26 |
| 1310 | 2026-04-30T00:09:48.199Z | Downloaded nix v0.27.1 |
| 1311 | 2026-04-30T00:09:48.206Z | Downloaded rustix v0.38.44 |
| 1312 | 2026-04-30T00:09:48.219Z | Downloaded openssl v0.10.75 |
| 1313 | 2026-04-30T00:09:48.225Z | Downloaded regress v0.11.1 |
| 1314 | 2026-04-30T00:09:48.231Z | Downloaded regress v0.10.5 |
| 1315 | 2026-04-30T00:09:48.237Z | Downloaded dropshot v0.17.0 |
| 1316 | 2026-04-30T00:09:48.250Z | Downloaded object v0.37.3 |
| 1317 | 2026-04-30T00:09:48.259Z | Downloaded hickory-proto v0.24.4 |
| 1318 | 2026-04-30T00:09:48.266Z | Downloaded rustls v0.21.12 |
| 1319 | 2026-04-30T00:09:48.272Z | Downloaded nix v0.31.2 |
| 1320 | 2026-04-30T00:09:48.280Z | Downloaded smoltcp v0.9.1 |
| 1321 | 2026-04-30T00:09:48.286Z | Downloaded bstr v1.12.1 |
| 1322 | 2026-04-30T00:09:48.302Z | Downloaded time v0.3.47 |
| 1323 | 2026-04-30T00:09:48.308Z | Downloaded typify-impl v0.4.3 |
| 1324 | 2026-04-30T00:09:48.325Z | Downloaded webpki-roots v1.0.6 |
| 1325 | 2026-04-30T00:09:48.330Z | Downloaded regex-automata v0.4.14 |
| 1326 | 2026-04-30T00:09:48.342Z | Downloaded zlib-rs v0.6.2 |
| 1327 | 2026-04-30T00:09:48.348Z | Downloaded rustls v0.22.4 |
| 1328 | 2026-04-30T00:09:48.355Z | Downloaded petgraph v0.6.5 |
| 1329 | 2026-04-30T00:09:48.369Z | Downloaded csv v1.4.0 |
| 1330 | 2026-04-30T00:09:48.381Z | Downloaded zerocopy v0.8.40 |
| 1331 | 2026-04-30T00:09:48.387Z | Downloaded regex-syntax v0.8.10 |
| 1332 | 2026-04-30T00:09:48.391Z | Downloaded rustls v0.23.37 |
| 1333 | 2026-04-30T00:09:48.398Z | Downloaded openapiv3 v2.2.0 |
| 1334 | 2026-04-30T00:09:48.405Z | Downloaded petgraph v0.8.3 |
| 1335 | 2026-04-30T00:09:48.418Z | Downloaded libz-sys v1.1.24 |
| 1336 | 2026-04-30T00:09:48.431Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1337 | 2026-04-30T00:09:48.440Z | Downloaded sha3 v0.10.8 |
| 1338 | 2026-04-30T00:09:48.460Z | Downloaded encoding_rs v0.8.35 |
| 1339 | 2026-04-30T00:09:48.502Z | Downloaded sqlparser v0.61.0 |
| 1340 | 2026-04-30T00:09:48.508Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1341 | 2026-04-30T00:09:48.524Z | Downloaded typify-impl v0.6.2 |
| 1342 | 2026-04-30T00:09:48.542Z | Downloaded sled v0.34.7 |
| 1343 | 2026-04-30T00:09:48.546Z | Downloaded ratatui v0.29.0 |
| 1344 | 2026-04-30T00:09:48.557Z | Downloaded tracing v0.1.44 |
| 1345 | 2026-04-30T00:09:48.591Z | Downloaded zerocopy-derive v0.6.6 |
| 1346 | 2026-04-30T00:09:48.639Z | Downloaded chrono-tz v0.10.4 |
| 1347 | 2026-04-30T00:09:48.650Z | Downloaded jiff v0.2.21 |
| 1348 | 2026-04-30T00:09:48.718Z | Downloaded tokio v1.52.1 |
| 1349 | 2026-04-30T00:09:48.872Z | Downloaded ring v0.17.14 |
| 1350 | 2026-04-30T00:09:48.915Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1351 | 2026-04-30T00:09:49.552Z | Downloaded aws-lc-sys v0.37.1 |
| 1352 | 2026-04-30T00:09:49.802Z | Compiling libc v0.2.185 |
| 1353 | 2026-04-30T00:09:49.802Z | Compiling serde v1.0.228 |
| 1354 | 2026-04-30T00:09:49.805Z | Compiling log v0.4.29 |
| 1355 | 2026-04-30T00:09:49.805Z | Compiling shlex v1.3.0 |
| 1356 | 2026-04-30T00:09:49.805Z | Compiling find-msvc-tools v0.1.9 |
| 1357 | 2026-04-30T00:09:49.939Z | Compiling smallvec v1.15.1 |
| 1358 | 2026-04-30T00:09:49.949Z | Compiling syn v2.0.117 |
| 1359 | 2026-04-30T00:09:49.956Z | Compiling typenum v1.19.0 |
| 1360 | 2026-04-30T00:09:50.125Z | Compiling generic-array v0.14.7 |
| 1361 | 2026-04-30T00:09:50.138Z | Compiling subtle v2.6.1 |
| 1362 | 2026-04-30T00:09:50.155Z | Compiling scopeguard v1.2.0 |
| 1363 | 2026-04-30T00:09:50.237Z | Compiling lock_api v0.4.14 |
| 1364 | 2026-04-30T00:09:50.251Z | Compiling const-oid v0.9.6 |
| 1365 | 2026-04-30T00:09:50.264Z | Compiling portable-atomic v1.13.1 |
| 1366 | 2026-04-30T00:09:50.301Z | Compiling zerocopy v0.8.40 |
| 1367 | 2026-04-30T00:09:50.367Z | Compiling serde_json v1.0.149 |
| 1368 | 2026-04-30T00:09:50.457Z | Compiling critical-section v1.2.0 |
| 1369 | 2026-04-30T00:09:50.573Z | Compiling parking_lot_core v0.9.12 |
| 1370 | 2026-04-30T00:09:50.591Z | Compiling pin-project-lite v0.2.17 |
| 1371 | 2026-04-30T00:09:50.726Z | Compiling pkg-config v0.3.32 |
| 1372 | 2026-04-30T00:09:50.750Z | Compiling getrandom v0.2.17 |
| 1373 | 2026-04-30T00:09:50.801Z | Compiling jobserver v0.1.34 |
| 1374 | 2026-04-30T00:09:50.816Z | Compiling errno v0.3.14 |
| 1375 | 2026-04-30T00:09:50.916Z | Compiling rand_core v0.6.4 |
| 1376 | 2026-04-30T00:09:50.981Z | Compiling signal-hook-registry v1.4.8 |
| 1377 | 2026-04-30T00:09:50.999Z | Compiling cc v1.2.56 |
| 1378 | 2026-04-30T00:09:51.183Z | Compiling bitflags v2.11.0 |
| 1379 | 2026-04-30T00:09:51.245Z | Compiling libm v0.2.16 |
| 1380 | 2026-04-30T00:09:51.265Z | Compiling mio v1.2.0 |
| 1381 | 2026-04-30T00:09:51.402Z | Compiling once_cell v1.21.3 |
| 1382 | 2026-04-30T00:09:51.435Z | Compiling parking_lot v0.12.5 |
| 1383 | 2026-04-30T00:09:51.452Z | Compiling num-traits v0.2.19 |
| 1384 | 2026-04-30T00:09:51.558Z | Compiling futures-core v0.3.32 |
| 1385 | 2026-04-30T00:09:51.708Z | Compiling percent-encoding v2.3.2 |
| 1386 | 2026-04-30T00:09:51.723Z | Compiling socket2 v0.6.3 |
| 1387 | 2026-04-30T00:09:51.788Z | Compiling futures-sink v0.3.32 |
| 1388 | 2026-04-30T00:09:51.788Z | Compiling cpufeatures v0.2.17 |
| 1389 | 2026-04-30T00:09:51.815Z | Compiling futures-task v0.3.32 |
| 1390 | 2026-04-30T00:09:51.865Z | Compiling slab v0.4.12 |
| 1391 | 2026-04-30T00:09:51.893Z | Compiling futures-channel v0.3.32 |
| 1392 | 2026-04-30T00:09:51.906Z | Compiling futures-io v0.3.32 |
| 1393 | 2026-04-30T00:09:51.977Z | Compiling getrandom v0.4.1 |
| 1394 | 2026-04-30T00:09:52.036Z | Compiling getrandom v0.3.4 |
| 1395 | 2026-04-30T00:09:52.055Z | Compiling rustversion v1.0.22 |
| 1396 | 2026-04-30T00:09:52.112Z | Compiling rand_core v0.10.0 |
| 1397 | 2026-04-30T00:09:52.127Z | Compiling indexmap v2.14.0 |
| 1398 | 2026-04-30T00:09:52.552Z | Compiling form_urlencoded v1.2.2 |
| 1399 | 2026-04-30T00:09:52.653Z | Compiling cmake v0.1.57 |
| 1400 | 2026-04-30T00:09:52.732Z | Compiling ident_case v1.0.1 |
| 1401 | 2026-04-30T00:09:52.747Z | Compiling synstructure v0.13.2 |
| 1402 | 2026-04-30T00:09:52.868Z | Compiling dunce v1.0.5 |
| 1403 | 2026-04-30T00:09:52.893Z | Compiling fs_extra v1.3.0 |
| 1404 | 2026-04-30T00:09:52.966Z | Compiling base64ct v1.8.3 |
| 1405 | 2026-04-30T00:09:53.035Z | Compiling flagset v0.4.7 |
| 1406 | 2026-04-30T00:09:53.065Z | Compiling rand_core v0.9.5 |
| 1407 | 2026-04-30T00:09:53.100Z | Compiling rustix v1.1.3 |
| 1408 | 2026-04-30T00:09:53.125Z | Compiling iana-time-zone v0.1.65 |
| 1409 | 2026-04-30T00:09:53.166Z | Compiling aws-lc-sys v0.37.1 |
| 1410 | 2026-04-30T00:09:53.169Z | Compiling uuid v1.23.0 |
| 1411 | 2026-04-30T00:09:53.262Z | Compiling pem-rfc7468 v0.7.0 |
| 1412 | 2026-04-30T00:09:53.332Z | Compiling ring v0.17.14 |
| 1413 | 2026-04-30T00:09:53.347Z | Compiling rustc_version v0.4.1 |
| 1414 | 2026-04-30T00:09:53.374Z | Compiling aws-lc-rs v1.16.0 |
| 1415 | 2026-04-30T00:09:53.575Z | Compiling regex-syntax v0.8.10 |
| 1416 | 2026-04-30T00:09:53.663Z | Compiling vcpkg v0.2.15 |
| 1417 | 2026-04-30T00:09:53.677Z | Compiling tracing-core v0.1.36 |
| 1418 | 2026-04-30T00:09:53.895Z | Compiling pest_generator v2.8.6 |
| 1419 | 2026-04-30T00:09:54.231Z | Compiling serde_derive_internals v0.29.1 |
| 1420 | 2026-04-30T00:09:54.416Z | Compiling openssl-sys v0.9.111 |
| 1421 | 2026-04-30T00:09:54.518Z | Compiling serde_derive v1.0.228 |
| 1422 | 2026-04-30T00:09:54.616Z | Compiling zeroize_derive v1.4.3 |
| 1423 | 2026-04-30T00:09:54.857Z | Compiling zerofrom-derive v0.1.6 |
| 1424 | 2026-04-30T00:09:54.934Z | Compiling yoke-derive v0.8.1 |
| 1425 | 2026-04-30T00:09:55.146Z | Compiling zerocopy-derive v0.8.40 |
| 1426 | 2026-04-30T00:09:55.266Z | Compiling zeroize v1.8.2 |
| 1427 | 2026-04-30T00:09:55.926Z | Compiling zerovec-derive v0.11.2 |
| 1428 | 2026-04-30T00:09:56.027Z | Compiling crypto-common v0.1.7 |
| 1429 | 2026-04-30T00:09:56.092Z | Compiling block-buffer v0.10.4 |
| 1430 | 2026-04-30T00:09:56.173Z | Compiling displaydoc v0.2.5 |
| 1431 | 2026-04-30T00:09:56.248Z | Compiling zerofrom v0.1.6 |
| 1432 | 2026-04-30T00:09:56.262Z | Compiling digest v0.10.7 |
| 1433 | 2026-04-30T00:09:56.373Z | Compiling yoke v0.8.1 |
| 1434 | 2026-04-30T00:09:56.508Z | Compiling tokio-macros v2.7.0 |
| 1435 | 2026-04-30T00:09:56.564Z | Compiling hmac v0.12.1 |
| 1436 | 2026-04-30T00:09:56.717Z | Compiling futures-macro v0.3.32 |
| 1437 | 2026-04-30T00:09:56.903Z | Compiling zerotrie v0.2.3 |
| 1438 | 2026-04-30T00:09:57.009Z | Compiling zerovec v0.11.5 |
| 1439 | 2026-04-30T00:09:57.196Z | Compiling block-padding v0.3.3 |
| 1440 | 2026-04-30T00:09:57.214Z | Compiling sha2 v0.10.9 |
| 1441 | 2026-04-30T00:09:57.413Z | Compiling inout v0.1.4 |
| 1442 | 2026-04-30T00:09:57.521Z | Compiling tinystr v0.8.2 |
| 1443 | 2026-04-30T00:09:57.577Z | Compiling potential_utf v0.1.4 |
| 1444 | 2026-04-30T00:09:57.580Z | Compiling futures-util v0.3.32 |
| 1445 | 2026-04-30T00:09:57.724Z | Compiling icu_locale_core v2.1.1 |
| 1446 | 2026-04-30T00:09:57.742Z | Compiling icu_collections v2.1.1 |
| 1447 | 2026-04-30T00:09:57.972Z | Compiling bytes v1.11.1 |
| 1448 | 2026-04-30T00:09:58.221Z | Compiling cipher v0.4.4 |
| 1449 | 2026-04-30T00:09:58.384Z | Compiling icu_provider v2.1.1 |
| 1450 | 2026-04-30T00:09:58.482Z | Compiling tokio v1.52.1 |
| 1451 | 2026-04-30T00:09:58.570Z | Compiling der_derive v0.7.3 |
| 1452 | 2026-04-30T00:09:58.607Z | Compiling salsa20 v0.10.2 |
| 1453 | 2026-04-30T00:09:58.650Z | Compiling icu_normalizer v2.1.1 |
| 1454 | 2026-04-30T00:09:58.686Z | Compiling icu_properties v2.1.2 |
| 1455 | 2026-04-30T00:09:58.742Z | Compiling http v1.4.0 |
| 1456 | 2026-04-30T00:09:59.178Z | Compiling chrono v0.4.44 |
| 1457 | 2026-04-30T00:09:59.509Z | Compiling ppv-lite86 v0.2.21 |
| 1458 | 2026-04-30T00:09:59.563Z | Compiling idna_adapter v1.2.1 |
| 1459 | 2026-04-30T00:09:59.631Z | Compiling der v0.7.10 |
| 1460 | 2026-04-30T00:09:59.700Z | Compiling idna v1.1.0 |
| 1461 | 2026-04-30T00:09:59.760Z | Compiling pbkdf2 v0.12.2 |
| 1462 | 2026-04-30T00:09:59.817Z | Compiling thiserror-impl v2.0.18 |
| 1463 | 2026-04-30T00:09:59.854Z | Compiling scrypt v0.11.0 |
| 1464 | 2026-04-30T00:09:59.873Z | Compiling rand_chacha v0.9.0 |
| 1465 | 2026-04-30T00:10:00.104Z | Compiling url v2.5.8 |
| 1466 | 2026-04-30T00:10:00.335Z | Compiling aes v0.8.4 |
| 1467 | 2026-04-30T00:10:00.533Z | Compiling spki v0.7.3 |
| 1468 | 2026-04-30T00:10:00.561Z | Compiling cbc v0.1.2 |
| 1469 | 2026-04-30T00:10:00.707Z | Compiling rustls-pki-types v1.14.0 |
| 1470 | 2026-04-30T00:10:00.739Z | Compiling tracing-attributes v0.1.31 |
| 1471 | 2026-04-30T00:10:00.818Z | Compiling pkcs5 v0.7.1 |
| 1472 | 2026-04-30T00:10:00.894Z | Compiling rand v0.9.2 |
| 1473 | 2026-04-30T00:10:01.104Z | Compiling thiserror v2.0.18 |
| 1474 | 2026-04-30T00:10:01.163Z | Compiling http-body v1.0.1 |
| 1475 | 2026-04-30T00:10:01.289Z | Compiling untrusted v0.7.1 |
| 1476 | 2026-04-30T00:10:01.299Z | Compiling base64 v0.22.1 |
| 1477 | 2026-04-30T00:10:01.311Z | Compiling untrusted v0.9.0 |
| 1478 | 2026-04-30T00:10:01.365Z | Compiling schemars v0.8.22 |
| 1479 | 2026-04-30T00:10:01.410Z | Compiling httparse v1.10.1 |
| 1480 | 2026-04-30T00:10:01.430Z | Compiling openssl-probe v0.2.1 |
| 1481 | 2026-04-30T00:10:01.600Z | Compiling pkcs8 v0.10.2 |
| 1482 | 2026-04-30T00:10:01.605Z | Compiling schemars_derive v0.8.22 |
| 1483 | 2026-04-30T00:10:01.667Z | Compiling pest_derive v2.8.6 |
| 1484 | 2026-04-30T00:10:01.784Z | Compiling scroll_derive v0.13.1 |
| 1485 | 2026-04-30T00:10:01.906Z | Compiling darling_core v0.20.11 |
| 1486 | 2026-04-30T00:10:02.018Z | Compiling tracing v0.1.44 |
| 1487 | 2026-04-30T00:10:02.081Z | Compiling atomic-waker v1.1.2 |
| 1488 | 2026-04-30T00:10:02.209Z | Compiling tokio-util v0.7.18 |
| 1489 | 2026-04-30T00:10:02.329Z | Compiling tower-service v0.3.3 |
| 1490 | 2026-04-30T00:10:02.435Z | Compiling rustls v0.23.37 |
| 1491 | 2026-04-30T00:10:02.601Z | Compiling tinyvec_macros v0.1.1 |
| 1492 | 2026-04-30T00:10:02.626Z | Compiling tower-layer v0.3.3 |
| 1493 | 2026-04-30T00:10:02.679Z | Compiling dyn-clone v1.0.20 |
| 1494 | 2026-04-30T00:10:02.787Z | Compiling try-lock v0.2.5 |
| 1495 | 2026-04-30T00:10:02.818Z | Compiling tinyvec v1.10.0 |
| 1496 | 2026-04-30T00:10:02.899Z | Compiling want v0.3.1 |
| 1497 | 2026-04-30T00:10:03.065Z | Compiling h2 v0.4.13 |
| 1498 | 2026-04-30T00:10:03.153Z | Compiling scroll v0.13.0 |
| 1499 | 2026-04-30T00:10:03.383Z | Compiling ipnet v2.11.0 |
| 1500 | 2026-04-30T00:10:03.419Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1501 | 2026-04-30T00:10:03.561Z | Compiling spin v0.9.8 |
| 1502 | 2026-04-30T00:10:03.769Z | Compiling aho-corasick v1.1.4 |
| 1503 | 2026-04-30T00:10:03.804Z | Compiling crc32fast v1.5.0 |
| 1504 | 2026-04-30T00:10:03.870Z | Compiling num-conv v0.2.0 |
| 1505 | 2026-04-30T00:10:04.002Z | Compiling time-core v0.1.8 |
| 1506 | 2026-04-30T00:10:04.059Z | Compiling openssl v0.10.75 |
| 1507 | 2026-04-30T00:10:04.101Z | Compiling foreign-types-shared v0.1.1 |
| 1508 | 2026-04-30T00:10:04.117Z | Compiling pin-utils v0.1.0 |
| 1509 | 2026-04-30T00:10:04.145Z | Compiling httpdate v1.0.3 |
| 1510 | 2026-04-30T00:10:04.189Z | Compiling powerfmt v0.2.0 |
| 1511 | 2026-04-30T00:10:04.197Z | Compiling foreign-types v0.3.2 |
| 1512 | 2026-04-30T00:10:04.212Z | Compiling darling_macro v0.20.11 |
| 1513 | 2026-04-30T00:10:04.277Z | Compiling time-macros v0.2.27 |
| 1514 | 2026-04-30T00:10:04.309Z | Compiling tempfile v3.25.0 |
| 1515 | 2026-04-30T00:10:04.357Z | Compiling deranged v0.5.8 |
| 1516 | 2026-04-30T00:10:04.662Z | Compiling darling v0.20.11 |
| 1517 | 2026-04-30T00:10:04.662Z | Compiling regex-automata v0.4.14 |
| 1518 | 2026-04-30T00:10:04.764Z | Compiling goblin v0.10.5 |
| 1519 | 2026-04-30T00:10:05.308Z | Compiling openssl-macros v0.1.1 |
| 1520 | 2026-04-30T00:10:05.413Z | Compiling wait-timeout v0.2.1 |
| 1521 | 2026-04-30T00:10:05.681Z | Compiling quick-error v1.2.3 |
| 1522 | 2026-04-30T00:10:05.724Z | Compiling siphasher v1.0.2 |
| 1523 | 2026-04-30T00:10:05.790Z | Compiling crossbeam-utils v0.8.21 |
| 1524 | 2026-04-30T00:10:05.820Z | Compiling simd-adler32 v0.3.8 |
| 1525 | 2026-04-30T00:10:05.879Z | Compiling syn v1.0.109 |
| 1526 | 2026-04-30T00:10:06.056Z | Compiling hyper v1.8.1 |
| 1527 | 2026-04-30T00:10:06.072Z | Compiling native-tls v0.2.18 |
| 1528 | 2026-04-30T00:10:06.175Z | Compiling num_threads v0.1.7 |
| 1529 | 2026-04-30T00:10:06.271Z | Compiling usdt-impl v0.6.0 |
| 1530 | 2026-04-30T00:10:06.274Z | Compiling bit-vec v0.8.0 |
| 1531 | 2026-04-30T00:10:06.496Z | Compiling bit-set v0.8.0 |
| 1532 | 2026-04-30T00:10:06.527Z | Compiling time v0.3.47 |
| 1533 | 2026-04-30T00:10:06.723Z | Compiling rusty-fork v0.3.1 |
| 1534 | 2026-04-30T00:10:07.029Z | Compiling derive_builder_core v0.20.2 |
| 1535 | 2026-04-30T00:10:07.634Z | Compiling dof v0.4.0 |
| 1536 | 2026-04-30T00:10:07.938Z | Compiling hyper-util v0.1.20 |
| 1537 | 2026-04-30T00:10:08.317Z | Compiling unicode-normalization v0.1.25 |
| 1538 | 2026-04-30T00:10:08.729Z | Compiling dtrace-parser v0.3.0 |
| 1539 | 2026-04-30T00:10:08.771Z | Compiling rustls-native-certs v0.8.3 |
| 1540 | 2026-04-30T00:10:08.801Z | Compiling signature v2.2.0 |
| 1541 | 2026-04-30T00:10:08.961Z | Compiling thiserror-impl v1.0.69 |
| 1542 | 2026-04-30T00:10:08.977Z | Compiling scroll_derive v0.12.1 |
| 1543 | 2026-04-30T00:10:09.052Z | Compiling heapless v0.7.17 |
| 1544 | 2026-04-30T00:10:09.290Z | Compiling rand_xorshift v0.4.0 |
| 1545 | 2026-04-30T00:10:09.458Z | Compiling slog v2.8.2 |
| 1546 | 2026-04-30T00:10:09.464Z | Compiling darling_core v0.21.3 |
| 1547 | 2026-04-30T00:10:09.625Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1548 | 2026-04-30T00:10:09.638Z | Compiling sync_wrapper v1.0.2 |
| 1549 | 2026-04-30T00:10:09.641Z | Compiling thread-id v5.1.0 |
| 1550 | 2026-04-30T00:10:09.734Z | Compiling cookie v0.18.1 |
| 1551 | 2026-04-30T00:10:09.746Z | Compiling adler2 v2.0.1 |
| 1552 | 2026-04-30T00:10:09.856Z | Compiling zstd-safe v7.2.4 |
| 1553 | 2026-04-30T00:10:09.878Z | Compiling unicode-properties v0.1.4 |
| 1554 | 2026-04-30T00:10:09.892Z | Compiling signal-hook v0.3.18 |
| 1555 | 2026-04-30T00:10:09.911Z | Compiling paste v1.0.15 |
| 1556 | 2026-04-30T00:10:10.044Z | Compiling allocator-api2 v0.2.21 |
| 1557 | 2026-04-30T00:10:10.058Z | Compiling anyhow v1.0.102 |
| 1558 | 2026-04-30T00:10:10.084Z | Compiling unicode-bidi v0.3.18 |
| 1559 | 2026-04-30T00:10:10.175Z | Compiling unarray v0.1.4 |
| 1560 | 2026-04-30T00:10:10.188Z | Compiling thiserror v1.0.69 |
| 1561 | 2026-04-30T00:10:10.285Z | Compiling proptest v1.10.0 |
| 1562 | 2026-04-30T00:10:10.386Z | Compiling stringprep v0.1.5 |
| 1563 | 2026-04-30T00:10:10.569Z | Compiling miniz_oxide v0.8.9 |
| 1564 | 2026-04-30T00:10:10.600Z | Compiling tower v0.5.3 |
| 1565 | 2026-04-30T00:10:11.054Z | Compiling scroll v0.12.0 |
| 1566 | 2026-04-30T00:10:11.162Z | Compiling derive_builder_macro v0.20.2 |
| 1567 | 2026-04-30T00:10:11.389Z | Compiling ipnetwork v0.21.1 |
| 1568 | 2026-04-30T00:10:11.435Z | Compiling http-body-util v0.1.3 |
| 1569 | 2026-04-30T00:10:11.610Z | Compiling webpki-roots v1.0.6 |
| 1570 | 2026-04-30T00:10:11.653Z | Compiling rand_chacha v0.3.1 |
| 1571 | 2026-04-30T00:10:11.676Z | Compiling erased-serde v0.3.31 |
| 1572 | 2026-04-30T00:10:11.729Z | Compiling serde_spanned v0.6.9 |
| 1573 | 2026-04-30T00:10:11.772Z | Compiling serde_tokenstream v0.2.3 |
| 1574 | 2026-04-30T00:10:11.874Z | Compiling toml_datetime v0.6.11 |
| 1575 | 2026-04-30T00:10:11.905Z | Compiling darling_macro v0.21.3 |
| 1576 | 2026-04-30T00:10:12.074Z | Compiling md-5 v0.10.6 |
| 1577 | 2026-04-30T00:10:12.124Z | Compiling zerocopy-derive v0.7.35 |
| 1578 | 2026-04-30T00:10:12.145Z | Compiling curve25519-dalek v4.1.3 |
| 1579 | 2026-04-30T00:10:12.252Z | Compiling vergen-lib v0.1.6 |
| 1580 | 2026-04-30T00:10:12.394Z | Compiling num-integer v0.1.46 |
| 1581 | 2026-04-30T00:10:12.468Z | Compiling hash32 v0.2.1 |
| 1582 | 2026-04-30T00:10:12.496Z | Compiling ff v0.13.1 |
| 1583 | 2026-04-30T00:10:12.514Z | Compiling memoffset v0.9.1 |
| 1584 | 2026-04-30T00:10:12.632Z | Compiling smoltcp v0.9.1 |
| 1585 | 2026-04-30T00:10:12.660Z | Compiling ryu v1.0.23 |
| 1586 | 2026-04-30T00:10:12.708Z | Compiling num-bigint-dig v0.8.6 |
| 1587 | 2026-04-30T00:10:12.722Z | Compiling iri-string v0.7.10 |
| 1588 | 2026-04-30T00:10:12.842Z | Compiling ref-cast v1.0.25 |
| 1589 | 2026-04-30T00:10:12.894Z | Compiling cfg_aliases v0.2.1 |
| 1590 | 2026-04-30T00:10:12.965Z | Compiling fallible-iterator v0.2.0 |
| 1591 | 2026-04-30T00:10:12.982Z | Compiling psl-types v2.0.11 |
| 1592 | 2026-04-30T00:10:13.038Z | Compiling zlib-rs v0.6.2 |
| 1593 | 2026-04-30T00:10:13.102Z | Compiling litrs v1.0.0 |
| 1594 | 2026-04-30T00:10:13.146Z | Compiling base16ct v0.2.0 |
| 1595 | 2026-04-30T00:10:13.282Z | Compiling rustix v0.38.44 |
| 1596 | 2026-04-30T00:10:13.329Z | Compiling sec1 v0.7.3 |
| 1597 | 2026-04-30T00:10:13.606Z | Compiling document-features v0.2.12 |
| 1598 | 2026-04-30T00:10:13.619Z | Compiling postgres-protocol v0.6.10 |
| 1599 | 2026-04-30T00:10:13.774Z | Compiling publicsuffix v2.3.0 |
| 1600 | 2026-04-30T00:10:13.945Z | Compiling tower-http v0.6.8 |
| 1601 | 2026-04-30T00:10:14.153Z | Compiling zerocopy v0.7.35 |
| 1602 | 2026-04-30T00:10:14.175Z | Compiling nix v0.31.2 |
| 1603 | 2026-04-30T00:10:14.248Z | Compiling serde_urlencoded v0.7.1 |
| 1604 | 2026-04-30T00:10:14.441Z | Compiling num-iter v0.1.45 |
| 1605 | 2026-04-30T00:10:14.529Z | Compiling group v0.13.0 |
| 1606 | 2026-04-30T00:10:14.562Z | Compiling newtype-uuid v1.3.2 |
| 1607 | 2026-04-30T00:10:14.727Z | Compiling darling v0.21.3 |
| 1608 | 2026-04-30T00:10:14.815Z | Compiling rand v0.8.5 |
| 1609 | 2026-04-30T00:10:14.887Z | Compiling oxnet v0.1.4 |
| 1610 | 2026-04-30T00:10:14.946Z | Compiling derive_builder v0.20.2 |
| 1611 | 2026-04-30T00:10:15.075Z | Compiling tokio-native-tls v0.3.1 |
| 1612 | 2026-04-30T00:10:15.153Z | Compiling goblin v0.8.2 |
| 1613 | 2026-04-30T00:10:15.168Z | Compiling hubpack_derive v0.1.1 |
| 1614 | 2026-04-30T00:10:15.689Z | Compiling regex v1.12.3 |
| 1615 | 2026-04-30T00:10:15.896Z | Compiling flate2 v1.1.9 |
| 1616 | 2026-04-30T00:10:16.011Z | Compiling phf_shared v0.13.1 |
| 1617 | 2026-04-30T00:10:16.115Z | Compiling lazy_static v1.5.0 |
| 1618 | 2026-04-30T00:10:16.132Z | Compiling cargo-platform v0.1.9 |
| 1619 | 2026-04-30T00:10:16.192Z | Compiling hkdf v0.12.4 |
| 1620 | 2026-04-30T00:10:16.209Z | Compiling crypto-bigint v0.5.5 |
| 1621 | 2026-04-30T00:10:16.249Z | Compiling terminal_size v0.4.3 |
| 1622 | 2026-04-30T00:10:16.298Z | Compiling async-trait v0.1.89 |
| 1623 | 2026-04-30T00:10:16.355Z | Compiling strum_macros v0.27.2 |
| 1624 | 2026-04-30T00:10:16.384Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1625 | 2026-04-30T00:10:16.387Z | Compiling ref-cast-impl v1.0.25 |
| 1626 | 2026-04-30T00:10:16.926Z | Compiling daft-derive v0.1.5 |
| 1627 | 2026-04-30T00:10:17.018Z | Compiling vergen v9.0.6 |
| 1628 | 2026-04-30T00:10:17.200Z | Compiling fs-err v3.3.0 |
| 1629 | 2026-04-30T00:10:17.353Z | Compiling ahash v0.8.12 |
| 1630 | 2026-04-30T00:10:17.418Z | Compiling object v0.37.3 |
| 1631 | 2026-04-30T00:10:17.558Z | Compiling foldhash v0.2.0 |
| 1632 | 2026-04-30T00:10:17.685Z | Compiling unicode-segmentation v1.12.0 |
| 1633 | 2026-04-30T00:10:17.700Z | Compiling foldhash v0.1.5 |
| 1634 | 2026-04-30T00:10:17.784Z | Compiling bumpalo v3.20.2 |
| 1635 | 2026-04-30T00:10:17.884Z | Compiling bitflags v1.3.2 |
| 1636 | 2026-04-30T00:10:17.965Z | Compiling libbz2-rs-sys v0.2.2 |
| 1637 | 2026-04-30T00:10:18.044Z | Compiling winnow v0.5.40 |
| 1638 | 2026-04-30T00:10:18.077Z | Compiling managed v0.8.0 |
| 1639 | 2026-04-30T00:10:18.341Z | Compiling strum v0.27.2 |
| 1640 | 2026-04-30T00:10:18.358Z | Compiling zopfli v0.8.3 |
| 1641 | 2026-04-30T00:10:18.474Z | Compiling bzip2 v0.6.1 |
| 1642 | 2026-04-30T00:10:18.655Z | Compiling clap_builder v4.5.60 |
| 1643 | 2026-04-30T00:10:18.667Z | Compiling hashbrown v0.15.5 |
| 1644 | 2026-04-30T00:10:18.682Z | Compiling hashbrown v0.16.1 |
| 1645 | 2026-04-30T00:10:19.063Z | Compiling daft v0.1.5 |
| 1646 | 2026-04-30T00:10:19.204Z | Compiling dof v0.3.0 |
| 1647 | 2026-04-30T00:10:19.261Z | Compiling elliptic-curve v0.13.8 |
| 1648 | 2026-04-30T00:10:19.335Z | Compiling toml_edit v0.19.15 |
| 1649 | 2026-04-30T00:10:19.564Z | Compiling cargo_metadata v0.19.2 |
| 1650 | 2026-04-30T00:10:19.652Z | Compiling phf v0.13.1 |
| 1651 | 2026-04-30T00:10:19.902Z | Compiling signal-hook-mio v0.2.5 |
| 1652 | 2026-04-30T00:10:20.023Z | Compiling cookie_store v0.22.1 |
| 1653 | 2026-04-30T00:10:20.656Z | Compiling hubpack v0.1.2 |
| 1654 | 2026-04-30T00:10:20.897Z | Compiling zstd v0.13.3 |
| 1655 | 2026-04-30T00:10:21.160Z | Compiling bzip2 v0.4.4 |
| 1656 | 2026-04-30T00:10:21.200Z | Compiling hyper-tls v0.6.0 |
| 1657 | 2026-04-30T00:10:21.240Z | Compiling serde_with_macros v3.17.0 |
| 1658 | 2026-04-30T00:10:21.425Z | Compiling postgres-types v0.2.12 |
| 1659 | 2026-04-30T00:10:21.607Z | Compiling usdt-macro v0.6.0 |
| 1660 | 2026-04-30T00:10:21.934Z | Compiling usdt-attr-macro v0.6.0 |
| 1661 | 2026-04-30T00:10:21.971Z | Compiling dtrace-parser v0.2.0 |
| 1662 | 2026-04-30T00:10:22.210Z | Compiling ed25519 v2.2.3 |
| 1663 | 2026-04-30T00:10:22.360Z | Compiling bstr v1.12.1 |
| 1664 | 2026-04-30T00:10:22.391Z | Compiling phf_shared v0.11.3 |
| 1665 | 2026-04-30T00:10:22.561Z | Compiling pkcs1 v0.7.5 |
| 1666 | 2026-04-30T00:10:22.584Z | Compiling hex v0.4.3 |
| 1667 | 2026-04-30T00:10:22.740Z | Compiling serde-big-array v0.5.1 |
| 1668 | 2026-04-30T00:10:22.755Z | Compiling rfc6979 v0.4.0 |
| 1669 | 2026-04-30T00:10:22.858Z | Compiling enum-as-inner v0.6.1 |
| 1670 | 2026-04-30T00:10:22.881Z | Compiling strum_macros v0.26.4 |
| 1671 | 2026-04-30T00:10:22.895Z | Compiling clap_derive v4.5.55 |
| 1672 | 2026-04-30T00:10:22.962Z | Compiling serde_repr v0.1.20 |
| 1673 | 2026-04-30T00:10:23.012Z | Compiling float-cmp v0.10.0 |
| 1674 | 2026-04-30T00:10:23.153Z | Compiling thread-id v4.2.2 |
| 1675 | 2026-04-30T00:10:23.167Z | Compiling memmap2 v0.9.10 |
| 1676 | 2026-04-30T00:10:23.240Z | Compiling env_filter v1.0.0 |
| 1677 | 2026-04-30T00:10:23.352Z | Compiling encoding_rs v0.8.35 |
| 1678 | 2026-04-30T00:10:23.377Z | Compiling predicates-core v1.0.10 |
| 1679 | 2026-04-30T00:10:23.488Z | Compiling rustc-hash v2.1.1 |
| 1680 | 2026-04-30T00:10:23.537Z | Compiling either v1.15.0 |
| 1681 | 2026-04-30T00:10:23.552Z | Compiling whoami v2.1.0 |
| 1682 | 2026-04-30T00:10:23.611Z | Compiling difflib v0.4.0 |
| 1683 | 2026-04-30T00:10:23.741Z | Compiling fixedbitset v0.5.7 |
| 1684 | 2026-04-30T00:10:23.920Z | Compiling new_debug_unreachable v1.0.6 |
| 1685 | 2026-04-30T00:10:23.996Z | Compiling precomputed-hash v0.1.1 |
| 1686 | 2026-04-30T00:10:24.048Z | Compiling mime v0.3.17 |
| 1687 | 2026-04-30T00:10:24.089Z | Compiling normalize-line-endings v0.3.0 |
| 1688 | 2026-04-30T00:10:24.177Z | Compiling static_assertions v1.1.0 |
| 1689 | 2026-04-30T00:10:24.191Z | Compiling data-encoding v2.10.0 |
| 1690 | 2026-04-30T00:10:24.255Z | Compiling jiff v0.2.21 |
| 1691 | 2026-04-30T00:10:24.305Z | Compiling fixedbitset v0.4.2 |
| 1692 | 2026-04-30T00:10:24.522Z | Compiling keccak v0.1.6 |
| 1693 | 2026-04-30T00:10:24.622Z | Compiling strum v0.26.3 |
| 1694 | 2026-04-30T00:10:24.647Z | Compiling clap v4.5.60 |
| 1695 | 2026-04-30T00:10:24.731Z | Compiling sha3 v0.10.8 |
| 1696 | 2026-04-30T00:10:24.753Z | Compiling hickory-proto v0.25.2 |
| 1697 | 2026-04-30T00:10:24.864Z | Compiling petgraph v0.6.5 |
| 1698 | 2026-04-30T00:10:24.884Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1699 | 2026-04-30T00:10:25.188Z | Compiling predicates v3.1.4 |
| 1700 | 2026-04-30T00:10:25.334Z | Compiling string_cache v0.8.9 |
| 1701 | 2026-04-30T00:10:25.395Z | Compiling petgraph v0.8.3 |
| 1702 | 2026-04-30T00:10:25.558Z | Compiling tokio-postgres v0.7.16 |
| 1703 | 2026-04-30T00:10:25.833Z | Compiling toml_edit v0.22.27 |
| 1704 | 2026-04-30T00:10:26.322Z | Compiling itertools v0.13.0 |
| 1705 | 2026-04-30T00:10:27.349Z | Compiling zip v4.6.1 |
| 1706 | 2026-04-30T00:10:27.555Z | Compiling iddqd v0.3.18 |
| 1707 | 2026-04-30T00:10:27.668Z | Compiling env_logger v0.11.9 |
| 1708 | 2026-04-30T00:10:27.761Z | Compiling usdt v0.6.0 |
| 1709 | 2026-04-30T00:10:28.027Z | Compiling usdt-impl v0.5.0 |
| 1710 | 2026-04-30T00:10:28.030Z | Compiling ecdsa v0.16.9 |
| 1711 | 2026-04-30T00:10:28.316Z | Compiling serde_with v3.17.0 |
| 1712 | 2026-04-30T00:10:28.368Z | Compiling rsa v0.9.10 |
| 1713 | 2026-04-30T00:10:28.437Z | Compiling similar v2.7.0 |
| 1714 | 2026-04-30T00:10:28.574Z | Compiling ed25519-dalek v2.2.0 |
| 1715 | 2026-04-30T00:10:28.614Z | Compiling crossterm v0.28.1 |
| 1716 | 2026-04-30T00:10:29.229Z | Compiling zip v0.6.6 |
| 1717 | 2026-04-30T00:10:29.357Z | Compiling toml v0.7.8 |
| 1718 | 2026-04-30T00:10:29.954Z | Compiling heck v0.4.1 |
| 1719 | 2026-04-30T00:10:29.989Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1720 | 2026-04-30T00:10:30.023Z | Compiling crossbeam-epoch v0.9.18 |
| 1721 | 2026-04-30T00:10:30.109Z | Compiling tokio-stream v0.1.18 |
| 1722 | 2026-04-30T00:10:30.112Z | Compiling buf-list v1.1.2 |
| 1723 | 2026-04-30T00:10:30.195Z | Compiling x509-cert v0.2.5 |
| 1724 | 2026-04-30T00:10:30.345Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1725 | 2026-04-30T00:10:30.398Z | Compiling openapiv3 v2.2.0 |
| 1726 | 2026-04-30T00:10:30.571Z | Compiling sha1 v0.10.6 |
| 1727 | 2026-04-30T00:10:30.604Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1728 | 2026-04-30T00:10:30.642Z | Compiling peg-runtime v0.8.5 |
| 1729 | 2026-04-30T00:10:30.789Z | Compiling lalrpop-util v0.19.12 |
| 1730 | 2026-04-30T00:10:30.890Z | Compiling thread_local v1.1.9 |
| 1731 | 2026-04-30T00:10:30.923Z | Compiling slog-async v2.8.0 |
| 1732 | 2026-04-30T00:10:30.983Z | Compiling crossbeam-channel v0.5.15 |
| 1733 | 2026-04-30T00:10:31.146Z | Compiling futures-executor v0.3.32 |
| 1734 | 2026-04-30T00:10:31.244Z | Compiling is-terminal v0.4.17 |
| 1735 | 2026-04-30T00:10:31.345Z | Compiling filetime v0.2.27 |
| 1736 | 2026-04-30T00:10:31.404Z | Compiling take_mut v0.2.2 |
| 1737 | 2026-04-30T00:10:31.442Z | Compiling xattr v1.6.1 |
| 1738 | 2026-04-30T00:10:31.518Z | Compiling term v1.2.1 |
| 1739 | 2026-04-30T00:10:31.609Z | Compiling tar v0.4.45 |
| 1740 | 2026-04-30T00:10:31.650Z | Compiling futures v0.3.32 |
| 1741 | 2026-04-30T00:10:31.798Z | Compiling slog-term v2.9.2 |
| 1742 | 2026-04-30T00:10:39.023Z | Compiling rustls-webpki v0.103.9 |
| 1743 | 2026-04-30T00:10:41.823Z | Compiling tokio-rustls v0.26.4 |
| 1744 | 2026-04-30T00:10:41.823Z | Compiling rustls-platform-verifier v0.6.2 |
| 1745 | 2026-04-30T00:10:42.024Z | Compiling hyper-rustls v0.27.7 |
| 1746 | 2026-04-30T00:10:42.222Z | Compiling reqwest v0.12.28 |
| 1747 | 2026-04-30T00:10:42.222Z | Compiling reqwest v0.13.2 |
| 1748 | 2026-04-30T00:10:44.351Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1749 | 2026-04-30T00:10:44.566Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1750 | 2026-04-30T00:10:47.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 1751 | 2026-04-30T00:10:47.536Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1752 | 2026-04-30T00:10:47.591Z | Apr 30 00:10:45.708 INFO Starting download, target: Clickhouse |
| 1753 | 2026-04-30T00:10:47.591Z | Apr 30 00:10:45.709 INFO Starting download, target: Cockroach |
| 1754 | 2026-04-30T00:10:47.595Z | Apr 30 00:10:45.709 INFO Starting download, target: Console |
| 1755 | 2026-04-30T00:10:47.595Z | Apr 30 00:10:45.709 INFO Starting download, target: DendriteStub |
| 1756 | 2026-04-30T00:10:47.595Z | Apr 30 00:10:45.709 INFO Starting download, target: MaghemiteMgd |
| 1757 | 2026-04-30T00:10:47.595Z | Apr 30 00:10:45.709 INFO Starting download, target: TransceiverControl |
| 1758 | 2026-04-30T00:10:47.595Z | Apr 30 00:10:45.709 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1759 | 2026-04-30T00:10:47.595Z | Apr 30 00:10:45.709 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1760 | 2026-04-30T00:10:47.595Z | Apr 30 00:10:45.709 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1761 | 2026-04-30T00:10:47.595Z | Apr 30 00:10:45.709 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1762 | 2026-04-30T00:10:47.595Z | Apr 30 00:10:45.709 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1763 | 2026-04-30T00:10:47.595Z | Apr 30 00:10:45.709 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1764 | 2026-04-30T00:10:48.157Z | Apr 30 00:10:46.260 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1765 | 2026-04-30T00:10:48.354Z | Apr 30 00:10:46.461 INFO Download complete, target: TransceiverControl |
| 1766 | 2026-04-30T00:10:48.666Z | Apr 30 00:10:46.759 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1767 | 2026-04-30T00:10:48.890Z | Apr 30 00:10:46.992 INFO Download complete, target: Console |
| 1768 | 2026-04-30T00:10:49.439Z | Apr 30 00:10:47.529 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1769 | 2026-04-30T00:10:49.644Z | Apr 30 00:10:47.760 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1770 | 2026-04-30T00:10:49.836Z | Apr 30 00:10:47.945 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1771 | 2026-04-30T00:10:50.181Z | Apr 30 00:10:48.295 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1772 | 2026-04-30T00:10:50.181Z | Apr 30 00:10:48.295 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1773 | 2026-04-30T00:10:51.871Z | Apr 30 00:10:49.988 INFO Download complete, target: MaghemiteMgd |
| 1774 | 2026-04-30T00:10:51.945Z | Apr 30 00:10:50.062 INFO Download complete, target: DendriteStub |
| 1775 | 2026-04-30T00:10:54.757Z | Apr 30 00:10:52.874 INFO Checking that binary works, target: Cockroach |
| 1776 | 2026-04-30T00:10:54.862Z | Apr 30 00:10:52.978 INFO Download complete, target: Cockroach |
| 1777 | 2026-04-30T00:10:56.551Z | Apr 30 00:10:54.668 INFO Checking that binary works, target: Clickhouse |
| 1778 | 2026-04-30T00:10:56.666Z | Apr 30 00:10:54.783 INFO Download complete, target: Clickhouse |
| 1779 | 2026-04-30T00:10:56.688Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1780 | 2026-04-30T00:10:56.692Z | |
| 1781 | 2026-04-30T00:10:56.692Z | real 3:00.258507568 |
| 1782 | 2026-04-30T00:10:56.692Z | user 7:12.803701745 |
| 1783 | 2026-04-30T00:10:56.692Z | sys 1:23.759605826 |
| 1784 | 2026-04-30T00:10:56.692Z | trap 0.215235968 |
| 1785 | 2026-04-30T00:10:56.692Z | tflt 0.851512412 |
| 1786 | 2026-04-30T00:10:56.692Z | dflt 0.982704215 |
| 1787 | 2026-04-30T00:10:56.692Z | kflt 0.067852600 |
| 1788 | 2026-04-30T00:10:56.692Z | lock 21:08.303729888 |
| 1789 | 2026-04-30T00:10:56.692Z | slp 21:36.823651742 |
| 1790 | 2026-04-30T00:10:56.692Z | lat 42.950224658 |
| 1791 | 2026-04-30T00:10:56.692Z | stop 1:57.075248247 |
| 1792 | 2026-04-30T00:10:56.692Z | + banner hack-check |
| 1793 | 2026-04-30T00:10:56.692Z | |
| 1794 | 2026-04-30T00:10:56.692Z | # # ## #### # # #### # # ###### #### # # |
| 1795 | 2026-04-30T00:10:56.692Z | # # # # # # # # # # # # # # # # # |
| 1796 | 2026-04-30T00:10:56.692Z | ###### # # # #### ##### # ###### ##### # #### |
| 1797 | 2026-04-30T00:10:56.692Z | # # ###### # # # # # # # # # # |
| 1798 | 2026-04-30T00:10:56.692Z | # # # # # # # # # # # # # # # # # |
| 1799 | 2026-04-30T00:10:56.692Z | # # # # #### # # #### # # ###### #### # # |
| 1800 | 2026-04-30T00:10:56.692Z | |
| 1801 | 2026-04-30T00:10:56.692Z | + export CARGO_INCREMENTAL=0 |
| 1802 | 2026-04-30T00:10:56.692Z | + CARGO_INCREMENTAL=0 |
| 1803 | 2026-04-30T00:10:56.692Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1804 | 2026-04-30T00:10:57.226Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1805 | 2026-04-30T00:10:57.451Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1806 | 2026-04-30T00:10:59.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 1807 | 2026-04-30T00:10:59.383Z | Running `target/debug/xtask check-features --ci` |
| 1808 | 2026-04-30T00:10:59.412Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1809 | 2026-04-30T00:10:59.415Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1810 | 2026-04-30T00:10:59.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1811 | 2026-04-30T00:10:59.922Z | Running `target/debug/xtask download cargo-hack` |
| 1812 | 2026-04-30T00:11:00.697Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1813 | 2026-04-30T00:11:01.014Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1814 | 2026-04-30T00:11:03.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
| 1815 | 2026-04-30T00:11:03.650Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1816 | 2026-04-30T00:11:03.695Z | Apr 30 00:11:01.809 INFO Starting download, target: CargoHack |
| 1817 | 2026-04-30T00:11:03.698Z | Apr 30 00:11:01.810 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1818 | 2026-04-30T00:11:04.050Z | Apr 30 00:11:02.165 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1819 | 2026-04-30T00:11:04.099Z | Apr 30 00:11:02.214 INFO Download complete, target: CargoHack |
| 1820 | 2026-04-30T00:11:04.102Z | 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" |
| 1821 | 2026-04-30T00:11:04.115Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1822 | 2026-04-30T00:11:04.264Z | info: running `cargo check --bins` on api_identity (1/273) |
| 1823 | 2026-04-30T00:11:04.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1824 | 2026-04-30T00:11:04.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1825 | 2026-04-30T00:11:04.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1826 | 2026-04-30T00:11:04.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1827 | 2026-04-30T00:11:04.841Z | |
| 1828 | 2026-04-30T00:11:04.841Z | info: running `cargo check --bins` on bootstore (2/273) |
| 1829 | 2026-04-30T00:11:05.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1830 | 2026-04-30T00:11:05.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1831 | 2026-04-30T00:11:05.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1832 | 2026-04-30T00:11:05.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1833 | 2026-04-30T00:11:05.424Z | |
| 1834 | 2026-04-30T00:11:05.424Z | info: running `cargo check --bins` on omicron-ledger (3/273) |
| 1835 | 2026-04-30T00:11:05.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1836 | 2026-04-30T00:11:05.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1837 | 2026-04-30T00:11:05.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1838 | 2026-04-30T00:11:05.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1839 | 2026-04-30T00:11:06.001Z | |
| 1840 | 2026-04-30T00:11:06.001Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/273) |
| 1841 | 2026-04-30T00:11:06.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1842 | 2026-04-30T00:11:06.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1843 | 2026-04-30T00:11:06.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1844 | 2026-04-30T00:11:06.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1845 | 2026-04-30T00:11:06.574Z | |
| 1846 | 2026-04-30T00:11:06.574Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/273) |
| 1847 | 2026-04-30T00:11:07.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1848 | 2026-04-30T00:11:07.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1849 | 2026-04-30T00:11:07.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1850 | 2026-04-30T00:11:07.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1851 | 2026-04-30T00:11:07.154Z | |
| 1852 | 2026-04-30T00:11:07.154Z | info: running `cargo check --bins` on omicron-certificates (6/273) |
| 1853 | 2026-04-30T00:11:07.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2026-04-30T00:11:07.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2026-04-30T00:11:07.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2026-04-30T00:11:07.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1857 | 2026-04-30T00:11:07.741Z | |
| 1858 | 2026-04-30T00:11:07.742Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/273) |
| 1859 | 2026-04-30T00:11:08.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2026-04-30T00:11:08.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2026-04-30T00:11:08.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2026-04-30T00:11:08.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1863 | 2026-04-30T00:11:08.337Z | |
| 1864 | 2026-04-30T00:11:08.337Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/273) |
| 1865 | 2026-04-30T00:11:08.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2026-04-30T00:11:08.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2026-04-30T00:11:08.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2026-04-30T00:11:08.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1869 | 2026-04-30T00:11:08.915Z | |
| 1870 | 2026-04-30T00:11:08.915Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/273) |
| 1871 | 2026-04-30T00:11:09.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2026-04-30T00:11:09.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2026-04-30T00:11:09.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2026-04-30T00:11:09.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1875 | 2026-04-30T00:11:09.381Z | |
| 1876 | 2026-04-30T00:11:09.381Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/273) |
| 1877 | 2026-04-30T00:11:09.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2026-04-30T00:11:09.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2026-04-30T00:11:09.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2026-04-30T00:11:09.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1881 | 2026-04-30T00:11:09.853Z | |
| 1882 | 2026-04-30T00:11:09.853Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/273) |
| 1883 | 2026-04-30T00:11:10.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2026-04-30T00:11:10.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2026-04-30T00:11:10.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2026-04-30T00:11:10.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1887 | 2026-04-30T00:11:10.327Z | |
| 1888 | 2026-04-30T00:11:10.327Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/273) |
| 1889 | 2026-04-30T00:11:10.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2026-04-30T00:11:10.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2026-04-30T00:11:10.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2026-04-30T00:11:10.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1893 | 2026-04-30T00:11:10.805Z | |
| 1894 | 2026-04-30T00:11:10.806Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/273) |
| 1895 | 2026-04-30T00:11:11.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-04-30T00:11:11.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-04-30T00:11:11.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-04-30T00:11:11.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1899 | 2026-04-30T00:11:11.276Z | |
| 1900 | 2026-04-30T00:11:11.276Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/273) |
| 1901 | 2026-04-30T00:11:11.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-04-30T00:11:11.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-04-30T00:11:11.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-04-30T00:11:11.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1905 | 2026-04-30T00:11:11.745Z | |
| 1906 | 2026-04-30T00:11:11.745Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/273) |
| 1907 | 2026-04-30T00:11:12.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-04-30T00:11:12.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-04-30T00:11:12.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-04-30T00:11:12.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1911 | 2026-04-30T00:11:12.219Z | |
| 1912 | 2026-04-30T00:11:12.219Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/273) |
| 1913 | 2026-04-30T00:11:12.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-04-30T00:11:12.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-04-30T00:11:12.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-04-30T00:11:12.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1917 | 2026-04-30T00:11:12.695Z | |
| 1918 | 2026-04-30T00:11:12.695Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/273) |
| 1919 | 2026-04-30T00:11:13.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-04-30T00:11:13.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-04-30T00:11:13.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-04-30T00:11:13.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1923 | 2026-04-30T00:11:13.168Z | |
| 1924 | 2026-04-30T00:11:13.168Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/273) |
| 1925 | 2026-04-30T00:11:13.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-04-30T00:11:13.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-04-30T00:11:13.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-04-30T00:11:13.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1929 | 2026-04-30T00:11:13.642Z | |
| 1930 | 2026-04-30T00:11:13.642Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/273) |
| 1931 | 2026-04-30T00:11:14.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-04-30T00:11:14.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-04-30T00:11:14.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-04-30T00:11:14.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1935 | 2026-04-30T00:11:14.107Z | |
| 1936 | 2026-04-30T00:11:14.107Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/273) |
| 1937 | 2026-04-30T00:11:14.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-04-30T00:11:14.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-04-30T00:11:14.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-04-30T00:11:14.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1941 | 2026-04-30T00:11:14.579Z | |
| 1942 | 2026-04-30T00:11:14.579Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/273) |
| 1943 | 2026-04-30T00:11:14.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-04-30T00:11:14.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-04-30T00:11:14.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-04-30T00:11:14.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1947 | 2026-04-30T00:11:15.052Z | |
| 1948 | 2026-04-30T00:11:15.052Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/273) |
| 1949 | 2026-04-30T00:11:15.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-04-30T00:11:15.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-04-30T00:11:15.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-04-30T00:11:15.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1953 | 2026-04-30T00:11:15.525Z | |
| 1954 | 2026-04-30T00:11:15.525Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/273) |
| 1955 | 2026-04-30T00:11:15.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-04-30T00:11:15.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-04-30T00:11:15.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-04-30T00:11:15.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1959 | 2026-04-30T00:11:16.002Z | |
| 1960 | 2026-04-30T00:11:16.002Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/273) |
| 1961 | 2026-04-30T00:11:16.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-04-30T00:11:16.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-04-30T00:11:16.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-04-30T00:11:16.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1965 | 2026-04-30T00:11:16.478Z | |
| 1966 | 2026-04-30T00:11:16.478Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/273) |
| 1967 | 2026-04-30T00:11:16.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-04-30T00:11:16.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-04-30T00:11:16.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-04-30T00:11:16.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1971 | 2026-04-30T00:11:16.949Z | |
| 1972 | 2026-04-30T00:11:16.949Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/273) |
| 1973 | 2026-04-30T00:11:17.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-04-30T00:11:17.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-04-30T00:11:17.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-04-30T00:11:17.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1977 | 2026-04-30T00:11:17.427Z | |
| 1978 | 2026-04-30T00:11:17.427Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/273) |
| 1979 | 2026-04-30T00:11:17.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-04-30T00:11:17.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-04-30T00:11:17.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-04-30T00:11:17.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1983 | 2026-04-30T00:11:17.899Z | |
| 1984 | 2026-04-30T00:11:17.899Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/273) |
| 1985 | 2026-04-30T00:11:18.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-04-30T00:11:18.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-04-30T00:11:18.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-04-30T00:11:18.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1989 | 2026-04-30T00:11:18.371Z | |
| 1990 | 2026-04-30T00:11:18.371Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/273) |
| 1991 | 2026-04-30T00:11:18.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-04-30T00:11:18.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-04-30T00:11:18.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-04-30T00:11:18.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1995 | 2026-04-30T00:11:18.842Z | |
| 1996 | 2026-04-30T00:11:18.842Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/273) |
| 1997 | 2026-04-30T00:11:19.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-04-30T00:11:19.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-04-30T00:11:19.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-04-30T00:11:19.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2001 | 2026-04-30T00:11:19.313Z | |
| 2002 | 2026-04-30T00:11:19.313Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/273) |
| 2003 | 2026-04-30T00:11:19.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-04-30T00:11:19.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-04-30T00:11:19.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-04-30T00:11:19.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2007 | 2026-04-30T00:11:19.783Z | |
| 2008 | 2026-04-30T00:11:19.783Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/273) |
| 2009 | 2026-04-30T00:11:20.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-04-30T00:11:20.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-04-30T00:11:20.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-04-30T00:11:20.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2013 | 2026-04-30T00:11:20.253Z | |
| 2014 | 2026-04-30T00:11:20.253Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/273) |
| 2015 | 2026-04-30T00:11:20.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-04-30T00:11:20.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-04-30T00:11:20.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-04-30T00:11:20.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2019 | 2026-04-30T00:11:20.728Z | |
| 2020 | 2026-04-30T00:11:20.728Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/273) |
| 2021 | 2026-04-30T00:11:21.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-04-30T00:11:21.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-04-30T00:11:21.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-04-30T00:11:21.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2025 | 2026-04-30T00:11:21.199Z | |
| 2026 | 2026-04-30T00:11:21.200Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/273) |
| 2027 | 2026-04-30T00:11:21.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-04-30T00:11:21.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-04-30T00:11:21.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-04-30T00:11:21.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2031 | 2026-04-30T00:11:21.669Z | |
| 2032 | 2026-04-30T00:11:21.669Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/273) |
| 2033 | 2026-04-30T00:11:22.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-04-30T00:11:22.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-04-30T00:11:22.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-04-30T00:11:22.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2037 | 2026-04-30T00:11:22.136Z | |
| 2038 | 2026-04-30T00:11:22.136Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/273) |
| 2039 | 2026-04-30T00:11:22.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-04-30T00:11:22.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-04-30T00:11:22.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-04-30T00:11:22.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2043 | 2026-04-30T00:11:22.607Z | |
| 2044 | 2026-04-30T00:11:22.607Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/273) |
| 2045 | 2026-04-30T00:11:23.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-04-30T00:11:23.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-04-30T00:11:23.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-04-30T00:11:23.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2049 | 2026-04-30T00:11:23.082Z | |
| 2050 | 2026-04-30T00:11:23.082Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/273) |
| 2051 | 2026-04-30T00:11:23.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-04-30T00:11:23.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-04-30T00:11:23.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-04-30T00:11:23.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2055 | 2026-04-30T00:11:23.549Z | |
| 2056 | 2026-04-30T00:11:23.549Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/273) |
| 2057 | 2026-04-30T00:11:23.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-04-30T00:11:23.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-04-30T00:11:23.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-04-30T00:11:23.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2061 | 2026-04-30T00:11:24.021Z | |
| 2062 | 2026-04-30T00:11:24.021Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/273) |
| 2063 | 2026-04-30T00:11:24.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-04-30T00:11:24.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-04-30T00:11:24.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-04-30T00:11:24.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2067 | 2026-04-30T00:11:24.491Z | |
| 2068 | 2026-04-30T00:11:24.491Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/273) |
| 2069 | 2026-04-30T00:11:24.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-04-30T00:11:24.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-04-30T00:11:24.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-04-30T00:11:24.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2073 | 2026-04-30T00:11:24.962Z | |
| 2074 | 2026-04-30T00:11:24.963Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/273) |
| 2075 | 2026-04-30T00:11:25.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-04-30T00:11:25.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-04-30T00:11:25.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-04-30T00:11:25.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2079 | 2026-04-30T00:11:25.440Z | |
| 2080 | 2026-04-30T00:11:25.440Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/273) |
| 2081 | 2026-04-30T00:11:25.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-04-30T00:11:25.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-04-30T00:11:25.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-04-30T00:11:25.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2085 | 2026-04-30T00:11:25.908Z | |
| 2086 | 2026-04-30T00:11:25.908Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/273) |
| 2087 | 2026-04-30T00:11:26.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-04-30T00:11:26.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-04-30T00:11:26.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-04-30T00:11:26.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2091 | 2026-04-30T00:11:26.379Z | |
| 2092 | 2026-04-30T00:11:26.379Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/273) |
| 2093 | 2026-04-30T00:11:26.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-04-30T00:11:26.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-04-30T00:11:26.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-04-30T00:11:26.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2097 | 2026-04-30T00:11:26.852Z | |
| 2098 | 2026-04-30T00:11:26.852Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/273) |
| 2099 | 2026-04-30T00:11:27.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-04-30T00:11:27.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-04-30T00:11:27.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-04-30T00:11:27.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2103 | 2026-04-30T00:11:27.325Z | |
| 2104 | 2026-04-30T00:11:27.325Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/273) |
| 2105 | 2026-04-30T00:11:27.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-04-30T00:11:27.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-04-30T00:11:27.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-04-30T00:11:27.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2109 | 2026-04-30T00:11:27.796Z | |
| 2110 | 2026-04-30T00:11:27.796Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/273) |
| 2111 | 2026-04-30T00:11:28.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-04-30T00:11:28.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-04-30T00:11:28.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-04-30T00:11:28.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2115 | 2026-04-30T00:11:28.429Z | |
| 2116 | 2026-04-30T00:11:28.429Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/273) |
| 2117 | 2026-04-30T00:11:28.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-04-30T00:11:28.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-04-30T00:11:28.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-04-30T00:11:28.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2121 | 2026-04-30T00:11:29.060Z | |
| 2122 | 2026-04-30T00:11:29.060Z | info: running `cargo check --bins` on nexus-config (51/273) |
| 2123 | 2026-04-30T00:11:29.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-04-30T00:11:29.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-04-30T00:11:29.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-04-30T00:11:29.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2127 | 2026-04-30T00:11:29.686Z | |
| 2128 | 2026-04-30T00:11:29.686Z | info: running `cargo check --bins` on nexus-types (52/273) |
| 2129 | 2026-04-30T00:11:30.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-04-30T00:11:30.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-04-30T00:11:30.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-04-30T00:11:30.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2133 | 2026-04-30T00:11:30.309Z | |
| 2134 | 2026-04-30T00:11:30.310Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/273) |
| 2135 | 2026-04-30T00:11:30.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-04-30T00:11:30.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-04-30T00:11:30.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-04-30T00:11:30.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2139 | 2026-04-30T00:11:30.906Z | |
| 2140 | 2026-04-30T00:11:30.906Z | info: running `cargo check --bins` on omicron-passwords (54/273) |
| 2141 | 2026-04-30T00:11:31.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-04-30T00:11:31.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-04-30T00:11:31.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-04-30T00:11:31.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2145 | 2026-04-30T00:11:31.484Z | |
| 2146 | 2026-04-30T00:11:31.484Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/273) |
| 2147 | 2026-04-30T00:11:31.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-04-30T00:11:31.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-04-30T00:11:31.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-04-30T00:11:32.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2151 | 2026-04-30T00:11:32.087Z | |
| 2152 | 2026-04-30T00:11:32.087Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/273) |
| 2153 | 2026-04-30T00:11:32.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-04-30T00:11:32.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-04-30T00:11:32.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-04-30T00:11:32.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2157 | 2026-04-30T00:11:32.679Z | |
| 2158 | 2026-04-30T00:11:32.679Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/273) |
| 2159 | 2026-04-30T00:11:33.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-04-30T00:11:33.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-04-30T00:11:33.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-04-30T00:11:33.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2163 | 2026-04-30T00:11:33.272Z | |
| 2164 | 2026-04-30T00:11:33.272Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/273) |
| 2165 | 2026-04-30T00:11:33.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-04-30T00:11:33.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-04-30T00:11:33.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-04-30T00:11:33.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2169 | 2026-04-30T00:11:33.863Z | |
| 2170 | 2026-04-30T00:11:33.863Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/273) |
| 2171 | 2026-04-30T00:11:34.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-04-30T00:11:34.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-04-30T00:11:34.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-04-30T00:11:34.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2175 | 2026-04-30T00:11:34.443Z | |
| 2176 | 2026-04-30T00:11:34.443Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/273) |
| 2177 | 2026-04-30T00:11:34.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-04-30T00:11:34.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-04-30T00:11:34.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-04-30T00:11:34.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2181 | 2026-04-30T00:11:35.026Z | |
| 2182 | 2026-04-30T00:11:35.026Z | info: running `cargo check --bins --no-default-features` on gfss (61/273) |
| 2183 | 2026-04-30T00:11:35.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-04-30T00:11:35.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-04-30T00:11:35.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-04-30T00:11:35.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2187 | 2026-04-30T00:11:35.600Z | |
| 2188 | 2026-04-30T00:11:35.600Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/273) |
| 2189 | 2026-04-30T00:11:36.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-04-30T00:11:36.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-04-30T00:11:36.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-04-30T00:11:36.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2193 | 2026-04-30T00:11:36.180Z | |
| 2194 | 2026-04-30T00:11:36.180Z | info: running `cargo check --bins` on clickhouse-admin-types (63/273) |
| 2195 | 2026-04-30T00:11:36.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-04-30T00:11:36.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-04-30T00:11:36.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-04-30T00:11:36.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2199 | 2026-04-30T00:11:36.773Z | |
| 2200 | 2026-04-30T00:11:36.773Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/273) |
| 2201 | 2026-04-30T00:11:37.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-04-30T00:11:37.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-04-30T00:11:37.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-04-30T00:11:37.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2205 | 2026-04-30T00:11:37.372Z | |
| 2206 | 2026-04-30T00:11:37.372Z | info: running `cargo check --bins` on cockroach-admin-types (65/273) |
| 2207 | 2026-04-30T00:11:37.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-04-30T00:11:37.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-04-30T00:11:37.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-04-30T00:11:37.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2211 | 2026-04-30T00:11:37.955Z | |
| 2212 | 2026-04-30T00:11:37.955Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/273) |
| 2213 | 2026-04-30T00:11:38.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-04-30T00:11:38.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-04-30T00:11:38.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-04-30T00:11:38.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2217 | 2026-04-30T00:11:38.531Z | |
| 2218 | 2026-04-30T00:11:38.531Z | info: running `cargo check --bins` on ereport-types (67/273) |
| 2219 | 2026-04-30T00:11:39.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-04-30T00:11:39.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-04-30T00:11:39.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-04-30T00:11:39.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2223 | 2026-04-30T00:11:39.113Z | |
| 2224 | 2026-04-30T00:11:39.113Z | info: running `cargo check --bins` on gateway-client (68/273) |
| 2225 | 2026-04-30T00:11:39.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-04-30T00:11:39.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-04-30T00:11:39.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2026-04-30T00:11:39.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2229 | 2026-04-30T00:11:39.697Z | |
| 2230 | 2026-04-30T00:11:39.697Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/273) |
| 2231 | 2026-04-30T00:11:40.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2026-04-30T00:11:40.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2026-04-30T00:11:40.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2026-04-30T00:11:40.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2235 | 2026-04-30T00:11:40.282Z | |
| 2236 | 2026-04-30T00:11:40.283Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/273) |
| 2237 | 2026-04-30T00:11:40.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2026-04-30T00:11:40.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2026-04-30T00:11:40.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2026-04-30T00:11:40.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2241 | 2026-04-30T00:11:40.864Z | |
| 2242 | 2026-04-30T00:11:40.864Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/273) |
| 2243 | 2026-04-30T00:11:41.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2026-04-30T00:11:41.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2026-04-30T00:11:41.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2246 | 2026-04-30T00:11:41.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2247 | 2026-04-30T00:11:41.445Z | |
| 2248 | 2026-04-30T00:11:41.445Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/273) |
| 2249 | 2026-04-30T00:11:41.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2250 | 2026-04-30T00:11:41.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2251 | 2026-04-30T00:11:41.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2252 | 2026-04-30T00:11:41.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2253 | 2026-04-30T00:11:42.032Z | |
| 2254 | 2026-04-30T00:11:42.032Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/273) |
| 2255 | 2026-04-30T00:11:42.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2256 | 2026-04-30T00:11:42.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2257 | 2026-04-30T00:11:42.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2258 | 2026-04-30T00:11:42.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2259 | 2026-04-30T00:11:42.637Z | |
| 2260 | 2026-04-30T00:11:42.637Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/273) |
| 2261 | 2026-04-30T00:11:43.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2262 | 2026-04-30T00:11:43.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2263 | 2026-04-30T00:11:43.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2264 | 2026-04-30T00:11:43.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2265 | 2026-04-30T00:11:43.237Z | |
| 2266 | 2026-04-30T00:11:43.237Z | info: running `cargo check --bins` on key-manager-types (75/273) |
| 2267 | 2026-04-30T00:11:43.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2268 | 2026-04-30T00:11:43.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2269 | 2026-04-30T00:11:43.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2270 | 2026-04-30T00:11:43.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2271 | 2026-04-30T00:11:43.811Z | |
| 2272 | 2026-04-30T00:11:43.811Z | info: running `cargo check --bins` on oxlog (76/273) |
| 2273 | 2026-04-30T00:11:44.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2274 | 2026-04-30T00:11:44.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2275 | 2026-04-30T00:11:44.410Z | Checking cfg-if v1.0.4 |
| 2276 | 2026-04-30T00:11:44.414Z | Checking libc v0.2.185 |
| 2277 | 2026-04-30T00:11:44.414Z | Checking serde_core v1.0.228 |
| 2278 | 2026-04-30T00:11:44.529Z | Checking zeroize v1.8.2 |
| 2279 | 2026-04-30T00:11:44.537Z | Checking memchr v2.8.0 |
| 2280 | 2026-04-30T00:11:44.547Z | Checking log v0.4.29 |
| 2281 | 2026-04-30T00:11:44.556Z | Checking smallvec v1.15.1 |
| 2282 | 2026-04-30T00:11:44.567Z | Checking typenum v1.19.0 |
| 2283 | 2026-04-30T00:11:44.577Z | Checking subtle v2.6.1 |
| 2284 | 2026-04-30T00:11:44.670Z | Checking itoa v1.0.17 |
| 2285 | 2026-04-30T00:11:44.704Z | Checking scopeguard v1.2.0 |
| 2286 | 2026-04-30T00:11:44.728Z | Checking const-oid v0.9.6 |
| 2287 | 2026-04-30T00:11:44.733Z | Checking stable_deref_trait v1.2.1 |
| 2288 | 2026-04-30T00:11:44.803Z | Checking lock_api v0.4.14 |
| 2289 | 2026-04-30T00:11:44.815Z | Checking portable-atomic v1.13.1 |
| 2290 | 2026-04-30T00:11:44.818Z | Checking zerofrom v0.1.6 |
| 2291 | 2026-04-30T00:11:44.906Z | Checking critical-section v1.2.0 |
| 2292 | 2026-04-30T00:11:44.917Z | Checking getrandom v0.2.17 |
| 2293 | 2026-04-30T00:11:44.927Z | Checking errno v0.3.14 |
| 2294 | 2026-04-30T00:11:44.997Z | Checking yoke v0.8.1 |
| 2295 | 2026-04-30T00:11:45.015Z | Checking parking_lot_core v0.9.12 |
| 2296 | 2026-04-30T00:11:45.054Z | Checking signal-hook-registry v1.4.8 |
| 2297 | 2026-04-30T00:11:45.065Z | Checking rand_core v0.6.4 |
| 2298 | 2026-04-30T00:11:45.080Z | Checking generic-array v0.14.7 |
| 2299 | 2026-04-30T00:11:45.162Z | Checking zerovec v0.11.5 |
| 2300 | 2026-04-30T00:11:45.209Z | Checking zerocopy v0.8.40 |
| 2301 | 2026-04-30T00:11:45.220Z | Checking pin-project-lite v0.2.17 |
| 2302 | 2026-04-30T00:11:45.230Z | Checking once_cell v1.21.3 |
| 2303 | 2026-04-30T00:11:45.241Z | Checking parking_lot v0.12.5 |
| 2304 | 2026-04-30T00:11:45.308Z | Checking mio v1.2.0 |
| 2305 | 2026-04-30T00:11:45.388Z | Checking socket2 v0.6.3 |
| 2306 | 2026-04-30T00:11:45.402Z | Checking libm v0.2.16 |
| 2307 | 2026-04-30T00:11:45.421Z | Checking zmij v1.0.21 |
| 2308 | 2026-04-30T00:11:45.516Z | Checking crypto-common v0.1.7 |
| 2309 | 2026-04-30T00:11:45.581Z | Checking block-buffer v0.10.4 |
| 2310 | 2026-04-30T00:11:45.592Z | Checking tinystr v0.8.2 |
| 2311 | 2026-04-30T00:11:45.623Z | Checking futures-core v0.3.32 |
| 2312 | 2026-04-30T00:11:45.635Z | Checking litemap v0.8.1 |
| 2313 | 2026-04-30T00:11:45.646Z | Checking writeable v0.6.2 |
| 2314 | 2026-04-30T00:11:45.711Z | Checking digest v0.10.7 |
| 2315 | 2026-04-30T00:11:45.743Z | Checking equivalent v1.0.2 |
| 2316 | 2026-04-30T00:11:45.764Z | Checking percent-encoding v2.3.2 |
| 2317 | 2026-04-30T00:11:45.800Z | Checking icu_locale_core v2.1.1 |
| 2318 | 2026-04-30T00:11:45.803Z | Checking potential_utf v0.1.4 |
| 2319 | 2026-04-30T00:11:45.823Z | Checking zerotrie v0.2.3 |
| 2320 | 2026-04-30T00:11:45.903Z | Checking cpufeatures v0.2.17 |
| 2321 | 2026-04-30T00:11:45.917Z | Checking hmac v0.12.1 |
| 2322 | 2026-04-30T00:11:45.937Z | Checking icu_collections v2.1.1 |
| 2323 | 2026-04-30T00:11:45.972Z | Checking block-padding v0.3.3 |
| 2324 | 2026-04-30T00:11:45.984Z | Checking serde v1.0.228 |
| 2325 | 2026-04-30T00:11:46.048Z | Checking bitflags v2.11.0 |
| 2326 | 2026-04-30T00:11:46.061Z | Checking serde_json v1.0.149 |
| 2327 | 2026-04-30T00:11:46.078Z | Checking num-traits v0.2.19 |
| 2328 | 2026-04-30T00:11:46.100Z | Checking icu_normalizer_data v2.1.1 |
| 2329 | 2026-04-30T00:11:46.173Z | Checking icu_properties_data v2.1.2 |
| 2330 | 2026-04-30T00:11:46.210Z | Checking futures-sink v0.3.32 |
| 2331 | 2026-04-30T00:11:46.234Z | Checking rand_core v0.10.0 |
| 2332 | 2026-04-30T00:11:46.300Z | Checking hashbrown v0.17.0 |
| 2333 | 2026-04-30T00:11:46.312Z | Checking futures-channel v0.3.32 |
| 2334 | 2026-04-30T00:11:46.353Z | Checking icu_provider v2.1.1 |
| 2335 | 2026-04-30T00:11:46.372Z | Checking getrandom v0.4.1 |
| 2336 | 2026-04-30T00:11:46.375Z | Checking bytes v1.11.1 |
| 2337 | 2026-04-30T00:11:46.496Z | Checking inout v0.1.4 |
| 2338 | 2026-04-30T00:11:46.516Z | Checking futures-io v0.3.32 |
| 2339 | 2026-04-30T00:11:46.579Z | Checking icu_properties v2.1.2 |
| 2340 | 2026-04-30T00:11:46.591Z | Checking icu_normalizer v2.1.1 |
| 2341 | 2026-04-30T00:11:46.626Z | Checking futures-task v0.3.32 |
| 2342 | 2026-04-30T00:11:46.626Z | Checking slab v0.4.12 |
| 2343 | 2026-04-30T00:11:46.718Z | Checking cipher v0.4.4 |
| 2344 | 2026-04-30T00:11:46.755Z | Checking indexmap v2.14.0 |
| 2345 | 2026-04-30T00:11:46.767Z | Checking sha2 v0.10.9 |
| 2346 | 2026-04-30T00:11:46.789Z | Checking futures-util v0.3.32 |
| 2347 | 2026-04-30T00:11:46.818Z | Checking tokio v1.52.1 |
| 2348 | 2026-04-30T00:11:46.892Z | Checking getrandom v0.3.4 |
| 2349 | 2026-04-30T00:11:46.921Z | Checking byteorder v1.5.0 |
| 2350 | 2026-04-30T00:11:47.032Z | Checking base64ct v1.8.3 |
| 2351 | 2026-04-30T00:11:47.045Z | Checking utf8_iter v1.0.4 |
| 2352 | 2026-04-30T00:11:47.131Z | Checking form_urlencoded v1.2.2 |
| 2353 | 2026-04-30T00:11:47.167Z | Checking flagset v0.4.7 |
| 2354 | 2026-04-30T00:11:47.267Z | Checking fnv v1.0.7 |
| 2355 | 2026-04-30T00:11:47.271Z | Checking pem-rfc7468 v0.7.0 |
| 2356 | 2026-04-30T00:11:47.299Z | Checking rand_core v0.9.5 |
| 2357 | 2026-04-30T00:11:47.338Z | Checking salsa20 v0.10.2 |
| 2358 | 2026-04-30T00:11:47.360Z | Checking http v1.4.0 |
| 2359 | 2026-04-30T00:11:47.411Z | Checking idna_adapter v1.2.1 |
| 2360 | 2026-04-30T00:11:47.433Z | Checking der v0.7.10 |
| 2361 | 2026-04-30T00:11:47.467Z | Checking uuid v1.23.0 |
| 2362 | 2026-04-30T00:11:47.479Z | Checking pbkdf2 v0.12.2 |
| 2363 | 2026-04-30T00:11:47.528Z | Checking idna v1.1.0 |
| 2364 | 2026-04-30T00:11:47.585Z | Checking scrypt v0.11.0 |
| 2365 | 2026-04-30T00:11:47.724Z | Checking cbc v0.1.2 |
| 2366 | 2026-04-30T00:11:47.765Z | Checking url v2.5.8 |
| 2367 | 2026-04-30T00:11:47.768Z | Checking aes v0.8.4 |
| 2368 | 2026-04-30T00:11:47.851Z | Checking rustix v1.1.3 |
| 2369 | 2026-04-30T00:11:47.915Z | Checking tracing-core v0.1.36 |
| 2370 | 2026-04-30T00:11:47.956Z | Checking ppv-lite86 v0.2.21 |
| 2371 | 2026-04-30T00:11:48.159Z | Checking rustls-pki-types v1.14.0 |
| 2372 | 2026-04-30T00:11:48.162Z | Checking spki v0.7.3 |
| 2373 | 2026-04-30T00:11:48.197Z | Checking iana-time-zone v0.1.65 |
| 2374 | 2026-04-30T00:11:48.217Z | Checking regex-syntax v0.8.10 |
| 2375 | 2026-04-30T00:11:48.246Z | Checking rand_chacha v0.9.0 |
| 2376 | 2026-04-30T00:11:48.301Z | Checking chrono v0.4.44 |
| 2377 | 2026-04-30T00:11:48.328Z | Checking pkcs5 v0.7.1 |
| 2378 | 2026-04-30T00:11:48.441Z | Checking rand v0.9.2 |
| 2379 | 2026-04-30T00:11:48.444Z | Checking tracing v0.1.44 |
| 2380 | 2026-04-30T00:11:48.582Z | Checking http-body v1.0.1 |
| 2381 | 2026-04-30T00:11:48.653Z | Checking aws-lc-sys v0.37.1 |
| 2382 | 2026-04-30T00:11:48.668Z | Checking untrusted v0.7.1 |
| 2383 | 2026-04-30T00:11:48.694Z | Checking openssl-probe v0.2.1 |
| 2384 | 2026-04-30T00:11:48.711Z | Checking base64 v0.22.1 |
| 2385 | 2026-04-30T00:11:48.776Z | Checking untrusted v0.9.0 |
| 2386 | 2026-04-30T00:11:48.801Z | Checking pkcs8 v0.10.2 |
| 2387 | 2026-04-30T00:11:48.886Z | Checking ring v0.17.14 |
| 2388 | 2026-04-30T00:11:48.908Z | Checking tinyvec_macros v0.1.1 |
| 2389 | 2026-04-30T00:11:48.946Z | Checking tower-service v0.3.3 |
| 2390 | 2026-04-30T00:11:48.974Z | Checking try-lock v0.2.5 |
| 2391 | 2026-04-30T00:11:48.986Z | Checking tower-layer v0.3.3 |
| 2392 | 2026-04-30T00:11:49.035Z | Checking plain v0.2.3 |
| 2393 | 2026-04-30T00:11:49.071Z | Checking atomic-waker v1.1.2 |
| 2394 | 2026-04-30T00:11:49.133Z | Checking want v0.3.1 |
| 2395 | 2026-04-30T00:11:49.136Z | Checking tinyvec v1.10.0 |
| 2396 | 2026-04-30T00:11:49.157Z | Checking aws-lc-rs v1.16.0 |
| 2397 | 2026-04-30T00:11:49.172Z | Checking ipnet v2.11.0 |
| 2398 | 2026-04-30T00:11:49.172Z | Checking semver v1.0.28 |
| 2399 | 2026-04-30T00:11:49.251Z | Checking httparse v1.10.1 |
| 2400 | 2026-04-30T00:11:49.378Z | Checking spin v0.9.8 |
| 2401 | 2026-04-30T00:11:49.434Z | Checking pin-utils v0.1.0 |
| 2402 | 2026-04-30T00:11:49.446Z | Checking dyn-clone v1.0.20 |
| 2403 | 2026-04-30T00:11:49.463Z | Checking foreign-types-shared v0.1.1 |
| 2404 | 2026-04-30T00:11:49.502Z | Checking ucd-trie v0.1.7 |
| 2405 | 2026-04-30T00:11:49.523Z | Checking httpdate v1.0.3 |
| 2406 | 2026-04-30T00:11:49.541Z | Checking unicode-ident v1.0.24 |
| 2407 | 2026-04-30T00:11:49.541Z | Checking fastrand v2.3.0 |
| 2408 | 2026-04-30T00:11:49.565Z | Checking schemars v0.8.22 |
| 2409 | 2026-04-30T00:11:49.630Z | Checking pest v2.8.6 |
| 2410 | 2026-04-30T00:11:49.657Z | Checking proc-macro2 v1.0.106 |
| 2411 | 2026-04-30T00:11:49.669Z | Checking foreign-types v0.3.2 |
| 2412 | 2026-04-30T00:11:49.721Z | Checking tempfile v3.25.0 |
| 2413 | 2026-04-30T00:11:49.737Z | Checking openssl-sys v0.9.111 |
| 2414 | 2026-04-30T00:11:49.863Z | Checking thiserror v2.0.18 |
| 2415 | 2026-04-30T00:11:49.913Z | Checking wait-timeout v0.2.1 |
| 2416 | 2026-04-30T00:11:49.963Z | Checking aho-corasick v1.1.4 |
| 2417 | 2026-04-30T00:11:49.976Z | Checking siphasher v1.0.2 |
| 2418 | 2026-04-30T00:11:49.989Z | Checking rustls-webpki v0.103.9 |
| 2419 | 2026-04-30T00:11:50.016Z | Checking tokio-util v0.7.18 |
| 2420 | 2026-04-30T00:11:50.035Z | Checking simd-adler32 v0.3.8 |
| 2421 | 2026-04-30T00:11:50.132Z | Checking bit-vec v0.8.0 |
| 2422 | 2026-04-30T00:11:50.202Z | Checking pretty-hex v0.4.1 |
| 2423 | 2026-04-30T00:11:50.215Z | Checking utf8parse v0.2.2 |
| 2424 | 2026-04-30T00:11:50.226Z | Checking quick-error v1.2.3 |
| 2425 | 2026-04-30T00:11:50.314Z | Checking anstyle v1.0.13 |
| 2426 | 2026-04-30T00:11:50.326Z | Checking powerfmt v0.2.0 |
| 2427 | 2026-04-30T00:11:50.330Z | Checking rusty-fork v0.3.1 |
| 2428 | 2026-04-30T00:11:50.330Z | Checking bit-set v0.8.0 |
| 2429 | 2026-04-30T00:11:50.403Z | Checking rustls v0.23.37 |
| 2430 | 2026-04-30T00:11:50.472Z | Checking deranged v0.5.8 |
| 2431 | 2026-04-30T00:11:50.485Z | Checking anstyle-parse v0.2.7 |
| 2432 | 2026-04-30T00:11:50.495Z | Checking openssl v0.10.75 |
| 2433 | 2026-04-30T00:11:50.511Z | Checking quote v1.0.45 |
| 2434 | 2026-04-30T00:11:50.620Z | Checking h2 v0.4.13 |
| 2435 | 2026-04-30T00:11:50.635Z | Compiling newtype-uuid v1.3.2 |
| 2436 | 2026-04-30T00:11:50.648Z | Checking regex-automata v0.4.14 |
| 2437 | 2026-04-30T00:11:50.679Z | Checking unicode-normalization v0.1.25 |
| 2438 | 2026-04-30T00:11:50.693Z | Checking rustls-native-certs v0.8.3 |
| 2439 | 2026-04-30T00:11:50.814Z | Checking crossbeam-utils v0.8.21 |
| 2440 | 2026-04-30T00:11:50.826Z | Checking rand_xorshift v0.4.0 |
| 2441 | 2026-04-30T00:11:50.942Z | Checking crc32fast v1.5.0 |
| 2442 | 2026-04-30T00:11:51.075Z | Checking scroll v0.13.0 |
| 2443 | 2026-04-30T00:11:51.088Z | Checking signature v2.2.0 |
| 2444 | 2026-04-30T00:11:51.148Z | Checking sync_wrapper v1.0.2 |
| 2445 | 2026-04-30T00:11:51.214Z | Checking time-core v0.1.8 |
| 2446 | 2026-04-30T00:11:51.250Z | Checking allocator-api2 v0.2.21 |
| 2447 | 2026-04-30T00:11:51.298Z | Checking adler2 v2.0.1 |
| 2448 | 2026-04-30T00:11:51.356Z | Checking num-conv v0.2.0 |
| 2449 | 2026-04-30T00:11:51.382Z | Checking unarray v0.1.4 |
| 2450 | 2026-04-30T00:11:51.403Z | Checking unicode-properties v0.1.4 |
| 2451 | 2026-04-30T00:11:51.469Z | Checking anstyle-query v1.1.5 |
| 2452 | 2026-04-30T00:11:51.485Z | Checking is_terminal_polyfill v1.70.2 |
| 2453 | 2026-04-30T00:11:51.525Z | Checking unicode-bidi v0.3.18 |
| 2454 | 2026-04-30T00:11:51.560Z | Checking colorchoice v1.0.4 |
| 2455 | 2026-04-30T00:11:51.573Z | Checking num_threads v0.1.7 |
| 2456 | 2026-04-30T00:11:51.589Z | Checking proptest v1.10.0 |
| 2457 | 2026-04-30T00:11:51.655Z | Checking time v0.3.47 |
| 2458 | 2026-04-30T00:11:51.659Z | Checking anstream v0.6.21 |
| 2459 | 2026-04-30T00:11:51.814Z | Checking stringprep v0.1.5 |
| 2460 | 2026-04-30T00:11:51.860Z | Checking miniz_oxide v0.8.9 |
| 2461 | 2026-04-30T00:11:51.967Z | Checking goblin v0.10.5 |
| 2462 | 2026-04-30T00:11:52.226Z | Checking tower v0.5.3 |
| 2463 | 2026-04-30T00:11:52.462Z | Checking native-tls v0.2.18 |
| 2464 | 2026-04-30T00:11:52.475Z | Checking crossbeam-epoch v0.9.18 |
| 2465 | 2026-04-30T00:11:52.622Z | Compiling daft v0.1.5 |
| 2466 | 2026-04-30T00:11:52.650Z | Checking syn v2.0.117 |
| 2467 | 2026-04-30T00:11:52.703Z | Checking ipnetwork v0.21.1 |
| 2468 | 2026-04-30T00:11:52.788Z | Checking tokio-rustls v0.26.4 |
| 2469 | 2026-04-30T00:11:52.803Z | Checking http-body-util v0.1.3 |
| 2470 | 2026-04-30T00:11:52.895Z | Checking webpki-roots v1.0.6 |
| 2471 | 2026-04-30T00:11:52.918Z | Checking rand_chacha v0.3.1 |
| 2472 | 2026-04-30T00:11:53.011Z | Checking thiserror v1.0.69 |
| 2473 | 2026-04-30T00:11:53.025Z | Checking scroll v0.12.0 |
| 2474 | 2026-04-30T00:11:53.029Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2475 | 2026-04-30T00:11:53.110Z | Checking hash32 v0.2.1 |
| 2476 | 2026-04-30T00:11:53.125Z | Checking num-integer v0.1.46 |
| 2477 | 2026-04-30T00:11:53.143Z | Checking serde_spanned v0.6.9 |
| 2478 | 2026-04-30T00:11:53.248Z | Checking toml_datetime v0.6.11 |
| 2479 | 2026-04-30T00:11:53.263Z | Checking md-5 v0.10.6 |
| 2480 | 2026-04-30T00:11:53.266Z | Checking ff v0.13.1 |
| 2481 | 2026-04-30T00:11:53.286Z | Checking hyper v1.8.1 |
| 2482 | 2026-04-30T00:11:53.350Z | Checking fallible-iterator v0.2.0 |
| 2483 | 2026-04-30T00:11:53.374Z | Checking iri-string v0.7.10 |
| 2484 | 2026-04-30T00:11:53.394Z | Checking psl-types v2.0.11 |
| 2485 | 2026-04-30T00:11:53.394Z | Checking base16ct v0.2.0 |
| 2486 | 2026-04-30T00:11:53.422Z | Checking zlib-rs v0.6.2 |
| 2487 | 2026-04-30T00:11:53.518Z | Checking ryu v1.0.23 |
| 2488 | 2026-04-30T00:11:53.530Z | Compiling iddqd v0.3.18 |
| 2489 | 2026-04-30T00:11:53.616Z | Checking postgres-protocol v0.6.10 |
| 2490 | 2026-04-30T00:11:53.655Z | Checking serde_urlencoded v0.7.1 |
| 2491 | 2026-04-30T00:11:53.854Z | Checking sec1 v0.7.3 |
| 2492 | 2026-04-30T00:11:53.922Z | Checking publicsuffix v2.3.0 |
| 2493 | 2026-04-30T00:11:54.060Z | Checking group v0.13.0 |
| 2494 | 2026-04-30T00:11:54.168Z | Checking hyper-util v0.1.20 |
| 2495 | 2026-04-30T00:11:54.209Z | Checking num-iter v0.1.45 |
| 2496 | 2026-04-30T00:11:54.234Z | Checking heapless v0.7.17 |
| 2497 | 2026-04-30T00:11:54.279Z | Checking dof v0.4.0 |
| 2498 | 2026-04-30T00:11:54.292Z | Checking flate2 v1.1.9 |
| 2499 | 2026-04-30T00:11:54.316Z | Checking goblin v0.8.2 |
| 2500 | 2026-04-30T00:11:54.382Z | Checking tower-http v0.6.8 |
| 2501 | 2026-04-30T00:11:54.580Z | Checking zstd-safe v7.2.4 |
| 2502 | 2026-04-30T00:11:54.641Z | Checking rand v0.8.5 |
| 2503 | 2026-04-30T00:11:54.655Z | Checking oxnet v0.1.4 |
| 2504 | 2026-04-30T00:11:54.669Z | Checking cookie v0.18.1 |
| 2505 | 2026-04-30T00:11:54.745Z | Checking tokio-native-tls v0.3.1 |
| 2506 | 2026-04-30T00:11:54.887Z | Checking dtrace-parser v0.3.0 |
| 2507 | 2026-04-30T00:11:54.901Z | Checking phf_shared v0.13.1 |
| 2508 | 2026-04-30T00:11:54.901Z | Checking lazy_static v1.5.0 |
| 2509 | 2026-04-30T00:11:54.904Z | Checking zerocopy v0.7.35 |
| 2510 | 2026-04-30T00:11:54.934Z | Checking terminal_size v0.4.3 |
| 2511 | 2026-04-30T00:11:54.987Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2512 | 2026-04-30T00:11:55.041Z | Checking signal-hook v0.3.18 |
| 2513 | 2026-04-30T00:11:55.072Z | Checking hkdf v0.12.4 |
| 2514 | 2026-04-30T00:11:55.104Z | Checking crypto-bigint v0.5.5 |
| 2515 | 2026-04-30T00:11:55.117Z | Checking thread-id v5.1.0 |
| 2516 | 2026-04-30T00:11:55.164Z | Checking winnow v0.5.40 |
| 2517 | 2026-04-30T00:11:55.194Z | Compiling rayon-core v1.13.0 |
| 2518 | 2026-04-30T00:11:55.205Z | Checking foldhash v0.1.5 |
| 2519 | 2026-04-30T00:11:55.227Z | Checking strsim v0.11.1 |
| 2520 | 2026-04-30T00:11:55.334Z | Checking winnow v0.7.14 |
| 2521 | 2026-04-30T00:11:55.367Z | Checking foldhash v0.2.0 |
| 2522 | 2026-04-30T00:11:55.390Z | Checking either v1.15.0 |
| 2523 | 2026-04-30T00:11:55.403Z | Checking bumpalo v3.20.2 |
| 2524 | 2026-04-30T00:11:55.414Z | Checking hyper-rustls v0.27.7 |
| 2525 | 2026-04-30T00:11:55.516Z | Checking managed v0.8.0 |
| 2526 | 2026-04-30T00:11:55.575Z | Checking bitflags v1.3.2 |
| 2527 | 2026-04-30T00:11:55.599Z | Checking libbz2-rs-sys v0.2.2 |
| 2528 | 2026-04-30T00:11:55.617Z | Checking clap_lex v1.0.0 |
| 2529 | 2026-04-30T00:11:55.644Z | Checking zopfli v0.8.3 |
| 2530 | 2026-04-30T00:11:55.701Z | Checking smoltcp v0.9.1 |
| 2531 | 2026-04-30T00:11:55.767Z | Checking clap_builder v4.5.60 |
| 2532 | 2026-04-30T00:11:55.965Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2533 | 2026-04-30T00:11:55.979Z | Checking bzip2 v0.6.1 |
| 2534 | 2026-04-30T00:11:55.991Z | Checking elliptic-curve v0.13.8 |
| 2535 | 2026-04-30T00:11:56.138Z | Checking hashbrown v0.16.1 |
| 2536 | 2026-04-30T00:11:56.165Z | Checking hyper-tls v0.6.0 |
| 2537 | 2026-04-30T00:11:56.227Z | Checking dof v0.3.0 |
| 2538 | 2026-04-30T00:11:56.300Z | Checking toml_edit v0.19.15 |
| 2539 | 2026-04-30T00:11:56.303Z | Checking hashbrown v0.15.5 |
| 2540 | 2026-04-30T00:11:56.310Z | Checking signal-hook-mio v0.2.5 |
| 2541 | 2026-04-30T00:11:56.336Z | Checking usdt-impl v0.6.0 |
| 2542 | 2026-04-30T00:11:56.422Z | Checking num-bigint-dig v0.8.6 |
| 2543 | 2026-04-30T00:11:56.495Z | Checking phf v0.13.1 |
| 2544 | 2026-04-30T00:11:56.511Z | Checking bzip2 v0.4.4 |
| 2545 | 2026-04-30T00:11:56.612Z | Checking cookie_store v0.22.1 |
| 2546 | 2026-04-30T00:11:56.651Z | Checking zstd v0.13.3 |
| 2547 | 2026-04-30T00:11:56.671Z | Checking postgres-types v0.2.12 |
| 2548 | 2026-04-30T00:11:56.768Z | Checking dtrace-parser v0.2.0 |
| 2549 | 2026-04-30T00:11:56.833Z | Checking rustls-platform-verifier v0.6.2 |
| 2550 | 2026-04-30T00:11:56.875Z | Checking crossbeam-deque v0.8.6 |
| 2551 | 2026-04-30T00:11:56.936Z | Checking regex v1.12.3 |
| 2552 | 2026-04-30T00:11:56.967Z | Checking bstr v1.12.1 |
| 2553 | 2026-04-30T00:11:56.979Z | Checking ed25519 v2.2.3 |
| 2554 | 2026-04-30T00:11:57.000Z | Checking phf_shared v0.11.3 |
| 2555 | 2026-04-30T00:11:57.011Z | Checking curve25519-dalek v4.1.3 |
| 2556 | 2026-04-30T00:11:57.060Z | Checking ref-cast v1.0.25 |
| 2557 | 2026-04-30T00:11:57.154Z | Checking strum v0.27.2 |
| 2558 | 2026-04-30T00:11:57.166Z | Checking hubpack v0.1.2 |
| 2559 | 2026-04-30T00:11:57.169Z | Checking memoffset v0.9.1 |
| 2560 | 2026-04-30T00:11:57.233Z | Checking rustix v0.38.44 |
| 2561 | 2026-04-30T00:11:57.245Z | Checking pkcs1 v0.7.5 |
| 2562 | 2026-04-30T00:11:57.256Z | Checking float-cmp v0.10.0 |
| 2563 | 2026-04-30T00:11:57.267Z | Checking serde-big-array v0.5.1 |
| 2564 | 2026-04-30T00:11:57.333Z | Checking hex v0.4.3 |
| 2565 | 2026-04-30T00:11:57.345Z | Checking erased-serde v0.3.31 |
| 2566 | 2026-04-30T00:11:57.371Z | Checking rfc6979 v0.4.0 |
| 2567 | 2026-04-30T00:11:57.382Z | Checking thread-id v4.2.2 |
| 2568 | 2026-04-30T00:11:57.397Z | Checking memmap2 v0.9.10 |
| 2569 | 2026-04-30T00:11:57.454Z | Checking env_filter v1.0.0 |
| 2570 | 2026-04-30T00:11:57.471Z | Checking encoding_rs v0.8.35 |
| 2571 | 2026-04-30T00:11:57.486Z | Checking data-encoding v2.10.0 |
| 2572 | 2026-04-30T00:11:57.559Z | Checking toml_write v0.1.2 |
| 2573 | 2026-04-30T00:11:57.559Z | Checking normalize-line-endings v0.3.0 |
| 2574 | 2026-04-30T00:11:57.594Z | Checking fixedbitset v0.4.2 |
| 2575 | 2026-04-30T00:11:57.648Z | Checking unicode-segmentation v1.12.0 |
| 2576 | 2026-04-30T00:11:57.727Z | Checking whoami v2.1.0 |
| 2577 | 2026-04-30T00:11:57.739Z | Checking new_debug_unreachable v1.0.6 |
| 2578 | 2026-04-30T00:11:57.749Z | Checking mime v0.3.17 |
| 2579 | 2026-04-30T00:11:57.753Z | Checking predicates-core v1.0.10 |
| 2580 | 2026-04-30T00:11:57.786Z | Checking jiff v0.2.21 |
| 2581 | 2026-04-30T00:11:57.802Z | Checking fixedbitset v0.5.7 |
| 2582 | 2026-04-30T00:11:57.883Z | Checking rustc-hash v2.1.1 |
| 2583 | 2026-04-30T00:11:57.917Z | Checking static_assertions v1.1.0 |
| 2584 | 2026-04-30T00:11:57.920Z | Checking precomputed-hash v0.1.1 |
| 2585 | 2026-04-30T00:11:57.958Z | Checking keccak v0.1.6 |
| 2586 | 2026-04-30T00:11:57.987Z | Checking difflib v0.4.0 |
| 2587 | 2026-04-30T00:11:57.999Z | Checking petgraph v0.8.3 |
| 2588 | 2026-04-30T00:11:58.020Z | Checking string_cache v0.8.9 |
| 2589 | 2026-04-30T00:11:58.037Z | Checking crossterm v0.28.1 |
| 2590 | 2026-04-30T00:11:58.122Z | Checking sha3 v0.10.8 |
| 2591 | 2026-04-30T00:11:58.164Z | Checking predicates v3.1.4 |
| 2592 | 2026-04-30T00:11:58.184Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2593 | 2026-04-30T00:11:58.326Z | Checking similar v2.7.0 |
| 2594 | 2026-04-30T00:11:58.411Z | Checking reqwest v0.12.28 |
| 2595 | 2026-04-30T00:11:58.455Z | Checking tokio-postgres v0.7.16 |
| 2596 | 2026-04-30T00:11:58.706Z | Checking ed25519-dalek v2.2.0 |
| 2597 | 2026-04-30T00:11:58.732Z | Checking hickory-proto v0.25.2 |
| 2598 | 2026-04-30T00:11:58.857Z | Checking petgraph v0.6.5 |
| 2599 | 2026-04-30T00:11:58.942Z | Checking toml_edit v0.22.27 |
| 2600 | 2026-04-30T00:11:59.244Z | Checking slog v2.8.2 |
| 2601 | 2026-04-30T00:11:59.508Z | Checking env_logger v0.11.9 |
| 2602 | 2026-04-30T00:11:59.553Z | Checking usdt v0.6.0 |
| 2603 | 2026-04-30T00:11:59.690Z | Checking serde_with v3.17.0 |
| 2604 | 2026-04-30T00:11:59.703Z | Checking ecdsa v0.16.9 |
| 2605 | 2026-04-30T00:11:59.719Z | Checking usdt-impl v0.5.0 |
| 2606 | 2026-04-30T00:11:59.993Z | Checking rsa v0.9.10 |
| 2607 | 2026-04-30T00:11:59.996Z | Checking zip v4.6.1 |
| 2608 | 2026-04-30T00:12:00.018Z | Checking toml v0.7.8 |
| 2609 | 2026-04-30T00:12:00.035Z | Checking nix v0.31.2 |
| 2610 | 2026-04-30T00:12:00.325Z | Checking clap v4.5.60 |
| 2611 | 2026-04-30T00:12:00.403Z | Checking reqwest v0.13.2 |
| 2612 | 2026-04-30T00:12:00.406Z | Checking zip v0.6.6 |
| 2613 | 2026-04-30T00:12:00.436Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2614 | 2026-04-30T00:12:00.472Z | Checking itertools v0.13.0 |
| 2615 | 2026-04-30T00:12:00.579Z | Checking strum v0.26.3 |
| 2616 | 2026-04-30T00:12:00.695Z | Checking tokio-stream v0.1.18 |
| 2617 | 2026-04-30T00:12:00.730Z | Checking fs-err v3.3.0 |
| 2618 | 2026-04-30T00:12:00.763Z | Checking ahash v0.8.12 |
| 2619 | 2026-04-30T00:12:00.960Z | Checking object v0.37.3 |
| 2620 | 2026-04-30T00:12:01.021Z | Checking buf-list v1.1.2 |
| 2621 | 2026-04-30T00:12:01.024Z | Checking camino v1.2.2 |
| 2622 | 2026-04-30T00:12:01.074Z | Checking anyhow v1.0.102 |
| 2623 | 2026-04-30T00:12:01.088Z | Checking x509-cert v0.2.5 |
| 2624 | 2026-04-30T00:12:01.213Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2625 | 2026-04-30T00:12:01.236Z | Checking openapiv3 v2.2.0 |
| 2626 | 2026-04-30T00:12:01.270Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2627 | 2026-04-30T00:12:01.273Z | Checking sha1 v0.10.6 |
| 2628 | 2026-04-30T00:12:01.443Z | Checking peg-runtime v0.8.5 |
| 2629 | 2026-04-30T00:12:01.465Z | Checking lalrpop-util v0.19.12 |
| 2630 | 2026-04-30T00:12:01.479Z | Checking rayon v1.11.0 |
| 2631 | 2026-04-30T00:12:01.489Z | Checking sigpipe v0.1.3 |
| 2632 | 2026-04-30T00:12:01.492Z | Checking glob v0.3.3 |
| 2633 | 2026-04-30T00:12:03.142Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2634 | 2026-04-30T00:12:03.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.60s |
| 2635 | 2026-04-30T00:12:03.590Z | |
| 2636 | 2026-04-30T00:12:03.590Z | info: running `cargo check --bins` on internal-dns-types (77/273) |
| 2637 | 2026-04-30T00:12:04.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2026-04-30T00:12:04.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2026-04-30T00:12:04.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2026-04-30T00:12:04.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2641 | 2026-04-30T00:12:04.180Z | |
| 2642 | 2026-04-30T00:12:04.180Z | info: running `cargo check --bins` on internal-dns-types-versions (78/273) |
| 2643 | 2026-04-30T00:12:04.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2026-04-30T00:12:04.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2026-04-30T00:12:04.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2026-04-30T00:12:04.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2647 | 2026-04-30T00:12:04.772Z | |
| 2648 | 2026-04-30T00:12:04.772Z | info: running `cargo check --bins` on nexus-types-versions (79/273) |
| 2649 | 2026-04-30T00:12:05.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2026-04-30T00:12:05.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2026-04-30T00:12:05.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2026-04-30T00:12:05.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2653 | 2026-04-30T00:12:05.378Z | |
| 2654 | 2026-04-30T00:12:05.378Z | info: running `cargo check --bins` on oxql-types (80/273) |
| 2655 | 2026-04-30T00:12:05.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2026-04-30T00:12:05.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2026-04-30T00:12:05.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2026-04-30T00:12:05.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2659 | 2026-04-30T00:12:05.965Z | |
| 2660 | 2026-04-30T00:12:05.965Z | info: running `cargo check --bins` on oximeter-types (81/273) |
| 2661 | 2026-04-30T00:12:06.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2026-04-30T00:12:06.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2026-04-30T00:12:06.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2026-04-30T00:12:06.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2665 | 2026-04-30T00:12:06.553Z | |
| 2666 | 2026-04-30T00:12:06.553Z | info: running `cargo check --bins` on oximeter-types-versions (82/273) |
| 2667 | 2026-04-30T00:12:07.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2026-04-30T00:12:07.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2026-04-30T00:12:07.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2026-04-30T00:12:07.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2671 | 2026-04-30T00:12:07.155Z | |
| 2672 | 2026-04-30T00:12:07.155Z | info: running `cargo check --bins` on oximeter-macro-impl (83/273) |
| 2673 | 2026-04-30T00:12:07.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2026-04-30T00:12:07.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2026-04-30T00:12:07.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2676 | 2026-04-30T00:12:07.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2677 | 2026-04-30T00:12:07.736Z | |
| 2678 | 2026-04-30T00:12:07.736Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/273) |
| 2679 | 2026-04-30T00:12:08.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2026-04-30T00:12:08.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2026-04-30T00:12:08.419Z | Compiling structmeta-derive v0.3.0 |
| 2682 | 2026-04-30T00:12:08.535Z | Compiling rustls v0.22.4 |
| 2683 | 2026-04-30T00:12:08.545Z | Compiling multer v3.1.0 |
| 2684 | 2026-04-30T00:12:08.554Z | Compiling async-stream-impl v0.3.6 |
| 2685 | 2026-04-30T00:12:08.557Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2686 | 2026-04-30T00:12:08.575Z | Compiling dropshot v0.17.0 |
| 2687 | 2026-04-30T00:12:08.590Z | Compiling dropshot_endpoint v0.17.0 |
| 2688 | 2026-04-30T00:12:08.590Z | Compiling newtype-uuid-macros v0.1.0 |
| 2689 | 2026-04-30T00:12:08.713Z | Checking newtype-uuid v1.3.2 |
| 2690 | 2026-04-30T00:12:08.788Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2691 | 2026-04-30T00:12:08.832Z | Checking rustls-webpki v0.102.8 |
| 2692 | 2026-04-30T00:12:08.911Z | Checking daft v0.1.5 |
| 2693 | 2026-04-30T00:12:08.926Z | Checking futures-executor v0.3.32 |
| 2694 | 2026-04-30T00:12:09.131Z | Checking thread_local v1.1.9 |
| 2695 | 2026-04-30T00:12:09.149Z | Checking match_cfg v0.1.0 |
| 2696 | 2026-04-30T00:12:09.189Z | Compiling compression-core v0.4.31 |
| 2697 | 2026-04-30T00:12:09.292Z | Compiling hostname v0.3.1 |
| 2698 | 2026-04-30T00:12:09.305Z | Compiling compression-codecs v0.4.37 |
| 2699 | 2026-04-30T00:12:09.355Z | Checking iddqd v0.3.18 |
| 2700 | 2026-04-30T00:12:09.438Z | Checking futures v0.3.32 |
| 2701 | 2026-04-30T00:12:09.514Z | Checking crossbeam-channel v0.5.15 |
| 2702 | 2026-04-30T00:12:09.542Z | Checking slog-json v2.6.1 |
| 2703 | 2026-04-30T00:12:09.584Z | Compiling structmeta v0.3.0 |
| 2704 | 2026-04-30T00:12:09.800Z | Compiling derive-ex v0.1.8 |
| 2705 | 2026-04-30T00:12:09.837Z | Compiling parse-display-derive v0.10.0 |
| 2706 | 2026-04-30T00:12:09.851Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2707 | 2026-04-30T00:12:09.900Z | Checking serde_spanned v1.0.4 |
| 2708 | 2026-04-30T00:12:10.032Z | Checking is-terminal v0.4.17 |
| 2709 | 2026-04-30T00:12:10.212Z | Checking term v1.2.1 |
| 2710 | 2026-04-30T00:12:10.277Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2711 | 2026-04-30T00:12:10.330Z | Checking take_mut v0.2.2 |
| 2712 | 2026-04-30T00:12:10.433Z | Checking debug-ignore v1.0.5 |
| 2713 | 2026-04-30T00:12:10.436Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2714 | 2026-04-30T00:12:10.458Z | Checking toml v1.0.6+spec-1.1.0 |
| 2715 | 2026-04-30T00:12:10.534Z | Checking slog-async v2.8.0 |
| 2716 | 2026-04-30T00:12:10.550Z | Checking slog-term v2.9.2 |
| 2717 | 2026-04-30T00:12:10.705Z | Compiling slog-bunyan v2.5.0 |
| 2718 | 2026-04-30T00:12:10.845Z | Checking async-compression v0.4.41 |
| 2719 | 2026-04-30T00:12:10.859Z | Checking tokio-rustls v0.25.0 |
| 2720 | 2026-04-30T00:12:11.028Z | Compiling async-stream v0.3.6 |
| 2721 | 2026-04-30T00:12:11.088Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2722 | 2026-04-30T00:12:11.197Z | Checking progenitor-client v0.14.0 |
| 2723 | 2026-04-30T00:12:11.197Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2724 | 2026-04-30T00:12:11.429Z | Checking backon v1.6.0 |
| 2725 | 2026-04-30T00:12:11.454Z | Checking waitgroup v0.1.2 |
| 2726 | 2026-04-30T00:12:11.466Z | Compiling test-strategy v0.4.5 |
| 2727 | 2026-04-30T00:12:11.554Z | Checking rustls-pemfile v2.2.0 |
| 2728 | 2026-04-30T00:12:11.788Z | Checking serde_path_to_error v0.1.20 |
| 2729 | 2026-04-30T00:12:11.812Z | Checking hostname v0.4.2 |
| 2730 | 2026-04-30T00:12:11.836Z | Checking instant v0.1.13 |
| 2731 | 2026-04-30T00:12:11.908Z | Compiling prettyplease v0.2.37 |
| 2732 | 2026-04-30T00:12:11.958Z | Checking backoff v0.4.0 |
| 2733 | 2026-04-30T00:12:12.035Z | Compiling progenitor-extras v0.2.0 |
| 2734 | 2026-04-30T00:12:12.200Z | Checking parse-display v0.10.0 |
| 2735 | 2026-04-30T00:12:12.329Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2736 | 2026-04-30T00:12:12.414Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2737 | 2026-04-30T00:12:12.558Z | Checking progenitor-client v0.10.0 |
| 2738 | 2026-04-30T00:12:12.584Z | Checking itertools v0.14.0 |
| 2739 | 2026-04-30T00:12:12.789Z | Checking regress v0.10.5 |
| 2740 | 2026-04-30T00:12:12.845Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2741 | 2026-04-30T00:12:12.868Z | Checking num-rational v0.4.2 |
| 2742 | 2026-04-30T00:12:12.979Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2743 | 2026-04-30T00:12:13.634Z | Checking num-complex v0.4.6 |
| 2744 | 2026-04-30T00:12:14.015Z | Compiling macaddr v1.0.1 |
| 2745 | 2026-04-30T00:12:14.184Z | Checking num v0.4.3 |
| 2746 | 2026-04-30T00:12:14.211Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2747 | 2026-04-30T00:12:14.236Z | Compiling usdt-macro v0.5.0 |
| 2748 | 2026-04-30T00:12:14.258Z | Compiling usdt-attr-macro v0.5.0 |
| 2749 | 2026-04-30T00:12:14.421Z | Checking memmap v0.7.0 |
| 2750 | 2026-04-30T00:12:14.434Z | Checking float-ord v0.3.2 |
| 2751 | 2026-04-30T00:12:14.569Z | Compiling toml v0.8.23 |
| 2752 | 2026-04-30T00:12:14.660Z | Checking linked-hash-map v0.5.6 |
| 2753 | 2026-04-30T00:12:14.834Z | Compiling minimal-lexical v0.2.1 |
| 2754 | 2026-04-30T00:12:15.037Z | Checking usdt v0.5.0 |
| 2755 | 2026-04-30T00:12:15.113Z | Compiling nom v7.1.3 |
| 2756 | 2026-04-30T00:12:15.182Z | Checking lru-cache v0.1.2 |
| 2757 | 2026-04-30T00:12:15.628Z | Checking hickory-proto v0.24.4 |
| 2758 | 2026-04-30T00:12:15.707Z | Checking phf_shared v0.12.1 |
| 2759 | 2026-04-30T00:12:15.733Z | Compiling slog-dtrace v0.3.0 |
| 2760 | 2026-04-30T00:12:15.853Z | Compiling chrono-tz v0.10.4 |
| 2761 | 2026-04-30T00:12:15.930Z | Compiling convert_case v0.4.0 |
| 2762 | 2026-04-30T00:12:16.036Z | Checking resolv-conf v0.7.6 |
| 2763 | 2026-04-30T00:12:16.223Z | Checking heck v0.5.0 |
| 2764 | 2026-04-30T00:12:16.305Z | Compiling derive_more v0.99.20 |
| 2765 | 2026-04-30T00:12:16.353Z | Compiling const_format_proc_macros v0.2.34 |
| 2766 | 2026-04-30T00:12:16.455Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2767 | 2026-04-30T00:12:16.520Z | Checking phf v0.12.1 |
| 2768 | 2026-04-30T00:12:16.665Z | Checking tokio-dtrace v0.1.1 |
| 2769 | 2026-04-30T00:12:16.856Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2770 | 2026-04-30T00:12:16.925Z | Compiling derive-where v1.6.0 |
| 2771 | 2026-04-30T00:12:17.416Z | Checking highway v1.3.0 |
| 2772 | 2026-04-30T00:12:17.460Z | Checking hickory-resolver v0.24.4 |
| 2773 | 2026-04-30T00:12:17.588Z | Checking const_format v0.2.35 |
| 2774 | 2026-04-30T00:12:17.670Z | Checking oxide-tokio-rt v0.1.4 |
| 2775 | 2026-04-30T00:12:18.061Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2776 | 2026-04-30T00:12:18.080Z | Checking gethostname v0.5.0 |
| 2777 | 2026-04-30T00:12:18.173Z | Checking bcs v0.1.6 |
| 2778 | 2026-04-30T00:12:18.204Z | Compiling async-recursion v1.1.1 |
| 2779 | 2026-04-30T00:12:18.285Z | Checking qorb v0.4.1 |
| 2780 | 2026-04-30T00:12:18.407Z | Checking termtree v0.5.1 |
| 2781 | 2026-04-30T00:12:18.892Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2782 | 2026-04-30T00:12:19.544Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2783 | 2026-04-30T00:12:19.741Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2784 | 2026-04-30T00:12:19.744Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2785 | 2026-04-30T00:12:21.770Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2786 | 2026-04-30T00:12:24.508Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2787 | 2026-04-30T00:12:26.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.83s |
| 2788 | 2026-04-30T00:12:26.752Z | |
| 2789 | 2026-04-30T00:12:26.753Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/273) |
| 2790 | 2026-04-30T00:12:27.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2791 | 2026-04-30T00:12:27.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2792 | 2026-04-30T00:12:27.438Z | Compiling ar_archive_writer v0.5.1 |
| 2793 | 2026-04-30T00:12:27.548Z | Compiling stacker v0.1.23 |
| 2794 | 2026-04-30T00:12:27.551Z | Compiling cfg_aliases v0.1.1 |
| 2795 | 2026-04-30T00:12:27.563Z | Compiling convert_case v0.10.0 |
| 2796 | 2026-04-30T00:12:27.566Z | Checking unicode-width v0.1.14 |
| 2797 | 2026-04-30T00:12:27.580Z | Compiling proc-macro-error v1.0.4 |
| 2798 | 2026-04-30T00:12:27.590Z | Checking fd-lock v4.0.4 |
| 2799 | 2026-04-30T00:12:27.594Z | Checking nibble_vec v0.1.0 |
| 2800 | 2026-04-30T00:12:27.618Z | Compiling nix v0.28.0 |
| 2801 | 2026-04-30T00:12:27.705Z | Checking vte v0.14.1 |
| 2802 | 2026-04-30T00:12:27.722Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2803 | 2026-04-30T00:12:27.803Z | Checking endian-type v0.1.2 |
| 2804 | 2026-04-30T00:12:27.815Z | Checking bytecount v0.6.9 |
| 2805 | 2026-04-30T00:12:27.856Z | Compiling derive_more-impl v2.1.1 |
| 2806 | 2026-04-30T00:12:27.859Z | Checking strip-ansi-escapes v0.2.1 |
| 2807 | 2026-04-30T00:12:27.880Z | Compiling tabled_derive v0.7.0 |
| 2808 | 2026-04-30T00:12:27.913Z | Checking papergrid v0.11.0 |
| 2809 | 2026-04-30T00:12:27.925Z | Checking radix_trie v0.2.1 |
| 2810 | 2026-04-30T00:12:27.974Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2811 | 2026-04-30T00:12:28.123Z | Compiling peg-macros v0.8.5 |
| 2812 | 2026-04-30T00:12:28.123Z | Checking winnow v0.6.26 |
| 2813 | 2026-04-30T00:12:28.389Z | Compiling psm v0.1.30 |
| 2814 | 2026-04-30T00:12:28.460Z | Compiling sqlparser_derive v0.5.0 |
| 2815 | 2026-04-30T00:12:28.512Z | Checking unicode-width v0.2.0 |
| 2816 | 2026-04-30T00:12:28.653Z | Checking derive_more v2.1.1 |
| 2817 | 2026-04-30T00:12:28.731Z | Checking nu-ansi-term v0.50.3 |
| 2818 | 2026-04-30T00:12:28.760Z | Checking home v0.5.12 |
| 2819 | 2026-04-30T00:12:28.829Z | Checking unicode_categories v0.1.1 |
| 2820 | 2026-04-30T00:12:28.866Z | Checking tabled v0.15.0 |
| 2821 | 2026-04-30T00:12:28.938Z | Checking reedline v0.40.0 |
| 2822 | 2026-04-30T00:12:28.950Z | Checking rustyline v14.0.0 |
| 2823 | 2026-04-30T00:12:28.982Z | Checking crossterm v0.29.0 |
| 2824 | 2026-04-30T00:12:29.151Z | Checking recursive v0.1.1 |
| 2825 | 2026-04-30T00:12:29.232Z | Checking display-error-chain v0.2.2 |
| 2826 | 2026-04-30T00:12:29.245Z | Checking sqlparser v0.61.0 |
| 2827 | 2026-04-30T00:12:29.270Z | Checking sqlformat v0.3.5 |
| 2828 | 2026-04-30T00:12:29.484Z | Checking peg v0.8.5 |
| 2829 | 2026-04-30T00:12:40.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s |
| 2830 | 2026-04-30T00:12:40.514Z | |
| 2831 | 2026-04-30T00:12:40.514Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/273) |
| 2832 | 2026-04-30T00:12:41.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-04-30T00:12:41.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-04-30T00:12:42.192Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2835 | 2026-04-30T00:12:44.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2836 | 2026-04-30T00:12:44.776Z | |
| 2837 | 2026-04-30T00:12:44.776Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/273) |
| 2838 | 2026-04-30T00:12:45.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-04-30T00:12:45.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-04-30T00:12:45.449Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2841 | 2026-04-30T00:12:47.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 2842 | 2026-04-30T00:12:48.042Z | |
| 2843 | 2026-04-30T00:12:48.042Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/273) |
| 2844 | 2026-04-30T00:12:48.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-04-30T00:12:48.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-04-30T00:12:48.706Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2847 | 2026-04-30T00:12:51.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 2848 | 2026-04-30T00:12:52.121Z | |
| 2849 | 2026-04-30T00:12:52.121Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/273) |
| 2850 | 2026-04-30T00:12:52.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2026-04-30T00:12:52.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2026-04-30T00:12:52.790Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2853 | 2026-04-30T00:12:55.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 2854 | 2026-04-30T00:12:56.165Z | |
| 2855 | 2026-04-30T00:12:56.165Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/273) |
| 2856 | 2026-04-30T00:12:56.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-04-30T00:12:56.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-04-30T00:12:56.839Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2859 | 2026-04-30T00:12:59.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 2860 | 2026-04-30T00:12:59.563Z | |
| 2861 | 2026-04-30T00:12:59.563Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/273) |
| 2862 | 2026-04-30T00:13:00.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-04-30T00:13:00.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-04-30T00:13:00.242Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2865 | 2026-04-30T00:13:02.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 2866 | 2026-04-30T00:13:02.988Z | |
| 2867 | 2026-04-30T00:13:02.988Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/273) |
| 2868 | 2026-04-30T00:13:03.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-04-30T00:13:03.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-04-30T00:13:03.666Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2871 | 2026-04-30T00:13:07.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 2872 | 2026-04-30T00:13:07.214Z | |
| 2873 | 2026-04-30T00:13:07.214Z | info: running `cargo check --bins` on oximeter (93/273) |
| 2874 | 2026-04-30T00:13:07.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2875 | 2026-04-30T00:13:07.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2876 | 2026-04-30T00:13:07.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2877 | 2026-04-30T00:13:07.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2878 | 2026-04-30T00:13:07.813Z | |
| 2879 | 2026-04-30T00:13:07.813Z | info: running `cargo check --bins` on oximeter-schema (94/273) |
| 2880 | 2026-04-30T00:13:08.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2026-04-30T00:13:08.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2026-04-30T00:13:08.452Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2883 | 2026-04-30T00:13:08.616Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2884 | 2026-04-30T00:13:08.619Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2885 | 2026-04-30T00:13:08.952Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2886 | 2026-04-30T00:13:12.012Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2887 | 2026-04-30T00:13:13.232Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2888 | 2026-04-30T00:13:13.398Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2889 | 2026-04-30T00:13:14.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s |
| 2890 | 2026-04-30T00:13:14.251Z | |
| 2891 | 2026-04-30T00:13:14.251Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/273) |
| 2892 | 2026-04-30T00:13:14.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-04-30T00:13:14.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-04-30T00:13:14.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-04-30T00:13:14.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2896 | 2026-04-30T00:13:14.857Z | |
| 2897 | 2026-04-30T00:13:14.857Z | info: running `cargo check --bins` on oximeter-test-utils (96/273) |
| 2898 | 2026-04-30T00:13:15.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-04-30T00:13:15.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-04-30T00:13:15.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-04-30T00:13:15.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2902 | 2026-04-30T00:13:15.508Z | |
| 2903 | 2026-04-30T00:13:15.508Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/273) |
| 2904 | 2026-04-30T00:13:16.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-04-30T00:13:16.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-04-30T00:13:16.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-04-30T00:13:16.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2908 | 2026-04-30T00:13:16.116Z | |
| 2909 | 2026-04-30T00:13:16.117Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/273) |
| 2910 | 2026-04-30T00:13:16.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-04-30T00:13:16.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-04-30T00:13:16.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2026-04-30T00:13:16.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2914 | 2026-04-30T00:13:16.730Z | |
| 2915 | 2026-04-30T00:13:16.730Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/273) |
| 2916 | 2026-04-30T00:13:17.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-04-30T00:13:17.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-04-30T00:13:17.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2026-04-30T00:13:17.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2920 | 2026-04-30T00:13:17.339Z | |
| 2921 | 2026-04-30T00:13:17.339Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/273) |
| 2922 | 2026-04-30T00:13:17.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-04-30T00:13:17.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-04-30T00:13:17.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2026-04-30T00:13:17.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2926 | 2026-04-30T00:13:17.947Z | |
| 2927 | 2026-04-30T00:13:17.947Z | info: running `cargo check --bins` on trust-quorum-types (101/273) |
| 2928 | 2026-04-30T00:13:18.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-04-30T00:13:18.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-04-30T00:13:18.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2026-04-30T00:13:18.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2932 | 2026-04-30T00:13:18.536Z | |
| 2933 | 2026-04-30T00:13:18.536Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/273) |
| 2934 | 2026-04-30T00:13:19.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-04-30T00:13:19.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-04-30T00:13:19.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2937 | 2026-04-30T00:13:19.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2938 | 2026-04-30T00:13:19.144Z | |
| 2939 | 2026-04-30T00:13:19.144Z | info: running `cargo check --bins` on update-engine (103/273) |
| 2940 | 2026-04-30T00:13:19.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2941 | 2026-04-30T00:13:19.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2942 | 2026-04-30T00:13:19.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2943 | 2026-04-30T00:13:19.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2944 | 2026-04-30T00:13:19.731Z | |
| 2945 | 2026-04-30T00:13:19.731Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/273) |
| 2946 | 2026-04-30T00:13:20.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2947 | 2026-04-30T00:13:20.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2948 | 2026-04-30T00:13:20.451Z | Compiling crucible-workspace-hack v0.1.0 |
| 2949 | 2026-04-30T00:13:20.569Z | Checking secrecy v0.10.3 |
| 2950 | 2026-04-30T00:13:20.576Z | Compiling heapless v0.8.0 |
| 2951 | 2026-04-30T00:13:20.583Z | Compiling ingot-macros v0.1.1 |
| 2952 | 2026-04-30T00:13:20.591Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2953 | 2026-04-30T00:13:20.594Z | Checking hash32 v0.3.1 |
| 2954 | 2026-04-30T00:13:20.612Z | Compiling smoltcp v0.11.0 |
| 2955 | 2026-04-30T00:13:20.615Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2956 | 2026-04-30T00:13:20.671Z | Checking cobs v0.3.0 |
| 2957 | 2026-04-30T00:13:20.708Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2958 | 2026-04-30T00:13:20.807Z | Checking universal-hash v0.5.1 |
| 2959 | 2026-04-30T00:13:20.821Z | Checking half v2.7.1 |
| 2960 | 2026-04-30T00:13:20.860Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2961 | 2026-04-30T00:13:20.931Z | Checking opaque-debug v0.3.1 |
| 2962 | 2026-04-30T00:13:20.963Z | Checking ciborium-io v0.2.2 |
| 2963 | 2026-04-30T00:13:21.003Z | Checking poly1305 v0.8.0 |
| 2964 | 2026-04-30T00:13:21.053Z | Checking postcard v1.1.3 |
| 2965 | 2026-04-30T00:13:21.068Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2966 | 2026-04-30T00:13:21.081Z | Checking ciborium-ll v0.2.2 |
| 2967 | 2026-04-30T00:13:21.252Z | Compiling proc-macro-crate v3.4.0 |
| 2968 | 2026-04-30T00:13:21.266Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2969 | 2026-04-30T00:13:21.341Z | Checking password-hash v0.5.0 |
| 2970 | 2026-04-30T00:13:21.356Z | Checking chacha20 v0.9.1 |
| 2971 | 2026-04-30T00:13:21.533Z | Compiling proc-macro-crate v1.3.1 |
| 2972 | 2026-04-30T00:13:21.547Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2973 | 2026-04-30T00:13:21.569Z | Checking blake2 v0.10.6 |
| 2974 | 2026-04-30T00:13:21.658Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2975 | 2026-04-30T00:13:21.779Z | Checking aead v0.5.2 |
| 2976 | 2026-04-30T00:13:21.804Z | Compiling foreign-types-macros v0.2.3 |
| 2977 | 2026-04-30T00:13:21.820Z | Compiling num_enum_derive v0.7.5 |
| 2978 | 2026-04-30T00:13:21.865Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2979 | 2026-04-30T00:13:21.878Z | Checking thiserror-no-std v2.0.2 |
| 2980 | 2026-04-30T00:13:21.922Z | Checking foreign-types-shared v0.3.1 |
| 2981 | 2026-04-30T00:13:21.947Z | Checking cpufeatures v0.3.0 |
| 2982 | 2026-04-30T00:13:21.963Z | Checking vsss-rs v3.3.4 |
| 2983 | 2026-04-30T00:13:22.013Z | Compiling num_enum_derive v0.5.11 |
| 2984 | 2026-04-30T00:13:22.025Z | Checking chacha20 v0.10.0 |
| 2985 | 2026-04-30T00:13:22.110Z | Checking chacha20poly1305 v0.10.1 |
| 2986 | 2026-04-30T00:13:22.237Z | Checking argon2 v0.5.3 |
| 2987 | 2026-04-30T00:13:22.241Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2988 | 2026-04-30T00:13:22.416Z | Checking foreign-types v0.5.0 |
| 2989 | 2026-04-30T00:13:22.497Z | Checking ciborium v0.2.2 |
| 2990 | 2026-04-30T00:13:22.691Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2991 | 2026-04-30T00:13:22.708Z | Checking console v0.15.11 |
| 2992 | 2026-04-30T00:13:22.864Z | Checking num_enum v0.7.5 |
| 2993 | 2026-04-30T00:13:22.909Z | Checking tabwriter v1.4.1 |
| 2994 | 2026-04-30T00:13:22.975Z | Checking newline-converter v0.3.0 |
| 2995 | 2026-04-30T00:13:22.988Z | Checking camino-tempfile v1.4.1 |
| 2996 | 2026-04-30T00:13:22.991Z | Checking atomicwrites v0.4.4 |
| 2997 | 2026-04-30T00:13:23.052Z | Checking byte-wrapper v0.1.0 |
| 2998 | 2026-04-30T00:13:23.065Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2999 | 2026-04-30T00:13:23.083Z | Checking cstr-argument v0.1.2 |
| 3000 | 2026-04-30T00:13:23.096Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3001 | 2026-04-30T00:13:23.121Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3002 | 2026-04-30T00:13:23.142Z | Checking expectorate v1.2.0 |
| 3003 | 2026-04-30T00:13:23.203Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3004 | 2026-04-30T00:13:23.260Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3005 | 2026-04-30T00:13:23.272Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3006 | 2026-04-30T00:13:23.321Z | Checking num_enum v0.5.11 |
| 3007 | 2026-04-30T00:13:23.367Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3008 | 2026-04-30T00:13:23.398Z | Checking ingot-types v0.1.2 |
| 3009 | 2026-04-30T00:13:23.433Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3010 | 2026-04-30T00:13:23.480Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3011 | 2026-04-30T00:13:23.528Z | Checking rand v0.10.0 |
| 3012 | 2026-04-30T00:13:23.542Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3013 | 2026-04-30T00:13:23.586Z | Checking colored v3.1.1 |
| 3014 | 2026-04-30T00:13:23.632Z | Checking indent_write v2.2.0 |
| 3015 | 2026-04-30T00:13:23.693Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3016 | 2026-04-30T00:13:23.756Z | Checking ingot v0.1.1 |
| 3017 | 2026-04-30T00:13:23.770Z | Compiling zone_cfg_derive v0.3.1 |
| 3018 | 2026-04-30T00:13:23.783Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3019 | 2026-04-30T00:13:23.809Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3020 | 2026-04-30T00:13:23.847Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3021 | 2026-04-30T00:13:23.870Z | Checking itertools v0.12.1 |
| 3022 | 2026-04-30T00:13:23.964Z | Compiling num-derive v0.4.2 |
| 3023 | 2026-04-30T00:13:24.022Z | Checking swrite v0.1.0 |
| 3024 | 2026-04-30T00:13:24.112Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3025 | 2026-04-30T00:13:24.319Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3026 | 2026-04-30T00:13:24.369Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3027 | 2026-04-30T00:13:24.403Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3028 | 2026-04-30T00:13:24.559Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3029 | 2026-04-30T00:13:24.628Z | Checking dropshot-api-manager-types v0.7.1 |
| 3030 | 2026-04-30T00:13:24.670Z | Checking smf v0.2.3 |
| 3031 | 2026-04-30T00:13:24.798Z | Checking nanorand v0.7.0 |
| 3032 | 2026-04-30T00:13:24.812Z | Checking whoami v1.6.1 |
| 3033 | 2026-04-30T00:13:24.876Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3034 | 2026-04-30T00:13:24.891Z | Checking zone v0.3.1 |
| 3035 | 2026-04-30T00:13:24.904Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3036 | 2026-04-30T00:13:24.917Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3037 | 2026-04-30T00:13:24.989Z | Checking flume v0.11.1 |
| 3038 | 2026-04-30T00:13:25.327Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3039 | 2026-04-30T00:13:26.295Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3040 | 2026-04-30T00:13:27.179Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3041 | 2026-04-30T00:13:30.331Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3042 | 2026-04-30T00:13:32.381Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3043 | 2026-04-30T00:13:33.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s |
| 3044 | 2026-04-30T00:13:33.618Z | |
| 3045 | 2026-04-30T00:13:33.618Z | info: running `cargo check --bins` on clickhouse-admin-api (105/273) |
| 3046 | 2026-04-30T00:13:34.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-04-30T00:13:34.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-04-30T00:13:34.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-04-30T00:13:34.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3050 | 2026-04-30T00:13:34.222Z | |
| 3051 | 2026-04-30T00:13:34.223Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/273) |
| 3052 | 2026-04-30T00:13:34.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-04-30T00:13:34.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-04-30T00:13:34.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-04-30T00:13:34.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3056 | 2026-04-30T00:13:34.830Z | |
| 3057 | 2026-04-30T00:13:34.830Z | info: running `cargo check --bins` on bootstrap-agent-client (107/273) |
| 3058 | 2026-04-30T00:13:35.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-04-30T00:13:35.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-04-30T00:13:35.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-04-30T00:13:35.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3062 | 2026-04-30T00:13:35.444Z | |
| 3063 | 2026-04-30T00:13:35.444Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/273) |
| 3064 | 2026-04-30T00:13:35.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-04-30T00:13:35.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-04-30T00:13:35.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-04-30T00:13:35.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3068 | 2026-04-30T00:13:36.053Z | |
| 3069 | 2026-04-30T00:13:36.053Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/273) |
| 3070 | 2026-04-30T00:13:36.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-04-30T00:13:36.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-04-30T00:13:36.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-04-30T00:13:36.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3074 | 2026-04-30T00:13:36.659Z | |
| 3075 | 2026-04-30T00:13:36.659Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/273) |
| 3076 | 2026-04-30T00:13:37.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-04-30T00:13:37.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-04-30T00:13:37.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-04-30T00:13:37.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3080 | 2026-04-30T00:13:37.260Z | |
| 3081 | 2026-04-30T00:13:37.260Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/273) |
| 3082 | 2026-04-30T00:13:37.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-04-30T00:13:37.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-04-30T00:13:37.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-04-30T00:13:37.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3086 | 2026-04-30T00:13:37.861Z | |
| 3087 | 2026-04-30T00:13:37.861Z | info: running `cargo check --bins` on cockroach-admin-client (112/273) |
| 3088 | 2026-04-30T00:13:38.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-04-30T00:13:38.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-04-30T00:13:38.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-04-30T00:13:38.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3092 | 2026-04-30T00:13:38.448Z | |
| 3093 | 2026-04-30T00:13:38.448Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/273) |
| 3094 | 2026-04-30T00:13:38.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-04-30T00:13:38.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-04-30T00:13:38.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-04-30T00:13:38.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3098 | 2026-04-30T00:13:39.050Z | |
| 3099 | 2026-04-30T00:13:39.050Z | info: running `cargo check --bins` on dns-service-client (114/273) |
| 3100 | 2026-04-30T00:13:39.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-04-30T00:13:39.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-04-30T00:13:39.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-04-30T00:13:39.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3104 | 2026-04-30T00:13:39.654Z | |
| 3105 | 2026-04-30T00:13:39.654Z | info: running `cargo check --bins` on installinator-client (115/273) |
| 3106 | 2026-04-30T00:13:40.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-04-30T00:13:40.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-04-30T00:13:40.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-04-30T00:13:40.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3110 | 2026-04-30T00:13:40.256Z | |
| 3111 | 2026-04-30T00:13:40.256Z | info: running `cargo check --bins` on nexus-client (116/273) |
| 3112 | 2026-04-30T00:13:40.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-04-30T00:13:40.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-04-30T00:13:40.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-04-30T00:13:40.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3116 | 2026-04-30T00:13:40.893Z | |
| 3117 | 2026-04-30T00:13:40.893Z | info: running `cargo check --bins` on nexus-lockstep-client (117/273) |
| 3118 | 2026-04-30T00:13:41.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-04-30T00:13:41.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-04-30T00:13:41.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-04-30T00:13:41.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3122 | 2026-04-30T00:13:41.535Z | |
| 3123 | 2026-04-30T00:13:41.535Z | info: running `cargo check --bins` on ntp-admin-client (118/273) |
| 3124 | 2026-04-30T00:13:42.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-04-30T00:13:42.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-04-30T00:13:42.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-04-30T00:13:42.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3128 | 2026-04-30T00:13:42.125Z | |
| 3129 | 2026-04-30T00:13:42.125Z | info: running `cargo check --bins` on oxide-client (119/273) |
| 3130 | 2026-04-30T00:13:42.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-04-30T00:13:42.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-04-30T00:13:42.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-04-30T00:13:42.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3134 | 2026-04-30T00:13:42.717Z | |
| 3135 | 2026-04-30T00:13:42.717Z | info: running `cargo check --bins` on oximeter-client (120/273) |
| 3136 | 2026-04-30T00:13:43.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-04-30T00:13:43.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-04-30T00:13:43.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-04-30T00:13:43.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3140 | 2026-04-30T00:13:43.321Z | |
| 3141 | 2026-04-30T00:13:43.321Z | info: running `cargo check --bins` on repo-depot-client (121/273) |
| 3142 | 2026-04-30T00:13:43.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-04-30T00:13:43.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-04-30T00:13:43.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-04-30T00:13:43.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3146 | 2026-04-30T00:13:43.912Z | |
| 3147 | 2026-04-30T00:13:43.912Z | info: running `cargo check --bins` on sled-agent-client (122/273) |
| 3148 | 2026-04-30T00:13:44.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-04-30T00:13:44.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-04-30T00:13:44.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-04-30T00:13:44.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3152 | 2026-04-30T00:13:44.521Z | |
| 3153 | 2026-04-30T00:13:44.521Z | info: running `cargo check --bins` on wicketd-client (123/273) |
| 3154 | 2026-04-30T00:13:45.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-04-30T00:13:45.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-04-30T00:13:45.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-04-30T00:13:45.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3158 | 2026-04-30T00:13:45.143Z | |
| 3159 | 2026-04-30T00:13:45.144Z | info: running `cargo check --bins` on installinator-common (124/273) |
| 3160 | 2026-04-30T00:13:45.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-04-30T00:13:45.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-04-30T00:13:45.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-04-30T00:13:45.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3164 | 2026-04-30T00:13:45.762Z | |
| 3165 | 2026-04-30T00:13:45.762Z | info: running `cargo check --bins` on installinator-common-versions (125/273) |
| 3166 | 2026-04-30T00:13:46.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-04-30T00:13:46.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-04-30T00:13:46.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3169 | 2026-04-30T00:13:46.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3170 | 2026-04-30T00:13:46.342Z | |
| 3171 | 2026-04-30T00:13:46.342Z | info: running `cargo check --bins` on wicket-common (126/273) |
| 3172 | 2026-04-30T00:13:46.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3173 | 2026-04-30T00:13:46.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3174 | 2026-04-30T00:13:46.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3175 | 2026-04-30T00:13:46.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3176 | 2026-04-30T00:13:46.954Z | |
| 3177 | 2026-04-30T00:13:46.954Z | info: running `cargo check --bins` on omicron-cockroach-admin (127/273) |
| 3178 | 2026-04-30T00:13:47.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3179 | 2026-04-30T00:13:47.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3180 | 2026-04-30T00:13:47.645Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3181 | 2026-04-30T00:13:47.760Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3182 | 2026-04-30T00:13:47.768Z | Checking csv-core v0.1.13 |
| 3183 | 2026-04-30T00:13:47.775Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3184 | 2026-04-30T00:13:47.783Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3185 | 2026-04-30T00:13:47.792Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3186 | 2026-04-30T00:13:47.803Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3187 | 2026-04-30T00:13:47.814Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3188 | 2026-04-30T00:13:47.927Z | Checking csv v1.4.0 |
| 3189 | 2026-04-30T00:13:47.941Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3190 | 2026-04-30T00:13:47.989Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3191 | 2026-04-30T00:13:48.018Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3192 | 2026-04-30T00:13:48.259Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3193 | 2026-04-30T00:13:48.624Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3194 | 2026-04-30T00:13:48.624Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3195 | 2026-04-30T00:13:48.938Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3196 | 2026-04-30T00:13:54.689Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3197 | 2026-04-30T00:13:55.215Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3198 | 2026-04-30T00:13:57.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s |
| 3199 | 2026-04-30T00:13:57.745Z | |
| 3200 | 2026-04-30T00:13:57.745Z | info: running `cargo check --bins` on cockroach-admin-api (128/273) |
| 3201 | 2026-04-30T00:13:58.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2026-04-30T00:13:58.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2026-04-30T00:13:58.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2026-04-30T00:13:58.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3205 | 2026-04-30T00:13:58.338Z | |
| 3206 | 2026-04-30T00:13:58.339Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (129/273) |
| 3207 | 2026-04-30T00:13:58.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2026-04-30T00:13:58.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2026-04-30T00:13:58.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2026-04-30T00:13:58.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3211 | 2026-04-30T00:13:59.030Z | |
| 3212 | 2026-04-30T00:13:59.030Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/273) |
| 3213 | 2026-04-30T00:13:59.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2026-04-30T00:13:59.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2026-04-30T00:13:59.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2026-04-30T00:13:59.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3217 | 2026-04-30T00:13:59.715Z | |
| 3218 | 2026-04-30T00:13:59.715Z | info: running `cargo check --bins` on gateway-test-utils (131/273) |
| 3219 | 2026-04-30T00:14:00.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2026-04-30T00:14:00.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2026-04-30T00:14:00.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2026-04-30T00:14:00.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3223 | 2026-04-30T00:14:00.367Z | |
| 3224 | 2026-04-30T00:14:00.367Z | info: running `cargo check --bins` on omicron-gateway (132/273) |
| 3225 | 2026-04-30T00:14:00.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2026-04-30T00:14:00.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2026-04-30T00:14:01.135Z | Compiling regress v0.11.1 |
| 3228 | 2026-04-30T00:14:01.273Z | Compiling unsafe-libyaml v0.2.11 |
| 3229 | 2026-04-30T00:14:01.286Z | Compiling semver v0.1.20 |
| 3230 | 2026-04-30T00:14:01.296Z | Compiling radium v0.7.0 |
| 3231 | 2026-04-30T00:14:01.310Z | Compiling pin-project-internal v1.1.11 |
| 3232 | 2026-04-30T00:14:01.321Z | Compiling maybe-uninit v2.0.0 |
| 3233 | 2026-04-30T00:14:01.325Z | Checking tap v1.0.1 |
| 3234 | 2026-04-30T00:14:01.424Z | Checking wyz v0.5.1 |
| 3235 | 2026-04-30T00:14:01.568Z | Compiling rustc_version v0.1.7 |
| 3236 | 2026-04-30T00:14:01.629Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3237 | 2026-04-30T00:14:01.649Z | Checking progenitor-client v0.13.0 |
| 3238 | 2026-04-30T00:14:01.750Z | Compiling snafu-derive v0.8.9 |
| 3239 | 2026-04-30T00:14:01.787Z | Compiling serde_yaml v0.9.34+deprecated |
| 3240 | 2026-04-30T00:14:01.884Z | Compiling newtype_derive v0.1.6 |
| 3241 | 2026-04-30T00:14:02.001Z | Compiling zerocopy-derive v0.6.6 |
| 3242 | 2026-04-30T00:14:02.087Z | Compiling cancel-safe-futures v0.1.5 |
| 3243 | 2026-04-30T00:14:02.306Z | Compiling packed_struct v0.10.1 |
| 3244 | 2026-04-30T00:14:02.420Z | Checking pin-project v1.1.11 |
| 3245 | 2026-04-30T00:14:02.519Z | Compiling owo-colors v4.3.0 |
| 3246 | 2026-04-30T00:14:02.555Z | Checking crc-catalog v2.4.0 |
| 3247 | 2026-04-30T00:14:02.652Z | Checking funty v2.0.0 |
| 3248 | 2026-04-30T00:14:02.703Z | Checking typify-impl v0.6.2 |
| 3249 | 2026-04-30T00:14:02.853Z | Checking same-file v1.0.6 |
| 3250 | 2026-04-30T00:14:02.972Z | Checking walkdir v2.5.0 |
| 3251 | 2026-04-30T00:14:02.975Z | Checking bitvec v1.0.1 |
| 3252 | 2026-04-30T00:14:03.123Z | Checking zerocopy v0.6.6 |
| 3253 | 2026-04-30T00:14:03.193Z | Checking crc v3.4.0 |
| 3254 | 2026-04-30T00:14:03.372Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3255 | 2026-04-30T00:14:03.416Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3256 | 2026-04-30T00:14:03.430Z | Checking globset v0.4.18 |
| 3257 | 2026-04-30T00:14:03.657Z | Checking snafu v0.8.9 |
| 3258 | 2026-04-30T00:14:03.692Z | Checking olpc-cjson v0.1.4 |
| 3259 | 2026-04-30T00:14:03.761Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3260 | 2026-04-30T00:14:03.830Z | Checking pem v3.0.6 |
| 3261 | 2026-04-30T00:14:03.844Z | Compiling packed_struct_codegen v0.10.1 |
| 3262 | 2026-04-30T00:14:03.898Z | Checking libsw-core v0.3.2 |
| 3263 | 2026-04-30T00:14:03.913Z | Checking serde_plain v1.0.2 |
| 3264 | 2026-04-30T00:14:03.993Z | Compiling bitfield-macros v0.19.4 |
| 3265 | 2026-04-30T00:14:04.025Z | Compiling indexmap v1.9.3 |
| 3266 | 2026-04-30T00:14:04.045Z | Checking typed-path v0.9.3 |
| 3267 | 2026-04-30T00:14:04.059Z | Checking nodrop v0.1.14 |
| 3268 | 2026-04-30T00:14:04.150Z | Checking array-init v0.0.4 |
| 3269 | 2026-04-30T00:14:04.240Z | Checking libsw v3.5.0 |
| 3270 | 2026-04-30T00:14:04.280Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3271 | 2026-04-30T00:14:04.392Z | Checking smallvec v0.6.14 |
| 3272 | 2026-04-30T00:14:04.468Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3273 | 2026-04-30T00:14:04.675Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3274 | 2026-04-30T00:14:04.694Z | Checking bitfield v0.19.4 |
| 3275 | 2026-04-30T00:14:04.767Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3276 | 2026-04-30T00:14:04.814Z | Checking tough v0.20.0 |
| 3277 | 2026-04-30T00:14:04.844Z | Checking unicode-linebreak v0.1.5 |
| 3278 | 2026-04-30T00:14:04.884Z | Checking smawk v0.3.2 |
| 3279 | 2026-04-30T00:14:04.898Z | Checking hashbrown v0.12.3 |
| 3280 | 2026-04-30T00:14:04.964Z | Checking tagptr v0.2.0 |
| 3281 | 2026-04-30T00:14:05.017Z | Checking base64 v0.21.7 |
| 3282 | 2026-04-30T00:14:05.055Z | Checking linear-map v1.2.0 |
| 3283 | 2026-04-30T00:14:05.107Z | Checking moka v0.12.13 |
| 3284 | 2026-04-30T00:14:05.147Z | Checking textwrap v0.16.2 |
| 3285 | 2026-04-30T00:14:05.224Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3286 | 2026-04-30T00:14:05.252Z | Checking ron v0.8.1 |
| 3287 | 2026-04-30T00:14:05.363Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3288 | 2026-04-30T00:14:05.623Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3289 | 2026-04-30T00:14:05.734Z | Checking serde-hex v0.1.0 |
| 3290 | 2026-04-30T00:14:05.777Z | Checking steno v0.4.1 |
| 3291 | 2026-04-30T00:14:05.799Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3292 | 2026-04-30T00:14:05.956Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3293 | 2026-04-30T00:14:05.960Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3294 | 2026-04-30T00:14:06.165Z | Checking hashbrown v0.13.2 |
| 3295 | 2026-04-30T00:14:06.497Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3296 | 2026-04-30T00:14:06.533Z | Checking crc-any v2.5.0 |
| 3297 | 2026-04-30T00:14:06.590Z | Checking humantime v2.3.0 |
| 3298 | 2026-04-30T00:14:06.707Z | Checking object v0.30.4 |
| 3299 | 2026-04-30T00:14:06.721Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3300 | 2026-04-30T00:14:06.763Z | Checking hickory-resolver v0.25.2 |
| 3301 | 2026-04-30T00:14:06.777Z | Checking void v1.0.2 |
| 3302 | 2026-04-30T00:14:06.795Z | Checking half v1.8.3 |
| 3303 | 2026-04-30T00:14:06.881Z | Checking path-slash v0.1.5 |
| 3304 | 2026-04-30T00:14:06.884Z | Checking utf-8 v0.7.6 |
| 3305 | 2026-04-30T00:14:06.988Z | Checking lzss v0.8.2 |
| 3306 | 2026-04-30T00:14:06.991Z | Checking serde_cbor v0.11.2 |
| 3307 | 2026-04-30T00:14:07.029Z | Checking tungstenite v0.23.0 |
| 3308 | 2026-04-30T00:14:07.246Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3309 | 2026-04-30T00:14:07.337Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3310 | 2026-04-30T00:14:07.382Z | Compiling typify-macro v0.6.2 |
| 3311 | 2026-04-30T00:14:07.407Z | Checking nix v0.27.1 |
| 3312 | 2026-04-30T00:14:07.407Z | Checking kstat-rs v0.2.4 |
| 3313 | 2026-04-30T00:14:07.466Z | Checking fxhash v0.2.1 |
| 3314 | 2026-04-30T00:14:07.490Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3315 | 2026-04-30T00:14:07.574Z | Checking serde_bytes v0.11.19 |
| 3316 | 2026-04-30T00:14:07.588Z | Checking tokio-tungstenite v0.23.1 |
| 3317 | 2026-04-30T00:14:07.591Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3318 | 2026-04-30T00:14:07.746Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3319 | 2026-04-30T00:14:07.851Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3320 | 2026-04-30T00:14:07.909Z | Checking signal-hook-tokio v0.3.1 |
| 3321 | 2026-04-30T00:14:08.780Z | Compiling typify v0.6.2 |
| 3322 | 2026-04-30T00:14:08.863Z | Compiling progenitor-impl v0.13.0 |
| 3323 | 2026-04-30T00:14:08.863Z | Compiling progenitor-impl v0.14.0 |
| 3324 | 2026-04-30T00:14:08.933Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3325 | 2026-04-30T00:14:09.854Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3326 | 2026-04-30T00:14:10.182Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3327 | 2026-04-30T00:14:10.426Z | Compiling progenitor-macro v0.13.0 |
| 3328 | 2026-04-30T00:14:10.464Z | Compiling progenitor-macro v0.14.0 |
| 3329 | 2026-04-30T00:14:12.979Z | Checking progenitor v0.14.0 |
| 3330 | 2026-04-30T00:14:13.097Z | Checking progenitor v0.13.0 |
| 3331 | 2026-04-30T00:14:13.110Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3332 | 2026-04-30T00:14:13.216Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3333 | 2026-04-30T00:14:16.202Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3334 | 2026-04-30T00:14:23.584Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3335 | 2026-04-30T00:14:29.779Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3336 | 2026-04-30T00:14:31.163Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3337 | 2026-04-30T00:14:31.666Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3338 | 2026-04-30T00:14:33.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.37s |
| 3339 | 2026-04-30T00:14:33.954Z | |
| 3340 | 2026-04-30T00:14:33.954Z | info: running `cargo check --bins` on gateway-api (133/273) |
| 3341 | 2026-04-30T00:14:34.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-04-30T00:14:34.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-04-30T00:14:34.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-04-30T00:14:34.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3345 | 2026-04-30T00:14:34.560Z | |
| 3346 | 2026-04-30T00:14:34.560Z | info: running `cargo check --bins` on ipcc (134/273) |
| 3347 | 2026-04-30T00:14:35.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-04-30T00:14:35.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-04-30T00:14:35.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-04-30T00:14:35.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3351 | 2026-04-30T00:14:35.151Z | |
| 3352 | 2026-04-30T00:14:35.151Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/273) |
| 3353 | 2026-04-30T00:14:35.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-04-30T00:14:35.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-04-30T00:14:35.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-04-30T00:14:35.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3357 | 2026-04-30T00:14:35.737Z | |
| 3358 | 2026-04-30T00:14:35.737Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/273) |
| 3359 | 2026-04-30T00:14:36.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-04-30T00:14:36.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-04-30T00:14:36.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-04-30T00:14:36.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3363 | 2026-04-30T00:14:36.339Z | |
| 3364 | 2026-04-30T00:14:36.339Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/273) |
| 3365 | 2026-04-30T00:14:36.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-04-30T00:14:36.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-04-30T00:14:36.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-04-30T00:14:36.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3369 | 2026-04-30T00:14:36.941Z | |
| 3370 | 2026-04-30T00:14:36.941Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/273) |
| 3371 | 2026-04-30T00:14:37.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-04-30T00:14:37.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-04-30T00:14:37.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-04-30T00:14:37.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3375 | 2026-04-30T00:14:37.532Z | |
| 3376 | 2026-04-30T00:14:37.532Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/273) |
| 3377 | 2026-04-30T00:14:38.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-04-30T00:14:38.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-04-30T00:14:38.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-04-30T00:14:38.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3381 | 2026-04-30T00:14:38.134Z | |
| 3382 | 2026-04-30T00:14:38.134Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/273) |
| 3383 | 2026-04-30T00:14:38.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-04-30T00:14:38.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-04-30T00:14:38.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-04-30T00:14:38.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3387 | 2026-04-30T00:14:38.739Z | |
| 3388 | 2026-04-30T00:14:38.739Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/273) |
| 3389 | 2026-04-30T00:14:39.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-04-30T00:14:39.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-04-30T00:14:39.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-04-30T00:14:39.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3393 | 2026-04-30T00:14:39.336Z | |
| 3394 | 2026-04-30T00:14:39.336Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/273) |
| 3395 | 2026-04-30T00:14:39.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-04-30T00:14:39.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-04-30T00:14:39.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-04-30T00:14:39.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3399 | 2026-04-30T00:14:39.936Z | |
| 3400 | 2026-04-30T00:14:39.936Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/273) |
| 3401 | 2026-04-30T00:14:40.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-04-30T00:14:40.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-04-30T00:14:40.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-04-30T00:14:40.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3405 | 2026-04-30T00:14:40.539Z | |
| 3406 | 2026-04-30T00:14:40.539Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/273) |
| 3407 | 2026-04-30T00:14:41.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-04-30T00:14:41.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-04-30T00:14:41.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-04-30T00:14:41.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3411 | 2026-04-30T00:14:41.144Z | |
| 3412 | 2026-04-30T00:14:41.145Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/273) |
| 3413 | 2026-04-30T00:14:41.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-04-30T00:14:41.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-04-30T00:14:41.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-04-30T00:14:41.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3417 | 2026-04-30T00:14:41.746Z | |
| 3418 | 2026-04-30T00:14:41.746Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/273) |
| 3419 | 2026-04-30T00:14:42.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-04-30T00:14:42.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-04-30T00:14:42.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-04-30T00:14:42.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3423 | 2026-04-30T00:14:42.347Z | |
| 3424 | 2026-04-30T00:14:42.347Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/273) |
| 3425 | 2026-04-30T00:14:42.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-04-30T00:14:42.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-04-30T00:14:42.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-04-30T00:14:42.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3429 | 2026-04-30T00:14:42.947Z | |
| 3430 | 2026-04-30T00:14:42.947Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/273) |
| 3431 | 2026-04-30T00:14:43.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-04-30T00:14:43.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-04-30T00:14:43.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-04-30T00:14:43.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3435 | 2026-04-30T00:14:43.549Z | |
| 3436 | 2026-04-30T00:14:43.549Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/273) |
| 3437 | 2026-04-30T00:14:44.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-04-30T00:14:44.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-04-30T00:14:44.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-04-30T00:14:44.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3441 | 2026-04-30T00:14:44.149Z | |
| 3442 | 2026-04-30T00:14:44.149Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/273) |
| 3443 | 2026-04-30T00:14:44.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-04-30T00:14:44.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-04-30T00:14:44.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-04-30T00:14:44.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3447 | 2026-04-30T00:14:44.749Z | |
| 3448 | 2026-04-30T00:14:44.749Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/273) |
| 3449 | 2026-04-30T00:14:45.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-04-30T00:14:45.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-04-30T00:14:45.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-04-30T00:14:45.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3453 | 2026-04-30T00:14:45.348Z | |
| 3454 | 2026-04-30T00:14:45.349Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/273) |
| 3455 | 2026-04-30T00:14:45.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-04-30T00:14:45.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-04-30T00:14:45.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-04-30T00:14:45.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3459 | 2026-04-30T00:14:45.950Z | |
| 3460 | 2026-04-30T00:14:45.950Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/273) |
| 3461 | 2026-04-30T00:14:46.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-04-30T00:14:46.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-04-30T00:14:46.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-04-30T00:14:46.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3465 | 2026-04-30T00:14:46.552Z | |
| 3466 | 2026-04-30T00:14:46.552Z | info: running `cargo check --bins` on oximeter-producer (154/273) |
| 3467 | 2026-04-30T00:14:47.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-04-30T00:14:47.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-04-30T00:14:47.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-04-30T00:14:47.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3471 | 2026-04-30T00:14:47.198Z | |
| 3472 | 2026-04-30T00:14:47.198Z | info: running `cargo check --bins` on internal-dns-resolver (155/273) |
| 3473 | 2026-04-30T00:14:47.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-04-30T00:14:47.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-04-30T00:14:47.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-04-30T00:14:47.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3477 | 2026-04-30T00:14:47.802Z | |
| 3478 | 2026-04-30T00:14:47.802Z | info: running `cargo check --bins` on dns-server (156/273) |
| 3479 | 2026-04-30T00:14:48.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-04-30T00:14:48.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-04-30T00:14:48.462Z | Compiling parking_lot_core v0.8.6 |
| 3482 | 2026-04-30T00:14:48.467Z | Compiling git-stub v1.0.0 |
| 3483 | 2026-04-30T00:14:48.467Z | Compiling atomicwrites v0.4.4 |
| 3484 | 2026-04-30T00:14:48.467Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3485 | 2026-04-30T00:14:48.467Z | Checking prefix-trie v0.7.0 |
| 3486 | 2026-04-30T00:14:48.695Z | Compiling git-stub-vcs v0.1.0 |
| 3487 | 2026-04-30T00:14:48.864Z | Checking hickory-server v0.25.2 |
| 3488 | 2026-04-30T00:14:48.970Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3489 | 2026-04-30T00:14:48.984Z | Checking parking_lot v0.11.2 |
| 3490 | 2026-04-30T00:14:49.044Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3491 | 2026-04-30T00:14:49.047Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3492 | 2026-04-30T00:14:49.183Z | Checking sled v0.34.7 |
| 3493 | 2026-04-30T00:14:51.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 3494 | 2026-04-30T00:14:51.222Z | |
| 3495 | 2026-04-30T00:14:51.222Z | info: running `cargo check --bins` on dns-server-api (157/273) |
| 3496 | 2026-04-30T00:14:51.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-04-30T00:14:51.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-04-30T00:14:51.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-04-30T00:14:51.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3500 | 2026-04-30T00:14:51.825Z | |
| 3501 | 2026-04-30T00:14:51.825Z | info: running `cargo check --bins` on oximeter-producer-api (158/273) |
| 3502 | 2026-04-30T00:14:52.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-04-30T00:14:52.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-04-30T00:14:52.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-04-30T00:14:52.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3506 | 2026-04-30T00:14:52.426Z | |
| 3507 | 2026-04-30T00:14:52.426Z | info: running `cargo check --bins` on sp-sim (159/273) |
| 3508 | 2026-04-30T00:14:52.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-04-30T00:14:52.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-04-30T00:14:53.154Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3511 | 2026-04-30T00:14:54.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
| 3512 | 2026-04-30T00:14:55.119Z | |
| 3513 | 2026-04-30T00:14:55.119Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (160/273) |
| 3514 | 2026-04-30T00:14:55.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-04-30T00:14:55.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-04-30T00:14:55.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-04-30T00:14:55.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3518 | 2026-04-30T00:14:55.775Z | |
| 3519 | 2026-04-30T00:14:55.775Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/273) |
| 3520 | 2026-04-30T00:14:56.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-04-30T00:14:56.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-04-30T00:14:56.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-04-30T00:14:56.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3524 | 2026-04-30T00:14:56.433Z | |
| 3525 | 2026-04-30T00:14:56.434Z | info: running `cargo check --bins` on db-macros (162/273) |
| 3526 | 2026-04-30T00:14:56.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-04-30T00:14:56.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-04-30T00:14:56.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-04-30T00:14:56.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3530 | 2026-04-30T00:14:57.022Z | |
| 3531 | 2026-04-30T00:14:57.022Z | info: running `cargo check --bins` on nexus-macros-common (163/273) |
| 3532 | 2026-04-30T00:14:57.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-04-30T00:14:57.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-04-30T00:14:57.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-04-30T00:14:57.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3536 | 2026-04-30T00:14:57.593Z | |
| 3537 | 2026-04-30T00:14:57.593Z | info: running `cargo check --bins` on nexus-auth (164/273) |
| 3538 | 2026-04-30T00:14:58.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-04-30T00:14:58.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-04-30T00:14:58.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-04-30T00:14:58.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3542 | 2026-04-30T00:14:58.248Z | |
| 3543 | 2026-04-30T00:14:58.248Z | info: running `cargo check --bins` on authz-macros (165/273) |
| 3544 | 2026-04-30T00:14:58.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-04-30T00:14:58.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-04-30T00:14:58.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-04-30T00:14:58.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3548 | 2026-04-30T00:14:58.832Z | |
| 3549 | 2026-04-30T00:14:58.832Z | info: running `cargo check --bins` on nexus-db-fixed-data (166/273) |
| 3550 | 2026-04-30T00:14:59.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-04-30T00:14:59.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-04-30T00:14:59.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-04-30T00:14:59.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3554 | 2026-04-30T00:14:59.483Z | |
| 3555 | 2026-04-30T00:14:59.483Z | info: running `cargo check --bins` on nexus-db-model (167/273) |
| 3556 | 2026-04-30T00:15:00.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-04-30T00:15:00.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-04-30T00:15:00.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-04-30T00:15:00.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3560 | 2026-04-30T00:15:00.130Z | |
| 3561 | 2026-04-30T00:15:00.130Z | info: running `cargo check --bins` on nexus-db-schema (168/273) |
| 3562 | 2026-04-30T00:15:00.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-04-30T00:15:00.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-04-30T00:15:00.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-04-30T00:15:00.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3566 | 2026-04-30T00:15:00.723Z | |
| 3567 | 2026-04-30T00:15:00.723Z | info: running `cargo check --bins` on omicron-rpaths (169/273) |
| 3568 | 2026-04-30T00:15:01.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-04-30T00:15:01.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-04-30T00:15:01.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-04-30T00:15:01.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3572 | 2026-04-30T00:15:01.314Z | |
| 3573 | 2026-04-30T00:15:01.314Z | info: running `cargo check --bins` on nexus-defaults (170/273) |
| 3574 | 2026-04-30T00:15:01.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-04-30T00:15:01.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-04-30T00:15:01.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-04-30T00:15:01.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3578 | 2026-04-30T00:15:01.918Z | |
| 3579 | 2026-04-30T00:15:01.918Z | info: running `cargo check --bins` on omicron-cockroach-metrics (171/273) |
| 3580 | 2026-04-30T00:15:02.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-04-30T00:15:02.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-04-30T00:15:02.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-04-30T00:15:02.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-04-30T00:15:02.512Z | |
| 3585 | 2026-04-30T00:15:02.512Z | info: running `cargo check --bins` on parallel-task-set (172/273) |
| 3586 | 2026-04-30T00:15:03.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-04-30T00:15:03.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-04-30T00:15:03.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-04-30T00:15:03.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3590 | 2026-04-30T00:15:03.098Z | |
| 3591 | 2026-04-30T00:15:03.098Z | info: running `cargo check --bins` on nexus-db-errors (173/273) |
| 3592 | 2026-04-30T00:15:03.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-04-30T00:15:03.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-04-30T00:15:03.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-04-30T00:15:03.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3596 | 2026-04-30T00:15:03.756Z | |
| 3597 | 2026-04-30T00:15:03.756Z | info: running `cargo check --bins` on nexus-db-lookup (174/273) |
| 3598 | 2026-04-30T00:15:04.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-04-30T00:15:04.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-04-30T00:15:04.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-04-30T00:15:04.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3602 | 2026-04-30T00:15:04.411Z | |
| 3603 | 2026-04-30T00:15:04.411Z | info: running `cargo check --bins` on nexus-inventory (175/273) |
| 3604 | 2026-04-30T00:15:04.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-04-30T00:15:04.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-04-30T00:15:04.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-04-30T00:15:04.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3608 | 2026-04-30T00:15:05.060Z | |
| 3609 | 2026-04-30T00:15:05.060Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/273) |
| 3610 | 2026-04-30T00:15:05.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-04-30T00:15:05.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-04-30T00:15:05.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-04-30T00:15:05.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3614 | 2026-04-30T00:15:05.681Z | |
| 3615 | 2026-04-30T00:15:05.682Z | info: running `cargo check --bins --no-default-features` on sled-storage (177/273) |
| 3616 | 2026-04-30T00:15:06.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-04-30T00:15:06.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-04-30T00:15:06.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-04-30T00:15:06.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3620 | 2026-04-30T00:15:06.305Z | |
| 3621 | 2026-04-30T00:15:06.305Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/273) |
| 3622 | 2026-04-30T00:15:06.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-04-30T00:15:06.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-04-30T00:15:06.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-04-30T00:15:06.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3626 | 2026-04-30T00:15:06.927Z | |
| 3627 | 2026-04-30T00:15:06.927Z | info: running `cargo check --bins` on key-manager (179/273) |
| 3628 | 2026-04-30T00:15:07.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-04-30T00:15:07.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-04-30T00:15:07.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-04-30T00:15:07.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3632 | 2026-04-30T00:15:07.530Z | |
| 3633 | 2026-04-30T00:15:07.530Z | info: running `cargo check --bins --no-default-features` on sled-hardware (180/273) |
| 3634 | 2026-04-30T00:15:08.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-04-30T00:15:08.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-04-30T00:15:08.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-04-30T00:15:08.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3638 | 2026-04-30T00:15:08.153Z | |
| 3639 | 2026-04-30T00:15:08.153Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/273) |
| 3640 | 2026-04-30T00:15:08.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-04-30T00:15:08.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-04-30T00:15:08.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-04-30T00:15:08.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3644 | 2026-04-30T00:15:08.779Z | |
| 3645 | 2026-04-30T00:15:08.779Z | info: running `cargo check --bins` on typed-rng (182/273) |
| 3646 | 2026-04-30T00:15:09.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-04-30T00:15:09.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-04-30T00:15:09.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-04-30T00:15:09.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3650 | 2026-04-30T00:15:09.366Z | |
| 3651 | 2026-04-30T00:15:09.366Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/273) |
| 3652 | 2026-04-30T00:15:09.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-04-30T00:15:09.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-04-30T00:15:10.217Z | Compiling typify-impl v0.4.3 |
| 3655 | 2026-04-30T00:15:10.217Z | Compiling libefi-sys v0.1.0 |
| 3656 | 2026-04-30T00:15:10.220Z | Compiling bitfield-struct v0.6.2 |
| 3657 | 2026-04-30T00:15:10.368Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3658 | 2026-04-30T00:15:10.377Z | Compiling xshell-macros v0.2.7 |
| 3659 | 2026-04-30T00:15:10.389Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3660 | 2026-04-30T00:15:10.416Z | Compiling salty v0.3.0 |
| 3661 | 2026-04-30T00:15:10.460Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3662 | 2026-04-30T00:15:10.604Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3663 | 2026-04-30T00:15:10.722Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3664 | 2026-04-30T00:15:10.735Z | Checking xshell v0.2.7 |
| 3665 | 2026-04-30T00:15:10.764Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3666 | 2026-04-30T00:15:10.917Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3667 | 2026-04-30T00:15:10.960Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3668 | 2026-04-30T00:15:10.974Z | Checking primeorder v0.13.6 |
| 3669 | 2026-04-30T00:15:11.087Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3670 | 2026-04-30T00:15:11.133Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3671 | 2026-04-30T00:15:11.194Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3672 | 2026-04-30T00:15:11.212Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3673 | 2026-04-30T00:15:11.392Z | Checking tungstenite v0.21.0 |
| 3674 | 2026-04-30T00:15:11.427Z | Checking p384 v0.13.1 |
| 3675 | 2026-04-30T00:15:11.441Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3676 | 2026-04-30T00:15:11.521Z | Compiling proc-macro-error2 v2.0.1 |
| 3677 | 2026-04-30T00:15:11.580Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3678 | 2026-04-30T00:15:11.812Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3679 | 2026-04-30T00:15:11.834Z | Compiling num-derive v0.3.3 |
| 3680 | 2026-04-30T00:15:11.850Z | Compiling unicase v2.9.0 |
| 3681 | 2026-04-30T00:15:12.058Z | Compiling mime_guess v2.0.5 |
| 3682 | 2026-04-30T00:15:12.161Z | Compiling tabled_derive v0.11.0 |
| 3683 | 2026-04-30T00:15:12.240Z | Checking tokio-tungstenite v0.21.0 |
| 3684 | 2026-04-30T00:15:12.304Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3685 | 2026-04-30T00:15:12.610Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3686 | 2026-04-30T00:15:12.626Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3687 | 2026-04-30T00:15:12.725Z | Checking libscf-sys v1.1.0 |
| 3688 | 2026-04-30T00:15:12.860Z | Checking papergrid v0.17.0 |
| 3689 | 2026-04-30T00:15:12.987Z | Checking testing_table v0.3.0 |
| 3690 | 2026-04-30T00:15:13.003Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3691 | 2026-04-30T00:15:13.085Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3692 | 2026-04-30T00:15:13.129Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3693 | 2026-04-30T00:15:13.311Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3694 | 2026-04-30T00:15:13.448Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3695 | 2026-04-30T00:15:13.525Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3696 | 2026-04-30T00:15:13.612Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3697 | 2026-04-30T00:15:13.648Z | Checking corncobs v0.1.4 |
| 3698 | 2026-04-30T00:15:13.664Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3699 | 2026-04-30T00:15:13.727Z | Checking tabled v0.20.0 |
| 3700 | 2026-04-30T00:15:13.780Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3701 | 2026-04-30T00:15:13.894Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3702 | 2026-04-30T00:15:13.911Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3703 | 2026-04-30T00:15:13.914Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3704 | 2026-04-30T00:15:14.060Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3705 | 2026-04-30T00:15:14.075Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3706 | 2026-04-30T00:15:14.116Z | Checking progenitor-client v0.11.2 |
| 3707 | 2026-04-30T00:15:14.150Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3708 | 2026-04-30T00:15:14.228Z | Checking secrecy v0.8.0 |
| 3709 | 2026-04-30T00:15:14.325Z | Checking filetime v0.2.27 |
| 3710 | 2026-04-30T00:15:14.348Z | Checking xattr v1.6.1 |
| 3711 | 2026-04-30T00:15:14.461Z | Checking http-range v0.1.5 |
| 3712 | 2026-04-30T00:15:14.483Z | Checking tar v0.4.45 |
| 3713 | 2026-04-30T00:15:14.771Z | Compiling typify-macro v0.4.3 |
| 3714 | 2026-04-30T00:15:14.789Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3715 | 2026-04-30T00:15:14.863Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3716 | 2026-04-30T00:15:14.878Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3717 | 2026-04-30T00:15:14.982Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3718 | 2026-04-30T00:15:15.163Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3719 | 2026-04-30T00:15:15.360Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3720 | 2026-04-30T00:15:15.452Z | Checking atty v0.2.14 |
| 3721 | 2026-04-30T00:15:15.555Z | Checking crc8 v0.1.1 |
| 3722 | 2026-04-30T00:15:15.626Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3723 | 2026-04-30T00:15:15.658Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3724 | 2026-04-30T00:15:15.742Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3725 | 2026-04-30T00:15:15.962Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3726 | 2026-04-30T00:15:15.994Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3727 | 2026-04-30T00:15:16.087Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3728 | 2026-04-30T00:15:16.286Z | Checking hyper-staticfile v0.10.1 |
| 3729 | 2026-04-30T00:15:16.327Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3730 | 2026-04-30T00:15:16.343Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3731 | 2026-04-30T00:15:16.438Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3732 | 2026-04-30T00:15:16.489Z | Compiling typify v0.4.3 |
| 3733 | 2026-04-30T00:15:16.585Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3734 | 2026-04-30T00:15:16.606Z | Compiling progenitor-impl v0.10.0 |
| 3735 | 2026-04-30T00:15:16.680Z | Compiling progenitor-impl v0.11.2 |
| 3736 | 2026-04-30T00:15:17.043Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3737 | 2026-04-30T00:15:17.130Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3738 | 2026-04-30T00:15:17.591Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3739 | 2026-04-30T00:15:18.052Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3740 | 2026-04-30T00:15:18.304Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3741 | 2026-04-30T00:15:18.324Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3742 | 2026-04-30T00:15:18.466Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3743 | 2026-04-30T00:15:18.594Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3744 | 2026-04-30T00:15:18.747Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3745 | 2026-04-30T00:15:18.894Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3746 | 2026-04-30T00:15:18.969Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3747 | 2026-04-30T00:15:19.290Z | Compiling progenitor-macro v0.10.0 |
| 3748 | 2026-04-30T00:15:19.340Z | Compiling progenitor-macro v0.11.2 |
| 3749 | 2026-04-30T00:15:22.043Z | Checking progenitor v0.10.0 |
| 3750 | 2026-04-30T00:15:22.182Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3751 | 2026-04-30T00:15:22.265Z | Checking progenitor v0.11.2 |
| 3752 | 2026-04-30T00:15:22.390Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3753 | 2026-04-30T00:15:27.009Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3754 | 2026-04-30T00:15:37.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.59s |
| 3755 | 2026-04-30T00:15:38.183Z | |
| 3756 | 2026-04-30T00:15:38.183Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/273) |
| 3757 | 2026-04-30T00:15:38.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3758 | 2026-04-30T00:15:38.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3759 | 2026-04-30T00:15:38.967Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3760 | 2026-04-30T00:15:50.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.83s |
| 3761 | 2026-04-30T00:15:50.243Z | |
| 3762 | 2026-04-30T00:15:50.243Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/273) |
| 3763 | 2026-04-30T00:15:50.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3764 | 2026-04-30T00:15:50.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3765 | 2026-04-30T00:15:51.034Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3766 | 2026-04-30T00:16:02.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s |
| 3767 | 2026-04-30T00:16:02.281Z | |
| 3768 | 2026-04-30T00:16:02.281Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/273) |
| 3769 | 2026-04-30T00:16:02.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3770 | 2026-04-30T00:16:02.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3771 | 2026-04-30T00:16:03.067Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3772 | 2026-04-30T00:16:14.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.86s |
| 3773 | 2026-04-30T00:16:14.371Z | |
| 3774 | 2026-04-30T00:16:14.371Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/273) |
| 3775 | 2026-04-30T00:16:14.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3776 | 2026-04-30T00:16:14.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3777 | 2026-04-30T00:16:15.158Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3778 | 2026-04-30T00:16:26.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.83s |
| 3779 | 2026-04-30T00:16:26.430Z | |
| 3780 | 2026-04-30T00:16:26.430Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/273) |
| 3781 | 2026-04-30T00:16:26.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3782 | 2026-04-30T00:16:26.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3783 | 2026-04-30T00:16:27.215Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3784 | 2026-04-30T00:16:38.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s |
| 3785 | 2026-04-30T00:16:38.487Z | |
| 3786 | 2026-04-30T00:16:38.488Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/273) |
| 3787 | 2026-04-30T00:16:39.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3788 | 2026-04-30T00:16:39.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3789 | 2026-04-30T00:16:39.271Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3790 | 2026-04-30T00:16:50.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s |
| 3791 | 2026-04-30T00:16:50.594Z | |
| 3792 | 2026-04-30T00:16:50.594Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/273) |
| 3793 | 2026-04-30T00:16:51.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3794 | 2026-04-30T00:16:51.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3795 | 2026-04-30T00:16:51.380Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3796 | 2026-04-30T00:17:02.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s |
| 3797 | 2026-04-30T00:17:02.629Z | |
| 3798 | 2026-04-30T00:17:02.629Z | info: running `cargo check --bins` on bootstrap-agent-api (191/273) |
| 3799 | 2026-04-30T00:17:03.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3800 | 2026-04-30T00:17:03.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3801 | 2026-04-30T00:17:03.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3802 | 2026-04-30T00:17:03.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3803 | 2026-04-30T00:17:03.237Z | |
| 3804 | 2026-04-30T00:17:03.237Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/273) |
| 3805 | 2026-04-30T00:17:03.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3806 | 2026-04-30T00:17:03.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3807 | 2026-04-30T00:17:03.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3808 | 2026-04-30T00:17:03.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3809 | 2026-04-30T00:17:03.843Z | |
| 3810 | 2026-04-30T00:17:03.843Z | info: running `cargo check --bins` on range-requests (193/273) |
| 3811 | 2026-04-30T00:17:04.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3812 | 2026-04-30T00:17:04.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3813 | 2026-04-30T00:17:04.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3814 | 2026-04-30T00:17:04.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3815 | 2026-04-30T00:17:04.439Z | |
| 3816 | 2026-04-30T00:17:04.439Z | info: running `cargo check --bins` on repo-depot-api (194/273) |
| 3817 | 2026-04-30T00:17:04.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3818 | 2026-04-30T00:17:04.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3819 | 2026-04-30T00:17:04.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3820 | 2026-04-30T00:17:04.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3821 | 2026-04-30T00:17:05.037Z | |
| 3822 | 2026-04-30T00:17:05.037Z | info: running `cargo check --bins` on sled-agent-api (195/273) |
| 3823 | 2026-04-30T00:17:05.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2026-04-30T00:17:05.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2026-04-30T00:17:05.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3826 | 2026-04-30T00:17:05.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3827 | 2026-04-30T00:17:05.657Z | |
| 3828 | 2026-04-30T00:17:05.657Z | info: running `cargo check --bins` on sled-diagnostics (196/273) |
| 3829 | 2026-04-30T00:17:06.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3830 | 2026-04-30T00:17:06.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3831 | 2026-04-30T00:17:06.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3832 | 2026-04-30T00:17:06.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3833 | 2026-04-30T00:17:06.282Z | |
| 3834 | 2026-04-30T00:17:06.282Z | info: running `cargo check --bins` on zfs-test-harness (197/273) |
| 3835 | 2026-04-30T00:17:06.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3836 | 2026-04-30T00:17:06.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3837 | 2026-04-30T00:17:06.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3838 | 2026-04-30T00:17:06.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3839 | 2026-04-30T00:17:06.896Z | |
| 3840 | 2026-04-30T00:17:06.896Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/273) |
| 3841 | 2026-04-30T00:17:07.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3842 | 2026-04-30T00:17:07.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3843 | 2026-04-30T00:17:07.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3844 | 2026-04-30T00:17:07.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3845 | 2026-04-30T00:17:07.523Z | |
| 3846 | 2026-04-30T00:17:07.523Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/273) |
| 3847 | 2026-04-30T00:17:08.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3848 | 2026-04-30T00:17:08.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3849 | 2026-04-30T00:17:08.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3850 | 2026-04-30T00:17:08.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3851 | 2026-04-30T00:17:08.156Z | |
| 3852 | 2026-04-30T00:17:08.156Z | info: running `cargo check --bins` on sled-agent-health-monitor (200/273) |
| 3853 | 2026-04-30T00:17:08.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3854 | 2026-04-30T00:17:08.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3855 | 2026-04-30T00:17:08.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3856 | 2026-04-30T00:17:08.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3857 | 2026-04-30T00:17:08.776Z | |
| 3858 | 2026-04-30T00:17:08.776Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/273) |
| 3859 | 2026-04-30T00:17:09.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3860 | 2026-04-30T00:17:09.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3861 | 2026-04-30T00:17:09.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3862 | 2026-04-30T00:17:09.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3863 | 2026-04-30T00:17:09.405Z | |
| 3864 | 2026-04-30T00:17:09.405Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/273) |
| 3865 | 2026-04-30T00:17:09.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2026-04-30T00:17:09.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2026-04-30T00:17:09.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3868 | 2026-04-30T00:17:09.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3869 | 2026-04-30T00:17:10.030Z | |
| 3870 | 2026-04-30T00:17:10.030Z | info: running `cargo check --bins` on sled-agent-resolvable-files (203/273) |
| 3871 | 2026-04-30T00:17:10.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2026-04-30T00:17:10.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2026-04-30T00:17:10.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3874 | 2026-04-30T00:17:10.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3875 | 2026-04-30T00:17:10.657Z | |
| 3876 | 2026-04-30T00:17:10.657Z | info: running `cargo check --bins` on transient-dns-server (204/273) |
| 3877 | 2026-04-30T00:17:11.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3878 | 2026-04-30T00:17:11.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3879 | 2026-04-30T00:17:11.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3880 | 2026-04-30T00:17:11.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3881 | 2026-04-30T00:17:11.271Z | |
| 3882 | 2026-04-30T00:17:11.271Z | info: running `cargo check --bins` on trust-quorum (205/273) |
| 3883 | 2026-04-30T00:17:11.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2026-04-30T00:17:11.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2026-04-30T00:17:11.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3886 | 2026-04-30T00:17:11.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3887 | 2026-04-30T00:17:11.900Z | |
| 3888 | 2026-04-30T00:17:11.900Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (206/273) |
| 3889 | 2026-04-30T00:17:12.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2026-04-30T00:17:12.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2026-04-30T00:17:12.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3892 | 2026-04-30T00:17:12.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3893 | 2026-04-30T00:17:12.543Z | |
| 3894 | 2026-04-30T00:17:12.543Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (207/273) |
| 3895 | 2026-04-30T00:17:13.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3896 | 2026-04-30T00:17:13.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3897 | 2026-04-30T00:17:13.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3898 | 2026-04-30T00:17:13.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3899 | 2026-04-30T00:17:13.207Z | |
| 3900 | 2026-04-30T00:17:13.207Z | info: running `cargo check --bins` on update-common (208/273) |
| 3901 | 2026-04-30T00:17:13.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3902 | 2026-04-30T00:17:13.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3903 | 2026-04-30T00:17:13.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3904 | 2026-04-30T00:17:13.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3905 | 2026-04-30T00:17:13.824Z | |
| 3906 | 2026-04-30T00:17:13.824Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (209/273) |
| 3907 | 2026-04-30T00:17:14.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3908 | 2026-04-30T00:17:14.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3909 | 2026-04-30T00:17:14.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3910 | 2026-04-30T00:17:14.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3911 | 2026-04-30T00:17:14.483Z | |
| 3912 | 2026-04-30T00:17:14.484Z | info: running `cargo check --bins` on omicron-deployment-graph (210/273) |
| 3913 | 2026-04-30T00:17:14.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3914 | 2026-04-30T00:17:14.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3915 | 2026-04-30T00:17:14.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3916 | 2026-04-30T00:17:14.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3917 | 2026-04-30T00:17:15.071Z | |
| 3918 | 2026-04-30T00:17:15.071Z | info: running `cargo check --bins` on reconfigurator-cli (211/273) |
| 3919 | 2026-04-30T00:17:15.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3920 | 2026-04-30T00:17:15.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3921 | 2026-04-30T00:17:15.844Z | Compiling fs-err v2.11.0 |
| 3922 | 2026-04-30T00:17:15.847Z | Checking ignore v0.4.25 |
| 3923 | 2026-04-30T00:17:15.847Z | Checking arc-swap v1.8.2 |
| 3924 | 2026-04-30T00:17:15.847Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3925 | 2026-04-30T00:17:15.981Z | Checking predicates-tree v1.0.13 |
| 3926 | 2026-04-30T00:17:15.999Z | Checking parse-size v1.1.0 |
| 3927 | 2026-04-30T00:17:16.011Z | Checking rand_seeder v0.4.0 |
| 3928 | 2026-04-30T00:17:16.022Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3929 | 2026-04-30T00:17:16.089Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3930 | 2026-04-30T00:17:16.109Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3931 | 2026-04-30T00:17:16.151Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3932 | 2026-04-30T00:17:16.175Z | Checking slog-scope v4.4.1 |
| 3933 | 2026-04-30T00:17:16.297Z | Compiling petname v2.0.2 |
| 3934 | 2026-04-30T00:17:16.311Z | Checking slog-stdlog v4.1.1 |
| 3935 | 2026-04-30T00:17:16.324Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3936 | 2026-04-30T00:17:16.350Z | Checking globwalk v0.9.1 |
| 3937 | 2026-04-30T00:17:16.404Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3938 | 2026-04-30T00:17:16.429Z | Checking slog-envlogger v2.2.0 |
| 3939 | 2026-04-30T00:17:16.530Z | Checking camino-tempfile-ext v0.3.3 |
| 3940 | 2026-04-30T00:17:16.545Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3941 | 2026-04-30T00:17:16.576Z | Checking sapling-renderdag v0.1.0 |
| 3942 | 2026-04-30T00:17:16.709Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3943 | 2026-04-30T00:17:16.723Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3944 | 2026-04-30T00:17:16.813Z | Checking subprocess v0.2.15 |
| 3945 | 2026-04-30T00:17:16.891Z | Checking sync-ptr v0.1.4 |
| 3946 | 2026-04-30T00:17:16.940Z | Checking colored v2.2.0 |
| 3947 | 2026-04-30T00:17:17.004Z | Checking assert_matches v1.5.0 |
| 3948 | 2026-04-30T00:17:17.092Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3949 | 2026-04-30T00:17:17.109Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3950 | 2026-04-30T00:17:17.201Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3951 | 2026-04-30T00:17:17.204Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3952 | 2026-04-30T00:17:17.794Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3953 | 2026-04-30T00:17:19.104Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3954 | 2026-04-30T00:17:21.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s |
| 3955 | 2026-04-30T00:17:21.549Z | |
| 3956 | 2026-04-30T00:17:21.549Z | info: running `cargo check --bins` on omicron-repl-utils (212/273) |
| 3957 | 2026-04-30T00:17:22.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-04-30T00:17:22.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-04-30T00:17:22.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3960 | 2026-04-30T00:17:22.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3961 | 2026-04-30T00:17:22.137Z | |
| 3962 | 2026-04-30T00:17:22.137Z | info: running `cargo check --bins` on nexus-test-interface (213/273) |
| 3963 | 2026-04-30T00:17:22.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2026-04-30T00:17:22.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2026-04-30T00:17:22.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3966 | 2026-04-30T00:17:22.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3967 | 2026-04-30T00:17:22.801Z | |
| 3968 | 2026-04-30T00:17:22.801Z | info: running `cargo check --bins` on oximeter-collector (214/273) |
| 3969 | 2026-04-30T00:17:23.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-04-30T00:17:23.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-04-30T00:17:23.529Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3972 | 2026-04-30T00:17:23.532Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3973 | 2026-04-30T00:17:24.186Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3974 | 2026-04-30T00:17:25.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 3975 | 2026-04-30T00:17:25.972Z | |
| 3976 | 2026-04-30T00:17:25.972Z | info: running `cargo check --bins` on oximeter-api (215/273) |
| 3977 | 2026-04-30T00:17:26.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-04-30T00:17:26.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-04-30T00:17:26.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-04-30T00:17:26.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3981 | 2026-04-30T00:17:26.576Z | |
| 3982 | 2026-04-30T00:17:26.576Z | info: running `cargo check --bins` on cert-dev (216/273) |
| 3983 | 2026-04-30T00:17:27.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-04-30T00:17:27.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-04-30T00:17:27.173Z | Checking yasna v0.5.2 |
| 3986 | 2026-04-30T00:17:27.580Z | Checking rcgen v0.12.1 |
| 3987 | 2026-04-30T00:17:27.831Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3988 | 2026-04-30T00:17:28.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 3989 | 2026-04-30T00:17:28.198Z | |
| 3990 | 2026-04-30T00:17:28.198Z | info: running `cargo check --bins` on clickana (217/273) |
| 3991 | 2026-04-30T00:17:28.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3992 | 2026-04-30T00:17:28.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3993 | 2026-04-30T00:17:28.835Z | Compiling darling_core v0.23.0 |
| 3994 | 2026-04-30T00:17:28.839Z | Compiling instability v0.3.11 |
| 3995 | 2026-04-30T00:17:28.951Z | Checking castaway v0.2.4 |
| 3996 | 2026-04-30T00:17:28.956Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3997 | 2026-04-30T00:17:28.959Z | Compiling indoc v2.0.7 |
| 3998 | 2026-04-30T00:17:28.975Z | Checking unicode-truncate v1.1.0 |
| 3999 | 2026-04-30T00:17:28.978Z | Checking lru v0.12.5 |
| 4000 | 2026-04-30T00:17:28.978Z | Checking cassowary v0.3.0 |
| 4001 | 2026-04-30T00:17:29.042Z | Checking compact_str v0.8.1 |
| 4002 | 2026-04-30T00:17:29.904Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4003 | 2026-04-30T00:17:30.093Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4004 | 2026-04-30T00:17:30.351Z | Compiling darling_macro v0.23.0 |
| 4005 | 2026-04-30T00:17:30.759Z | Compiling darling v0.23.0 |
| 4006 | 2026-04-30T00:17:31.359Z | Checking ratatui v0.29.0 |
| 4007 | 2026-04-30T00:17:32.409Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4008 | 2026-04-30T00:17:33.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s |
| 4009 | 2026-04-30T00:17:33.254Z | |
| 4010 | 2026-04-30T00:17:33.254Z | info: running `cargo check --bins` on clickhouse-cluster-dev (218/273) |
| 4011 | 2026-04-30T00:17:33.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-04-30T00:17:33.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-04-30T00:17:33.970Z | Checking headers-core v0.3.0 |
| 4014 | 2026-04-30T00:17:33.973Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4015 | 2026-04-30T00:17:34.168Z | Checking headers v0.4.1 |
| 4016 | 2026-04-30T00:17:34.537Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4017 | 2026-04-30T00:17:35.394Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4018 | 2026-04-30T00:17:35.895Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4019 | 2026-04-30T00:17:36.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
| 4020 | 2026-04-30T00:17:36.517Z | |
| 4021 | 2026-04-30T00:17:36.517Z | info: running `cargo check --bins` on ch-dev (219/273) |
| 4022 | 2026-04-30T00:17:37.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-04-30T00:17:37.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-04-30T00:17:37.236Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4025 | 2026-04-30T00:17:37.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4026 | 2026-04-30T00:17:38.192Z | |
| 4027 | 2026-04-30T00:17:38.192Z | info: running `cargo check --bins` on dev-tools-common (220/273) |
| 4028 | 2026-04-30T00:17:38.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4029 | 2026-04-30T00:17:38.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4030 | 2026-04-30T00:17:38.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4031 | 2026-04-30T00:17:38.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4032 | 2026-04-30T00:17:38.661Z | |
| 4033 | 2026-04-30T00:17:38.661Z | info: running `cargo check --bins` on crdb-seed (221/273) |
| 4034 | 2026-04-30T00:17:39.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4035 | 2026-04-30T00:17:39.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4036 | 2026-04-30T00:17:39.371Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4037 | 2026-04-30T00:17:40.369Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4038 | 2026-04-30T00:17:40.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 4039 | 2026-04-30T00:17:40.917Z | |
| 4040 | 2026-04-30T00:17:40.917Z | info: running `cargo check --bins` on db-dev (222/273) |
| 4041 | 2026-04-30T00:17:41.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2026-04-30T00:17:41.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2026-04-30T00:17:41.635Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4044 | 2026-04-30T00:17:42.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4045 | 2026-04-30T00:17:42.590Z | |
| 4046 | 2026-04-30T00:17:42.591Z | info: running `cargo check --bins` on omicron-dev-lib (223/273) |
| 4047 | 2026-04-30T00:17:43.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2026-04-30T00:17:43.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2026-04-30T00:17:43.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4050 | 2026-04-30T00:17:43.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4051 | 2026-04-30T00:17:43.238Z | |
| 4052 | 2026-04-30T00:17:43.238Z | info: running `cargo check --bins` on xtask-downloader (224/273) |
| 4053 | 2026-04-30T00:17:43.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-04-30T00:17:43.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-04-30T00:17:43.841Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4056 | 2026-04-30T00:17:44.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 4057 | 2026-04-30T00:17:44.680Z | |
| 4058 | 2026-04-30T00:17:44.680Z | info: running `cargo check --bins` on omicron-dropshot-apis (225/273) |
| 4059 | 2026-04-30T00:17:45.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-04-30T00:17:45.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-04-30T00:17:45.426Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4062 | 2026-04-30T00:17:45.426Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4063 | 2026-04-30T00:17:45.426Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 4064 | 2026-04-30T00:17:45.429Z | Checking git-stub v1.0.0 |
| 4065 | 2026-04-30T00:17:45.429Z | Compiling trait-variant v0.1.2 |
| 4066 | 2026-04-30T00:17:45.544Z | Checking maplit v1.0.2 |
| 4067 | 2026-04-30T00:17:45.552Z | Checking is_ci v1.2.0 |
| 4068 | 2026-04-30T00:17:45.575Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4069 | 2026-04-30T00:17:45.664Z | Checking supports-color v3.0.2 |
| 4070 | 2026-04-30T00:17:45.664Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4071 | 2026-04-30T00:17:45.689Z | Checking git-stub-vcs v0.1.0 |
| 4072 | 2026-04-30T00:17:45.779Z | Checking drift v0.1.3 |
| 4073 | 2026-04-30T00:17:45.798Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4074 | 2026-04-30T00:17:45.836Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4075 | 2026-04-30T00:17:45.877Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4076 | 2026-04-30T00:17:46.030Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4077 | 2026-04-30T00:17:46.071Z | Checking dropshot-api-manager v0.7.1 |
| 4078 | 2026-04-30T00:17:46.085Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4079 | 2026-04-30T00:17:46.098Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4080 | 2026-04-30T00:17:46.282Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4081 | 2026-04-30T00:17:46.298Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4082 | 2026-04-30T00:17:46.473Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 4083 | 2026-04-30T00:17:46.823Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4084 | 2026-04-30T00:17:51.689Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4085 | 2026-04-30T00:17:52.783Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4086 | 2026-04-30T00:17:53.349Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4087 | 2026-04-30T00:17:53.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s |
| 4088 | 2026-04-30T00:17:53.989Z | |
| 4089 | 2026-04-30T00:17:53.989Z | info: running `cargo check --bins` on installinator-api (226/273) |
| 4090 | 2026-04-30T00:17:54.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-04-30T00:17:54.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-04-30T00:17:54.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-04-30T00:17:54.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4094 | 2026-04-30T00:17:54.587Z | |
| 4095 | 2026-04-30T00:17:54.587Z | info: running `cargo check --bins` on nexus-external-api (227/273) |
| 4096 | 2026-04-30T00:17:55.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-04-30T00:17:55.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-04-30T00:17:55.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-04-30T00:17:55.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4100 | 2026-04-30T00:17:55.229Z | |
| 4101 | 2026-04-30T00:17:55.229Z | info: running `cargo check --bins` on nexus-internal-api (228/273) |
| 4102 | 2026-04-30T00:17:55.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-04-30T00:17:55.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-04-30T00:17:55.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4105 | 2026-04-30T00:17:55.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4106 | 2026-04-30T00:17:55.863Z | |
| 4107 | 2026-04-30T00:17:55.863Z | info: running `cargo check --bins` on nexus-lockstep-api (229/273) |
| 4108 | 2026-04-30T00:17:56.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-04-30T00:17:56.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-04-30T00:17:56.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4111 | 2026-04-30T00:17:56.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4112 | 2026-04-30T00:17:56.501Z | |
| 4113 | 2026-04-30T00:17:56.501Z | info: running `cargo check --bins` on ntp-admin-api (230/273) |
| 4114 | 2026-04-30T00:17:57.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4115 | 2026-04-30T00:17:57.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4116 | 2026-04-30T00:17:57.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4117 | 2026-04-30T00:17:57.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4118 | 2026-04-30T00:17:57.099Z | |
| 4119 | 2026-04-30T00:17:57.099Z | info: running `cargo check --bins` on ntp-admin-types-versions (231/273) |
| 4120 | 2026-04-30T00:17:57.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4121 | 2026-04-30T00:17:57.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4122 | 2026-04-30T00:17:57.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4123 | 2026-04-30T00:17:57.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4124 | 2026-04-30T00:17:57.684Z | |
| 4125 | 2026-04-30T00:17:57.684Z | info: running `cargo check --bins` on wicketd-api (232/273) |
| 4126 | 2026-04-30T00:17:58.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4127 | 2026-04-30T00:17:58.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4128 | 2026-04-30T00:17:58.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4129 | 2026-04-30T00:17:58.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4130 | 2026-04-30T00:17:58.297Z | |
| 4131 | 2026-04-30T00:17:58.297Z | info: running `cargo check --bins` on omicron-ls-apis (233/273) |
| 4132 | 2026-04-30T00:17:58.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4133 | 2026-04-30T00:17:58.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4134 | 2026-04-30T00:17:58.900Z | Checking typeid v1.0.3 |
| 4135 | 2026-04-30T00:17:59.012Z | Checking ordered-float v2.10.1 |
| 4136 | 2026-04-30T00:17:59.031Z | Checking unicode-xid v0.2.6 |
| 4137 | 2026-04-30T00:17:59.044Z | Checking cargo-platform v0.2.0 |
| 4138 | 2026-04-30T00:17:59.053Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4139 | 2026-04-30T00:17:59.081Z | Checking erased-serde v0.4.9 |
| 4140 | 2026-04-30T00:17:59.213Z | Checking serde-value v0.7.0 |
| 4141 | 2026-04-30T00:17:59.390Z | Checking serde-untagged v0.1.9 |
| 4142 | 2026-04-30T00:17:59.545Z | Checking cargo-util-schemas v0.8.2 |
| 4143 | 2026-04-30T00:18:00.228Z | Checking cargo_metadata v0.21.0 |
| 4144 | 2026-04-30T00:18:00.828Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4145 | 2026-04-30T00:18:01.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 4146 | 2026-04-30T00:18:01.699Z | |
| 4147 | 2026-04-30T00:18:01.699Z | info: running `cargo check --bins` on mgs-dev (234/273) |
| 4148 | 2026-04-30T00:18:02.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4149 | 2026-04-30T00:18:02.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4150 | 2026-04-30T00:18:02.437Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4151 | 2026-04-30T00:18:03.071Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4152 | 2026-04-30T00:18:03.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4153 | 2026-04-30T00:18:03.789Z | |
| 4154 | 2026-04-30T00:18:03.789Z | info: running `cargo check --bins` on omicron-omdb (235/273) |
| 4155 | 2026-04-30T00:18:04.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-04-30T00:18:04.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-04-30T00:18:04.639Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4158 | 2026-04-30T00:18:04.639Z | Compiling vergen-gitcl v1.0.8 |
| 4159 | 2026-04-30T00:18:04.639Z | Compiling dirs-sys-next v0.1.2 |
| 4160 | 2026-04-30T00:18:04.639Z | Compiling crunchy v0.2.4 |
| 4161 | 2026-04-30T00:18:04.639Z | Compiling glob v0.3.3 |
| 4162 | 2026-04-30T00:18:04.643Z | Compiling diesel_derives v2.3.7 |
| 4163 | 2026-04-30T00:18:04.643Z | Compiling dsl_auto_type v0.2.0 |
| 4164 | 2026-04-30T00:18:04.643Z | Checking scheduled-thread-pool v0.2.7 |
| 4165 | 2026-04-30T00:18:04.906Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4166 | 2026-04-30T00:18:04.957Z | Compiling dirs-next v2.0.0 |
| 4167 | 2026-04-30T00:18:05.008Z | Compiling tiny-keccak v2.0.2 |
| 4168 | 2026-04-30T00:18:05.100Z | Compiling term v0.7.0 |
| 4169 | 2026-04-30T00:18:05.147Z | Checking r2d2 v0.8.10 |
| 4170 | 2026-04-30T00:18:05.212Z | Compiling bit-vec v0.6.3 |
| 4171 | 2026-04-30T00:18:05.226Z | Compiling clang-sys v1.8.1 |
| 4172 | 2026-04-30T00:18:05.240Z | Checking downcast-rs v2.0.2 |
| 4173 | 2026-04-30T00:18:05.345Z | Compiling itertools v0.10.5 |
| 4174 | 2026-04-30T00:18:05.428Z | Compiling bit-set v0.5.3 |
| 4175 | 2026-04-30T00:18:05.589Z | Compiling ascii-canvas v3.0.0 |
| 4176 | 2026-04-30T00:18:05.607Z | Compiling ena v0.14.4 |
| 4177 | 2026-04-30T00:18:05.643Z | Compiling libloading v0.8.9 |
| 4178 | 2026-04-30T00:18:05.675Z | Compiling bindgen v0.71.1 |
| 4179 | 2026-04-30T00:18:05.744Z | Compiling regex-syntax v0.6.29 |
| 4180 | 2026-04-30T00:18:05.819Z | Compiling diff v0.1.13 |
| 4181 | 2026-04-30T00:18:05.849Z | Compiling cexpr v0.6.0 |
| 4182 | 2026-04-30T00:18:06.086Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4183 | 2026-04-30T00:18:06.123Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4184 | 2026-04-30T00:18:06.291Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4185 | 2026-04-30T00:18:06.310Z | Compiling libxml v0.3.3 |
| 4186 | 2026-04-30T00:18:06.381Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4187 | 2026-04-30T00:18:06.521Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4188 | 2026-04-30T00:18:06.561Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4189 | 2026-04-30T00:18:06.691Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4190 | 2026-04-30T00:18:06.752Z | Compiling strum_macros v0.24.3 |
| 4191 | 2026-04-30T00:18:06.887Z | Compiling indoc v1.0.9 |
| 4192 | 2026-04-30T00:18:07.355Z | Compiling lalrpop v0.19.12 |
| 4193 | 2026-04-30T00:18:07.823Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4194 | 2026-04-30T00:18:07.860Z | Checking derive_builder v0.20.2 |
| 4195 | 2026-04-30T00:18:07.980Z | Compiling oso-derive v0.27.3 |
| 4196 | 2026-04-30T00:18:08.013Z | Checking quick-xml v0.37.5 |
| 4197 | 2026-04-30T00:18:08.126Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4198 | 2026-04-30T00:18:08.472Z | Checking openssl-probe v0.1.6 |
| 4199 | 2026-04-30T00:18:08.616Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4200 | 2026-04-30T00:18:08.895Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4201 | 2026-04-30T00:18:09.091Z | Checking bb8 v0.8.6 |
| 4202 | 2026-04-30T00:18:09.367Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4203 | 2026-04-30T00:18:09.386Z | Checking nonempty v0.12.0 |
| 4204 | 2026-04-30T00:18:09.488Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4205 | 2026-04-30T00:18:09.553Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4206 | 2026-04-30T00:18:09.592Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4207 | 2026-04-30T00:18:09.649Z | Checking console v0.16.2 |
| 4208 | 2026-04-30T00:18:09.697Z | Checking unit-prefix v0.5.2 |
| 4209 | 2026-04-30T00:18:09.766Z | Checking support-bundle-viewer v0.1.2 |
| 4210 | 2026-04-30T00:18:09.833Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4211 | 2026-04-30T00:18:09.953Z | Checking indicatif v0.18.4 |
| 4212 | 2026-04-30T00:18:10.010Z | Checking multimap v0.10.1 |
| 4213 | 2026-04-30T00:18:10.633Z | Checking diesel v2.3.7 |
| 4214 | 2026-04-30T00:18:12.330Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4215 | 2026-04-30T00:18:12.924Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4216 | 2026-04-30T00:18:13.265Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4217 | 2026-04-30T00:18:14.022Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4218 | 2026-04-30T00:18:14.705Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4219 | 2026-04-30T00:18:14.820Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4220 | 2026-04-30T00:18:15.101Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4221 | 2026-04-30T00:18:15.354Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4222 | 2026-04-30T00:18:17.451Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4223 | 2026-04-30T00:18:22.318Z | Compiling samael v0.0.19 |
| 4224 | 2026-04-30T00:18:26.154Z | Checking diesel-dtrace v0.5.0 |
| 4225 | 2026-04-30T00:18:26.397Z | Checking async-bb8-diesel v0.2.1 |
| 4226 | 2026-04-30T00:18:27.434Z | Compiling polar-core v0.27.3 |
| 4227 | 2026-04-30T00:18:31.841Z | Checking oso v0.27.3 |
| 4228 | 2026-04-30T00:19:08.353Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4229 | 2026-04-30T00:19:41.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4230 | 2026-04-30T00:19:41.595Z | |
| 4231 | 2026-04-30T00:19:41.595Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (236/273) |
| 4232 | 2026-04-30T00:19:42.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4233 | 2026-04-30T00:19:42.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4234 | 2026-04-30T00:19:42.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4235 | 2026-04-30T00:19:42.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4236 | 2026-04-30T00:19:42.262Z | |
| 4237 | 2026-04-30T00:19:42.262Z | info: running `cargo check --bins` on nexus-saga-recovery (237/273) |
| 4238 | 2026-04-30T00:19:42.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4239 | 2026-04-30T00:19:42.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4240 | 2026-04-30T00:19:42.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4241 | 2026-04-30T00:19:42.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4242 | 2026-04-30T00:19:42.919Z | |
| 4243 | 2026-04-30T00:19:42.919Z | info: running `cargo check --bins` on nexus-test-utils-macros (238/273) |
| 4244 | 2026-04-30T00:19:43.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4245 | 2026-04-30T00:19:43.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4246 | 2026-04-30T00:19:43.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4247 | 2026-04-30T00:19:43.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4248 | 2026-04-30T00:19:43.508Z | |
| 4249 | 2026-04-30T00:19:43.508Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (239/273) |
| 4250 | 2026-04-30T00:19:44.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4251 | 2026-04-30T00:19:44.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4252 | 2026-04-30T00:19:44.378Z | Compiling libz-sys v1.1.24 |
| 4253 | 2026-04-30T00:19:44.508Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4254 | 2026-04-30T00:19:44.519Z | Compiling vergen-git2 v1.0.7 |
| 4255 | 2026-04-30T00:19:44.529Z | Compiling rustls v0.21.12 |
| 4256 | 2026-04-30T00:19:44.563Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4257 | 2026-04-30T00:19:44.570Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4258 | 2026-04-30T00:19:44.570Z | Checking rustls-webpki v0.101.7 |
| 4259 | 2026-04-30T00:19:44.570Z | Checking sct v0.7.1 |
| 4260 | 2026-04-30T00:19:44.722Z | Compiling nix v0.29.0 |
| 4261 | 2026-04-30T00:19:44.734Z | Compiling dropshot v0.16.7 |
| 4262 | 2026-04-30T00:19:44.749Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4263 | 2026-04-30T00:19:44.821Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4264 | 2026-04-30T00:19:44.888Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4265 | 2026-04-30T00:19:44.984Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4266 | 2026-04-30T00:19:45.005Z | Checking toml v0.9.12+spec-1.1.0 |
| 4267 | 2026-04-30T00:19:45.070Z | Compiling dropshot_endpoint v0.16.7 |
| 4268 | 2026-04-30T00:19:45.202Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4269 | 2026-04-30T00:19:45.348Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4270 | 2026-04-30T00:19:45.485Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4271 | 2026-04-30T00:19:45.572Z | Checking rustls-pemfile v1.0.4 |
| 4272 | 2026-04-30T00:19:45.710Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4273 | 2026-04-30T00:19:45.943Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4274 | 2026-04-30T00:19:46.017Z | Checking twox-hash v2.1.2 |
| 4275 | 2026-04-30T00:19:46.153Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4276 | 2026-04-30T00:19:46.178Z | Checking tokio-rustls v0.24.1 |
| 4277 | 2026-04-30T00:19:46.773Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4278 | 2026-04-30T00:19:46.790Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4279 | 2026-04-30T00:19:46.969Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4280 | 2026-04-30T00:19:47.488Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4281 | 2026-04-30T00:19:47.545Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4282 | 2026-04-30T00:19:47.563Z | Checking fatfs v0.3.6 |
| 4283 | 2026-04-30T00:19:47.692Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4284 | 2026-04-30T00:19:47.800Z | Compiling seq-macro v0.3.6 |
| 4285 | 2026-04-30T00:19:51.363Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4286 | 2026-04-30T00:19:51.490Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4287 | 2026-04-30T00:19:51.691Z | Compiling git2 v0.20.4 |
| 4288 | 2026-04-30T00:19:53.909Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4289 | 2026-04-30T00:20:40.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.64s |
| 4290 | 2026-04-30T00:20:40.384Z | |
| 4291 | 2026-04-30T00:20:40.384Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (240/273) |
| 4292 | 2026-04-30T00:20:40.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-04-30T00:20:40.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-04-30T00:20:41.259Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4295 | 2026-04-30T00:21:19.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.22s |
| 4296 | 2026-04-30T00:21:19.841Z | |
| 4297 | 2026-04-30T00:21:19.841Z | info: running `cargo check --bins` on nexus-background-task-interface (241/273) |
| 4298 | 2026-04-30T00:21:20.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4299 | 2026-04-30T00:21:20.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4300 | 2026-04-30T00:21:20.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4301 | 2026-04-30T00:21:20.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4302 | 2026-04-30T00:21:20.421Z | |
| 4303 | 2026-04-30T00:21:20.421Z | info: running `cargo check --bins --no-default-features` on nexus-fm (242/273) |
| 4304 | 2026-04-30T00:21:20.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4305 | 2026-04-30T00:21:20.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4306 | 2026-04-30T00:21:20.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4307 | 2026-04-30T00:21:20.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4308 | 2026-04-30T00:21:21.051Z | |
| 4309 | 2026-04-30T00:21:21.051Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (243/273) |
| 4310 | 2026-04-30T00:21:21.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4311 | 2026-04-30T00:21:21.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4312 | 2026-04-30T00:21:21.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4313 | 2026-04-30T00:21:21.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4314 | 2026-04-30T00:21:21.696Z | |
| 4315 | 2026-04-30T00:21:21.696Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (244/273) |
| 4316 | 2026-04-30T00:21:22.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4317 | 2026-04-30T00:21:22.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4318 | 2026-04-30T00:21:22.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4319 | 2026-04-30T00:21:22.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4320 | 2026-04-30T00:21:22.346Z | |
| 4321 | 2026-04-30T00:21:22.346Z | info: running `cargo check --bins` on nexus-mgs-updates (245/273) |
| 4322 | 2026-04-30T00:21:22.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4323 | 2026-04-30T00:21:22.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4324 | 2026-04-30T00:21:22.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4325 | 2026-04-30T00:21:22.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4326 | 2026-04-30T00:21:22.979Z | |
| 4327 | 2026-04-30T00:21:22.979Z | info: running `cargo check --bins` on nexus-networking (246/273) |
| 4328 | 2026-04-30T00:21:23.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4329 | 2026-04-30T00:21:23.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4330 | 2026-04-30T00:21:23.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4331 | 2026-04-30T00:21:23.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4332 | 2026-04-30T00:21:23.628Z | |
| 4333 | 2026-04-30T00:21:23.628Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (247/273) |
| 4334 | 2026-04-30T00:21:24.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4335 | 2026-04-30T00:21:24.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4336 | 2026-04-30T00:21:24.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4337 | 2026-04-30T00:21:24.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4338 | 2026-04-30T00:21:24.278Z | |
| 4339 | 2026-04-30T00:21:24.279Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (248/273) |
| 4340 | 2026-04-30T00:21:24.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4341 | 2026-04-30T00:21:24.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4342 | 2026-04-30T00:21:24.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4343 | 2026-04-30T00:21:24.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4344 | 2026-04-30T00:21:24.933Z | |
| 4345 | 2026-04-30T00:21:24.933Z | info: running `cargo check --bins` on omicron-dev (249/273) |
| 4346 | 2026-04-30T00:21:25.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4347 | 2026-04-30T00:21:25.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4348 | 2026-04-30T00:21:25.830Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4349 | 2026-04-30T00:21:25.830Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4350 | 2026-04-30T00:21:26.015Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4351 | 2026-04-30T00:21:26.050Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4352 | 2026-04-30T00:21:26.053Z | Checking yansi v1.0.1 |
| 4353 | 2026-04-30T00:21:26.065Z | Checking diff v0.1.13 |
| 4354 | 2026-04-30T00:21:26.080Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4355 | 2026-04-30T00:21:26.093Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4356 | 2026-04-30T00:21:26.149Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4357 | 2026-04-30T00:21:26.312Z | Checking pretty_assertions v1.4.1 |
| 4358 | 2026-04-30T00:21:26.985Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4359 | 2026-04-30T00:21:50.505Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4360 | 2026-04-30T00:21:50.508Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4361 | 2026-04-30T00:21:50.508Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4362 | 2026-04-30T00:21:50.508Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4363 | 2026-04-30T00:21:50.508Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4364 | 2026-04-30T00:21:50.508Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4365 | 2026-04-30T00:21:51.310Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4366 | 2026-04-30T00:21:52.403Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4367 | 2026-04-30T00:22:30.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4368 | 2026-04-30T00:22:31.049Z | |
| 4369 | 2026-04-30T00:22:31.050Z | info: running `cargo check --bins` on omicron-pins (250/273) |
| 4370 | 2026-04-30T00:22:31.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4371 | 2026-04-30T00:22:31.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4372 | 2026-04-30T00:22:31.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4373 | 2026-04-30T00:22:31.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4374 | 2026-04-30T00:22:31.625Z | |
| 4375 | 2026-04-30T00:22:31.625Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (251/273) |
| 4376 | 2026-04-30T00:22:32.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4377 | 2026-04-30T00:22:32.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4378 | 2026-04-30T00:22:32.394Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4379 | 2026-04-30T00:22:32.513Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4380 | 2026-04-30T00:22:32.517Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4381 | 2026-04-30T00:22:58.033Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4382 | 2026-04-30T00:22:58.422Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4383 | 2026-04-30T00:23:00.140Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4384 | 2026-04-30T00:23:00.601Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4385 | 2026-04-30T00:23:03.528Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4386 | 2026-04-30T00:23:26.340Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4387 | 2026-04-30T00:23:27.046Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4388 | 2026-04-30T00:23:28.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.04s |
| 4389 | 2026-04-30T00:23:28.890Z | |
| 4390 | 2026-04-30T00:23:28.890Z | info: running `cargo check --bins` on reconfigurator-sp-updater (252/273) |
| 4391 | 2026-04-30T00:23:29.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4392 | 2026-04-30T00:23:29.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4393 | 2026-04-30T00:23:29.612Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4394 | 2026-04-30T00:23:30.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4395 | 2026-04-30T00:23:30.495Z | |
| 4396 | 2026-04-30T00:23:30.495Z | info: running `cargo check --bins` on omicron-releng (253/273) |
| 4397 | 2026-04-30T00:23:31.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4398 | 2026-04-30T00:23:31.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4399 | 2026-04-30T00:23:31.148Z | Compiling blake3 v1.8.3 |
| 4400 | 2026-04-30T00:23:31.256Z | Checking arrayref v0.3.9 |
| 4401 | 2026-04-30T00:23:31.263Z | Checking constant_time_eq v0.4.2 |
| 4402 | 2026-04-30T00:23:31.266Z | Checking arrayvec v0.7.6 |
| 4403 | 2026-04-30T00:23:31.276Z | Checking topological-sort v0.2.2 |
| 4404 | 2026-04-30T00:23:31.279Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4405 | 2026-04-30T00:23:31.279Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4406 | 2026-04-30T00:23:31.284Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4407 | 2026-04-30T00:23:31.316Z | Checking shell-words v1.1.1 |
| 4408 | 2026-04-30T00:23:32.130Z | Checking omicron-zone-package v0.12.2 |
| 4409 | 2026-04-30T00:23:32.834Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4410 | 2026-04-30T00:23:33.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 4411 | 2026-04-30T00:23:33.846Z | |
| 4412 | 2026-04-30T00:23:33.846Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (254/273) |
| 4413 | 2026-04-30T00:23:34.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-04-30T00:23:34.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-04-30T00:23:34.489Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4416 | 2026-04-30T00:23:34.813Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4417 | 2026-04-30T00:23:35.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4418 | 2026-04-30T00:23:35.386Z | |
| 4419 | 2026-04-30T00:23:35.386Z | info: running `cargo check --bins` on schema (255/273) |
| 4420 | 2026-04-30T00:23:35.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4421 | 2026-04-30T00:23:35.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4422 | 2026-04-30T00:23:36.114Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4423 | 2026-04-30T00:23:36.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4424 | 2026-04-30T00:23:37.024Z | |
| 4425 | 2026-04-30T00:23:37.025Z | info: running `cargo check --bins` on xtask (256/273) |
| 4426 | 2026-04-30T00:23:37.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-04-30T00:23:37.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-04-30T00:23:37.482Z | Checking libc v0.2.185 |
| 4429 | 2026-04-30T00:23:37.485Z | Checking serde v1.0.228 |
| 4430 | 2026-04-30T00:23:37.568Z | Checking zerofrom v0.1.6 |
| 4431 | 2026-04-30T00:23:37.572Z | Checking bitflags v2.11.0 |
| 4432 | 2026-04-30T00:23:37.578Z | Checking smallvec v1.15.1 |
| 4433 | 2026-04-30T00:23:37.581Z | Checking indexmap v2.14.0 |
| 4434 | 2026-04-30T00:23:37.595Z | Checking serde_json v1.0.149 |
| 4435 | 2026-04-30T00:23:37.598Z | Checking scroll v0.12.0 |
| 4436 | 2026-04-30T00:23:37.664Z | Checking yoke v0.8.1 |
| 4437 | 2026-04-30T00:23:37.714Z | Checking num-traits v0.2.19 |
| 4438 | 2026-04-30T00:23:37.752Z | Checking thiserror v1.0.69 |
| 4439 | 2026-04-30T00:23:37.828Z | Checking zerovec v0.11.5 |
| 4440 | 2026-04-30T00:23:37.828Z | Checking zerotrie v0.2.3 |
| 4441 | 2026-04-30T00:23:37.850Z | Checking errno v0.3.14 |
| 4442 | 2026-04-30T00:23:37.853Z | Checking log v0.4.29 |
| 4443 | 2026-04-30T00:23:37.947Z | Checking serde_spanned v0.6.9 |
| 4444 | 2026-04-30T00:23:37.974Z | Checking rustix v1.1.3 |
| 4445 | 2026-04-30T00:23:37.995Z | Checking toml_datetime v0.6.11 |
| 4446 | 2026-04-30T00:23:38.070Z | Checking percent-encoding v2.3.2 |
| 4447 | 2026-04-30T00:23:38.081Z | Checking goblin v0.8.2 |
| 4448 | 2026-04-30T00:23:38.105Z | Checking zerocopy v0.7.35 |
| 4449 | 2026-04-30T00:23:38.176Z | Checking toml_edit v0.22.27 |
| 4450 | 2026-04-30T00:23:38.191Z | Checking getrandom v0.4.1 |
| 4451 | 2026-04-30T00:23:38.211Z | Checking form_urlencoded v1.2.2 |
| 4452 | 2026-04-30T00:23:38.229Z | Checking ordered-float v2.10.1 |
| 4453 | 2026-04-30T00:23:38.260Z | Checking tinystr v0.8.2 |
| 4454 | 2026-04-30T00:23:38.321Z | Checking potential_utf v0.1.4 |
| 4455 | 2026-04-30T00:23:38.338Z | Checking thiserror v2.0.18 |
| 4456 | 2026-04-30T00:23:38.436Z | Checking syn v2.0.117 |
| 4457 | 2026-04-30T00:23:38.440Z | Checking icu_locale_core v2.1.1 |
| 4458 | 2026-04-30T00:23:38.456Z | Checking serde-value v0.7.0 |
| 4459 | 2026-04-30T00:23:38.459Z | Checking icu_collections v2.1.1 |
| 4460 | 2026-04-30T00:23:38.591Z | Checking dtrace-parser v0.2.0 |
| 4461 | 2026-04-30T00:23:38.658Z | Checking thread-id v4.2.2 |
| 4462 | 2026-04-30T00:23:38.740Z | Checking once_cell v1.21.3 |
| 4463 | 2026-04-30T00:23:38.771Z | Checking cargo-platform v0.2.0 |
| 4464 | 2026-04-30T00:23:38.798Z | Checking terminal_size v0.4.3 |
| 4465 | 2026-04-30T00:23:38.831Z | Checking memmap v0.7.0 |
| 4466 | 2026-04-30T00:23:38.913Z | Checking clap_builder v4.5.60 |
| 4467 | 2026-04-30T00:23:38.917Z | Checking tempfile v3.25.0 |
| 4468 | 2026-04-30T00:23:38.944Z | Checking textwrap v0.16.2 |
| 4469 | 2026-04-30T00:23:38.961Z | Checking fs-err v3.3.0 |
| 4470 | 2026-04-30T00:23:38.993Z | Checking icu_provider v2.1.1 |
| 4471 | 2026-04-30T00:23:39.108Z | Checking camino-tempfile v1.4.1 |
| 4472 | 2026-04-30T00:23:39.135Z | Checking anyhow v1.0.102 |
| 4473 | 2026-04-30T00:23:39.154Z | Checking tabled v0.15.0 |
| 4474 | 2026-04-30T00:23:39.228Z | Checking icu_normalizer v2.1.1 |
| 4475 | 2026-04-30T00:23:39.256Z | Checking icu_properties v2.1.2 |
| 4476 | 2026-04-30T00:23:39.266Z | Checking toml v0.8.23 |
| 4477 | 2026-04-30T00:23:39.330Z | Checking macaddr v1.0.1 |
| 4478 | 2026-04-30T00:23:39.508Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4479 | 2026-04-30T00:23:39.579Z | Checking cargo_toml v0.21.0 |
| 4480 | 2026-04-30T00:23:39.960Z | Checking dof v0.3.0 |
| 4481 | 2026-04-30T00:23:40.061Z | Checking idna_adapter v1.2.1 |
| 4482 | 2026-04-30T00:23:40.128Z | Checking clap v4.5.60 |
| 4483 | 2026-04-30T00:23:40.180Z | Checking idna v1.1.0 |
| 4484 | 2026-04-30T00:23:40.249Z | Checking usdt-impl v0.5.0 |
| 4485 | 2026-04-30T00:23:40.400Z | Checking url v2.5.8 |
| 4486 | 2026-04-30T00:23:40.497Z | Checking usdt v0.5.0 |
| 4487 | 2026-04-30T00:23:40.744Z | Checking cargo-util-schemas v0.8.2 |
| 4488 | 2026-04-30T00:23:41.438Z | Checking cargo_metadata v0.21.0 |
| 4489 | 2026-04-30T00:23:42.039Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4490 | 2026-04-30T00:23:42.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
| 4491 | 2026-04-30T00:23:42.583Z | |
| 4492 | 2026-04-30T00:23:42.584Z | info: running `cargo check --bins` on dnsadm (257/273) |
| 4493 | 2026-04-30T00:23:43.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4494 | 2026-04-30T00:23:43.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4495 | 2026-04-30T00:23:43.216Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4496 | 2026-04-30T00:23:43.691Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4497 | 2026-04-30T00:23:44.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4498 | 2026-04-30T00:23:44.284Z | |
| 4499 | 2026-04-30T00:23:44.284Z | info: running `cargo check --bins` on end-to-end-tests (258/273) |
| 4500 | 2026-04-30T00:23:44.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4501 | 2026-04-30T00:23:44.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4502 | 2026-04-30T00:23:45.075Z | Checking polyval v0.6.2 |
| 4503 | 2026-04-30T00:23:45.198Z | Checking ctr v0.9.2 |
| 4504 | 2026-04-30T00:23:45.208Z | Checking ssh-encoding v0.2.0 |
| 4505 | 2026-04-30T00:23:45.211Z | Checking blowfish v0.9.1 |
| 4506 | 2026-04-30T00:23:45.229Z | Checking password-hash v0.4.2 |
| 4507 | 2026-04-30T00:23:45.245Z | Checking p256 v0.13.2 |
| 4508 | 2026-04-30T00:23:45.248Z | Checking p521 v0.13.3 |
| 4509 | 2026-04-30T00:23:45.271Z | Checking russh-cryptovec v0.7.3 |
| 4510 | 2026-04-30T00:23:45.339Z | Checking ghash v0.5.1 |
| 4511 | 2026-04-30T00:23:45.353Z | Checking bcrypt-pbkdf v0.10.0 |
| 4512 | 2026-04-30T00:23:45.353Z | Checking md5 v0.7.0 |
| 4513 | 2026-04-30T00:23:45.383Z | Checking num-bigint v0.4.6 |
| 4514 | 2026-04-30T00:23:45.433Z | Checking des v0.8.1 |
| 4515 | 2026-04-30T00:23:45.449Z | Checking pbkdf2 v0.11.0 |
| 4516 | 2026-04-30T00:23:45.466Z | Checking aes-gcm v0.10.3 |
| 4517 | 2026-04-30T00:23:45.482Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4518 | 2026-04-30T00:23:45.547Z | Checking hex-literal v0.4.1 |
| 4519 | 2026-04-30T00:23:45.580Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4520 | 2026-04-30T00:23:45.583Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4521 | 2026-04-30T00:23:45.613Z | Checking ssh-cipher v0.2.0 |
| 4522 | 2026-04-30T00:23:45.613Z | Checking socket2 v0.5.10 |
| 4523 | 2026-04-30T00:23:45.641Z | Checking internet-checksum v0.2.1 |
| 4524 | 2026-04-30T00:23:45.789Z | Checking ssh-key v0.6.7 |
| 4525 | 2026-04-30T00:23:45.868Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4526 | 2026-04-30T00:23:46.419Z | Checking russh-keys v0.45.0 |
| 4527 | 2026-04-30T00:23:46.954Z | Checking russh v0.45.0 |
| 4528 | 2026-04-30T00:24:02.072Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4529 | 2026-04-30T00:24:03.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.99s |
| 4530 | 2026-04-30T00:24:03.495Z | |
| 4531 | 2026-04-30T00:24:03.496Z | info: running `cargo check --bins` on gateway-cli (259/273) |
| 4532 | 2026-04-30T00:24:04.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4533 | 2026-04-30T00:24:04.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4534 | 2026-04-30T00:24:04.130Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4535 | 2026-04-30T00:24:04.238Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4536 | 2026-04-30T00:24:04.246Z | Checking termios v0.3.3 |
| 4537 | 2026-04-30T00:24:05.462Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4538 | 2026-04-30T00:24:05.613Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4539 | 2026-04-30T00:24:07.441Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4540 | 2026-04-30T00:24:08.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
| 4541 | 2026-04-30T00:24:08.190Z | |
| 4542 | 2026-04-30T00:24:08.190Z | info: running `cargo check --bins --no-default-features` on installinator (260/273) |
| 4543 | 2026-04-30T00:24:08.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-04-30T00:24:08.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-04-30T00:24:08.895Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4546 | 2026-04-30T00:24:09.010Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4547 | 2026-04-30T00:24:09.019Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4548 | 2026-04-30T00:24:09.022Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4549 | 2026-04-30T00:24:09.033Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4550 | 2026-04-30T00:24:09.036Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4551 | 2026-04-30T00:24:09.757Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4552 | 2026-04-30T00:24:10.091Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4553 | 2026-04-30T00:24:10.095Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4554 | 2026-04-30T00:24:10.732Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4555 | 2026-04-30T00:24:12.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 4556 | 2026-04-30T00:24:12.566Z | |
| 4557 | 2026-04-30T00:24:12.566Z | info: running `cargo check --bins` on internal-dns-cli (261/273) |
| 4558 | 2026-04-30T00:24:13.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4559 | 2026-04-30T00:24:13.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4560 | 2026-04-30T00:24:13.198Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4561 | 2026-04-30T00:24:13.648Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4562 | 2026-04-30T00:24:13.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4563 | 2026-04-30T00:24:14.165Z | |
| 4564 | 2026-04-30T00:24:14.165Z | info: running `cargo check --bins` on omicron-live-tests (262/273) |
| 4565 | 2026-04-30T00:24:14.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4566 | 2026-04-30T00:24:14.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4567 | 2026-04-30T00:24:14.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4568 | 2026-04-30T00:24:14.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4569 | 2026-04-30T00:24:14.750Z | |
| 4570 | 2026-04-30T00:24:14.750Z | info: running `cargo check --bins` on live-tests-macros (263/273) |
| 4571 | 2026-04-30T00:24:15.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4572 | 2026-04-30T00:24:15.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4573 | 2026-04-30T00:24:15.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4574 | 2026-04-30T00:24:15.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4575 | 2026-04-30T00:24:15.331Z | |
| 4576 | 2026-04-30T00:24:15.331Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (264/273) |
| 4577 | 2026-04-30T00:24:15.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4578 | 2026-04-30T00:24:15.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4579 | 2026-04-30T00:24:16.074Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4580 | 2026-04-30T00:24:16.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4581 | 2026-04-30T00:24:16.875Z | |
| 4582 | 2026-04-30T00:24:16.875Z | info: running `cargo check --bins` on omicron-ntp-admin (265/273) |
| 4583 | 2026-04-30T00:24:17.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4584 | 2026-04-30T00:24:17.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4585 | 2026-04-30T00:24:17.516Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4586 | 2026-04-30T00:24:17.519Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4587 | 2026-04-30T00:24:17.769Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4588 | 2026-04-30T00:24:17.773Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4589 | 2026-04-30T00:24:18.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4590 | 2026-04-30T00:24:18.742Z | |
| 4591 | 2026-04-30T00:24:18.742Z | info: running `cargo check --bins` on ntp-admin-types (266/273) |
| 4592 | 2026-04-30T00:24:19.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4593 | 2026-04-30T00:24:19.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4594 | 2026-04-30T00:24:19.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4595 | 2026-04-30T00:24:19.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4596 | 2026-04-30T00:24:19.331Z | |
| 4597 | 2026-04-30T00:24:19.331Z | info: running `cargo check --bins` on omicron-package (267/273) |
| 4598 | 2026-04-30T00:24:19.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4599 | 2026-04-30T00:24:19.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4600 | 2026-04-30T00:24:20.007Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4601 | 2026-04-30T00:24:21.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4602 | 2026-04-30T00:24:21.269Z | |
| 4603 | 2026-04-30T00:24:21.269Z | info: running `cargo check --bins` on tqdb (268/273) |
| 4604 | 2026-04-30T00:24:21.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4605 | 2026-04-30T00:24:21.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4606 | 2026-04-30T00:24:22.037Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4607 | 2026-04-30T00:24:22.391Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4608 | 2026-04-30T00:24:22.911Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4609 | 2026-04-30T00:24:22.915Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4610 | 2026-04-30T00:24:28.717Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4611 | 2026-04-30T00:24:28.722Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4612 | 2026-04-30T00:24:29.290Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4613 | 2026-04-30T00:24:29.290Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4614 | 2026-04-30T00:24:29.295Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4615 | 2026-04-30T00:24:29.295Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4616 | 2026-04-30T00:24:30.041Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4617 | 2026-04-30T00:24:31.034Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4618 | 2026-04-30T00:24:31.787Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4619 | 2026-04-30T00:24:32.398Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4620 | 2026-04-30T00:24:36.430Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4621 | 2026-04-30T00:24:42.721Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4622 | 2026-04-30T00:24:42.724Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4623 | 2026-04-30T00:24:42.724Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4624 | 2026-04-30T00:24:42.724Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4625 | 2026-04-30T00:24:44.184Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4626 | 2026-04-30T00:24:45.492Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4627 | 2026-04-30T00:24:46.168Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4628 | 2026-04-30T00:24:47.404Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4629 | 2026-04-30T00:24:47.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.67s |
| 4630 | 2026-04-30T00:24:48.162Z | |
| 4631 | 2026-04-30T00:24:48.162Z | info: running `cargo check --bins` on wicket-dbg (269/273) |
| 4632 | 2026-04-30T00:24:48.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4633 | 2026-04-30T00:24:48.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4634 | 2026-04-30T00:24:48.862Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4635 | 2026-04-30T00:24:48.862Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4636 | 2026-04-30T00:24:48.866Z | Checking rtoolbox v0.0.3 |
| 4637 | 2026-04-30T00:24:48.866Z | Checking tui-tree-widget v0.23.1 |
| 4638 | 2026-04-30T00:24:49.093Z | Checking rpassword v7.4.0 |
| 4639 | 2026-04-30T00:24:50.110Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4640 | 2026-04-30T00:24:53.212Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4641 | 2026-04-30T00:24:55.061Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4642 | 2026-04-30T00:24:55.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.81s |
| 4643 | 2026-04-30T00:24:56.189Z | |
| 4644 | 2026-04-30T00:24:56.189Z | info: running `cargo check --bins` on wicket (270/273) |
| 4645 | 2026-04-30T00:24:56.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4646 | 2026-04-30T00:24:56.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4647 | 2026-04-30T00:24:56.873Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4648 | 2026-04-30T00:24:57.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 4649 | 2026-04-30T00:24:57.427Z | |
| 4650 | 2026-04-30T00:24:57.427Z | info: running `cargo check --bins` on wicketd (271/273) |
| 4651 | 2026-04-30T00:24:57.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4652 | 2026-04-30T00:24:57.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4653 | 2026-04-30T00:24:58.142Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4654 | 2026-04-30T00:24:58.145Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4655 | 2026-04-30T00:24:58.145Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4656 | 2026-04-30T00:24:58.145Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4657 | 2026-04-30T00:24:59.143Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4658 | 2026-04-30T00:24:59.720Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4659 | 2026-04-30T00:25:02.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 4660 | 2026-04-30T00:25:02.877Z | |
| 4661 | 2026-04-30T00:25:02.878Z | info: running `cargo check --bins` on omicron-workspace-hack (272/273) |
| 4662 | 2026-04-30T00:25:03.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4663 | 2026-04-30T00:25:03.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4664 | 2026-04-30T00:25:03.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4665 | 2026-04-30T00:25:03.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4666 | 2026-04-30T00:25:03.460Z | |
| 4667 | 2026-04-30T00:25:03.460Z | info: running `cargo check --bins` on zone-setup (273/273) |
| 4668 | 2026-04-30T00:25:03.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4669 | 2026-04-30T00:25:03.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4670 | 2026-04-30T00:25:04.121Z | Checking uzers v0.12.2 |
| 4671 | 2026-04-30T00:25:04.393Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4672 | 2026-04-30T00:25:05.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4673 | 2026-04-30T00:25:05.367Z | |
| 4674 | 2026-04-30T00:25:05.367Z | real 14:08.516745097 |
| 4675 | 2026-04-30T00:25:05.367Z | user 20:31.166856943 |
| 4676 | 2026-04-30T00:25:05.367Z | sys 4:16.791869217 |
| 4677 | 2026-04-30T00:25:05.367Z | trap 0.328945327 |
| 4678 | 2026-04-30T00:25:05.367Z | tflt 0.344492691 |
| 4679 | 2026-04-30T00:25:05.367Z | dflt 0.885473125 |
| 4680 | 2026-04-30T00:25:05.367Z | kflt 0.002470870 |
| 4681 | 2026-04-30T00:25:05.367Z | lock 1:16:55.369898837 |
| 4682 | 2026-04-30T00:25:05.367Z | slp 1:38:31.052823630 |
| 4683 | 2026-04-30T00:25:05.367Z | lat 54.689252069 |
| 4684 | 2026-04-30T00:25:05.367Z | stop 3:23.462938089 |
| 4685 | 2026-04-30T00:25:05.370Z | process exited: duration 1028840 ms, exit code 0 |
| |
| 4686 | 2026-04-30T00:25:05.377Z | found 0 output files |