|
|
|
| 1 | 2026-03-02T07:19:13.200Z | job assigned to worker 01KJPPKWY2ZAYR5A1QPKA3WZNG [factory gimlet-EVT22200007-propolis, EVT22200007/59793] (queued for 25 s) |
| |
| 2 | 2026-03-02T07:19:21.433Z | starting task 0: "setup" |
| 3 | 2026-03-02T07:19:21.459Z | ++ uname -s |
| 4 | 2026-03-02T07:19:21.459Z | + kern=SunOS |
| 5 | 2026-03-02T07:19:21.459Z | + build_user=build |
| 6 | 2026-03-02T07:19:21.459Z | + build_uid=12345 |
| 7 | 2026-03-02T07:19:21.459Z | + work_dir=/work |
| 8 | 2026-03-02T07:19:21.459Z | + input_dir=/input |
| 9 | 2026-03-02T07:19:21.459Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-02T07:19:21.459Z | + case "$kern" in |
| 11 | 2026-03-02T07:19:21.459Z | + groupadd -g 12345 build |
| 12 | 2026-03-02T07:19:21.459Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-02T07:19:23.461Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-02T07:19:23.496Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-02T07:19:23.522Z | + home_fs=zfs |
| 16 | 2026-03-02T07:19:23.522Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-02T07:19:23.522Z | + mkdir -p /home/build |
| 18 | 2026-03-02T07:19:23.522Z | + chown build:build /home/build /work |
| 19 | 2026-03-02T07:19:25.505Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-02T07:19:25.530Z | process exited: duration 4074 ms, exit code 0 |
| |
| 21 | 2026-03-02T07:19:25.580Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-02T07:19:25.604Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-02T07:19:25.604Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-02T07:19:25.604Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-02T07:19:25.604Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-02T07:19:25.604Z | * rust toolchain channel = "1.91.1" |
| 27 | 2026-03-02T07:19:25.604Z | * rust toolchain profile = "default" |
| 28 | 2026-03-02T07:19:25.605Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-02T07:19:25.605Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-02T07:19:25.726Z | info: downloading installer |
| 31 | 2026-03-02T07:19:26.791Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-02T07:19:26.791Z | warn: /opt/ooce/bin |
| 33 | 2026-03-02T07:19:26.791Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-02T07:19:26.791Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-02T07:19:26.791Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-02T07:19:26.791Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-02T07:19:26.791Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-02T07:19:26.791Z | error: cannot install while Rust is installed |
| 39 | 2026-03-02T07:19:26.791Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-02T07:19:26.826Z | info: profile set to 'default' |
| 41 | 2026-03-02T07:19:26.826Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-02T07:19:26.826Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-02T07:19:26.934Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-02T07:19:26.934Z | info: downloading component 'cargo' |
| 45 | 2026-03-02T07:19:27.291Z | info: downloading component 'clippy' |
| 46 | 2026-03-02T07:19:27.429Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-02T07:19:27.873Z | info: downloading component 'rust-std' |
| 48 | 2026-03-02T07:19:28.554Z | info: downloading component 'rustc' |
| 49 | 2026-03-02T07:19:31.426Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-02T07:19:31.501Z | info: installing component 'cargo' |
| 51 | 2026-03-02T07:19:32.657Z | info: installing component 'clippy' |
| 52 | 2026-03-02T07:19:33.105Z | info: installing component 'rust-docs' |
| 53 | 2026-03-02T07:19:36.392Z | info: installing component 'rust-std' |
| 54 | 2026-03-02T07:19:38.519Z | info: installing component 'rustc' |
| 55 | 2026-03-02T07:19:46.491Z | info: installing component 'rustfmt' |
| 56 | 2026-03-02T07:19:46.884Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-02T07:19:46.884Z | |
| 58 | 2026-03-02T07:19:47.056Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-02T07:19:47.056Z | |
| 60 | 2026-03-02T07:19:47.056Z | |
| 61 | 2026-03-02T07:19:47.056Z | Rust is installed now. Great! |
| 62 | 2026-03-02T07:19:47.056Z | |
| 63 | 2026-03-02T07:19:47.056Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-02T07:19:47.056Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-02T07:19:47.056Z | |
| 66 | 2026-03-02T07:19:47.056Z | To configure your current shell, you need to source |
| 67 | 2026-03-02T07:19:47.056Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-02T07:19:47.056Z | |
| 69 | 2026-03-02T07:19:47.080Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-02T07:19:47.080Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-02T07:19:47.080Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-02T07:19:47.080Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-02T07:19:47.176Z | + rustup --version |
| 74 | 2026-03-02T07:19:47.200Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-02T07:19:47.200Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-02T07:19:47.294Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-02T07:19:47.319Z | + cargo --version |
| 78 | 2026-03-02T07:19:47.394Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-02T07:19:47.419Z | + rustc --version |
| 80 | 2026-03-02T07:19:47.493Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-02T07:19:47.518Z | process exited: duration 21918 ms, exit code 0 |
| |
| 82 | 2026-03-02T07:19:47.566Z | starting task 2: "authentication" |
| 83 | 2026-03-02T07:19:47.617Z | process exited: duration 50 ms, exit code 0 |
| |
| 84 | 2026-03-02T07:19:47.669Z | starting task 3: "clone repository" |
| 85 | 2026-03-02T07:19:47.694Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-02T07:19:47.694Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-02T07:19:47.719Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-02T07:20:01.138Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-02T07:20:01.138Z | + git fetch origin 1077080d7166b52e846a6d801764420e41eb8d79 |
| 90 | 2026-03-02T07:20:01.551Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-02T07:20:01.551Z | * branch 1077080d7166b52e846a6d801764420e41eb8d79 -> FETCH_HEAD |
| 92 | 2026-03-02T07:20:01.577Z | + [[ -n ry/dendrite-220 ]] |
| 93 | 2026-03-02T07:20:01.577Z | ++ git branch --show-current |
| 94 | 2026-03-02T07:20:01.577Z | + current=main |
| 95 | 2026-03-02T07:20:01.577Z | + [[ main != ry/dendrite-220 ]] |
| 96 | 2026-03-02T07:20:01.578Z | + git branch -f ry/dendrite-220 1077080d7166b52e846a6d801764420e41eb8d79 |
| 97 | 2026-03-02T07:20:01.603Z | + git checkout -f ry/dendrite-220 |
| 98 | 2026-03-02T07:20:01.980Z | Switched to branch 'ry/dendrite-220' |
| 99 | 2026-03-02T07:20:02.005Z | + git reset --hard 1077080d7166b52e846a6d801764420e41eb8d79 |
| 100 | 2026-03-02T07:20:02.029Z | HEAD is now at 1077080d7 [multicast] Adapt multicast code to new dendrite DPD API (#9950) |
| 101 | 2026-03-02T07:20:02.030Z | process exited: duration 14353 ms, exit code 0 |
| |
| 102 | 2026-03-02T07:20:02.080Z | starting task 4: "build" |
| 103 | 2026-03-02T07:20:02.105Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-02T07:20:02.105Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-02T07:20:02.105Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-02T07:20:02.105Z | + cargo --version |
| 107 | 2026-03-02T07:20:02.161Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-02T07:20:02.186Z | + rustc --version |
| 109 | 2026-03-02T07:20:02.254Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-02T07:20:02.279Z | + source ./env.sh |
| 111 | 2026-03-02T07:20:02.279Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2026-03-02T07:20:02.279Z | ++ set -o xtrace |
| 113 | 2026-03-02T07:20:02.279Z | ++++ dirname ./env.sh |
| 114 | 2026-03-02T07:20:02.279Z | +++ readlink -f . |
| 115 | 2026-03-02T07:20:02.279Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2026-03-02T07:20:02.279Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-03-02T07:20:02.279Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-03-02T07:20:02.279Z | ++ 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 |
| 119 | 2026-03-02T07:20:02.279Z | ++ 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 |
| 120 | 2026-03-02T07:20:02.279Z | ++ 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 |
| 121 | 2026-03-02T07:20:02.279Z | ++ 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 |
| 122 | 2026-03-02T07:20:02.279Z | ++ 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 |
| 123 | 2026-03-02T07:20:02.279Z | ++ 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 |
| 124 | 2026-03-02T07:20:02.279Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2026-03-02T07:20:02.279Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2026-03-02T07:20:02.279Z | + 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 |
| 127 | 2026-03-02T07:20:02.279Z | + 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 |
| 128 | 2026-03-02T07:20:02.279Z | + banner prerequisites |
| 129 | 2026-03-02T07:20:02.279Z | |
| 130 | 2026-03-02T07:20:02.279Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2026-03-02T07:20:02.279Z | # # # # # # # # # # # # # # # |
| 132 | 2026-03-02T07:20:02.279Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2026-03-02T07:20:02.279Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2026-03-02T07:20:02.279Z | # # # # # # # # # # # # # # # |
| 135 | 2026-03-02T07:20:02.279Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2026-03-02T07:20:02.279Z | |
| 137 | 2026-03-02T07:20:02.279Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2026-03-02T07:20:20.932Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2026-03-02T07:20:32.818Z | Startup: Caching catalogs ... Done |
| 140 | 2026-03-02T07:20:59.572Z | Planning: Solver setup ... Done (24.772s) |
| 141 | 2026-03-02T07:20:59.761Z | Planning: Running solver ... Done (0.189s) |
| 142 | 2026-03-02T07:20:59.914Z | Planning: Finding local manifests ... Done (0.002s) |
| 143 | 2026-03-02T07:20:59.991Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2026-03-02T07:21:00.426Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2026-03-02T07:21:00.478Z | Planning: Package planning ... Done (0.052s) |
| 146 | 2026-03-02T07:21:00.535Z | Planning: Merging actions ... Done (0.057s) |
| 147 | 2026-03-02T07:21:00.853Z | Planning: Checking for conflicting actions ... Done (0.318s) |
| 148 | 2026-03-02T07:21:00.878Z | Planning: Consolidating action changes ... Done (0.013s) |
| 149 | 2026-03-02T07:21:01.497Z | Planning: Evaluating mediators ... Done (0.631s) |
| 150 | 2026-03-02T07:21:01.524Z | Planning: Planning completed in 28.57 seconds |
| 151 | 2026-03-02T07:21:01.548Z | Packages to install: 4 |
| 152 | 2026-03-02T07:21:01.549Z | Mediators to change: 2 |
| 153 | 2026-03-02T07:21:01.549Z | Services to change: 1 |
| 154 | 2026-03-02T07:21:01.549Z | Estimated space available: 154.94 GB |
| 155 | 2026-03-02T07:21:01.549Z | Estimated space to be consumed: 1.81 GB |
| 156 | 2026-03-02T07:21:01.549Z | Create boot environment: No |
| 157 | 2026-03-02T07:21:01.549Z | Create backup boot environment: No |
| 158 | 2026-03-02T07:21:01.549Z | Rebuild boot archive: No |
| 159 | 2026-03-02T07:21:01.549Z | |
| 160 | 2026-03-02T07:21:01.549Z | Changed mediators: |
| 161 | 2026-03-02T07:21:01.549Z | mediator clang: |
| 162 | 2026-03-02T07:21:01.549Z | version: None -> 15 (system default) |
| 163 | 2026-03-02T07:21:01.549Z | |
| 164 | 2026-03-02T07:21:01.549Z | mediator llvm: |
| 165 | 2026-03-02T07:21:01.549Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2026-03-02T07:21:01.549Z | |
| 167 | 2026-03-02T07:21:01.549Z | Changed packages: |
| 168 | 2026-03-02T07:21:01.549Z | helios-dev |
| 169 | 2026-03-02T07:21:01.549Z | developer/build-essential |
| 170 | 2026-03-02T07:21:01.549Z | None -> 11-2.0 |
| 171 | 2026-03-02T07:21:01.549Z | library/libxmlsec1 |
| 172 | 2026-03-02T07:21:01.549Z | None -> 1.2.35-2.0 |
| 173 | 2026-03-02T07:21:01.549Z | ooce/developer/clang-15 |
| 174 | 2026-03-02T07:21:01.549Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-02T07:21:01.549Z | ooce/developer/llvm-15 |
| 176 | 2026-03-02T07:21:01.549Z | None -> 15.0.7-2.0 |
| 177 | 2026-03-02T07:21:01.549Z | |
| 178 | 2026-03-02T07:21:01.549Z | Services: |
| 179 | 2026-03-02T07:21:01.549Z | restart_fmri: |
| 180 | 2026-03-02T07:21:01.549Z | svc:/system/update-man-index:default |
| 181 | 2026-03-02T07:21:01.585Z | |
| 182 | 2026-03-02T07:21:01.585Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2026-03-02T07:21:06.586Z | Download: 1202/3290 items 83.5/212.6MB 39% complete (17.2M/s) |
| 184 | 2026-03-02T07:21:11.586Z | Download: 3121/3290 items 125.0/212.6MB 58% complete (12.5M/s) |
| 185 | 2026-03-02T07:21:16.248Z | Download: Completed 212.60 MB in 14.66 seconds (14.5M/s) |
| 186 | 2026-03-02T07:21:16.397Z | Actions: 1/3689 actions (Installing new actions) |
| 187 | 2026-03-02T07:21:21.652Z | Actions: 2875/3689 actions (Installing new actions) |
| 188 | 2026-03-02T07:21:22.048Z | Actions: Completed 3689 actions in 5.65 seconds. |
| 189 | 2026-03-02T07:21:22.677Z | Done (0.624s) |
| 190 | 2026-03-02T07:21:22.677Z | Done (0.000s) |
| 191 | 2026-03-02T07:21:23.972Z | Done (1.294s) |
| 192 | 2026-03-02T07:21:28.638Z | Done (4.413s) |
| 193 | 2026-03-02T07:21:28.743Z | Done (0.018s) |
| 194 | 2026-03-02T07:21:28.743Z | Done (0.000s) |
| 195 | 2026-03-02T07:21:28.906Z | Done (0.000s) |
| 196 | 2026-03-02T07:21:29.895Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2026-03-02T07:21:30.158Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2026-03-02T07:21:30.184Z | Planning: Consolidating action changes ... Done |
| 199 | 2026-03-02T07:21:30.490Z | Planning: Evaluating mediators ... Done |
| 200 | 2026-03-02T07:21:30.515Z | Planning: Planning completed in 0.60 seconds |
| 201 | 2026-03-02T07:21:30.540Z | Mediators to change: 2 |
| 202 | 2026-03-02T07:21:30.540Z | Create boot environment: No |
| 203 | 2026-03-02T07:21:30.540Z | Create backup boot environment: No |
| 204 | 2026-03-02T07:21:30.586Z | Done |
| 205 | 2026-03-02T07:21:30.586Z | Done |
| 206 | 2026-03-02T07:21:31.625Z | Done |
| 207 | 2026-03-02T07:21:35.921Z | Done |
| 208 | 2026-03-02T07:21:36.015Z | Done |
| 209 | 2026-03-02T07:21:36.015Z | Done |
| 210 | 2026-03-02T07:21:36.070Z | Done |
| 211 | 2026-03-02T07:21:36.806Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2026-03-02T07:21:36.831Z | Planning: Merging actions ... Done |
| 213 | 2026-03-02T07:21:37.042Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2026-03-02T07:21:37.067Z | Planning: Consolidating action changes ... Done |
| 215 | 2026-03-02T07:21:37.364Z | Planning: Evaluating mediators ... Done |
| 216 | 2026-03-02T07:21:37.433Z | Planning: Planning completed in 0.92 seconds |
| 217 | 2026-03-02T07:21:37.475Z | Packages to change: 1 |
| 218 | 2026-03-02T07:21:37.475Z | Mediators to change: 1 |
| 219 | 2026-03-02T07:21:37.475Z | Services to change: 1 |
| 220 | 2026-03-02T07:21:37.475Z | Create boot environment: No |
| 221 | 2026-03-02T07:21:37.475Z | Create backup boot environment: Yes |
| 222 | 2026-03-02T07:21:39.420Z | Actions: 1/6 actions (Updating modified actions) |
| 223 | 2026-03-02T07:21:39.445Z | Actions: Completed 6 actions in 0.00 seconds. |
| 224 | 2026-03-02T07:21:39.445Z | Done |
| 225 | 2026-03-02T07:21:39.445Z | Done |
| 226 | 2026-03-02T07:21:39.676Z | Done |
| 227 | 2026-03-02T07:21:43.805Z | Done |
| 228 | 2026-03-02T07:21:43.889Z | Done |
| 229 | 2026-03-02T07:21:43.914Z | Done |
| 230 | 2026-03-02T07:21:44.000Z | Done |
| 231 | 2026-03-02T07:21:44.516Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 232 | 2026-03-02T07:21:44.516Z | clang system 15 system |
| 233 | 2026-03-02T07:21:44.516Z | csh system system illumos |
| 234 | 2026-03-02T07:21:44.516Z | ctags system system illumos |
| 235 | 2026-03-02T07:21:44.516Z | file system system illumos |
| 236 | 2026-03-02T07:21:44.516Z | gcc vendor 12 vendor |
| 237 | 2026-03-02T07:21:44.516Z | gcc system 10 system |
| 238 | 2026-03-02T07:21:44.516Z | gcc system 7 system |
| 239 | 2026-03-02T07:21:44.516Z | go system 1.20 system |
| 240 | 2026-03-02T07:21:44.516Z | go system 1.19 system |
| 241 | 2026-03-02T07:21:44.516Z | llvm system 15 system |
| 242 | 2026-03-02T07:21:44.516Z | llvm system 14 system |
| 243 | 2026-03-02T07:21:44.516Z | mariadb system 10.6 system |
| 244 | 2026-03-02T07:21:44.516Z | mta vendor vendor dma |
| 245 | 2026-03-02T07:21:44.516Z | openjdk system 17 system |
| 246 | 2026-03-02T07:21:44.516Z | openjdk system 11 system |
| 247 | 2026-03-02T07:21:44.516Z | openjdk system 1.8 system |
| 248 | 2026-03-02T07:21:44.516Z | openssl vendor 3 vendor |
| 249 | 2026-03-02T07:21:44.516Z | perl system 5.36 system |
| 250 | 2026-03-02T07:21:44.516Z | postgresql system 15 system |
| 251 | 2026-03-02T07:21:44.516Z | postgresql system 13 system |
| 252 | 2026-03-02T07:21:44.516Z | python vendor 3 vendor |
| 253 | 2026-03-02T07:21:44.516Z | python system 2 system |
| 254 | 2026-03-02T07:21:44.516Z | python3 system 3.11 system |
| 255 | 2026-03-02T07:21:44.516Z | ruby system 3.0 system |
| 256 | 2026-03-02T07:21:44.516Z | words vendor vendor american-english |
| 257 | 2026-03-02T07:21:44.516Z | words system system australian-english |
| 258 | 2026-03-02T07:21:44.516Z | words system system british-english |
| 259 | 2026-03-02T07:21:44.516Z | words system system canadian-english |
| 260 | 2026-03-02T07:21:44.516Z | words system system french |
| 261 | 2026-03-02T07:21:44.516Z | words system system italian |
| 262 | 2026-03-02T07:21:44.516Z | words system system ngerman |
| 263 | 2026-03-02T07:21:44.516Z | words system system ogerman |
| 264 | 2026-03-02T07:21:44.516Z | words system system spanish |
| 265 | 2026-03-02T07:21:44.886Z | PUBLISHER TYPE STATUS P LOCATION |
| 266 | 2026-03-02T07:21:44.886Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 267 | 2026-03-02T07:21:52.571Z | FMRI IFO |
| 268 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 269 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 270 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 271 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 272 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 273 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 274 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 275 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 276 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 277 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 278 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 279 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 280 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 281 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 282 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 283 | 2026-03-02T07:21:52.571Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 284 | 2026-03-02T07:21:53.791Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 285 | 2026-03-02T07:21:54.342Z | Updating crates.io index |
| 286 | 2026-03-02T07:21:54.367Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 287 | 2026-03-02T07:21:54.745Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2026-03-02T07:21:55.267Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2026-03-02T07:21:55.708Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 290 | 2026-03-02T07:21:56.231Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2026-03-02T07:21:57.859Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2026-03-02T07:22:00.346Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 293 | 2026-03-02T07:22:01.242Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 294 | 2026-03-02T07:22:01.634Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 295 | 2026-03-02T07:22:02.500Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 296 | 2026-03-02T07:22:03.147Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 297 | 2026-03-02T07:22:04.281Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 298 | 2026-03-02T07:22:04.695Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 299 | 2026-03-02T07:22:05.189Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 300 | 2026-03-02T07:22:05.600Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 301 | 2026-03-02T07:22:06.747Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 302 | 2026-03-02T07:22:07.399Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 303 | 2026-03-02T07:22:07.785Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 304 | 2026-03-02T07:22:08.203Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 305 | 2026-03-02T07:22:08.719Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 306 | 2026-03-02T07:22:09.042Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 307 | 2026-03-02T07:22:09.360Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 308 | 2026-03-02T07:22:09.738Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 309 | 2026-03-02T07:22:10.299Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 310 | 2026-03-02T07:22:10.820Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 311 | 2026-03-02T07:22:11.410Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 312 | 2026-03-02T07:22:11.798Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 313 | 2026-03-02T07:22:12.230Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 314 | 2026-03-02T07:22:12.699Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 315 | 2026-03-02T07:22:13.384Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 316 | 2026-03-02T07:22:13.771Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 317 | 2026-03-02T07:22:14.196Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 318 | 2026-03-02T07:22:14.585Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 319 | 2026-03-02T07:22:15.061Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 320 | 2026-03-02T07:22:15.467Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 321 | 2026-03-02T07:22:15.845Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 322 | 2026-03-02T07:22:16.198Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 323 | 2026-03-02T07:22:16.640Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 324 | 2026-03-02T07:22:34.326Z | Downloading crates ... |
| 325 | 2026-03-02T07:22:34.386Z | Downloaded log v0.4.29 |
| 326 | 2026-03-02T07:22:34.413Z | Downloaded getrandom v0.4.1 |
| 327 | 2026-03-02T07:22:34.413Z | Downloaded terminal_size v0.4.3 |
| 328 | 2026-03-02T07:22:34.413Z | Downloaded tabled_derive v0.7.0 |
| 329 | 2026-03-02T07:22:34.413Z | Downloaded percent-encoding v2.3.2 |
| 330 | 2026-03-02T07:22:34.413Z | Downloaded scroll_derive v0.12.1 |
| 331 | 2026-03-02T07:22:34.413Z | Downloaded scroll v0.12.0 |
| 332 | 2026-03-02T07:22:34.413Z | Downloaded toml_datetime v0.6.11 |
| 333 | 2026-03-02T07:22:34.442Z | Downloaded utf8parse v0.2.2 |
| 334 | 2026-03-02T07:22:34.442Z | Downloaded usdt-macro v0.5.0 |
| 335 | 2026-03-02T07:22:34.442Z | Downloaded unicode-linebreak v0.1.5 |
| 336 | 2026-03-02T07:22:34.442Z | Downloaded thiserror-impl v2.0.18 |
| 337 | 2026-03-02T07:22:34.442Z | Downloaded usdt-attr-macro v0.5.0 |
| 338 | 2026-03-02T07:22:34.442Z | Downloaded zerofrom-derive v0.1.6 |
| 339 | 2026-03-02T07:22:34.442Z | Downloaded yoke v0.8.1 |
| 340 | 2026-03-02T07:22:34.442Z | Downloaded zmij v1.0.21 |
| 341 | 2026-03-02T07:22:34.442Z | Downloaded zerocopy-derive v0.7.35 |
| 342 | 2026-03-02T07:22:34.442Z | Downloaded ucd-trie v0.1.7 |
| 343 | 2026-03-02T07:22:34.442Z | Downloaded unicode-ident v1.0.24 |
| 344 | 2026-03-02T07:22:34.467Z | Downloaded typenum v1.19.0 |
| 345 | 2026-03-02T07:22:34.467Z | Downloaded zerotrie v0.2.3 |
| 346 | 2026-03-02T07:22:34.467Z | Downloaded zerovec v0.11.5 |
| 347 | 2026-03-02T07:22:34.467Z | Downloaded zerocopy v0.7.35 |
| 348 | 2026-03-02T07:22:34.491Z | Downloaded idna v1.1.0 |
| 349 | 2026-03-02T07:22:34.491Z | Downloaded serde_json v1.0.149 |
| 350 | 2026-03-02T07:22:34.491Z | Downloaded tabled v0.15.0 |
| 351 | 2026-03-02T07:22:34.516Z | Downloaded goblin v0.8.2 |
| 352 | 2026-03-02T07:22:34.516Z | Downloaded syn v1.0.109 |
| 353 | 2026-03-02T07:22:34.540Z | Downloaded icu_properties_data v2.1.2 |
| 354 | 2026-03-02T07:22:34.540Z | Downloaded winnow v0.7.14 |
| 355 | 2026-03-02T07:22:34.565Z | Downloaded unicode-width v0.1.14 |
| 356 | 2026-03-02T07:22:34.565Z | Downloaded unicode-width v0.2.0 |
| 357 | 2026-03-02T07:22:34.565Z | Downloaded syn v2.0.117 |
| 358 | 2026-03-02T07:22:34.565Z | Downloaded pest v2.8.6 |
| 359 | 2026-03-02T07:22:34.590Z | Downloaded memmap v0.7.0 |
| 360 | 2026-03-02T07:22:34.590Z | Downloaded indexmap v2.13.0 |
| 361 | 2026-03-02T07:22:34.590Z | Downloaded hashbrown v0.16.1 |
| 362 | 2026-03-02T07:22:34.590Z | Downloaded url v2.5.8 |
| 363 | 2026-03-02T07:22:34.590Z | Downloaded serde_core v1.0.228 |
| 364 | 2026-03-02T07:22:34.590Z | Downloaded rustix v1.1.3 |
| 365 | 2026-03-02T07:22:34.615Z | Downloaded serde v1.0.228 |
| 366 | 2026-03-02T07:22:34.615Z | Downloaded icu_normalizer_data v2.1.1 |
| 367 | 2026-03-02T07:22:34.639Z | Downloaded toml_edit v0.22.27 |
| 368 | 2026-03-02T07:22:34.639Z | Downloaded pest_meta v2.8.6 |
| 369 | 2026-03-02T07:22:34.639Z | Downloaded num-traits v0.2.19 |
| 370 | 2026-03-02T07:22:34.639Z | Downloaded icu_provider v2.1.1 |
| 371 | 2026-03-02T07:22:34.639Z | Downloaded icu_locale_core v2.1.1 |
| 372 | 2026-03-02T07:22:34.639Z | Downloaded zerovec-derive v0.11.2 |
| 373 | 2026-03-02T07:22:34.640Z | Downloaded writeable v0.6.2 |
| 374 | 2026-03-02T07:22:34.640Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-03-02T07:22:34.664Z | Downloaded utf8_iter v1.0.4 |
| 376 | 2026-03-02T07:22:34.664Z | Downloaded toml v0.8.23 |
| 377 | 2026-03-02T07:22:34.664Z | Downloaded tinystr v0.8.2 |
| 378 | 2026-03-02T07:22:34.664Z | Downloaded serde_derive v1.0.228 |
| 379 | 2026-03-02T07:22:34.664Z | Downloaded icu_normalizer v2.1.1 |
| 380 | 2026-03-02T07:22:34.664Z | Downloaded icu_collections v2.1.1 |
| 381 | 2026-03-02T07:22:34.664Z | Downloaded zerofrom v0.1.6 |
| 382 | 2026-03-02T07:22:34.664Z | Downloaded libc v0.2.180 |
| 383 | 2026-03-02T07:22:34.693Z | Downloaded yoke-derive v0.8.1 |
| 384 | 2026-03-02T07:22:34.718Z | Downloaded version_check v0.9.5 |
| 385 | 2026-03-02T07:22:34.718Z | Downloaded usdt v0.5.0 |
| 386 | 2026-03-02T07:22:34.718Z | Downloaded typeid v1.0.3 |
| 387 | 2026-03-02T07:22:34.718Z | Downloaded memchr v2.8.0 |
| 388 | 2026-03-02T07:22:34.718Z | Downloaded unicode-xid v0.2.6 |
| 389 | 2026-03-02T07:22:34.718Z | Downloaded smallvec v1.15.1 |
| 390 | 2026-03-02T07:22:34.718Z | Downloaded pest_derive v2.8.6 |
| 391 | 2026-03-02T07:22:34.718Z | Downloaded papergrid v0.11.0 |
| 392 | 2026-03-02T07:22:34.718Z | Downloaded icu_properties v2.1.2 |
| 393 | 2026-03-02T07:22:34.718Z | Downloaded thiserror v1.0.69 |
| 394 | 2026-03-02T07:22:34.743Z | Downloaded serde_tokenstream v0.2.3 |
| 395 | 2026-03-02T07:22:34.743Z | Downloaded thiserror-impl v1.0.69 |
| 396 | 2026-03-02T07:22:34.743Z | Downloaded thiserror v2.0.18 |
| 397 | 2026-03-02T07:22:34.743Z | Downloaded displaydoc v0.2.5 |
| 398 | 2026-03-02T07:22:34.743Z | Downloaded usdt-impl v0.5.0 |
| 399 | 2026-03-02T07:22:34.743Z | Downloaded toml_write v0.1.2 |
| 400 | 2026-03-02T07:22:34.743Z | Downloaded serde-untagged v0.1.9 |
| 401 | 2026-03-02T07:22:34.743Z | Downloaded litemap v0.8.1 |
| 402 | 2026-03-02T07:22:34.743Z | Downloaded quote v1.0.44 |
| 403 | 2026-03-02T07:22:34.743Z | Downloaded thread-id v4.2.2 |
| 404 | 2026-03-02T07:22:34.743Z | Downloaded textwrap v0.16.2 |
| 405 | 2026-03-02T07:22:34.767Z | Downloaded tempfile v3.25.0 |
| 406 | 2026-03-02T07:22:34.768Z | Downloaded synstructure v0.13.2 |
| 407 | 2026-03-02T07:22:34.768Z | Downloaded stable_deref_trait v1.2.1 |
| 408 | 2026-03-02T07:22:34.768Z | Downloaded sha2 v0.10.9 |
| 409 | 2026-03-02T07:22:34.768Z | Downloaded semver v1.0.27 |
| 410 | 2026-03-02T07:22:34.768Z | Downloaded pest_generator v2.8.6 |
| 411 | 2026-03-02T07:22:34.768Z | Downloaded itoa v1.0.17 |
| 412 | 2026-03-02T07:22:34.768Z | Downloaded errno v0.3.14 |
| 413 | 2026-03-02T07:22:34.768Z | Downloaded heck v0.5.0 |
| 414 | 2026-03-02T07:22:34.768Z | Downloaded crypto-common v0.1.7 |
| 415 | 2026-03-02T07:22:34.768Z | Downloaded pretty-hex v0.4.1 |
| 416 | 2026-03-02T07:22:34.768Z | Downloaded plain v0.2.3 |
| 417 | 2026-03-02T07:22:34.768Z | Downloaded once_cell v1.21.3 |
| 418 | 2026-03-02T07:22:34.768Z | Downloaded is_terminal_polyfill v1.70.2 |
| 419 | 2026-03-02T07:22:34.768Z | Downloaded erased-serde v0.4.9 |
| 420 | 2026-03-02T07:22:34.768Z | Downloaded equivalent v1.0.2 |
| 421 | 2026-03-02T07:22:34.768Z | Downloaded dof v0.3.0 |
| 422 | 2026-03-02T07:22:34.796Z | Downloaded cpufeatures v0.2.17 |
| 423 | 2026-03-02T07:22:34.796Z | Downloaded byteorder v1.5.0 |
| 424 | 2026-03-02T07:22:34.796Z | Downloaded swrite v0.1.0 |
| 425 | 2026-03-02T07:22:34.796Z | Downloaded strsim v0.11.1 |
| 426 | 2026-03-02T07:22:34.796Z | Downloaded smawk v0.3.2 |
| 427 | 2026-03-02T07:22:34.796Z | Downloaded serde_spanned v0.6.9 |
| 428 | 2026-03-02T07:22:34.796Z | Downloaded serde-value v0.7.0 |
| 429 | 2026-03-02T07:22:34.796Z | Downloaded proc-macro-error-attr v1.0.4 |
| 430 | 2026-03-02T07:22:34.796Z | Downloaded proc-macro-error v1.0.4 |
| 431 | 2026-03-02T07:22:34.796Z | Downloaded potential_utf v0.1.4 |
| 432 | 2026-03-02T07:22:34.796Z | Downloaded ordered-float v2.10.1 |
| 433 | 2026-03-02T07:22:34.796Z | Downloaded macaddr v1.0.1 |
| 434 | 2026-03-02T07:22:34.796Z | Downloaded idna_adapter v1.2.1 |
| 435 | 2026-03-02T07:22:34.796Z | Downloaded heck v0.4.1 |
| 436 | 2026-03-02T07:22:34.796Z | Downloaded generic-array v0.14.7 |
| 437 | 2026-03-02T07:22:34.796Z | Downloaded fastrand v2.3.0 |
| 438 | 2026-03-02T07:22:34.797Z | Downloaded clap_builder v4.5.60 |
| 439 | 2026-03-02T07:22:34.797Z | Downloaded cargo_metadata v0.21.0 |
| 440 | 2026-03-02T07:22:34.821Z | Downloaded bytecount v0.6.9 |
| 441 | 2026-03-02T07:22:34.821Z | Downloaded block-buffer v0.10.4 |
| 442 | 2026-03-02T07:22:34.821Z | Downloaded bitflags v2.11.0 |
| 443 | 2026-03-02T07:22:34.821Z | Downloaded anyhow v1.0.102 |
| 444 | 2026-03-02T07:22:34.821Z | Downloaded anstyle-query v1.1.5 |
| 445 | 2026-03-02T07:22:34.821Z | Downloaded fs-err v3.3.0 |
| 446 | 2026-03-02T07:22:34.821Z | Downloaded dtrace-parser v0.2.0 |
| 447 | 2026-03-02T07:22:34.821Z | Downloaded colorchoice v1.0.4 |
| 448 | 2026-03-02T07:22:34.821Z | Downloaded clap v4.5.60 |
| 449 | 2026-03-02T07:22:34.846Z | Downloaded cfg-if v1.0.4 |
| 450 | 2026-03-02T07:22:34.846Z | Downloaded cargo-util-schemas v0.8.2 |
| 451 | 2026-03-02T07:22:34.846Z | Downloaded camino v1.2.2 |
| 452 | 2026-03-02T07:22:34.846Z | Downloaded autocfg v1.5.0 |
| 453 | 2026-03-02T07:22:34.846Z | Downloaded anstyle-parse v0.2.7 |
| 454 | 2026-03-02T07:22:34.846Z | Downloaded anstyle v1.0.13 |
| 455 | 2026-03-02T07:22:34.846Z | Downloaded anstream v0.6.21 |
| 456 | 2026-03-02T07:22:34.846Z | Downloaded form_urlencoded v1.2.2 |
| 457 | 2026-03-02T07:22:34.846Z | Downloaded fnv v1.0.7 |
| 458 | 2026-03-02T07:22:34.846Z | Downloaded digest v0.10.7 |
| 459 | 2026-03-02T07:22:34.846Z | Downloaded clap_lex v1.0.0 |
| 460 | 2026-03-02T07:22:34.846Z | Downloaded clap_derive v4.5.55 |
| 461 | 2026-03-02T07:22:34.846Z | Downloaded cargo_toml v0.21.0 |
| 462 | 2026-03-02T07:22:34.846Z | Downloaded cargo-platform v0.2.0 |
| 463 | 2026-03-02T07:22:34.846Z | Downloaded camino-tempfile v1.4.1 |
| 464 | 2026-03-02T07:22:34.918Z | Compiling proc-macro2 v1.0.106 |
| 465 | 2026-03-02T07:22:34.918Z | Compiling quote v1.0.44 |
| 466 | 2026-03-02T07:22:34.918Z | Compiling unicode-ident v1.0.24 |
| 467 | 2026-03-02T07:22:34.943Z | Compiling serde_core v1.0.228 |
| 468 | 2026-03-02T07:22:34.943Z | Compiling libc v0.2.180 |
| 469 | 2026-03-02T07:22:34.943Z | Compiling version_check v0.9.5 |
| 470 | 2026-03-02T07:22:34.943Z | Compiling serde v1.0.228 |
| 471 | 2026-03-02T07:22:34.943Z | Compiling stable_deref_trait v1.2.1 |
| 472 | 2026-03-02T07:22:35.295Z | Compiling memchr v2.8.0 |
| 473 | 2026-03-02T07:22:35.320Z | Compiling zmij v1.0.21 |
| 474 | 2026-03-02T07:22:35.643Z | Compiling thiserror v1.0.69 |
| 475 | 2026-03-02T07:22:35.678Z | Compiling itoa v1.0.17 |
| 476 | 2026-03-02T07:22:35.773Z | Compiling autocfg v1.5.0 |
| 477 | 2026-03-02T07:22:36.031Z | Compiling ucd-trie v0.1.7 |
| 478 | 2026-03-02T07:22:36.392Z | Compiling pest v2.8.6 |
| 479 | 2026-03-02T07:22:36.500Z | Compiling litemap v0.8.1 |
| 480 | 2026-03-02T07:22:36.576Z | Compiling writeable v0.6.2 |
| 481 | 2026-03-02T07:22:36.652Z | Compiling byteorder v1.5.0 |
| 482 | 2026-03-02T07:22:36.843Z | Compiling icu_normalizer_data v2.1.1 |
| 483 | 2026-03-02T07:22:36.926Z | Compiling icu_properties_data v2.1.2 |
| 484 | 2026-03-02T07:22:37.136Z | Compiling syn v2.0.117 |
| 485 | 2026-03-02T07:22:37.204Z | Compiling rustix v1.1.3 |
| 486 | 2026-03-02T07:22:37.346Z | Compiling errno v0.3.14 |
| 487 | 2026-03-02T07:22:37.372Z | Compiling serde_json v1.0.149 |
| 488 | 2026-03-02T07:22:37.594Z | Compiling bitflags v2.11.0 |
| 489 | 2026-03-02T07:22:37.746Z | Compiling num-traits v0.2.19 |
| 490 | 2026-03-02T07:22:37.931Z | Compiling smallvec v1.15.1 |
| 491 | 2026-03-02T07:22:38.007Z | Compiling hashbrown v0.16.1 |
| 492 | 2026-03-02T07:22:38.087Z | Compiling equivalent v1.0.2 |
| 493 | 2026-03-02T07:22:38.334Z | Compiling typeid v1.0.3 |
| 494 | 2026-03-02T07:22:38.600Z | Compiling pest_meta v2.8.6 |
| 495 | 2026-03-02T07:22:38.917Z | Compiling thread-id v4.2.2 |
| 496 | 2026-03-02T07:22:39.147Z | Compiling indexmap v2.13.0 |
| 497 | 2026-03-02T07:22:39.180Z | Compiling proc-macro-error-attr v1.0.4 |
| 498 | 2026-03-02T07:22:39.208Z | Compiling usdt-impl v0.5.0 |
| 499 | 2026-03-02T07:22:39.503Z | Compiling toml_write v0.1.2 |
| 500 | 2026-03-02T07:22:39.577Z | Compiling syn v1.0.109 |
| 501 | 2026-03-02T07:22:39.718Z | Compiling winnow v0.7.14 |
| 502 | 2026-03-02T07:22:39.854Z | Compiling erased-serde v0.4.9 |
| 503 | 2026-03-02T07:22:40.729Z | Compiling proc-macro-error v1.0.4 |
| 504 | 2026-03-02T07:22:40.754Z | Compiling percent-encoding v2.3.2 |
| 505 | 2026-03-02T07:22:40.999Z | Compiling getrandom v0.4.1 |
| 506 | 2026-03-02T07:22:41.069Z | Compiling log v0.4.29 |
| 507 | 2026-03-02T07:22:41.384Z | Compiling utf8_iter v1.0.4 |
| 508 | 2026-03-02T07:22:41.568Z | Compiling thiserror v2.0.18 |
| 509 | 2026-03-02T07:22:41.627Z | Compiling utf8parse v0.2.2 |
| 510 | 2026-03-02T07:22:41.814Z | Compiling camino v1.2.2 |
| 511 | 2026-03-02T07:22:41.841Z | Compiling plain v0.2.3 |
| 512 | 2026-03-02T07:22:42.013Z | Compiling anstyle-parse v0.2.7 |
| 513 | 2026-03-02T07:22:42.281Z | Compiling ordered-float v2.10.1 |
| 514 | 2026-03-02T07:22:42.437Z | Compiling form_urlencoded v1.2.2 |
| 515 | 2026-03-02T07:22:42.476Z | Compiling terminal_size v0.4.3 |
| 516 | 2026-03-02T07:22:42.739Z | Compiling synstructure v0.13.2 |
| 517 | 2026-03-02T07:22:42.767Z | Compiling pest_generator v2.8.6 |
| 518 | 2026-03-02T07:22:42.809Z | Compiling anstyle-query v1.1.5 |
| 519 | 2026-03-02T07:22:42.925Z | Compiling is_terminal_polyfill v1.70.2 |
| 520 | 2026-03-02T07:22:43.001Z | Compiling cfg-if v1.0.4 |
| 521 | 2026-03-02T07:22:43.071Z | Compiling anstyle v1.0.13 |
| 522 | 2026-03-02T07:22:43.119Z | Compiling pretty-hex v0.4.1 |
| 523 | 2026-03-02T07:22:43.145Z | Compiling colorchoice v1.0.4 |
| 524 | 2026-03-02T07:22:43.323Z | Compiling serde-untagged v0.1.9 |
| 525 | 2026-03-02T07:22:43.447Z | Compiling anstream v0.6.21 |
| 526 | 2026-03-02T07:22:43.645Z | Compiling semver v1.0.27 |
| 527 | 2026-03-02T07:22:43.884Z | Compiling fs-err v3.3.0 |
| 528 | 2026-03-02T07:22:44.013Z | Compiling anyhow v1.0.102 |
| 529 | 2026-03-02T07:22:44.184Z | Compiling unicode-xid v0.2.6 |
| 530 | 2026-03-02T07:22:44.225Z | Compiling unicode-width v0.1.14 |
| 531 | 2026-03-02T07:22:44.286Z | Compiling heck v0.4.1 |
| 532 | 2026-03-02T07:22:44.389Z | Compiling clap_lex v1.0.0 |
| 533 | 2026-03-02T07:22:44.431Z | Compiling strsim v0.11.1 |
| 534 | 2026-03-02T07:22:44.532Z | Compiling heck v0.5.0 |
| 535 | 2026-03-02T07:22:44.685Z | Compiling bytecount v0.6.9 |
| 536 | 2026-03-02T07:22:44.710Z | Compiling fastrand v2.3.0 |
| 537 | 2026-03-02T07:22:44.792Z | Compiling fnv v1.0.7 |
| 538 | 2026-03-02T07:22:44.946Z | Compiling once_cell v1.21.3 |
| 539 | 2026-03-02T07:22:44.974Z | Compiling papergrid v0.11.0 |
| 540 | 2026-03-02T07:22:45.060Z | Compiling clap_builder v4.5.60 |
| 541 | 2026-03-02T07:22:45.309Z | Compiling tempfile v3.25.0 |
| 542 | 2026-03-02T07:22:45.504Z | Compiling memmap v0.7.0 |
| 543 | 2026-03-02T07:22:45.565Z | Compiling unicode-linebreak v0.1.5 |
| 544 | 2026-03-02T07:22:45.806Z | Compiling smawk v0.3.2 |
| 545 | 2026-03-02T07:22:45.989Z | Compiling unicode-width v0.2.0 |
| 546 | 2026-03-02T07:22:46.018Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2026-03-02T07:22:46.460Z | Compiling textwrap v0.16.2 |
| 548 | 2026-03-02T07:22:46.517Z | Compiling serde_derive v1.0.228 |
| 549 | 2026-03-02T07:22:46.593Z | Compiling zerofrom-derive v0.1.6 |
| 550 | 2026-03-02T07:22:46.965Z | Compiling yoke-derive v0.8.1 |
| 551 | 2026-03-02T07:22:47.126Z | Compiling zerovec-derive v0.11.2 |
| 552 | 2026-03-02T07:22:47.300Z | Compiling displaydoc v0.2.5 |
| 553 | 2026-03-02T07:22:47.910Z | Compiling thiserror-impl v1.0.69 |
| 554 | 2026-03-02T07:22:48.526Z | Compiling zerocopy-derive v0.7.35 |
| 555 | 2026-03-02T07:22:49.173Z | Compiling pest_derive v2.8.6 |
| 556 | 2026-03-02T07:22:49.200Z | Compiling scroll_derive v0.12.1 |
| 557 | 2026-03-02T07:22:49.327Z | Compiling zerofrom v0.1.6 |
| 558 | 2026-03-02T07:22:49.539Z | Compiling yoke v0.8.1 |
| 559 | 2026-03-02T07:22:49.811Z | Compiling thiserror-impl v2.0.18 |
| 560 | 2026-03-02T07:22:49.896Z | Compiling zerovec v0.11.5 |
| 561 | 2026-03-02T07:22:50.114Z | Compiling zerotrie v0.2.3 |
| 562 | 2026-03-02T07:22:50.348Z | Compiling zerocopy v0.7.35 |
| 563 | 2026-03-02T07:22:50.470Z | Compiling dtrace-parser v0.2.0 |
| 564 | 2026-03-02T07:22:50.707Z | Compiling scroll v0.12.0 |
| 565 | 2026-03-02T07:22:50.947Z | Compiling tinystr v0.8.2 |
| 566 | 2026-03-02T07:22:51.198Z | Compiling potential_utf v0.1.4 |
| 567 | 2026-03-02T07:22:51.305Z | Compiling icu_locale_core v2.1.1 |
| 568 | 2026-03-02T07:22:51.472Z | Compiling icu_collections v2.1.1 |
| 569 | 2026-03-02T07:22:51.505Z | Compiling goblin v0.8.2 |
| 570 | 2026-03-02T07:22:51.534Z | Compiling tabled_derive v0.7.0 |
| 571 | 2026-03-02T07:22:52.073Z | Compiling clap_derive v4.5.55 |
| 572 | 2026-03-02T07:22:52.561Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 573 | 2026-03-02T07:22:52.589Z | Compiling icu_provider v2.1.1 |
| 574 | 2026-03-02T07:22:52.960Z | Compiling swrite v0.1.0 |
| 575 | 2026-03-02T07:22:53.112Z | Compiling icu_normalizer v2.1.1 |
| 576 | 2026-03-02T07:22:53.136Z | Compiling icu_properties v2.1.2 |
| 577 | 2026-03-02T07:22:53.177Z | Compiling toml_datetime v0.6.11 |
| 578 | 2026-03-02T07:22:53.240Z | Compiling serde_spanned v0.6.9 |
| 579 | 2026-03-02T07:22:53.314Z | Compiling dof v0.3.0 |
| 580 | 2026-03-02T07:22:53.361Z | Compiling serde_tokenstream v0.2.3 |
| 581 | 2026-03-02T07:22:53.470Z | Compiling serde-value v0.7.0 |
| 582 | 2026-03-02T07:22:53.648Z | Compiling toml_edit v0.22.27 |
| 583 | 2026-03-02T07:22:54.148Z | Compiling cargo-platform v0.2.0 |
| 584 | 2026-03-02T07:22:54.187Z | Compiling tabled v0.15.0 |
| 585 | 2026-03-02T07:22:54.235Z | Compiling macaddr v1.0.1 |
| 586 | 2026-03-02T07:22:54.918Z | Compiling usdt-attr-macro v0.5.0 |
| 587 | 2026-03-02T07:22:54.919Z | Compiling usdt-macro v0.5.0 |
| 588 | 2026-03-02T07:22:55.001Z | Compiling idna_adapter v1.2.1 |
| 589 | 2026-03-02T07:22:55.219Z | Compiling idna v1.1.0 |
| 590 | 2026-03-02T07:22:55.247Z | Compiling clap v4.5.60 |
| 591 | 2026-03-02T07:22:55.761Z | Compiling url v2.5.8 |
| 592 | 2026-03-02T07:22:56.428Z | Compiling toml v0.8.23 |
| 593 | 2026-03-02T07:22:57.196Z | Compiling cargo-util-schemas v0.8.2 |
| 594 | 2026-03-02T07:22:57.304Z | Compiling cargo_toml v0.21.0 |
| 595 | 2026-03-02T07:22:57.695Z | Compiling usdt v0.5.0 |
| 596 | 2026-03-02T07:22:59.081Z | Compiling cargo_metadata v0.21.0 |
| 597 | 2026-03-02T07:23:01.083Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 598 | 2026-03-02T07:23:05.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
| 599 | 2026-03-02T07:23:05.283Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 600 | 2026-03-02T07:23:06.304Z | Downloading crates ... |
| 601 | 2026-03-02T07:23:06.460Z | Downloaded adler2 v2.0.1 |
| 602 | 2026-03-02T07:23:06.485Z | Downloaded base64ct v1.8.3 |
| 603 | 2026-03-02T07:23:06.485Z | Downloaded aes-gcm v0.10.3 |
| 604 | 2026-03-02T07:23:06.511Z | Downloaded arc-swap v1.8.2 |
| 605 | 2026-03-02T07:23:06.511Z | Downloaded derive_more-impl v2.1.1 |
| 606 | 2026-03-02T07:23:06.511Z | Downloaded defmt v1.0.1 |
| 607 | 2026-03-02T07:23:06.536Z | Downloaded deranged v0.5.8 |
| 608 | 2026-03-02T07:23:06.537Z | Downloaded derive-where v1.6.0 |
| 609 | 2026-03-02T07:23:06.562Z | Downloaded foreign-types-shared v0.3.1 |
| 610 | 2026-03-02T07:23:06.562Z | Downloaded hash32 v0.2.1 |
| 611 | 2026-03-02T07:23:06.588Z | Downloaded home v0.5.12 |
| 612 | 2026-03-02T07:23:06.588Z | Downloaded httpdate v1.0.3 |
| 613 | 2026-03-02T07:23:06.588Z | Downloaded libscf-sys v1.1.0 |
| 614 | 2026-03-02T07:23:06.614Z | Downloaded kstat-rs v0.2.4 |
| 615 | 2026-03-02T07:23:06.614Z | Downloaded lalrpop-util v0.19.12 |
| 616 | 2026-03-02T07:23:06.614Z | Downloaded num-conv v0.2.0 |
| 617 | 2026-03-02T07:23:06.614Z | Downloaded memoffset v0.9.1 |
| 618 | 2026-03-02T07:23:06.640Z | Downloaded papergrid v0.17.0 |
| 619 | 2026-03-02T07:23:06.640Z | Downloaded pin-utils v0.1.0 |
| 620 | 2026-03-02T07:23:06.640Z | Downloaded num-complex v0.4.6 |
| 621 | 2026-03-02T07:23:06.666Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 622 | 2026-03-02T07:23:06.666Z | Downloaded progenitor-macro v0.13.0 |
| 623 | 2026-03-02T07:23:06.666Z | Downloaded rand_chacha v0.3.1 |
| 624 | 2026-03-02T07:23:06.666Z | Downloaded radium v0.7.0 |
| 625 | 2026-03-02T07:23:06.691Z | Downloaded predicates-core v1.0.10 |
| 626 | 2026-03-02T07:23:06.691Z | Downloaded resolv-conf v0.7.6 |
| 627 | 2026-03-02T07:23:06.691Z | Downloaded russh-cryptovec v0.7.3 |
| 628 | 2026-03-02T07:23:06.691Z | Downloaded serde-big-array v0.5.1 |
| 629 | 2026-03-02T07:23:06.717Z | Downloaded serde_bytes v0.11.19 |
| 630 | 2026-03-02T07:23:06.717Z | Downloaded signature v2.2.0 |
| 631 | 2026-03-02T07:23:06.717Z | Downloaded slog-envlogger v2.2.0 |
| 632 | 2026-03-02T07:23:06.717Z | Downloaded slog-bunyan v2.5.0 |
| 633 | 2026-03-02T07:23:06.717Z | Downloaded ssh-encoding v0.2.0 |
| 634 | 2026-03-02T07:23:06.744Z | Downloaded structmeta v0.3.0 |
| 635 | 2026-03-02T07:23:06.744Z | Downloaded take_mut v0.2.2 |
| 636 | 2026-03-02T07:23:06.744Z | Downloaded tabled_derive v0.11.0 |
| 637 | 2026-03-02T07:23:06.744Z | Downloaded thread-id v5.1.0 |
| 638 | 2026-03-02T07:23:06.744Z | Downloaded time-core v0.1.8 |
| 639 | 2026-03-02T07:23:06.744Z | Downloaded tinyvec_macros v0.1.1 |
| 640 | 2026-03-02T07:23:06.769Z | Downloaded thiserror-no-std v2.0.2 |
| 641 | 2026-03-02T07:23:06.769Z | Downloaded tower-layer v0.3.3 |
| 642 | 2026-03-02T07:23:06.769Z | Downloaded tower-service v0.3.3 |
| 643 | 2026-03-02T07:23:06.769Z | Downloaded tokio-tungstenite v0.21.0 |
| 644 | 2026-03-02T07:23:06.769Z | Downloaded try-lock v0.2.5 |
| 645 | 2026-03-02T07:23:06.794Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 646 | 2026-03-02T07:23:06.794Z | Downloaded test-strategy v0.4.5 |
| 647 | 2026-03-02T07:23:06.794Z | Downloaded utf-8 v0.7.6 |
| 648 | 2026-03-02T07:23:06.794Z | Downloaded usdt-macro v0.6.0 |
| 649 | 2026-03-02T07:23:06.794Z | Downloaded p384 v0.13.1 |
| 650 | 2026-03-02T07:23:06.794Z | Downloaded zeroize_derive v1.4.3 |
| 651 | 2026-03-02T07:23:06.820Z | Downloaded xattr v1.6.1 |
| 652 | 2026-03-02T07:23:06.820Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 653 | 2026-03-02T07:23:06.820Z | Downloaded zone_cfg_derive v0.3.1 |
| 654 | 2026-03-02T07:23:06.820Z | Downloaded vsss-rs v3.3.4 |
| 655 | 2026-03-02T07:23:06.820Z | Downloaded xshell v0.2.7 |
| 656 | 2026-03-02T07:23:06.820Z | Downloaded whoami v1.6.1 |
| 657 | 2026-03-02T07:23:06.820Z | Downloaded zstd-safe v7.2.4 |
| 658 | 2026-03-02T07:23:06.845Z | Downloaded zstd v0.13.3 |
| 659 | 2026-03-02T07:23:06.845Z | Downloaded yasna v0.5.2 |
| 660 | 2026-03-02T07:23:06.845Z | Downloaded vergen-gitcl v1.0.8 |
| 661 | 2026-03-02T07:23:06.845Z | Downloaded zopfli v0.8.3 |
| 662 | 2026-03-02T07:23:06.845Z | Downloaded vte v0.14.1 |
| 663 | 2026-03-02T07:23:06.845Z | Downloaded zip v0.6.6 |
| 664 | 2026-03-02T07:23:06.870Z | Downloaded zerocopy-derive v0.8.40 |
| 665 | 2026-03-02T07:23:06.870Z | Downloaded yansi v1.0.1 |
| 666 | 2026-03-02T07:23:06.870Z | Downloaded x509-cert v0.2.5 |
| 667 | 2026-03-02T07:23:06.895Z | Downloaded zip v4.6.1 |
| 668 | 2026-03-02T07:23:06.895Z | Downloaded winnow v0.6.26 |
| 669 | 2026-03-02T07:23:06.920Z | Downloaded serde_with v3.17.0 |
| 670 | 2026-03-02T07:23:06.920Z | Downloaded winnow v0.5.40 |
| 671 | 2026-03-02T07:23:06.944Z | Downloaded rustls v0.22.4 |
| 672 | 2026-03-02T07:23:06.969Z | Downloaded zlib-rs v0.6.2 |
| 673 | 2026-03-02T07:23:06.969Z | Downloaded rustls v0.23.37 |
| 674 | 2026-03-02T07:23:06.994Z | Downloaded zerocopy v0.8.40 |
| 675 | 2026-03-02T07:23:06.994Z | Downloaded webpki-roots v1.0.6 |
| 676 | 2026-03-02T07:23:06.994Z | Downloaded hickory-proto v0.25.2 |
| 677 | 2026-03-02T07:23:07.019Z | Downloaded smoltcp v0.11.0 |
| 678 | 2026-03-02T07:23:07.043Z | Downloaded regress v0.10.5 |
| 679 | 2026-03-02T07:23:07.043Z | Downloaded regex-syntax v0.8.10 |
| 680 | 2026-03-02T07:23:07.043Z | Downloaded vcpkg v0.2.15 |
| 681 | 2026-03-02T07:23:07.088Z | Downloaded rustix v0.38.44 |
| 682 | 2026-03-02T07:23:07.115Z | Downloaded smoltcp v0.9.1 |
| 683 | 2026-03-02T07:23:07.139Z | Downloaded sqlparser v0.61.0 |
| 684 | 2026-03-02T07:23:07.139Z | Downloaded regex-syntax v0.6.29 |
| 685 | 2026-03-02T07:23:07.164Z | Downloaded typify-impl v0.6.1 |
| 686 | 2026-03-02T07:23:07.164Z | Downloaded tracing v0.1.44 |
| 687 | 2026-03-02T07:23:07.189Z | Downloaded sled v0.34.7 |
| 688 | 2026-03-02T07:23:07.214Z | Downloaded ratatui v0.29.0 |
| 689 | 2026-03-02T07:23:07.239Z | Downloaded typify-impl v0.4.3 |
| 690 | 2026-03-02T07:23:07.239Z | Downloaded zerocopy-derive v0.6.6 |
| 691 | 2026-03-02T07:23:07.263Z | Downloaded regex-automata v0.4.14 |
| 692 | 2026-03-02T07:23:07.288Z | Downloaded lzma-sys v0.1.20 |
| 693 | 2026-03-02T07:23:07.312Z | Downloaded petgraph v0.6.5 |
| 694 | 2026-03-02T07:23:07.337Z | Downloaded openapiv3 v2.2.0 |
| 695 | 2026-03-02T07:23:07.337Z | Downloaded object v0.37.3 |
| 696 | 2026-03-02T07:23:07.361Z | Downloaded petgraph v0.8.3 |
| 697 | 2026-03-02T07:23:07.386Z | Downloaded libz-sys v1.1.24 |
| 698 | 2026-03-02T07:23:07.410Z | Downloaded jiff v0.2.21 |
| 699 | 2026-03-02T07:23:07.435Z | Downloaded hickory-proto v0.24.4 |
| 700 | 2026-03-02T07:23:07.435Z | Downloaded time v0.3.47 |
| 701 | 2026-03-02T07:23:07.459Z | Downloaded rustls-webpki v0.102.8 |
| 702 | 2026-03-02T07:23:07.484Z | Downloaded diesel v2.2.12 |
| 703 | 2026-03-02T07:23:07.508Z | Downloaded dropshot v0.16.7 |
| 704 | 2026-03-02T07:23:07.533Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 705 | 2026-03-02T07:23:07.533Z | Downloaded sha3 v0.10.8 |
| 706 | 2026-03-02T07:23:07.557Z | Downloaded tokio v1.49.0 |
| 707 | 2026-03-02T07:23:07.582Z | Downloaded tabled v0.20.0 |
| 708 | 2026-03-02T07:23:07.606Z | Downloaded polar-core v0.27.3 |
| 709 | 2026-03-02T07:23:07.631Z | Downloaded nix v0.31.1 |
| 710 | 2026-03-02T07:23:07.631Z | Downloaded nix v0.30.1 |
| 711 | 2026-03-02T07:23:07.656Z | Downloaded curve25519-dalek v4.1.3 |
| 712 | 2026-03-02T07:23:07.656Z | Downloaded tokio-util v0.7.18 |
| 713 | 2026-03-02T07:23:07.656Z | Downloaded rustls v0.21.12 |
| 714 | 2026-03-02T07:23:07.680Z | Downloaded object v0.30.4 |
| 715 | 2026-03-02T07:23:07.680Z | Downloaded nix v0.29.0 |
| 716 | 2026-03-02T07:23:07.705Z | Downloaded unicode-normalization v0.1.25 |
| 717 | 2026-03-02T07:23:07.705Z | Downloaded tough v0.20.0 |
| 718 | 2026-03-02T07:23:07.705Z | Downloaded tokio-postgres v0.7.16 |
| 719 | 2026-03-02T07:23:07.705Z | Downloaded reqwest v0.13.2 |
| 720 | 2026-03-02T07:23:07.730Z | Downloaded reqwest v0.12.28 |
| 721 | 2026-03-02T07:23:07.730Z | Downloaded regex v1.12.3 |
| 722 | 2026-03-02T07:23:07.730Z | Downloaded reedline v0.40.0 |
| 723 | 2026-03-02T07:23:07.731Z | Downloaded rayon v1.11.0 |
| 724 | 2026-03-02T07:23:07.755Z | Downloaded proptest v1.10.0 |
| 725 | 2026-03-02T07:23:07.755Z | Downloaded nix v0.28.0 |
| 726 | 2026-03-02T07:23:07.755Z | Downloaded moka v0.12.13 |
| 727 | 2026-03-02T07:23:07.780Z | Downloaded unsafe-libyaml v0.2.11 |
| 728 | 2026-03-02T07:23:07.780Z | Downloaded encoding_rs v0.8.35 |
| 729 | 2026-03-02T07:23:07.805Z | Downloaded tower-http v0.6.8 |
| 730 | 2026-03-02T07:23:07.805Z | Downloaded quinn-proto v0.11.13 |
| 731 | 2026-03-02T07:23:07.805Z | Downloaded lalrpop v0.19.12 |
| 732 | 2026-03-02T07:23:07.829Z | Downloaded typed-path v0.9.3 |
| 733 | 2026-03-02T07:23:07.829Z | Downloaded toml_edit v0.19.15 |
| 734 | 2026-03-02T07:23:07.854Z | Downloaded ssh-key v0.6.7 |
| 735 | 2026-03-02T07:23:07.854Z | Downloaded radix_trie v0.2.1 |
| 736 | 2026-03-02T07:23:07.854Z | Downloaded unicode-segmentation v1.12.0 |
| 737 | 2026-03-02T07:23:07.878Z | Downloaded openssl v0.10.75 |
| 738 | 2026-03-02T07:23:07.878Z | Downloaded ring v0.17.14 |
| 739 | 2026-03-02T07:23:07.908Z | Downloaded unicode_categories v0.1.1 |
| 740 | 2026-03-02T07:23:07.934Z | Downloaded tower v0.5.3 |
| 741 | 2026-03-02T07:23:07.934Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 742 | 2026-03-02T07:23:07.934Z | Downloaded salty v0.3.0 |
| 743 | 2026-03-02T07:23:07.934Z | Downloaded xz2 v0.1.7 |
| 744 | 2026-03-02T07:23:07.934Z | Downloaded tungstenite v0.21.0 |
| 745 | 2026-03-02T07:23:07.959Z | Downloaded nix v0.27.1 |
| 746 | 2026-03-02T07:23:07.959Z | Downloaded vergen v9.0.6 |
| 747 | 2026-03-02T07:23:07.959Z | Downloaded tracing-core v0.1.36 |
| 748 | 2026-03-02T07:23:07.959Z | Downloaded rustyline v14.0.0 |
| 749 | 2026-03-02T07:23:07.959Z | Downloaded rustls-webpki v0.101.7 |
| 750 | 2026-03-02T07:23:07.984Z | Downloaded portable-atomic v1.13.1 |
| 751 | 2026-03-02T07:23:07.984Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 752 | 2026-03-02T07:23:08.036Z | Downloaded petname v2.0.2 |
| 753 | 2026-03-02T07:23:08.061Z | Downloaded zerocopy v0.6.6 |
| 754 | 2026-03-02T07:23:08.061Z | Downloaded uuid v1.21.0 |
| 755 | 2026-03-02T07:23:08.061Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 756 | 2026-03-02T07:23:08.061Z | Downloaded zeroize v1.8.2 |
| 757 | 2026-03-02T07:23:08.061Z | Downloaded whoami v2.1.0 |
| 758 | 2026-03-02T07:23:08.061Z | Downloaded quick-xml v0.37.5 |
| 759 | 2026-03-02T07:23:08.061Z | Downloaded walkdir v2.5.0 |
| 760 | 2026-03-02T07:23:08.061Z | Downloaded vergen-lib v0.1.6 |
| 761 | 2026-03-02T07:23:08.085Z | Downloaded vergen-git2 v1.0.7 |
| 762 | 2026-03-02T07:23:08.085Z | Downloaded uzers v0.12.2 |
| 763 | 2026-03-02T07:23:08.086Z | Downloaded unicode-bidi v0.3.18 |
| 764 | 2026-03-02T07:23:08.086Z | Downloaded wyz v0.5.1 |
| 765 | 2026-03-02T07:23:08.086Z | Downloaded unicode-properties v0.1.4 |
| 766 | 2026-03-02T07:23:08.086Z | Downloaded typify v0.6.1 |
| 767 | 2026-03-02T07:23:08.086Z | Downloaded typify v0.4.3 |
| 768 | 2026-03-02T07:23:08.086Z | Downloaded tungstenite v0.23.0 |
| 769 | 2026-03-02T07:23:08.086Z | Downloaded tracing-attributes v0.1.31 |
| 770 | 2026-03-02T07:23:08.086Z | Downloaded toml v0.7.8 |
| 771 | 2026-03-02T07:23:08.110Z | Downloaded tar v0.4.44 |
| 772 | 2026-03-02T07:23:08.111Z | Downloaded snafu v0.8.9 |
| 773 | 2026-03-02T07:23:08.111Z | Downloaded serde_yaml v0.9.34+deprecated |
| 774 | 2026-03-02T07:23:08.111Z | Downloaded schemars v1.2.1 |
| 775 | 2026-03-02T07:23:08.136Z | Downloaded zone v0.3.1 |
| 776 | 2026-03-02T07:23:08.136Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 777 | 2026-03-02T07:23:08.136Z | Downloaded rpassword v7.4.0 |
| 778 | 2026-03-02T07:23:08.136Z | Downloaded waitgroup v0.1.2 |
| 779 | 2026-03-02T07:23:08.136Z | Downloaded xshell-macros v0.2.7 |
| 780 | 2026-03-02T07:23:08.136Z | Downloaded want v0.3.1 |
| 781 | 2026-03-02T07:23:08.136Z | Downloaded wait-timeout v0.2.1 |
| 782 | 2026-03-02T07:23:08.136Z | Downloaded void v1.0.2 |
| 783 | 2026-03-02T07:23:08.136Z | Downloaded usdt-impl v0.6.0 |
| 784 | 2026-03-02T07:23:08.136Z | Downloaded untrusted v0.7.1 |
| 785 | 2026-03-02T07:23:08.136Z | Downloaded unicase v2.9.0 |
| 786 | 2026-03-02T07:23:08.136Z | Downloaded twox-hash v2.1.2 |
| 787 | 2026-03-02T07:23:08.136Z | Downloaded tui-tree-widget v0.23.1 |
| 788 | 2026-03-02T07:23:08.136Z | Downloaded tokio-rustls v0.24.1 |
| 789 | 2026-03-02T07:23:08.161Z | Downloaded socket2 v0.6.2 |
| 790 | 2026-03-02T07:23:08.161Z | Downloaded similar v2.7.0 |
| 791 | 2026-03-02T07:23:08.161Z | Downloaded usdt-attr-macro v0.6.0 |
| 792 | 2026-03-02T07:23:08.161Z | Downloaded untrusted v0.9.0 |
| 793 | 2026-03-02T07:23:08.161Z | Downloaded universal-hash v0.5.1 |
| 794 | 2026-03-02T07:23:08.161Z | Downloaded tokio-rustls v0.26.4 |
| 795 | 2026-03-02T07:23:08.161Z | Downloaded ron v0.12.0 |
| 796 | 2026-03-02T07:23:08.161Z | Downloaded itertools v0.14.0 |
| 797 | 2026-03-02T07:23:08.188Z | Downloaded usdt v0.6.0 |
| 798 | 2026-03-02T07:23:08.188Z | Downloaded unit-prefix v0.5.2 |
| 799 | 2026-03-02T07:23:08.188Z | Downloaded unicode-truncate v1.1.0 |
| 800 | 2026-03-02T07:23:08.188Z | Downloaded unarray v0.1.4 |
| 801 | 2026-03-02T07:23:08.188Z | Downloaded typify-macro v0.6.1 |
| 802 | 2026-03-02T07:23:08.188Z | Downloaded typify-macro v0.4.3 |
| 803 | 2026-03-02T07:23:08.188Z | Downloaded trait-variant v0.1.2 |
| 804 | 2026-03-02T07:23:08.188Z | Downloaded tokio-stream v0.1.18 |
| 805 | 2026-03-02T07:23:08.188Z | Downloaded tinyvec v1.10.0 |
| 806 | 2026-03-02T07:23:08.188Z | Downloaded term v0.7.0 |
| 807 | 2026-03-02T07:23:08.188Z | Downloaded strum_macros v0.26.4 |
| 808 | 2026-03-02T07:23:08.188Z | Downloaded steno v0.4.1 |
| 809 | 2026-03-02T07:23:08.213Z | Downloaded socket2 v0.5.10 |
| 810 | 2026-03-02T07:23:08.213Z | Downloaded rustls-webpki v0.103.9 |
| 811 | 2026-03-02T07:23:08.213Z | Downloaded slog v2.8.2 |
| 812 | 2026-03-02T07:23:08.213Z | Downloaded schemars v0.9.0 |
| 813 | 2026-03-02T07:23:08.213Z | Downloaded iri-string v0.7.10 |
| 814 | 2026-03-02T07:23:08.238Z | Downloaded tokio-tungstenite v0.23.1 |
| 815 | 2026-03-02T07:23:08.238Z | Downloaded strum_macros v0.24.3 |
| 816 | 2026-03-02T07:23:08.238Z | Downloaded schemars v0.8.22 |
| 817 | 2026-03-02T07:23:08.238Z | Downloaded rand v0.10.0 |
| 818 | 2026-03-02T07:23:08.238Z | Downloaded topological-sort v0.2.2 |
| 819 | 2026-03-02T07:23:08.263Z | Downloaded tokio-rustls v0.25.0 |
| 820 | 2026-03-02T07:23:08.263Z | Downloaded tokio-native-tls v0.3.1 |
| 821 | 2026-03-02T07:23:08.263Z | Downloaded tokio-macros v2.6.0 |
| 822 | 2026-03-02T07:23:08.263Z | Downloaded tokio-dtrace v0.1.1 |
| 823 | 2026-03-02T07:23:08.263Z | Downloaded samael v0.0.19 |
| 824 | 2026-03-02T07:23:08.263Z | Downloaded thread_local v1.1.9 |
| 825 | 2026-03-02T07:23:08.263Z | Downloaded num-bigint-dig v0.8.6 |
| 826 | 2026-03-02T07:23:08.263Z | Downloaded itertools v0.13.0 |
| 827 | 2026-03-02T07:23:08.288Z | Downloaded subprocess v0.2.15 |
| 828 | 2026-03-02T07:23:08.288Z | Downloaded itertools v0.12.1 |
| 829 | 2026-03-02T07:23:08.288Z | Downloaded tls_codec_derive v0.4.2 |
| 830 | 2026-03-02T07:23:08.288Z | Downloaded tls_codec v0.4.2 |
| 831 | 2026-03-02T07:23:08.288Z | Downloaded tiny-keccak v2.0.2 |
| 832 | 2026-03-02T07:23:08.288Z | Downloaded time-macros v0.2.27 |
| 833 | 2026-03-02T07:23:08.288Z | Downloaded term v1.2.1 |
| 834 | 2026-03-02T07:23:08.288Z | Downloaded support-bundle-viewer v0.1.2 |
| 835 | 2026-03-02T07:23:08.313Z | Downloaded slog-term v2.9.2 |
| 836 | 2026-03-02T07:23:08.313Z | Downloaded russh v0.45.0 |
| 837 | 2026-03-02T07:23:08.313Z | Downloaded termios v0.3.3 |
| 838 | 2026-03-02T07:23:08.313Z | Downloaded stringprep v0.1.5 |
| 839 | 2026-03-02T07:23:08.313Z | Downloaded smf v0.2.3 |
| 840 | 2026-03-02T07:23:08.313Z | Downloaded slog-scope v4.4.1 |
| 841 | 2026-03-02T07:23:08.313Z | Downloaded slab v0.4.12 |
| 842 | 2026-03-02T07:23:08.313Z | Downloaded sec1 v0.7.3 |
| 843 | 2026-03-02T07:23:08.313Z | Downloaded schemars_derive v0.8.22 |
| 844 | 2026-03-02T07:23:08.313Z | Downloaded rsa v0.9.10 |
| 845 | 2026-03-02T07:23:08.313Z | Downloaded rand v0.9.2 |
| 846 | 2026-03-02T07:23:08.338Z | Downloaded publicsuffix v2.3.0 |
| 847 | 2026-03-02T07:23:08.338Z | Downloaded hkdf v0.12.4 |
| 848 | 2026-03-02T07:23:08.338Z | Downloaded ryu v1.0.23 |
| 849 | 2026-03-02T07:23:08.338Z | Downloaded rand v0.8.5 |
| 850 | 2026-03-02T07:23:08.338Z | Downloaded qorb v0.4.1 |
| 851 | 2026-03-02T07:23:08.338Z | Downloaded p521 v0.13.3 |
| 852 | 2026-03-02T07:23:08.338Z | Downloaded hyper v1.8.1 |
| 853 | 2026-03-02T07:23:08.363Z | Downloaded h2 v0.4.13 |
| 854 | 2026-03-02T07:23:08.363Z | Downloaded strum_macros v0.27.2 |
| 855 | 2026-03-02T07:23:08.363Z | Downloaded sqlformat v0.3.5 |
| 856 | 2026-03-02T07:23:08.363Z | Downloaded spin v0.9.8 |
| 857 | 2026-03-02T07:23:08.363Z | Downloaded signal-hook v0.3.18 |
| 858 | 2026-03-02T07:23:08.363Z | Downloaded serde_with_macros v3.17.0 |
| 859 | 2026-03-02T07:23:08.363Z | Downloaded rustls-platform-verifier v0.6.2 |
| 860 | 2026-03-02T07:23:08.388Z | Downloaded rayon-core v1.13.0 |
| 861 | 2026-03-02T07:23:08.388Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 862 | 2026-03-02T07:23:08.388Z | Downloaded testing_table v0.3.0 |
| 863 | 2026-03-02T07:23:08.388Z | Downloaded termtree v0.5.1 |
| 864 | 2026-03-02T07:23:08.388Z | Downloaded tap v1.0.1 |
| 865 | 2026-03-02T07:23:08.388Z | Downloaded string_cache v0.8.9 |
| 866 | 2026-03-02T07:23:08.388Z | Downloaded static_assertions v1.1.0 |
| 867 | 2026-03-02T07:23:08.388Z | Downloaded stacker v0.1.23 |
| 868 | 2026-03-02T07:23:08.388Z | Downloaded simd-adler32 v0.3.8 |
| 869 | 2026-03-02T07:23:08.388Z | Downloaded scroll v0.13.0 |
| 870 | 2026-03-02T07:23:08.388Z | Downloaded mio v1.1.1 |
| 871 | 2026-03-02T07:23:08.388Z | Downloaded sync_wrapper v1.0.2 |
| 872 | 2026-03-02T07:23:08.388Z | Downloaded sync-ptr v0.1.4 |
| 873 | 2026-03-02T07:23:08.388Z | Downloaded strum v0.27.2 |
| 874 | 2026-03-02T07:23:08.420Z | Downloaded spki v0.7.3 |
| 875 | 2026-03-02T07:23:08.420Z | Downloaded snafu-derive v0.8.9 |
| 876 | 2026-03-02T07:23:08.420Z | Downloaded smallvec v0.6.14 |
| 877 | 2026-03-02T07:23:08.420Z | Downloaded serde_path_to_error v0.1.20 |
| 878 | 2026-03-02T07:23:08.420Z | Downloaded quinn v0.11.9 |
| 879 | 2026-03-02T07:23:08.420Z | Downloaded prettyplease v0.2.37 |
| 880 | 2026-03-02T07:23:08.420Z | Downloaded tagptr v0.2.0 |
| 881 | 2026-03-02T07:23:08.420Z | Downloaded tabwriter v1.4.1 |
| 882 | 2026-03-02T07:23:08.420Z | Downloaded supports-color v3.0.2 |
| 883 | 2026-03-02T07:23:08.420Z | Downloaded subtle v2.6.1 |
| 884 | 2026-03-02T07:23:08.421Z | Downloaded strum v0.26.3 |
| 885 | 2026-03-02T07:23:08.421Z | Downloaded structmeta-derive v0.3.0 |
| 886 | 2026-03-02T07:23:08.421Z | Downloaded siphasher v1.0.2 |
| 887 | 2026-03-02T07:23:08.421Z | Downloaded serde_cbor v0.11.2 |
| 888 | 2026-03-02T07:23:08.421Z | Downloaded secrecy v0.8.0 |
| 889 | 2026-03-02T07:23:08.421Z | Downloaded sct v0.7.1 |
| 890 | 2026-03-02T07:23:08.421Z | Downloaded rustls-pemfile v1.0.4 |
| 891 | 2026-03-02T07:23:08.445Z | Downloaded ron v0.8.1 |
| 892 | 2026-03-02T07:23:08.445Z | Downloaded libm v0.2.16 |
| 893 | 2026-03-02T07:23:08.445Z | Downloaded strip-ansi-escapes v0.2.1 |
| 894 | 2026-03-02T07:23:08.445Z | Downloaded ssh-cipher v0.2.0 |
| 895 | 2026-03-02T07:23:08.445Z | Downloaded slog-stdlog v4.1.1 |
| 896 | 2026-03-02T07:23:08.445Z | Downloaded slog-json v2.6.1 |
| 897 | 2026-03-02T07:23:08.446Z | Downloaded slog-dtrace v0.3.0 |
| 898 | 2026-03-02T07:23:08.446Z | Downloaded slog-async v2.8.0 |
| 899 | 2026-03-02T07:23:08.446Z | Downloaded rcgen v0.12.1 |
| 900 | 2026-03-02T07:23:08.471Z | Downloaded progenitor-impl v0.13.0 |
| 901 | 2026-03-02T07:23:08.471Z | Downloaded pretty_assertions v1.4.1 |
| 902 | 2026-03-02T07:23:08.471Z | Downloaded sqlparser_derive v0.5.0 |
| 903 | 2026-03-02T07:23:08.471Z | Downloaded signal-hook-registry v1.4.8 |
| 904 | 2026-03-02T07:23:08.471Z | Downloaded signal-hook-mio v0.2.5 |
| 905 | 2026-03-02T07:23:08.471Z | Downloaded shlex v1.3.0 |
| 906 | 2026-03-02T07:23:08.471Z | Downloaded serde_urlencoded v0.7.1 |
| 907 | 2026-03-02T07:23:08.471Z | Downloaded serde_spanned v1.0.4 |
| 908 | 2026-03-02T07:23:08.471Z | Downloaded serde_repr v0.1.20 |
| 909 | 2026-03-02T07:23:08.471Z | Downloaded serde_derive_internals v0.29.1 |
| 910 | 2026-03-02T07:23:08.471Z | Downloaded serde-hex v0.1.0 |
| 911 | 2026-03-02T07:23:08.471Z | Downloaded rusty-fork v0.3.1 |
| 912 | 2026-03-02T07:23:08.471Z | Downloaded russh-keys v0.45.0 |
| 913 | 2026-03-02T07:23:08.471Z | Downloaded nom v7.1.3 |
| 914 | 2026-03-02T07:23:08.495Z | Downloaded sigpipe v0.1.3 |
| 915 | 2026-03-02T07:23:08.495Z | Downloaded sha1 v0.10.6 |
| 916 | 2026-03-02T07:23:08.495Z | Downloaded secrecy v0.10.3 |
| 917 | 2026-03-02T07:23:08.496Z | Downloaded scroll_derive v0.13.1 |
| 918 | 2026-03-02T07:23:08.496Z | Downloaded rustls-pki-types v1.14.0 |
| 919 | 2026-03-02T07:23:08.496Z | Downloaded num-bigint v0.4.6 |
| 920 | 2026-03-02T07:23:08.496Z | Downloaded serde_plain v1.0.2 |
| 921 | 2026-03-02T07:23:08.496Z | Downloaded rustls-native-certs v0.8.3 |
| 922 | 2026-03-02T07:23:08.496Z | Downloaded rand_core v0.10.0 |
| 923 | 2026-03-02T07:23:08.496Z | Downloaded progenitor-impl v0.11.2 |
| 924 | 2026-03-02T07:23:08.496Z | Downloaded pin-project v1.1.11 |
| 925 | 2026-03-02T07:23:08.521Z | Downloaded signal-hook-tokio v0.3.1 |
| 926 | 2026-03-02T07:23:08.521Z | Downloaded shell-words v1.1.1 |
| 927 | 2026-03-02T07:23:08.521Z | Downloaded seq-macro v0.3.6 |
| 928 | 2026-03-02T07:23:08.521Z | Downloaded semver v0.1.20 |
| 929 | 2026-03-02T07:23:08.521Z | Downloaded scopeguard v1.2.0 |
| 930 | 2026-03-02T07:23:08.521Z | Downloaded rustversion v1.0.22 |
| 931 | 2026-03-02T07:23:08.521Z | Downloaded rustls-pemfile v2.2.0 |
| 932 | 2026-03-02T07:23:08.521Z | Downloaded quinn-udp v0.5.14 |
| 933 | 2026-03-02T07:23:08.521Z | Downloaded progenitor-impl v0.10.0 |
| 934 | 2026-03-02T07:23:08.521Z | Downloaded libxml v0.3.3 |
| 935 | 2026-03-02T07:23:08.546Z | Downloaded itertools v0.10.5 |
| 936 | 2026-03-02T07:23:08.546Z | Downloaded scrypt v0.11.0 |
| 937 | 2026-03-02T07:23:08.546Z | Downloaded scheduled-thread-pool v0.2.7 |
| 938 | 2026-03-02T07:23:08.546Z | Downloaded sapling-renderdag v0.1.0 |
| 939 | 2026-03-02T07:23:08.546Z | Downloaded same-file v1.0.6 |
| 940 | 2026-03-02T07:23:08.546Z | Downloaded salsa20 v0.10.2 |
| 941 | 2026-03-02T07:23:08.546Z | Downloaded rustc_version v0.4.1 |
| 942 | 2026-03-02T07:23:08.546Z | Downloaded recursive v0.1.1 |
| 943 | 2026-03-02T07:23:08.546Z | Downloaded rand_seeder v0.4.0 |
| 944 | 2026-03-02T07:23:08.546Z | Downloaded prefix-trie v0.7.0 |
| 945 | 2026-03-02T07:23:08.546Z | Downloaded hickory-server v0.25.2 |
| 946 | 2026-03-02T07:23:08.571Z | Downloaded rustc_version v0.1.7 |
| 947 | 2026-03-02T07:23:08.571Z | Downloaded rustc-hash v2.1.1 |
| 948 | 2026-03-02T07:23:08.571Z | Downloaded ref-cast v1.0.25 |
| 949 | 2026-03-02T07:23:08.571Z | Downloaded rand_core v0.9.5 |
| 950 | 2026-03-02T07:23:08.571Z | Downloaded rand_core v0.6.4 |
| 951 | 2026-03-02T07:23:08.571Z | Downloaded postcard v1.1.3 |
| 952 | 2026-03-02T07:23:08.571Z | Downloaded pkcs1 v0.7.5 |
| 953 | 2026-03-02T07:23:08.571Z | Downloaded rtoolbox v0.0.3 |
| 954 | 2026-03-02T07:23:08.571Z | Downloaded rfc6979 v0.4.0 |
| 955 | 2026-03-02T07:23:08.571Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 956 | 2026-03-02T07:23:08.571Z | Downloaded rand_chacha v0.9.0 |
| 957 | 2026-03-02T07:23:08.571Z | Downloaded miniz_oxide v0.8.9 |
| 958 | 2026-03-02T07:23:08.571Z | Downloaded minimal-lexical v0.2.1 |
| 959 | 2026-03-02T07:23:08.596Z | Downloaded ref-cast-impl v1.0.25 |
| 960 | 2026-03-02T07:23:08.596Z | Downloaded rand_xorshift v0.4.0 |
| 961 | 2026-03-02T07:23:08.596Z | Downloaded r2d2 v0.8.10 |
| 962 | 2026-03-02T07:23:08.596Z | Downloaded quick-error v1.2.3 |
| 963 | 2026-03-02T07:23:08.596Z | Downloaded progenitor-macro v0.10.0 |
| 964 | 2026-03-02T07:23:08.596Z | Downloaded progenitor-extras v0.1.0 |
| 965 | 2026-03-02T07:23:08.596Z | Downloaded predicates v3.1.4 |
| 966 | 2026-03-02T07:23:08.596Z | Downloaded poly1305 v0.8.0 |
| 967 | 2026-03-02T07:23:08.596Z | Downloaded openssl-sys v0.9.111 |
| 968 | 2026-03-02T07:23:08.596Z | Downloaded jiff-static v0.2.21 |
| 969 | 2026-03-02T07:23:08.596Z | Downloaded hickory-resolver v0.24.4 |
| 970 | 2026-03-02T07:23:08.621Z | Downloaded postgres-types v0.2.12 |
| 971 | 2026-03-02T07:23:08.621Z | Downloaded pkcs5 v0.7.1 |
| 972 | 2026-03-02T07:23:08.621Z | Downloaded phf v0.12.1 |
| 973 | 2026-03-02T07:23:08.621Z | Downloaded pem-rfc7468 v0.7.0 |
| 974 | 2026-03-02T07:23:08.621Z | Downloaded pem v3.0.6 |
| 975 | 2026-03-02T07:23:08.621Z | Downloaded oxide-tokio-rt v0.1.2 |
| 976 | 2026-03-02T07:23:08.621Z | Downloaded omicron-zone-package v0.12.2 |
| 977 | 2026-03-02T07:23:08.621Z | Downloaded psm v0.1.30 |
| 978 | 2026-03-02T07:23:08.621Z | Downloaded psl-types v2.0.11 |
| 979 | 2026-03-02T07:23:08.621Z | Downloaded progenitor-client v0.13.0 |
| 980 | 2026-03-02T07:23:08.621Z | Downloaded progenitor v0.13.0 |
| 981 | 2026-03-02T07:23:08.621Z | Downloaded progenitor v0.11.2 |
| 982 | 2026-03-02T07:23:08.647Z | Downloaded progenitor v0.10.0 |
| 983 | 2026-03-02T07:23:08.647Z | Downloaded primeorder v0.13.6 |
| 984 | 2026-03-02T07:23:08.647Z | Downloaded predicates-tree v1.0.13 |
| 985 | 2026-03-02T07:23:08.647Z | Downloaded postgres-protocol v0.6.10 |
| 986 | 2026-03-02T07:23:08.647Z | Downloaded polyval v0.6.2 |
| 987 | 2026-03-02T07:23:08.647Z | Downloaded pin-project-internal v1.1.11 |
| 988 | 2026-03-02T07:23:08.648Z | Downloaded password-hash v0.4.2 |
| 989 | 2026-03-02T07:23:08.648Z | Downloaded parking_lot_core v0.9.12 |
| 990 | 2026-03-02T07:23:08.648Z | Downloaded packed_struct v0.10.1 |
| 991 | 2026-03-02T07:23:08.648Z | Downloaded owo-colors v4.3.0 |
| 992 | 2026-03-02T07:23:08.648Z | Downloaded progenitor-client v0.10.0 |
| 993 | 2026-03-02T07:23:08.648Z | Downloaded proc-macro-error2 v2.0.1 |
| 994 | 2026-03-02T07:23:08.648Z | Downloaded ppv-lite86 v0.2.21 |
| 995 | 2026-03-02T07:23:08.648Z | Downloaded peg-runtime v0.8.5 |
| 996 | 2026-03-02T07:23:08.648Z | Downloaded parking_lot v0.12.5 |
| 997 | 2026-03-02T07:23:08.672Z | Downloaded packed_struct_codegen v0.10.1 |
| 998 | 2026-03-02T07:23:08.673Z | Downloaded p256 v0.13.2 |
| 999 | 2026-03-02T07:23:08.673Z | Downloaded oso-derive v0.27.3 |
| 1000 | 2026-03-02T07:23:08.673Z | Downloaded oso v0.27.3 |
| 1001 | 2026-03-02T07:23:08.673Z | Downloaded openssl-probe v0.1.6 |
| 1002 | 2026-03-02T07:23:08.673Z | Downloaded num_enum_derive v0.7.5 |
| 1003 | 2026-03-02T07:23:08.673Z | Downloaded num_enum v0.5.11 |
| 1004 | 2026-03-02T07:23:08.673Z | Downloaded darling_core v0.23.0 |
| 1005 | 2026-03-02T07:23:08.673Z | Downloaded progenitor-macro v0.11.2 |
| 1006 | 2026-03-02T07:23:08.673Z | Downloaded progenitor-client v0.11.2 |
| 1007 | 2026-03-02T07:23:08.673Z | Downloaded pkg-config v0.3.32 |
| 1008 | 2026-03-02T07:23:08.673Z | Downloaded pkcs8 v0.10.2 |
| 1009 | 2026-03-02T07:23:08.697Z | Downloaded pin-project-lite v0.2.17 |
| 1010 | 2026-03-02T07:23:08.697Z | Downloaded phf v0.13.1 |
| 1011 | 2026-03-02T07:23:08.697Z | Downloaded peg v0.8.5 |
| 1012 | 2026-03-02T07:23:08.697Z | Downloaded paste v1.0.15 |
| 1013 | 2026-03-02T07:23:08.697Z | Downloaded parse-display-derive v0.10.0 |
| 1014 | 2026-03-02T07:23:08.697Z | Downloaded parking_lot_core v0.8.6 |
| 1015 | 2026-03-02T07:23:08.698Z | Downloaded parking_lot v0.11.2 |
| 1016 | 2026-03-02T07:23:08.698Z | Downloaded oxnet v0.1.4 |
| 1017 | 2026-03-02T07:23:08.698Z | Downloaded opaque-debug v0.3.1 |
| 1018 | 2026-03-02T07:23:08.698Z | Downloaded nodrop v0.1.14 |
| 1019 | 2026-03-02T07:23:08.698Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1020 | 2026-03-02T07:23:08.723Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1021 | 2026-03-02T07:23:08.723Z | Downloaded proc-macro-crate v3.4.0 |
| 1022 | 2026-03-02T07:23:08.723Z | Downloaded proc-macro-crate v1.3.1 |
| 1023 | 2026-03-02T07:23:08.723Z | Downloaded precomputed-hash v0.1.1 |
| 1024 | 2026-03-02T07:23:08.723Z | Downloaded powerfmt v0.2.0 |
| 1025 | 2026-03-02T07:23:08.723Z | Downloaded peg-macros v0.8.5 |
| 1026 | 2026-03-02T07:23:08.723Z | Downloaded password-hash v0.5.0 |
| 1027 | 2026-03-02T07:23:08.723Z | Downloaded openssl-probe v0.2.1 |
| 1028 | 2026-03-02T07:23:08.723Z | Downloaded openssl-macros v0.1.1 |
| 1029 | 2026-03-02T07:23:08.723Z | Downloaded num_enum v0.7.5 |
| 1030 | 2026-03-02T07:23:08.723Z | Downloaded num-integer v0.1.46 |
| 1031 | 2026-03-02T07:23:08.723Z | Downloaded nu-ansi-term v0.50.3 |
| 1032 | 2026-03-02T07:23:08.723Z | Downloaded normalize-line-endings v0.3.0 |
| 1033 | 2026-03-02T07:23:08.723Z | Downloaded nibble_vec v0.1.0 |
| 1034 | 2026-03-02T07:23:08.723Z | Downloaded newtype_derive v0.1.6 |
| 1035 | 2026-03-02T07:23:08.749Z | Downloaded iddqd v0.3.17 |
| 1036 | 2026-03-02T07:23:08.749Z | Downloaded expectorate v1.2.0 |
| 1037 | 2026-03-02T07:23:08.749Z | Downloaded ed25519-dalek v2.2.0 |
| 1038 | 2026-03-02T07:23:08.749Z | Downloaded derive_more v2.1.1 |
| 1039 | 2026-03-02T07:23:08.749Z | Downloaded num v0.4.3 |
| 1040 | 2026-03-02T07:23:08.774Z | Downloaded nonempty v0.12.0 |
| 1041 | 2026-03-02T07:23:08.774Z | Downloaded memmap2 v0.9.10 |
| 1042 | 2026-03-02T07:23:08.774Z | Downloaded md5 v0.7.0 |
| 1043 | 2026-03-02T07:23:08.774Z | Downloaded maybe-uninit v2.0.0 |
| 1044 | 2026-03-02T07:23:08.774Z | Downloaded match_cfg v0.1.0 |
| 1045 | 2026-03-02T07:23:08.774Z | Downloaded maplit v1.0.2 |
| 1046 | 2026-03-02T07:23:08.774Z | Downloaded managed v0.8.0 |
| 1047 | 2026-03-02T07:23:08.774Z | Downloaded lzss v0.8.2 |
| 1048 | 2026-03-02T07:23:08.774Z | Downloaded lru-slab v0.1.2 |
| 1049 | 2026-03-02T07:23:08.774Z | Downloaded lru-cache v0.1.2 |
| 1050 | 2026-03-02T07:23:08.774Z | Downloaded lru v0.12.5 |
| 1051 | 2026-03-02T07:23:08.774Z | Downloaded litrs v1.0.0 |
| 1052 | 2026-03-02T07:23:08.774Z | Downloaded linked-hash-map v0.5.6 |
| 1053 | 2026-03-02T07:23:08.774Z | Downloaded linear-map v1.2.0 |
| 1054 | 2026-03-02T07:23:08.774Z | Downloaded libsw-core v0.3.2 |
| 1055 | 2026-03-02T07:23:08.774Z | Downloaded libsw v3.5.0 |
| 1056 | 2026-03-02T07:23:08.774Z | Downloaded libloading v0.8.9 |
| 1057 | 2026-03-02T07:23:08.775Z | Downloaded libefi-sys v0.1.0 |
| 1058 | 2026-03-02T07:23:08.775Z | Downloaded indicatif v0.18.4 |
| 1059 | 2026-03-02T07:23:08.799Z | Downloaded hyper-util v0.1.20 |
| 1060 | 2026-03-02T07:23:08.799Z | Downloaded hickory-resolver v0.25.2 |
| 1061 | 2026-03-02T07:23:08.799Z | Downloaded heapless v0.8.0 |
| 1062 | 2026-03-02T07:23:08.799Z | Downloaded heapless v0.7.17 |
| 1063 | 2026-03-02T07:23:08.799Z | Downloaded flate2 v1.1.9 |
| 1064 | 2026-03-02T07:23:08.824Z | Downloaded chrono-tz v0.10.4 |
| 1065 | 2026-03-02T07:23:08.824Z | Downloaded phf_shared v0.13.1 |
| 1066 | 2026-03-02T07:23:08.824Z | Downloaded phf_shared v0.12.1 |
| 1067 | 2026-03-02T07:23:08.824Z | Downloaded phf_shared v0.11.3 |
| 1068 | 2026-03-02T07:23:08.824Z | Downloaded pbkdf2 v0.12.2 |
| 1069 | 2026-03-02T07:23:08.824Z | Downloaded pbkdf2 v0.11.0 |
| 1070 | 2026-03-02T07:23:08.849Z | Downloaded path-slash v0.1.5 |
| 1071 | 2026-03-02T07:23:08.849Z | Downloaded parse-size v1.1.0 |
| 1072 | 2026-03-02T07:23:08.849Z | Downloaded parse-display v0.10.0 |
| 1073 | 2026-03-02T07:23:08.849Z | Downloaded num_threads v0.1.7 |
| 1074 | 2026-03-02T07:23:08.849Z | Downloaded num_enum_derive v0.5.11 |
| 1075 | 2026-03-02T07:23:08.849Z | Downloaded num-rational v0.4.2 |
| 1076 | 2026-03-02T07:23:08.849Z | Downloaded num-derive v0.4.2 |
| 1077 | 2026-03-02T07:23:08.849Z | Downloaded num-derive v0.3.3 |
| 1078 | 2026-03-02T07:23:08.849Z | Downloaded newtype-uuid v1.3.2 |
| 1079 | 2026-03-02T07:23:08.849Z | Downloaded native-tls v0.2.18 |
| 1080 | 2026-03-02T07:23:08.849Z | Downloaded nanorand v0.7.0 |
| 1081 | 2026-03-02T07:23:08.849Z | Downloaded multer v3.1.0 |
| 1082 | 2026-03-02T07:23:08.849Z | Downloaded mime_guess v2.0.5 |
| 1083 | 2026-03-02T07:23:08.849Z | Downloaded md-5 v0.10.6 |
| 1084 | 2026-03-02T07:23:08.849Z | Downloaded lock_api v0.4.14 |
| 1085 | 2026-03-02T07:23:08.849Z | Downloaded jobserver v0.1.34 |
| 1086 | 2026-03-02T07:23:08.875Z | Downloaded dropshot-api-manager v0.4.0 |
| 1087 | 2026-03-02T07:23:08.875Z | Downloaded diesel_derives v2.2.7 |
| 1088 | 2026-03-02T07:23:08.875Z | Downloaded olpc-cjson v0.1.4 |
| 1089 | 2026-03-02T07:23:08.875Z | Downloaded num-iter v0.1.45 |
| 1090 | 2026-03-02T07:23:08.875Z | Downloaded ipnet v2.11.0 |
| 1091 | 2026-03-02T07:23:08.875Z | Downloaded ingot-types v0.1.2 |
| 1092 | 2026-03-02T07:23:08.875Z | Downloaded ingot-macros v0.1.1 |
| 1093 | 2026-03-02T07:23:08.875Z | Downloaded ingot v0.1.1 |
| 1094 | 2026-03-02T07:23:08.875Z | Downloaded indoc v2.0.7 |
| 1095 | 2026-03-02T07:23:08.875Z | Downloaded indexmap v1.9.3 |
| 1096 | 2026-03-02T07:23:08.875Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1097 | 2026-03-02T07:23:08.875Z | Downloaded ignore v0.4.25 |
| 1098 | 2026-03-02T07:23:08.899Z | Downloaded iana-time-zone v0.1.65 |
| 1099 | 2026-03-02T07:23:08.899Z | Downloaded hmac v0.12.1 |
| 1100 | 2026-03-02T07:23:08.899Z | Downloaded goblin v0.10.5 |
| 1101 | 2026-03-02T07:23:08.899Z | Downloaded lazy_static v1.5.0 |
| 1102 | 2026-03-02T07:23:08.899Z | Downloaded ipnetwork v0.21.1 |
| 1103 | 2026-03-02T07:23:08.899Z | Downloaded internet-checksum v0.2.1 |
| 1104 | 2026-03-02T07:23:08.899Z | Downloaded indoc v1.0.9 |
| 1105 | 2026-03-02T07:23:08.899Z | Downloaded indent_write v2.2.0 |
| 1106 | 2026-03-02T07:23:08.899Z | Downloaded ident_case v1.0.1 |
| 1107 | 2026-03-02T07:23:08.899Z | Downloaded hickory-client v0.25.2 |
| 1108 | 2026-03-02T07:23:08.899Z | Downloaded hashbrown v0.15.5 |
| 1109 | 2026-03-02T07:23:08.930Z | Downloaded dropshot_endpoint v0.16.7 |
| 1110 | 2026-03-02T07:23:08.930Z | Downloaded newline-converter v0.3.0 |
| 1111 | 2026-03-02T07:23:08.930Z | Downloaded new_debug_unreachable v1.0.6 |
| 1112 | 2026-03-02T07:23:08.930Z | Downloaded multimap v0.10.1 |
| 1113 | 2026-03-02T07:23:08.930Z | Downloaded mime v0.3.17 |
| 1114 | 2026-03-02T07:23:08.930Z | Downloaded instant v0.1.13 |
| 1115 | 2026-03-02T07:23:08.930Z | Downloaded instability v0.3.11 |
| 1116 | 2026-03-02T07:23:08.930Z | Downloaded inout v0.1.4 |
| 1117 | 2026-03-02T07:23:08.930Z | Downloaded hyper-rustls v0.27.7 |
| 1118 | 2026-03-02T07:23:08.930Z | Downloaded humantime v2.3.0 |
| 1119 | 2026-03-02T07:23:08.930Z | Downloaded http v1.4.0 |
| 1120 | 2026-03-02T07:23:08.967Z | Downloaded half v2.7.1 |
| 1121 | 2026-03-02T07:23:08.967Z | Downloaded git2 v0.20.4 |
| 1122 | 2026-03-02T07:23:08.992Z | Downloaded futures-util v0.3.32 |
| 1123 | 2026-03-02T07:23:09.017Z | Downloaded flume v0.11.1 |
| 1124 | 2026-03-02T07:23:09.017Z | Downloaded fatfs v0.3.6 |
| 1125 | 2026-03-02T07:23:09.017Z | Downloaded elliptic-curve v0.13.8 |
| 1126 | 2026-03-02T07:23:09.017Z | Downloaded hyper-staticfile v0.10.1 |
| 1127 | 2026-03-02T07:23:09.017Z | Downloaded hashbrown v0.13.2 |
| 1128 | 2026-03-02T07:23:09.042Z | Downloaded hashbrown v0.12.3 |
| 1129 | 2026-03-02T07:23:09.042Z | Downloaded filetime v0.2.27 |
| 1130 | 2026-03-02T07:23:09.042Z | Downloaded csv v1.4.0 |
| 1131 | 2026-03-02T07:23:09.068Z | Downloaded bitvec v1.0.1 |
| 1132 | 2026-03-02T07:23:09.099Z | Downloaded bindgen v0.71.1 |
| 1133 | 2026-03-02T07:23:09.123Z | Downloaded aws-lc-rs v1.16.0 |
| 1134 | 2026-03-02T07:23:09.123Z | Downloaded keccak v0.1.6 |
| 1135 | 2026-03-02T07:23:09.148Z | Downloaded is_ci v1.2.0 |
| 1136 | 2026-03-02T07:23:09.148Z | Downloaded is-terminal v0.4.17 |
| 1137 | 2026-03-02T07:23:09.148Z | Downloaded hyper-tls v0.6.0 |
| 1138 | 2026-03-02T07:23:09.148Z | Downloaded aws-lc-sys v0.37.1 |
| 1139 | 2026-03-02T07:23:09.443Z | Downloaded httparse v1.10.1 |
| 1140 | 2026-03-02T07:23:09.467Z | Downloaded highway v1.3.0 |
| 1141 | 2026-03-02T07:23:09.467Z | Downloaded headers v0.4.1 |
| 1142 | 2026-03-02T07:23:09.467Z | Downloaded derive_more v0.99.20 |
| 1143 | 2026-03-02T07:23:09.467Z | Downloaded hubpack_derive v0.1.1 |
| 1144 | 2026-03-02T07:23:09.467Z | Downloaded hubpack v0.1.2 |
| 1145 | 2026-03-02T07:23:09.468Z | Downloaded http-body-util v0.1.3 |
| 1146 | 2026-03-02T07:23:09.468Z | Downloaded hostname v0.3.1 |
| 1147 | 2026-03-02T07:23:09.468Z | Downloaded hash32 v0.3.1 |
| 1148 | 2026-03-02T07:23:09.468Z | Downloaded half v1.8.3 |
| 1149 | 2026-03-02T07:23:09.468Z | Downloaded getrandom v0.2.17 |
| 1150 | 2026-03-02T07:23:09.468Z | Downloaded drift v0.1.3 |
| 1151 | 2026-03-02T07:23:09.492Z | Downloaded darling v0.21.3 |
| 1152 | 2026-03-02T07:23:09.492Z | Downloaded crossbeam-channel v0.5.15 |
| 1153 | 2026-03-02T07:23:09.492Z | Downloaded http-range v0.1.5 |
| 1154 | 2026-03-02T07:23:09.492Z | Downloaded http-body v1.0.1 |
| 1155 | 2026-03-02T07:23:09.492Z | Downloaded hostname v0.4.2 |
| 1156 | 2026-03-02T07:23:09.492Z | Downloaded hex-literal v0.4.1 |
| 1157 | 2026-03-02T07:23:09.493Z | Downloaded hex v0.4.3 |
| 1158 | 2026-03-02T07:23:09.493Z | Downloaded headers-core v0.3.0 |
| 1159 | 2026-03-02T07:23:09.493Z | Downloaded group v0.13.0 |
| 1160 | 2026-03-02T07:23:09.493Z | Downloaded globset v0.4.18 |
| 1161 | 2026-03-02T07:23:09.493Z | Downloaded glob v0.3.3 |
| 1162 | 2026-03-02T07:23:09.493Z | Downloaded git-stub-vcs v0.1.0 |
| 1163 | 2026-03-02T07:23:09.517Z | Downloaded getrandom v0.3.4 |
| 1164 | 2026-03-02T07:23:09.517Z | Downloaded gethostname v0.5.0 |
| 1165 | 2026-03-02T07:23:09.517Z | Downloaded futures-executor v0.3.32 |
| 1166 | 2026-03-02T07:23:09.517Z | Downloaded futures-channel v0.3.32 |
| 1167 | 2026-03-02T07:23:09.518Z | Downloaded futures v0.3.32 |
| 1168 | 2026-03-02T07:23:09.518Z | Downloaded fs_extra v1.3.0 |
| 1169 | 2026-03-02T07:23:09.518Z | Downloaded foldhash v0.1.5 |
| 1170 | 2026-03-02T07:23:09.518Z | Downloaded find-msvc-tools v0.1.9 |
| 1171 | 2026-03-02T07:23:09.518Z | Downloaded erased-serde v0.3.31 |
| 1172 | 2026-03-02T07:23:09.518Z | Downloaded diff v0.1.13 |
| 1173 | 2026-03-02T07:23:09.518Z | Downloaded des v0.8.1 |
| 1174 | 2026-03-02T07:23:09.518Z | Downloaded derive_builder v0.20.2 |
| 1175 | 2026-03-02T07:23:09.543Z | Downloaded der v0.7.10 |
| 1176 | 2026-03-02T07:23:09.543Z | Downloaded data-encoding v2.10.0 |
| 1177 | 2026-03-02T07:23:09.543Z | Downloaded const-oid v0.9.6 |
| 1178 | 2026-03-02T07:23:09.543Z | Downloaded compact_str v0.8.1 |
| 1179 | 2026-03-02T07:23:09.543Z | Downloaded cmake v0.1.57 |
| 1180 | 2026-03-02T07:23:09.543Z | Downloaded chacha20poly1305 v0.10.1 |
| 1181 | 2026-03-02T07:23:09.543Z | Downloaded bumpalo v3.20.2 |
| 1182 | 2026-03-02T07:23:09.543Z | Downloaded async-bb8-diesel v0.2.1 |
| 1183 | 2026-03-02T07:23:09.543Z | Downloaded arrayvec v0.7.6 |
| 1184 | 2026-03-02T07:23:09.543Z | Downloaded argon2 v0.5.3 |
| 1185 | 2026-03-02T07:23:09.568Z | Downloaded globwalk v0.9.1 |
| 1186 | 2026-03-02T07:23:09.568Z | Downloaded git-stub v1.0.0 |
| 1187 | 2026-03-02T07:23:09.568Z | Downloaded fxhash v0.2.1 |
| 1188 | 2026-03-02T07:23:09.568Z | Downloaded futures-task v0.3.32 |
| 1189 | 2026-03-02T07:23:09.568Z | Downloaded futures-sink v0.3.32 |
| 1190 | 2026-03-02T07:23:09.568Z | Downloaded futures-macro v0.3.32 |
| 1191 | 2026-03-02T07:23:09.568Z | Downloaded futures-core v0.3.32 |
| 1192 | 2026-03-02T07:23:09.568Z | Downloaded funty v2.0.0 |
| 1193 | 2026-03-02T07:23:09.568Z | Downloaded fs-err v2.11.0 |
| 1194 | 2026-03-02T07:23:09.568Z | Downloaded foreign-types-shared v0.1.1 |
| 1195 | 2026-03-02T07:23:09.568Z | Downloaded foldhash v0.2.0 |
| 1196 | 2026-03-02T07:23:09.568Z | Downloaded fixedbitset v0.5.7 |
| 1197 | 2026-03-02T07:23:09.568Z | Downloaded ff v0.13.1 |
| 1198 | 2026-03-02T07:23:09.568Z | Downloaded fallible-iterator v0.2.0 |
| 1199 | 2026-03-02T07:23:09.568Z | Downloaded env_logger v0.11.9 |
| 1200 | 2026-03-02T07:23:09.568Z | Downloaded ena v0.14.4 |
| 1201 | 2026-03-02T07:23:09.568Z | Downloaded embedded-io v0.6.1 |
| 1202 | 2026-03-02T07:23:09.568Z | Downloaded either v1.15.0 |
| 1203 | 2026-03-02T07:23:09.568Z | Downloaded ed25519 v2.2.3 |
| 1204 | 2026-03-02T07:23:09.594Z | Downloaded ecdsa v0.16.9 |
| 1205 | 2026-03-02T07:23:09.594Z | Downloaded diesel-dtrace v0.4.2 |
| 1206 | 2026-03-02T07:23:09.594Z | Downloaded derive_builder_core v0.20.2 |
| 1207 | 2026-03-02T07:23:09.594Z | Downloaded darling_macro v0.20.11 |
| 1208 | 2026-03-02T07:23:09.594Z | Downloaded crc32fast v1.5.0 |
| 1209 | 2026-03-02T07:23:09.594Z | Downloaded crc-catalog v2.4.0 |
| 1210 | 2026-03-02T07:23:09.594Z | Downloaded crc-any v2.5.0 |
| 1211 | 2026-03-02T07:23:09.594Z | Downloaded console v0.16.2 |
| 1212 | 2026-03-02T07:23:09.594Z | Downloaded console v0.15.11 |
| 1213 | 2026-03-02T07:23:09.594Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1214 | 2026-03-02T07:23:09.594Z | Downloaded blake2 v0.10.6 |
| 1215 | 2026-03-02T07:23:09.594Z | Downloaded backoff v0.4.0 |
| 1216 | 2026-03-02T07:23:09.594Z | Downloaded ghash v0.5.1 |
| 1217 | 2026-03-02T07:23:09.594Z | Downloaded futures-io v0.3.32 |
| 1218 | 2026-03-02T07:23:09.594Z | Downloaded foreign-types-macros v0.2.3 |
| 1219 | 2026-03-02T07:23:09.594Z | Downloaded foreign-types v0.5.0 |
| 1220 | 2026-03-02T07:23:09.594Z | Downloaded foreign-types v0.3.2 |
| 1221 | 2026-03-02T07:23:09.619Z | Downloaded enum-as-inner v0.6.1 |
| 1222 | 2026-03-02T07:23:09.619Z | Downloaded endian-type v0.1.2 |
| 1223 | 2026-03-02T07:23:09.619Z | Downloaded embedded-io v0.4.0 |
| 1224 | 2026-03-02T07:23:09.619Z | Downloaded dyn-clone v1.0.20 |
| 1225 | 2026-03-02T07:23:09.619Z | Downloaded dropshot-api-manager-types v0.4.0 |
| 1226 | 2026-03-02T07:23:09.619Z | Downloaded display-error-chain v0.2.2 |
| 1227 | 2026-03-02T07:23:09.619Z | Downloaded dirs-next v2.0.0 |
| 1228 | 2026-03-02T07:23:09.619Z | Downloaded debug-ignore v1.0.5 |
| 1229 | 2026-03-02T07:23:09.619Z | Downloaded darling_core v0.21.3 |
| 1230 | 2026-03-02T07:23:09.619Z | Downloaded crc v3.4.0 |
| 1231 | 2026-03-02T07:23:09.619Z | Downloaded corncobs v0.1.4 |
| 1232 | 2026-03-02T07:23:09.619Z | Downloaded const_format v0.2.35 |
| 1233 | 2026-03-02T07:23:09.619Z | Downloaded colored v3.1.1 |
| 1234 | 2026-03-02T07:23:09.619Z | Downloaded cobs v0.3.0 |
| 1235 | 2026-03-02T07:23:09.644Z | Downloaded clang-sys v1.8.1 |
| 1236 | 2026-03-02T07:23:09.644Z | Downloaded ciborium-ll v0.2.2 |
| 1237 | 2026-03-02T07:23:09.644Z | Downloaded ciborium v0.2.2 |
| 1238 | 2026-03-02T07:23:09.644Z | Downloaded cc v1.2.56 |
| 1239 | 2026-03-02T07:23:09.644Z | Downloaded cbc v0.1.2 |
| 1240 | 2026-03-02T07:23:09.644Z | Downloaded cassowary v0.3.0 |
| 1241 | 2026-03-02T07:23:09.645Z | Downloaded cargo_metadata v0.19.2 |
| 1242 | 2026-03-02T07:23:09.645Z | Downloaded cargo-platform v0.1.9 |
| 1243 | 2026-03-02T07:23:09.645Z | Downloaded block-padding v0.3.3 |
| 1244 | 2026-03-02T07:23:09.645Z | Downloaded bb8 v0.8.6 |
| 1245 | 2026-03-02T07:23:09.645Z | Downloaded base16ct v0.2.0 |
| 1246 | 2026-03-02T07:23:09.645Z | Downloaded atty v0.2.14 |
| 1247 | 2026-03-02T07:23:09.645Z | Downloaded atomicwrites v0.4.4 |
| 1248 | 2026-03-02T07:23:09.645Z | Downloaded atomic-waker v1.1.2 |
| 1249 | 2026-03-02T07:23:09.645Z | Downloaded async-trait v0.1.89 |
| 1250 | 2026-03-02T07:23:09.645Z | Downloaded async-stream-impl v0.3.6 |
| 1251 | 2026-03-02T07:23:09.670Z | Downloaded assert_matches v1.5.0 |
| 1252 | 2026-03-02T07:23:09.670Z | Downloaded ascii-canvas v3.0.0 |
| 1253 | 2026-03-02T07:23:09.670Z | Downloaded arrayref v0.3.9 |
| 1254 | 2026-03-02T07:23:09.670Z | Downloaded float-ord v0.3.2 |
| 1255 | 2026-03-02T07:23:09.670Z | Downloaded float-cmp v0.10.0 |
| 1256 | 2026-03-02T07:23:09.670Z | Downloaded flagset v0.4.7 |
| 1257 | 2026-03-02T07:23:09.670Z | Downloaded fixedbitset v0.4.2 |
| 1258 | 2026-03-02T07:23:09.670Z | Downloaded fd-lock v4.0.4 |
| 1259 | 2026-03-02T07:23:09.670Z | Downloaded env_filter v1.0.0 |
| 1260 | 2026-03-02T07:23:09.670Z | Downloaded dunce v1.0.5 |
| 1261 | 2026-03-02T07:23:09.670Z | Downloaded dtrace-parser v0.3.0 |
| 1262 | 2026-03-02T07:23:09.670Z | Downloaded dsl_auto_type v0.1.3 |
| 1263 | 2026-03-02T07:23:09.670Z | Downloaded dof v0.4.0 |
| 1264 | 2026-03-02T07:23:09.670Z | Downloaded document-features v0.2.12 |
| 1265 | 2026-03-02T07:23:09.670Z | Downloaded dirs-sys-next v0.1.2 |
| 1266 | 2026-03-02T07:23:09.670Z | Downloaded difflib v0.4.0 |
| 1267 | 2026-03-02T07:23:09.670Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1268 | 2026-03-02T07:23:09.670Z | Downloaded derive_builder_macro v0.20.2 |
| 1269 | 2026-03-02T07:23:09.670Z | Downloaded defmt-parser v1.0.0 |
| 1270 | 2026-03-02T07:23:09.670Z | Downloaded crc8 v0.1.1 |
| 1271 | 2026-03-02T07:23:09.670Z | Downloaded cpufeatures v0.3.0 |
| 1272 | 2026-03-02T07:23:09.670Z | Downloaded cookie_store v0.22.1 |
| 1273 | 2026-03-02T07:23:09.695Z | Downloaded convert_case v0.4.0 |
| 1274 | 2026-03-02T07:23:09.695Z | Downloaded const_format_proc_macros v0.2.34 |
| 1275 | 2026-03-02T07:23:09.695Z | Downloaded cipher v0.4.4 |
| 1276 | 2026-03-02T07:23:09.696Z | Downloaded ciborium-io v0.2.2 |
| 1277 | 2026-03-02T07:23:09.696Z | Downloaded chacha20 v0.9.1 |
| 1278 | 2026-03-02T07:23:09.696Z | Downloaded cfg_aliases v0.2.1 |
| 1279 | 2026-03-02T07:23:09.696Z | Downloaded cexpr v0.6.0 |
| 1280 | 2026-03-02T07:23:09.696Z | Downloaded cargo_toml v0.22.3 |
| 1281 | 2026-03-02T07:23:09.696Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1282 | 2026-03-02T07:23:09.696Z | Downloaded bytes v1.11.1 |
| 1283 | 2026-03-02T07:23:09.696Z | Downloaded bitflags v1.3.2 |
| 1284 | 2026-03-02T07:23:09.720Z | Downloaded bitfield-struct v0.6.2 |
| 1285 | 2026-03-02T07:23:09.720Z | Downloaded bit-vec v0.6.3 |
| 1286 | 2026-03-02T07:23:09.721Z | Downloaded backon v1.6.0 |
| 1287 | 2026-03-02T07:23:09.721Z | Downloaded async-stream v0.3.6 |
| 1288 | 2026-03-02T07:23:09.721Z | Downloaded async-recursion v1.1.1 |
| 1289 | 2026-03-02T07:23:09.721Z | Downloaded derive-ex v0.1.8 |
| 1290 | 2026-03-02T07:23:09.721Z | Downloaded darling_core v0.20.11 |
| 1291 | 2026-03-02T07:23:09.721Z | Downloaded darling v0.20.11 |
| 1292 | 2026-03-02T07:23:09.721Z | Downloaded crypto-bigint v0.5.5 |
| 1293 | 2026-03-02T07:23:09.746Z | Downloaded crossterm v0.28.1 |
| 1294 | 2026-03-02T07:23:09.746Z | Downloaded cookie v0.18.1 |
| 1295 | 2026-03-02T07:23:09.746Z | Downloaded convert_case v0.10.0 |
| 1296 | 2026-03-02T07:23:09.746Z | Downloaded constant_time_eq v0.4.2 |
| 1297 | 2026-03-02T07:23:09.746Z | Downloaded colored v2.2.0 |
| 1298 | 2026-03-02T07:23:09.747Z | Downloaded chrono v0.4.44 |
| 1299 | 2026-03-02T07:23:09.772Z | Downloaded chacha20 v0.10.0 |
| 1300 | 2026-03-02T07:23:09.772Z | Downloaded cfg_aliases v0.1.1 |
| 1301 | 2026-03-02T07:23:09.772Z | Downloaded buf-list v1.1.2 |
| 1302 | 2026-03-02T07:23:09.772Z | Downloaded array-init v0.0.4 |
| 1303 | 2026-03-02T07:23:09.772Z | Downloaded der_derive v0.7.3 |
| 1304 | 2026-03-02T07:23:09.772Z | Downloaded defmt-macros v1.0.1 |
| 1305 | 2026-03-02T07:23:09.772Z | Downloaded defmt v0.3.100 |
| 1306 | 2026-03-02T07:23:09.772Z | Downloaded darling_macro v0.23.0 |
| 1307 | 2026-03-02T07:23:09.772Z | Downloaded darling_macro v0.21.3 |
| 1308 | 2026-03-02T07:23:09.772Z | Downloaded darling v0.23.0 |
| 1309 | 2026-03-02T07:23:09.772Z | Downloaded daft-derive v0.1.5 |
| 1310 | 2026-03-02T07:23:09.772Z | Downloaded daft v0.1.5 |
| 1311 | 2026-03-02T07:23:09.772Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1312 | 2026-03-02T07:23:09.772Z | Downloaded ctr v0.9.2 |
| 1313 | 2026-03-02T07:23:09.797Z | Downloaded csv-core v0.1.13 |
| 1314 | 2026-03-02T07:23:09.797Z | Downloaded crossterm v0.29.0 |
| 1315 | 2026-03-02T07:23:09.797Z | Downloaded crossbeam-epoch v0.9.18 |
| 1316 | 2026-03-02T07:23:09.797Z | Downloaded castaway v0.2.4 |
| 1317 | 2026-03-02T07:23:09.797Z | Downloaded bzip2 v0.6.1 |
| 1318 | 2026-03-02T07:23:09.797Z | Downloaded blowfish v0.9.1 |
| 1319 | 2026-03-02T07:23:09.797Z | Downloaded blake3 v1.8.3 |
| 1320 | 2026-03-02T07:23:09.797Z | Downloaded bitfield v0.19.4 |
| 1321 | 2026-03-02T07:23:09.797Z | Downloaded bit-set v0.5.3 |
| 1322 | 2026-03-02T07:23:09.822Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1323 | 2026-03-02T07:23:09.822Z | Downloaded crossbeam-utils v0.8.21 |
| 1324 | 2026-03-02T07:23:09.822Z | Downloaded crossbeam-deque v0.8.6 |
| 1325 | 2026-03-02T07:23:09.822Z | Downloaded critical-section v1.2.0 |
| 1326 | 2026-03-02T07:23:09.822Z | Downloaded cancel-safe-futures v0.1.5 |
| 1327 | 2026-03-02T07:23:09.822Z | Downloaded bzip2 v0.4.4 |
| 1328 | 2026-03-02T07:23:09.822Z | Downloaded bstr v1.12.1 |
| 1329 | 2026-03-02T07:23:09.822Z | Downloaded bit-vec v0.8.0 |
| 1330 | 2026-03-02T07:23:09.823Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1331 | 2026-03-02T07:23:09.823Z | Downloaded cstr-argument v0.1.2 |
| 1332 | 2026-03-02T07:23:09.823Z | Downloaded crunchy v0.2.4 |
| 1333 | 2026-03-02T07:23:09.823Z | Downloaded bitfield-macros v0.19.4 |
| 1334 | 2026-03-02T07:23:09.823Z | Downloaded bit-set v0.8.0 |
| 1335 | 2026-03-02T07:23:09.823Z | Downloaded bcs v0.1.6 |
| 1336 | 2026-03-02T07:23:09.848Z | Downloaded aho-corasick v1.1.4 |
| 1337 | 2026-03-02T07:23:09.848Z | Downloaded aes v0.8.4 |
| 1338 | 2026-03-02T07:23:09.848Z | Downloaded base64 v0.22.1 |
| 1339 | 2026-03-02T07:23:09.848Z | Downloaded base64 v0.21.7 |
| 1340 | 2026-03-02T07:23:09.848Z | Downloaded base16ct v1.0.0 |
| 1341 | 2026-03-02T07:23:09.848Z | Downloaded ar_archive_writer v0.5.1 |
| 1342 | 2026-03-02T07:23:09.848Z | Downloaded allocator-api2 v0.2.21 |
| 1343 | 2026-03-02T07:23:09.848Z | Downloaded ahash v0.8.12 |
| 1344 | 2026-03-02T07:23:09.873Z | Downloaded aead v0.5.2 |
| 1345 | 2026-03-02T07:23:10.061Z | Compiling libc v0.2.180 |
| 1346 | 2026-03-02T07:23:10.061Z | Compiling serde v1.0.228 |
| 1347 | 2026-03-02T07:23:10.086Z | Compiling log v0.4.29 |
| 1348 | 2026-03-02T07:23:10.086Z | Compiling find-msvc-tools v0.1.9 |
| 1349 | 2026-03-02T07:23:10.162Z | Compiling shlex v1.3.0 |
| 1350 | 2026-03-02T07:23:10.187Z | Compiling smallvec v1.15.1 |
| 1351 | 2026-03-02T07:23:10.212Z | Compiling syn v2.0.117 |
| 1352 | 2026-03-02T07:23:10.212Z | Compiling typenum v1.19.0 |
| 1353 | 2026-03-02T07:23:10.469Z | Compiling generic-array v0.14.7 |
| 1354 | 2026-03-02T07:23:10.498Z | Compiling subtle v2.6.1 |
| 1355 | 2026-03-02T07:23:10.551Z | Compiling scopeguard v1.2.0 |
| 1356 | 2026-03-02T07:23:10.648Z | Compiling portable-atomic v1.13.1 |
| 1357 | 2026-03-02T07:23:10.698Z | Compiling lock_api v0.4.14 |
| 1358 | 2026-03-02T07:23:10.748Z | Compiling const-oid v0.9.6 |
| 1359 | 2026-03-02T07:23:10.851Z | Compiling critical-section v1.2.0 |
| 1360 | 2026-03-02T07:23:10.876Z | Compiling zerocopy v0.8.40 |
| 1361 | 2026-03-02T07:23:11.006Z | Compiling serde_json v1.0.149 |
| 1362 | 2026-03-02T07:23:11.134Z | Compiling parking_lot_core v0.9.12 |
| 1363 | 2026-03-02T07:23:11.311Z | Compiling pin-project-lite v0.2.17 |
| 1364 | 2026-03-02T07:23:11.590Z | Compiling pkg-config v0.3.32 |
| 1365 | 2026-03-02T07:23:11.619Z | Compiling libm v0.2.16 |
| 1366 | 2026-03-02T07:23:11.910Z | Compiling getrandom v0.2.17 |
| 1367 | 2026-03-02T07:23:11.935Z | Compiling jobserver v0.1.34 |
| 1368 | 2026-03-02T07:23:12.108Z | Compiling errno v0.3.14 |
| 1369 | 2026-03-02T07:23:12.272Z | Compiling rand_core v0.6.4 |
| 1370 | 2026-03-02T07:23:12.296Z | Compiling signal-hook-registry v1.4.8 |
| 1371 | 2026-03-02T07:23:12.338Z | Compiling cc v1.2.56 |
| 1372 | 2026-03-02T07:23:12.545Z | Compiling once_cell v1.21.3 |
| 1373 | 2026-03-02T07:23:12.646Z | Compiling mio v1.1.1 |
| 1374 | 2026-03-02T07:23:12.777Z | Compiling num-traits v0.2.19 |
| 1375 | 2026-03-02T07:23:12.809Z | Compiling bitflags v2.11.0 |
| 1376 | 2026-03-02T07:23:12.904Z | Compiling futures-core v0.3.32 |
| 1377 | 2026-03-02T07:23:13.070Z | Compiling parking_lot v0.12.5 |
| 1378 | 2026-03-02T07:23:13.219Z | Compiling socket2 v0.6.2 |
| 1379 | 2026-03-02T07:23:13.392Z | Compiling percent-encoding v2.3.2 |
| 1380 | 2026-03-02T07:23:13.624Z | Compiling allocator-api2 v0.2.21 |
| 1381 | 2026-03-02T07:23:13.723Z | Compiling foldhash v0.2.0 |
| 1382 | 2026-03-02T07:23:13.748Z | Compiling futures-sink v0.3.32 |
| 1383 | 2026-03-02T07:23:13.802Z | Compiling cpufeatures v0.2.17 |
| 1384 | 2026-03-02T07:23:14.018Z | Compiling futures-channel v0.3.32 |
| 1385 | 2026-03-02T07:23:14.070Z | Compiling getrandom v0.4.1 |
| 1386 | 2026-03-02T07:23:14.140Z | Compiling futures-io v0.3.32 |
| 1387 | 2026-03-02T07:23:14.273Z | Compiling slab v0.4.12 |
| 1388 | 2026-03-02T07:23:14.379Z | Compiling hashbrown v0.16.1 |
| 1389 | 2026-03-02T07:23:14.435Z | Compiling futures-task v0.3.32 |
| 1390 | 2026-03-02T07:23:14.520Z | Compiling getrandom v0.3.4 |
| 1391 | 2026-03-02T07:23:14.613Z | Compiling rand_core v0.10.0 |
| 1392 | 2026-03-02T07:23:14.846Z | Compiling rustversion v1.0.22 |
| 1393 | 2026-03-02T07:23:14.983Z | Compiling cmake v0.1.57 |
| 1394 | 2026-03-02T07:23:15.642Z | Compiling indexmap v2.13.0 |
| 1395 | 2026-03-02T07:23:15.719Z | Compiling form_urlencoded v1.2.2 |
| 1396 | 2026-03-02T07:23:15.836Z | Compiling ident_case v1.0.1 |
| 1397 | 2026-03-02T07:23:15.988Z | Compiling fs_extra v1.3.0 |
| 1398 | 2026-03-02T07:23:16.025Z | Compiling base64ct v1.8.3 |
| 1399 | 2026-03-02T07:23:16.049Z | Compiling dunce v1.0.5 |
| 1400 | 2026-03-02T07:23:16.188Z | Compiling flagset v0.4.7 |
| 1401 | 2026-03-02T07:23:16.274Z | Compiling rand_core v0.9.5 |
| 1402 | 2026-03-02T07:23:16.411Z | Compiling rustix v1.1.3 |
| 1403 | 2026-03-02T07:23:16.458Z | Compiling aws-lc-sys v0.37.1 |
| 1404 | 2026-03-02T07:23:16.558Z | Compiling pem-rfc7468 v0.7.0 |
| 1405 | 2026-03-02T07:23:16.761Z | Compiling synstructure v0.13.2 |
| 1406 | 2026-03-02T07:23:16.786Z | Compiling iana-time-zone v0.1.65 |
| 1407 | 2026-03-02T07:23:16.978Z | Compiling ring v0.17.14 |
| 1408 | 2026-03-02T07:23:17.044Z | Compiling uuid v1.21.0 |
| 1409 | 2026-03-02T07:23:17.078Z | Compiling rustc_version v0.4.1 |
| 1410 | 2026-03-02T07:23:17.102Z | Compiling vcpkg v0.2.15 |
| 1411 | 2026-03-02T07:23:17.319Z | Compiling regex-syntax v0.8.10 |
| 1412 | 2026-03-02T07:23:17.626Z | Compiling aws-lc-rs v1.16.0 |
| 1413 | 2026-03-02T07:23:18.071Z | Compiling tracing-core v0.1.36 |
| 1414 | 2026-03-02T07:23:18.308Z | Compiling crossbeam-utils v0.8.21 |
| 1415 | 2026-03-02T07:23:18.519Z | Compiling openssl-sys v0.9.111 |
| 1416 | 2026-03-02T07:23:18.775Z | Compiling pest_generator v2.8.6 |
| 1417 | 2026-03-02T07:23:19.141Z | Compiling serde_derive_internals v0.29.1 |
| 1418 | 2026-03-02T07:23:19.506Z | Compiling schemars v0.8.22 |
| 1419 | 2026-03-02T07:23:19.801Z | Compiling untrusted v0.9.0 |
| 1420 | 2026-03-02T07:23:19.989Z | Compiling untrusted v0.7.1 |
| 1421 | 2026-03-02T07:23:20.159Z | Compiling httparse v1.10.1 |
| 1422 | 2026-03-02T07:23:20.184Z | Compiling syn v1.0.109 |
| 1423 | 2026-03-02T07:23:20.300Z | Compiling openssl-probe v0.2.1 |
| 1424 | 2026-03-02T07:23:20.412Z | Compiling serde_derive v1.0.228 |
| 1425 | 2026-03-02T07:23:20.601Z | Compiling zeroize_derive v1.4.3 |
| 1426 | 2026-03-02T07:23:20.705Z | Compiling zerofrom-derive v0.1.6 |
| 1427 | 2026-03-02T07:23:20.747Z | Compiling yoke-derive v0.8.1 |
| 1428 | 2026-03-02T07:23:20.970Z | Compiling zerocopy-derive v0.8.40 |
| 1429 | 2026-03-02T07:23:21.786Z | Compiling zeroize v1.8.2 |
| 1430 | 2026-03-02T07:23:21.945Z | Compiling zerovec-derive v0.11.2 |
| 1431 | 2026-03-02T07:23:22.411Z | Compiling displaydoc v0.2.5 |
| 1432 | 2026-03-02T07:23:23.007Z | Compiling tokio-macros v2.6.0 |
| 1433 | 2026-03-02T07:23:23.345Z | Compiling crypto-common v0.1.7 |
| 1434 | 2026-03-02T07:23:23.472Z | Compiling zerofrom v0.1.6 |
| 1435 | 2026-03-02T07:23:23.569Z | Compiling block-buffer v0.10.4 |
| 1436 | 2026-03-02T07:23:23.651Z | Compiling futures-macro v0.3.32 |
| 1437 | 2026-03-02T07:23:23.690Z | Compiling yoke v0.8.1 |
| 1438 | 2026-03-02T07:23:23.834Z | Compiling digest v0.10.7 |
| 1439 | 2026-03-02T07:23:23.965Z | Compiling block-padding v0.3.3 |
| 1440 | 2026-03-02T07:23:24.109Z | Compiling zerovec v0.11.5 |
| 1441 | 2026-03-02T07:23:24.249Z | Compiling zerotrie v0.2.3 |
| 1442 | 2026-03-02T07:23:24.305Z | Compiling hmac v0.12.1 |
| 1443 | 2026-03-02T07:23:24.336Z | Compiling inout v0.1.4 |
| 1444 | 2026-03-02T07:23:24.556Z | Compiling cipher v0.4.4 |
| 1445 | 2026-03-02T07:23:24.604Z | Compiling sha2 v0.10.9 |
| 1446 | 2026-03-02T07:23:24.787Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-03-02T07:23:25.019Z | Compiling tinystr v0.8.2 |
| 1448 | 2026-03-02T07:23:25.102Z | Compiling potential_utf v0.1.4 |
| 1449 | 2026-03-02T07:23:25.138Z | Compiling futures-util v0.3.32 |
| 1450 | 2026-03-02T07:23:25.370Z | Compiling icu_locale_core v2.1.1 |
| 1451 | 2026-03-02T07:23:25.394Z | Compiling icu_collections v2.1.1 |
| 1452 | 2026-03-02T07:23:26.313Z | Compiling salsa20 v0.10.2 |
| 1453 | 2026-03-02T07:23:26.513Z | Compiling der v0.7.10 |
| 1454 | 2026-03-02T07:23:26.539Z | Compiling pbkdf2 v0.12.2 |
| 1455 | 2026-03-02T07:23:26.698Z | Compiling icu_provider v2.1.1 |
| 1456 | 2026-03-02T07:23:27.138Z | Compiling bytes v1.11.1 |
| 1457 | 2026-03-02T07:23:27.184Z | Compiling icu_properties v2.1.2 |
| 1458 | 2026-03-02T07:23:27.218Z | Compiling icu_normalizer v2.1.1 |
| 1459 | 2026-03-02T07:23:27.273Z | Compiling chrono v0.4.44 |
| 1460 | 2026-03-02T07:23:28.207Z | Compiling tokio v1.49.0 |
| 1461 | 2026-03-02T07:23:28.431Z | Compiling spki v0.7.3 |
| 1462 | 2026-03-02T07:23:28.770Z | Compiling http v1.4.0 |
| 1463 | 2026-03-02T07:23:28.966Z | Compiling thiserror-impl v2.0.18 |
| 1464 | 2026-03-02T07:23:29.581Z | Compiling idna_adapter v1.2.1 |
| 1465 | 2026-03-02T07:23:29.767Z | Compiling idna v1.1.0 |
| 1466 | 2026-03-02T07:23:29.791Z | Compiling scrypt v0.11.0 |
| 1467 | 2026-03-02T07:23:30.035Z | Compiling aes v0.8.4 |
| 1468 | 2026-03-02T07:23:30.221Z | Compiling cbc v0.1.2 |
| 1469 | 2026-03-02T07:23:30.462Z | Compiling ppv-lite86 v0.2.21 |
| 1470 | 2026-03-02T07:23:30.665Z | Compiling url v2.5.8 |
| 1471 | 2026-03-02T07:23:30.748Z | Compiling rustls-pki-types v1.14.0 |
| 1472 | 2026-03-02T07:23:31.050Z | Compiling tracing-attributes v0.1.31 |
| 1473 | 2026-03-02T07:23:31.160Z | Compiling rand_chacha v0.9.0 |
| 1474 | 2026-03-02T07:23:31.459Z | Compiling thiserror v2.0.18 |
| 1475 | 2026-03-02T07:23:31.601Z | Compiling rand v0.9.2 |
| 1476 | 2026-03-02T07:23:31.626Z | Compiling pkcs5 v0.7.1 |
| 1477 | 2026-03-02T07:23:32.097Z | Compiling http-body v1.0.1 |
| 1478 | 2026-03-02T07:23:32.135Z | Compiling base64 v0.22.1 |
| 1479 | 2026-03-02T07:23:32.329Z | Compiling pkcs8 v0.10.2 |
| 1480 | 2026-03-02T07:23:32.509Z | Compiling schemars_derive v0.8.22 |
| 1481 | 2026-03-02T07:23:32.821Z | Compiling scroll_derive v0.13.1 |
| 1482 | 2026-03-02T07:23:32.882Z | Compiling pest_derive v2.8.6 |
| 1483 | 2026-03-02T07:23:33.519Z | Compiling darling_core v0.20.11 |
| 1484 | 2026-03-02T07:23:33.549Z | Compiling tracing v0.1.44 |
| 1485 | 2026-03-02T07:23:34.068Z | Compiling rustls v0.23.37 |
| 1486 | 2026-03-02T07:23:34.180Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-03-02T07:23:34.289Z | Compiling tower-layer v0.3.3 |
| 1488 | 2026-03-02T07:23:34.342Z | Compiling tower-service v0.3.3 |
| 1489 | 2026-03-02T07:23:34.382Z | Compiling try-lock v0.2.5 |
| 1490 | 2026-03-02T07:23:34.493Z | Compiling dyn-clone v1.0.20 |
| 1491 | 2026-03-02T07:23:34.563Z | Compiling tinyvec_macros v0.1.1 |
| 1492 | 2026-03-02T07:23:34.587Z | Compiling want v0.3.1 |
| 1493 | 2026-03-02T07:23:34.672Z | Compiling tinyvec v1.10.0 |
| 1494 | 2026-03-02T07:23:34.711Z | Compiling scroll v0.13.0 |
| 1495 | 2026-03-02T07:23:35.319Z | Compiling ipnet v2.11.0 |
| 1496 | 2026-03-02T07:23:35.698Z | Compiling tokio-util v0.7.18 |
| 1497 | 2026-03-02T07:23:35.958Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1498 | 2026-03-02T07:23:36.291Z | Compiling spin v0.9.8 |
| 1499 | 2026-03-02T07:23:36.592Z | Compiling aho-corasick v1.1.4 |
| 1500 | 2026-03-02T07:23:36.648Z | Compiling pin-utils v0.1.0 |
| 1501 | 2026-03-02T07:23:36.757Z | Compiling num-conv v0.2.0 |
| 1502 | 2026-03-02T07:23:36.990Z | Compiling h2 v0.4.13 |
| 1503 | 2026-03-02T07:23:37.487Z | Compiling powerfmt v0.2.0 |
| 1504 | 2026-03-02T07:23:37.660Z | Compiling foreign-types-shared v0.1.1 |
| 1505 | 2026-03-02T07:23:37.781Z | Compiling httpdate v1.0.3 |
| 1506 | 2026-03-02T07:23:37.838Z | Compiling openssl v0.10.75 |
| 1507 | 2026-03-02T07:23:38.140Z | Compiling crc32fast v1.5.0 |
| 1508 | 2026-03-02T07:23:38.195Z | Compiling time-core v0.1.8 |
| 1509 | 2026-03-02T07:23:38.357Z | Compiling darling_macro v0.20.11 |
| 1510 | 2026-03-02T07:23:38.461Z | Compiling time-macros v0.2.27 |
| 1511 | 2026-03-02T07:23:38.672Z | Compiling regex-automata v0.4.14 |
| 1512 | 2026-03-02T07:23:39.188Z | Compiling darling v0.20.11 |
| 1513 | 2026-03-02T07:23:39.305Z | Compiling tempfile v3.25.0 |
| 1514 | 2026-03-02T07:23:39.834Z | Compiling foreign-types v0.3.2 |
| 1515 | 2026-03-02T07:23:39.943Z | Compiling deranged v0.5.8 |
| 1516 | 2026-03-02T07:23:40.020Z | Compiling goblin v0.10.5 |
| 1517 | 2026-03-02T07:23:40.532Z | Compiling openssl-macros v0.1.1 |
| 1518 | 2026-03-02T07:23:41.104Z | Compiling thiserror-impl v1.0.69 |
| 1519 | 2026-03-02T07:23:43.097Z | Compiling hyper v1.8.1 |
| 1520 | 2026-03-02T07:23:43.275Z | Compiling wait-timeout v0.2.1 |
| 1521 | 2026-03-02T07:23:43.399Z | Compiling usdt-impl v0.6.0 |
| 1522 | 2026-03-02T07:23:43.711Z | Compiling native-tls v0.2.18 |
| 1523 | 2026-03-02T07:23:43.735Z | Compiling bit-vec v0.8.0 |
| 1524 | 2026-03-02T07:23:44.073Z | Compiling either v1.15.0 |
| 1525 | 2026-03-02T07:23:44.187Z | Compiling quick-error v1.2.3 |
| 1526 | 2026-03-02T07:23:44.345Z | Compiling siphasher v1.0.2 |
| 1527 | 2026-03-02T07:23:44.433Z | Compiling num_threads v0.1.7 |
| 1528 | 2026-03-02T07:23:44.578Z | Compiling simd-adler32 v0.3.8 |
| 1529 | 2026-03-02T07:23:44.678Z | Compiling time v0.3.47 |
| 1530 | 2026-03-02T07:23:44.757Z | Compiling rusty-fork v0.3.1 |
| 1531 | 2026-03-02T07:23:45.027Z | Compiling bit-set v0.8.0 |
| 1532 | 2026-03-02T07:23:45.293Z | Compiling hyper-util v0.1.20 |
| 1533 | 2026-03-02T07:23:45.380Z | Compiling thiserror v1.0.69 |
| 1534 | 2026-03-02T07:23:46.233Z | Compiling dof v0.4.0 |
| 1535 | 2026-03-02T07:23:47.104Z | Compiling derive_builder_core v0.20.2 |
| 1536 | 2026-03-02T07:23:48.122Z | Compiling unicode-normalization v0.1.25 |
| 1537 | 2026-03-02T07:23:48.521Z | Compiling crossbeam-epoch v0.9.18 |
| 1538 | 2026-03-02T07:23:48.773Z | Compiling dtrace-parser v0.3.0 |
| 1539 | 2026-03-02T07:23:48.797Z | Compiling rustls-native-certs v0.8.3 |
| 1540 | 2026-03-02T07:23:48.907Z | Compiling signature v2.2.0 |
| 1541 | 2026-03-02T07:23:49.118Z | Compiling scroll_derive v0.12.1 |
| 1542 | 2026-03-02T07:23:49.202Z | Compiling heapless v0.7.17 |
| 1543 | 2026-03-02T07:23:49.226Z | Compiling slog v2.8.2 |
| 1544 | 2026-03-02T07:23:49.354Z | Compiling rand_xorshift v0.4.0 |
| 1545 | 2026-03-02T07:23:49.502Z | Compiling darling_core v0.21.3 |
| 1546 | 2026-03-02T07:23:49.576Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1547 | 2026-03-02T07:23:49.611Z | Compiling sync_wrapper v1.0.2 |
| 1548 | 2026-03-02T07:23:49.771Z | Compiling thread-id v5.1.0 |
| 1549 | 2026-03-02T07:23:49.887Z | Compiling cookie v0.18.1 |
| 1550 | 2026-03-02T07:23:49.985Z | Compiling paste v1.0.15 |
| 1551 | 2026-03-02T07:23:50.168Z | Compiling unicode-segmentation v1.12.0 |
| 1552 | 2026-03-02T07:23:50.248Z | Compiling unicode-properties v0.1.4 |
| 1553 | 2026-03-02T07:23:50.359Z | Compiling rayon-core v1.13.0 |
| 1554 | 2026-03-02T07:23:50.420Z | Compiling anyhow v1.0.102 |
| 1555 | 2026-03-02T07:23:50.616Z | Compiling signal-hook v0.3.18 |
| 1556 | 2026-03-02T07:23:50.650Z | Compiling unarray v0.1.4 |
| 1557 | 2026-03-02T07:23:50.766Z | Compiling unicode-bidi v0.3.18 |
| 1558 | 2026-03-02T07:23:50.830Z | Compiling adler2 v2.0.1 |
| 1559 | 2026-03-02T07:23:50.861Z | Compiling zstd-safe v7.2.4 |
| 1560 | 2026-03-02T07:23:50.920Z | Compiling proptest v1.10.0 |
| 1561 | 2026-03-02T07:23:51.051Z | Compiling miniz_oxide v0.8.9 |
| 1562 | 2026-03-02T07:23:51.396Z | Compiling stringprep v0.1.5 |
| 1563 | 2026-03-02T07:23:51.798Z | Compiling scroll v0.12.0 |
| 1564 | 2026-03-02T07:23:52.192Z | Compiling tower v0.5.3 |
| 1565 | 2026-03-02T07:23:52.320Z | Compiling crossbeam-deque v0.8.6 |
| 1566 | 2026-03-02T07:23:52.344Z | Compiling derive_builder_macro v0.20.2 |
| 1567 | 2026-03-02T07:23:52.630Z | Compiling ipnetwork v0.21.1 |
| 1568 | 2026-03-02T07:23:53.023Z | Compiling http-body-util v0.1.3 |
| 1569 | 2026-03-02T07:23:53.080Z | Compiling webpki-roots v1.0.6 |
| 1570 | 2026-03-02T07:23:53.104Z | Compiling rand_chacha v0.3.1 |
| 1571 | 2026-03-02T07:23:53.278Z | Compiling erased-serde v0.3.31 |
| 1572 | 2026-03-02T07:23:53.326Z | Compiling serde_spanned v0.6.9 |
| 1573 | 2026-03-02T07:23:53.356Z | Compiling serde_tokenstream v0.2.3 |
| 1574 | 2026-03-02T07:23:53.437Z | Compiling toml_datetime v0.6.11 |
| 1575 | 2026-03-02T07:23:53.555Z | Compiling md-5 v0.10.6 |
| 1576 | 2026-03-02T07:23:53.799Z | Compiling zerocopy-derive v0.7.35 |
| 1577 | 2026-03-02T07:23:53.889Z | Compiling curve25519-dalek v4.1.3 |
| 1578 | 2026-03-02T07:23:53.914Z | Compiling num-integer v0.1.46 |
| 1579 | 2026-03-02T07:23:54.420Z | Compiling vergen-lib v0.1.6 |
| 1580 | 2026-03-02T07:23:54.489Z | Compiling hash32 v0.2.1 |
| 1581 | 2026-03-02T07:23:54.566Z | Compiling ff v0.13.1 |
| 1582 | 2026-03-02T07:23:54.637Z | Compiling iri-string v0.7.10 |
| 1583 | 2026-03-02T07:23:54.704Z | Compiling zlib-rs v0.6.2 |
| 1584 | 2026-03-02T07:23:54.786Z | Compiling base16ct v0.2.0 |
| 1585 | 2026-03-02T07:23:54.817Z | Compiling darling_macro v0.21.3 |
| 1586 | 2026-03-02T07:23:54.841Z | Compiling psl-types v2.0.11 |
| 1587 | 2026-03-02T07:23:55.042Z | Compiling fallible-iterator v0.2.0 |
| 1588 | 2026-03-02T07:23:55.085Z | Compiling smoltcp v0.9.1 |
| 1589 | 2026-03-02T07:23:55.446Z | Compiling litrs v1.0.0 |
| 1590 | 2026-03-02T07:23:55.566Z | Compiling ryu v1.0.23 |
| 1591 | 2026-03-02T07:23:55.648Z | Compiling ref-cast v1.0.25 |
| 1592 | 2026-03-02T07:23:55.680Z | Compiling rustix v0.38.44 |
| 1593 | 2026-03-02T07:23:55.884Z | Compiling num-bigint-dig v0.8.6 |
| 1594 | 2026-03-02T07:23:56.205Z | Compiling newtype-uuid v1.3.2 |
| 1595 | 2026-03-02T07:23:56.239Z | Compiling serde_urlencoded v0.7.1 |
| 1596 | 2026-03-02T07:23:56.434Z | Compiling postgres-protocol v0.6.10 |
| 1597 | 2026-03-02T07:23:56.469Z | Compiling document-features v0.2.12 |
| 1598 | 2026-03-02T07:23:56.684Z | Compiling darling v0.21.3 |
| 1599 | 2026-03-02T07:23:56.786Z | Compiling zerocopy v0.7.35 |
| 1600 | 2026-03-02T07:23:56.811Z | Compiling publicsuffix v2.3.0 |
| 1601 | 2026-03-02T07:23:57.067Z | Compiling tower-http v0.6.8 |
| 1602 | 2026-03-02T07:23:57.397Z | Compiling sec1 v0.7.3 |
| 1603 | 2026-03-02T07:23:57.758Z | Compiling group v0.13.0 |
| 1604 | 2026-03-02T07:23:57.859Z | Compiling num-iter v0.1.45 |
| 1605 | 2026-03-02T07:23:57.940Z | Compiling rand v0.8.5 |
| 1606 | 2026-03-02T07:23:58.071Z | Compiling derive_builder v0.20.2 |
| 1607 | 2026-03-02T07:23:58.200Z | Compiling oxnet v0.1.4 |
| 1608 | 2026-03-02T07:23:58.257Z | Compiling proc-macro-error v1.0.4 |
| 1609 | 2026-03-02T07:23:58.626Z | Compiling goblin v0.8.2 |
| 1610 | 2026-03-02T07:23:58.879Z | Compiling tokio-native-tls v0.3.1 |
| 1611 | 2026-03-02T07:23:59.918Z | Compiling heck v0.4.1 |
| 1612 | 2026-03-02T07:24:00.025Z | Compiling phf_shared v0.13.1 |
| 1613 | 2026-03-02T07:24:00.233Z | Compiling hubpack_derive v0.1.1 |
| 1614 | 2026-03-02T07:24:00.283Z | Compiling flate2 v1.1.9 |
| 1615 | 2026-03-02T07:24:00.307Z | Compiling regex v1.12.3 |
| 1616 | 2026-03-02T07:24:00.475Z | Compiling lazy_static v1.5.0 |
| 1617 | 2026-03-02T07:24:00.611Z | Compiling cargo-platform v0.1.9 |
| 1618 | 2026-03-02T07:24:00.982Z | Compiling hkdf v0.12.4 |
| 1619 | 2026-03-02T07:24:01.006Z | Compiling crypto-bigint v0.5.5 |
| 1620 | 2026-03-02T07:24:01.045Z | Compiling async-trait v0.1.89 |
| 1621 | 2026-03-02T07:24:01.111Z | Compiling daft-derive v0.1.5 |
| 1622 | 2026-03-02T07:24:01.175Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1623 | 2026-03-02T07:24:01.233Z | Compiling strum_macros v0.27.2 |
| 1624 | 2026-03-02T07:24:02.361Z | Compiling ref-cast-impl v1.0.25 |
| 1625 | 2026-03-02T07:24:02.386Z | Compiling terminal_size v0.4.3 |
| 1626 | 2026-03-02T07:24:02.592Z | Compiling vergen v9.0.6 |
| 1627 | 2026-03-02T07:24:02.862Z | Compiling fs-err v3.3.0 |
| 1628 | 2026-03-02T07:24:03.067Z | Compiling ahash v0.8.12 |
| 1629 | 2026-03-02T07:24:03.138Z | Compiling foldhash v0.1.5 |
| 1630 | 2026-03-02T07:24:03.230Z | Compiling winnow v0.5.40 |
| 1631 | 2026-03-02T07:24:03.383Z | Compiling managed v0.8.0 |
| 1632 | 2026-03-02T07:24:03.429Z | Compiling bumpalo v3.20.2 |
| 1633 | 2026-03-02T07:24:03.778Z | Compiling object v0.37.3 |
| 1634 | 2026-03-02T07:24:03.901Z | Compiling bitflags v1.3.2 |
| 1635 | 2026-03-02T07:24:04.045Z | Compiling libbz2-rs-sys v0.2.2 |
| 1636 | 2026-03-02T07:24:05.075Z | Compiling strum v0.27.2 |
| 1637 | 2026-03-02T07:24:05.244Z | Compiling bzip2 v0.6.1 |
| 1638 | 2026-03-02T07:24:05.373Z | Compiling console v0.16.2 |
| 1639 | 2026-03-02T07:24:05.522Z | Compiling zopfli v0.8.3 |
| 1640 | 2026-03-02T07:24:05.584Z | Compiling clap_builder v4.5.60 |
| 1641 | 2026-03-02T07:24:05.957Z | Compiling toml_edit v0.19.15 |
| 1642 | 2026-03-02T07:24:06.083Z | Compiling hashbrown v0.15.5 |
| 1643 | 2026-03-02T07:24:06.130Z | Compiling dof v0.3.0 |
| 1644 | 2026-03-02T07:24:06.412Z | Compiling elliptic-curve v0.13.8 |
| 1645 | 2026-03-02T07:24:07.086Z | Compiling daft v0.1.5 |
| 1646 | 2026-03-02T07:24:07.130Z | Compiling hubpack v0.1.2 |
| 1647 | 2026-03-02T07:24:07.474Z | Compiling cargo_metadata v0.19.2 |
| 1648 | 2026-03-02T07:24:07.600Z | Compiling phf v0.13.1 |
| 1649 | 2026-03-02T07:24:07.871Z | Compiling zone_cfg_derive v0.3.1 |
| 1650 | 2026-03-02T07:24:09.005Z | Compiling signal-hook-mio v0.2.5 |
| 1651 | 2026-03-02T07:24:09.846Z | Compiling zstd v0.13.3 |
| 1652 | 2026-03-02T07:24:10.250Z | Compiling cookie_store v0.22.1 |
| 1653 | 2026-03-02T07:24:10.360Z | Compiling hyper-tls v0.6.0 |
| 1654 | 2026-03-02T07:24:10.740Z | Compiling rayon v1.11.0 |
| 1655 | 2026-03-02T07:24:11.507Z | Compiling bzip2 v0.4.4 |
| 1656 | 2026-03-02T07:24:11.551Z | Compiling postgres-types v0.2.12 |
| 1657 | 2026-03-02T07:24:11.874Z | Compiling serde_with_macros v3.17.0 |
| 1658 | 2026-03-02T07:24:12.312Z | Compiling usdt-attr-macro v0.6.0 |
| 1659 | 2026-03-02T07:24:12.705Z | Compiling usdt-macro v0.6.0 |
| 1660 | 2026-03-02T07:24:13.254Z | Compiling ed25519 v2.2.3 |
| 1661 | 2026-03-02T07:24:13.781Z | Compiling dtrace-parser v0.2.0 |
| 1662 | 2026-03-02T07:24:14.042Z | Compiling phf_shared v0.11.3 |
| 1663 | 2026-03-02T07:24:14.067Z | Compiling itertools v0.12.1 |
| 1664 | 2026-03-02T07:24:14.384Z | Compiling bstr v1.12.1 |
| 1665 | 2026-03-02T07:24:14.520Z | Compiling pkcs1 v0.7.5 |
| 1666 | 2026-03-02T07:24:14.707Z | Compiling hex v0.4.3 |
| 1667 | 2026-03-02T07:24:15.015Z | Compiling serde-big-array v0.5.1 |
| 1668 | 2026-03-02T07:24:15.213Z | Compiling rfc6979 v0.4.0 |
| 1669 | 2026-03-02T07:24:15.238Z | Compiling serde_repr v0.1.20 |
| 1670 | 2026-03-02T07:24:15.288Z | Compiling clap_derive v4.5.55 |
| 1671 | 2026-03-02T07:24:15.381Z | Compiling enum-as-inner v0.6.1 |
| 1672 | 2026-03-02T07:24:15.421Z | Compiling strum_macros v0.26.4 |
| 1673 | 2026-03-02T07:24:15.683Z | Compiling float-cmp v0.10.0 |
| 1674 | 2026-03-02T07:24:15.922Z | Compiling memmap2 v0.9.10 |
| 1675 | 2026-03-02T07:24:16.134Z | Compiling thread-id v4.2.2 |
| 1676 | 2026-03-02T07:24:16.202Z | Compiling env_filter v1.0.0 |
| 1677 | 2026-03-02T07:24:16.266Z | Compiling encoding_rs v0.8.35 |
| 1678 | 2026-03-02T07:24:16.295Z | Compiling unit-prefix v0.5.2 |
| 1679 | 2026-03-02T07:24:16.519Z | Compiling normalize-line-endings v0.3.0 |
| 1680 | 2026-03-02T07:24:16.612Z | Compiling data-encoding v2.10.0 |
| 1681 | 2026-03-02T07:24:16.658Z | Compiling predicates-core v1.0.10 |
| 1682 | 2026-03-02T07:24:16.757Z | Compiling keccak v0.1.6 |
| 1683 | 2026-03-02T07:24:16.952Z | Compiling static_assertions v1.1.0 |
| 1684 | 2026-03-02T07:24:17.064Z | Compiling jiff v0.2.21 |
| 1685 | 2026-03-02T07:24:18.016Z | Compiling fixedbitset v0.4.2 |
| 1686 | 2026-03-02T07:24:18.040Z | Compiling difflib v0.4.0 |
| 1687 | 2026-03-02T07:24:18.323Z | Compiling fixedbitset v0.5.7 |
| 1688 | 2026-03-02T07:24:18.395Z | Compiling precomputed-hash v0.1.1 |
| 1689 | 2026-03-02T07:24:18.533Z | Compiling whoami v2.1.0 |
| 1690 | 2026-03-02T07:24:18.619Z | Compiling rustc-hash v2.1.1 |
| 1691 | 2026-03-02T07:24:18.698Z | Compiling mime v0.3.17 |
| 1692 | 2026-03-02T07:24:18.810Z | Compiling new_debug_unreachable v1.0.6 |
| 1693 | 2026-03-02T07:24:18.896Z | Compiling iddqd v0.3.17 |
| 1694 | 2026-03-02T07:24:18.972Z | Compiling tokio-postgres v0.7.16 |
| 1695 | 2026-03-02T07:24:19.133Z | Compiling string_cache v0.8.9 |
| 1696 | 2026-03-02T07:24:19.164Z | Compiling strum v0.26.3 |
| 1697 | 2026-03-02T07:24:19.216Z | Compiling petgraph v0.8.3 |
| 1698 | 2026-03-02T07:24:19.270Z | Compiling clap v4.5.60 |
| 1699 | 2026-03-02T07:24:19.361Z | Compiling predicates v3.1.4 |
| 1700 | 2026-03-02T07:24:19.392Z | Compiling petgraph v0.6.5 |
| 1701 | 2026-03-02T07:24:19.504Z | Compiling hickory-proto v0.25.2 |
| 1702 | 2026-03-02T07:24:20.595Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1703 | 2026-03-02T07:24:21.146Z | Compiling sha3 v0.10.8 |
| 1704 | 2026-03-02T07:24:22.004Z | Compiling toml_edit v0.22.27 |
| 1705 | 2026-03-02T07:24:22.423Z | Compiling env_logger v0.11.9 |
| 1706 | 2026-03-02T07:24:23.030Z | Compiling zip v4.6.1 |
| 1707 | 2026-03-02T07:24:23.135Z | Compiling indicatif v0.18.4 |
| 1708 | 2026-03-02T07:24:23.175Z | Compiling zone v0.3.1 |
| 1709 | 2026-03-02T07:24:24.446Z | Compiling usdt-impl v0.5.0 |
| 1710 | 2026-03-02T07:24:24.855Z | Compiling usdt v0.6.0 |
| 1711 | 2026-03-02T07:24:24.892Z | Compiling ecdsa v0.16.9 |
| 1712 | 2026-03-02T07:24:25.314Z | Compiling similar v2.7.0 |
| 1713 | 2026-03-02T07:24:25.534Z | Compiling serde_with v3.17.0 |
| 1714 | 2026-03-02T07:24:25.603Z | Compiling rsa v0.9.10 |
| 1715 | 2026-03-02T07:24:25.856Z | Compiling crossterm v0.28.1 |
| 1716 | 2026-03-02T07:24:25.899Z | Compiling ed25519-dalek v2.2.0 |
| 1717 | 2026-03-02T07:24:26.995Z | Compiling zip v0.6.6 |
| 1718 | 2026-03-02T07:24:27.547Z | Compiling toml v0.7.8 |
| 1719 | 2026-03-02T07:24:28.439Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1720 | 2026-03-02T07:24:28.544Z | Compiling itertools v0.13.0 |
| 1721 | 2026-03-02T07:24:28.694Z | Compiling tokio-stream v0.1.18 |
| 1722 | 2026-03-02T07:24:28.919Z | Compiling buf-list v1.1.2 |
| 1723 | 2026-03-02T07:24:29.124Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1724 | 2026-03-02T07:24:29.395Z | Compiling x509-cert v0.2.5 |
| 1725 | 2026-03-02T07:24:29.571Z | Compiling openapiv3 v2.2.0 |
| 1726 | 2026-03-02T07:24:29.706Z | Compiling sha1 v0.10.6 |
| 1727 | 2026-03-02T07:24:29.731Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1728 | 2026-03-02T07:24:30.058Z | Compiling lalrpop-util v0.19.12 |
| 1729 | 2026-03-02T07:24:30.232Z | Compiling peg-runtime v0.8.5 |
| 1730 | 2026-03-02T07:24:30.386Z | Compiling thread_local v1.1.9 |
| 1731 | 2026-03-02T07:24:30.748Z | Compiling slog-async v2.8.0 |
| 1732 | 2026-03-02T07:24:30.803Z | Compiling crossbeam-channel v0.5.15 |
| 1733 | 2026-03-02T07:24:31.024Z | Compiling futures-executor v0.3.32 |
| 1734 | 2026-03-02T07:24:31.250Z | Compiling filetime v0.2.27 |
| 1735 | 2026-03-02T07:24:31.463Z | Compiling is-terminal v0.4.17 |
| 1736 | 2026-03-02T07:24:31.528Z | Compiling take_mut v0.2.2 |
| 1737 | 2026-03-02T07:24:31.612Z | Compiling term v1.2.1 |
| 1738 | 2026-03-02T07:24:31.664Z | Compiling xattr v1.6.1 |
| 1739 | 2026-03-02T07:24:31.731Z | Compiling futures v0.3.32 |
| 1740 | 2026-03-02T07:24:31.939Z | Compiling tar v0.4.44 |
| 1741 | 2026-03-02T07:24:32.577Z | Compiling slog-term v2.9.2 |
| 1742 | 2026-03-02T07:24:41.604Z | Compiling rustls-webpki v0.103.9 |
| 1743 | 2026-03-02T07:24:47.617Z | Compiling tokio-rustls v0.26.4 |
| 1744 | 2026-03-02T07:24:47.617Z | Compiling rustls-platform-verifier v0.6.2 |
| 1745 | 2026-03-02T07:24:47.990Z | Compiling hyper-rustls v0.27.7 |
| 1746 | 2026-03-02T07:24:48.310Z | Compiling reqwest v0.13.2 |
| 1747 | 2026-03-02T07:24:48.310Z | Compiling reqwest v0.12.28 |
| 1748 | 2026-03-02T07:24:52.636Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1749 | 2026-03-02T07:24:52.999Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1750 | 2026-03-02T07:24:58.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s |
| 1751 | 2026-03-02T07:24:58.173Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1752 | 2026-03-02T07:24:58.250Z | Mar 02 07:24:57.577 INFO Starting download, target: Clickhouse |
| 1753 | 2026-03-02T07:24:58.250Z | Mar 02 07:24:57.578 INFO Starting download, target: Cockroach |
| 1754 | 2026-03-02T07:24:58.250Z | Mar 02 07:24:57.578 INFO Starting download, target: Console |
| 1755 | 2026-03-02T07:24:58.250Z | Mar 02 07:24:57.578 INFO Starting download, target: DendriteStub |
| 1756 | 2026-03-02T07:24:58.275Z | Mar 02 07:24:57.578 INFO Starting download, target: MaghemiteMgd |
| 1757 | 2026-03-02T07:24:58.275Z | Mar 02 07:24:57.578 INFO Starting download, target: TransceiverControl |
| 1758 | 2026-03-02T07:24:58.275Z | Mar 02 07:24:57.579 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1759 | 2026-03-02T07:24:58.275Z | Mar 02 07:24:57.579 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1760 | 2026-03-02T07:24:58.275Z | Mar 02 07:24:57.579 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1761 | 2026-03-02T07:24:58.275Z | Mar 02 07:24:57.579 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1762 | 2026-03-02T07:24:58.275Z | Mar 02 07:24:57.579 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1763 | 2026-03-02T07:24:58.275Z | Mar 02 07:24:57.580 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1764 | 2026-03-02T07:24:58.712Z | Mar 02 07:24:58.030 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1765 | 2026-03-02T07:24:59.264Z | Mar 02 07:24:58.574 INFO Download complete, target: Console |
| 1766 | 2026-03-02T07:25:00.794Z | Mar 02 07:25:00.121 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1767 | 2026-03-02T07:25:01.458Z | Mar 02 07:25:00.785 INFO Download complete, target: TransceiverControl |
| 1768 | 2026-03-02T07:25:02.800Z | Mar 02 07:25:02.128 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1769 | 2026-03-02T07:25:03.291Z | Mar 02 07:25:02.619 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1770 | 2026-03-02T07:25:03.394Z | Mar 02 07:25:02.722 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1771 | 2026-03-02T07:25:03.394Z | Mar 02 07:25:02.722 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1772 | 2026-03-02T07:25:08.170Z | Mar 02 07:25:07.485 INFO Download complete, target: DendriteStub |
| 1773 | 2026-03-02T07:25:08.716Z | Mar 02 07:25:08.041 INFO Download complete, target: MaghemiteMgd |
| 1774 | 2026-03-02T07:25:11.316Z | Mar 02 07:25:10.643 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1775 | 2026-03-02T07:25:15.314Z | Mar 02 07:25:14.642 INFO Checking that binary works, target: Cockroach |
| 1776 | 2026-03-02T07:25:15.492Z | Mar 02 07:25:14.820 INFO Download complete, target: Cockroach |
| 1777 | 2026-03-02T07:25:27.483Z | Mar 02 07:25:26.811 INFO Checking that binary works, target: Clickhouse |
| 1778 | 2026-03-02T07:25:27.688Z | Mar 02 07:25:27.016 INFO Download complete, target: Clickhouse |
| 1779 | 2026-03-02T07:25:27.713Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1780 | 2026-03-02T07:25:27.713Z | |
| 1781 | 2026-03-02T07:25:27.713Z | real 5:25.443338351 |
| 1782 | 2026-03-02T07:25:27.713Z | user 14:45.060866615 |
| 1783 | 2026-03-02T07:25:27.713Z | sys 2:30.373037675 |
| 1784 | 2026-03-02T07:25:27.713Z | trap 0.480588152 |
| 1785 | 2026-03-02T07:25:27.713Z | tflt 0.338641858 |
| 1786 | 2026-03-02T07:25:27.714Z | dflt 0.759603585 |
| 1787 | 2026-03-02T07:25:27.714Z | kflt 0.008230959 |
| 1788 | 2026-03-02T07:25:27.714Z | lock 35:36.712470861 |
| 1789 | 2026-03-02T07:25:27.714Z | slp 54:01.803537379 |
| 1790 | 2026-03-02T07:25:27.714Z | lat 1:06.643696605 |
| 1791 | 2026-03-02T07:25:27.714Z | stop 2:45.088475162 |
| 1792 | 2026-03-02T07:25:27.714Z | + banner hack-check |
| 1793 | 2026-03-02T07:25:27.739Z | |
| 1794 | 2026-03-02T07:25:27.739Z | # # ## #### # # #### # # ###### #### # # |
| 1795 | 2026-03-02T07:25:27.739Z | # # # # # # # # # # # # # # # # # |
| 1796 | 2026-03-02T07:25:27.739Z | ###### # # # #### ##### # ###### ##### # #### |
| 1797 | 2026-03-02T07:25:27.739Z | # # ###### # # # # # # # # # # |
| 1798 | 2026-03-02T07:25:27.739Z | # # # # # # # # # # # # # # # # # |
| 1799 | 2026-03-02T07:25:27.739Z | # # # # #### # # #### # # ###### #### # # |
| 1800 | 2026-03-02T07:25:27.739Z | |
| 1801 | 2026-03-02T07:25:27.739Z | + export CARGO_INCREMENTAL=0 |
| 1802 | 2026-03-02T07:25:27.739Z | + CARGO_INCREMENTAL=0 |
| 1803 | 2026-03-02T07:25:27.739Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1804 | 2026-03-02T07:25:28.827Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1805 | 2026-03-02T07:25:29.122Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1806 | 2026-03-02T07:25:32.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
| 1807 | 2026-03-02T07:25:32.976Z | Running `target/debug/xtask check-features --ci` |
| 1808 | 2026-03-02T07:25:33.014Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1809 | 2026-03-02T07:25:33.014Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1810 | 2026-03-02T07:25:33.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1811 | 2026-03-02T07:25:33.867Z | Running `target/debug/xtask download cargo-hack` |
| 1812 | 2026-03-02T07:25:35.086Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1813 | 2026-03-02T07:25:35.452Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1814 | 2026-03-02T07:25:39.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s |
| 1815 | 2026-03-02T07:25:39.997Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1816 | 2026-03-02T07:25:40.052Z | Mar 02 07:25:39.379 INFO Starting download, target: CargoHack |
| 1817 | 2026-03-02T07:25:40.081Z | Mar 02 07:25:39.380 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1818 | 2026-03-02T07:25:40.557Z | Mar 02 07:25:39.885 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1819 | 2026-03-02T07:25:40.679Z | Mar 02 07:25:40.007 INFO Download complete, target: CargoHack |
| 1820 | 2026-03-02T07:25:40.704Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1821 | 2026-03-02T07:25:40.729Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1822 | 2026-03-02T07:25:41.002Z | info: running `cargo check --bins` on api_identity (1/252) |
| 1823 | 2026-03-02T07:25:41.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1824 | 2026-03-02T07:25:41.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1825 | 2026-03-02T07:25:41.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1826 | 2026-03-02T07:25:41.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 1827 | 2026-03-02T07:25:41.977Z | |
| 1828 | 2026-03-02T07:25:41.977Z | info: running `cargo check --bins` on bootstore (2/252) |
| 1829 | 2026-03-02T07:25:42.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1830 | 2026-03-02T07:25:42.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1831 | 2026-03-02T07:25:42.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1832 | 2026-03-02T07:25:42.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 1833 | 2026-03-02T07:25:42.995Z | |
| 1834 | 2026-03-02T07:25:42.995Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/252) |
| 1835 | 2026-03-02T07:25:43.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1836 | 2026-03-02T07:25:43.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1837 | 2026-03-02T07:25:43.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1838 | 2026-03-02T07:25:43.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 1839 | 2026-03-02T07:25:43.990Z | |
| 1840 | 2026-03-02T07:25:43.990Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/252) |
| 1841 | 2026-03-02T07:25:44.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1842 | 2026-03-02T07:25:44.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1843 | 2026-03-02T07:25:44.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1844 | 2026-03-02T07:25:44.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 1845 | 2026-03-02T07:25:44.972Z | |
| 1846 | 2026-03-02T07:25:44.972Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/252) |
| 1847 | 2026-03-02T07:25:45.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1848 | 2026-03-02T07:25:45.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1849 | 2026-03-02T07:25:45.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1850 | 2026-03-02T07:25:45.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1851 | 2026-03-02T07:25:45.758Z | |
| 1852 | 2026-03-02T07:25:45.759Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/252) |
| 1853 | 2026-03-02T07:25:46.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2026-03-02T07:25:46.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2026-03-02T07:25:46.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2026-03-02T07:25:46.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1857 | 2026-03-02T07:25:46.541Z | |
| 1858 | 2026-03-02T07:25:46.541Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/252) |
| 1859 | 2026-03-02T07:25:47.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2026-03-02T07:25:47.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2026-03-02T07:25:47.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2026-03-02T07:25:47.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1863 | 2026-03-02T07:25:47.305Z | |
| 1864 | 2026-03-02T07:25:47.305Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/252) |
| 1865 | 2026-03-02T07:25:48.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2026-03-02T07:25:48.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2026-03-02T07:25:48.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2026-03-02T07:25:48.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1869 | 2026-03-02T07:25:48.081Z | |
| 1870 | 2026-03-02T07:25:48.081Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/252) |
| 1871 | 2026-03-02T07:25:48.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2026-03-02T07:25:48.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2026-03-02T07:25:48.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2026-03-02T07:25:48.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1875 | 2026-03-02T07:25:48.853Z | |
| 1876 | 2026-03-02T07:25:48.853Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/252) |
| 1877 | 2026-03-02T07:25:49.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2026-03-02T07:25:49.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2026-03-02T07:25:49.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2026-03-02T07:25:49.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1881 | 2026-03-02T07:25:49.640Z | |
| 1882 | 2026-03-02T07:25:49.640Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/252) |
| 1883 | 2026-03-02T07:25:50.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2026-03-02T07:25:50.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2026-03-02T07:25:50.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2026-03-02T07:25:50.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1887 | 2026-03-02T07:25:50.426Z | |
| 1888 | 2026-03-02T07:25:50.426Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/252) |
| 1889 | 2026-03-02T07:25:51.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2026-03-02T07:25:51.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2026-03-02T07:25:51.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2026-03-02T07:25:51.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1893 | 2026-03-02T07:25:51.213Z | |
| 1894 | 2026-03-02T07:25:51.213Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/252) |
| 1895 | 2026-03-02T07:25:51.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-03-02T07:25:51.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-03-02T07:25:51.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-03-02T07:25:51.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1899 | 2026-03-02T07:25:51.967Z | |
| 1900 | 2026-03-02T07:25:51.967Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/252) |
| 1901 | 2026-03-02T07:25:52.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-03-02T07:25:52.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-03-02T07:25:52.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-03-02T07:25:52.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1905 | 2026-03-02T07:25:52.738Z | |
| 1906 | 2026-03-02T07:25:52.738Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/252) |
| 1907 | 2026-03-02T07:25:53.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-03-02T07:25:53.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-03-02T07:25:53.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-03-02T07:25:53.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1911 | 2026-03-02T07:25:53.518Z | |
| 1912 | 2026-03-02T07:25:53.518Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/252) |
| 1913 | 2026-03-02T07:25:54.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-03-02T07:25:54.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-03-02T07:25:54.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-03-02T07:25:54.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1917 | 2026-03-02T07:25:54.302Z | |
| 1918 | 2026-03-02T07:25:54.303Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/252) |
| 1919 | 2026-03-02T07:25:55.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-03-02T07:25:55.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-03-02T07:25:55.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-03-02T07:25:55.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1923 | 2026-03-02T07:25:55.078Z | |
| 1924 | 2026-03-02T07:25:55.078Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/252) |
| 1925 | 2026-03-02T07:25:55.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-03-02T07:25:55.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-03-02T07:25:55.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-03-02T07:25:55.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1929 | 2026-03-02T07:25:55.886Z | |
| 1930 | 2026-03-02T07:25:55.886Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/252) |
| 1931 | 2026-03-02T07:25:56.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-03-02T07:25:56.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-03-02T07:25:56.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-03-02T07:25:56.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1935 | 2026-03-02T07:25:56.661Z | |
| 1936 | 2026-03-02T07:25:56.661Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/252) |
| 1937 | 2026-03-02T07:25:57.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-03-02T07:25:57.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-03-02T07:25:57.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-03-02T07:25:57.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1941 | 2026-03-02T07:25:57.430Z | |
| 1942 | 2026-03-02T07:25:57.430Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/252) |
| 1943 | 2026-03-02T07:25:58.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-03-02T07:25:58.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-03-02T07:25:58.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-03-02T07:25:58.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1947 | 2026-03-02T07:25:58.245Z | |
| 1948 | 2026-03-02T07:25:58.245Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/252) |
| 1949 | 2026-03-02T07:25:58.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-03-02T07:25:58.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-03-02T07:25:58.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-03-02T07:25:58.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1953 | 2026-03-02T07:25:59.030Z | |
| 1954 | 2026-03-02T07:25:59.030Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/252) |
| 1955 | 2026-03-02T07:25:59.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-03-02T07:25:59.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-03-02T07:25:59.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-03-02T07:25:59.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1959 | 2026-03-02T07:25:59.809Z | |
| 1960 | 2026-03-02T07:25:59.809Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/252) |
| 1961 | 2026-03-02T07:26:00.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-03-02T07:26:00.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-03-02T07:26:00.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-03-02T07:26:00.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1965 | 2026-03-02T07:26:00.631Z | |
| 1966 | 2026-03-02T07:26:00.631Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/252) |
| 1967 | 2026-03-02T07:26:01.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-03-02T07:26:01.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-03-02T07:26:01.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-03-02T07:26:01.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1971 | 2026-03-02T07:26:01.459Z | |
| 1972 | 2026-03-02T07:26:01.459Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/252) |
| 1973 | 2026-03-02T07:26:02.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-03-02T07:26:02.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-03-02T07:26:02.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-03-02T07:26:02.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1977 | 2026-03-02T07:26:02.251Z | |
| 1978 | 2026-03-02T07:26:02.251Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/252) |
| 1979 | 2026-03-02T07:26:02.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-03-02T07:26:03.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-03-02T07:26:03.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-03-02T07:26:03.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1983 | 2026-03-02T07:26:03.054Z | |
| 1984 | 2026-03-02T07:26:03.055Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/252) |
| 1985 | 2026-03-02T07:26:03.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-03-02T07:26:03.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-03-02T07:26:03.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-03-02T07:26:03.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1989 | 2026-03-02T07:26:03.864Z | |
| 1990 | 2026-03-02T07:26:03.865Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/252) |
| 1991 | 2026-03-02T07:26:04.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-03-02T07:26:04.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-03-02T07:26:04.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-03-02T07:26:04.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1995 | 2026-03-02T07:26:04.692Z | |
| 1996 | 2026-03-02T07:26:04.692Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/252) |
| 1997 | 2026-03-02T07:26:05.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-03-02T07:26:06.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-03-02T07:26:06.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-03-02T07:26:06.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2001 | 2026-03-02T07:26:06.508Z | |
| 2002 | 2026-03-02T07:26:06.508Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/252) |
| 2003 | 2026-03-02T07:26:06.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-03-02T07:26:06.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-03-02T07:26:06.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-03-02T07:26:06.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2007 | 2026-03-02T07:26:06.508Z | |
| 2008 | 2026-03-02T07:26:06.508Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/252) |
| 2009 | 2026-03-02T07:26:07.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-03-02T07:26:07.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-03-02T07:26:07.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-03-02T07:26:07.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2013 | 2026-03-02T07:26:07.147Z | |
| 2014 | 2026-03-02T07:26:07.147Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/252) |
| 2015 | 2026-03-02T07:26:07.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-03-02T07:26:07.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-03-02T07:26:07.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-03-02T07:26:07.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2019 | 2026-03-02T07:26:07.925Z | |
| 2020 | 2026-03-02T07:26:07.925Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/252) |
| 2021 | 2026-03-02T07:26:08.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-03-02T07:26:08.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-03-02T07:26:08.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-03-02T07:26:08.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2025 | 2026-03-02T07:26:08.727Z | |
| 2026 | 2026-03-02T07:26:08.727Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/252) |
| 2027 | 2026-03-02T07:26:09.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-03-02T07:26:09.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-03-02T07:26:09.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-03-02T07:26:09.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2031 | 2026-03-02T07:26:09.528Z | |
| 2032 | 2026-03-02T07:26:09.528Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/252) |
| 2033 | 2026-03-02T07:26:10.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-03-02T07:26:10.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-03-02T07:26:10.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-03-02T07:26:10.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2037 | 2026-03-02T07:26:10.365Z | |
| 2038 | 2026-03-02T07:26:10.365Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/252) |
| 2039 | 2026-03-02T07:26:11.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-03-02T07:26:11.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-03-02T07:26:11.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-03-02T07:26:11.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2043 | 2026-03-02T07:26:11.159Z | |
| 2044 | 2026-03-02T07:26:11.159Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/252) |
| 2045 | 2026-03-02T07:26:11.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-03-02T07:26:11.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-03-02T07:26:11.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-03-02T07:26:11.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2049 | 2026-03-02T07:26:11.949Z | |
| 2050 | 2026-03-02T07:26:11.949Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/252) |
| 2051 | 2026-03-02T07:26:12.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-03-02T07:26:12.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-03-02T07:26:12.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-03-02T07:26:12.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2055 | 2026-03-02T07:26:12.736Z | |
| 2056 | 2026-03-02T07:26:12.736Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/252) |
| 2057 | 2026-03-02T07:26:13.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-03-02T07:26:13.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-03-02T07:26:13.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-03-02T07:26:13.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2061 | 2026-03-02T07:26:13.515Z | |
| 2062 | 2026-03-02T07:26:13.515Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/252) |
| 2063 | 2026-03-02T07:26:14.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-03-02T07:26:14.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-03-02T07:26:14.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-03-02T07:26:14.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2067 | 2026-03-02T07:26:14.317Z | |
| 2068 | 2026-03-02T07:26:14.317Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/252) |
| 2069 | 2026-03-02T07:26:15.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-03-02T07:26:15.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-03-02T07:26:15.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-03-02T07:26:15.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2073 | 2026-03-02T07:26:15.134Z | |
| 2074 | 2026-03-02T07:26:15.134Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/252) |
| 2075 | 2026-03-02T07:26:15.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-03-02T07:26:15.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-03-02T07:26:15.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-03-02T07:26:15.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2079 | 2026-03-02T07:26:15.933Z | |
| 2080 | 2026-03-02T07:26:15.933Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/252) |
| 2081 | 2026-03-02T07:26:16.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-03-02T07:26:16.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-03-02T07:26:16.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-03-02T07:26:16.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2085 | 2026-03-02T07:26:16.752Z | |
| 2086 | 2026-03-02T07:26:16.752Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (45/252) |
| 2087 | 2026-03-02T07:26:17.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-03-02T07:26:17.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-03-02T07:26:17.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-03-02T07:26:17.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2091 | 2026-03-02T07:26:17.851Z | |
| 2092 | 2026-03-02T07:26:17.852Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/252) |
| 2093 | 2026-03-02T07:26:18.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-03-02T07:26:18.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-03-02T07:26:18.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-03-02T07:26:18.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2097 | 2026-03-02T07:26:18.917Z | |
| 2098 | 2026-03-02T07:26:18.917Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/252) |
| 2099 | 2026-03-02T07:26:19.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-03-02T07:26:19.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-03-02T07:26:19.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-03-02T07:26:19.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2103 | 2026-03-02T07:26:19.950Z | |
| 2104 | 2026-03-02T07:26:19.950Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/252) |
| 2105 | 2026-03-02T07:26:20.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-03-02T07:26:20.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-03-02T07:26:20.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-03-02T07:26:20.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2109 | 2026-03-02T07:26:21.011Z | |
| 2110 | 2026-03-02T07:26:21.011Z | info: running `cargo check --bins` on key-manager-types (49/252) |
| 2111 | 2026-03-02T07:26:21.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-03-02T07:26:21.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-03-02T07:26:21.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-03-02T07:26:21.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2115 | 2026-03-02T07:26:22.049Z | |
| 2116 | 2026-03-02T07:26:22.049Z | info: running `cargo check --bins` on oxlog (50/252) |
| 2117 | 2026-03-02T07:26:22.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-03-02T07:26:22.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-03-02T07:26:23.106Z | Checking cfg-if v1.0.4 |
| 2120 | 2026-03-02T07:26:23.106Z | Checking libc v0.2.180 |
| 2121 | 2026-03-02T07:26:23.106Z | Checking serde_core v1.0.228 |
| 2122 | 2026-03-02T07:26:23.167Z | Checking zeroize v1.8.2 |
| 2123 | 2026-03-02T07:26:23.193Z | Checking memchr v2.8.0 |
| 2124 | 2026-03-02T07:26:23.193Z | Checking log v0.4.29 |
| 2125 | 2026-03-02T07:26:23.218Z | Checking smallvec v1.15.1 |
| 2126 | 2026-03-02T07:26:23.243Z | Checking typenum v1.19.0 |
| 2127 | 2026-03-02T07:26:23.243Z | Checking subtle v2.6.1 |
| 2128 | 2026-03-02T07:26:23.410Z | Checking scopeguard v1.2.0 |
| 2129 | 2026-03-02T07:26:23.473Z | Checking itoa v1.0.17 |
| 2130 | 2026-03-02T07:26:23.498Z | Checking stable_deref_trait v1.2.1 |
| 2131 | 2026-03-02T07:26:23.526Z | Checking const-oid v0.9.6 |
| 2132 | 2026-03-02T07:26:23.562Z | Checking lock_api v0.4.14 |
| 2133 | 2026-03-02T07:26:23.603Z | Checking portable-atomic v1.13.1 |
| 2134 | 2026-03-02T07:26:23.710Z | Checking critical-section v1.2.0 |
| 2135 | 2026-03-02T07:26:23.851Z | Checking zerofrom v0.1.6 |
| 2136 | 2026-03-02T07:26:23.887Z | Checking pin-project-lite v0.2.17 |
| 2137 | 2026-03-02T07:26:23.916Z | Checking zerocopy v0.8.40 |
| 2138 | 2026-03-02T07:26:24.022Z | Checking libm v0.2.16 |
| 2139 | 2026-03-02T07:26:24.047Z | Checking yoke v0.8.1 |
| 2140 | 2026-03-02T07:26:24.093Z | Checking getrandom v0.2.17 |
| 2141 | 2026-03-02T07:26:24.167Z | Checking errno v0.3.14 |
| 2142 | 2026-03-02T07:26:24.322Z | Checking rand_core v0.6.4 |
| 2143 | 2026-03-02T07:26:24.347Z | Checking generic-array v0.14.7 |
| 2144 | 2026-03-02T07:26:24.371Z | Checking signal-hook-registry v1.4.8 |
| 2145 | 2026-03-02T07:26:24.422Z | Checking once_cell v1.21.3 |
| 2146 | 2026-03-02T07:26:24.605Z | Checking parking_lot_core v0.9.12 |
| 2147 | 2026-03-02T07:26:24.629Z | Checking zerovec v0.11.5 |
| 2148 | 2026-03-02T07:26:24.696Z | Checking mio v1.1.1 |
| 2149 | 2026-03-02T07:26:24.918Z | Checking parking_lot v0.12.5 |
| 2150 | 2026-03-02T07:26:24.943Z | Checking socket2 v0.6.2 |
| 2151 | 2026-03-02T07:26:25.259Z | Checking zmij v1.0.21 |
| 2152 | 2026-03-02T07:26:25.284Z | Checking percent-encoding v2.3.2 |
| 2153 | 2026-03-02T07:26:25.327Z | Checking crypto-common v0.1.7 |
| 2154 | 2026-03-02T07:26:25.400Z | Checking block-buffer v0.10.4 |
| 2155 | 2026-03-02T07:26:25.523Z | Checking equivalent v1.0.2 |
| 2156 | 2026-03-02T07:26:25.553Z | Checking tinystr v0.8.2 |
| 2157 | 2026-03-02T07:26:25.579Z | Checking litemap v0.8.1 |
| 2158 | 2026-03-02T07:26:25.579Z | Checking futures-core v0.3.32 |
| 2159 | 2026-03-02T07:26:25.657Z | Checking digest v0.10.7 |
| 2160 | 2026-03-02T07:26:25.684Z | Checking writeable v0.6.2 |
| 2161 | 2026-03-02T07:26:25.684Z | Checking allocator-api2 v0.2.21 |
| 2162 | 2026-03-02T07:26:25.813Z | Checking potential_utf v0.1.4 |
| 2163 | 2026-03-02T07:26:25.898Z | Checking num-traits v0.2.19 |
| 2164 | 2026-03-02T07:26:25.923Z | Checking zerotrie v0.2.3 |
| 2165 | 2026-03-02T07:26:25.975Z | Checking icu_locale_core v2.1.1 |
| 2166 | 2026-03-02T07:26:26.027Z | Checking cpufeatures v0.2.17 |
| 2167 | 2026-03-02T07:26:26.051Z | Checking foldhash v0.2.0 |
| 2168 | 2026-03-02T07:26:26.145Z | Checking icu_collections v2.1.1 |
| 2169 | 2026-03-02T07:26:26.251Z | Checking hmac v0.12.1 |
| 2170 | 2026-03-02T07:26:26.337Z | Checking hashbrown v0.16.1 |
| 2171 | 2026-03-02T07:26:26.373Z | Checking serde v1.0.228 |
| 2172 | 2026-03-02T07:26:26.398Z | Checking bitflags v2.11.0 |
| 2173 | 2026-03-02T07:26:26.491Z | Checking serde_json v1.0.149 |
| 2174 | 2026-03-02T07:26:26.704Z | Checking block-padding v0.3.3 |
| 2175 | 2026-03-02T07:26:26.737Z | Checking icu_normalizer_data v2.1.1 |
| 2176 | 2026-03-02T07:26:26.845Z | Checking icu_properties_data v2.1.2 |
| 2177 | 2026-03-02T07:26:26.897Z | Checking rand_core v0.10.0 |
| 2178 | 2026-03-02T07:26:27.040Z | Checking futures-sink v0.3.32 |
| 2179 | 2026-03-02T07:26:27.084Z | Checking icu_provider v2.1.1 |
| 2180 | 2026-03-02T07:26:27.138Z | Checking getrandom v0.4.1 |
| 2181 | 2026-03-02T07:26:27.163Z | Checking inout v0.1.4 |
| 2182 | 2026-03-02T07:26:27.197Z | Checking futures-channel v0.3.32 |
| 2183 | 2026-03-02T07:26:27.222Z | Checking bytes v1.11.1 |
| 2184 | 2026-03-02T07:26:27.305Z | Checking indexmap v2.13.0 |
| 2185 | 2026-03-02T07:26:27.380Z | Checking futures-task v0.3.32 |
| 2186 | 2026-03-02T07:26:27.408Z | Checking slab v0.4.12 |
| 2187 | 2026-03-02T07:26:27.494Z | Checking icu_normalizer v2.1.1 |
| 2188 | 2026-03-02T07:26:27.524Z | Checking icu_properties v2.1.2 |
| 2189 | 2026-03-02T07:26:27.604Z | Checking futures-io v0.3.32 |
| 2190 | 2026-03-02T07:26:27.652Z | Checking cipher v0.4.4 |
| 2191 | 2026-03-02T07:26:27.771Z | Checking futures-util v0.3.32 |
| 2192 | 2026-03-02T07:26:27.881Z | Checking sha2 v0.10.9 |
| 2193 | 2026-03-02T07:26:28.014Z | Checking getrandom v0.3.4 |
| 2194 | 2026-03-02T07:26:28.038Z | Checking byteorder v1.5.0 |
| 2195 | 2026-03-02T07:26:28.083Z | Checking tokio v1.49.0 |
| 2196 | 2026-03-02T07:26:28.243Z | Checking utf8_iter v1.0.4 |
| 2197 | 2026-03-02T07:26:28.377Z | Checking base64ct v1.8.3 |
| 2198 | 2026-03-02T07:26:28.410Z | Checking form_urlencoded v1.2.2 |
| 2199 | 2026-03-02T07:26:28.435Z | Checking fnv v1.0.7 |
| 2200 | 2026-03-02T07:26:28.435Z | Checking flagset v0.4.7 |
| 2201 | 2026-03-02T07:26:28.569Z | Checking rand_core v0.9.5 |
| 2202 | 2026-03-02T07:26:28.613Z | Checking http v1.4.0 |
| 2203 | 2026-03-02T07:26:28.647Z | Checking salsa20 v0.10.2 |
| 2204 | 2026-03-02T07:26:28.781Z | Checking pem-rfc7468 v0.7.0 |
| 2205 | 2026-03-02T07:26:28.851Z | Checking uuid v1.21.0 |
| 2206 | 2026-03-02T07:26:28.876Z | Checking pbkdf2 v0.12.2 |
| 2207 | 2026-03-02T07:26:29.033Z | Checking der v0.7.10 |
| 2208 | 2026-03-02T07:26:29.058Z | Checking scrypt v0.11.0 |
| 2209 | 2026-03-02T07:26:29.253Z | Checking idna_adapter v1.2.1 |
| 2210 | 2026-03-02T07:26:29.278Z | Checking aes v0.8.4 |
| 2211 | 2026-03-02T07:26:29.428Z | Checking cbc v0.1.2 |
| 2212 | 2026-03-02T07:26:29.453Z | Checking idna v1.1.0 |
| 2213 | 2026-03-02T07:26:29.618Z | Checking rustix v1.1.3 |
| 2214 | 2026-03-02T07:26:29.662Z | Checking tracing-core v0.1.36 |
| 2215 | 2026-03-02T07:26:29.859Z | Checking url v2.5.8 |
| 2216 | 2026-03-02T07:26:29.980Z | Checking rustls-pki-types v1.14.0 |
| 2217 | 2026-03-02T07:26:30.217Z | Checking iana-time-zone v0.1.65 |
| 2218 | 2026-03-02T07:26:30.346Z | Checking ppv-lite86 v0.2.21 |
| 2219 | 2026-03-02T07:26:30.383Z | Checking regex-syntax v0.8.10 |
| 2220 | 2026-03-02T07:26:30.428Z | Checking spki v0.7.3 |
| 2221 | 2026-03-02T07:26:30.524Z | Checking chrono v0.4.44 |
| 2222 | 2026-03-02T07:26:30.636Z | Checking tracing v0.1.44 |
| 2223 | 2026-03-02T07:26:30.693Z | Checking pkcs5 v0.7.1 |
| 2224 | 2026-03-02T07:26:30.953Z | Checking http-body v1.0.1 |
| 2225 | 2026-03-02T07:26:30.977Z | Checking rand_chacha v0.9.0 |
| 2226 | 2026-03-02T07:26:31.125Z | Checking aws-lc-sys v0.37.1 |
| 2227 | 2026-03-02T07:26:31.157Z | Checking untrusted v0.9.0 |
| 2228 | 2026-03-02T07:26:31.294Z | Checking rand v0.9.2 |
| 2229 | 2026-03-02T07:26:31.319Z | Checking base64 v0.22.1 |
| 2230 | 2026-03-02T07:26:31.362Z | Checking openssl-probe v0.2.1 |
| 2231 | 2026-03-02T07:26:31.516Z | Checking untrusted v0.7.1 |
| 2232 | 2026-03-02T07:26:31.630Z | Checking ring v0.17.14 |
| 2233 | 2026-03-02T07:26:31.683Z | Checking pkcs8 v0.10.2 |
| 2234 | 2026-03-02T07:26:31.733Z | Checking atomic-waker v1.1.2 |
| 2235 | 2026-03-02T07:26:31.871Z | Checking try-lock v0.2.5 |
| 2236 | 2026-03-02T07:26:31.979Z | Checking tinyvec_macros v0.1.1 |
| 2237 | 2026-03-02T07:26:32.004Z | Checking plain v0.2.3 |
| 2238 | 2026-03-02T07:26:32.075Z | Checking tower-service v0.3.3 |
| 2239 | 2026-03-02T07:26:32.137Z | Checking tower-layer v0.3.3 |
| 2240 | 2026-03-02T07:26:32.162Z | Checking tinyvec v1.10.0 |
| 2241 | 2026-03-02T07:26:32.196Z | Checking want v0.3.1 |
| 2242 | 2026-03-02T07:26:32.221Z | Checking ipnet v2.11.0 |
| 2243 | 2026-03-02T07:26:32.372Z | Checking semver v1.0.27 |
| 2244 | 2026-03-02T07:26:32.397Z | Checking httparse v1.10.1 |
| 2245 | 2026-03-02T07:26:32.543Z | Checking aws-lc-rs v1.16.0 |
| 2246 | 2026-03-02T07:26:32.681Z | Checking spin v0.9.8 |
| 2247 | 2026-03-02T07:26:32.717Z | Checking ucd-trie v0.1.7 |
| 2248 | 2026-03-02T07:26:32.744Z | Checking unicode-ident v1.0.24 |
| 2249 | 2026-03-02T07:26:32.784Z | Checking fastrand v2.3.0 |
| 2250 | 2026-03-02T07:26:32.893Z | Checking foreign-types-shared v0.1.1 |
| 2251 | 2026-03-02T07:26:32.921Z | Checking httpdate v1.0.3 |
| 2252 | 2026-03-02T07:26:32.945Z | Checking pin-utils v0.1.0 |
| 2253 | 2026-03-02T07:26:32.993Z | Checking dyn-clone v1.0.20 |
| 2254 | 2026-03-02T07:26:33.017Z | Checking foreign-types v0.3.2 |
| 2255 | 2026-03-02T07:26:33.044Z | Checking pest v2.8.6 |
| 2256 | 2026-03-02T07:26:33.080Z | Checking tempfile v3.25.0 |
| 2257 | 2026-03-02T07:26:33.132Z | Checking proc-macro2 v1.0.106 |
| 2258 | 2026-03-02T07:26:33.165Z | Checking schemars v0.8.22 |
| 2259 | 2026-03-02T07:26:33.190Z | Checking crossbeam-utils v0.8.21 |
| 2260 | 2026-03-02T07:26:33.416Z | Checking openssl-sys v0.9.111 |
| 2261 | 2026-03-02T07:26:33.508Z | Checking thiserror v2.0.18 |
| 2262 | 2026-03-02T07:26:33.654Z | Checking wait-timeout v0.2.1 |
| 2263 | 2026-03-02T07:26:33.726Z | Checking aho-corasick v1.1.4 |
| 2264 | 2026-03-02T07:26:33.796Z | Checking siphasher v1.0.2 |
| 2265 | 2026-03-02T07:26:33.838Z | Checking bit-vec v0.8.0 |
| 2266 | 2026-03-02T07:26:34.071Z | Checking anstyle v1.0.13 |
| 2267 | 2026-03-02T07:26:34.157Z | Checking either v1.15.0 |
| 2268 | 2026-03-02T07:26:34.182Z | Checking rustls-webpki v0.103.9 |
| 2269 | 2026-03-02T07:26:34.271Z | Checking tokio-util v0.7.18 |
| 2270 | 2026-03-02T07:26:34.381Z | Checking powerfmt v0.2.0 |
| 2271 | 2026-03-02T07:26:34.468Z | Checking utf8parse v0.2.2 |
| 2272 | 2026-03-02T07:26:34.493Z | Checking pretty-hex v0.4.1 |
| 2273 | 2026-03-02T07:26:34.493Z | Checking simd-adler32 v0.3.8 |
| 2274 | 2026-03-02T07:26:34.616Z | Checking quick-error v1.2.3 |
| 2275 | 2026-03-02T07:26:34.655Z | Checking deranged v0.5.8 |
| 2276 | 2026-03-02T07:26:34.679Z | Checking anstyle-parse v0.2.7 |
| 2277 | 2026-03-02T07:26:34.769Z | Checking rusty-fork v0.3.1 |
| 2278 | 2026-03-02T07:26:34.807Z | Checking openssl v0.10.75 |
| 2279 | 2026-03-02T07:26:34.929Z | Checking bit-set v0.8.0 |
| 2280 | 2026-03-02T07:26:34.962Z | Checking rustls v0.23.37 |
| 2281 | 2026-03-02T07:26:35.042Z | Checking crossbeam-epoch v0.9.18 |
| 2282 | 2026-03-02T07:26:35.084Z | Checking regex-automata v0.4.14 |
| 2283 | 2026-03-02T07:26:35.108Z | Checking quote v1.0.44 |
| 2284 | 2026-03-02T07:26:35.167Z | Compiling newtype-uuid v1.3.2 |
| 2285 | 2026-03-02T07:26:35.411Z | Checking unicode-normalization v0.1.25 |
| 2286 | 2026-03-02T07:26:35.440Z | Checking rustls-native-certs v0.8.3 |
| 2287 | 2026-03-02T07:26:35.465Z | Checking rand_xorshift v0.4.0 |
| 2288 | 2026-03-02T07:26:35.490Z | Checking h2 v0.4.13 |
| 2289 | 2026-03-02T07:26:35.636Z | Checking thiserror v1.0.69 |
| 2290 | 2026-03-02T07:26:35.661Z | Checking crc32fast v1.5.0 |
| 2291 | 2026-03-02T07:26:35.779Z | Checking scroll v0.13.0 |
| 2292 | 2026-03-02T07:26:35.872Z | Checking signature v2.2.0 |
| 2293 | 2026-03-02T07:26:36.057Z | Checking sync_wrapper v1.0.2 |
| 2294 | 2026-03-02T07:26:36.102Z | Checking colorchoice v1.0.4 |
| 2295 | 2026-03-02T07:26:36.179Z | Checking num-conv v0.2.0 |
| 2296 | 2026-03-02T07:26:36.216Z | Checking adler2 v2.0.1 |
| 2297 | 2026-03-02T07:26:36.252Z | Checking num_threads v0.1.7 |
| 2298 | 2026-03-02T07:26:36.375Z | Checking anstyle-query v1.1.5 |
| 2299 | 2026-03-02T07:26:36.400Z | Checking unicode-properties v0.1.4 |
| 2300 | 2026-03-02T07:26:36.400Z | Checking unarray v0.1.4 |
| 2301 | 2026-03-02T07:26:36.505Z | Checking is_terminal_polyfill v1.70.2 |
| 2302 | 2026-03-02T07:26:36.582Z | Checking unicode-bidi v0.3.18 |
| 2303 | 2026-03-02T07:26:36.609Z | Checking time-core v0.1.8 |
| 2304 | 2026-03-02T07:26:36.634Z | Checking anstream v0.6.21 |
| 2305 | 2026-03-02T07:26:36.708Z | Checking proptest v1.10.0 |
| 2306 | 2026-03-02T07:26:36.866Z | Checking time v0.3.47 |
| 2307 | 2026-03-02T07:26:36.959Z | Checking miniz_oxide v0.8.9 |
| 2308 | 2026-03-02T07:26:37.078Z | Checking stringprep v0.1.5 |
| 2309 | 2026-03-02T07:26:37.314Z | Checking tower v0.5.3 |
| 2310 | 2026-03-02T07:26:37.596Z | Checking goblin v0.10.5 |
| 2311 | 2026-03-02T07:26:37.992Z | Checking crossbeam-deque v0.8.6 |
| 2312 | 2026-03-02T07:26:38.291Z | Checking syn v2.0.117 |
| 2313 | 2026-03-02T07:26:38.625Z | Compiling daft v0.1.5 |
| 2314 | 2026-03-02T07:26:38.984Z | Checking native-tls v0.2.18 |
| 2315 | 2026-03-02T07:26:39.086Z | Checking ipnetwork v0.21.1 |
| 2316 | 2026-03-02T07:26:39.112Z | Checking http-body-util v0.1.3 |
| 2317 | 2026-03-02T07:26:39.260Z | Checking rand_chacha v0.3.1 |
| 2318 | 2026-03-02T07:26:39.364Z | Checking tokio-rustls v0.26.4 |
| 2319 | 2026-03-02T07:26:39.429Z | Checking webpki-roots v1.0.6 |
| 2320 | 2026-03-02T07:26:39.467Z | Checking scroll v0.12.0 |
| 2321 | 2026-03-02T07:26:39.605Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2322 | 2026-03-02T07:26:39.629Z | Checking hash32 v0.2.1 |
| 2323 | 2026-03-02T07:26:39.737Z | Checking toml_datetime v0.6.11 |
| 2324 | 2026-03-02T07:26:39.801Z | Checking serde_spanned v0.6.9 |
| 2325 | 2026-03-02T07:26:39.861Z | Checking num-integer v0.1.46 |
| 2326 | 2026-03-02T07:26:39.901Z | Checking md-5 v0.10.6 |
| 2327 | 2026-03-02T07:26:39.988Z | Checking ff v0.13.1 |
| 2328 | 2026-03-02T07:26:40.035Z | Checking psl-types v2.0.11 |
| 2329 | 2026-03-02T07:26:40.112Z | Checking fallible-iterator v0.2.0 |
| 2330 | 2026-03-02T07:26:40.191Z | Checking zlib-rs v0.6.2 |
| 2331 | 2026-03-02T07:26:40.221Z | Checking base16ct v0.2.0 |
| 2332 | 2026-03-02T07:26:40.272Z | Checking ryu v1.0.23 |
| 2333 | 2026-03-02T07:26:40.329Z | Checking iri-string v0.7.10 |
| 2334 | 2026-03-02T07:26:40.427Z | Checking sec1 v0.7.3 |
| 2335 | 2026-03-02T07:26:40.504Z | Checking hyper v1.8.1 |
| 2336 | 2026-03-02T07:26:40.529Z | Checking serde_urlencoded v0.7.1 |
| 2337 | 2026-03-02T07:26:40.642Z | Checking postgres-protocol v0.6.10 |
| 2338 | 2026-03-02T07:26:40.883Z | Checking num-iter v0.1.45 |
| 2339 | 2026-03-02T07:26:41.006Z | Checking publicsuffix v2.3.0 |
| 2340 | 2026-03-02T07:26:41.040Z | Checking group v0.13.0 |
| 2341 | 2026-03-02T07:26:41.220Z | Compiling iddqd v0.3.17 |
| 2342 | 2026-03-02T07:26:41.267Z | Checking heapless v0.7.17 |
| 2343 | 2026-03-02T07:26:41.292Z | Checking goblin v0.8.2 |
| 2344 | 2026-03-02T07:26:41.905Z | Checking flate2 v1.1.9 |
| 2345 | 2026-03-02T07:26:42.090Z | Checking zstd-safe v7.2.4 |
| 2346 | 2026-03-02T07:26:42.167Z | Checking hyper-util v0.1.20 |
| 2347 | 2026-03-02T07:26:42.356Z | Checking rand v0.8.5 |
| 2348 | 2026-03-02T07:26:42.424Z | Checking tower-http v0.6.8 |
| 2349 | 2026-03-02T07:26:42.449Z | Checking dof v0.4.0 |
| 2350 | 2026-03-02T07:26:42.474Z | Checking oxnet v0.1.4 |
| 2351 | 2026-03-02T07:26:42.842Z | Checking tokio-native-tls v0.3.1 |
| 2352 | 2026-03-02T07:26:42.902Z | Checking cookie v0.18.1 |
| 2353 | 2026-03-02T07:26:43.081Z | Checking rayon-core v1.13.0 |
| 2354 | 2026-03-02T07:26:43.169Z | Checking dtrace-parser v0.3.0 |
| 2355 | 2026-03-02T07:26:43.300Z | Checking phf_shared v0.13.1 |
| 2356 | 2026-03-02T07:26:43.330Z | Checking lazy_static v1.5.0 |
| 2357 | 2026-03-02T07:26:43.376Z | Checking terminal_size v0.4.3 |
| 2358 | 2026-03-02T07:26:43.461Z | Checking zerocopy v0.7.35 |
| 2359 | 2026-03-02T07:26:43.535Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2360 | 2026-03-02T07:26:43.575Z | Checking signal-hook v0.3.18 |
| 2361 | 2026-03-02T07:26:43.662Z | Checking hkdf v0.12.4 |
| 2362 | 2026-03-02T07:26:43.687Z | Checking crypto-bigint v0.5.5 |
| 2363 | 2026-03-02T07:26:43.687Z | Checking thread-id v5.1.0 |
| 2364 | 2026-03-02T07:26:43.820Z | Checking bitflags v1.3.2 |
| 2365 | 2026-03-02T07:26:43.865Z | Checking clap_lex v1.0.0 |
| 2366 | 2026-03-02T07:26:43.890Z | Checking managed v0.8.0 |
| 2367 | 2026-03-02T07:26:43.915Z | Checking strsim v0.11.1 |
| 2368 | 2026-03-02T07:26:43.940Z | Checking winnow v0.5.40 |
| 2369 | 2026-03-02T07:26:44.105Z | Checking winnow v0.7.14 |
| 2370 | 2026-03-02T07:26:44.175Z | Checking libbz2-rs-sys v0.2.2 |
| 2371 | 2026-03-02T07:26:44.218Z | Checking unicode-width v0.2.0 |
| 2372 | 2026-03-02T07:26:44.388Z | Checking hyper-rustls v0.27.7 |
| 2373 | 2026-03-02T07:26:44.493Z | Checking bumpalo v3.20.2 |
| 2374 | 2026-03-02T07:26:44.620Z | Checking foldhash v0.1.5 |
| 2375 | 2026-03-02T07:26:44.729Z | Checking console v0.16.2 |
| 2376 | 2026-03-02T07:26:44.845Z | Checking zopfli v0.8.3 |
| 2377 | 2026-03-02T07:26:44.870Z | Checking hashbrown v0.15.5 |
| 2378 | 2026-03-02T07:26:44.895Z | Checking bzip2 v0.6.1 |
| 2379 | 2026-03-02T07:26:45.139Z | Checking hyper-tls v0.6.0 |
| 2380 | 2026-03-02T07:26:45.251Z | Checking dof v0.3.0 |
| 2381 | 2026-03-02T07:26:45.276Z | Checking smoltcp v0.9.1 |
| 2382 | 2026-03-02T07:26:45.395Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2383 | 2026-03-02T07:26:45.452Z | Checking clap_builder v4.5.60 |
| 2384 | 2026-03-02T07:26:45.669Z | Checking signal-hook-mio v0.2.5 |
| 2385 | 2026-03-02T07:26:45.767Z | Checking usdt-impl v0.6.0 |
| 2386 | 2026-03-02T07:26:45.801Z | Checking phf v0.13.1 |
| 2387 | 2026-03-02T07:26:45.826Z | Checking rayon v1.11.0 |
| 2388 | 2026-03-02T07:26:45.939Z | Checking elliptic-curve v0.13.8 |
| 2389 | 2026-03-02T07:26:46.054Z | Checking bzip2 v0.4.4 |
| 2390 | 2026-03-02T07:26:46.223Z | Checking toml_edit v0.19.15 |
| 2391 | 2026-03-02T07:26:46.248Z | Checking num-bigint-dig v0.8.6 |
| 2392 | 2026-03-02T07:26:46.322Z | Checking cookie_store v0.22.1 |
| 2393 | 2026-03-02T07:26:46.458Z | Checking zstd v0.13.3 |
| 2394 | 2026-03-02T07:26:46.485Z | Checking postgres-types v0.2.12 |
| 2395 | 2026-03-02T07:26:46.771Z | Checking rustls-platform-verifier v0.6.2 |
| 2396 | 2026-03-02T07:26:46.797Z | Checking regex v1.12.3 |
| 2397 | 2026-03-02T07:26:46.875Z | Checking bstr v1.12.1 |
| 2398 | 2026-03-02T07:26:46.969Z | Checking ed25519 v2.2.3 |
| 2399 | 2026-03-02T07:26:47.038Z | Checking dtrace-parser v0.2.0 |
| 2400 | 2026-03-02T07:26:47.245Z | Checking itertools v0.12.1 |
| 2401 | 2026-03-02T07:26:47.276Z | Checking phf_shared v0.11.3 |
| 2402 | 2026-03-02T07:26:47.425Z | Checking ref-cast v1.0.25 |
| 2403 | 2026-03-02T07:26:47.523Z | Checking curve25519-dalek v4.1.3 |
| 2404 | 2026-03-02T07:26:47.556Z | Checking strum v0.27.2 |
| 2405 | 2026-03-02T07:26:47.602Z | Checking hubpack v0.1.2 |
| 2406 | 2026-03-02T07:26:47.714Z | Checking rustix v0.38.44 |
| 2407 | 2026-03-02T07:26:47.833Z | Checking pkcs1 v0.7.5 |
| 2408 | 2026-03-02T07:26:47.877Z | Checking hex v0.4.3 |
| 2409 | 2026-03-02T07:26:47.941Z | Checking serde-big-array v0.5.1 |
| 2410 | 2026-03-02T07:26:48.152Z | Checking erased-serde v0.3.31 |
| 2411 | 2026-03-02T07:26:48.210Z | Checking float-cmp v0.10.0 |
| 2412 | 2026-03-02T07:26:48.318Z | Checking rfc6979 v0.4.0 |
| 2413 | 2026-03-02T07:26:48.344Z | Checking memmap2 v0.9.10 |
| 2414 | 2026-03-02T07:26:48.414Z | Checking thread-id v4.2.2 |
| 2415 | 2026-03-02T07:26:48.495Z | Checking env_filter v1.0.0 |
| 2416 | 2026-03-02T07:26:48.535Z | Checking encoding_rs v0.8.35 |
| 2417 | 2026-03-02T07:26:48.609Z | Checking data-encoding v2.10.0 |
| 2418 | 2026-03-02T07:26:48.719Z | Checking fixedbitset v0.5.7 |
| 2419 | 2026-03-02T07:26:48.779Z | Checking difflib v0.4.0 |
| 2420 | 2026-03-02T07:26:48.989Z | Checking whoami v2.1.0 |
| 2421 | 2026-03-02T07:26:49.013Z | Checking unicode-segmentation v1.12.0 |
| 2422 | 2026-03-02T07:26:49.057Z | Checking normalize-line-endings v0.3.0 |
| 2423 | 2026-03-02T07:26:49.082Z | Checking static_assertions v1.1.0 |
| 2424 | 2026-03-02T07:26:49.106Z | Checking rustc-hash v2.1.1 |
| 2425 | 2026-03-02T07:26:49.173Z | Checking unit-prefix v0.5.2 |
| 2426 | 2026-03-02T07:26:49.198Z | Checking mime v0.3.17 |
| 2427 | 2026-03-02T07:26:49.243Z | Checking keccak v0.1.6 |
| 2428 | 2026-03-02T07:26:49.274Z | Checking new_debug_unreachable v1.0.6 |
| 2429 | 2026-03-02T07:26:49.320Z | Checking predicates-core v1.0.10 |
| 2430 | 2026-03-02T07:26:49.352Z | Checking precomputed-hash v0.1.1 |
| 2431 | 2026-03-02T07:26:49.377Z | Checking jiff v0.2.21 |
| 2432 | 2026-03-02T07:26:49.401Z | Checking toml_write v0.1.2 |
| 2433 | 2026-03-02T07:26:49.479Z | Checking fixedbitset v0.4.2 |
| 2434 | 2026-03-02T07:26:49.504Z | Checking string_cache v0.8.9 |
| 2435 | 2026-03-02T07:26:49.528Z | Checking predicates v3.1.4 |
| 2436 | 2026-03-02T07:26:49.553Z | Checking similar v2.7.0 |
| 2437 | 2026-03-02T07:26:49.578Z | Checking sha3 v0.10.8 |
| 2438 | 2026-03-02T07:26:49.679Z | Checking toml_edit v0.22.27 |
| 2439 | 2026-03-02T07:26:49.736Z | Checking petgraph v0.6.5 |
| 2440 | 2026-03-02T07:26:49.770Z | Checking indicatif v0.18.4 |
| 2441 | 2026-03-02T07:26:49.920Z | Checking crossterm v0.28.1 |
| 2442 | 2026-03-02T07:26:50.054Z | Checking tokio-postgres v0.7.16 |
| 2443 | 2026-03-02T07:26:50.299Z | Checking reqwest v0.12.28 |
| 2444 | 2026-03-02T07:26:50.438Z | Checking zone v0.3.1 |
| 2445 | 2026-03-02T07:26:51.099Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2446 | 2026-03-02T07:26:51.262Z | Checking hickory-proto v0.25.2 |
| 2447 | 2026-03-02T07:26:51.859Z | Checking petgraph v0.8.3 |
| 2448 | 2026-03-02T07:26:51.884Z | Checking ed25519-dalek v2.2.0 |
| 2449 | 2026-03-02T07:26:51.884Z | Checking slog v2.8.2 |
| 2450 | 2026-03-02T07:26:52.155Z | Checking env_logger v0.11.9 |
| 2451 | 2026-03-02T07:26:52.274Z | Checking usdt v0.6.0 |
| 2452 | 2026-03-02T07:26:52.341Z | Checking usdt-impl v0.5.0 |
| 2453 | 2026-03-02T07:26:52.384Z | Checking ecdsa v0.16.9 |
| 2454 | 2026-03-02T07:26:52.474Z | Checking toml v0.7.8 |
| 2455 | 2026-03-02T07:26:52.520Z | Checking serde_with v3.17.0 |
| 2456 | 2026-03-02T07:26:52.789Z | Checking rsa v0.9.10 |
| 2457 | 2026-03-02T07:26:52.994Z | Checking clap v4.5.60 |
| 2458 | 2026-03-02T07:26:53.056Z | Checking reqwest v0.13.2 |
| 2459 | 2026-03-02T07:26:53.127Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2460 | 2026-03-02T07:26:53.613Z | Checking zip v0.6.6 |
| 2461 | 2026-03-02T07:26:53.731Z | Checking strum v0.26.3 |
| 2462 | 2026-03-02T07:26:53.852Z | Checking zip v4.6.1 |
| 2463 | 2026-03-02T07:26:53.885Z | Checking tokio-stream v0.1.18 |
| 2464 | 2026-03-02T07:26:54.197Z | Checking fs-err v3.3.0 |
| 2465 | 2026-03-02T07:26:54.528Z | Checking ahash v0.8.12 |
| 2466 | 2026-03-02T07:26:54.553Z | Checking object v0.37.3 |
| 2467 | 2026-03-02T07:26:54.683Z | Checking itertools v0.13.0 |
| 2468 | 2026-03-02T07:26:54.860Z | Checking buf-list v1.1.2 |
| 2469 | 2026-03-02T07:26:54.884Z | Checking anyhow v1.0.102 |
| 2470 | 2026-03-02T07:26:55.003Z | Checking camino v1.2.2 |
| 2471 | 2026-03-02T07:26:55.167Z | Checking x509-cert v0.2.5 |
| 2472 | 2026-03-02T07:26:55.223Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2473 | 2026-03-02T07:26:55.477Z | Checking openapiv3 v2.2.0 |
| 2474 | 2026-03-02T07:26:55.502Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2475 | 2026-03-02T07:26:55.544Z | Checking sha1 v0.10.6 |
| 2476 | 2026-03-02T07:26:55.722Z | Checking peg-runtime v0.8.5 |
| 2477 | 2026-03-02T07:26:55.809Z | Checking lalrpop-util v0.19.12 |
| 2478 | 2026-03-02T07:26:55.862Z | Checking sigpipe v0.1.3 |
| 2479 | 2026-03-02T07:26:55.940Z | Checking glob v0.3.3 |
| 2480 | 2026-03-02T07:26:59.592Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2481 | 2026-03-02T07:27:00.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.01s |
| 2482 | 2026-03-02T07:27:00.247Z | |
| 2483 | 2026-03-02T07:27:00.247Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (51/252) |
| 2484 | 2026-03-02T07:27:01.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2485 | 2026-03-02T07:27:01.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2486 | 2026-03-02T07:27:01.592Z | Checking newtype-uuid v1.3.2 |
| 2487 | 2026-03-02T07:27:01.624Z | Compiling structmeta-derive v0.3.0 |
| 2488 | 2026-03-02T07:27:01.624Z | Compiling rustls v0.22.4 |
| 2489 | 2026-03-02T07:27:01.669Z | Checking regress v0.10.5 |
| 2490 | 2026-03-02T07:27:01.694Z | Compiling multer v3.1.0 |
| 2491 | 2026-03-02T07:27:01.718Z | Compiling newtype-uuid-macros v0.1.0 |
| 2492 | 2026-03-02T07:27:01.718Z | Compiling async-stream-impl v0.3.6 |
| 2493 | 2026-03-02T07:27:01.744Z | Checking futures-executor v0.3.32 |
| 2494 | 2026-03-02T07:27:01.934Z | Checking daft v0.1.5 |
| 2495 | 2026-03-02T07:27:01.987Z | Compiling dropshot v0.16.7 |
| 2496 | 2026-03-02T07:27:02.046Z | Checking futures v0.3.32 |
| 2497 | 2026-03-02T07:27:02.161Z | Compiling dropshot_endpoint v0.16.7 |
| 2498 | 2026-03-02T07:27:02.349Z | Checking iddqd v0.3.17 |
| 2499 | 2026-03-02T07:27:02.378Z | Checking thread_local v1.1.9 |
| 2500 | 2026-03-02T07:27:02.640Z | Checking crossbeam-channel v0.5.15 |
| 2501 | 2026-03-02T07:27:02.692Z | Checking is-terminal v0.4.17 |
| 2502 | 2026-03-02T07:27:02.820Z | Checking term v1.2.1 |
| 2503 | 2026-03-02T07:27:02.978Z | Checking take_mut v0.2.2 |
| 2504 | 2026-03-02T07:27:03.164Z | Checking rustls-webpki v0.102.8 |
| 2505 | 2026-03-02T07:27:03.222Z | Checking slog-term v2.9.2 |
| 2506 | 2026-03-02T07:27:03.251Z | Checking slog-async v2.8.0 |
| 2507 | 2026-03-02T07:27:03.502Z | Compiling structmeta v0.3.0 |
| 2508 | 2026-03-02T07:27:03.526Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2509 | 2026-03-02T07:27:03.684Z | Checking serde_spanned v1.0.4 |
| 2510 | 2026-03-02T07:27:03.786Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2511 | 2026-03-02T07:27:03.846Z | Compiling derive-ex v0.1.8 |
| 2512 | 2026-03-02T07:27:03.881Z | Compiling parse-display-derive v0.10.0 |
| 2513 | 2026-03-02T07:27:03.959Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2514 | 2026-03-02T07:27:04.075Z | Checking match_cfg v0.1.0 |
| 2515 | 2026-03-02T07:27:04.100Z | Checking debug-ignore v1.0.5 |
| 2516 | 2026-03-02T07:27:04.100Z | Checking toml v0.9.12+spec-1.1.0 |
| 2517 | 2026-03-02T07:27:04.182Z | Checking hostname v0.3.1 |
| 2518 | 2026-03-02T07:27:04.255Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2519 | 2026-03-02T07:27:04.321Z | Checking slog-json v2.6.1 |
| 2520 | 2026-03-02T07:27:04.548Z | Checking macaddr v1.0.1 |
| 2521 | 2026-03-02T07:27:04.834Z | Checking slog-bunyan v2.5.0 |
| 2522 | 2026-03-02T07:27:04.867Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2523 | 2026-03-02T07:27:05.014Z | Checking async-stream v0.3.6 |
| 2524 | 2026-03-02T07:27:05.240Z | Checking waitgroup v0.1.2 |
| 2525 | 2026-03-02T07:27:05.375Z | Checking rustls-pemfile v2.2.0 |
| 2526 | 2026-03-02T07:27:05.399Z | Checking serde_path_to_error v0.1.20 |
| 2527 | 2026-03-02T07:27:05.464Z | Checking hostname v0.4.2 |
| 2528 | 2026-03-02T07:27:05.583Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2529 | 2026-03-02T07:27:05.608Z | Checking progenitor-client v0.10.0 |
| 2530 | 2026-03-02T07:27:05.632Z | Compiling itertools v0.14.0 |
| 2531 | 2026-03-02T07:27:05.805Z | Checking progenitor-client v0.13.0 |
| 2532 | 2026-03-02T07:27:05.929Z | Checking instant v0.1.13 |
| 2533 | 2026-03-02T07:27:05.970Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2534 | 2026-03-02T07:27:06.066Z | Checking backoff v0.4.0 |
| 2535 | 2026-03-02T07:27:06.173Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2536 | 2026-03-02T07:27:06.342Z | Checking backon v1.6.0 |
| 2537 | 2026-03-02T07:27:06.600Z | Checking heck v0.5.0 |
| 2538 | 2026-03-02T07:27:06.791Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2539 | 2026-03-02T07:27:06.882Z | Checking parse-display v0.10.0 |
| 2540 | 2026-03-02T07:27:06.951Z | Checking tokio-rustls v0.25.0 |
| 2541 | 2026-03-02T07:27:06.976Z | Compiling test-strategy v0.4.5 |
| 2542 | 2026-03-02T07:27:07.024Z | Compiling crucible-workspace-hack v0.1.0 |
| 2543 | 2026-03-02T07:27:07.123Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2544 | 2026-03-02T07:27:07.300Z | Compiling heapless v0.8.0 |
| 2545 | 2026-03-02T07:27:07.494Z | Compiling typify-impl v0.4.3 |
| 2546 | 2026-03-02T07:27:07.667Z | Checking hash32 v0.3.1 |
| 2547 | 2026-03-02T07:27:07.862Z | Compiling proc-macro-crate v3.4.0 |
| 2548 | 2026-03-02T07:27:08.075Z | Compiling ingot-macros v0.1.1 |
| 2549 | 2026-03-02T07:27:08.139Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2550 | 2026-03-02T07:27:08.184Z | Compiling smoltcp v0.11.0 |
| 2551 | 2026-03-02T07:27:08.828Z | Checking tabwriter v1.4.1 |
| 2552 | 2026-03-02T07:27:08.945Z | Checking cobs v0.3.0 |
| 2553 | 2026-03-02T07:27:08.969Z | Compiling num_enum_derive v0.7.5 |
| 2554 | 2026-03-02T07:27:09.045Z | Compiling foreign-types-macros v0.2.3 |
| 2555 | 2026-03-02T07:27:09.138Z | Checking cpufeatures v0.3.0 |
| 2556 | 2026-03-02T07:27:09.189Z | Checking foreign-types-shared v0.3.1 |
| 2557 | 2026-03-02T07:27:09.254Z | Checking chacha20 v0.10.0 |
| 2558 | 2026-03-02T07:27:09.324Z | Checking postcard v1.1.3 |
| 2559 | 2026-03-02T07:27:09.747Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2560 | 2026-03-02T07:27:10.013Z | Checking foreign-types v0.5.0 |
| 2561 | 2026-03-02T07:27:10.132Z | Compiling proc-macro-crate v1.3.1 |
| 2562 | 2026-03-02T07:27:10.203Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2563 | 2026-03-02T07:27:10.413Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2564 | 2026-03-02T07:27:10.727Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2565 | 2026-03-02T07:27:10.817Z | Checking cstr-argument v0.1.2 |
| 2566 | 2026-03-02T07:27:10.842Z | Checking num_enum v0.7.5 |
| 2567 | 2026-03-02T07:27:10.873Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2568 | 2026-03-02T07:27:11.021Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2569 | 2026-03-02T07:27:11.046Z | Checking colored v3.1.1 |
| 2570 | 2026-03-02T07:27:11.278Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2571 | 2026-03-02T07:27:11.334Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2572 | 2026-03-02T07:27:11.404Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2573 | 2026-03-02T07:27:11.530Z | Compiling num_enum_derive v0.5.11 |
| 2574 | 2026-03-02T07:27:11.571Z | Checking rand v0.10.0 |
| 2575 | 2026-03-02T07:27:11.624Z | Checking secrecy v0.10.3 |
| 2576 | 2026-03-02T07:27:11.806Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2577 | 2026-03-02T07:27:12.087Z | Compiling memoffset v0.9.1 |
| 2578 | 2026-03-02T07:27:12.376Z | Compiling convert_case v0.4.0 |
| 2579 | 2026-03-02T07:27:12.485Z | Compiling unsafe-libyaml v0.2.11 |
| 2580 | 2026-03-02T07:27:12.537Z | Compiling cfg_aliases v0.2.1 |
| 2581 | 2026-03-02T07:27:12.651Z | Compiling nix v0.30.1 |
| 2582 | 2026-03-02T07:27:13.159Z | Compiling derive_more v0.99.20 |
| 2583 | 2026-03-02T07:27:13.351Z | Checking ingot-types v0.1.2 |
| 2584 | 2026-03-02T07:27:13.525Z | Checking num_enum v0.5.11 |
| 2585 | 2026-03-02T07:27:13.707Z | Compiling serde_yaml v0.9.34+deprecated |
| 2586 | 2026-03-02T07:27:14.101Z | Checking ingot v0.1.1 |
| 2587 | 2026-03-02T07:27:14.126Z | Checking camino-tempfile v1.4.1 |
| 2588 | 2026-03-02T07:27:14.396Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2589 | 2026-03-02T07:27:14.424Z | Compiling prettyplease v0.2.37 |
| 2590 | 2026-03-02T07:27:14.924Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2591 | 2026-03-02T07:27:14.974Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2592 | 2026-03-02T07:27:15.088Z | Checking smf v0.2.3 |
| 2593 | 2026-03-02T07:27:15.282Z | Compiling num-derive v0.4.2 |
| 2594 | 2026-03-02T07:27:15.512Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2595 | 2026-03-02T07:27:16.695Z | Compiling typify-macro v0.4.3 |
| 2596 | 2026-03-02T07:27:16.732Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2597 | 2026-03-02T07:27:16.783Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2598 | 2026-03-02T07:27:16.839Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2599 | 2026-03-02T07:27:17.203Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2600 | 2026-03-02T07:27:17.690Z | Checking whoami v1.6.1 |
| 2601 | 2026-03-02T07:27:17.718Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2602 | 2026-03-02T07:27:18.220Z | Compiling typify-impl v0.6.1 |
| 2603 | 2026-03-02T07:27:19.809Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2604 | 2026-03-02T07:27:19.834Z | Compiling typify v0.4.3 |
| 2605 | 2026-03-02T07:27:20.032Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2606 | 2026-03-02T07:27:20.672Z | Checking num-rational v0.4.2 |
| 2607 | 2026-03-02T07:27:21.709Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2608 | 2026-03-02T07:27:21.818Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2609 | 2026-03-02T07:27:22.024Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2610 | 2026-03-02T07:27:22.329Z | Checking half v2.7.1 |
| 2611 | 2026-03-02T07:27:22.412Z | Checking universal-hash v0.5.1 |
| 2612 | 2026-03-02T07:27:22.609Z | Checking num-complex v0.4.6 |
| 2613 | 2026-03-02T07:27:22.960Z | Checking ciborium-io v0.2.2 |
| 2614 | 2026-03-02T07:27:22.996Z | Checking opaque-debug v0.3.1 |
| 2615 | 2026-03-02T07:27:23.112Z | Checking ciborium-ll v0.2.2 |
| 2616 | 2026-03-02T07:27:23.159Z | Checking poly1305 v0.8.0 |
| 2617 | 2026-03-02T07:27:23.261Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2618 | 2026-03-02T07:27:23.389Z | Checking num v0.4.3 |
| 2619 | 2026-03-02T07:27:23.414Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2620 | 2026-03-02T07:27:23.499Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2621 | 2026-03-02T07:27:23.630Z | Checking toml v0.8.23 |
| 2622 | 2026-03-02T07:27:24.052Z | Checking thiserror-no-std v2.0.2 |
| 2623 | 2026-03-02T07:27:24.078Z | Checking password-hash v0.5.0 |
| 2624 | 2026-03-02T07:27:24.188Z | Checking chacha20 v0.9.1 |
| 2625 | 2026-03-02T07:27:24.234Z | Compiling usdt-attr-macro v0.5.0 |
| 2626 | 2026-03-02T07:27:24.473Z | Compiling usdt-macro v0.5.0 |
| 2627 | 2026-03-02T07:27:24.517Z | Checking blake2 v0.10.6 |
| 2628 | 2026-03-02T07:27:24.903Z | Checking aead v0.5.2 |
| 2629 | 2026-03-02T07:27:25.179Z | Checking memmap v0.7.0 |
| 2630 | 2026-03-02T07:27:25.440Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2631 | 2026-03-02T07:27:25.525Z | Checking float-ord v0.3.2 |
| 2632 | 2026-03-02T07:27:25.621Z | Checking usdt v0.5.0 |
| 2633 | 2026-03-02T07:27:25.691Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2634 | 2026-03-02T07:27:25.732Z | Checking chacha20poly1305 v0.10.1 |
| 2635 | 2026-03-02T07:27:25.870Z | Checking argon2 v0.5.3 |
| 2636 | 2026-03-02T07:27:25.921Z | Checking vsss-rs v3.3.4 |
| 2637 | 2026-03-02T07:27:26.131Z | Checking ciborium v0.2.2 |
| 2638 | 2026-03-02T07:27:26.184Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2639 | 2026-03-02T07:27:26.500Z | Compiling semver v0.1.20 |
| 2640 | 2026-03-02T07:27:27.005Z | Checking indent_write v2.2.0 |
| 2641 | 2026-03-02T07:27:27.137Z | Compiling rustc_version v0.1.7 |
| 2642 | 2026-03-02T07:27:27.217Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2643 | 2026-03-02T07:27:27.535Z | Compiling progenitor-impl v0.11.2 |
| 2644 | 2026-03-02T07:27:27.561Z | Compiling typify-macro v0.6.1 |
| 2645 | 2026-03-02T07:27:28.307Z | Compiling pin-project-internal v1.1.11 |
| 2646 | 2026-03-02T07:27:28.668Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2647 | 2026-03-02T07:27:28.922Z | Checking linked-hash-map v0.5.6 |
| 2648 | 2026-03-02T07:27:29.209Z | Checking swrite v0.1.0 |
| 2649 | 2026-03-02T07:27:29.342Z | Compiling minimal-lexical v0.2.1 |
| 2650 | 2026-03-02T07:27:29.744Z | Compiling nom v7.1.3 |
| 2651 | 2026-03-02T07:27:29.769Z | Checking lru-cache v0.1.2 |
| 2652 | 2026-03-02T07:27:29.958Z | Compiling newtype_derive v0.1.6 |
| 2653 | 2026-03-02T07:27:30.432Z | Checking pin-project v1.1.11 |
| 2654 | 2026-03-02T07:27:30.769Z | Compiling typify v0.6.1 |
| 2655 | 2026-03-02T07:27:30.926Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2656 | 2026-03-02T07:27:30.951Z | Compiling progenitor-impl v0.13.0 |
| 2657 | 2026-03-02T07:27:30.976Z | Checking newline-converter v0.3.0 |
| 2658 | 2026-03-02T07:27:31.148Z | Checking atomicwrites v0.4.4 |
| 2659 | 2026-03-02T07:27:31.345Z | Checking phf_shared v0.12.1 |
| 2660 | 2026-03-02T07:27:31.589Z | Checking hickory-proto v0.24.4 |
| 2661 | 2026-03-02T07:27:31.616Z | Checking progenitor-client v0.11.2 |
| 2662 | 2026-03-02T07:27:31.845Z | Checking console v0.15.11 |
| 2663 | 2026-03-02T07:27:31.982Z | Compiling snafu-derive v0.8.9 |
| 2664 | 2026-03-02T07:27:32.328Z | Checking pem v3.0.6 |
| 2665 | 2026-03-02T07:27:32.479Z | Checking csv-core v0.1.13 |
| 2666 | 2026-03-02T07:27:32.572Z | Compiling derive-where v1.6.0 |
| 2667 | 2026-03-02T07:27:32.786Z | Compiling async-recursion v1.1.1 |
| 2668 | 2026-03-02T07:27:32.994Z | Compiling progenitor-macro v0.11.2 |
| 2669 | 2026-03-02T07:27:33.939Z | Compiling slog-dtrace v0.3.0 |
| 2670 | 2026-03-02T07:27:34.212Z | Checking resolv-conf v0.7.6 |
| 2671 | 2026-03-02T07:27:34.520Z | Checking highway v1.3.0 |
| 2672 | 2026-03-02T07:27:34.920Z | Checking same-file v1.0.6 |
| 2673 | 2026-03-02T07:27:35.039Z | Compiling owo-colors v4.3.0 |
| 2674 | 2026-03-02T07:27:35.140Z | Compiling chrono-tz v0.10.4 |
| 2675 | 2026-03-02T07:27:35.500Z | Compiling cancel-safe-futures v0.1.5 |
| 2676 | 2026-03-02T07:27:35.644Z | Checking unicode-width v0.1.14 |
| 2677 | 2026-03-02T07:27:35.732Z | Checking snafu v0.8.9 |
| 2678 | 2026-03-02T07:27:36.021Z | Compiling const_format_proc_macros v0.2.34 |
| 2679 | 2026-03-02T07:27:36.250Z | Checking walkdir v2.5.0 |
| 2680 | 2026-03-02T07:27:36.281Z | Checking hickory-resolver v0.24.4 |
| 2681 | 2026-03-02T07:27:36.309Z | Compiling progenitor-macro v0.13.0 |
| 2682 | 2026-03-02T07:27:36.565Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2683 | 2026-03-02T07:27:37.610Z | Checking csv v1.4.0 |
| 2684 | 2026-03-02T07:27:37.676Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2685 | 2026-03-02T07:27:37.827Z | Checking expectorate v1.2.0 |
| 2686 | 2026-03-02T07:27:38.015Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2687 | 2026-03-02T07:27:38.359Z | Checking phf v0.12.1 |
| 2688 | 2026-03-02T07:27:38.682Z | Checking tokio-dtrace v0.1.1 |
| 2689 | 2026-03-02T07:27:38.901Z | Compiling progenitor-impl v0.10.0 |
| 2690 | 2026-03-02T07:27:39.379Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2691 | 2026-03-02T07:27:40.122Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2692 | 2026-03-02T07:27:40.947Z | Checking globset v0.4.18 |
| 2693 | 2026-03-02T07:27:41.075Z | Checking olpc-cjson v0.1.4 |
| 2694 | 2026-03-02T07:27:41.293Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2695 | 2026-03-02T07:27:41.418Z | Checking libsw-core v0.3.2 |
| 2696 | 2026-03-02T07:27:41.470Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2697 | 2026-03-02T07:27:41.669Z | Checking arc-swap v1.8.2 |
| 2698 | 2026-03-02T07:27:41.694Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2699 | 2026-03-02T07:27:41.740Z | Compiling lzma-sys v0.1.20 |
| 2700 | 2026-03-02T07:27:42.063Z | Checking serde_plain v1.0.2 |
| 2701 | 2026-03-02T07:27:42.307Z | Checking utf-8 v0.7.6 |
| 2702 | 2026-03-02T07:27:42.358Z | Checking bytecount v0.6.9 |
| 2703 | 2026-03-02T07:27:42.496Z | Checking typed-path v0.9.3 |
| 2704 | 2026-03-02T07:27:42.528Z | Checking papergrid v0.11.0 |
| 2705 | 2026-03-02T07:27:42.553Z | Checking tungstenite v0.21.0 |
| 2706 | 2026-03-02T07:27:42.848Z | Checking progenitor v0.11.2 |
| 2707 | 2026-03-02T07:27:43.049Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2708 | 2026-03-02T07:27:43.394Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2709 | 2026-03-02T07:27:43.634Z | Checking slog-scope v4.4.1 |
| 2710 | 2026-03-02T07:27:43.854Z | Checking libsw v3.5.0 |
| 2711 | 2026-03-02T07:27:43.879Z | Checking oxide-tokio-rt v0.1.2 |
| 2712 | 2026-03-02T07:27:44.164Z | Checking tough v0.20.0 |
| 2713 | 2026-03-02T07:27:44.236Z | Compiling progenitor-macro v0.10.0 |
| 2714 | 2026-03-02T07:27:44.293Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2715 | 2026-03-02T07:27:45.051Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2716 | 2026-03-02T07:27:45.076Z | Checking qorb v0.4.1 |
| 2717 | 2026-03-02T07:27:46.094Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2718 | 2026-03-02T07:27:46.401Z | Checking progenitor v0.13.0 |
| 2719 | 2026-03-02T07:27:46.618Z | Checking const_format v0.2.35 |
| 2720 | 2026-03-02T07:27:47.218Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2721 | 2026-03-02T07:27:47.529Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2722 | 2026-03-02T07:27:47.577Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2723 | 2026-03-02T07:27:48.007Z | Compiling cargo_toml v0.22.3 |
| 2724 | 2026-03-02T07:27:48.537Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2725 | 2026-03-02T07:27:48.597Z | Checking gethostname v0.5.0 |
| 2726 | 2026-03-02T07:27:48.625Z | Compiling tabled_derive v0.7.0 |
| 2727 | 2026-03-02T07:27:48.752Z | Checking bcs v0.1.6 |
| 2728 | 2026-03-02T07:27:49.118Z | Checking unicode-linebreak v0.1.5 |
| 2729 | 2026-03-02T07:27:49.215Z | Checking linear-map v1.2.0 |
| 2730 | 2026-03-02T07:27:49.361Z | Checking smawk v0.3.2 |
| 2731 | 2026-03-02T07:27:49.535Z | Checking termtree v0.5.1 |
| 2732 | 2026-03-02T07:27:49.561Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2733 | 2026-03-02T07:27:49.607Z | Checking textwrap v0.16.2 |
| 2734 | 2026-03-02T07:27:49.792Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2735 | 2026-03-02T07:27:49.995Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2736 | 2026-03-02T07:27:50.372Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2737 | 2026-03-02T07:27:50.507Z | Checking tabled v0.15.0 |
| 2738 | 2026-03-02T07:27:50.666Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2739 | 2026-03-02T07:27:52.095Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2740 | 2026-03-02T07:27:52.397Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2741 | 2026-03-02T07:27:52.459Z | Checking steno v0.4.1 |
| 2742 | 2026-03-02T07:27:52.661Z | Checking slog-stdlog v4.1.1 |
| 2743 | 2026-03-02T07:27:52.803Z | Checking typeid v1.0.3 |
| 2744 | 2026-03-02T07:27:52.963Z | Checking tokio-tungstenite v0.21.0 |
| 2745 | 2026-03-02T07:27:53.047Z | Checking base64 v0.21.7 |
| 2746 | 2026-03-02T07:27:53.475Z | Checking humantime v2.3.0 |
| 2747 | 2026-03-02T07:27:53.500Z | Checking xz2 v0.1.7 |
| 2748 | 2026-03-02T07:27:53.776Z | Checking ron v0.12.0 |
| 2749 | 2026-03-02T07:27:53.801Z | Checking slog-envlogger v2.2.0 |
| 2750 | 2026-03-02T07:27:53.979Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2751 | 2026-03-02T07:27:54.019Z | Checking yasna v0.5.2 |
| 2752 | 2026-03-02T07:27:54.114Z | Checking headers-core v0.3.0 |
| 2753 | 2026-03-02T07:27:54.291Z | Checking filetime v0.2.27 |
| 2754 | 2026-03-02T07:27:54.380Z | Checking progenitor v0.10.0 |
| 2755 | 2026-03-02T07:27:54.427Z | Checking xattr v1.6.1 |
| 2756 | 2026-03-02T07:27:54.512Z | Checking base16ct v1.0.0 |
| 2757 | 2026-03-02T07:27:54.591Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2758 | 2026-03-02T07:27:54.636Z | Checking tar v0.4.44 |
| 2759 | 2026-03-02T07:27:54.740Z | Checking headers v0.4.1 |
| 2760 | 2026-03-02T07:27:54.765Z | Checking rcgen v0.12.1 |
| 2761 | 2026-03-02T07:27:55.238Z | Checking subprocess v0.2.15 |
| 2762 | 2026-03-02T07:28:06.180Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2763 | 2026-03-02T07:28:18.881Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2764 | 2026-03-02T07:28:21.557Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2765 | 2026-03-02T07:28:23.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
| 2766 | 2026-03-02T07:28:23.949Z | |
| 2767 | 2026-03-02T07:28:23.949Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/252) |
| 2768 | 2026-03-02T07:28:24.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2769 | 2026-03-02T07:28:25.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2770 | 2026-03-02T07:28:25.192Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2771 | 2026-03-02T07:28:27.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
| 2772 | 2026-03-02T07:28:27.648Z | |
| 2773 | 2026-03-02T07:28:27.648Z | info: running `cargo check --bins` on nexus-config (53/252) |
| 2774 | 2026-03-02T07:28:28.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2026-03-02T07:28:28.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2026-03-02T07:28:28.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2026-03-02T07:28:28.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2778 | 2026-03-02T07:28:28.774Z | |
| 2779 | 2026-03-02T07:28:28.774Z | info: running `cargo check --bins` on nexus-types (54/252) |
| 2780 | 2026-03-02T07:28:29.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-03-02T07:28:29.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-03-02T07:28:29.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2026-03-02T07:28:29.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 2784 | 2026-03-02T07:28:29.939Z | |
| 2785 | 2026-03-02T07:28:29.939Z | info: running `cargo check --bins` on clickhouse-admin-types (55/252) |
| 2786 | 2026-03-02T07:28:30.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-03-02T07:28:30.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-03-02T07:28:30.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2026-03-02T07:28:30.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2790 | 2026-03-02T07:28:30.986Z | |
| 2791 | 2026-03-02T07:28:30.986Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (56/252) |
| 2792 | 2026-03-02T07:28:31.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2026-03-02T07:28:31.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2026-03-02T07:28:31.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2026-03-02T07:28:31.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2796 | 2026-03-02T07:28:32.053Z | |
| 2797 | 2026-03-02T07:28:32.053Z | info: running `cargo check --bins` on cockroach-admin-types (57/252) |
| 2798 | 2026-03-02T07:28:32.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2026-03-02T07:28:32.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2026-03-02T07:28:32.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2026-03-02T07:28:32.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2802 | 2026-03-02T07:28:33.079Z | |
| 2803 | 2026-03-02T07:28:33.079Z | info: running `cargo check --bins` on cockroach-admin-types-versions (58/252) |
| 2804 | 2026-03-02T07:28:33.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2026-03-02T07:28:33.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2026-03-02T07:28:33.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2026-03-02T07:28:33.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2808 | 2026-03-02T07:28:34.072Z | |
| 2809 | 2026-03-02T07:28:34.072Z | info: running `cargo check --bins` on ereport-types (59/252) |
| 2810 | 2026-03-02T07:28:35.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2026-03-02T07:28:35.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2026-03-02T07:28:35.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2026-03-02T07:28:35.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2814 | 2026-03-02T07:28:35.135Z | |
| 2815 | 2026-03-02T07:28:35.136Z | info: running `cargo check --bins` on gateway-client (60/252) |
| 2816 | 2026-03-02T07:28:36.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2026-03-02T07:28:36.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2026-03-02T07:28:36.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2819 | 2026-03-02T07:28:36.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2820 | 2026-03-02T07:28:36.184Z | |
| 2821 | 2026-03-02T07:28:36.184Z | info: running `cargo check --bins --no-default-features` on gateway-types (61/252) |
| 2822 | 2026-03-02T07:28:37.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-03-02T07:28:37.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-03-02T07:28:37.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2026-03-02T07:28:37.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2826 | 2026-03-02T07:28:37.218Z | |
| 2827 | 2026-03-02T07:28:37.218Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/252) |
| 2828 | 2026-03-02T07:28:38.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-03-02T07:28:38.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-03-02T07:28:38.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2026-03-02T07:28:38.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2832 | 2026-03-02T07:28:38.284Z | |
| 2833 | 2026-03-02T07:28:38.285Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (63/252) |
| 2834 | 2026-03-02T07:28:39.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-03-02T07:28:39.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-03-02T07:28:39.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2837 | 2026-03-02T07:28:39.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2838 | 2026-03-02T07:28:39.377Z | |
| 2839 | 2026-03-02T07:28:39.377Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/252) |
| 2840 | 2026-03-02T07:28:40.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-03-02T07:28:40.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-03-02T07:28:40.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2843 | 2026-03-02T07:28:40.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2844 | 2026-03-02T07:28:40.473Z | |
| 2845 | 2026-03-02T07:28:40.473Z | info: running `cargo check --bins` on internal-dns-types (65/252) |
| 2846 | 2026-03-02T07:28:41.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-03-02T07:28:41.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-03-02T07:28:41.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2849 | 2026-03-02T07:28:41.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2850 | 2026-03-02T07:28:41.538Z | |
| 2851 | 2026-03-02T07:28:41.538Z | info: running `cargo check --bins` on internal-dns-types-versions (66/252) |
| 2852 | 2026-03-02T07:28:42.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-03-02T07:28:42.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-03-02T07:28:42.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2855 | 2026-03-02T07:28:42.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2856 | 2026-03-02T07:28:42.610Z | |
| 2857 | 2026-03-02T07:28:42.610Z | info: running `cargo check --bins` on nexus-types-versions (67/252) |
| 2858 | 2026-03-02T07:28:43.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-03-02T07:28:43.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-03-02T07:28:43.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2861 | 2026-03-02T07:28:43.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2862 | 2026-03-02T07:28:43.730Z | |
| 2863 | 2026-03-02T07:28:43.730Z | info: running `cargo check --bins` on omicron-passwords (68/252) |
| 2864 | 2026-03-02T07:28:44.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-03-02T07:28:44.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-03-02T07:28:44.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2026-03-02T07:28:44.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2868 | 2026-03-02T07:28:44.741Z | |
| 2869 | 2026-03-02T07:28:44.741Z | info: running `cargo check --bins` on oxql-types (69/252) |
| 2870 | 2026-03-02T07:28:45.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-03-02T07:28:45.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-03-02T07:28:45.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2873 | 2026-03-02T07:28:45.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2874 | 2026-03-02T07:28:45.805Z | |
| 2875 | 2026-03-02T07:28:45.805Z | info: running `cargo check --bins` on oximeter-types (70/252) |
| 2876 | 2026-03-02T07:28:46.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-03-02T07:28:46.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-03-02T07:28:46.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2879 | 2026-03-02T07:28:46.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2880 | 2026-03-02T07:28:46.848Z | |
| 2881 | 2026-03-02T07:28:46.848Z | info: running `cargo check --bins` on oximeter-types-versions (71/252) |
| 2882 | 2026-03-02T07:28:47.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-03-02T07:28:47.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-03-02T07:28:47.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-03-02T07:28:47.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2886 | 2026-03-02T07:28:47.880Z | |
| 2887 | 2026-03-02T07:28:47.880Z | info: running `cargo check --bins` on oximeter-macro-impl (72/252) |
| 2888 | 2026-03-02T07:28:48.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-03-02T07:28:48.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-03-02T07:28:48.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-03-02T07:28:48.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2892 | 2026-03-02T07:28:48.884Z | |
| 2893 | 2026-03-02T07:28:48.884Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (73/252) |
| 2894 | 2026-03-02T07:28:49.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-03-02T07:28:49.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-03-02T07:28:49.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-03-02T07:28:49.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2898 | 2026-03-02T07:28:49.975Z | |
| 2899 | 2026-03-02T07:28:49.975Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (74/252) |
| 2900 | 2026-03-02T07:28:51.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-03-02T07:28:51.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-03-02T07:28:51.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-03-02T07:28:51.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2904 | 2026-03-02T07:28:51.126Z | |
| 2905 | 2026-03-02T07:28:51.126Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (75/252) |
| 2906 | 2026-03-02T07:28:52.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-03-02T07:28:52.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-03-02T07:28:52.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-03-02T07:28:52.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2910 | 2026-03-02T07:28:52.231Z | |
| 2911 | 2026-03-02T07:28:52.231Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (76/252) |
| 2912 | 2026-03-02T07:28:53.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-03-02T07:28:53.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-03-02T07:28:53.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-03-02T07:28:53.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2916 | 2026-03-02T07:28:53.327Z | |
| 2917 | 2026-03-02T07:28:53.327Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (77/252) |
| 2918 | 2026-03-02T07:28:54.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-03-02T07:28:54.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-03-02T07:28:54.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-03-02T07:28:54.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2922 | 2026-03-02T07:28:54.397Z | |
| 2923 | 2026-03-02T07:28:54.397Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (78/252) |
| 2924 | 2026-03-02T07:28:55.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-03-02T07:28:55.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-03-02T07:28:55.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-03-02T07:28:55.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2928 | 2026-03-02T07:28:55.458Z | |
| 2929 | 2026-03-02T07:28:55.458Z | info: running `cargo check --bins --no-default-features` on gfss (79/252) |
| 2930 | 2026-03-02T07:28:56.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-03-02T07:28:56.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-03-02T07:28:56.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-03-02T07:28:56.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2934 | 2026-03-02T07:28:56.483Z | |
| 2935 | 2026-03-02T07:28:56.483Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (80/252) |
| 2936 | 2026-03-02T07:28:57.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-03-02T07:28:57.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-03-02T07:28:57.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2939 | 2026-03-02T07:28:57.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2940 | 2026-03-02T07:28:57.509Z | |
| 2941 | 2026-03-02T07:28:57.509Z | info: running `cargo check --bins --no-default-features` on oximeter-db (81/252) |
| 2942 | 2026-03-02T07:28:58.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2026-03-02T07:28:58.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2026-03-02T07:28:58.639Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2945 | 2026-03-02T07:28:59.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 2946 | 2026-03-02T07:28:59.596Z | |
| 2947 | 2026-03-02T07:28:59.596Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (82/252) |
| 2948 | 2026-03-02T07:29:00.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2949 | 2026-03-02T07:29:00.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2950 | 2026-03-02T07:29:00.824Z | Compiling ar_archive_writer v0.5.1 |
| 2951 | 2026-03-02T07:29:00.849Z | Compiling stacker v0.1.23 |
| 2952 | 2026-03-02T07:29:00.849Z | Compiling cfg_aliases v0.1.1 |
| 2953 | 2026-03-02T07:29:00.849Z | Compiling convert_case v0.10.0 |
| 2954 | 2026-03-02T07:29:00.895Z | Checking fd-lock v4.0.4 |
| 2955 | 2026-03-02T07:29:00.919Z | Checking nibble_vec v0.1.0 |
| 2956 | 2026-03-02T07:29:00.919Z | Checking vte v0.14.1 |
| 2957 | 2026-03-02T07:29:00.919Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2958 | 2026-03-02T07:29:00.993Z | Compiling nix v0.28.0 |
| 2959 | 2026-03-02T07:29:01.109Z | Checking endian-type v0.1.2 |
| 2960 | 2026-03-02T07:29:01.177Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2961 | 2026-03-02T07:29:01.222Z | Checking strip-ansi-escapes v0.2.1 |
| 2962 | 2026-03-02T07:29:01.320Z | Checking radix_trie v0.2.1 |
| 2963 | 2026-03-02T07:29:01.347Z | Compiling peg-macros v0.8.5 |
| 2964 | 2026-03-02T07:29:01.385Z | Checking winnow v0.6.26 |
| 2965 | 2026-03-02T07:29:01.457Z | Compiling derive_more-impl v2.1.1 |
| 2966 | 2026-03-02T07:29:01.578Z | Compiling sqlparser_derive v0.5.0 |
| 2967 | 2026-03-02T07:29:01.700Z | Checking nu-ansi-term v0.50.3 |
| 2968 | 2026-03-02T07:29:02.002Z | Checking home v0.5.12 |
| 2969 | 2026-03-02T07:29:02.081Z | Checking unicode_categories v0.1.1 |
| 2970 | 2026-03-02T07:29:02.162Z | Checking reedline v0.40.0 |
| 2971 | 2026-03-02T07:29:02.374Z | Checking display-error-chain v0.2.2 |
| 2972 | 2026-03-02T07:29:02.539Z | Compiling psm v0.1.30 |
| 2973 | 2026-03-02T07:29:02.903Z | Checking derive_more v2.1.1 |
| 2974 | 2026-03-02T07:29:03.017Z | Checking crossterm v0.29.0 |
| 2975 | 2026-03-02T07:29:03.406Z | Checking peg v0.8.5 |
| 2976 | 2026-03-02T07:29:03.573Z | Checking rustyline v14.0.0 |
| 2977 | 2026-03-02T07:29:03.731Z | Checking sqlformat v0.3.5 |
| 2978 | 2026-03-02T07:29:03.774Z | Checking recursive v0.1.1 |
| 2979 | 2026-03-02T07:29:03.908Z | Checking sqlparser v0.61.0 |
| 2980 | 2026-03-02T07:29:29.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.41s |
| 2981 | 2026-03-02T07:29:29.210Z | |
| 2982 | 2026-03-02T07:29:29.210Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (83/252) |
| 2983 | 2026-03-02T07:29:30.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2026-03-02T07:29:30.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2026-03-02T07:29:30.425Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2986 | 2026-03-02T07:29:37.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.31s |
| 2987 | 2026-03-02T07:29:37.720Z | |
| 2988 | 2026-03-02T07:29:37.720Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (84/252) |
| 2989 | 2026-03-02T07:29:38.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2026-03-02T07:29:38.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2026-03-02T07:29:38.894Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2992 | 2026-03-02T07:29:43.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
| 2993 | 2026-03-02T07:29:43.650Z | |
| 2994 | 2026-03-02T07:29:43.650Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (85/252) |
| 2995 | 2026-03-02T07:29:44.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2026-03-02T07:29:44.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2026-03-02T07:29:44.757Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2998 | 2026-03-02T07:29:51.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.52s |
| 2999 | 2026-03-02T07:29:51.368Z | |
| 3000 | 2026-03-02T07:29:51.368Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (86/252) |
| 3001 | 2026-03-02T07:29:52.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2026-03-02T07:29:52.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2026-03-02T07:29:52.556Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3004 | 2026-03-02T07:29:58.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.53s |
| 3005 | 2026-03-02T07:29:59.107Z | |
| 3006 | 2026-03-02T07:29:59.107Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (87/252) |
| 3007 | 2026-03-02T07:30:00.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-03-02T07:30:00.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-03-02T07:30:00.278Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3010 | 2026-03-02T07:30:05.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s |
| 3011 | 2026-03-02T07:30:05.474Z | |
| 3012 | 2026-03-02T07:30:05.474Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (88/252) |
| 3013 | 2026-03-02T07:30:06.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-03-02T07:30:06.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-03-02T07:30:06.657Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3016 | 2026-03-02T07:30:11.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s |
| 3017 | 2026-03-02T07:30:12.050Z | |
| 3018 | 2026-03-02T07:30:12.050Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (89/252) |
| 3019 | 2026-03-02T07:30:13.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-03-02T07:30:13.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-03-02T07:30:13.201Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3022 | 2026-03-02T07:30:19.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s |
| 3023 | 2026-03-02T07:30:20.114Z | |
| 3024 | 2026-03-02T07:30:20.114Z | info: running `cargo check --bins` on oximeter (90/252) |
| 3025 | 2026-03-02T07:30:21.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-03-02T07:30:21.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-03-02T07:30:21.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-03-02T07:30:21.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3029 | 2026-03-02T07:30:21.184Z | |
| 3030 | 2026-03-02T07:30:21.184Z | info: running `cargo check --bins` on oximeter-schema (91/252) |
| 3031 | 2026-03-02T07:30:22.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-03-02T07:30:22.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-03-02T07:30:22.277Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3034 | 2026-03-02T07:30:22.414Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3035 | 2026-03-02T07:30:22.968Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3036 | 2026-03-02T07:30:31.280Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3037 | 2026-03-02T07:30:31.857Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3038 | 2026-03-02T07:30:34.479Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3039 | 2026-03-02T07:30:35.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s |
| 3040 | 2026-03-02T07:30:35.877Z | |
| 3041 | 2026-03-02T07:30:35.877Z | info: running `cargo check --bins` on oximeter-timeseries-macro (92/252) |
| 3042 | 2026-03-02T07:30:36.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-03-02T07:30:36.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-03-02T07:30:36.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-03-02T07:30:36.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3046 | 2026-03-02T07:30:36.951Z | |
| 3047 | 2026-03-02T07:30:36.951Z | info: running `cargo check --bins` on oximeter-test-utils (93/252) |
| 3048 | 2026-03-02T07:30:37.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-03-02T07:30:38.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-03-02T07:30:38.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-03-02T07:30:38.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3052 | 2026-03-02T07:30:38.114Z | |
| 3053 | 2026-03-02T07:30:38.114Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/252) |
| 3054 | 2026-03-02T07:30:39.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-03-02T07:30:39.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-03-02T07:30:39.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-03-02T07:30:39.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3058 | 2026-03-02T07:30:39.185Z | |
| 3059 | 2026-03-02T07:30:39.185Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/252) |
| 3060 | 2026-03-02T07:30:40.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-03-02T07:30:40.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-03-02T07:30:40.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-03-02T07:30:40.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3064 | 2026-03-02T07:30:40.293Z | |
| 3065 | 2026-03-02T07:30:40.293Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/252) |
| 3066 | 2026-03-02T07:30:41.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-03-02T07:30:41.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-03-02T07:30:41.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-03-02T07:30:41.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3070 | 2026-03-02T07:30:41.426Z | |
| 3071 | 2026-03-02T07:30:41.426Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/252) |
| 3072 | 2026-03-02T07:30:42.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-03-02T07:30:42.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-03-02T07:30:42.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-03-02T07:30:42.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3076 | 2026-03-02T07:30:42.496Z | |
| 3077 | 2026-03-02T07:30:42.496Z | info: running `cargo check --bins` on trust-quorum-types (98/252) |
| 3078 | 2026-03-02T07:30:43.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-03-02T07:30:43.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-03-02T07:30:43.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-03-02T07:30:43.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3082 | 2026-03-02T07:30:43.568Z | |
| 3083 | 2026-03-02T07:30:43.568Z | info: running `cargo check --bins` on trust-quorum-test-utils (99/252) |
| 3084 | 2026-03-02T07:30:44.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-03-02T07:30:44.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-03-02T07:30:44.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-03-02T07:30:44.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3088 | 2026-03-02T07:30:44.680Z | |
| 3089 | 2026-03-02T07:30:44.680Z | info: running `cargo check --bins` on update-engine (100/252) |
| 3090 | 2026-03-02T07:30:45.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-03-02T07:30:45.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-03-02T07:30:45.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2026-03-02T07:30:45.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3094 | 2026-03-02T07:30:45.737Z | |
| 3095 | 2026-03-02T07:30:45.737Z | info: running `cargo check --bins` on omicron-certificates (101/252) |
| 3096 | 2026-03-02T07:30:46.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2026-03-02T07:30:46.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2026-03-02T07:30:46.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2026-03-02T07:30:46.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3100 | 2026-03-02T07:30:46.774Z | |
| 3101 | 2026-03-02T07:30:46.774Z | info: running `cargo check --bins` on omicron-clickhouse-admin (102/252) |
| 3102 | 2026-03-02T07:30:47.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2026-03-02T07:30:47.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2026-03-02T07:30:47.954Z | Checking dropshot-api-manager-types v0.4.0 |
| 3105 | 2026-03-02T07:30:47.954Z | Checking nanorand v0.7.0 |
| 3106 | 2026-03-02T07:30:48.255Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3107 | 2026-03-02T07:30:48.302Z | Checking flume v0.11.1 |
| 3108 | 2026-03-02T07:30:48.714Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3109 | 2026-03-02T07:30:50.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
| 3110 | 2026-03-02T07:30:50.588Z | |
| 3111 | 2026-03-02T07:30:50.588Z | info: running `cargo check --bins` on clickhouse-admin-api (103/252) |
| 3112 | 2026-03-02T07:30:51.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-03-02T07:30:51.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-03-02T07:30:51.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-03-02T07:30:51.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3116 | 2026-03-02T07:30:51.679Z | |
| 3117 | 2026-03-02T07:30:51.679Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (104/252) |
| 3118 | 2026-03-02T07:30:52.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-03-02T07:30:52.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-03-02T07:30:52.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-03-02T07:30:52.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3122 | 2026-03-02T07:30:52.766Z | |
| 3123 | 2026-03-02T07:30:52.766Z | info: running `cargo check --bins` on bootstrap-agent-client (105/252) |
| 3124 | 2026-03-02T07:30:53.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-03-02T07:30:53.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-03-02T07:30:53.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-03-02T07:30:53.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3128 | 2026-03-02T07:30:53.858Z | |
| 3129 | 2026-03-02T07:30:53.858Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/252) |
| 3130 | 2026-03-02T07:30:54.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-03-02T07:30:54.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-03-02T07:30:54.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-03-02T07:30:54.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3134 | 2026-03-02T07:30:54.931Z | |
| 3135 | 2026-03-02T07:30:54.931Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/252) |
| 3136 | 2026-03-02T07:30:55.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-03-02T07:30:55.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-03-02T07:30:55.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-03-02T07:30:55.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3140 | 2026-03-02T07:30:55.978Z | |
| 3141 | 2026-03-02T07:30:55.978Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/252) |
| 3142 | 2026-03-02T07:30:56.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-03-02T07:30:56.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-03-02T07:30:56.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-03-02T07:30:56.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3146 | 2026-03-02T07:30:57.027Z | |
| 3147 | 2026-03-02T07:30:57.027Z | info: running `cargo check --bins` on clickhouse-admin-single-client (109/252) |
| 3148 | 2026-03-02T07:30:57.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-03-02T07:30:57.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-03-02T07:30:57.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-03-02T07:30:57.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3152 | 2026-03-02T07:30:58.075Z | |
| 3153 | 2026-03-02T07:30:58.075Z | info: running `cargo check --bins` on cockroach-admin-client (110/252) |
| 3154 | 2026-03-02T07:30:58.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-03-02T07:30:58.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-03-02T07:30:58.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-03-02T07:30:58.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3158 | 2026-03-02T07:30:59.092Z | |
| 3159 | 2026-03-02T07:30:59.092Z | info: running `cargo check --bins` on omicron-ddm-admin-client (111/252) |
| 3160 | 2026-03-02T07:31:00.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-03-02T07:31:00.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-03-02T07:31:00.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-03-02T07:31:00.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3164 | 2026-03-02T07:31:00.154Z | |
| 3165 | 2026-03-02T07:31:00.154Z | info: running `cargo check --bins` on dns-service-client (112/252) |
| 3166 | 2026-03-02T07:31:01.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-03-02T07:31:01.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-03-02T07:31:01.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3169 | 2026-03-02T07:31:01.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3170 | 2026-03-02T07:31:01.235Z | |
| 3171 | 2026-03-02T07:31:01.235Z | info: running `cargo check --bins` on installinator-client (113/252) |
| 3172 | 2026-03-02T07:31:02.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3173 | 2026-03-02T07:31:02.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3174 | 2026-03-02T07:31:02.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3175 | 2026-03-02T07:31:02.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3176 | 2026-03-02T07:31:02.318Z | |
| 3177 | 2026-03-02T07:31:02.318Z | info: running `cargo check --bins` on nexus-client (114/252) |
| 3178 | 2026-03-02T07:31:03.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3179 | 2026-03-02T07:31:03.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3180 | 2026-03-02T07:31:03.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3181 | 2026-03-02T07:31:03.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3182 | 2026-03-02T07:31:03.441Z | |
| 3183 | 2026-03-02T07:31:03.441Z | info: running `cargo check --bins` on nexus-lockstep-client (115/252) |
| 3184 | 2026-03-02T07:31:04.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3185 | 2026-03-02T07:31:04.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3186 | 2026-03-02T07:31:04.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3187 | 2026-03-02T07:31:04.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3188 | 2026-03-02T07:31:04.587Z | |
| 3189 | 2026-03-02T07:31:04.587Z | info: running `cargo check --bins` on ntp-admin-client (116/252) |
| 3190 | 2026-03-02T07:31:05.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-03-02T07:31:05.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-03-02T07:31:05.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-03-02T07:31:05.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3194 | 2026-03-02T07:31:05.600Z | |
| 3195 | 2026-03-02T07:31:05.600Z | info: running `cargo check --bins` on oxide-client (117/252) |
| 3196 | 2026-03-02T07:31:06.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-03-02T07:31:06.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-03-02T07:31:06.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-03-02T07:31:06.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3200 | 2026-03-02T07:31:06.641Z | |
| 3201 | 2026-03-02T07:31:06.641Z | info: running `cargo check --bins` on oximeter-client (118/252) |
| 3202 | 2026-03-02T07:31:07.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-03-02T07:31:07.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-03-02T07:31:07.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-03-02T07:31:07.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3206 | 2026-03-02T07:31:07.712Z | |
| 3207 | 2026-03-02T07:31:07.712Z | info: running `cargo check --bins` on repo-depot-client (119/252) |
| 3208 | 2026-03-02T07:31:08.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-03-02T07:31:08.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-03-02T07:31:08.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-03-02T07:31:08.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3212 | 2026-03-02T07:31:08.740Z | |
| 3213 | 2026-03-02T07:31:08.740Z | info: running `cargo check --bins` on sled-agent-client (120/252) |
| 3214 | 2026-03-02T07:31:09.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-03-02T07:31:09.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-03-02T07:31:09.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3217 | 2026-03-02T07:31:09.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3218 | 2026-03-02T07:31:09.823Z | |
| 3219 | 2026-03-02T07:31:09.823Z | info: running `cargo check --bins` on wicketd-client (121/252) |
| 3220 | 2026-03-02T07:31:10.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2026-03-02T07:31:10.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2026-03-02T07:31:10.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3223 | 2026-03-02T07:31:10.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3224 | 2026-03-02T07:31:10.898Z | |
| 3225 | 2026-03-02T07:31:10.899Z | info: running `cargo check --bins` on installinator-common (122/252) |
| 3226 | 2026-03-02T07:31:11.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3227 | 2026-03-02T07:31:11.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3228 | 2026-03-02T07:31:11.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3229 | 2026-03-02T07:31:11.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3230 | 2026-03-02T07:31:11.954Z | |
| 3231 | 2026-03-02T07:31:11.955Z | info: running `cargo check --bins` on installinator-common-versions (123/252) |
| 3232 | 2026-03-02T07:31:12.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3233 | 2026-03-02T07:31:12.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3234 | 2026-03-02T07:31:12.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3235 | 2026-03-02T07:31:12.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3236 | 2026-03-02T07:31:12.963Z | |
| 3237 | 2026-03-02T07:31:12.963Z | info: running `cargo check --bins` on wicket-common (124/252) |
| 3238 | 2026-03-02T07:31:13.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3239 | 2026-03-02T07:31:13.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3240 | 2026-03-02T07:31:13.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3241 | 2026-03-02T07:31:13.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3242 | 2026-03-02T07:31:14.037Z | |
| 3243 | 2026-03-02T07:31:14.037Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/252) |
| 3244 | 2026-03-02T07:31:15.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3245 | 2026-03-02T07:31:15.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3246 | 2026-03-02T07:31:15.206Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3247 | 2026-03-02T07:31:15.206Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3248 | 2026-03-02T07:31:15.231Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3249 | 2026-03-02T07:31:15.231Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3250 | 2026-03-02T07:31:15.256Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3251 | 2026-03-02T07:31:15.540Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3252 | 2026-03-02T07:31:15.565Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3253 | 2026-03-02T07:31:15.997Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3254 | 2026-03-02T07:31:16.022Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3255 | 2026-03-02T07:31:19.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s |
| 3256 | 2026-03-02T07:31:20.158Z | |
| 3257 | 2026-03-02T07:31:20.158Z | info: running `cargo check --bins` on cockroach-admin-api (126/252) |
| 3258 | 2026-03-02T07:31:21.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3259 | 2026-03-02T07:31:21.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3260 | 2026-03-02T07:31:21.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3261 | 2026-03-02T07:31:21.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3262 | 2026-03-02T07:31:21.247Z | |
| 3263 | 2026-03-02T07:31:21.247Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (127/252) |
| 3264 | 2026-03-02T07:31:22.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3265 | 2026-03-02T07:31:22.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3266 | 2026-03-02T07:31:22.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3267 | 2026-03-02T07:31:22.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3268 | 2026-03-02T07:31:22.489Z | |
| 3269 | 2026-03-02T07:31:22.489Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/252) |
| 3270 | 2026-03-02T07:31:23.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3271 | 2026-03-02T07:31:23.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3272 | 2026-03-02T07:31:23.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3273 | 2026-03-02T07:31:23.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3274 | 2026-03-02T07:31:23.712Z | |
| 3275 | 2026-03-02T07:31:23.712Z | info: running `cargo check --bins` on dns-server (129/252) |
| 3276 | 2026-03-02T07:31:24.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3277 | 2026-03-02T07:31:24.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3278 | 2026-03-02T07:31:24.830Z | Compiling parking_lot_core v0.8.6 |
| 3279 | 2026-03-02T07:31:24.830Z | Compiling git-stub v1.0.0 |
| 3280 | 2026-03-02T07:31:24.855Z | Compiling atomicwrites v0.4.4 |
| 3281 | 2026-03-02T07:31:24.855Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3282 | 2026-03-02T07:31:24.855Z | Checking tagptr v0.2.0 |
| 3283 | 2026-03-02T07:31:24.855Z | Checking prefix-trie v0.7.0 |
| 3284 | 2026-03-02T07:31:24.880Z | Checking fxhash v0.2.1 |
| 3285 | 2026-03-02T07:31:24.904Z | Checking hickory-client v0.25.2 |
| 3286 | 2026-03-02T07:31:25.135Z | Checking moka v0.12.13 |
| 3287 | 2026-03-02T07:31:25.160Z | Compiling git-stub-vcs v0.1.0 |
| 3288 | 2026-03-02T07:31:25.478Z | Checking hickory-server v0.25.2 |
| 3289 | 2026-03-02T07:31:25.602Z | Checking parking_lot v0.11.2 |
| 3290 | 2026-03-02T07:31:25.691Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3291 | 2026-03-02T07:31:25.810Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3292 | 2026-03-02T07:31:25.834Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3293 | 2026-03-02T07:31:25.835Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3294 | 2026-03-02T07:31:25.919Z | Checking sled v0.34.7 |
| 3295 | 2026-03-02T07:31:26.392Z | Checking hickory-resolver v0.25.2 |
| 3296 | 2026-03-02T07:31:29.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s |
| 3297 | 2026-03-02T07:31:30.099Z | |
| 3298 | 2026-03-02T07:31:30.099Z | info: running `cargo check --bins` on dns-server-api (130/252) |
| 3299 | 2026-03-02T07:31:31.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3300 | 2026-03-02T07:31:31.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3301 | 2026-03-02T07:31:31.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3302 | 2026-03-02T07:31:31.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3303 | 2026-03-02T07:31:31.177Z | |
| 3304 | 2026-03-02T07:31:31.177Z | info: running `cargo check --bins` on gateway-test-utils (131/252) |
| 3305 | 2026-03-02T07:31:32.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3306 | 2026-03-02T07:31:32.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3307 | 2026-03-02T07:31:32.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3308 | 2026-03-02T07:31:32.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3309 | 2026-03-02T07:31:32.305Z | |
| 3310 | 2026-03-02T07:31:32.305Z | info: running `cargo check --bins` on omicron-gateway (132/252) |
| 3311 | 2026-03-02T07:31:33.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3312 | 2026-03-02T07:31:33.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3313 | 2026-03-02T07:31:33.555Z | Compiling radium v0.7.0 |
| 3314 | 2026-03-02T07:31:33.580Z | Compiling maybe-uninit v2.0.0 |
| 3315 | 2026-03-02T07:31:33.580Z | Checking tap v1.0.1 |
| 3316 | 2026-03-02T07:31:33.625Z | Compiling zerocopy-derive v0.6.6 |
| 3317 | 2026-03-02T07:31:33.650Z | Compiling packed_struct v0.10.1 |
| 3318 | 2026-03-02T07:31:33.650Z | Checking funty v2.0.0 |
| 3319 | 2026-03-02T07:31:33.650Z | Checking crc-catalog v2.4.0 |
| 3320 | 2026-03-02T07:31:33.712Z | Compiling packed_struct_codegen v0.10.1 |
| 3321 | 2026-03-02T07:31:33.773Z | Checking wyz v0.5.1 |
| 3322 | 2026-03-02T07:31:33.860Z | Checking crc v3.4.0 |
| 3323 | 2026-03-02T07:31:34.087Z | Compiling bitfield-macros v0.19.4 |
| 3324 | 2026-03-02T07:31:34.163Z | Compiling indexmap v1.9.3 |
| 3325 | 2026-03-02T07:31:34.188Z | Checking nodrop v0.1.14 |
| 3326 | 2026-03-02T07:31:34.256Z | Checking smallvec v0.6.14 |
| 3327 | 2026-03-02T07:31:34.313Z | Checking array-init v0.0.4 |
| 3328 | 2026-03-02T07:31:34.373Z | Checking hashbrown v0.12.3 |
| 3329 | 2026-03-02T07:31:34.399Z | Checking bitvec v1.0.1 |
| 3330 | 2026-03-02T07:31:34.498Z | Checking ron v0.8.1 |
| 3331 | 2026-03-02T07:31:34.605Z | Checking hashbrown v0.13.2 |
| 3332 | 2026-03-02T07:31:35.061Z | Checking serde-hex v0.1.0 |
| 3333 | 2026-03-02T07:31:35.175Z | Checking zerocopy v0.6.6 |
| 3334 | 2026-03-02T07:31:35.295Z | Checking bitfield v0.19.4 |
| 3335 | 2026-03-02T07:31:35.388Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3336 | 2026-03-02T07:31:35.531Z | Checking crc-any v2.5.0 |
| 3337 | 2026-03-02T07:31:35.684Z | Checking void v1.0.2 |
| 3338 | 2026-03-02T07:31:35.734Z | Checking half v1.8.3 |
| 3339 | 2026-03-02T07:31:35.759Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3340 | 2026-03-02T07:31:35.843Z | Checking object v0.30.4 |
| 3341 | 2026-03-02T07:31:35.868Z | Checking path-slash v0.1.5 |
| 3342 | 2026-03-02T07:31:35.868Z | Checking tungstenite v0.23.0 |
| 3343 | 2026-03-02T07:31:35.868Z | Checking lzss v0.8.2 |
| 3344 | 2026-03-02T07:31:36.009Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3345 | 2026-03-02T07:31:36.034Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3346 | 2026-03-02T07:31:36.123Z | Checking serde_cbor v0.11.2 |
| 3347 | 2026-03-02T07:31:36.267Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3348 | 2026-03-02T07:31:36.292Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3349 | 2026-03-02T07:31:36.404Z | Checking nix v0.27.1 |
| 3350 | 2026-03-02T07:31:36.675Z | Checking kstat-rs v0.2.4 |
| 3351 | 2026-03-02T07:31:36.878Z | Checking serde_bytes v0.11.19 |
| 3352 | 2026-03-02T07:31:36.928Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3353 | 2026-03-02T07:31:36.996Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3354 | 2026-03-02T07:31:37.242Z | Checking tokio-tungstenite v0.23.1 |
| 3355 | 2026-03-02T07:31:37.533Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3356 | 2026-03-02T07:31:37.572Z | Checking signal-hook-tokio v0.3.1 |
| 3357 | 2026-03-02T07:31:39.620Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3358 | 2026-03-02T07:31:39.668Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3359 | 2026-03-02T07:31:45.423Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3360 | 2026-03-02T07:31:47.252Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3361 | 2026-03-02T07:31:47.788Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3362 | 2026-03-02T07:31:50.020Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3363 | 2026-03-02T07:31:54.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.71s |
| 3364 | 2026-03-02T07:31:54.234Z | |
| 3365 | 2026-03-02T07:31:54.234Z | info: running `cargo check --bins` on gateway-api (133/252) |
| 3366 | 2026-03-02T07:31:55.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3367 | 2026-03-02T07:31:55.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3368 | 2026-03-02T07:31:55.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3369 | 2026-03-02T07:31:55.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3370 | 2026-03-02T07:31:55.295Z | |
| 3371 | 2026-03-02T07:31:55.295Z | info: running `cargo check --bins` on ipcc (134/252) |
| 3372 | 2026-03-02T07:31:56.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3373 | 2026-03-02T07:31:56.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3374 | 2026-03-02T07:31:56.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3375 | 2026-03-02T07:31:56.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3376 | 2026-03-02T07:31:56.335Z | |
| 3377 | 2026-03-02T07:31:56.335Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/252) |
| 3378 | 2026-03-02T07:31:57.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3379 | 2026-03-02T07:31:57.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3380 | 2026-03-02T07:31:57.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3381 | 2026-03-02T07:31:57.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3382 | 2026-03-02T07:31:57.359Z | |
| 3383 | 2026-03-02T07:31:57.359Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/252) |
| 3384 | 2026-03-02T07:31:58.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2026-03-02T07:31:58.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2026-03-02T07:31:58.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3387 | 2026-03-02T07:31:58.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3388 | 2026-03-02T07:31:58.425Z | |
| 3389 | 2026-03-02T07:31:58.425Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/252) |
| 3390 | 2026-03-02T07:31:59.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3391 | 2026-03-02T07:31:59.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3392 | 2026-03-02T07:31:59.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3393 | 2026-03-02T07:31:59.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3394 | 2026-03-02T07:31:59.554Z | |
| 3395 | 2026-03-02T07:31:59.554Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (138/252) |
| 3396 | 2026-03-02T07:32:00.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2026-03-02T07:32:00.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2026-03-02T07:32:00.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2026-03-02T07:32:00.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3400 | 2026-03-02T07:32:00.675Z | |
| 3401 | 2026-03-02T07:32:00.675Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (139/252) |
| 3402 | 2026-03-02T07:32:01.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2026-03-02T07:32:01.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2026-03-02T07:32:01.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3405 | 2026-03-02T07:32:01.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3406 | 2026-03-02T07:32:01.789Z | |
| 3407 | 2026-03-02T07:32:01.789Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (140/252) |
| 3408 | 2026-03-02T07:32:02.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2026-03-02T07:32:02.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2026-03-02T07:32:02.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2026-03-02T07:32:02.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3412 | 2026-03-02T07:32:02.919Z | |
| 3413 | 2026-03-02T07:32:02.919Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (141/252) |
| 3414 | 2026-03-02T07:32:03.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2026-03-02T07:32:03.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2026-03-02T07:32:03.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2026-03-02T07:32:03.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3418 | 2026-03-02T07:32:04.022Z | |
| 3419 | 2026-03-02T07:32:04.022Z | info: running `cargo check --bins` on oximeter-producer (142/252) |
| 3420 | 2026-03-02T07:32:05.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2026-03-02T07:32:05.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2026-03-02T07:32:05.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2026-03-02T07:32:05.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3424 | 2026-03-02T07:32:05.232Z | |
| 3425 | 2026-03-02T07:32:05.232Z | info: running `cargo check --bins` on internal-dns-resolver (143/252) |
| 3426 | 2026-03-02T07:32:06.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2026-03-02T07:32:06.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2026-03-02T07:32:06.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3429 | 2026-03-02T07:32:06.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3430 | 2026-03-02T07:32:06.362Z | |
| 3431 | 2026-03-02T07:32:06.362Z | info: running `cargo check --bins` on sp-sim (144/252) |
| 3432 | 2026-03-02T07:32:07.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3433 | 2026-03-02T07:32:07.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3434 | 2026-03-02T07:32:07.665Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3435 | 2026-03-02T07:32:10.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
| 3436 | 2026-03-02T07:32:11.122Z | |
| 3437 | 2026-03-02T07:32:11.122Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (145/252) |
| 3438 | 2026-03-02T07:32:12.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3439 | 2026-03-02T07:32:12.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3440 | 2026-03-02T07:32:12.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3441 | 2026-03-02T07:32:12.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3442 | 2026-03-02T07:32:12.303Z | |
| 3443 | 2026-03-02T07:32:12.303Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (146/252) |
| 3444 | 2026-03-02T07:32:13.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3445 | 2026-03-02T07:32:13.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3446 | 2026-03-02T07:32:13.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3447 | 2026-03-02T07:32:13.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3448 | 2026-03-02T07:32:13.474Z | |
| 3449 | 2026-03-02T07:32:13.474Z | info: running `cargo check --bins` on db-macros (147/252) |
| 3450 | 2026-03-02T07:32:14.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3451 | 2026-03-02T07:32:14.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3452 | 2026-03-02T07:32:14.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3453 | 2026-03-02T07:32:14.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3454 | 2026-03-02T07:32:14.502Z | |
| 3455 | 2026-03-02T07:32:14.502Z | info: running `cargo check --bins` on nexus-macros-common (148/252) |
| 3456 | 2026-03-02T07:32:15.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2026-03-02T07:32:15.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2026-03-02T07:32:15.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3459 | 2026-03-02T07:32:15.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3460 | 2026-03-02T07:32:15.522Z | |
| 3461 | 2026-03-02T07:32:15.522Z | info: running `cargo check --bins` on nexus-auth (149/252) |
| 3462 | 2026-03-02T07:32:16.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2026-03-02T07:32:16.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2026-03-02T07:32:16.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3465 | 2026-03-02T07:32:16.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3466 | 2026-03-02T07:32:16.673Z | |
| 3467 | 2026-03-02T07:32:16.673Z | info: running `cargo check --bins` on authz-macros (150/252) |
| 3468 | 2026-03-02T07:32:17.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-03-02T07:32:17.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-03-02T07:32:17.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3471 | 2026-03-02T07:32:17.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3472 | 2026-03-02T07:32:17.676Z | |
| 3473 | 2026-03-02T07:32:17.676Z | info: running `cargo check --bins` on nexus-db-fixed-data (151/252) |
| 3474 | 2026-03-02T07:32:18.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-03-02T07:32:18.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-03-02T07:32:18.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-03-02T07:32:18.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3478 | 2026-03-02T07:32:18.816Z | |
| 3479 | 2026-03-02T07:32:18.816Z | info: running `cargo check --bins` on nexus-db-model (152/252) |
| 3480 | 2026-03-02T07:32:19.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-03-02T07:32:19.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-03-02T07:32:19.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-03-02T07:32:19.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3484 | 2026-03-02T07:32:19.954Z | |
| 3485 | 2026-03-02T07:32:19.954Z | info: running `cargo check --bins` on nexus-db-schema (153/252) |
| 3486 | 2026-03-02T07:32:20.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-03-02T07:32:20.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-03-02T07:32:20.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-03-02T07:32:20.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3490 | 2026-03-02T07:32:20.954Z | |
| 3491 | 2026-03-02T07:32:20.954Z | info: running `cargo check --bins` on omicron-rpaths (154/252) |
| 3492 | 2026-03-02T07:32:21.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-03-02T07:32:21.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-03-02T07:32:21.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-03-02T07:32:21.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3496 | 2026-03-02T07:32:21.943Z | |
| 3497 | 2026-03-02T07:32:21.943Z | info: running `cargo check --bins` on nexus-defaults (155/252) |
| 3498 | 2026-03-02T07:32:22.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-03-02T07:32:22.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-03-02T07:32:22.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-03-02T07:32:22.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3502 | 2026-03-02T07:32:22.972Z | |
| 3503 | 2026-03-02T07:32:22.972Z | info: running `cargo check --bins` on omicron-cockroach-metrics (156/252) |
| 3504 | 2026-03-02T07:32:23.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-03-02T07:32:23.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-03-02T07:32:23.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-03-02T07:32:23.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3508 | 2026-03-02T07:32:23.972Z | |
| 3509 | 2026-03-02T07:32:23.972Z | info: running `cargo check --bins` on parallel-task-set (157/252) |
| 3510 | 2026-03-02T07:32:24.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-03-02T07:32:24.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-03-02T07:32:24.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-03-02T07:32:24.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3514 | 2026-03-02T07:32:24.964Z | |
| 3515 | 2026-03-02T07:32:24.964Z | info: running `cargo check --bins` on nexus-db-errors (158/252) |
| 3516 | 2026-03-02T07:32:25.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-03-02T07:32:26.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-03-02T07:32:26.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-03-02T07:32:26.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3520 | 2026-03-02T07:32:26.117Z | |
| 3521 | 2026-03-02T07:32:26.117Z | info: running `cargo check --bins` on nexus-db-lookup (159/252) |
| 3522 | 2026-03-02T07:32:27.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-03-02T07:32:27.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-03-02T07:32:27.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-03-02T07:32:27.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3526 | 2026-03-02T07:32:27.273Z | |
| 3527 | 2026-03-02T07:32:27.273Z | info: running `cargo check --bins` on nexus-inventory (160/252) |
| 3528 | 2026-03-02T07:32:28.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-03-02T07:32:28.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-03-02T07:32:28.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-03-02T07:32:28.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3532 | 2026-03-02T07:32:28.415Z | |
| 3533 | 2026-03-02T07:32:28.415Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (161/252) |
| 3534 | 2026-03-02T07:32:29.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-03-02T07:32:29.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-03-02T07:32:29.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-03-02T07:32:29.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3538 | 2026-03-02T07:32:29.517Z | |
| 3539 | 2026-03-02T07:32:29.517Z | info: running `cargo check --bins --no-default-features` on sled-storage (162/252) |
| 3540 | 2026-03-02T07:32:30.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-03-02T07:32:30.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-03-02T07:32:30.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-03-02T07:32:30.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3544 | 2026-03-02T07:32:30.644Z | |
| 3545 | 2026-03-02T07:32:30.644Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (163/252) |
| 3546 | 2026-03-02T07:32:31.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-03-02T07:32:31.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-03-02T07:32:31.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-03-02T07:32:31.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3550 | 2026-03-02T07:32:31.728Z | |
| 3551 | 2026-03-02T07:32:31.728Z | info: running `cargo check --bins` on key-manager (164/252) |
| 3552 | 2026-03-02T07:32:32.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-03-02T07:32:32.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-03-02T07:32:32.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-03-02T07:32:32.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3556 | 2026-03-02T07:32:32.775Z | |
| 3557 | 2026-03-02T07:32:32.775Z | info: running `cargo check --bins --no-default-features` on sled-hardware (165/252) |
| 3558 | 2026-03-02T07:32:33.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-03-02T07:32:33.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-03-02T07:32:33.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-03-02T07:32:33.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3562 | 2026-03-02T07:32:33.831Z | |
| 3563 | 2026-03-02T07:32:33.831Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (166/252) |
| 3564 | 2026-03-02T07:32:34.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-03-02T07:32:34.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-03-02T07:32:34.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-03-02T07:32:34.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3568 | 2026-03-02T07:32:34.868Z | |
| 3569 | 2026-03-02T07:32:34.868Z | info: running `cargo check --bins` on typed-rng (167/252) |
| 3570 | 2026-03-02T07:32:35.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-03-02T07:32:35.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-03-02T07:32:35.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-03-02T07:32:35.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3574 | 2026-03-02T07:32:35.914Z | |
| 3575 | 2026-03-02T07:32:35.914Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (168/252) |
| 3576 | 2026-03-02T07:32:36.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-03-02T07:32:37.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-03-02T07:32:37.371Z | Compiling libefi-sys v0.1.0 |
| 3579 | 2026-03-02T07:32:37.371Z | Compiling bitfield-struct v0.6.2 |
| 3580 | 2026-03-02T07:32:37.396Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3581 | 2026-03-02T07:32:37.421Z | Compiling xshell-macros v0.2.7 |
| 3582 | 2026-03-02T07:32:37.483Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3583 | 2026-03-02T07:32:37.508Z | Compiling salty v0.3.0 |
| 3584 | 2026-03-02T07:32:37.534Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3585 | 2026-03-02T07:32:37.559Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3586 | 2026-03-02T07:32:37.584Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3587 | 2026-03-02T07:32:38.006Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3588 | 2026-03-02T07:32:38.047Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3589 | 2026-03-02T07:32:38.096Z | Checking xshell v0.2.7 |
| 3590 | 2026-03-02T07:32:38.291Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3591 | 2026-03-02T07:32:38.321Z | Checking primeorder v0.13.6 |
| 3592 | 2026-03-02T07:32:38.380Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3593 | 2026-03-02T07:32:38.429Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3594 | 2026-03-02T07:32:38.457Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3595 | 2026-03-02T07:32:38.537Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3596 | 2026-03-02T07:32:38.760Z | Checking p384 v0.13.1 |
| 3597 | 2026-03-02T07:32:38.785Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3598 | 2026-03-02T07:32:38.810Z | Compiling nix v0.31.1 |
| 3599 | 2026-03-02T07:32:39.027Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3600 | 2026-03-02T07:32:39.055Z | Compiling proc-macro-error2 v2.0.1 |
| 3601 | 2026-03-02T07:32:39.297Z | Compiling num-derive v0.3.3 |
| 3602 | 2026-03-02T07:32:39.440Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3603 | 2026-03-02T07:32:39.495Z | Compiling unicase v2.9.0 |
| 3604 | 2026-03-02T07:32:39.580Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3605 | 2026-03-02T07:32:39.605Z | Compiling tabled_derive v0.11.0 |
| 3606 | 2026-03-02T07:32:39.766Z | Checking papergrid v0.17.0 |
| 3607 | 2026-03-02T07:32:39.841Z | Compiling mime_guess v2.0.5 |
| 3608 | 2026-03-02T07:32:40.219Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3609 | 2026-03-02T07:32:40.724Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3610 | 2026-03-02T07:32:40.750Z | Checking libscf-sys v1.1.0 |
| 3611 | 2026-03-02T07:32:40.851Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3612 | 2026-03-02T07:32:40.947Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3613 | 2026-03-02T07:32:40.972Z | Checking testing_table v0.3.0 |
| 3614 | 2026-03-02T07:32:41.086Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3615 | 2026-03-02T07:32:41.118Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3616 | 2026-03-02T07:32:41.423Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3617 | 2026-03-02T07:32:41.474Z | Checking corncobs v0.1.4 |
| 3618 | 2026-03-02T07:32:41.665Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3619 | 2026-03-02T07:32:41.786Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3620 | 2026-03-02T07:32:41.811Z | Checking tabled v0.20.0 |
| 3621 | 2026-03-02T07:32:41.871Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3622 | 2026-03-02T07:32:41.947Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3623 | 2026-03-02T07:32:42.047Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3624 | 2026-03-02T07:32:42.247Z | Checking secrecy v0.8.0 |
| 3625 | 2026-03-02T07:32:42.272Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3626 | 2026-03-02T07:32:42.460Z | Checking http-range v0.1.5 |
| 3627 | 2026-03-02T07:32:42.632Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3628 | 2026-03-02T07:32:43.330Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3629 | 2026-03-02T07:32:43.456Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3630 | 2026-03-02T07:32:43.505Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3631 | 2026-03-02T07:32:43.656Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3632 | 2026-03-02T07:32:43.822Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3633 | 2026-03-02T07:32:43.911Z | Checking atty v0.2.14 |
| 3634 | 2026-03-02T07:32:43.989Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3635 | 2026-03-02T07:32:44.016Z | Checking crc8 v0.1.1 |
| 3636 | 2026-03-02T07:32:44.041Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3637 | 2026-03-02T07:32:44.068Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3638 | 2026-03-02T07:32:44.157Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3639 | 2026-03-02T07:32:44.189Z | Checking hyper-staticfile v0.10.1 |
| 3640 | 2026-03-02T07:32:44.591Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3641 | 2026-03-02T07:32:44.683Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3642 | 2026-03-02T07:32:44.752Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3643 | 2026-03-02T07:32:44.901Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3644 | 2026-03-02T07:32:45.046Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3645 | 2026-03-02T07:32:45.347Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3646 | 2026-03-02T07:32:45.373Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3647 | 2026-03-02T07:32:45.607Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3648 | 2026-03-02T07:32:45.676Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3649 | 2026-03-02T07:32:45.745Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3650 | 2026-03-02T07:32:46.095Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3651 | 2026-03-02T07:32:46.277Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3652 | 2026-03-02T07:32:46.369Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3653 | 2026-03-02T07:32:46.562Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3654 | 2026-03-02T07:32:48.122Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3655 | 2026-03-02T07:32:48.438Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3656 | 2026-03-02T07:32:48.612Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3657 | 2026-03-02T07:32:49.346Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3658 | 2026-03-02T07:32:49.965Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3659 | 2026-03-02T07:32:50.031Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3660 | 2026-03-02T07:33:00.052Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3661 | 2026-03-02T07:33:22.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.71s |
| 3662 | 2026-03-02T07:33:22.868Z | |
| 3663 | 2026-03-02T07:33:22.868Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (169/252) |
| 3664 | 2026-03-02T07:33:23.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-03-02T07:33:23.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-03-02T07:33:24.211Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3667 | 2026-03-02T07:33:46.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.19s |
| 3668 | 2026-03-02T07:33:46.291Z | |
| 3669 | 2026-03-02T07:33:46.291Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (170/252) |
| 3670 | 2026-03-02T07:33:47.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-03-02T07:33:47.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-03-02T07:33:47.624Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3673 | 2026-03-02T07:34:09.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.73s |
| 3674 | 2026-03-02T07:34:09.248Z | |
| 3675 | 2026-03-02T07:34:09.248Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (171/252) |
| 3676 | 2026-03-02T07:34:10.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-03-02T07:34:10.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-03-02T07:34:10.555Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3679 | 2026-03-02T07:34:33.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.85s |
| 3680 | 2026-03-02T07:34:33.335Z | |
| 3681 | 2026-03-02T07:34:33.335Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (172/252) |
| 3682 | 2026-03-02T07:34:34.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-03-02T07:34:34.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-03-02T07:34:34.658Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3685 | 2026-03-02T07:34:55.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.61s |
| 3686 | 2026-03-02T07:34:56.202Z | |
| 3687 | 2026-03-02T07:34:56.202Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (173/252) |
| 3688 | 2026-03-02T07:34:57.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-03-02T07:34:57.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-03-02T07:34:57.545Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3691 | 2026-03-02T07:35:19.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.72s |
| 3692 | 2026-03-02T07:35:20.156Z | |
| 3693 | 2026-03-02T07:35:20.156Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (174/252) |
| 3694 | 2026-03-02T07:35:21.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-03-02T07:35:21.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-03-02T07:35:21.519Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3697 | 2026-03-02T07:35:43.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.99s |
| 3698 | 2026-03-02T07:35:43.361Z | |
| 3699 | 2026-03-02T07:35:43.361Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (175/252) |
| 3700 | 2026-03-02T07:35:44.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-03-02T07:35:44.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-03-02T07:35:44.659Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3703 | 2026-03-02T07:36:06.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.14s |
| 3704 | 2026-03-02T07:36:06.724Z | |
| 3705 | 2026-03-02T07:36:06.724Z | info: running `cargo check --bins` on bootstrap-agent-api (176/252) |
| 3706 | 2026-03-02T07:36:07.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-03-02T07:36:07.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-03-02T07:36:07.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-03-02T07:36:07.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3710 | 2026-03-02T07:36:07.886Z | |
| 3711 | 2026-03-02T07:36:07.886Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (177/252) |
| 3712 | 2026-03-02T07:36:08.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-03-02T07:36:08.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-03-02T07:36:08.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-03-02T07:36:08.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3716 | 2026-03-02T07:36:09.008Z | |
| 3717 | 2026-03-02T07:36:09.008Z | info: running `cargo check --bins` on range-requests (178/252) |
| 3718 | 2026-03-02T07:36:09.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-03-02T07:36:09.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-03-02T07:36:09.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-03-02T07:36:09.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3722 | 2026-03-02T07:36:10.076Z | |
| 3723 | 2026-03-02T07:36:10.076Z | info: running `cargo check --bins` on repo-depot-api (179/252) |
| 3724 | 2026-03-02T07:36:11.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-03-02T07:36:11.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-03-02T07:36:11.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-03-02T07:36:11.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3728 | 2026-03-02T07:36:11.212Z | |
| 3729 | 2026-03-02T07:36:11.212Z | info: running `cargo check --bins` on sled-agent-api (180/252) |
| 3730 | 2026-03-02T07:36:12.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-03-02T07:36:12.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-03-02T07:36:12.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-03-02T07:36:12.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3734 | 2026-03-02T07:36:12.399Z | |
| 3735 | 2026-03-02T07:36:12.399Z | info: running `cargo check --bins` on sled-diagnostics (181/252) |
| 3736 | 2026-03-02T07:36:13.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-03-02T07:36:13.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-03-02T07:36:13.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3739 | 2026-03-02T07:36:13.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3740 | 2026-03-02T07:36:13.539Z | |
| 3741 | 2026-03-02T07:36:13.539Z | info: running `cargo check --bins` on zfs-test-harness (182/252) |
| 3742 | 2026-03-02T07:36:14.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-03-02T07:36:14.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-03-02T07:36:14.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3745 | 2026-03-02T07:36:14.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3746 | 2026-03-02T07:36:14.693Z | |
| 3747 | 2026-03-02T07:36:14.693Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (183/252) |
| 3748 | 2026-03-02T07:36:15.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-03-02T07:36:15.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-03-02T07:36:15.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3751 | 2026-03-02T07:36:15.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3752 | 2026-03-02T07:36:15.870Z | |
| 3753 | 2026-03-02T07:36:15.870Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (184/252) |
| 3754 | 2026-03-02T07:36:16.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-03-02T07:36:16.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-03-02T07:36:16.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3757 | 2026-03-02T07:36:16.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3758 | 2026-03-02T07:36:17.044Z | |
| 3759 | 2026-03-02T07:36:17.045Z | info: running `cargo check --bins` on sled-agent-health-monitor (185/252) |
| 3760 | 2026-03-02T07:36:18.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-03-02T07:36:18.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-03-02T07:36:18.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3763 | 2026-03-02T07:36:18.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3764 | 2026-03-02T07:36:18.220Z | |
| 3765 | 2026-03-02T07:36:18.220Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (186/252) |
| 3766 | 2026-03-02T07:36:19.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-03-02T07:36:19.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-03-02T07:36:19.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3769 | 2026-03-02T07:36:19.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3770 | 2026-03-02T07:36:19.334Z | |
| 3771 | 2026-03-02T07:36:19.334Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (187/252) |
| 3772 | 2026-03-02T07:36:20.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-03-02T07:36:20.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-03-02T07:36:20.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3775 | 2026-03-02T07:36:20.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3776 | 2026-03-02T07:36:20.466Z | |
| 3777 | 2026-03-02T07:36:20.466Z | info: running `cargo check --bins` on sled-agent-resolvable-files (188/252) |
| 3778 | 2026-03-02T07:36:21.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-03-02T07:36:21.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-03-02T07:36:21.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2026-03-02T07:36:21.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3782 | 2026-03-02T07:36:21.586Z | |
| 3783 | 2026-03-02T07:36:21.586Z | info: running `cargo check --bins` on trust-quorum (189/252) |
| 3784 | 2026-03-02T07:36:22.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-03-02T07:36:22.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-03-02T07:36:22.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-03-02T07:36:22.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3788 | 2026-03-02T07:36:22.721Z | |
| 3789 | 2026-03-02T07:36:22.721Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (190/252) |
| 3790 | 2026-03-02T07:36:23.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-03-02T07:36:23.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-03-02T07:36:23.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-03-02T07:36:23.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3794 | 2026-03-02T07:36:23.915Z | |
| 3795 | 2026-03-02T07:36:23.915Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (191/252) |
| 3796 | 2026-03-02T07:36:25.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-03-02T07:36:25.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-03-02T07:36:25.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-03-02T07:36:25.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3800 | 2026-03-02T07:36:25.140Z | |
| 3801 | 2026-03-02T07:36:25.140Z | info: running `cargo check --bins` on update-common (192/252) |
| 3802 | 2026-03-02T07:36:26.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-03-02T07:36:26.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-03-02T07:36:26.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-03-02T07:36:26.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3806 | 2026-03-02T07:36:26.306Z | |
| 3807 | 2026-03-02T07:36:26.306Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (193/252) |
| 3808 | 2026-03-02T07:36:27.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-03-02T07:36:27.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-03-02T07:36:27.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-03-02T07:36:27.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3812 | 2026-03-02T07:36:27.476Z | |
| 3813 | 2026-03-02T07:36:27.477Z | info: running `cargo check --bins` on reconfigurator-cli (194/252) |
| 3814 | 2026-03-02T07:36:28.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-03-02T07:36:28.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-03-02T07:36:28.810Z | Compiling fs-err v2.11.0 |
| 3817 | 2026-03-02T07:36:28.810Z | Checking ignore v0.4.25 |
| 3818 | 2026-03-02T07:36:28.835Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3819 | 2026-03-02T07:36:28.835Z | Checking predicates-tree v1.0.13 |
| 3820 | 2026-03-02T07:36:28.861Z | Checking parse-size v1.1.0 |
| 3821 | 2026-03-02T07:36:28.913Z | Checking rand_seeder v0.4.0 |
| 3822 | 2026-03-02T07:36:28.938Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3823 | 2026-03-02T07:36:28.938Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3824 | 2026-03-02T07:36:29.043Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3825 | 2026-03-02T07:36:29.117Z | Compiling petname v2.0.2 |
| 3826 | 2026-03-02T07:36:29.196Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3827 | 2026-03-02T07:36:29.447Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3828 | 2026-03-02T07:36:29.485Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3829 | 2026-03-02T07:36:29.563Z | Checking globwalk v0.9.1 |
| 3830 | 2026-03-02T07:36:29.594Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3831 | 2026-03-02T07:36:29.767Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3832 | 2026-03-02T07:36:29.858Z | Checking camino-tempfile-ext v0.3.3 |
| 3833 | 2026-03-02T07:36:29.883Z | Checking sapling-renderdag v0.1.0 |
| 3834 | 2026-03-02T07:36:30.054Z | Checking sync-ptr v0.1.4 |
| 3835 | 2026-03-02T07:36:30.176Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3836 | 2026-03-02T07:36:30.252Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3837 | 2026-03-02T07:36:30.344Z | Checking colored v2.2.0 |
| 3838 | 2026-03-02T07:36:30.407Z | Checking assert_matches v1.5.0 |
| 3839 | 2026-03-02T07:36:30.778Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3840 | 2026-03-02T07:36:31.010Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3841 | 2026-03-02T07:36:31.035Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3842 | 2026-03-02T07:36:32.081Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3843 | 2026-03-02T07:36:34.554Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3844 | 2026-03-02T07:36:38.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s |
| 3845 | 2026-03-02T07:36:38.984Z | |
| 3846 | 2026-03-02T07:36:38.984Z | info: running `cargo check --bins` on omicron-repl-utils (195/252) |
| 3847 | 2026-03-02T07:36:39.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3848 | 2026-03-02T07:36:39.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3849 | 2026-03-02T07:36:39.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3850 | 2026-03-02T07:36:39.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3851 | 2026-03-02T07:36:40.090Z | |
| 3852 | 2026-03-02T07:36:40.090Z | info: running `cargo check --bins` on nexus-test-interface (196/252) |
| 3853 | 2026-03-02T07:36:41.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3854 | 2026-03-02T07:36:41.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3855 | 2026-03-02T07:36:41.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3856 | 2026-03-02T07:36:41.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3857 | 2026-03-02T07:36:41.376Z | |
| 3858 | 2026-03-02T07:36:41.376Z | info: running `cargo check --bins` on oximeter-collector (197/252) |
| 3859 | 2026-03-02T07:36:42.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3860 | 2026-03-02T07:36:42.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3861 | 2026-03-02T07:36:42.708Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3862 | 2026-03-02T07:36:42.709Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3863 | 2026-03-02T07:36:43.751Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3864 | 2026-03-02T07:36:46.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s |
| 3865 | 2026-03-02T07:36:46.886Z | |
| 3866 | 2026-03-02T07:36:46.886Z | info: running `cargo check --bins` on oximeter-api (198/252) |
| 3867 | 2026-03-02T07:36:47.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3868 | 2026-03-02T07:36:47.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3869 | 2026-03-02T07:36:47.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3870 | 2026-03-02T07:36:47.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3871 | 2026-03-02T07:36:47.923Z | |
| 3872 | 2026-03-02T07:36:47.923Z | info: running `cargo check --bins` on cert-dev (199/252) |
| 3873 | 2026-03-02T07:36:48.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3874 | 2026-03-02T07:36:48.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3875 | 2026-03-02T07:36:48.979Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3876 | 2026-03-02T07:36:49.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 3877 | 2026-03-02T07:36:49.456Z | |
| 3878 | 2026-03-02T07:36:49.457Z | info: running `cargo check --bins` on clickana (200/252) |
| 3879 | 2026-03-02T07:36:50.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-03-02T07:36:50.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-03-02T07:36:50.571Z | Compiling darling_core v0.23.0 |
| 3882 | 2026-03-02T07:36:50.596Z | Compiling instability v0.3.11 |
| 3883 | 2026-03-02T07:36:50.597Z | Checking castaway v0.2.4 |
| 3884 | 2026-03-02T07:36:50.597Z | Compiling indoc v2.0.7 |
| 3885 | 2026-03-02T07:36:50.597Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3886 | 2026-03-02T07:36:50.623Z | Checking unicode-truncate v1.1.0 |
| 3887 | 2026-03-02T07:36:50.648Z | Checking lru v0.12.5 |
| 3888 | 2026-03-02T07:36:50.648Z | Checking cassowary v0.3.0 |
| 3889 | 2026-03-02T07:36:50.830Z | Checking compact_str v0.8.1 |
| 3890 | 2026-03-02T07:36:52.562Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3891 | 2026-03-02T07:36:52.839Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3892 | 2026-03-02T07:36:53.770Z | Compiling darling_macro v0.23.0 |
| 3893 | 2026-03-02T07:36:54.432Z | Compiling darling v0.23.0 |
| 3894 | 2026-03-02T07:36:55.471Z | Checking ratatui v0.29.0 |
| 3895 | 2026-03-02T07:36:57.926Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3896 | 2026-03-02T07:36:58.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.53s |
| 3897 | 2026-03-02T07:36:59.181Z | |
| 3898 | 2026-03-02T07:36:59.181Z | info: running `cargo check --bins` on clickhouse-cluster-dev (201/252) |
| 3899 | 2026-03-02T07:37:00.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-03-02T07:37:00.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-03-02T07:37:00.415Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3902 | 2026-03-02T07:37:00.415Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3903 | 2026-03-02T07:37:01.324Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3904 | 2026-03-02T07:37:02.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s |
| 3905 | 2026-03-02T07:37:02.225Z | |
| 3906 | 2026-03-02T07:37:02.225Z | info: running `cargo check --bins` on ch-dev (202/252) |
| 3907 | 2026-03-02T07:37:03.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3908 | 2026-03-02T07:37:03.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3909 | 2026-03-02T07:37:03.519Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3910 | 2026-03-02T07:37:04.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
| 3911 | 2026-03-02T07:37:04.819Z | |
| 3912 | 2026-03-02T07:37:04.819Z | info: running `cargo check --bins` on dev-tools-common (203/252) |
| 3913 | 2026-03-02T07:37:05.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3914 | 2026-03-02T07:37:05.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3915 | 2026-03-02T07:37:05.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3916 | 2026-03-02T07:37:05.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3917 | 2026-03-02T07:37:05.665Z | |
| 3918 | 2026-03-02T07:37:05.665Z | info: running `cargo check --bins` on crdb-seed (204/252) |
| 3919 | 2026-03-02T07:37:06.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3920 | 2026-03-02T07:37:06.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3921 | 2026-03-02T07:37:06.974Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3922 | 2026-03-02T07:37:07.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 3923 | 2026-03-02T07:37:07.711Z | |
| 3924 | 2026-03-02T07:37:07.711Z | info: running `cargo check --bins` on db-dev (205/252) |
| 3925 | 2026-03-02T07:37:08.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3926 | 2026-03-02T07:37:08.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3927 | 2026-03-02T07:37:08.963Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3928 | 2026-03-02T07:37:10.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
| 3929 | 2026-03-02T07:37:10.274Z | |
| 3930 | 2026-03-02T07:37:10.275Z | info: running `cargo check --bins` on omicron-dev-lib (206/252) |
| 3931 | 2026-03-02T07:37:11.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-03-02T07:37:11.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-03-02T07:37:11.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3934 | 2026-03-02T07:37:11.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3935 | 2026-03-02T07:37:11.478Z | |
| 3936 | 2026-03-02T07:37:11.478Z | info: running `cargo check --bins` on xtask-downloader (207/252) |
| 3937 | 2026-03-02T07:37:12.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-03-02T07:37:12.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-03-02T07:37:12.482Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3940 | 2026-03-02T07:37:13.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
| 3941 | 2026-03-02T07:37:13.744Z | |
| 3942 | 2026-03-02T07:37:13.744Z | info: running `cargo check --bins` on omicron-dropshot-apis (208/252) |
| 3943 | 2026-03-02T07:37:14.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3944 | 2026-03-02T07:37:14.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3945 | 2026-03-02T07:37:14.993Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3946 | 2026-03-02T07:37:14.993Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3947 | 2026-03-02T07:37:14.993Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 3948 | 2026-03-02T07:37:15.018Z | Checking git-stub v1.0.0 |
| 3949 | 2026-03-02T07:37:15.018Z | Compiling trait-variant v0.1.2 |
| 3950 | 2026-03-02T07:37:15.018Z | Checking maplit v1.0.2 |
| 3951 | 2026-03-02T07:37:15.018Z | Checking is_ci v1.2.0 |
| 3952 | 2026-03-02T07:37:15.018Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3953 | 2026-03-02T07:37:15.220Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3954 | 2026-03-02T07:37:15.290Z | Checking supports-color v3.0.2 |
| 3955 | 2026-03-02T07:37:15.424Z | Checking drift v0.1.3 |
| 3956 | 2026-03-02T07:37:15.454Z | Checking git-stub-vcs v0.1.0 |
| 3957 | 2026-03-02T07:37:15.506Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3958 | 2026-03-02T07:37:15.531Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3959 | 2026-03-02T07:37:15.792Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3960 | 2026-03-02T07:37:15.817Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3961 | 2026-03-02T07:37:15.952Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3962 | 2026-03-02T07:37:16.023Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3963 | 2026-03-02T07:37:16.048Z | Checking dropshot-api-manager v0.4.0 |
| 3964 | 2026-03-02T07:37:16.265Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 3965 | 2026-03-02T07:37:16.550Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3966 | 2026-03-02T07:37:16.761Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 3967 | 2026-03-02T07:37:17.386Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3968 | 2026-03-02T07:37:27.694Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3969 | 2026-03-02T07:37:29.831Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3970 | 2026-03-02T07:37:30.955Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3971 | 2026-03-02T07:37:31.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.94s |
| 3972 | 2026-03-02T07:37:31.905Z | |
| 3973 | 2026-03-02T07:37:31.905Z | info: running `cargo check --bins` on installinator-api (209/252) |
| 3974 | 2026-03-02T07:37:32.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-03-02T07:37:32.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-03-02T07:37:32.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-03-02T07:37:32.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3978 | 2026-03-02T07:37:32.953Z | |
| 3979 | 2026-03-02T07:37:32.953Z | info: running `cargo check --bins` on nexus-external-api (210/252) |
| 3980 | 2026-03-02T07:37:33.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-03-02T07:37:33.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-03-02T07:37:33.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-03-02T07:37:34.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3984 | 2026-03-02T07:37:34.092Z | |
| 3985 | 2026-03-02T07:37:34.092Z | info: running `cargo check --bins` on nexus-internal-api (211/252) |
| 3986 | 2026-03-02T07:37:35.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-03-02T07:37:35.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-03-02T07:37:35.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-03-02T07:37:35.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3990 | 2026-03-02T07:37:35.179Z | |
| 3991 | 2026-03-02T07:37:35.179Z | info: running `cargo check --bins` on nexus-lockstep-api (212/252) |
| 3992 | 2026-03-02T07:37:36.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-03-02T07:37:36.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-03-02T07:37:36.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-03-02T07:37:36.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3996 | 2026-03-02T07:37:36.357Z | |
| 3997 | 2026-03-02T07:37:36.358Z | info: running `cargo check --bins` on ntp-admin-api (213/252) |
| 3998 | 2026-03-02T07:37:37.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-03-02T07:37:37.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-03-02T07:37:37.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-03-02T07:37:37.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 4002 | 2026-03-02T07:37:37.413Z | |
| 4003 | 2026-03-02T07:37:37.413Z | info: running `cargo check --bins` on ntp-admin-types-versions (214/252) |
| 4004 | 2026-03-02T07:37:38.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-03-02T07:37:38.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-03-02T07:37:38.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-03-02T07:37:38.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 4008 | 2026-03-02T07:37:38.418Z | |
| 4009 | 2026-03-02T07:37:38.418Z | info: running `cargo check --bins` on wicketd-api (215/252) |
| 4010 | 2026-03-02T07:37:39.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-03-02T07:37:39.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-03-02T07:37:39.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-03-02T07:37:39.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 4014 | 2026-03-02T07:37:39.503Z | |
| 4015 | 2026-03-02T07:37:39.503Z | info: running `cargo check --bins` on omicron-ls-apis (216/252) |
| 4016 | 2026-03-02T07:37:40.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-03-02T07:37:40.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-03-02T07:37:40.582Z | Checking erased-serde v0.4.9 |
| 4019 | 2026-03-02T07:37:40.606Z | Checking ordered-float v2.10.1 |
| 4020 | 2026-03-02T07:37:40.638Z | Checking unicode-xid v0.2.6 |
| 4021 | 2026-03-02T07:37:40.664Z | Checking cargo-platform v0.2.0 |
| 4022 | 2026-03-02T07:37:41.078Z | Checking serde-value v0.7.0 |
| 4023 | 2026-03-02T07:37:41.364Z | Checking serde-untagged v0.1.9 |
| 4024 | 2026-03-02T07:37:41.666Z | Checking cargo-util-schemas v0.8.2 |
| 4025 | 2026-03-02T07:37:43.177Z | Checking cargo_metadata v0.21.0 |
| 4026 | 2026-03-02T07:37:44.471Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4027 | 2026-03-02T07:37:45.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s |
| 4028 | 2026-03-02T07:37:45.942Z | |
| 4029 | 2026-03-02T07:37:45.943Z | info: running `cargo check --bins` on mgs-dev (217/252) |
| 4030 | 2026-03-02T07:37:46.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-03-02T07:37:46.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-03-02T07:37:47.162Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4033 | 2026-03-02T07:37:48.047Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4034 | 2026-03-02T07:37:48.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s |
| 4035 | 2026-03-02T07:37:49.082Z | |
| 4036 | 2026-03-02T07:37:49.082Z | info: running `cargo check --bins` on omicron-omdb (218/252) |
| 4037 | 2026-03-02T07:37:50.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-03-02T07:37:50.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-03-02T07:37:50.554Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4040 | 2026-03-02T07:37:50.554Z | Compiling vergen-gitcl v1.0.8 |
| 4041 | 2026-03-02T07:37:50.579Z | Compiling dirs-sys-next v0.1.2 |
| 4042 | 2026-03-02T07:37:50.579Z | Compiling crunchy v0.2.4 |
| 4043 | 2026-03-02T07:37:50.579Z | Compiling glob v0.3.3 |
| 4044 | 2026-03-02T07:37:50.579Z | Compiling dsl_auto_type v0.1.3 |
| 4045 | 2026-03-02T07:37:50.579Z | Checking scheduled-thread-pool v0.2.7 |
| 4046 | 2026-03-02T07:37:50.579Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 4047 | 2026-03-02T07:37:50.926Z | Compiling dirs-next v2.0.0 |
| 4048 | 2026-03-02T07:37:50.957Z | Compiling tiny-keccak v2.0.2 |
| 4049 | 2026-03-02T07:37:51.074Z | Compiling term v0.7.0 |
| 4050 | 2026-03-02T07:37:51.100Z | Checking r2d2 v0.8.10 |
| 4051 | 2026-03-02T07:37:51.254Z | Compiling bit-vec v0.6.3 |
| 4052 | 2026-03-02T07:37:51.422Z | Compiling itertools v0.10.5 |
| 4053 | 2026-03-02T07:37:51.473Z | Compiling clang-sys v1.8.1 |
| 4054 | 2026-03-02T07:37:51.656Z | Compiling ascii-canvas v3.0.0 |
| 4055 | 2026-03-02T07:37:51.881Z | Compiling diesel_derives v2.2.7 |
| 4056 | 2026-03-02T07:37:52.057Z | Compiling bit-set v0.5.3 |
| 4057 | 2026-03-02T07:37:52.082Z | Compiling ena v0.14.4 |
| 4058 | 2026-03-02T07:37:52.107Z | Compiling libloading v0.8.9 |
| 4059 | 2026-03-02T07:37:52.165Z | Compiling diff v0.1.13 |
| 4060 | 2026-03-02T07:37:52.247Z | Compiling regex-syntax v0.6.29 |
| 4061 | 2026-03-02T07:37:52.318Z | Compiling bindgen v0.71.1 |
| 4062 | 2026-03-02T07:37:52.477Z | Compiling cexpr v0.6.0 |
| 4063 | 2026-03-02T07:37:52.636Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4064 | 2026-03-02T07:37:52.902Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4065 | 2026-03-02T07:37:53.175Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4066 | 2026-03-02T07:37:53.200Z | Compiling libxml v0.3.3 |
| 4067 | 2026-03-02T07:37:53.530Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4068 | 2026-03-02T07:37:53.593Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4069 | 2026-03-02T07:37:53.808Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4070 | 2026-03-02T07:37:54.004Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4071 | 2026-03-02T07:37:54.040Z | Compiling strum_macros v0.24.3 |
| 4072 | 2026-03-02T07:37:54.108Z | Compiling indoc v1.0.9 |
| 4073 | 2026-03-02T07:37:54.799Z | Compiling lalrpop v0.19.12 |
| 4074 | 2026-03-02T07:37:55.656Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4075 | 2026-03-02T07:37:55.965Z | Checking derive_builder v0.20.2 |
| 4076 | 2026-03-02T07:37:56.153Z | Compiling oso-derive v0.27.3 |
| 4077 | 2026-03-02T07:37:56.469Z | Checking quick-xml v0.37.5 |
| 4078 | 2026-03-02T07:37:56.508Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4079 | 2026-03-02T07:37:56.929Z | Checking openssl-probe v0.1.6 |
| 4080 | 2026-03-02T07:37:57.126Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4081 | 2026-03-02T07:37:58.364Z | Compiling diesel-dtrace v0.4.2 |
| 4082 | 2026-03-02T07:37:58.433Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4083 | 2026-03-02T07:37:58.714Z | Checking bb8 v0.8.6 |
| 4084 | 2026-03-02T07:37:58.791Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4085 | 2026-03-02T07:37:59.095Z | Checking nonempty v0.12.0 |
| 4086 | 2026-03-02T07:37:59.200Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4087 | 2026-03-02T07:37:59.371Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4088 | 2026-03-02T07:37:59.518Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4089 | 2026-03-02T07:37:59.550Z | Checking support-bundle-viewer v0.1.2 |
| 4090 | 2026-03-02T07:37:59.698Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4091 | 2026-03-02T07:37:59.950Z | Checking multimap v0.10.1 |
| 4092 | 2026-03-02T07:38:00.126Z | Checking diesel v2.2.12 |
| 4093 | 2026-03-02T07:38:03.922Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4094 | 2026-03-02T07:38:06.645Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4095 | 2026-03-02T07:38:07.158Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4096 | 2026-03-02T07:38:07.680Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4097 | 2026-03-02T07:38:08.923Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4098 | 2026-03-02T07:38:09.772Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4099 | 2026-03-02T07:38:10.484Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4100 | 2026-03-02T07:38:10.931Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4101 | 2026-03-02T07:38:14.433Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4102 | 2026-03-02T07:38:23.973Z | Compiling samael v0.0.19 |
| 4103 | 2026-03-02T07:38:31.594Z | Checking async-bb8-diesel v0.2.1 |
| 4104 | 2026-03-02T07:38:34.068Z | Compiling polar-core v0.27.3 |
| 4105 | 2026-03-02T07:38:42.708Z | Checking oso v0.27.3 |
| 4106 | 2026-03-02T07:39:37.737Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4107 | 2026-03-02T07:40:48.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 58s |
| 4108 | 2026-03-02T07:40:48.222Z | |
| 4109 | 2026-03-02T07:40:48.222Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (219/252) |
| 4110 | 2026-03-02T07:40:49.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-03-02T07:40:49.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-03-02T07:40:49.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4113 | 2026-03-02T07:40:49.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4114 | 2026-03-02T07:40:49.360Z | |
| 4115 | 2026-03-02T07:40:49.360Z | info: running `cargo check --bins` on nexus-saga-recovery (220/252) |
| 4116 | 2026-03-02T07:40:50.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-03-02T07:40:50.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-03-02T07:40:50.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4119 | 2026-03-02T07:40:50.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 4120 | 2026-03-02T07:40:50.476Z | |
| 4121 | 2026-03-02T07:40:50.476Z | info: running `cargo check --bins` on nexus-test-utils-macros (221/252) |
| 4122 | 2026-03-02T07:40:51.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-03-02T07:40:51.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-03-02T07:40:51.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4125 | 2026-03-02T07:40:51.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 4126 | 2026-03-02T07:40:51.473Z | |
| 4127 | 2026-03-02T07:40:51.473Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (222/252) |
| 4128 | 2026-03-02T07:40:52.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-03-02T07:40:52.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-03-02T07:40:52.880Z | Compiling libz-sys v1.1.24 |
| 4131 | 2026-03-02T07:40:52.905Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4132 | 2026-03-02T07:40:52.930Z | Compiling vergen-git2 v1.0.7 |
| 4133 | 2026-03-02T07:40:52.965Z | Compiling rustls v0.21.12 |
| 4134 | 2026-03-02T07:40:52.990Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4135 | 2026-03-02T07:40:53.014Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4136 | 2026-03-02T07:40:53.014Z | Compiling nix v0.29.0 |
| 4137 | 2026-03-02T07:40:53.014Z | Checking sct v0.7.1 |
| 4138 | 2026-03-02T07:40:53.274Z | Checking rustls-webpki v0.101.7 |
| 4139 | 2026-03-02T07:40:53.321Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4140 | 2026-03-02T07:40:53.371Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4141 | 2026-03-02T07:40:53.403Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4142 | 2026-03-02T07:40:53.620Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4143 | 2026-03-02T07:40:53.810Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4144 | 2026-03-02T07:40:53.865Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4145 | 2026-03-02T07:40:53.960Z | Checking rustls-pemfile v1.0.4 |
| 4146 | 2026-03-02T07:40:54.176Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4147 | 2026-03-02T07:40:54.216Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4148 | 2026-03-02T07:40:54.502Z | Checking twox-hash v2.1.2 |
| 4149 | 2026-03-02T07:40:54.657Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4150 | 2026-03-02T07:40:54.827Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4151 | 2026-03-02T07:40:55.746Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4152 | 2026-03-02T07:40:55.924Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4153 | 2026-03-02T07:40:55.949Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4154 | 2026-03-02T07:40:56.344Z | Checking tokio-rustls v0.24.1 |
| 4155 | 2026-03-02T07:40:56.679Z | Checking progenitor-extras v0.1.0 |
| 4156 | 2026-03-02T07:40:57.005Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4157 | 2026-03-02T07:40:57.031Z | Checking fatfs v0.3.6 |
| 4158 | 2026-03-02T07:40:57.056Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4159 | 2026-03-02T07:40:57.215Z | Compiling seq-macro v0.3.6 |
| 4160 | 2026-03-02T07:41:04.062Z | Compiling git2 v0.20.4 |
| 4161 | 2026-03-02T07:41:05.962Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4162 | 2026-03-02T07:41:06.158Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4163 | 2026-03-02T07:41:09.139Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4164 | 2026-03-02T07:42:46.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s |
| 4165 | 2026-03-02T07:42:46.929Z | |
| 4166 | 2026-03-02T07:42:46.929Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (223/252) |
| 4167 | 2026-03-02T07:42:48.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4168 | 2026-03-02T07:42:48.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4169 | 2026-03-02T07:42:48.439Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4170 | 2026-03-02T07:44:17.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 4171 | 2026-03-02T07:44:17.414Z | |
| 4172 | 2026-03-02T07:44:17.414Z | info: running `cargo check --bins` on nexus-background-task-interface (224/252) |
| 4173 | 2026-03-02T07:44:18.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4174 | 2026-03-02T07:44:18.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4175 | 2026-03-02T07:44:18.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4176 | 2026-03-02T07:44:18.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 4177 | 2026-03-02T07:44:18.461Z | |
| 4178 | 2026-03-02T07:44:18.461Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (225/252) |
| 4179 | 2026-03-02T07:44:19.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4180 | 2026-03-02T07:44:19.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4181 | 2026-03-02T07:44:19.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4182 | 2026-03-02T07:44:19.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 4183 | 2026-03-02T07:44:19.583Z | |
| 4184 | 2026-03-02T07:44:19.583Z | info: running `cargo check --bins` on nexus-mgs-updates (226/252) |
| 4185 | 2026-03-02T07:44:20.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4186 | 2026-03-02T07:44:20.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4187 | 2026-03-02T07:44:20.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4188 | 2026-03-02T07:44:20.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 4189 | 2026-03-02T07:44:20.699Z | |
| 4190 | 2026-03-02T07:44:20.699Z | info: running `cargo check --bins` on nexus-networking (227/252) |
| 4191 | 2026-03-02T07:44:21.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4192 | 2026-03-02T07:44:21.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4193 | 2026-03-02T07:44:21.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4194 | 2026-03-02T07:44:21.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 4195 | 2026-03-02T07:44:21.840Z | |
| 4196 | 2026-03-02T07:44:21.840Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (228/252) |
| 4197 | 2026-03-02T07:44:22.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-03-02T07:44:22.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-03-02T07:44:22.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4200 | 2026-03-02T07:44:22.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 4201 | 2026-03-02T07:44:23.040Z | |
| 4202 | 2026-03-02T07:44:23.040Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (229/252) |
| 4203 | 2026-03-02T07:44:24.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4204 | 2026-03-02T07:44:24.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4205 | 2026-03-02T07:44:24.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4206 | 2026-03-02T07:44:24.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4207 | 2026-03-02T07:44:24.231Z | |
| 4208 | 2026-03-02T07:44:24.231Z | info: running `cargo check --bins` on omicron-dev (230/252) |
| 4209 | 2026-03-02T07:44:25.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4210 | 2026-03-02T07:44:25.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4211 | 2026-03-02T07:44:25.702Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4212 | 2026-03-02T07:44:25.702Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4213 | 2026-03-02T07:44:25.771Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4214 | 2026-03-02T07:44:25.797Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4215 | 2026-03-02T07:44:25.821Z | Checking diff v0.1.13 |
| 4216 | 2026-03-02T07:44:25.821Z | Checking yansi v1.0.1 |
| 4217 | 2026-03-02T07:44:25.821Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4218 | 2026-03-02T07:44:25.821Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4219 | 2026-03-02T07:44:26.065Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4220 | 2026-03-02T07:44:26.346Z | Checking pretty_assertions v1.4.1 |
| 4221 | 2026-03-02T07:44:27.525Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4222 | 2026-03-02T07:45:16.078Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4223 | 2026-03-02T07:45:16.078Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4224 | 2026-03-02T07:45:16.103Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4225 | 2026-03-02T07:45:16.103Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4226 | 2026-03-02T07:45:16.103Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4227 | 2026-03-02T07:45:16.103Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4228 | 2026-03-02T07:45:17.393Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4229 | 2026-03-02T07:45:19.285Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4230 | 2026-03-02T07:46:45.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
| 4231 | 2026-03-02T07:46:45.548Z | |
| 4232 | 2026-03-02T07:46:45.548Z | info: running `cargo check --bins` on omicron-pins (231/252) |
| 4233 | 2026-03-02T07:46:46.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4234 | 2026-03-02T07:46:46.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4235 | 2026-03-02T07:46:46.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4236 | 2026-03-02T07:46:46.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 4237 | 2026-03-02T07:46:46.599Z | |
| 4238 | 2026-03-02T07:46:46.599Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (232/252) |
| 4239 | 2026-03-02T07:46:47.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4240 | 2026-03-02T07:46:47.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4241 | 2026-03-02T07:46:47.912Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4242 | 2026-03-02T07:46:47.937Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4243 | 2026-03-02T07:46:47.937Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4244 | 2026-03-02T07:47:20.588Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4245 | 2026-03-02T07:47:21.200Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4246 | 2026-03-02T07:47:24.807Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4247 | 2026-03-02T07:47:25.524Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4248 | 2026-03-02T07:47:31.505Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4249 | 2026-03-02T07:48:19.946Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4250 | 2026-03-02T07:48:21.064Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4251 | 2026-03-02T07:48:23.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4252 | 2026-03-02T07:48:24.193Z | |
| 4253 | 2026-03-02T07:48:24.193Z | info: running `cargo check --bins` on reconfigurator-sp-updater (233/252) |
| 4254 | 2026-03-02T07:48:25.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-03-02T07:48:25.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-03-02T07:48:25.391Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4257 | 2026-03-02T07:48:26.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
| 4258 | 2026-03-02T07:48:26.704Z | |
| 4259 | 2026-03-02T07:48:26.704Z | info: running `cargo check --bins` on omicron-releng (234/252) |
| 4260 | 2026-03-02T07:48:27.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2026-03-02T07:48:27.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2026-03-02T07:48:27.861Z | Compiling blake3 v1.8.3 |
| 4263 | 2026-03-02T07:48:27.886Z | Checking constant_time_eq v0.4.2 |
| 4264 | 2026-03-02T07:48:27.886Z | Checking arrayref v0.3.9 |
| 4265 | 2026-03-02T07:48:27.886Z | Checking arrayvec v0.7.6 |
| 4266 | 2026-03-02T07:48:27.886Z | Checking topological-sort v0.2.2 |
| 4267 | 2026-03-02T07:48:27.886Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4268 | 2026-03-02T07:48:27.910Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4269 | 2026-03-02T07:48:27.910Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4270 | 2026-03-02T07:48:28.114Z | Checking shell-words v1.1.1 |
| 4271 | 2026-03-02T07:48:29.409Z | Checking omicron-zone-package v0.12.2 |
| 4272 | 2026-03-02T07:48:30.846Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4273 | 2026-03-02T07:48:32.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s |
| 4274 | 2026-03-02T07:48:32.570Z | |
| 4275 | 2026-03-02T07:48:32.570Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (235/252) |
| 4276 | 2026-03-02T07:48:33.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4277 | 2026-03-02T07:48:33.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4278 | 2026-03-02T07:48:33.668Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4279 | 2026-03-02T07:48:34.053Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4280 | 2026-03-02T07:48:34.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
| 4281 | 2026-03-02T07:48:34.912Z | |
| 4282 | 2026-03-02T07:48:34.912Z | info: running `cargo check --bins` on xtask (236/252) |
| 4283 | 2026-03-02T07:48:35.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4284 | 2026-03-02T07:48:35.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4285 | 2026-03-02T07:48:35.767Z | Checking libc v0.2.180 |
| 4286 | 2026-03-02T07:48:35.767Z | Checking serde v1.0.228 |
| 4287 | 2026-03-02T07:48:35.792Z | Checking zerofrom v0.1.6 |
| 4288 | 2026-03-02T07:48:35.816Z | Checking bitflags v2.11.0 |
| 4289 | 2026-03-02T07:48:35.840Z | Checking hashbrown v0.16.1 |
| 4290 | 2026-03-02T07:48:35.840Z | Checking smallvec v1.15.1 |
| 4291 | 2026-03-02T07:48:35.865Z | Checking serde_json v1.0.149 |
| 4292 | 2026-03-02T07:48:35.865Z | Checking scroll v0.12.0 |
| 4293 | 2026-03-02T07:48:36.018Z | Checking yoke v0.8.1 |
| 4294 | 2026-03-02T07:48:36.086Z | Checking num-traits v0.2.19 |
| 4295 | 2026-03-02T07:48:36.186Z | Checking thiserror v1.0.69 |
| 4296 | 2026-03-02T07:48:36.273Z | Checking percent-encoding v2.3.2 |
| 4297 | 2026-03-02T07:48:36.329Z | Checking zerovec v0.11.5 |
| 4298 | 2026-03-02T07:48:36.353Z | Checking zerotrie v0.2.3 |
| 4299 | 2026-03-02T07:48:36.506Z | Checking log v0.4.29 |
| 4300 | 2026-03-02T07:48:36.530Z | Checking errno v0.3.14 |
| 4301 | 2026-03-02T07:48:36.581Z | Checking serde_spanned v0.6.9 |
| 4302 | 2026-03-02T07:48:36.699Z | Checking rustix v1.1.3 |
| 4303 | 2026-03-02T07:48:36.724Z | Checking indexmap v2.13.0 |
| 4304 | 2026-03-02T07:48:36.766Z | Checking toml_datetime v0.6.11 |
| 4305 | 2026-03-02T07:48:36.791Z | Checking goblin v0.8.2 |
| 4306 | 2026-03-02T07:48:36.815Z | Checking form_urlencoded v1.2.2 |
| 4307 | 2026-03-02T07:48:37.007Z | Checking zerocopy v0.7.35 |
| 4308 | 2026-03-02T07:48:37.069Z | Checking getrandom v0.4.1 |
| 4309 | 2026-03-02T07:48:37.125Z | Checking thiserror v2.0.18 |
| 4310 | 2026-03-02T07:48:37.158Z | Checking tinystr v0.8.2 |
| 4311 | 2026-03-02T07:48:37.286Z | Checking potential_utf v0.1.4 |
| 4312 | 2026-03-02T07:48:37.314Z | Checking syn v2.0.117 |
| 4313 | 2026-03-02T07:48:37.366Z | Checking ordered-float v2.10.1 |
| 4314 | 2026-03-02T07:48:37.500Z | Checking icu_locale_core v2.1.1 |
| 4315 | 2026-03-02T07:48:37.525Z | Checking icu_collections v2.1.1 |
| 4316 | 2026-03-02T07:48:37.819Z | Checking serde-value v0.7.0 |
| 4317 | 2026-03-02T07:48:37.844Z | Checking toml_edit v0.22.27 |
| 4318 | 2026-03-02T07:48:38.065Z | Checking dtrace-parser v0.2.0 |
| 4319 | 2026-03-02T07:48:38.089Z | Checking thread-id v4.2.2 |
| 4320 | 2026-03-02T07:48:38.166Z | Checking once_cell v1.21.3 |
| 4321 | 2026-03-02T07:48:38.201Z | Checking cargo-platform v0.2.0 |
| 4322 | 2026-03-02T07:48:38.334Z | Checking terminal_size v0.4.3 |
| 4323 | 2026-03-02T07:48:38.468Z | Checking tempfile v3.25.0 |
| 4324 | 2026-03-02T07:48:38.505Z | Checking memmap v0.7.0 |
| 4325 | 2026-03-02T07:48:38.530Z | Checking clap_builder v4.5.60 |
| 4326 | 2026-03-02T07:48:38.530Z | Checking textwrap v0.16.2 |
| 4327 | 2026-03-02T07:48:38.632Z | Checking icu_provider v2.1.1 |
| 4328 | 2026-03-02T07:48:38.731Z | Checking fs-err v3.3.0 |
| 4329 | 2026-03-02T07:48:38.808Z | Checking camino-tempfile v1.4.1 |
| 4330 | 2026-03-02T07:48:38.914Z | Checking tabled v0.15.0 |
| 4331 | 2026-03-02T07:48:39.039Z | Checking anyhow v1.0.102 |
| 4332 | 2026-03-02T07:48:39.064Z | Checking icu_properties v2.1.2 |
| 4333 | 2026-03-02T07:48:39.089Z | Checking icu_normalizer v2.1.1 |
| 4334 | 2026-03-02T07:48:39.380Z | Checking macaddr v1.0.1 |
| 4335 | 2026-03-02T07:48:39.638Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4336 | 2026-03-02T07:48:40.023Z | Checking toml v0.8.23 |
| 4337 | 2026-03-02T07:48:40.653Z | Checking cargo_toml v0.21.0 |
| 4338 | 2026-03-02T07:48:40.822Z | Checking idna_adapter v1.2.1 |
| 4339 | 2026-03-02T07:48:40.907Z | Checking dof v0.3.0 |
| 4340 | 2026-03-02T07:48:41.018Z | Checking idna v1.1.0 |
| 4341 | 2026-03-02T07:48:41.072Z | Checking clap v4.5.60 |
| 4342 | 2026-03-02T07:48:41.451Z | Checking url v2.5.8 |
| 4343 | 2026-03-02T07:48:41.451Z | Checking usdt-impl v0.5.0 |
| 4344 | 2026-03-02T07:48:41.891Z | Checking usdt v0.5.0 |
| 4345 | 2026-03-02T07:48:42.090Z | Checking cargo-util-schemas v0.8.2 |
| 4346 | 2026-03-02T07:48:43.726Z | Checking cargo_metadata v0.21.0 |
| 4347 | 2026-03-02T07:48:45.063Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4348 | 2026-03-02T07:48:45.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.97s |
| 4349 | 2026-03-02T07:48:46.036Z | |
| 4350 | 2026-03-02T07:48:46.036Z | info: running `cargo check --bins` on end-to-end-tests (237/252) |
| 4351 | 2026-03-02T07:48:47.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4352 | 2026-03-02T07:48:47.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4353 | 2026-03-02T07:48:47.434Z | Checking polyval v0.6.2 |
| 4354 | 2026-03-02T07:48:47.458Z | Checking ctr v0.9.2 |
| 4355 | 2026-03-02T07:48:47.485Z | Checking ssh-encoding v0.2.0 |
| 4356 | 2026-03-02T07:48:47.485Z | Checking blowfish v0.9.1 |
| 4357 | 2026-03-02T07:48:47.514Z | Checking password-hash v0.4.2 |
| 4358 | 2026-03-02T07:48:47.539Z | Checking p256 v0.13.2 |
| 4359 | 2026-03-02T07:48:47.564Z | Checking p521 v0.13.3 |
| 4360 | 2026-03-02T07:48:47.564Z | Checking russh-cryptovec v0.7.3 |
| 4361 | 2026-03-02T07:48:47.726Z | Checking ghash v0.5.1 |
| 4362 | 2026-03-02T07:48:47.751Z | Checking bcrypt-pbkdf v0.10.0 |
| 4363 | 2026-03-02T07:48:47.779Z | Checking md5 v0.7.0 |
| 4364 | 2026-03-02T07:48:47.804Z | Checking num-bigint v0.4.6 |
| 4365 | 2026-03-02T07:48:47.804Z | Checking des v0.8.1 |
| 4366 | 2026-03-02T07:48:47.907Z | Checking pbkdf2 v0.11.0 |
| 4367 | 2026-03-02T07:48:47.932Z | Checking aes-gcm v0.10.3 |
| 4368 | 2026-03-02T07:48:47.989Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4369 | 2026-03-02T07:48:48.017Z | Checking hex-literal v0.4.1 |
| 4370 | 2026-03-02T07:48:48.051Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4371 | 2026-03-02T07:48:48.075Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4372 | 2026-03-02T07:48:48.162Z | Checking ssh-cipher v0.2.0 |
| 4373 | 2026-03-02T07:48:48.188Z | Checking socket2 v0.5.10 |
| 4374 | 2026-03-02T07:48:48.214Z | Checking internet-checksum v0.2.1 |
| 4375 | 2026-03-02T07:48:48.441Z | Checking ssh-key v0.6.7 |
| 4376 | 2026-03-02T07:48:48.662Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4377 | 2026-03-02T07:48:49.812Z | Checking russh-keys v0.45.0 |
| 4378 | 2026-03-02T07:48:50.873Z | Checking russh v0.45.0 |
| 4379 | 2026-03-02T07:49:23.361Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4380 | 2026-03-02T07:49:25.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.46s |
| 4381 | 2026-03-02T07:49:25.738Z | |
| 4382 | 2026-03-02T07:49:25.738Z | info: running `cargo check --bins` on gateway-cli (238/252) |
| 4383 | 2026-03-02T07:49:26.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-03-02T07:49:26.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-03-02T07:49:26.800Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4386 | 2026-03-02T07:49:26.825Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4387 | 2026-03-02T07:49:26.825Z | Checking termios v0.3.3 |
| 4388 | 2026-03-02T07:49:29.549Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4389 | 2026-03-02T07:49:29.784Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4390 | 2026-03-02T07:49:33.720Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4391 | 2026-03-02T07:49:34.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s |
| 4392 | 2026-03-02T07:49:34.994Z | |
| 4393 | 2026-03-02T07:49:34.994Z | info: running `cargo check --bins --no-default-features` on installinator (239/252) |
| 4394 | 2026-03-02T07:49:35.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4395 | 2026-03-02T07:49:35.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4396 | 2026-03-02T07:49:36.169Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4397 | 2026-03-02T07:49:36.193Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4398 | 2026-03-02T07:49:36.218Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4399 | 2026-03-02T07:49:36.243Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4400 | 2026-03-02T07:49:36.243Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4401 | 2026-03-02T07:49:36.879Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4402 | 2026-03-02T07:49:36.904Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4403 | 2026-03-02T07:49:38.218Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4404 | 2026-03-02T07:49:38.557Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4405 | 2026-03-02T07:49:38.582Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4406 | 2026-03-02T07:49:39.823Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4407 | 2026-03-02T07:49:42.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.89s |
| 4408 | 2026-03-02T07:49:43.096Z | |
| 4409 | 2026-03-02T07:49:43.096Z | info: running `cargo check --bins` on internal-dns-cli (240/252) |
| 4410 | 2026-03-02T07:49:44.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4411 | 2026-03-02T07:49:44.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4412 | 2026-03-02T07:49:44.160Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4413 | 2026-03-02T07:49:44.762Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4414 | 2026-03-02T07:49:45.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
| 4415 | 2026-03-02T07:49:45.462Z | |
| 4416 | 2026-03-02T07:49:45.462Z | info: running `cargo check --bins` on omicron-live-tests (241/252) |
| 4417 | 2026-03-02T07:49:46.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-03-02T07:49:46.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-03-02T07:49:46.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4420 | 2026-03-02T07:49:46.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 4421 | 2026-03-02T07:49:46.493Z | |
| 4422 | 2026-03-02T07:49:46.493Z | info: running `cargo check --bins` on live-tests-macros (242/252) |
| 4423 | 2026-03-02T07:49:47.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-03-02T07:49:47.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-03-02T07:49:47.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4426 | 2026-03-02T07:49:47.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 4427 | 2026-03-02T07:49:47.572Z | |
| 4428 | 2026-03-02T07:49:47.572Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (243/252) |
| 4429 | 2026-03-02T07:49:48.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4430 | 2026-03-02T07:49:48.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4431 | 2026-03-02T07:49:48.827Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4432 | 2026-03-02T07:49:49.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 4433 | 2026-03-02T07:49:49.845Z | |
| 4434 | 2026-03-02T07:49:49.845Z | info: running `cargo check --bins` on omicron-ntp-admin (244/252) |
| 4435 | 2026-03-02T07:49:50.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4436 | 2026-03-02T07:49:50.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4437 | 2026-03-02T07:49:50.985Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4438 | 2026-03-02T07:49:51.010Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4439 | 2026-03-02T07:49:51.266Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4440 | 2026-03-02T07:49:51.291Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4441 | 2026-03-02T07:49:52.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s |
| 4442 | 2026-03-02T07:49:52.772Z | |
| 4443 | 2026-03-02T07:49:52.772Z | info: running `cargo check --bins` on ntp-admin-types (245/252) |
| 4444 | 2026-03-02T07:49:53.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-03-02T07:49:53.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-03-02T07:49:53.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-03-02T07:49:53.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 4448 | 2026-03-02T07:49:53.784Z | |
| 4449 | 2026-03-02T07:49:53.784Z | info: running `cargo check --bins` on omicron-package (246/252) |
| 4450 | 2026-03-02T07:49:54.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-03-02T07:49:54.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-03-02T07:49:54.887Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4453 | 2026-03-02T07:49:56.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s |
| 4454 | 2026-03-02T07:49:56.911Z | |
| 4455 | 2026-03-02T07:49:56.911Z | info: running `cargo check --bins` on tqdb (247/252) |
| 4456 | 2026-03-02T07:49:58.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-03-02T07:49:58.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-03-02T07:49:58.287Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4459 | 2026-03-02T07:49:58.742Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4460 | 2026-03-02T07:50:00.011Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4461 | 2026-03-02T07:50:00.011Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4462 | 2026-03-02T07:50:09.795Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4463 | 2026-03-02T07:50:11.018Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4464 | 2026-03-02T07:50:11.043Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4465 | 2026-03-02T07:50:11.043Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4466 | 2026-03-02T07:50:11.043Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4467 | 2026-03-02T07:50:12.706Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4468 | 2026-03-02T07:50:26.422Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4469 | 2026-03-02T07:50:38.858Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4470 | 2026-03-02T07:50:38.858Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4471 | 2026-03-02T07:50:38.882Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4472 | 2026-03-02T07:50:38.883Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4473 | 2026-03-02T07:50:41.630Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4474 | 2026-03-02T07:50:44.220Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4475 | 2026-03-02T07:50:45.432Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4476 | 2026-03-02T07:50:47.874Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4477 | 2026-03-02T07:50:48.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.88s |
| 4478 | 2026-03-02T07:50:49.034Z | |
| 4479 | 2026-03-02T07:50:49.034Z | info: running `cargo check --bins` on wicket-dbg (248/252) |
| 4480 | 2026-03-02T07:50:50.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4481 | 2026-03-02T07:50:50.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4482 | 2026-03-02T07:50:50.241Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4483 | 2026-03-02T07:50:50.241Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4484 | 2026-03-02T07:50:50.266Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4485 | 2026-03-02T07:50:50.324Z | Checking rtoolbox v0.0.3 |
| 4486 | 2026-03-02T07:50:50.349Z | Checking tui-tree-widget v0.23.1 |
| 4487 | 2026-03-02T07:50:50.526Z | Checking rpassword v7.4.0 |
| 4488 | 2026-03-02T07:50:50.743Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4489 | 2026-03-02T07:50:52.471Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4490 | 2026-03-02T07:51:02.525Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4491 | 2026-03-02T07:51:03.861Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4492 | 2026-03-02T07:51:05.895Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4493 | 2026-03-02T07:51:12.340Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4494 | 2026-03-02T07:51:16.171Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4495 | 2026-03-02T07:51:17.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.67s |
| 4496 | 2026-03-02T07:51:17.923Z | |
| 4497 | 2026-03-02T07:51:17.923Z | info: running `cargo check --bins` on wicket (249/252) |
| 4498 | 2026-03-02T07:51:18.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4499 | 2026-03-02T07:51:19.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4500 | 2026-03-02T07:51:19.150Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4501 | 2026-03-02T07:51:19.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 4502 | 2026-03-02T07:51:19.758Z | |
| 4503 | 2026-03-02T07:51:19.758Z | info: running `cargo check --bins` on wicketd (250/252) |
| 4504 | 2026-03-02T07:51:20.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4505 | 2026-03-02T07:51:20.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4506 | 2026-03-02T07:51:20.958Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4507 | 2026-03-02T07:51:20.958Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4508 | 2026-03-02T07:51:20.982Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4509 | 2026-03-02T07:51:20.982Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4510 | 2026-03-02T07:51:23.316Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4511 | 2026-03-02T07:51:24.418Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4512 | 2026-03-02T07:51:30.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s |
| 4513 | 2026-03-02T07:51:30.749Z | |
| 4514 | 2026-03-02T07:51:30.749Z | info: running `cargo check --bins` on omicron-workspace-hack (251/252) |
| 4515 | 2026-03-02T07:51:31.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4516 | 2026-03-02T07:51:31.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4517 | 2026-03-02T07:51:31.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4518 | 2026-03-02T07:51:31.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 4519 | 2026-03-02T07:51:31.829Z | |
| 4520 | 2026-03-02T07:51:31.829Z | info: running `cargo check --bins` on zone-setup (252/252) |
| 4521 | 2026-03-02T07:51:32.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4522 | 2026-03-02T07:51:32.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4523 | 2026-03-02T07:51:33.069Z | Checking uzers v0.12.2 |
| 4524 | 2026-03-02T07:51:33.432Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4525 | 2026-03-02T07:51:34.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s |
| 4526 | 2026-03-02T07:51:34.931Z | |
| 4527 | 2026-03-02T07:51:34.931Z | real 26:07.219320296 |
| 4528 | 2026-03-02T07:51:34.931Z | user 40:03.958759879 |
| 4529 | 2026-03-02T07:51:34.931Z | sys 6:50.863453311 |
| 4530 | 2026-03-02T07:51:34.956Z | trap 0.790956698 |
| 4531 | 2026-03-02T07:51:34.956Z | tflt 0.471290346 |
| 4532 | 2026-03-02T07:51:34.956Z | dflt 0.804167164 |
| 4533 | 2026-03-02T07:51:34.956Z | kflt 0.001070519 |
| 4534 | 2026-03-02T07:51:34.956Z | lock 1:49:05.246276157 |
| 4535 | 2026-03-02T07:51:34.956Z | slp 3:44:57.906610727 |
| 4536 | 2026-03-02T07:51:34.956Z | lat 1:41.725441280 |
| 4537 | 2026-03-02T07:51:34.956Z | stop 4:54.774528265 |
| 4538 | 2026-03-02T07:51:34.956Z | process exited: duration 1892863 ms, exit code 0 |
| |
| 4539 | 2026-03-02T07:51:35.006Z | found 0 output files |